Difference between revisions of "Apply Poison (Ability)"

From SWGANH Wiki
Jump to: navigation, search
(Related Tags)
(Formulas)
 
(24 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
/applypoison <target>: This command will enable you to attack your target with poison, if you have the proper item.
 
/applypoison <target>: This command will enable you to attack your target with poison, if you have the proper item.
 
<br><br>'''Command:''' /applyPoison
 
<br><br>'''Command:''' /applyPoison
<br>'''CommandQueue Entry:''' '''[[applypoison E08596DB]]'''
+
<br>'''CommandQueue Entry:''' '''[[applypoison (E08596DB)]]'''
 
|valign=top|
 
|valign=top|
  
Line 12: Line 12:
 
{|
 
{|
 
|-
 
|-
||{{D0%}}
+
||{{D50%}}
 
|-
 
|-
 
||{{Ability}}
 
||{{Ability}}
Line 21: Line 21:
 
|}
 
|}
  
= Ability Breakdown & Details =
+
== Ability Breakdown & Details ==
  
 +
Apply poison offers players the ability to inflict poison states on targets while at range. The apply poison ability uses ranged injury treatment skill modifiers for determining throw speed. The player's combat medic effectiveness skill modifiers come into play with this skill to affect the damage of each dot tick. Healing Range modifiers come into play to affect the throw range of these medicine packs. Poisons are allowed to stack on the same ham pools provided that their sources are different See [[Poison (Game Mechanics)|Poisons]] for more information.
  
  
{| border="0" width="100%" cellpadding=6
+
Combat medic poisons come in two forms; A single target version and an Area of Effect version.
|-
+
|valign=top|
+
  
==Ability Flow==
 
{| align="center"
 
|-
 
||
 
<graphviz>
 
digraph G
 
{
 
        rankdir = LR;
 
        node [shape=record, width=.2, height=.2];
 
        node [width=1];
 
        node1 [color="#929292", label = "Step 01", style="bold", fontname="arial",
 
  
fontcolor="#929292", URL="Test101"];
 
        node2 [color="orange", label = "Step 02", style="bold", fontname="arial",
 
  
fontcolor="#458CAF", URL="Test102"];
+
Stats on these items are read as follows:
        node3 [color="orange", label = "Step 03", style="bold", fontname="arial",
+
  
fontcolor="#458CAF", URL="Test101"];
+
* - Potency: Chances of poison/disease 'sticking', or effectively being applied
        node1 -> node2:w [color="#929292"];
+
* - Duration: Length of time the effect will last, measured in seconds
        node2:w -> node3:e [color="#515FCA", constraint=false];
+
* - Range: Base Throw Distance in meters
}
+
* - Charges: Number of uses
</graphviz>
+
* - Area of effect: Radius of effect for the AoE (emanating from target)
|}
+
* - Combat Medicine Use: Required Combat Medicine Use to apply the med
==System Messages==
+
* - Effectiveness: Base Damage/Wound damage inflicted on target
  
==SUI Prompt==
+
Things to note:
  
==Combat Chat Spam==
+
* Mobs nor players can be killed by disease or poisons alone. Their effects will only bring the Ham pool down to 1 point.
 +
* Area of effect abilities do not hit incapacitated/dead targets.
  
{| align="center"
+
* Droids and Vehicles/AT-STs are not affected by diseases or poisons abilities
|-
+
||
+
{| class="wikitable"
+
|- align="center" style="background-color:#ffffcc;"
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Player Message1'''||'''Player Message2'''||'''Other
+
  
Player's Message'''
 
|- align="center"
 
||
 
saimai_block
 
||
 
/string/en/
 
||
 
cbt_spam.stf
 
||
 
internal_command_string
 
||
 
You use Sai Mai on %TT for %DI points of damage, but %ST blocks it!
 
||
 
%TU uses Sai Mai on you for %DI points of damage, but you block it!
 
||
 
%TU uses Sai Mai on %TT for %DI points of damage, but %ST blocks it!
 
  
|- align="center"
 
  
||saimai_counter
+
== Experience ==
||
+
/string/en/
+
||
+
cbt_spam.stf
+
||
+
internal_command_string
+
||
+
You use Sai Mai on %TT for %DI points of damage, but %ST counterattacks!
+
||
+
%TU uses Sai Mai on you for %DI points of damage, but you counterattack!
+
||
+
%TU uses Sai Mai on %TT for %DI points of damage, but %ST counterattacks!
+
  
|- align="center"
 
  
||saimai_evade
+
Players will gain experience based on the rated effectiveness of the poison/disease pack plus their combat medic effectiveness modifier bonus included.   Therefore experience is equivilant to
||/string/en/
+
||cbt_spam.stf
+
||internal_command_string
+
||You use Sai Mai on %TT for %DI points of damage, but %ST evades it.
+
||%TU uses Sai Mai on you for %DI points of damage, but you evade it.
+
||%TU uses Sai Mai on %TT for %DI points of damage, but %ST evades it.
+
  
|- align="center"
+
Poison Experience:
  
 +
((poison pack effectiveness) * (1 + (CM effectiveness) / 100))
  
||saimai_hit
+
== Formulas ==
||/string/en/
+
||cbt_spam.stf
+
||internal_command_string
+
||You use Sai Mai on %TT for %DI points of damage!
+
||%TU uses Sai Mai on you for %DI points of damage!
+
||%TU uses Sai Mai on %TT for %DI points of damage!
+
  
|- align="center"
+
* [[Medpack Range (Game Mechanics)|Medpack Range Calculation]]
 +
* [[Poison Damage Calculation (Game Mechanics)|Poison Damage Calculation]]
 +
* [[Dot Duration Affecting Agents (Game Mechanics)|Dot Duration Affecting Agents]]
 +
* [[Dot Application Chance (Game Mechanics)|Dot Application Chance]]
 +
* [[Dot Damage Absorption (Game Mechanics)|Dot Damage Absorption]]
 +
* [[Ranged Injury Treatment Speed (Game Mechanics)|Ranged Injury Treatment Speed]]
 +
* [[Apply Poison Formulas (Game Messages)|Apply Poison Formulas]]
  
||saimai_miss
 
||/string/en/
 
||cbt_spam.stf
 
||internal_command_string
 
||Your Sai Mai misses %TT.
 
||%TU's Sai Mai misses you.
 
||%TU's Sai Mai misses %TT.
 
  
 +
{| border="0" width="100%" cellpadding=6
 
|-
 
|-
|}
+
|valign=top|
|}
+
  
==Fly Text==
+
== System Messages ==
  
==Formula(s)==
 
  
* '''1 + 1 = 3'''
 
  
* '''2 - 2 + 2 = 3'''
+
 
 +
* [[Apply Poison System Messages (Game Messages)|Apply Poison]]<br>
  
 
==Source References==
 
==Source References==
 +
 +
  
 
{| align="center"
 
{| align="center"
Line 171: Line 111:
 
||Action Cost||align="center" |0
 
||Action Cost||align="center" |0
 
|-
 
|-
||Mind Cost||align="center" |0
+
||Mind Cost||align="center" |140
 
|-
 
|-
 
||Force Cost||align="center" |0
 
||Force Cost||align="center" |0
Line 196: Line 136:
 
||Damage||align="center" |0
 
||Damage||align="center" |0
 
|-
 
|-
||Delay Time||align="center" |0
+
||Delay Time||align="center" |10
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}
 
|}
 
|}

Latest revision as of 20:49, 5 May 2010

Ability - Apply Poison

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Description

/applypoison <target>: This command will enable you to attack your target with poison, if you have the proper item.

Command: /applyPoison
CommandQueue Entry: applypoison (E08596DB)

Related Tags

50% This document has been partially completed.

Ability This document relates to Player Abilities.

Combat Medic This document is related to the Combat Medic Profession.

Ability Breakdown & Details

Apply poison offers players the ability to inflict poison states on targets while at range. The apply poison ability uses ranged injury treatment skill modifiers for determining throw speed. The player's combat medic effectiveness skill modifiers come into play with this skill to affect the damage of each dot tick. Healing Range modifiers come into play to affect the throw range of these medicine packs. Poisons are allowed to stack on the same ham pools provided that their sources are different See Poisons for more information.


Combat medic poisons come in two forms; A single target version and an Area of Effect version.


Stats on these items are read as follows:

  • - Potency: Chances of poison/disease 'sticking', or effectively being applied
  • - Duration: Length of time the effect will last, measured in seconds
  • - Range: Base Throw Distance in meters
  • - Charges: Number of uses
  • - Area of effect: Radius of effect for the AoE (emanating from target)
  • - Combat Medicine Use: Required Combat Medicine Use to apply the med
  • - Effectiveness: Base Damage/Wound damage inflicted on target

Things to note:

  • Mobs nor players can be killed by disease or poisons alone. Their effects will only bring the Ham pool down to 1 point.
  • Area of effect abilities do not hit incapacitated/dead targets.
  • Droids and Vehicles/AT-STs are not affected by diseases or poisons abilities


Experience

Players will gain experience based on the rated effectiveness of the poison/disease pack plus their combat medic effectiveness modifier bonus included. Therefore experience is equivilant to

Poison Experience:

((poison pack effectiveness) * (1 + (CM effectiveness) / 100))

Formulas


System Messages

Source References

Source Source in Context
Prima Guide somelink1 Source1

Ability HAM Costs

Modifier Value
Health Cost 0
Action Cost 0
Mind Cost 140
Force Cost 0

Ability Multipliers

Modifier Value
Health cost 0
Action cost 0
Mind cost 0
Force cost 0
Damage 0
Delay Time 10