Expansion for ToolType

Link to expansion-for-tooltype

Additional methods for ease of modification of loot tables that interact with a certain ToolType.

Name: addToolModifier

Adds an ILootModifier for everything that gets broken by a tool with this tool type.

Return Type: void

ZenScript
Copy
ToolType.addToolModifier(name as string, modifier as ILootModifier) as void
参数类型描述
参数
name(名称)
类型
string
描述
The name of the loot modifier.
参数
modifier
类型
ILootModifier
描述
The loot modifier to add.