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/elk.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/elk.json')
-rw-r--r-- | parsed/creatures/elk.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/parsed/creatures/elk.json b/parsed/creatures/elk.json new file mode 100644 index 0000000..b16de5d --- /dev/null +++ b/parsed/creatures/elk.json @@ -0,0 +1,112 @@ +{ + "entry": "creatures", + "speed": "50 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": {}, + "hit_die_count": 2, + "hit_die_sides": 10, + "name": "Elk", + "type": "beast", + "cr": 0.25, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 16, + "dex": 10, + "con": 12, + "int": 2, + "wis": 10, + "cha": 6 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "charge", + "text": "If the elk moves at least 20 feet straight toward a target and then hits it with a ram attack on the same turn, the target takes an extra 7 (2d6) damage. If the target is a creature, it must succeed on a DC 13 Strength saving throw or be knocked prone.", + "type": "feature" + }, + { + "entry": "feature", + "name": "ram", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "ram", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 6, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "hooves", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "hooves", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 4, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "one prone creature" + ], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |