Difference between revisions of "Force Intimidate 1 (Ability)"
(New page: {{PageHeader|Ability|Force Intimidate 1}} {| border="0" width="100%" cellpadding=6 |- |valign=top| == Description == /forceIntimidate1 <target>: Causes all enemies within a cone emanating ...) |
(→Ability Breakdown & Details) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
== Related Tags == | == Related Tags == | ||
{| | {| | ||
+ | |- | ||
+ | ||{{D0%}} | ||
|- | |- | ||
||{{Ability}} | ||{{Ability}} | ||
|- | |- | ||
− | ||{{ProfessionTagOther| | + | ||{{ProfessionTagOther|Force Powers}} |
|- | |- | ||
|} | |} | ||
Line 22: | Line 24: | ||
+ | Force Intimidate reduces the opponent's damage down to 33%. This ability has a 32m cone AOE radius and lasts 60secs. | ||
+ | |||
+ | Force Intimidate and Force Knockdown are considered Force Power attacks and not as state-inducing attacks. Their accuracy modifiers are only compared against the target’s Force Defenses. Defense Versus and Jedi State Defenses are not factored in, if the attack hits then the state is automatically applied | ||
+ | |||
+ | |||
+ | No formula has been devised for this but I propose the following: | ||
+ | |||
+ | ChancetoHit = ( 0.75 x ( forceIntimidateAccuracy / 100 ) ) - | ||
+ | |||
+ | ( 0.5 x (defendersForceDefenseMod / 100 ) ) ) ) | ||
+ | |||
+ | This makes it so a master defender has a chance to greatly reduce the accuracy of this attack%. We could perhaps tweak it to set the defender multiplier to 0.25 if this is too much, although I suppose it would defeat the purpose of having defender if it did not significantly affect the accuracy/damage of force attacks by master level, although there is also the issue with dabblers taking up the defense line and being almost as powerful as a master. | ||
{| border="0" width="100%" cellpadding=6 | {| border="0" width="100%" cellpadding=6 | ||
Line 67: | Line 81: | ||
|- align="center" | |- align="center" | ||
|| | || | ||
− | + | forceintimidate1_block | |
|| | || | ||
/string/en/ | /string/en/ | ||
Line 75: | Line 89: | ||
internal_command_string | internal_command_string | ||
|| | || | ||
− | You use | + | You attempt to use the Force to invade %TT's mind, but %ST is able to resist! |
|| | || | ||
− | %TU | + | %TU attempts to use the Force to invade your mind, but you are able to resist! |
|| | || | ||
− | %TU | + | %TU attempts to use the Force to invade %TT's mind , but %ST is able to resist! |
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||forceintimidate1_counter |
|| | || | ||
/string/en/ | /string/en/ | ||
Line 91: | Line 106: | ||
internal_command_string | internal_command_string | ||
|| | || | ||
− | You use | + | You attempt to use the Force to invade %TT's mind, but %ST fights through it and counterattacks! |
|| | || | ||
− | %TU | + | %TU attempts to use the Force to invade your mind, but you fight through it and counterattack! |
|| | || | ||
− | %TU | + | %TU attempts to use the Force to invade %TT's mind, but %ST fights through it and counterattacks! |
+ | |||
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||forceintimidate1_evade |
||/string/en/ | ||/string/en/ | ||
||cbt_spam.stf | ||cbt_spam.stf | ||
||internal_command_string | ||internal_command_string | ||
− | ||You use | + | ||You attempt to use the Force to invade %TT's mind, but %ST is able to evade. |
− | ||%TU | + | ||%TU attempts to use the Force to invade your mind, but you are able to evade. |
− | ||%TU | + | ||%TU attempts to use the Force to invade %TT's mind, but %ST is able to evade. |
+ | |||
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||forceintimidate1_hit |
||/string/en/ | ||/string/en/ | ||
||cbt_spam.stf | ||cbt_spam.stf | ||
||internal_command_string | ||internal_command_string | ||
− | ||You use | + | ||You use the Force to invade %TT's mind and cause intense intimidation! |
− | ||%TU uses | + | ||%TU uses the Force to invade your mind and causes intense intimidation! |
− | ||%TU uses | + | ||%TU uses the Force to invade %TT's mind and cause intense intimidation! |
|- align="center" | |- align="center" | ||
− | || | + | ||forceintimidate1_miss |
||/string/en/ | ||/string/en/ | ||
||cbt_spam.stf | ||cbt_spam.stf | ||
||internal_command_string | ||internal_command_string | ||
− | || | + | ||You attempt to use the Force to invade %TT's mind, but lose concentration! |
− | ||%TU's | + | ||%TU attempts to use the Force to invade %TT's mind, but loses concentration! |
− | ||%TU | + | ||%TU attempts to use the Force to invade your mind, but loses concentration! |
+ | |||
+ | |||
|- | |- | ||
Line 194: | Line 215: | ||
||Damage||align="center" |0 | ||Damage||align="center" |0 | ||
|- | |- | ||
− | ||Delay Time||align="center" | | + | ||Delay Time||align="center" |4 |
|- | |- | ||
|} | |} | ||
|} | |} | ||
|} | |} |
Latest revision as of 07:41, 23 September 2007
Ability - Force Intimidate 1
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Description/forceIntimidate1 <target>: Causes all enemies within a cone emanating from the Jedi to become intimidated.
|
Related Tags
|
Ability Breakdown & Details
Force Intimidate reduces the opponent's damage down to 33%. This ability has a 32m cone AOE radius and lasts 60secs.
Force Intimidate and Force Knockdown are considered Force Power attacks and not as state-inducing attacks. Their accuracy modifiers are only compared against the target’s Force Defenses. Defense Versus and Jedi State Defenses are not factored in, if the attack hits then the state is automatically applied
No formula has been devised for this but I propose the following:
ChancetoHit = ( 0.75 x ( forceIntimidateAccuracy / 100 ) ) -
( 0.5 x (defendersForceDefenseMod / 100 ) ) ) )
This makes it so a master defender has a chance to greatly reduce the accuracy of this attack%. We could perhaps tweak it to set the defender multiplier to 0.25 if this is too much, although I suppose it would defeat the purpose of having defender if it did not significantly affect the accuracy/damage of force attacks by master level, although there is also the issue with dabblers taking up the defense line and being almost as powerful as a master.
Ability Flow
System MessagesSUI PromptCombat Chat Spam
Fly TextFormula(s)
Source References
|
Ability HAM Costs
Ability Multipliers
|