State Defenses (Game Mechanics)

From SWGANH Wiki
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

25% This document has been partially completed.

Mechanics This document is about game mechanics.

Game Mechanics

All players may utilize state defense modifiers, regardless of profession. State defenses are a roll against accuracy to see if a state is applied. Each state skill then has an inherent chance to succeed upon a successful roll. Currently all these defenses stack across professions, but have a 95% cap. In other words, no matter how high your state defenses there is always a 5% chance that a succesful 'state hit' will be applied. When a successful 'state hit' is applied, there is then a percent chance based on the skill for it to work. For example unarmed stun 1 has a 30% chance to apply stun should the special attack pass accuracy checks to hit the target AND pass through the target's state defense modifier checks.

Additionally there are skill modifiers that add a bonus to the attacker's state/effect application modifier to increase the chance of applying that effect.



To complicate matters a bit, state resists also go through a tier process in which certain sources of state defenses will no stack with other forms. Each source of resist makes a separate check against the state application. Skill attachment resists, jedi state resist, Force State Resist and food buffs all apply different checks from one another.


Note: There is no known formula for calculating any aspect of state defense.


One possible idea is the following:


The defense vs. {state} skill mods are probably percentage based. So a 100% defense vs. stun would be the real limit: you never get stunned. However, it's also possible (but I've never seen it confirmed one way or the other) that different stun or KD attacks have different chances of sticking. You see this already with the potency stat on CM poisons/diseases: higher potency has a better chance of sticking. If that's the case, it might be along the lines of this:

ChanceOfState = ( AttackStatePotency - DefenseVsState ) / 100;
StateRoll = random(0,1);
if [ StateRoll < ChanceOfState ] { ApplyState(); }


State Defense Modifiers:

Note that state defenses ;eg. Defense vs Knockdown etc do not stack on top of resistances from Force Resist States and Jedi State defenses. They are separate checks from Jedi State Defenses and Force Resist States.

  • Defense vs. Knockdown
  • Defense vs. Posture Change (Up)
  • Defense vs. Posture Change (Down)
  • Defense vs. Dizzy -
  • Defense vs. Blind -
  • Defense vs. Stun -
  • Defense vs. Intimidate -


Abilities that Add to state defense Modifiers


  • Squad Leader - Rally - (unknown amount added, maybe +50?) Stacks on top of state defense skill modifiers.
  • Force Resist States -

Adds +25 to negative Status Effects resistance. Percentage chance of resisting a status effect. Only affects the Stun, Blind, Dizzy, and Intimidated status effects. Posture changes, delays, and DoTs of any kind are not affected. Note: State Resistance do not stack on top of other state defenses,for example, Defense vs. Stun and Jedi State Defenses. Instead it equates to a separate roll when calculating whether a status effect will be inflicted or not.

  • Jedi State Defense -

Add a Percentage chance of resisting a status effect. Also, if inflicted with a status effect it will make the status effect wear off faster. Only affects the Stun, Blind, Dizzy, and Intimidated status effects. Posture changes, delays, and DoTs of any kind are not affected. Jedi State Defenses do not stack on top of other state defenses for example, Defense vs. Stun and Force Resist States. Instead it equates to a separate roll when calculating whether a status effect will be inflicted or not.



Items That add to State Defense Modifiers

  • Food -
    • Deuterium Pyro - Adds to Defense vs Intimidate
    • Correlian Brandy - Adds to Defense vs Knockdown
    • Thakitillo - Adds to Defense vs Knockdown
    • Durindfire - Adds to Defense vs Stun
    • Ithorian Mist - Adds to Defense vs Dizzy
    • Veronian Berry Wine - Adds to Defense vs Blind


  • Skill Attachments -


Note that Resistances Skill attachments ;eg. Defense vs Knockdown etc do not stack on top of other resistances, such as the Force Resist States and Jedi State defenses. They are separate checks from Jedi State Defenses and Force Resist States.

    • Defense vs. Dizzy
    • Defense vs. Blind
    • Defense vs. Knockdown
    • Defense vs. Posture Change Up
    • Defense vs. Posture Change Down
    • Defense vs. Intimidate
    • Defense vs. Stun




Item that Add Bonuses to Attackers State Application Chance

  • Confidence Cloth - Intimidation bonus
  • Fear Release - Intimidation bonus


Skill Attachment Bonuses to Attackers State Application Chance


  • Intimidation
  • Warcry

Source References

Source Source in Context
State Defenses 1 http://www.theamazonbasin.com/swg/index.php?content=template