aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/bearded_devil.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/bearded_devil.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/bearded_devil.json')
-rw-r--r--parsed/creatures/bearded_devil.json149
1 files changed, 149 insertions, 0 deletions
diff --git a/parsed/creatures/bearded_devil.json b/parsed/creatures/bearded_devil.json
new file mode 100644
index 0000000..7516d04
--- /dev/null
+++ b/parsed/creatures/bearded_devil.json
@@ -0,0 +1,149 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [
+ "str",
+ "con",
+ "wis"
+ ],
+ "d_resistances": [
+ {
+ "type": "cold",
+ "qualifiers": []
+ },
+ {
+ "type": "bludgeoning",
+ "qualifiers": [
+ "nonmagical",
+ "non-silvered"
+ ]
+ },
+ {
+ "type": "piercing",
+ "qualifiers": [
+ "nonmagical",
+ "non-silvered"
+ ]
+ },
+ {
+ "type": "slashing",
+ "qualifiers": [
+ "nonmagical",
+ "non-silvered"
+ ]
+ }
+ ],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "fire",
+ "qualifiers": []
+ },
+ {
+ "type": "poison",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [
+ {
+ "type": "poisoned",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 120 ft."
+ ],
+ "langs": "Infernal, telepathy 120 ft.",
+ "skills": {},
+ "hit_die_count": 8,
+ "hit_die_sides": 8,
+ "name": "Bearded Devil",
+ "type": "fiend (devil)",
+ "cr": 3.0,
+ "size": "Medium",
+ "alignment": "lawful evil",
+ "stats": {
+ "str": 16,
+ "dex": 15,
+ "con": 15,
+ "int": 9,
+ "wis": 11,
+ "cha": 11
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "glaive",
+ "type": "weapons",
+ "text": ". If the target is a creature other than an undead or a construct, it must succeed on a DC 12 Constitution saving throw or lose 5 (1d10) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 5 (1d10). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "devil's sight",
+ "text": "Magical darkness doesn't impede the devil's darkvision.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "magic resistance",
+ "text": "The devil has advantage on saving throws against spells and other magical effects.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "steadfast",
+ "text": "The devil can't be frightened while it can see an allied creature within 30 feet of it.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The devil makes two attacks: one with its beard and one with its glaive.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "beard",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "beard",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 8,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ", and the target must succeed on a DC 12 Constitution saving throw or be poisoned for 1 minute. While poisoned in this way, the target can't regain hit points. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
+ "toHitOverride": null,
+ "dmgBonusOverride": 2,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file