aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/gnome_deep_svirfneblin.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-15 15:23:23 -0400
committerYour Name <you@example.com>2021-04-15 15:23:23 -0400
commitdfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch)
tree695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/monsters/gnome_deep_svirfneblin.json
parent9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff)
downloaddmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip
Added spells
Diffstat (limited to 'parser/monsters/gnome_deep_svirfneblin.json')
-rw-r--r--parser/monsters/gnome_deep_svirfneblin.json45
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",