Don't Starve Together

Don't Starve Together

Modifiers for Equippable Items
Monti  [developer] 27 Aug, 2023 @ 4:06am
Cheating and stuff
If you want to just have fun, you can change the attributes of items by entering the following into the console as the host:
c_changemodifier(slot, attribute, modifier, inst)
Slot is the slot where the attribute should be set, so 1 is the first one that you normally reforge with the hammer.
Attribute is the attribute that should be chosen, here is the list of the names of the attributes:

"speed", "durability", "damage", "armor", "range", "coldinsulation", "heatinsulation", "waterproofer", "glowingrange", "efficiency", "space", "magic", "lifeleech", "sanityaura", "hungerreduction", "preservation", "leveling", "crit", "dodge", "toxic"

Modifier is the modifier that should be chosen, with 1 the worst (black) and 9 the best (glitch).
Inst is the item you want to choose, if you don't set it it will apply it to the entity under your cursor.

Example:
c_changemodifier(1, "damage", 9)
will give the glitch damage attribute to the item under the cursor in the first slot

The prefabs of the bars are the following:
recycled_7 (Gold Bar) recycled_8 (Rainbow Bar) recycled_9 (Glitch Bar)

You can also use
c_freecrafting()
to reforge as often as you want, as the reforging process is a recipe that is crafted.
Last edited by Monti; 14 Jul @ 12:48pm