diff options
Diffstat (limited to 'parsed/creatures/kobold.json')
-rw-r--r-- | parsed/creatures/kobold.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/parsed/creatures/kobold.json b/parsed/creatures/kobold.json new file mode 100644 index 0000000..fcc2e6c --- /dev/null +++ b/parsed/creatures/kobold.json @@ -0,0 +1,67 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Common, Draconic", + "skills": {}, + "hit_die_count": 2, + "hit_die_sides": 6, + "name": "Kobold", + "type": "humanoid (kobold)", + "cr": 0.125, + "size": "Small", + "alignment": "lawful evil", + "stats": { + "str": 7, + "dex": 15, + "con": 9, + "int": 8, + "wis": 7, + "cha": 8 + }, + "inventory": [ + { + "entry": "item", + "name": "dagger", + "type": "weapons", + "text": "." + }, + { + "entry": "item", + "name": "sling", + "type": "weapons", + "text": "." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "sunlight sensitivity", + "text": "While in sunlight, the kobold has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "entry": "feature", + "name": "pack tactics", + "text": "The kobold has advantage on an attack roll against a creature if at least one of the kobold's allies is within 5 feet of the creature and the ally isn't incapacitated.", + "type": "feature" + } + ], + "prof": 2 +}
\ No newline at end of file |