From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/creatures/mastiff.json | 80 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 parsed/creatures/mastiff.json (limited to 'parsed/creatures/mastiff.json') 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 -- cgit v1.2.3