User Tools

Site Tools


mr:unsuitable_item_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:unsuitable_item_buff [2026/01/16 08:39] – Update MR namespace pages with accurate code references mikemr:unsuitable_item_buff [2026/01/16 08:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Unsuitable Item Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/Badges.java|Badges.java]] - Contains BADGES_ALL_ENCUMBERED check for achievement
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="EncumbranceBuff_Name">Burden</string>
 +<string name="EncumbranceBuff_Info">Not enough strength to use %s effectively.</string>
 +<string name="EncumbranceBuff_CharAct_1">I\'m not strong enough to wield %s properly.</string>
 +<string name="EncumbranceBuff_CharAct_2">This %s is too heavy for me to use effectively.</string>
 +<string name="EncumbranceBuff_CharAct_3">I need to work on my strength before I can use %s.</string>
 +<string name="EncumbranceBuff_CharAct_4">I lack the strength to use %s to its full potential."</string>
 +<string name="EncumbranceBuff_CharAct_5">%s is too much for me to handle right now.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/UnsuitableItem.lua|UnsuitableItem.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:encumbrance_buff|Encumbrance Buff]]
  
mr/unsuitable_item_buff.txt · Last modified: by 127.0.0.1