Difference between revisions of "Disease Damage Calculation (Game Mechanics)"
(New page: {{PageCleanup}} {{PageHeader|Game Mechanics|Mechanics Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| {| border="0" width="100%" cellpadding=6 |- |valign=top| == De...) |
(→Related Tags) |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{D50%}} |
|- | |- | ||
||{{GameMechanics}} | ||{{GameMechanics}} | ||
Line 34: | Line 34: | ||
|} | |} | ||
+ | == Game Mechanics == | ||
+ | |||
+ | |||
+ | |||
+ | Disease damage is based around three things: | ||
+ | |||
+ | * The disease effectiveness (or strength) | ||
+ | * The target's current battle fatigue | ||
+ | * The combat medic's Combat Medicine Effectiveness modifier | ||
+ | |||
+ | |||
+ | |||
+ | == Tick Damage == | ||
+ | |||
+ | To calculate disease damage, the following formula is used: | ||
+ | |||
+ | Real tick damage = | ||
+ | |||
+ | '''((disease effectiveness) * (1 + (CM effectiveness) / 100)) * (1 + (target battle fatigue / 100))''' | ||
+ | |||
+ | |||
+ | Disease effectiveness includes the disease strength stat on a creature's attack, the combat medic's disease packs or the strength value on dot weapons. Disease sources that dont use CM effectiveness modifier would use 0 for this part of the formula. | ||
+ | |||
+ | |||
+ | == Battle Fatigue Accrual == | ||
− | |||
+ | As diseases run their course on a target, they will accumulate battle fatigue. The rate at which diseases generate battle fatigue on the target uses the following formula: | ||
− | + | '''Battle fatigue incurred = Real Tick Damage * .075''' | |
==Source References== | ==Source References== |
Latest revision as of 13:04, 11 September 2009
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Game MechanicsDisease damage is based around three things:
Tick DamageTo calculate disease damage, the following formula is used: Real tick damage = ((disease effectiveness) * (1 + (CM effectiveness) / 100)) * (1 + (target battle fatigue / 100))
Battle Fatigue AccrualAs diseases run their course on a target, they will accumulate battle fatigue. The rate at which diseases generate battle fatigue on the target uses the following formula: Battle fatigue incurred = Real Tick Damage * .075 Source References
|