Expansion for ToolType
Link to expansion-for-tooltype
Additional methods for ease of modification of loot tables that interact with a certain ToolType.
使用方式
Link to 使用方式
Name: addToolModifier
Adds an ILootModifier for everything that gets broken by a tool with this tool type.
Return Type: void
ZenScript CopyToolType.addToolModifier(name as string, modifier as ILootModifier) as void
参数 | 类型 | 描述 |
---|---|---|
参数 name(名称) | 类型 string | 描述 The name of the loot modifier. |
参数 modifier | 类型 ILootModifier | 描述 The loot modifier to add. |