Hi everyone, my smooth brain and I could use some help with understanding how I am suppose to properly edit the loot tables. I've noticed there are three main locations for the free version and I honestly don't know which one I ams suppose to be editing.
My server is just for me, and my goal is just to have a raidable base that has similar to what a player might have in their base. So random amounts of resources, random equipment, etc.
So what I need to know is
A. Which json file should I be editing?
B. Is the amount just the maxiumum amount that can spawn for that item? Also why is stack size -1?
"shortname": "ammo.pistol.fire",
"name": null,
"amount": 40,
"skin": 0,
"amountMin": 40,
"probability": 1,
"stacksize": -1
C. I had tried to copy and paste my default.json loot table to my normal.json and baseloot.json but it caused and error that made the whole pluggin stop working. Is there a different format I need to use to edit the normal.json and baseloot.json?
Any help in regards to this would be incredibly appreciated. I really like to just sort of solo play and just wanted some more NPC play, but with my loot tables as they are now the boxes don't really fill up with more than one item which makes raiding not worth it.