User Tools

Site Tools


mr:icecap_plant

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:icecap_plant [2026/08/24 21:58] – wiki: fix cooldown stat, dead links and code-ground Weakness facts on 5 sampled pages Botmr:icecap_plant [2026/08/24 22:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Icecap Plant - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Icecap.java|Icecap.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Icecap_Name">Icecap</string>
 +<string name="Icecap_Desc">Upon touching an Icecap excretes a pollen, which freezes everything in its vicinity.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Mechanics =====
 +  * When stepped on or pressed, the Icecap excretes freezing pollen that affects all cells within distance 1 (Freezing blob applied via PathFinder distance map)
 +  * Eating an Icecap seed applies the [[mr:frost_buff|Frost]] buff for twice its normal duration and heals a random amount between 0 and max((HT - HP) / 4, 10)
 +  * The seed's alchemy class is PotionOfFrost (brews into a Potion of Frost)
 +  * Seeds spawn in Treasury-level loot tables (Treasury.json, SpidersTreasury.json)
 +
 +===== Related mr Entities =====
 +  * [[mr:seed_item|Icecap Seed (Item)]]
 +  * [[mr:frost_buff|Frost (Buff)]]
 +
 +{{tag> rpd mr plants icecap}}
mr/icecap_plant.txt · Last modified: by 127.0.0.1