aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/bone_devil.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-29 14:17:08 -0400
committerYour Name <you@example.com>2021-04-29 14:17:08 -0400
commit5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch)
tree75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/bone_devil.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/bone_devil.json')
-rw-r--r--parser/monsters/bone_devil.json145
1 files changed, 0 insertions, 145 deletions
diff --git a/parser/monsters/bone_devil.json b/parser/monsters/bone_devil.json
deleted file mode 100644
index e4d388b..0000000
--- a/parser/monsters/bone_devil.json
+++ /dev/null
@@ -1,145 +0,0 @@
-{
- "speed": "40 ft., fly 40 ft.",
- "saves": [
- "int",
- "wis",
- "cha"
- ],
- "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": {
- "Deception": 1,
- "Insight": 1
- },
- "hit_die_count": 15,
- "hit_die_sides": 10,
- "name": "Bone Devil",
- "type": "fiend (devil)",
- "cr": 9.0,
- "size": "Large",
- "alignment": "lawful evil",
- "stats": {
- "str": 18,
- "dex": 16,
- "con": 18,
- "int": 13,
- "wis": 14,
- "cha": 16
- },
- "inventory": [],
- "natural_armor": {
- "name": "natural",
- "bonus": 19
- },
- "description": "",
- "features": [
- {
- "name": "devil's sight",
- "text": "Magical darkness doesn't impede the devil's darkvision.",
- "type": "feature"
- },
- {
- "name": "magic resistance",
- "text": "The devil has advantage on saving throws against spells and other magical effects.",
- "type": "feature"
- },
- {
- "name": "multiattack",
- "text": "The devil makes three attacks: two with its claws and one with its sting.",
- "type": "action"
- },
- {
- "name": "claw",
- "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8 + 4) slashing damage.",
- "type": "action",
- "attack": {
- "name": "claw",
- "cost": 0,
- "damage": {
- "dmg_type": "slashing",
- "dmg_die_count": 1,
- "dmg_die_sides": 8
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8 + 4) slashing damage."
- }
- },
- {
- "name": "sting",
- "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
- "type": "action",
- "attack": {
- "name": "sting",
- "cost": 0,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 2,
- "dmg_die_sides": 8
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success."
- }
- }
- ],
- "prof": 4
-} \ No newline at end of file