From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/creatures/magmin.json | 112 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 parsed/creatures/magmin.json (limited to 'parsed/creatures/magmin.json') diff --git a/parsed/creatures/magmin.json b/parsed/creatures/magmin.json new file mode 100644 index 0000000..176b0a6 --- /dev/null +++ b/parsed/creatures/magmin.json @@ -0,0 +1,112 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [ + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical" + ] + } + ], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "fire", + "qualifiers": [] + } + ], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Ignan", + "skills": {}, + "hit_die_count": 2, + "hit_die_sides": 6, + "name": "Magmin", + "type": "elemental", + "cr": 0.5, + "size": "Small", + "alignment": "chaotic neutral", + "stats": { + "str": 7, + "dex": 15, + "con": 12, + "int": 8, + "wis": 11, + "cha": 10 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 14 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "death burst", + "text": "When the magmin dies, it explodes in a burst of fire and magma. Each creature within 10 feet of it must make a DC 11 Dexterity saving throw, taking 7 (2d6) fire damage on a failed save, or half as much damage on a successful one. Flammable objects that aren't being worn or carried in that area are ignited.", + "type": "feature" + }, + { + "entry": "feature", + "name": "ignited illumination", + "text": "As a bonus action, the magmin can set itself ablaze or extinguish its flames. While ablaze, the magmin sheds bright light in a 10-foot radius and dim light for an additional 10 feet.", + "type": "feature" + }, + { + "entry": "feature", + "name": "touch", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "touch", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "fire", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "finesse" + ], + "weapon_type": "unknown", + "text": ". If the target is a creature or a flammable object, it ignites. Until a creature takes an action to douse the fire, the target takes 3 (1d6) fire damage at the end of each of its turns.", + "toHitOverride": null, + "dmgBonusOverride": 0, + "abilityOverride": null + } + } + ], + "prof": 2 +} \ No newline at end of file -- cgit v1.2.3