User Tools

Site Tools


en:rpd:icecap_level_object

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:rpd:icecap_level_object [2026/01/01 19:45] – namespace move Mikeen:rpd:icecap_level_object [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Icecap Plant ======
  
 +{{ rpd:images:item_Icecap.png|Icecap Plant }}
 +
 +==== 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 cloud of frost that freezes nearby enemies and terrain. This page has been updated from the incorrectly named "icecap_level_object.txt" to reflect that Icecap is a plant, not a level object.
 +
 +==== Stats ====
 +  * **Seed Name:** [[en:rpd:icecap_seed_item|Icecap Seed]]
 +  * **Appearance:** Small blue flower
 +  * **Effect Range:** 1 tile radius around the plant
 +  * **Primary Effect:** [[en:rpd:frost_buff|Freeze]] effect on all creatures in range
 +
 +==== Effects ====
 +  * Releases freezing effect when touched or trampled
 +  * Freezes all creatures within 1 tile radius
 +  * The effect is 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_seed_item|Icecap Seeds]]
 +  * Activates when any character (hero or enemy) steps on it
 +  * Effect area: 1 tile radius (immediate adjacent tiles)
 +  * When eaten: Provides healing (0-10% max HP) and 2x duration Frost buff
 +
 +==== Strategy ====
 +  * Excellent for freezing groups of enemies in tight spaces
 +  * Useful against fast-moving enemies that are difficult 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]]
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2047-L2048|Icecap strings]]
 +
 +==== Related ====
 +  * [[en:rpd:icecap_seed_item|Icecap Seed]] - The seed used to grow Icecap plants
 +  * [[en:rpd:plants|Plants]] - Other plants in the game
 +  * [[en:rpd:seeds|Seeds]] - Seeds that can be planted to grow useful plants
 +  * [[en:rpd:frost_buff|Frost]] - Status effect applied by Icecap
 +  * [[en:rpd:freezing|Freezing]] - Freezing mechanics and effects
 +
 +{{tag> rpd plants items icecap frost }}