Difference between revisions of "Wound Treatment Speed (Skill Modifier)"
(New page: {{PageHeader|Skill Modifier|Wound Treatment Speed}} {| border="0" width="100%" cellpadding=6 |- |valign=top| == Description == This skill mod helps to lower the duration time between heali...) |
(→Formulas) |
||
Line 27: | Line 27: | ||
== Formulas == | == Formulas == | ||
+ | |||
+ | |||
+ | '''Wound Treatment Speed''' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | 1. This needs a formula but I think the formula for wound treatment speed goes like this: | ||
+ | |||
+ | <pre> | ||
+ | |||
+ | speed = ( ( 100-foodbuff)/100 ) x ( ( 100 - ( WoundTreatmentSpeed x 0.5 ) ) /100 ) x base wound healing speed | ||
+ | |||
+ | |||
+ | </pre> | ||
+ | |||
+ | |||
+ | Where base healing speed = 10 seconds | ||
+ | |||
+ | |||
+ | |||
+ | Where foodbuff = value of the foods used | ||
+ | |||
+ | |||
+ | example: | ||
+ | Ruby Bliel = .25 | ||
+ | or Havla = .75 or even 100 if its 100+ as each point in these foods counts as a percentage reduction in the current healing speed timer (after modifier effects are calculated) and any food bonus over 100 is ignored and treated as just 100. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | If the final value for Speed is less than 1 then speed is set to 1 second as 1 second is the absolute minimum for wound healing actions. | ||
== Sources == | == Sources == |
Latest revision as of 12:14, 20 September 2007
Skill Modifier - Wound Treatment Speed
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
DescriptionThis skill mod helps to lower the duration time between healing wounds. A higher number means that you can heal wounds more often. |
Related Tags
|
Skill Mod Details
Formulas
Wound Treatment Speed
1. This needs a formula but I think the formula for wound treatment speed goes like this:
speed = ( ( 100-foodbuff)/100 ) x ( ( 100 - ( WoundTreatmentSpeed x 0.5 ) ) /100 ) x base wound healing speed
Where base healing speed = 10 seconds
Where foodbuff = value of the foods used
example:
Ruby Bliel = .25
or Havla = .75 or even 100 if its 100+ as each point in these foods counts as a percentage reduction in the current healing speed timer (after modifier effects are calculated) and any food bonus over 100 is ignored and treated as just 100.
If the final value for Speed is less than 1 then speed is set to 1 second as 1 second is the absolute minimum for wound healing actions.