User Tools

Site Tools


rpd:strength_attribute

Differences

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

Link to this comparison view

rpd:strength_attribute [2025/12/19 15:16] – Add new page for strength_attribute.txt with strength mechanics mikerpd:strength_attribute [2025/12/19 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Strength Attribute ======
  
 +The **Strength** attribute in Remixed Dungeon determines a character's physical power and ability to effectively use various equipment.
 +
 +==== Mechanics ====
 +  * **Equipment Usage**: Determines whether a character can effectively use weapons and armor
 +  * **Carrying Capacity**: Higher strength allows carrying more items
 +  * **Melee Damage**: Strength directly impacts the damage dealt in melee combat
 +  * **Breaking Items**: Required strength to use certain items effectively
 +
 +==== Strength Requirements ====
 +  * **Weapons**: Each weapon has a minimum strength requirement
 +  * **Armor**: Heavier armor often requires more strength to use effectively
 +  * **Penalty**: Using equipment above your strength capacity applies penalties
 +
 +==== Improving Strength ====
 +  * **Potion of Might**: Permanently increases the hero's strength by 1-2 points
 +  * **Training**: Some classes or subclasses may have unique strength-boosting mechanics
 +  * **Equipment**: Some items may temporarily or permanently boost strength
 +
 +==== Equipment Strength Calculations ====
 +  * **Effective Strength**: Your actual strength minus any penalties
 +  * **Strength Bonus**: Additional strength provided by items or buffs
 +  * **Required vs. Actual**: How your strength compares to equipment requirements
 +
 +==== Related Items ====
 +  * [[rpd:potion_of_might|Potion of Might]] - Permanently increases strength
 +  * [[rpd:weightstone|Weightstone]] - Used to increase or decrease strength requirements
 +  * [[rpd:scroll_of_upgrade|Scroll of Upgrade]] - Can reduce strength requirements of equipment
 +
 +==== Code Implementation ====
 +  * **Hero Strength**: [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]] - Hero strength management
 +  * **Strength Calculation**: [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L125-L130|Hero.java:125-130]] - How effective strength is calculated
 +  * **String Resources**: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L1701-L1703|Strength strings]] - Strength-related text
 +
 +==== Related Pages ====
 +  * [[rpd:stats|Stats]] - Other character statistics
 +  * [[rpd:equipment|Equipment]] - Items that require strength
 +  * [[rpd:hero|Hero]] - Main hero page
 +
 +{{tag> rpd attributes stats strength}}
rpd/strength_attribute.txt · Last modified: by 127.0.0.1