====== 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 ===== Burden Not enough strength to use %s effectively. I\'m not strong enough to wield %s properly. This %s is too heavy for me to use effectively. I need to work on my strength before I can use %s. I lack the strength to use %s to its full potential." %s is too much for me to handle right now. ===== 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]]