More testing (successful!) with loot tables!

This commit is contained in:
WayofTime 2016-09-02 11:52:16 -04:00
parent 99a4ac4fb3
commit 0a2074c110

View file

@ -1,6 +1,7 @@
{ {
"pools": [ "pools": [
{ {
"name": "Testing",
"rolls": 1, "rolls": 1,
"entries": [ "entries": [
{ {
@ -11,6 +12,10 @@
{ {
"function": "set_data", "function": "set_data",
"data": 0 "data": 0
},
{
"function": "set_count",
"count": 1
} }
] ]
} }