Expansion for LootTable
Link to expansion-for-loottable
Additional methods for easier modification of a specific loot table.
Methods
Link to methods
Name: addLootModifier
Adds an ILootModifier to this loot table, with the given name.
ZenScript CopyLootTable.addLootModifier(name as string, modifier as ILootModifier)
Parameter | Type | Description |
---|---|---|
Parameter name | Type string | Description The name of the loot modifier to add. |
Parameter modifier | Type ILootModifier | Description The loot modifier to add. |