User Tools

Site Tools


mr:sungrass_level_object

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:sungrass_level_object [2026/05/14 22:45] – Fix wiki compliance Qwen Assistantmr:sungrass_level_object [2026/05/15 01:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Sungrass Level Object - Machine-Readable Reference =====
  
 +===== Java Implementation =====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Sungrass.java|Sungrass.java]]
 +  * Package: com.watabou.pixeldungeon.plants
 +  * Inner Class: com.watabou.pixeldungeon.plants.Sungrass.Health (line 55-85)
 +  * Effect Method: com.watabou.pixeldungeon.plants.Sungrass.effect (line 26-35)
 +
 +===== JSON Configuration =====
 +This entity does not have dedicated JSON configuration.
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Sungrass_Name">Sungrass</string>
 +<string name="Sungrass_Desc">When planted, Sungrass grows over several turns, providing healing over time.</string>
 +<string name="SungrassBuff_Name">Sungrass Healing</string>
 +<string name="SungrassBuff_Info">Provides healing over time to characters that touch the Sungrass.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists.
 +
 +===== Related mr Entities =====
 +  * [[mr:plant_seed|Plant Seed (Item)]]
 +  * [[mr:health_buff|Health Buff]]
mr/sungrass_level_object.txt · Last modified: by 127.0.0.1