diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/frost_giant.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/frost_giant.json')
-rw-r--r-- | parsed/creatures/frost_giant.json | 122 |
1 files changed, 122 insertions, 0 deletions
diff --git a/parsed/creatures/frost_giant.json b/parsed/creatures/frost_giant.json new file mode 100644 index 0000000..df71fe0 --- /dev/null +++ b/parsed/creatures/frost_giant.json @@ -0,0 +1,122 @@ +{ + "entry": "creatures", + "speed": "40 ft.", + "saves": [ + "con", + "wis", + "cha" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "cold", + "qualifiers": [] + } + ], + "c_immunities": [], + "senses": [], + "langs": "Giant", + "skills": { + "Athletics": 1, + "Perception": 1 + }, + "hit_die_count": 12, + "hit_die_sides": 12, + "name": "Frost Giant", + "type": "giant", + "cr": 8.0, + "size": "Huge", + "alignment": "neutral evil", + "stats": { + "str": 23, + "dex": 9, + "con": 21, + "int": 9, + "wis": 10, + "cha": 12 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "patchwork", + "bonus": 15 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "multiattack", + "text": "The giant makes two greataxe attacks.", + "type": "action" + }, + { + "entry": "feature", + "name": "greataxe", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "greataxe", + "cost": 3000, + "damage": [ + { + "dmg_die_count": 3, + "dmg_die_sides": 12, + "dmg_type": "slashing", + "is_or": false + } + ], + "weight": 7.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "rock", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "rock", + "cost": -1, + "damage": [ + { + "dmg_die_count": 4, + "dmg_die_sides": 10, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 60, + 240 + ], + "reach": 0, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": "str" + } + } + ], + "prof": 3 +}
\ No newline at end of file |