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/mastiff.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/mastiff.json')
-rw-r--r-- | parsed/creatures/mastiff.json | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/parsed/creatures/mastiff.json b/parsed/creatures/mastiff.json new file mode 100644 index 0000000..6e605c7 --- /dev/null +++ b/parsed/creatures/mastiff.json @@ -0,0 +1,80 @@ +{ + "entry": "creatures", + "speed": "40 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 1, + "hit_die_sides": 8, + "name": "Mastiff", + "type": "beast", + "cr": 0.125, + "size": "Medium", + "alignment": "unaligned", + "stats": { + "str": 13, + "dex": 14, + "con": 12, + "int": 3, + "wis": 12, + "cha": 7 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "Mastiffs are impressive hounds prized by humanoids for their loyalty and keen senses. Mastiffs can be trained as guard dogs, hunting dogs, and war dogs. Halflings and other Small humanoids ride them as mounts.", + "features": [ + { + "entry": "feature", + "name": "keen hearing and smell", + "text": "The mastiff has advantage on Wisdom (Perception) checks that rely on hearing or smell.", + "type": "feature" + }, + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ". If the target is a creature, it must succeed on a DC 11 Strength saving throw or be knocked prone.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |