User Tools

Site Tools


rpd:potion_of_might_item

Differences

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

Link to this comparison view

rpd:potion_of_might_item [2025/12/22 12:32] – Update wiki pages with proper data sources, fix naming conventions, create missing armor pages, and resolve red links mikerpd:potion_of_might_item [2025/12/22 12:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Might ======
  
 +{{ rpd:images:item_PotionOfMight.png|Potion of Might }}
 +
 +The **Potion of Might** is a rare potion in Remixed Dungeon that permanently increases the drinker's strength by 1 point and maximum health by 5 points.
 +
 +==== Item Overview ====
 +  * **Type**: Potion
 +  * **Rarity**: Very Rare
 +  * **Special Effect**: Permanently increases strength by 1 and maximum health by 5
 +  * **Usage**: Single use item (consumed upon drinking)
 +
 +==== Special Mechanics ====
 +  * **Strength Increase**: When consumed, permanently increases the hero's strength by 1 point, allowing them to equip heavier armor and weapons
 +  * **Health Increase**: Permanently increases maximum health by 5 points and immediately heals that amount
 +  * **Identification**: Becomes identified when consumed or when seen in inventory after being identified
 +
 +==== Strategy ====
 +  * Most valuable for classes planning to use heavy armor and weapons
 +  * Best used when approaching equipment with high strength requirements
 +  * Provides immediate healing when consumed, making it safer than other permanent stat boosters
 +  * Particularly valuable for Warrior and other melee-focused classes
 +
 +==== Obtaining ====
 +  * Found in special containers and special rooms
 +  * Dropped by rare enemies
 +  * Available in some shops at high prices (when identified)
 +  * Found in Treasury levels
 +
 +==== Effect ====
 +When consumed, the Potion of Might permanently increases the hero's strength by 1 point and maximum health by 5 points, providing both combat and carrying capacity improvements.
 +
 +According to the game's string resources: "This powerful liquid will course through your muscles, permanently increasing your strength by one unit and health by five points."
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMight.java|PotionOfMight.java]]
 +  * Stats verification: Extracted directly from PotionOfMight.java class methods
 +  * Effect descriptions: Based on code analysis and string resources
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L703-L706|PotionOfMight_Name, PotionOfMight_Info, PotionOfMight_Apply, PotionOfMight_StaApply]] (English localization)
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMight.java|com.watabou.pixeldungeon.items.potions.PotionOfMight]]
 +  * **Base Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfStrength.java|PotionOfStrength.java]] (PotionOfMight extends PotionOfStrength)
 +
 +==== String Resources ====
 +''<code xml>''
 +<string name="PotionOfMight_Name">potion of might</string>
 +<string name="PotionOfMight_Info">This powerful liquid will course through your muscles, permanently increasing your strength by one unit and health by five points.</string>
 +<string name="PotionOfMight_Apply">+1 str, +5 ht</string>
 +<string name="PotionOfMight_StaApply">!</string>
 +''</code>''
 +
 +==== Related Items ====
 +  * [[rpd:potion|Potions]] - General information about potions
 +  * [[rpd:potion_of_strength_item|Potion of Strength]] - Base potion with only strength increase
 +  * [[rpd:mechanics|Game Mechanics]] - Equipment and strength mechanics
 +  * [[rpd:health|Health]] - Maximum health and hit points
 +
 +{{tag> rpd items potions might strength }}
rpd/potion_of_might_item.txt · Last modified: by 127.0.0.1