diff --git a/objects/monsters.json b/objects/monsters.json index e74f177..4111c70 100644 --- a/objects/monsters.json +++ b/objects/monsters.json @@ -6124,7 +6124,6 @@ }, "restless_armour": { "name": "Restless Armour", - "number": null, "rank": "F", "family": "_undead", @@ -6176,5 +6175,59 @@ "bambooligan" ] ] + }, + "slick_slime": { + "name": "Slick Slime", + "number": null, + "rank": "E", + "family": "_slime", + "description": null, + "drops": null, + "growth": { + "hp": 2, + "mp": 2, + "atk": 2, + "def": 2, + "agi": 4, + "wis": 2 + }, + "talents": [ + "blazer" + ], + "traits": { + "small": { + "frizzmeister": 1, + "unhealthy_advantage": 20, + "ultra_crafty_cragger": 40 + }, + "large": null + }, + "resistances": { + "fire": 75, + "water": 0, + "wind": 0, + "earth": -25, + "explosions": 50, + "ice": 0, + "electricity": 50, + "light": 25, + "dark": -25, + "debilitation": 50, + "bedazzlement": 50, + "antimagic": 0, + "mp_absorption": -25, + "confusion": 0, + "sleep": 0, + "paralysis": 50, + "stun": 25, + "poison": 0, + "instant_death": 0 + }, + "synthesis": [ + [ + "bubble_slime", + "box_slime" + ] + ] } } \ No newline at end of file diff --git a/objects/traits.json b/objects/traits.json index 6c0c025..837cf99 100644 --- a/objects/traits.json +++ b/objects/traits.json @@ -335,6 +335,10 @@ "name": "Ultra Crafty Confuser", "description": "Makes it much easier to the enemy." }, + "ultra_crafty_cragger": { + "name": "Ultra Crafty Cragger", + "description": "Greatly increases the damage inflicted by earth-elemental attacks." + }, "ultra_crafty_dazzler": { "name": "Ultra Crafty Dazzler", "description": "Makes it much easier to bedazzle enemies." @@ -387,6 +391,10 @@ "name": "Ultra Zap Ward", "description": "Greatly increases resistance to electrical attacks." }, + "unhealthy_advantage": { + "name": "Unhealthy Advantage", + "description": "Inflicts increasing amounts of damage as remaining HP gets lower." + }, "wisdom_4": { "name": "Wisdom +4", "description": "Raises wisdom by 4."