More testing (successful!) with loot tables!
This commit is contained in:
parent
99a4ac4fb3
commit
0a2074c110
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "Testing",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
|
@ -11,6 +12,10 @@
|
|||
{
|
||||
"function": "set_data",
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue