====== Icecap Seed ====== {{ rpd:images:icecap_seed_item.png|Icecap Seed }} **Icecap Seed** is a [[en:rpd:seed_item|seed]] from the [[en:rpd:icecap_plant|Icecap]] plant. These seeds can be planted to grow Icecap, which releases a frost cloud freezing nearby enemies and terrain when activated. ==== Description ==== **Icecap** is one of the magical [[en:rpd:plants|plants]] in Remixed Dungeon that can be grown from its seed. When activated, it releases a frost cloud that freezes nearby enemies and terrain. ==== Stats ==== * **Seed Name:** [[en:rpd:icecap_plant|Icecap]] * **Appearance:** Small blue flower * **Effect Radius:** 1 tile around the plant * **Main Effect:** [[en:rpd:frost_buff|Frost]] effect on all creatures within radius ==== Effects ==== * Releases freezing effect when touched or stepped on * Freezes all creatures within 1 tile radius * Effect similar to [[en:rpd:potion_of_frost_item|Potion of Frost]] * Can be eaten for healing and extended Frost buff ==== Mechanics ==== * Found growing naturally in the dungeon * Can be grown from [[en:rpd:icecap_plant|Icecap]] * Activates when any character (hero or enemy) steps on it * Area of effect: 1 tile (immediately adjacent tiles) * When eaten: Provides healing (0-10% max HP) and Frost buff of double duration ==== Strategy ==== * Excellent for freezing groups of enemies in tight spaces * Useful against fast enemies that are hard to hit * Can be eaten for emergency healing and frost immunity * Consider planting in corridors to freeze enemies before combat * Valuable in boss fights where freezing can provide breathing room ==== Code References ==== * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Icecap.java|Icecap.java]] * Seed implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Icecap.java#L41-L51|Icecap.Seed]] * Effect code: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Icecap.java#L28-L36|Icecap effect method]] * English String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2047-L2048|Icecap strings]] * Russian String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2047-L2048|strings_all.xml (ru)]] ==== Related ==== * [[en:rpd:icecap_plant|Icecap]] - Plant grown from this seed * [[en:rpd:plants|Plants]] - Other plants in the game * [[en:rpd:seeds_mechanic|Seeds]] - Seeds that can be planted to grow useful plants * [[en:rpd:frost_buff|Frost]] - Status effect applied by Icecap * [[en:rpd:freezing_buff|Freezing]] - Freezing mechanics and effects {{tag> rpd items seeds plants icecap frost}}