====== Defered Damage Buff - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/glyphs/Viscosity.java|Viscosity.java]] - Contains the DeferedDamage class ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/buffsDesc/DeferedDamage.json|DeferedDamage.json]] - Buff configuration ===== String Resources ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L3181|String: DeferedDamage_Killed_Txt]] - Text for when the defered damage kills a character * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml]] - Other related strings for this buff ===== Lua Scripts ===== This entity has no specific Lua script implementation (uses Java class)