aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/mammoth.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/mammoth.json')
-rw-r--r--parsed/creatures/mammoth.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/parsed/creatures/mammoth.json b/parsed/creatures/mammoth.json
new file mode 100644
index 0000000..2f7156d
--- /dev/null
+++ b/parsed/creatures/mammoth.json
@@ -0,0 +1,112 @@
+{
+ "entry": "creatures",
+ "speed": "40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "--",
+ "skills": {},
+ "hit_die_count": 11,
+ "hit_die_sides": 12,
+ "name": "Mammoth",
+ "type": "beast",
+ "cr": 6.0,
+ "size": "Huge",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 24,
+ "dex": 9,
+ "con": 21,
+ "int": 3,
+ "wis": 11,
+ "cha": 6
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "A mammoth is an elephantine creature with thick fur and long tusks. Stockier and fiercer than normal elephants, mammoths inhabit a wide range of climes, from subarctic to subtropical.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "trampling charge",
+ "text": "If the mammoth moves at least 20 feet straight toward a creature and then hits it with a gore attack on the same turn, that target must succeed on a DC 18 Strength saving throw or be knocked prone. If the target is prone, the mammoth can make one stomp attack against it as a bonus action.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "gore",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "gore",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 8,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "stomp",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "stomp",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 10,
+ "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": 3
+} \ No newline at end of file