aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/pit_fiend.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/pit_fiend.json')
-rw-r--r--parser/monsters/pit_fiend.json39
1 files changed, 22 insertions, 17 deletions
diff --git a/parser/monsters/pit_fiend.json b/parser/monsters/pit_fiend.json
index 0b6d077..430125c 100644
--- a/parser/monsters/pit_fiend.json
+++ b/parser/monsters/pit_fiend.json
@@ -72,20 +72,7 @@
"inventory": [
{
"name": "mace",
- "cost": 500,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 2,
- "dmg_die_sides": 6
- },
- "weight": 4.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [],
- "type": "simple melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 15 (2d6 + 8) bludgeoning damage plus 21 (6d6) fire damage."
}
],
@@ -113,9 +100,27 @@
"type": "feature"
},
{
- "name": "innate spellcasting",
- "text": "The pit fiend's spellcasting ability is Charisma (spell save DC 21). The pit fiend can innately cast the following spells, requiring no material components: \nAt will: **_detect magic, fireball 3/day each: hold monster, wall of fire_**",
- "type": "feature"
+ "name": "spellcasting",
+ "text": "The pit fiend's spellcasting ability is Charisma (spell save DC 21). The pit fiend can innately cast the following spells, requiring no material components: \nAt will: **_detect magic, fireball_**\n 3/day each: **_hold monster, wall of fire_**",
+ "type": "spellcasting",
+ "spellcasting_ability": "cha",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "detect magic",
+ "fireball"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "hold monster",
+ "wall of fire"
+ ]
+ }
+ ]
},
{
"name": "multiattack",