aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/panther.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/panther.json')
-rw-r--r--parsed/creatures/panther.json119
1 files changed, 119 insertions, 0 deletions
diff --git a/parsed/creatures/panther.json b/parsed/creatures/panther.json
new file mode 100644
index 0000000..67416c0
--- /dev/null
+++ b/parsed/creatures/panther.json
@@ -0,0 +1,119 @@
+{
+ "entry": "creatures",
+ "speed": "50 ft., climb 40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "--",
+ "skills": {
+ "Perception": 1,
+ "Stealth": 2
+ },
+ "hit_die_count": 3,
+ "hit_die_sides": 8,
+ "name": "Panther",
+ "type": "beast",
+ "cr": 0.25,
+ "size": "Medium",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 14,
+ "dex": 15,
+ "con": 10,
+ "int": 3,
+ "wis": 14,
+ "cha": 7
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "keen smell",
+ "text": "The panther has advantage on Wisdom (Perception) checks that rely on smell.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "pounce",
+ "text": "If the panther moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 12 Strength saving throw or be knocked prone. If the target is prone, the panther can make one bite attack against it as a bonus action.",
+ "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": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "claw",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "claw",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 4,
+ "dmg_type": "slashing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file