aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/cloud_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/cloud_giant.json
parent9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff)
downloaddmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip
Added spells
Diffstat (limited to 'parser/monsters/cloud_giant.json')
-rw-r--r--parser/monsters/cloud_giant.json47
1 files changed, 31 insertions, 16 deletions
diff --git a/parser/monsters/cloud_giant.json b/parser/monsters/cloud_giant.json
index ef34a28..c850ed1 100644
--- a/parser/monsters/cloud_giant.json
+++ b/parser/monsters/cloud_giant.json
@@ -33,20 +33,7 @@
"inventory": [
{
"name": "morningstar",
- "cost": 1500,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 3,
- "dmg_die_sides": 8
- },
- "weight": 4.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [],
- "type": "martial melee weapons",
+ "type": "weapon",
"text": "_Melee Weapon Attack:_ +12 to hit, reach 10 ft., one target. _Hit:_ 21 (3d8 + 8) piercing damage."
}
],
@@ -64,9 +51,37 @@
"type": "feature"
},
{
- "name": "innate spellcasting",
+ "name": "spellcasting",
"text": "The giant's innate spellcasting ability is Charisma. It can innately cast the following spells, requiring no material components: \nAt will: **_detect magic_**, **_fog cloud_**, **_light_** \n3/day each: **_feather fall_**, **_fly_**, **_misty step_**, **_telekinesis_** \n1/day each: **_control weather_**, **_gaseous form_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "cha",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "detect magic",
+ "fog cloud",
+ "light"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "feather fall",
+ "fly",
+ "misty step",
+ "telekinesis"
+ ]
+ },
+ {
+ "slots": 1,
+ "spells": [
+ "control weather",
+ "gaseous form"
+ ]
+ }
+ ]
},
{
"name": "multiattack",