Expansion for ToolType
Additional methods for ease of modification of loot tables that interact with a certain ToolType.
Methods
Adds an ILootModifier for everything that gets broken by a tool with this tool type.
Return Type: void
ToolType.addToolModifier(name as string, modifier as ILootModifier) as void
Parameter | Type | Description |
---|---|---|
Parameter name | Type string | Description The name of the loot modifier. |
Parameter modifier | Type ILootModifier | Description The loot modifier to add. |