From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/rust_monster.json | 75 --------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 parser/monsters/rust_monster.json (limited to 'parser/monsters/rust_monster.json') diff --git a/parser/monsters/rust_monster.json b/parser/monsters/rust_monster.json deleted file mode 100644 index bb31022..0000000 --- a/parser/monsters/rust_monster.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "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": [], - "natural_armor": { - "name": "natural", - "bonus": 14 - }, - "description": "", - "features": [ - { - "name": "iron scent", - "text": "The rust monster can pinpoint, by scent, the location of ferrous metal within 30 feet of it.", - "type": "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" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8 + 1) piercing damage.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 8 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8 + 1) piercing damage." - } - }, - { - "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 -- cgit v1.2.3