From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/skeleton.json | 73 ------------------------------------------ 1 file changed, 73 deletions(-) delete mode 100644 parsed/creatures/skeleton.json (limited to 'parsed/creatures/skeleton.json') diff --git a/parsed/creatures/skeleton.json b/parsed/creatures/skeleton.json deleted file mode 100644 index 7f7faba..0000000 --- a/parsed/creatures/skeleton.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [ - { - "type": "bludgeoning", - "qualifiers": [] - } - ], - "d_immunities": [ - { - "type": "poison", - "qualifiers": [] - } - ], - "c_immunities": [ - { - "type": "exhaustion", - "qualifiers": [] - }, - { - "type": "poisoned", - "qualifiers": [] - } - ], - "senses": [ - "darkvision 60 ft." - ], - "langs": "understands all languages it knew in life but can't speak", - "skills": {}, - "hit_die_count": 2, - "hit_die_sides": 8, - "name": "Skeleton", - "type": "undead", - "cr": 0.25, - "size": "Medium", - "alignment": "lawful evil", - "stats": { - "str": 10, - "dex": 14, - "con": 15, - "int": 6, - "wis": 8, - "cha": 5 - }, - "inventory": [ - { - "entry": "item", - "name": "shortsword", - "type": "weapons", - "text": "." - }, - { - "entry": "item", - "name": "shortbow", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "armor scraps", - "bonus": 13 - }, - "text": "", - "features": [], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3