aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/storm_giant.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/storm_giant.json
parent9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff)
downloaddmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip
Added spells
Diffstat (limited to 'parser/monsters/storm_giant.json')
-rw-r--r--parser/monsters/storm_giant.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/parser/monsters/storm_giant.json b/parser/monsters/storm_giant.json
index d982436..bc4fc80 100644
--- a/parser/monsters/storm_giant.json
+++ b/parser/monsters/storm_giant.json
@@ -50,32 +50,12 @@
"inventory": [
{
"name": "scale mail",
- "cost": 5000,
- "ac": 14,
- "strength": 0,
- "disadvantage": false,
- "weight": 45.0,
- "type": "medium"
+ "type": "armor",
+ "text": "scale mail armor"
},
{
"name": "greatsword",
- "cost": 5000,
- "damage": {
- "dmg_type": "slashing",
- "dmg_die_count": 6,
- "dmg_die_sides": 6
- },
- "weight": 6.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [
- "heavy",
- "two-handed"
- ],
- "type": "martial melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 30 (6d6 + 9) slashing damage."
}
],
@@ -88,9 +68,29 @@
"type": "feature"
},
{
- "name": "innate spellcasting",
+ "name": "spellcasting",
"text": "The giant's innate spellcasting ability is Charisma (spell save DC 17). It can innately cast the following spells, requiring no material components: \nAt will: **_detect magic_**, **_feather fall_**, **_levitate_**, **_light_** \n3/day each: **_control weather_**, **_water breathing_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "cha",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "detect magic",
+ "feather fall",
+ "levitate",
+ "light"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "control weather",
+ "water breathing"
+ ]
+ }
+ ]
},
{
"name": "multiattack",