aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/salamander.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/salamander.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/salamander.json')
-rw-r--r--parser/monsters/salamander.json128
1 files changed, 128 insertions, 0 deletions
diff --git a/parser/monsters/salamander.json b/parser/monsters/salamander.json
new file mode 100644
index 0000000..271e249
--- /dev/null
+++ b/parser/monsters/salamander.json
@@ -0,0 +1,128 @@
+{
+ "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",
+ "cost": 100,
+ "damage": {
+ "dmg_type": "piercing",
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6
+ },
+ "weight": 3.0,
+ "range": [
+ 20,
+ 60
+ ],
+ "reach": 5,
+ "properties": [
+ "thrown",
+ "versatile"
+ ],
+ "type": "simple melee weapons",
+ "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