User Tools

Site Tools


mr:berserk_armor_item

Differences

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

Link to this comparison view

mr:berserk_armor_item [2025/12/19 10:46] – Add missing mr: namespace page for berserk_armor_item mikemr:berserk_armor_item [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Berserk Armor Item - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/BerserkArmor.java|BerserkArmor.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WarriorArmor.java|WarriorArmor.java]] - Parent class
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/BerserkArmor.json|BerserkArmor.json]] - Item configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2015|String: WarriorArmor_Name]] - The display name for the armor
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2016|String: WarriorArmor_Desc]] - The description text for the armor
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2018|String: WarriorArmor_NotWarrior]] - Message when non-warrior tries to equip
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
mr/berserk_armor_item.txt · Last modified: by 127.0.0.1