User Tools

Site Tools


mr:icecap_plant

Differences

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

Link to this comparison view

mr:icecap_plant [2026/01/01 10:00] – Update wiki pages based on codebase verification\n\n- Fixed incorrect naming for Icecap plant (was incorrectly named as level object)\n- Created accurate Icecap plant page with proper mechanics\n- Updated related pages to reflect correct game mechanics\n- mikemr:icecap_plant [2026/01/01 10:05] (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
 +
 +===== Related mr Entities =====
 +  * [[mr:icecap_seed_item|Icecap Seed (Item)]]
 +  * [[mr:frost_buff|Frost (Buff)]]
 +  * [[mr:freezing|Freezing (Mechanic)]]
mr/icecap_plant.txt · Last modified: by 127.0.0.1