Wound Treatment Speed (Game Mechanics)

From SWGANH Wiki
Jump to: navigation, search




Game Mechanics - Message Category

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Navigation

Description

Heal Wound Formulas (Game Mechanics)

Related Tags

25% This document has been partially completed.

Mechanics This document is about game mechanics.

Wound Treatment Speed

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.