aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/fire_giant.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/fire_giant.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/fire_giant.json')
-rw-r--r--parser/monsters/fire_giant.json103
1 files changed, 103 insertions, 0 deletions
diff --git a/parser/monsters/fire_giant.json b/parser/monsters/fire_giant.json
new file mode 100644
index 0000000..fe8bd0c
--- /dev/null
+++ b/parser/monsters/fire_giant.json
@@ -0,0 +1,103 @@
+{
+ "speed": "30 ft.",
+ "saves": [
+ "dex",
+ "con",
+ "cha"
+ ],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "fire",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "Giant",
+ "skills": {
+ "Athletics": 1,
+ "Perception": 1
+ },
+ "hit_die_count": 13,
+ "hit_die_sides": 12,
+ "name": "Fire Giant",
+ "type": "giant",
+ "cr": 9.0,
+ "size": "Huge",
+ "alignment": "lawful evil",
+ "stats": {
+ "str": 25,
+ "dex": 9,
+ "con": 23,
+ "int": 10,
+ "wis": 14,
+ "cha": 13
+ },
+ "inventory": [
+ {
+ "name": "plate",
+ "cost": 150000,
+ "ac": 18,
+ "strength": 15,
+ "disadvantage": false,
+ "weight": 65.0,
+ "type": "heavy"
+ },
+ {
+ "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",
+ "text": "_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6 + 7) slashing damage."
+ }
+ ],
+ "natural_armor": [],
+ "description": "",
+ "features": [
+ {
+ "name": "multiattack",
+ "text": "The giant makes two greatsword attacks.",
+ "type": "action"
+ },
+ {
+ "name": "rock",
+ "text": "_Ranged Weapon Attack:_ +11 to hit, range 60/240 ft., one target. _Hit:_ 29 (4d10 + 7) bludgeoning damage.",
+ "type": "action",
+ "attack": {
+ "name": "rock",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 4,
+ "dmg_die_sides": 10
+ },
+ "weight": 0.0,
+ "range": [
+ 60,
+ 240
+ ],
+ "reach": 0,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Ranged Weapon Attack:_ +11 to hit, range 60/240 ft., one target. _Hit:_ 29 (4d10 + 7) bludgeoning damage."
+ }
+ }
+ ],
+ "prof": 4
+} \ No newline at end of file