diff options
Diffstat (limited to 'parser/monsters/gnome_deep_svirfneblin.json')
-rw-r--r-- | parser/monsters/gnome_deep_svirfneblin.json | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/parser/monsters/gnome_deep_svirfneblin.json b/parser/monsters/gnome_deep_svirfneblin.json index 509f076..62d1682 100644 --- a/parser/monsters/gnome_deep_svirfneblin.json +++ b/parser/monsters/gnome_deep_svirfneblin.json @@ -32,29 +32,12 @@ "inventory": [ { "name": "chain shirt", - "cost": 5000, - "ac": 13, - "strength": 0, - "disadvantage": false, - "weight": 20.0, - "type": "medium" + "type": "armor", + "text": "chain shirt armor" }, { "name": "war pick", - "cost": 500, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 8 - }, - "weight": 2.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage." } ], @@ -72,9 +55,27 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The gnome's innate spellcasting ability is Intelligence (spell save DC 11). It can innately cast the following spells, requiring no material components: \nAt will: **_nondetection_** (self only) \n1/day each: **_blindness/deafness_**, **_blur_**, **_disguise self_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "nondetection" + ] + }, + { + "slots": 1, + "spells": [ + "blindness/deafness", + "blur", + "disguise self" + ] + } + ] }, { "name": "poisoned dart", |