Modifiers

Modifiers allow you to manually edit the gather rates, cook speeds, loot scaling for individual items, and other things. You can add multiple modifiers for the same item, or of the same type, but each new command will require a new line.

A good resource for "itemshortname" is Corrision hour's guide to Rust - please keep in mind that all items listed on this site may not be in Rust Console Edition at the time of writing.


Quick reference

CommandDescription

modifiers.listmodifiers "itemshortname"

Outputs all of the currently active modifiers for a defined item, into the console. Once set, all modifiers and related commands are saved to the server, so you can check the currently active modifiers on a particular item by entering the command into the console.

modifiers.listallmodifiers

Outputs all the items that have modifiers, and their modifiers, into the console.

modifiers.setmodifier "itemshortname" "collection" "scale"

Sets the relative collection rate of "pickup-ables" like nodettes and harvestables like hemp.

modifiers.setmodifier "itemshortname" "gather" "scale"

Sets the relative collection rate of "gatherables" like trees and ore-nodes.

modifiers.setmodifier "itemshortname" "tool" "scale"

Sets the relative "gather rate" of a tool, like Rock, Axes, and Hatchets etc.

modifiers.setmodifier "itemshortname" "loot" "scale"

Sets the relative amount of "loot" that spawns, in crates, barrels, etc.

modifiers.setmodifier "itemshortname" "cookspeed" "scale"

Sets the relative "cooking speed" of a furnace-able items.

modifiers.setmodifier "itemshortname" "cook amount" "scale"

Sets the relative "cooking yield" of a furnace-able item.

modifiers.clearmodifier "itemshortname" "modifier"

Removes a previously applied modifier from an item. You can also use all to remove all of the modifiers on that item, by inputting all in the modifier slot.

modifiers.clearallmodifiers

Removes all modifiers from all items.

craft.furnaceusagemulitplier "scale"

Controls the relative amount of Low Grade Fuel that furnaces use. Max 3x

craft.furnaceoutputmultiplier "scale"

Controls the relative amount of output that Furnaces yield. Max 3x

craft.itemcookspeedmultiplier "scale"

Controls the relative speed of Furnace cooking. Max 3x

List all modifiers

modifiers.listallmodifiers

All the items which have modifiers, and the modifiers themselves are printed to the server console.

Example:

modifiers.listallmodifiers

List modifiers for certain item

modifiers.listmodifiers "itemshortname"

When the server next restarts, such as on save, the list of possible modifiers for the item with the inputted itemshortname will appear in the console.

Example:

modifiers.listmodifiers "rock"

Effect:

Prints all modifiers for the Rock item to the server console


Clear all modifiers

modifiers.clearallmodifiers

Removes all modifiers from all items.

Example:

modifiers.clearallmodifiers

Clear modifiers from item

modifiers.clearmodifier "itemshortname" [modifier]

Removes a previously applied modifier from an item. You can also use all to remove all of the modifiers on that item, by inputting all in the modifier slot.

Example A:

modifiers.clearmodifier rock collection

Effect A:

Removes the collection modifier from the Rock item.

Example B:

modifiers.clearmodifier rock all

Effect B:

Removes all modifiers from the Rock item.


Set relative collection rate - pickup-ables

modifiers.setmodifier "itemshortname" collection scale

Sets the relative collection rate of "pickup-ables" like nodettes and harvestables like hemp.

Example:

modifiers.setmodifier "stones" collection 2

Effect:

Doubles (2x) stone pickup from stone nodettes.


Set relative collection rate - gatherables

modifiers.setmodifier "itemshortname" gather scale

Sets the relative collection rate of "gatherables" like trees and ore-nodes.

Example:

modifiers.setmodifier "wood" gather 3

Effect:

Triples wood gather rate on trees.


Set relative gather rate

modifiers.setmodifier "itemshortname" tool scale

Sets the relative "gather rate" of a tool, like Rock, Axes, and Hatchets etc.

Example:

modifiers.setmodifier "hatchet" tool 2

Effect:

Doubles gather rate on Hatchets. (Twice as many resources collected per-hit)


Set relative loot spawn

modifiers.setmodifier "itemshortname" loot scale

Sets the relative amount of "loot" that spawns, in crates, barrels, etc.

Example:

modifiers.setmodifier "scrap" loot 3

Effect:

Triples (3x) the amount of scrap spawned from scrap resources.


Set relative cooking speed

modifiers.setmodifier "itemshortname" cookspeed scale

Sets the relative "cooking speed" of a furnace-able items.

Example:

modifiers.setmodifier "metal.ore" cookspeed 3

Effect:

Triples (3x) the cook speed of Metal Ore - effectively reducing the time taken to produce to a 3rd of the base rate.


Set relative cooking yield

modifiers.setmodifier "itemshortname" cookamount scale

Sets the relative "cooking yield" of a furnace-able item.

Example:

modifiers.setmodifier "metal.refined" cookamount 3

Effect:

Triples (3x) yield when smelting HQM.


Set relative fuel use

craft.furnaceusagemultiplier scale

Controls the relative amount of Low Grade Fuel that furnaces use. Max 3x

Example:

craft.furnaceusagemultiplier 2

Effect:

Furnaces will burn twice as much fuel when active.


Set relative speed of cooking

craft.itemcookspeedmultiplier scale

Controls the relative speed of Furnace cooking. Max 3x

Example:

craft.itemcookspeedmultiplier 2

Effect:

Furnaces will cook twice as fast, effectively halving cooking times


Last updated