aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/chimera.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/chimera.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/chimera.json')
-rw-r--r--parser/monsters/chimera.json118
1 files changed, 0 insertions, 118 deletions
diff --git a/parser/monsters/chimera.json b/parser/monsters/chimera.json
deleted file mode 100644
index 3dcbb48..0000000
--- a/parser/monsters/chimera.json
+++ /dev/null
@@ -1,118 +0,0 @@
-{
- "speed": "30 ft., fly 60 ft.",
- "saves": [],
- "d_resistances": [],
- "d_vulnerabilities": [],
- "d_immunities": [],
- "c_immunities": [],
- "senses": [
- "darkvision 60 ft."
- ],
- "langs": "understands Draconic but can't speak",
- "skills": {
- "Perception": 2
- },
- "hit_die_count": 12,
- "hit_die_sides": 10,
- "name": "Chimera",
- "type": "monstrosity",
- "cr": 6.0,
- "size": "Large",
- "alignment": "chaotic evil",
- "stats": {
- "str": 19,
- "dex": 11,
- "con": 19,
- "int": 3,
- "wis": 14,
- "cha": 10
- },
- "inventory": [],
- "natural_armor": {
- "name": "natural",
- "bonus": 14
- },
- "description": "",
- "features": [
- {
- "name": "multiattack",
- "text": "The chimera makes three attacks: one with its bite, one with its horns, and one with its claws. When its fire breath is available, it can use the breath in place of its bite or horns.",
- "type": "action"
- },
- {
- "name": "bite",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage.",
- "type": "action",
- "attack": {
- "name": "bite",
- "cost": 0,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 2,
- "dmg_die_sides": 6
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage."
- }
- },
- {
- "name": "horns",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12 + 4) bludgeoning damage.",
- "type": "action",
- "attack": {
- "name": "horns",
- "cost": 0,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 1,
- "dmg_die_sides": 12
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12 + 4) bludgeoning damage."
- }
- },
- {
- "name": "claws",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage.",
- "type": "action",
- "attack": {
- "name": "claws",
- "cost": 0,
- "damage": {
- "dmg_type": "slashing",
- "dmg_die_count": 2,
- "dmg_die_sides": 6
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage."
- }
- },
- {
- "name": "fire breath (recharge 5\u20136)",
- "text": "The dragon head exhales fire in a 15-\u00ad\u2010foot cone. Each creature in that area must make a DC 15 Dexterity saving throw, taking 31 (7d8) fire damage on a failed save, or half as much damage on a successful one.",
- "type": "action"
- }
- ],
- "prof": 3
-} \ No newline at end of file