From c4a87d98139a7800eab661e9150191926bdc1455 Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Wed, 20 Sep 2023 20:25:29 +0100 Subject: [PATCH] removes trailing commas --- raws/mobs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/raws/mobs.json b/raws/mobs.json index bc860e3..a843058 100644 --- a/raws/mobs.json +++ b/raws/mobs.json @@ -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 } },