User Tools

Site Tools


mr:potion_of_strength_item

Differences

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

Link to this comparison view

mr:potion_of_strength_item [2025/12/22 12:32] – Update wiki pages with proper data sources, fix naming conventions, create missing armor pages, and resolve red links mikemr:potion_of_strength_item [2025/12/22 12:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion Of Strength Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfStrength.java|PotionOfStrength.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="PotionOfStrength_Name">potion of strength</string>
 +<string name="PotionOfStrength_Info">This is a very concentrated solution of distilled strength. Your strength will be permanently increased by 1 point after drinking it.</string>
 +<string name="PotionOfStrength_Apply">You feel physically stronger!</string>
 +<string name="PotionOfStrength_StaApply">!</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:potion_of_might_item|Potion of Might (Item)]]
 +  * [[mr:wandmaker_npc|Wandmaker NPC]]
 +  * [[mr:potion_item|Potion (Item)]]
  
mr/potion_of_strength_item.txt · Last modified: (external edit)