Difference between revisions of "Mind Blast 1 (Ability)"
(→Related Tags) |
(→Ability Breakdown & Details) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
== Related Tags == | == Related Tags == | ||
{| | {| | ||
+ | |- | ||
+ | ||{{D0%}} | ||
|- | |- | ||
||{{Ability}} | ||{{Ability}} | ||
Line 20: | Line 22: | ||
= Ability Breakdown & Details = | = Ability Breakdown & Details = | ||
+ | |||
+ | This is a 32 meter ranged single target ability that causes Stun and Dizzy on the target along with a random amount ranging from 600-1200 of kinetic based damage. | ||
+ | |||
+ | Mind Blast 1 and 2 should be 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 ( MindBlastAccuracy / 100 ) ) - | ||
+ | |||
+ | ( 0.5 x (defendersForceDefenseMod / 100 ) ) ) ) | ||
+ | |||
+ | This makes it so a master defender has a chance to reduce the accuracy of this attack down to 25%. 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. | ||
Line 67: | Line 83: | ||
|- align="center" | |- align="center" | ||
|| | || | ||
− | + | mindblast1_block | |
|| | || | ||
/string/en/ | /string/en/ | ||
Line 74: | Line 90: | ||
|| | || | ||
internal_command_string | internal_command_string | ||
− | || | + | ||You attempt to use the Force to invade %TT's psyche for %DI points of damage, but %ST is able to resist! |
− | You use | + | ||%TU attempts to use the Force to invade your psyche for %DI points of damage, but you are able to resist! |
− | || | + | ||%TU attempts to use the Force to invade %TT's psyche for %DI points of damage, but %ST is able to resist! |
− | %TU | + | |
− | || | + | |
− | %TU | + | |
|- align="center" | |- align="center" | ||
− | || | + | ||mindblast1_counter |
|| | || | ||
/string/en/ | /string/en/ | ||
Line 90: | Line 106: | ||
|| | || | ||
internal_command_string | internal_command_string | ||
− | || | + | ||You attempt to use the Force to invade %TT's psyche for %DI points of damage, but %ST fights through it and counterattacks! |
− | You use | + | ||%TU attempts to use the Force to invade your psyche for %DI points of damage, but you fight through it and counterattack! |
− | || | + | ||%TU attempts to use the Force to invade %TT's psyche for %DI points of damage, but %ST fights through it and counterattacks! |
− | %TU | + | |
− | || | + | |
− | %TU | + | |
|- align="center" | |- align="center" | ||
− | || | + | ||mindblast1_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 psyche for %DI points of damage, but %ST is able to evade. |
− | ||%TU | + | ||%TU attempts to use the Force to invade your psyche for %DI points of damage, but you are able to evade. |
− | ||%TU | + | ||%TU attempts to use the Force to invade %TT's psyche for %DI points of damage, but %ST is able to evade. |
+ | |||
+ | |||
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||mindblast1_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 psyche and cause discord for %DI points of damage! |
− | ||%TU uses | + | ||%TU uses the Force to invade your psyche and cause discord for %DI points of damage! |
− | ||%TU uses | + | ||%TU uses the Force to invade %TT's psyche and cause discord for %DI points of damage! |
+ | |||
+ | |||
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||mindblast1_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 psyche, but lose concentration! |
− | ||%TU | + | ||%TU attempts to use the Force to invade your psyche, but loses concentration! |
− | ||%TU | + | ||%TU attempts to use the Force to invade %TT's psyche, but loses concentration! |
+ | |||
+ | |||
|- | |- | ||
Line 194: | Line 217: | ||
||Damage||align="center" |0 | ||Damage||align="center" |0 | ||
|- | |- | ||
− | ||Delay Time||align="center" | | + | ||Delay Time||align="center" |4 |
|- | |- | ||
|} | |} | ||
|} | |} | ||
|} | |} |
Latest revision as of 08:10, 23 September 2007
Ability - Mind Blast 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/mindBlast1 <target>: This attack allows a Jedi to invade someone's mind, causing a chance for the target to become stunned or dizzy, as well as dealing a moderate amount of damage to a random pool.
|
Related Tags
|
Ability Breakdown & Details
This is a 32 meter ranged single target ability that causes Stun and Dizzy on the target along with a random amount ranging from 600-1200 of kinetic based damage.
Mind Blast 1 and 2 should be 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 ( MindBlastAccuracy / 100 ) ) -
( 0.5 x (defendersForceDefenseMod / 100 ) ) ) )
This makes it so a master defender has a chance to reduce the accuracy of this attack down to 25%. 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
|