====== Bleeding Buff - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/buffs/Bleeding.java|Bleeding.java]] ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/buffsDesc/Bleeding.json|Bleeding.json]] - Buff configuration ===== String Resources ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L|String: bleeding_buff_name]] - The display name for the bleeding buff * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L|String: bleeding_buff_desc]] - The description text for the bleeding buff ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists