aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/bulette.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/bulette.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/bulette.json')
-rw-r--r--parsed/creatures/bulette.json89
1 files changed, 89 insertions, 0 deletions
diff --git a/parsed/creatures/bulette.json b/parsed/creatures/bulette.json
new file mode 100644
index 0000000..faf0d52
--- /dev/null
+++ b/parsed/creatures/bulette.json
@@ -0,0 +1,89 @@
+{
+ "entry": "creatures",
+ "speed": "40 ft., burrow 40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft.",
+ "tremorsense 60 ft."
+ ],
+ "langs": "--",
+ "skills": {
+ "Perception": 2
+ },
+ "hit_die_count": 9,
+ "hit_die_sides": 10,
+ "name": "Bulette",
+ "type": "monstrosity",
+ "cr": 5.0,
+ "size": "Large",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 19,
+ "dex": 11,
+ "con": 21,
+ "int": 2,
+ "wis": 10,
+ "cha": 5
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 17
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "standing leap",
+ "text": "The bulette's long jump is up to 30 feet and its high jump is up to 15 feet, with or without a running start.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 12,
+ "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": "deadly leap",
+ "text": "If the bulette jumps at least 15 feet as part of its movement, it can then use this action to land on its feet in a space that contains one or more other creatures. Each of those creatures must succeed on a DC 16 Strength or Dexterity saving throw (target's choice) or be knocked prone and take 14 (3d6 + 4) bludgeoning damage plus 14 (3d6 + 4) slashing damage. On a successful save, the creature takes only half the damage, isn't knocked prone, and is pushed 5 feet out of the bulette's space into an unoccupied space of the creature's choice. If no unoccupied space is within range, the creature instead falls prone in the bulette's space.",
+ "type": "action"
+ }
+ ],
+ "prof": 3
+} \ No newline at end of file