Difference between revisions of "Apply Poison (Ability)"

From SWGANH Wiki
Jump to: navigation, search
(Ability HAM Costs)
(Formulas)
 
(22 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 ==
  
area of effect abilities do not hit incapacitated/dead targets.
+
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.
  
The maximum experimental range on healing/dot medicines is 48 m. The total cap on range (including range modifier) is 64 m
 
  
Droids and Vehicles/atsts are not affected by cm abilities
+
Combat medic poisons come in two forms; A single target version and an Area of Effect version.
  
{| border="0" width="100%" cellpadding=6
 
|-
 
|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"];
+
Stats on these items are read as follows:
        node2 [color="orange", label = "Step 02", style="bold", fontname="arial",
+
  
fontcolor="#458CAF", URL="Test102"];
+
* - Potency: Chances of poison/disease 'sticking', or effectively being applied
        node3 [color="orange", label = "Step 03", style="bold", fontname="arial",  
+
* - 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
  
fontcolor="#458CAF", URL="Test101"];
+
Things to note:
        node1 -> node2:w [color="#929292"];
+
        node2:w -> node3:e [color="#515FCA", constraint=false];
+
}
+
</graphviz>
+
|}
+
==System Messages==
+
  
==SUI Prompt==
+
* 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.
  
==Combat Chat Spam==
+
* Droids and Vehicles/AT-STs are not affected by diseases or poisons abilities
  
{| align="center"
 
|-
 
||
 
{| 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"
+
== Experience ==
  
||saimai_counter
 
||
 
/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"
+
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
  
||saimai_evade
+
Poison Experience:
||/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 pack effectiveness) * (1 + (CM effectiveness) / 100))
  
 +
== Formulas ==
  
||saimai_hit
+
* [[Medpack Range (Game Mechanics)|Medpack Range Calculation]]
||/string/en/
+
* [[Poison Damage Calculation (Game Mechanics)|Poison Damage Calculation]]
||cbt_spam.stf
+
* [[Dot Duration Affecting Agents (Game Mechanics)|Dot Duration Affecting Agents]]
||internal_command_string
+
* [[Dot Application Chance (Game Mechanics)|Dot Application Chance]]
||You use Sai Mai on %TT for %DI points of damage!
+
* [[Dot Damage Absorption (Game Mechanics)|Dot Damage Absorption]]
||%TU uses Sai Mai on you for %DI points of damage!
+
* [[Ranged Injury Treatment Speed (Game Mechanics)|Ranged Injury Treatment Speed]]
||%TU uses Sai Mai on %TT for %DI points of damage!
+
* [[Apply Poison Formulas (Game Messages)|Apply Poison Formulas]]
  
|- align="center"
 
 
||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 200: Line 136:
 
||Damage||align="center" |0
 
||Damage||align="center" |0
 
|-
 
|-
||Delay Time||align="center" |0
+
||Delay Time||align="center" |10
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}
 
|}
 
|}

Latest revision as of 21: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