====== 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 ===== Icecap Upon touching an Icecap excretes a pollen, which freezes everything in its vicinity. ===== 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}}