User Tools

Site Tools


en:rpd:strength_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:strength_buff [2026/02/27 19:57] – Fix wiki standards compliance for 5 random pages Qwen Assistanten:rpd:strength_buff [2026/02/27 20:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Strength Buff ======
  
 +==== Description ====
 +The Strength buff temporarily increases the character's strength, providing various combat and utility benefits. This buff directly affects the character's effective strength stat.
 +
 +==== Effects ====
 +  * Increases the character's effective strength rating
 +  * Allows wielding of heavier weapons and armor without strength penalties
 +  * May improve damage output with strength-dependent weapons
 +  * Can affect certain other mechanics that scale with strength
 +
 +==== Duration ====
 +  * The duration of the Strength buff varies depending on the source that applied it
 +  * When the buff expires, the character returns to their normal strength rating
 +
 +==== Sources ====
 +  * [[en:rpd:potion_of_strength_item|Potion of Strength]] - Permanently increases base strength by 1
 +  * Some equipment may provide temporary strength bonuses
 +  * Various other items and abilities in the game may temporarily boost strength
 +
 +==== Code Reference ====
 +  * Strength is managed through the Hero class and buff system
 +  * Related implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]] - Manages character strength stat
 +  * Potion of Strength: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfStrength.java|PotionOfStrength.java]]
 +
 +==== Related ====
 +  * [[en:rpd:potion_of_strength_item|Potion of Strength]] - Permanently increases strength
 +  * [[en:rpd:hero|Hero]] - The character affected by this buff
 +  * [[en:rpd:strength|Strength]] - The core stat affected by this buff
 +  * [[en:rpd:equipment|Equipment]] - Weapons and armor that benefit from increased strength
 +
 +{{tag> rpd buffs status_effects stats}}
en/rpd/strength_buff.txt · Last modified: by 127.0.0.1