Diseases (Game Mechanics)

From SWGANH Wiki
Revision as of 02:17, 14 July 2009 by Ready (Talk | contribs) (Formulas)

Jump to: navigation, search




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.


Navigation

Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Mechanics This document is about game mechanics.

Game Mechanics

A 'disease' is a Damage Over Time (DOT) attack. While a target is diseased, their affected HAM bar will take on damage and wounds at every 40 second tick cycle of the disease after the target has been diseased. As an example, if a player is hit with a 100 damage disease, 40 seconds passes by and then the player takes 100 damage and then subsequently takes 100 in wounds. This is in effect 200 damage received by the player. A disease will last until cured by the cure disease ability, teras kasi artist meditation, Force Cure Disease, Total Heal Other, Total Heal Self abilities or its duration runs out. Each form of disease attack has a base chance (possibly a potency value) of applying the disease effect. This base chance is checked against the target's disease resistance to determine the ultimate percentage chance for the effect to land.

Diseases cannot be used to kill or incapacitate a target as it will only bring the target down to 1 point of HAM at the least. Diseases can only take the target's ham bar down to its base value. For instance if a player's original mind bar stat is 1000 and has a 500 stat mind buff while diseased, then this will result in a ham pool that is 501/1500 with 999 wounds to the mind. Diseases will be removed from the player when they are killed. Only one type of disease can be placed on a HAM pool or secondary stat, regardless of the source. Furthermore, the highest strength disease overwrites lower strength disease if the target is already diseased on that particular ham pool.

Battle fatigue along with combat medic effectiveness skill modifiers are factors that work to affect disease damage.


Note: No known formula exists for calculating the chance of a disease to be applied to a target nor for the effects of disease resistance on these chances but there is probably a 5% base chance to apply a disease as well as a 5% chance to resist a disease attack, similar to the mechanics of other dots.

Disease Sources

Diseases have a number of sources including:

  • Special Attacks
  • Creature Attacks
  • Inherent Weapon Features



Special Attacks


  • Apply Disease -

Combat Medics have the ability to launch disease canisters at enemy targets. These disease canisters come in area of effect and single target varieties. Combat Medics have access to diseases that can damage primary and secondary stats.


Creature Attacks


Creatures have access to five forms of diseases:


All creature diseases target the primary ham pool only and may randomly choose which ham pool is hit using the same HAM pool targeting frequency mechanics that combat uses. The sarlacc disease lasts for 1 hour and 30 minutes and seems to use the strong disease value per tick (3 damage).

Note: During pre-cu it seems that the disease timer was affected by other things such as potentially CL or perhaps certain creatures were given custom timers for their disease duration. This information seems to be impossible to find so the timers for their disease durations can only be generalized within the range of data collected.


Note: The sarlacc disease is specific to the sarlacc creatures on dathomir and tatooine. If a player gets within a certain range of the sarlacc pit, they will be diseased (disease resistance apparently affects the chance for the sarlacc to apply the disease to the player). There is no data presently for the sarlaac disease strength but it is probably a strong disease variant.




Inherent Weapon Features

Weapons with inherent diseases will execute this effect on any target that is hit by the attacker. Weapons with inherent or potentially able to have disease effects include:

  • Gammorean Battle Axe
  • Nightsister Lance
  • Nightsister Energy Lance
  • Exceptional / Legendary Weapons

Presumably special attacks that utilize weapons with inherent disease effects can be considered area of effect dieases if the special utilizes an area of attack. The disease effect from the weapon would attempt to apply its effect individually on each target within the radius on the attack if the diseased weapon has a radius attack or if an area of effect special is used with that given weapon. Weapons with inherent disease effects also have a potency value which makes a check against the defender's disease resist modifiers to determine the percentage chance of successfully applying the disease effect. Dots from weapons will only execute on the target if the player is certified to use the weapon. Each successful hit on a target consumes one dot usage from the weapon.


Some things to note:

  • Diseases from different weapons that apply their dot to the same ham stat will not stack with one another unless the weapon used are of different damage types, meaning two kinetic damage type weapons with dots will not stack but a kinetic and energy based weapon dot will stack on the same HAM pool. - (This seems to be an exploit that allowed multiple dots to be stacked onto a target. For example a player using a health dot stun pistol then a health dot energy pistol to stack two health dots on a target)






Formulas

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


To calculate diseas 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.


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 Source in Context