Hi, I'm having a problem with the loot tables where I tried to mix default items and my own items. I have tried multiple monsters, here I give 2 of them.
Thank you for your help
1) Default items were spawned (9 items - which I have set to min 1 and max 2), no custom items (even though they are on true)
"Own loot table": {
"Clear the standard content of the crate": true,
"Allow the AlphaLoot plugin to spawn items in this crate": false,
"Allow the CustomLoot plugin to spawn items in this crate": false,
"Allow the Loot Table Stacksize GUI plugin to spawn items in this crate": false,
"Setting up loot from the loot table": {
"Enable spawn loot from prefabs": true,
"List of prefabs (one is randomly selected)": [
{
"Prefab displayName": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab",
"Minimum Loot multiplier": 1,
"Maximum Loot multiplier": 2
}
]
},
"Enable spawn of items from the list": true,
"Minimum numbers of items": 3,
"Maximum numbers of items": 4,
2) Only custom items have been spawned
"Own loot table": {
"Clear the standard content of the crate": true,
"Allow the AlphaLoot plugin to spawn items in this crate": false,
"Allow the CustomLoot plugin to spawn items in this crate": false,
"Allow the Loot Table Stacksize GUI plugin to spawn items in this crate": false,
"Setting up loot from the loot table": {
"Enable spawn loot from prefabs": false,
"List of prefabs (one is randomly selected)": [
{
"Prefab displayName": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab",
"Minimum Loot multiplier": 1,
"Maximum Loot multiplier": 2
}
]
},
"Enable spawn of items from the list": true,
"Minimum numbers of items": 3,
"Maximum numbers of items": 4,
How do I get it all together? The number of default items min-max and my custom items? I was used to the old system with numbers and table settings, this is new to me.
Thank you for your help
I apologize for my English.