removes trailing commas
This commit is contained in:
parent
421c87c972
commit
c4a87d9813
1 changed files with 3 additions and 3 deletions
|
|
@ -486,7 +486,7 @@
|
|||
"attacks": [
|
||||
{ "name": "claws", "hit_bonus": 0, "damage": "1d4" },
|
||||
{ "name": "claws", "hit_bonus": 0, "damage": "1d4" },
|
||||
{ "name": "bites", "hit_bonus": 0, "damage": "1d8" },
|
||||
{ "name": "bites", "hit_bonus": 0, "damage": "1d8" }
|
||||
],
|
||||
"loot": { "table": "food", "chance": 0.05 }
|
||||
},
|
||||
|
|
@ -502,7 +502,7 @@
|
|||
"attacks": [
|
||||
{ "name": "claws", "hit_bonus": 0, "damage": "1d4" },
|
||||
{ "name": "claws", "hit_bonus": 0, "damage": "1d4" },
|
||||
{ "name": "bites", "hit_bonus": 0, "damage": "1d10" },
|
||||
{ "name": "bites", "hit_bonus": 0, "damage": "1d10" }
|
||||
],
|
||||
"loot": { "table": "food", "chance": 0.05 }
|
||||
},
|
||||
|
|
@ -518,7 +518,7 @@
|
|||
"attacks": [
|
||||
{ "name": "claws", "hit_bonus": 0, "damage": "1d6" },
|
||||
{ "name": "claws", "hit_bonus": 0, "damage": "1d6" },
|
||||
{ "name": "bites", "hit_bonus": 0, "damage": "1d10" },
|
||||
{ "name": "bites", "hit_bonus": 0, "damage": "1d10" }
|
||||
],
|
||||
"loot": { "table": "food", "chance": 0.05 }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue