aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/drider.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/drider.json')
-rw-r--r--parser/monsters/drider.json57
1 files changed, 21 insertions, 36 deletions
diff --git a/parser/monsters/drider.json b/parser/monsters/drider.json
index 9ec5f18..0300cc9 100644
--- a/parser/monsters/drider.json
+++ b/parser/monsters/drider.json
@@ -31,44 +31,12 @@
"inventory": [
{
"name": "longsword",
- "cost": 1500,
- "damage": {
- "dmg_type": "slashing",
- "dmg_die_count": 1,
- "dmg_die_sides": 8
- },
- "weight": 3.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [
- "versatile"
- ],
- "type": "martial melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands."
},
{
"name": "longbow",
- "cost": 5000,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 1,
- "dmg_die_sides": 8
- },
- "weight": 2.0,
- "range": [
- 150,
- 600
- ],
- "reach": 0,
- "properties": [
- "ammunition",
- "heavy",
- "two-handed"
- ],
- "type": "martial ranged weapons",
+ "type": "weapon",
"text": "_Ranged Weapon Attack:_ +6 to hit, range 150/600 ft., one target. _Hit:_ 7 (1d8 + 3) piercing damage plus 4 (1d8) poison damage."
}
],
@@ -86,9 +54,26 @@
"type": "feature"
},
{
- "name": "innate spellcasting",
+ "name": "spellcasting",
"text": "The drider's innate spellcasting ability is Wisdom (spell save DC 13). The drider can innately cast the following spells, requiring no material components: \nAt will: **_dancing lights_** \n1/day each: **_darkness_**, **_faerie fire_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "wis",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "dancing lights"
+ ]
+ },
+ {
+ "slots": 1,
+ "spells": [
+ "darkness",
+ "faerie fire"
+ ]
+ }
+ ]
},
{
"name": "spider climb",