====== Icecap Level Object ====== {{ rpd:images:icecap_level_object.png|Icecap Level Object }} ==== Description ==== The Icecap level object releases a chilling effect that slows down any creature in the surrounding area when touched. When a character steps on the tile containing an Icecap level object, it releases a chilling bloom that can slow enemies. ==== Effects ==== * Releases a chilling bloom that affects creatures in the area * Slows down enemies in the immediate vicinity * May provide defensive benefits by reducing enemy speed * The level object disappears after being touched ==== Mechanics ==== * Icecap level objects can be found growing in the dungeon * They can also be grown by planting [[rpd:icecap_seed_item|Icecap Seeds]] * The effect has an area of influence around the level object * Particularly useful against fast-moving enemies ==== Strategy ==== * Icecap level objects are valuable for slowing fast enemies * They can be useful for managing multiple aggressive foes * Consider using them when facing enemies with high movement or attack speed * Good for creating breathing room in tight situations ==== Code Reference ==== * Plant Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java|WandMaker.Icecap class]] * Plant Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java#L357-L362|Icecap.effect method]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1880-L1881|WandMaker_IcecapName, WandMaker_IcecapDesc]] ==== Related ==== * [[rpd:icecap_seed_item|Icecap Seed]] - The seed used to grow Icecap level objects * [[rpd:plants|Plants]] - Other plants in the game * [[rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants * [[rpd:slow_buff|Slow]] - Status effect applied by Icecap * [[rpd:elemental_damage|Elemental Damage]] - Related elemental mechanics * [[rpd:level_objects|Level Objects]] - Other interactive objects in dungeon levels {{tag> rpd plants items level_objects ice}}