Difference between revisions of "Flame Single 2 (Ability)"
(New page: {{PageHeader|Ability|Flame Single 2}} {| border="0" width="100%" cellpadding=6 |- |valign=top| == Description == /flamesingle2 <target>: This powerful ranged attack sends a blast of flame ...) |
(→Formula(s)) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
== Related Tags == | == Related Tags == | ||
{| | {| | ||
+ | |- | ||
+ | ||{{D0%}} | ||
|- | |- | ||
||{{Ability}} | ||{{Ability}} | ||
|- | |- | ||
− | ||{{ProfessionTagOther| | + | ||{{ProfessionTagOther|Commando}} |
|- | |- | ||
|} | |} | ||
Line 21: | Line 23: | ||
= Ability Breakdown & Details = | = Ability Breakdown & Details = | ||
− | This is a single target ranged attack.. | + | This is a single target ranged attack. This ability causes a fire dot effect when the target is hit. The fire dot for a Flamethrower attack is 10% of the initial damage before armor and resists, ie 10 % of the damage in your combat log, and this damage does not scale with BF. There is also a dot giving the target wounds which is 2% of the initial damage, the wounding dot scales with BF. The flame dot lasts for 5 or 6 ticks ie 50 or 60 seconds (strange that, i was expecting it to be the same all the time). |
+ | |||
+ | A good guess (it is my guess so i am a bit biased) would be that the wound part of the DOT is increased by 1% for every point of battle fatigue. | ||
+ | |||
+ | <pre> | ||
+ | Some examples: | ||
+ | 10.000 damge in spam, 0 BF. The tick will be 1000 damage and 200 wound. | ||
+ | 10.000 damage in spam, 100 BF. The tick will be 1000 damage and 400 wound. | ||
+ | 10.000 damage in spam, 200 BF. The tick will be 1000 damage and 600 wound. | ||
+ | .. | ||
+ | 10.000 damage in spam, 1000 BF. The tick will be 1000 damage and 2200 wound. | ||
+ | |||
+ | </pre> | ||
+ | |||
+ | For people interested in math the formula for the wound would in this case be: | ||
+ | Wound per tick = Damage in spam x 0.02 x ( (100+BF)/100 ) | ||
{| border="0" width="100%" cellpadding=6 | {| border="0" width="100%" cellpadding=6 | ||
Line 62: | Line 79: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- align="center" style="background-color:#ffffcc;" | |- align="center" style="background-color:#ffffcc;" | ||
− | |width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Player | + | |width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Player Message1'''||'''Player Message2'''||'''Other Player's Message''' |
− | + | ||
− | Message1'''||'''Player Message2'''||'''Other Player's Message''' | + | |
|- align="center" | |- align="center" | ||
|| | || | ||
− | + | flamesingle2_block | |
|| | || | ||
/string/en/ | /string/en/ | ||
Line 75: | Line 90: | ||
internal_command_string | internal_command_string | ||
|| | || | ||
− | You use | + | You use your flamethrower to spray concentrated fire on %TT for %DI points of damage, but %ST blocks it! |
+ | |||
|| | || | ||
− | %TU uses | + | %TU uses a flamethrower to spray concentrated fire on you for %DI points of damage, but you block it! |
+ | |||
|| | || | ||
− | %TU uses | + | %TU uses a flamethrower to spray concentrated fire on %TT for %DI points of damage, but %ST blocks it! |
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||flamesingle2_counter |
|| | || | ||
/string/en/ | /string/en/ | ||
Line 91: | Line 109: | ||
internal_command_string | internal_command_string | ||
|| | || | ||
− | You use | + | You use your flamethrower to spray concentrated fire on %TT for %DI points of damage, but %ST counterattacks! |
+ | |||
|| | || | ||
− | %TU uses | + | %TU uses a flamethrower to spray concentrated fire on you for %DI points of damage, but you counterattack! |
+ | |||
|| | || | ||
− | %TU uses | + | %TU uses a flamethrower to spray concentrated fire on %TT for %DI points of damage, but %ST counterattacks! |
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||flamesingle2_evade |
||/string/en/ | ||/string/en/ | ||
||cbt_spam.stf | ||cbt_spam.stf | ||
||internal_command_string | ||internal_command_string | ||
− | ||You use | + | ||You use your flamethrower to spray concentrated fire on %TT for %DI points of damage, but %ST evades it. |
− | ||%TU uses | + | |
− | ||%TU uses | + | ||%TU uses a flamethrower to spray concentrated fire on you for %DI points of damage, but you evade it. |
+ | |||
+ | ||%TU uses a flamethrower to spray concentrated fire on %TT for %DI points of damage, but %ST evades it. | ||
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||flamesingle2_hit |
||/string/en/ | ||/string/en/ | ||
||cbt_spam.stf | ||cbt_spam.stf | ||
||internal_command_string | ||internal_command_string | ||
− | ||You use | + | ||You use your flamethrower to spray concentrated fire on %TT for %DI points of damage! |
− | ||%TU uses | + | |
− | ||%TU uses | + | ||%TU uses a flamethrower to spray concentrated fire on you for %DI points of damage! |
+ | |||
+ | ||%TU uses a flamethrower to spray concentrated fire on %TT for %DI points of damage! | ||
+ | |||
|- align="center" | |- align="center" | ||
− | || | + | ||flamesingle2_miss |
||/string/en/ | ||/string/en/ | ||
||cbt_spam.stf | ||cbt_spam.stf | ||
||internal_command_string | ||internal_command_string | ||
− | ||Your | + | ||Your flamethrower misses %TT. |
− | ||%TU's | + | |
− | ||%TU's | + | ||%TU's flamethrower misses you. |
+ | |||
+ | |||
+ | ||%TU's flamethrower misses %TT. | ||
+ | |||
+ | |||
|- | |- | ||
Line 136: | Line 168: | ||
==Formula(s)== | ==Formula(s)== | ||
− | + | Wound per tick = Damage in spam x 0.02 x ( (100+BF)/100 ) | |
− | + | ||
− | + | ||
==Source References== | ==Source References== | ||
Line 184: | Line 214: | ||
|width="100px"|'''Modifier'''||'''Value''' | |width="100px"|'''Modifier'''||'''Value''' | ||
|- | |- | ||
− | ||Health cost||align="center" | | + | ||Health cost||align="center" |1.0 |
|- | |- | ||
− | ||Action cost||align="center" | | + | ||Action cost||align="center" |1.5 |
|- | |- | ||
||Mind cost||align="center" |1.0 | ||Mind cost||align="center" |1.0 | ||
Line 192: | Line 222: | ||
||Force cost||align="center" |0 | ||Force cost||align="center" |0 | ||
|- | |- | ||
− | ||Damage||align="center" | | + | ||Damage||align="center" |8.0 |
|- | |- | ||
− | ||Delay Time||align="center" | | + | ||Delay Time||align="center" |4.0 |
|- | |- | ||
|} | |} | ||
|} | |} | ||
|} | |} |
Latest revision as of 15:59, 17 September 2007
Ability - Flame Single 2
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Description/flamesingle2 <target>: This powerful ranged attack sends a blast of flame towards a target, causing high damage once it strikes. This is more powerful than Flame Single 1.
|
Related Tags
|
Ability Breakdown & Details
This is a single target ranged attack. This ability causes a fire dot effect when the target is hit. The fire dot for a Flamethrower attack is 10% of the initial damage before armor and resists, ie 10 % of the damage in your combat log, and this damage does not scale with BF. There is also a dot giving the target wounds which is 2% of the initial damage, the wounding dot scales with BF. The flame dot lasts for 5 or 6 ticks ie 50 or 60 seconds (strange that, i was expecting it to be the same all the time).
A good guess (it is my guess so i am a bit biased) would be that the wound part of the DOT is increased by 1% for every point of battle fatigue.
Some examples: 10.000 damge in spam, 0 BF. The tick will be 1000 damage and 200 wound. 10.000 damage in spam, 100 BF. The tick will be 1000 damage and 400 wound. 10.000 damage in spam, 200 BF. The tick will be 1000 damage and 600 wound. .. 10.000 damage in spam, 1000 BF. The tick will be 1000 damage and 2200 wound.
For people interested in math the formula for the wound would in this case be: Wound per tick = Damage in spam x 0.02 x ( (100+BF)/100 )
Ability Flow
System MessagesSUI PromptCombat Chat Spam
Fly TextFormula(s)Wound per tick = Damage in spam x 0.02 x ( (100+BF)/100 ) Source References
|
Ability HAM Costs
Ability Multipliers
|