aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/rust_monster.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/rust_monster.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/rust_monster.json')
-rw-r--r--parsed/creatures/rust_monster.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/parsed/creatures/rust_monster.json b/parsed/creatures/rust_monster.json
new file mode 100644
index 0000000..01063c8
--- /dev/null
+++ b/parsed/creatures/rust_monster.json
@@ -0,0 +1,92 @@
+{
+ "entry": "creatures",
+ "speed": "40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "--",
+ "skills": {},
+ "hit_die_count": 5,
+ "hit_die_sides": 8,
+ "name": "Rust Monster",
+ "type": "monstrosity",
+ "cr": 0.5,
+ "size": "Medium",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 13,
+ "dex": 12,
+ "con": 13,
+ "int": 2,
+ "wis": 13,
+ "cha": 6
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 14
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "iron scent",
+ "text": "The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "rust metal",
+ "text": "Any nonmagical weapon made of metal that hits the rust monster corrodes. After dealing damage, the weapon takes a permanent and cumulative \u22121 penalty to damage rolls. If its penalty drops to \u22125, the weapon is destroyed. Nonmagical ammunition made of metal that hits the rust monster is destroyed after dealing damage.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 8,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "antennae",
+ "text": "The rust monster corrodes a nonmagical ferrous metal object it can see within 5 feet of it. If the object isn't being worn or carried, the touch destroys a 1-foot cube of it. If the object is being worn or carried by a creature, the creature can make a DC 11 Dexterity saving throw to avoid the rust monster's touch. \nIf the object touched is either metal armor or a metal shield being worn or carried, its takes a permanent and cumulative \u22121 penalty to the AC it offers. Armor reduced to an AC of 10 or a shield that drops to a +0 bonus is destroyed. If the object touched is a held metal weapon, it rusts as described in the Rust Metal trait.",
+ "type": "action"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file