Difference between revisions of "Hand to Hand Game Settings"
Jump to navigation
Jump to search
imported>The Hanker Chief |
imported>ShadowDancer m (formatting) |
||
Line 56: | Line 56: | ||
fHandFatigueDamageBase + fHandFatigueDamageMult x (health damage as above) | fHandFatigueDamageBase + fHandFatigueDamageMult x (health damage as above) | ||
[[Category:Settings]] | <div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div> |
Revision as of 09:40, 30 September 2007
The following settings control hand-to-hand combat:
Setting | Default Value | Description |
---|---|---|
fHandDamageSkillBase | 0.0 | Base Hand to Hand skill multiplier |
fHandDamageSkillMult | 1.0 | Hand To Hand skill multiplier |
fHandDamageStrengthBase | 0.0 | Base Strength attribute multiplier |
fHandDamageStrengthMult | 0.75 | Strength attribute multiplier |
fHandFatigueDamageBase | 1.0 | Base fatigue damage |
fHandFatigueDamageMult | 0.5 | Fatigue damage multiplier |
fHandHealthMax | 15.0 | Base maximum unarmed damage (note: actual maximum damage may he higher or lower depending of the other hand-to-hand settings.) |
fHandHealthMin | 1.0 | Minimum unarmed damage |
fHandReachMult | 0.6 | Unarmed reach (note: the default hand-to-hand reach is about 5 feet or 105 units) |
The formula for calculating hand-to-hand damage is:
fHandHealthMin + (fHandHealthMax - fHandHealthMin) × (Strength / 100 × fHandDamageStrengthMult + fHandDamageStrengthBase) × (HandToHand / 100 × fHandDamageSkillMult + fHandDamageSkillBase)
The formula for calculating hand-to-hand fatigue damage is:
fHandFatigueDamageBase + fHandFatigueDamageMult x (health damage as above)