aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/salamander.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/salamander.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/salamander.json')
-rw-r--r--parser/monsters/salamander.json110
1 files changed, 0 insertions, 110 deletions
diff --git a/parser/monsters/salamander.json b/parser/monsters/salamander.json
deleted file mode 100644
index 2ba7cad..0000000
--- a/parser/monsters/salamander.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "speed": "30 ft.",
- "saves": [],
- "d_resistances": [
- {
- "type": "bludgeoning",
- "qualifiers": [
- "nonmagical"
- ]
- },
- {
- "type": "piercing",
- "qualifiers": [
- "nonmagical"
- ]
- },
- {
- "type": "slashing",
- "qualifiers": [
- "nonmagical"
- ]
- }
- ],
- "d_vulnerabilities": [
- {
- "type": "cold",
- "qualifiers": []
- }
- ],
- "d_immunities": [
- {
- "type": "fire",
- "qualifiers": []
- }
- ],
- "c_immunities": [],
- "senses": [
- "darkvision 60 ft."
- ],
- "langs": "Ignan",
- "skills": {},
- "hit_die_count": 12,
- "hit_die_sides": 10,
- "name": "Salamander",
- "type": "elemental",
- "cr": 5.0,
- "size": "Large",
- "alignment": "neutral evil",
- "stats": {
- "str": 18,
- "dex": 14,
- "con": 15,
- "int": 11,
- "wis": 10,
- "cha": 12
- },
- "inventory": [
- {
- "name": "spear",
- "type": "weapon",
- "text": "_Melee or _Ranged Weapon Attack:__ +7 to hit, reach 5 ft. or range 20 ft./60 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage, or 13 (2d8 + 4) piercing damage if used with two hands to make a melee attack, plus 3 (1d6) fire damage."
- }
- ],
- "natural_armor": {
- "name": "natural",
- "bonus": 15
- },
- "description": "",
- "features": [
- {
- "name": "heated body",
- "text": "A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.",
- "type": "feature"
- },
- {
- "name": "heated weapons",
- "text": "Any metal melee weapon the salamander wields deals an extra 3 (1d6) fire damage on a hit (included in the attack).",
- "type": "feature"
- },
- {
- "name": "multiattack",
- "text": "The salamander makes two attacks: one with its spear and one with its tail.",
- "type": "action"
- },
- {
- "name": "tail",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets.",
- "type": "action",
- "attack": {
- "name": "tail",
- "cost": 0,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 2,
- "dmg_die_sides": 6
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets."
- }
- }
- ],
- "prof": 3
-} \ No newline at end of file