Initial import
This commit is contained in:
commit
ab891a315c
773 changed files with 257255 additions and 0 deletions
14
content/loot_tables.json
Normal file
14
content/loot_tables.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"lootTables": [
|
||||
{
|
||||
"id": "loot_slime_basic",
|
||||
"entries": [
|
||||
{ "itemId": "item_potion_small", "weight": 30, "min": 1, "max": 1 },
|
||||
{ "itemId": "item_gel", "weight": 70, "min": 1, "max": 3 }
|
||||
],
|
||||
"rollsMin": 1,
|
||||
"rollsMax": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue