User Tools

Site Tools


mr:ooze_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:ooze_buff [2026/02/03 10:38] – Fix ooze_buff.txt in mr namespace with correct information from source code mikemr:ooze_buff [2026/02/03 10:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ooze Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Ooze.java|Ooze.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="OozeBuff_Name">Caustic Ooze</string>
 +<string name="OozeBuff_Info">Caustic ooze is eating away at the flesh!</string>
 +<string name="Ooze_Death">%s killed you...</string>
 +<string name="Hero_StaOoze">Caustic ooze eats at your flesh. Wash it away!</string>
 +<string name="ResultDescriptions_Ooze">Killed by a caustic ooze on level %d</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:goo_mob|Goo Mob]]
  
mr/ooze_buff.txt · Last modified: by 127.0.0.1