Don't Starve Together

Don't Starve Together

333 ratings
More Crafting Details
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
97.868 KB
15 Jun, 2023 @ 10:36am
14 Sep, 2024 @ 2:36am
11 Change Notes ( view )

Subscribe to download
More Crafting Details

Description
About
  • Displays some stats about some items in the crafting menu.
  • Damage is dynamically calculated to consider damage modifiers.

Thanks

Modders / Mod compatibility : New item
· HowTo
  1. Add anywhere in the modmain.lua file of your mod:
    if not GLOBAL.TUNING.dataset then GLOBAL.TUNING.dataset = {} end
  2. Add your new item stats to GLOBAL.TUNING.dataset. Example:
    GLOBAL.TUNING.dataset.newprefabnameitem = { health = 99, dapperness = 99, hungervalue = 99 }
    GLOBAL.TUNING.dataset.newprefabnameitem2 = { weapondamage = 99, armor = 99 }
  3. That's it, MoreCraftingDetails should now show the stats of the new item
  4. Maybe checking "screens/redux/scrapbookdata" file make it easy to understand
· Details allowed
health, sanityaura, damage, stacksize, finiteuses, waterproofer, dapperness, perishable, hungervalue, planardamage, weapondamage, armor, insulator, fueledrate, fueltype and speed
· Warning
More than 4 stats on the same item will make the HUD look weird.