aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/priest.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/priest.json')
-rw-r--r--parser/monsters/priest.json59
1 files changed, 38 insertions, 21 deletions
diff --git a/parser/monsters/priest.json b/parser/monsters/priest.json
index 87b00f1..af7f946 100644
--- a/parser/monsters/priest.json
+++ b/parser/monsters/priest.json
@@ -30,29 +30,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": "mace",
- "cost": 500,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 1,
- "dmg_die_sides": 6
- },
- "weight": 4.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "simple melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) bludgeoning damage."
}
],
@@ -67,7 +50,41 @@
{
"name": "spellcasting",
"text": "The priest is a 5th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 13, +5 to hit with spell attacks). The priest has the following cleric spells prepared: \nCantrips (at will): **_light, sacred flame, thaumaturgy_** \n1st level (4 slots): **_cure wounds, guiding bolt, sanctuary_** \n2nd level (3 slots): **_lesser restoration, spiritual weapon_** \n3rd level (2 slots): **_dispel magic, spirit guardians_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "wis",
+ "innate": false,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "light",
+ "sacred flame",
+ "thaumaturgy"
+ ]
+ },
+ {
+ "slots": 4,
+ "spells": [
+ "cure wounds",
+ "guiding bolt",
+ "sanctuary"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "lesser restoration",
+ "spiritual weapon"
+ ]
+ },
+ {
+ "slots": 2,
+ "spells": [
+ "dispel magic",
+ "spirit guardians"
+ ]
+ }
+ ]
}
],
"prof": 2