diff options
Diffstat (limited to 'parsed/creatures/goblin.json')
-rw-r--r-- | parsed/creatures/goblin.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/parsed/creatures/goblin.json b/parsed/creatures/goblin.json new file mode 100644 index 0000000..607461f --- /dev/null +++ b/parsed/creatures/goblin.json @@ -0,0 +1,75 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Common, Goblin", + "skills": { + "Stealth": 2 + }, + "hit_die_count": 2, + "hit_die_sides": 6, + "name": "Goblin", + "type": "humanoid (goblinoid)", + "cr": 0.25, + "size": "Small", + "alignment": "neutral evil", + "stats": { + "str": 8, + "dex": 14, + "con": 10, + "int": 10, + "wis": 8, + "cha": 8 + }, + "inventory": [ + { + "entry": "item", + "name": "leather", + "type": "armor", + "text": "leather armor" + }, + { + "entry": "item", + "name": "shield", + "type": "armor", + "text": "shield armor" + }, + { + "entry": "item", + "name": "scimitar", + "type": "weapons", + "text": "." + }, + { + "entry": "item", + "name": "shortbow", + "type": "weapons", + "text": "." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "nimble escape", + "text": "The goblin can take the Disengage or Hide action as a bonus action on each of its turns.", + "type": "feature" + } + ], + "prof": 2 +}
\ No newline at end of file |