diff options
Diffstat (limited to 'parsed/creatures/guard.json')
-rw-r--r-- | parsed/creatures/guard.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/parsed/creatures/guard.json b/parsed/creatures/guard.json new file mode 100644 index 0000000..2f9c8b8 --- /dev/null +++ b/parsed/creatures/guard.json @@ -0,0 +1,60 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "any one language (usually Common)", + "skills": { + "Perception": 1 + }, + "hit_die_count": 2, + "hit_die_sides": 8, + "name": "Guard", + "type": "humanoid (any race)", + "cr": 0.125, + "size": "Medium", + "alignment": "any alignment", + "stats": { + "str": 13, + "dex": 12, + "con": 12, + "int": 10, + "wis": 11, + "cha": 10 + }, + "inventory": [ + { + "entry": "item", + "name": "chain shirt", + "type": "armor", + "text": "chain shirt armor" + }, + { + "entry": "item", + "name": "shield", + "type": "armor", + "text": "shield armor" + }, + { + "entry": "item", + "name": "spear", + "type": "weapons", + "text": "if used with two hands to make a melee attack." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "Guards include members of a city watch, sentries in a citadel or fortified town, and the bodyguards of merchants and nobles.", + "features": [], + "prof": 2 +}
\ No newline at end of file |