diff options
Diffstat (limited to 'parsed/creatures/hobgoblin.json')
-rw-r--r-- | parsed/creatures/hobgoblin.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/parsed/creatures/hobgoblin.json b/parsed/creatures/hobgoblin.json new file mode 100644 index 0000000..d9bf517 --- /dev/null +++ b/parsed/creatures/hobgoblin.json @@ -0,0 +1,73 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Common, Goblin", + "skills": {}, + "hit_die_count": 2, + "hit_die_sides": 8, + "name": "Hobgoblin", + "type": "humanoid (goblinoid)", + "cr": 0.5, + "size": "Medium", + "alignment": "lawful evil", + "stats": { + "str": 13, + "dex": 12, + "con": 12, + "int": 10, + "wis": 10, + "cha": 9 + }, + "inventory": [ + { + "entry": "item", + "name": "chain mail", + "type": "armor", + "text": "chain mail armor" + }, + { + "entry": "item", + "name": "shield", + "type": "armor", + "text": "shield armor" + }, + { + "entry": "item", + "name": "longsword", + "type": "weapons", + "text": "if used with two hands." + }, + { + "entry": "item", + "name": "longbow", + "type": "weapons", + "text": "." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "martial advantage", + "text": "Once per turn, the hobgoblin can deal an extra 7 (2d6) damage to a creature it hits with a weapon attack if that creature is within 5 feet of an ally of the hobgoblin that isn't incapacitated.", + "type": "feature" + } + ], + "prof": 2 +}
\ No newline at end of file |