aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/salamander.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/salamander.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/salamander.json')
-rw-r--r--parsed/creatures/salamander.json167
1 files changed, 167 insertions, 0 deletions
diff --git a/parsed/creatures/salamander.json b/parsed/creatures/salamander.json
new file mode 100644
index 0000000..71ffdd9
--- /dev/null
+++ b/parsed/creatures/salamander.json
@@ -0,0 +1,167 @@
+{
+ "entry": "creatures",
+ "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": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 15
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "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"
+ },
+ {
+ "entry": "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"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The salamander makes two attacks: one with its spear and one with its tail.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "spear",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "spear",
+ "cost": 100,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "fire",
+ "is_or": false
+ }
+ ],
+ "weight": 3.0,
+ "range": [
+ 20,
+ 20
+ ],
+ "reach": 5,
+ "properties": [
+ "versatile"
+ ],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "tail",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "tail",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "fire",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ", 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.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 3
+} \ No newline at end of file