aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/acolyte.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/acolyte.json
parent9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff)
downloaddmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip
Added spells
Diffstat (limited to 'parser/monsters/acolyte.json')
-rw-r--r--parser/monsters/acolyte.json39
1 files changed, 22 insertions, 17 deletions
diff --git a/parser/monsters/acolyte.json b/parser/monsters/acolyte.json
index 421308d..5a6dd56 100644
--- a/parser/monsters/acolyte.json
+++ b/parser/monsters/acolyte.json
@@ -29,22 +29,7 @@
"inventory": [
{
"name": "club",
- "cost": 10,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 1,
- "dmg_die_sides": 4
- },
- "weight": 2.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [
- "light"
- ],
- "type": "simple melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage."
}
],
@@ -54,7 +39,27 @@
{
"name": "spellcasting",
"text": "The acolyte is a 1st-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). The acolyte has following cleric spells prepared: \nCantrips (at will): **_light, sacred flame, thaumaturgy_** \n1st level (3 slots): **_bless, cure wounds, sanctuary_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "wis",
+ "innate": false,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "light",
+ "sacred flame",
+ "thaumaturgy"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "bless",
+ "cure wounds",
+ "sanctuary"
+ ]
+ }
+ ]
}
],
"prof": 2