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

Both sides previous revisionPrevious revision
en:rpd:icecap_level_object [2026/09/09 22:08] – Wiki maintenance: Fix compliance issues for 5 random pages Wiki Maintenanceen:rpd:icecap_level_object [2026/09/09 22:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Icecap Level Object ======
  
 +{{ rpd:images:icecap_plant.png|Icecap }}
 +
 +**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.
 +
 +==== Description ====
 +The air around Icecap becomes cold, and when activated it releases a frost cloud that freezes nearby enemies and terrain. This plant is a level object that can be found naturally in the dungeon or grown from seeds.
 +
 +==== Stats ====
 +  * **Seed Name:** [[en:rpd:icecap_plant|Icecap Plant]]
 +  * **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_plant|Icecap Plants]]
 +  * 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]]
 +  * Level object registration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/objects/LevelObjectsFactory.java|LevelObjectsFactory.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_plant|Icecap Plant]] - The Icecap seed grows into this plant
 +  * [[en:rpd:icecap_seed_item|Icecap Seed]] - Seed to grow this plant
 +  * [[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 plants objects icecap frost}}
en/rpd/icecap_level_object.txt · Last modified: by 127.0.0.1