Difference between revisions of "Trap Throw (Ability)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(Ability Breakdown & Details)
Line 23: Line 23:
 
|}
 
|}
  
= Ability Breakdown & Details =
+
== System Messages ==
 +
 
 +
* [[Trap Throw (Game Messages)|Trap Throw]]
 +
 
 +
== Flytext ==
 +
 
 +
* [[Trap Throw Flytext (Game Messages)|Trap Throw]]
 +
 
 +
== Ability Breakdown & Details ==
  
 
Trapping is a special ability which allows you to debuff enemies and in some cases, also cause damage.  Traps have a throwing range of up to 50 meters at a rate of 5 seconds between throws, and there are a number of different traps available. Chance to succeed with the trap varies with your trapping modifier. Traps cannot kill, they can only help reduce the capacity of the enemy to fight. They also only work on creatures, not human or alien types. Traps always hit the target however their effect may not apply to the target due to the cl of the target vs the players trapping skill level. A higher CL mob will be resistant to most low trap level attacks. Using traps costs action pool points. Each trap can be used at one level lower than the skill level its schematic is available, meaning like camping, a scout/ranger may use a trap without actually being able to make the item so long as it is one trapping level  lower than the schematic.   
 
Trapping is a special ability which allows you to debuff enemies and in some cases, also cause damage.  Traps have a throwing range of up to 50 meters at a rate of 5 seconds between throws, and there are a number of different traps available. Chance to succeed with the trap varies with your trapping modifier. Traps cannot kill, they can only help reduce the capacity of the enemy to fight. They also only work on creatures, not human or alien types. Traps always hit the target however their effect may not apply to the target due to the cl of the target vs the players trapping skill level. A higher CL mob will be resistant to most low trap level attacks. Using traps costs action pool points. Each trap can be used at one level lower than the skill level its schematic is available, meaning like camping, a scout/ranger may use a trap without actually being able to make the item so long as it is one trapping level  lower than the schematic.   

Revision as of 23:31, 28 August 2009

Ability - Throw Trap

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

Description

/throwtrap: This command is what you use to throw traps at creatures. It's easier to simply hotkey the inventory item when using traps, however.



Command: /throwTrap
CommandQueue Entry: throwtrap (0549BE67)

Related Tags

0% This document has not been started.

Ability This document relates to Player Abilities.

Scout This document is related to the Scout Profession.

Ranger This document is related to the Ranger Profession.

System Messages

Flytext

Ability Breakdown & Details

Trapping is a special ability which allows you to debuff enemies and in some cases, also cause damage. Traps have a throwing range of up to 50 meters at a rate of 5 seconds between throws, and there are a number of different traps available. Chance to succeed with the trap varies with your trapping modifier. Traps cannot kill, they can only help reduce the capacity of the enemy to fight. They also only work on creatures, not human or alien types. Traps always hit the target however their effect may not apply to the target due to the cl of the target vs the players trapping skill level. A higher CL mob will be resistant to most low trap level attacks. Using traps costs action pool points. Each trap can be used at one level lower than the skill level its schematic is available, meaning like camping, a scout/ranger may use a trap without actually being able to make the item so long as it is one trapping level lower than the schematic.

Note: Perhaps its a range set for each profession as whether or not the player may qualify to use the item. Example: for scouts it may be so long as the player is within +5 of the next trap schematic, for ranger it may be the player has to be within +10.


On Trapping Exp, There is a duration timer for the status effects caused from each trap before it wears off. So if you through a bone spur trap and it affects a creature, you can not get exp from another Bone Spur trap for approximately 6 secs. However, if you through another type of trap, say a Noise Maker, you can get exp immediately for this trap. Traps do not stack the same effect upon itself. Meaning,you cannot use one trap repeatedly to keep the same state applied to a mob. The effect must wear off first then the player can apply another trap to cause a status effect. Damage, from a trap,however, can be continuously done. Trapping experience gained is a fixed amount depending on the CL of the target if a trap is successfully applied, meaning every mob of a certain CL will give the same amount of experience when hit by a trap.

Note: Traps that do damage cannot kill a creature by itself. It can reduce the creature's hitpoints down to at most 1 point where the player must then finish it off.

WORKINGS OF INDIVIDUAL TRAPS


(no stats were found for debuffs to defenses nor for the damage done, so will have to make something up for them. 30 sec timer figures for state durations and 5 sec timer for trap throw time come from precu combat logs)

WIRE MESH

Wire Mesh: Lowers melee defense by 25 for 30 seconds.

effect is "melee defense down"

Stacks with Glow wire trap effect



Lecepanine Dart

Lecepanine dart. Causes dizzy state for 30 seconds and damages action.

Hits for 50 action and mind pool damage.


Glow Juice

Glow Juice Trap: lowers ranged defense by 25 for 30 seconds

Can be stacked with Glow Wire trap effect


Sharp Bone Spur

Sharp Bone Spur: Causes blind state for 30 seconds and damages mind and health pool by 300



Noise maker

Causes Stun state for 30 seconds damages mind pool by 900


Stink Bomb

Lowers state defense for 30 seconds on creature so that stun and intimidate states may be more easily applied. . No known value, lets assume 50?



Glow wire

Glow-Wire: lowers ranged and melee defense both for 30 seconds. No known value, lets assume 50? Stacks with wire mesh and glow juice



Phecnacine Dart

Slows creature movement (snare effect 30 sec). No known movement speed reduction, lets assume 50%?


ADHESIVE MESH:

Damages action pool by 500 Roots an enemy for up to 30 seconds. Duration Seems to depend on the CL of the mob vs the players trapping skill to determine the duration of the root and whether or not the effect sticks.



Couldnt find precu aoe radius for these so will use the CU version which is 10 meter Area of Effect.

Flash Bomb

Causes an Area Effect Blind effect for 30 seconds

Sonic Pulse traps

Causes an Area Effect Stun and Dizzy effect for 30 seconds



Ability Flow

<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"];

       node3 [color="orange", label = "Step 03", style="bold", fontname="arial", 

fontcolor="#458CAF", URL="Test101"];

       node1 -> node2:w [color="#929292"];
       node2:w -> node3:e [color="#515FCA", constraint=false];

} </graphviz>

System Messages

ID Path Filename Trigger Message Notes Examples
sys_not_ready /string/en/trap/ trap.stf internal_command_string The trap is not ready to be used again. Example
sys_miss /string/en/trap/ trap.stf internal_command_string Your trap failed to affect the target. Example
sys_creatures_only /string/en/trap/ trap.stf internal_command_string The trap can only affect creatures! Example
trap_tranq_dart_effect /string/en/trap/ trap.stf internal_command_string %TT slows noticeably as the tranquilizer takes effect. Example
trap_spur_effect /string/en/trap/ trap.stf internal_command_string %TT is blinded by the painful spur! Example
trap_noise_maker_effect /string/en/trap/ trap.stf internal_command_string %TT is stunned by the piercing noise! Example
trap_webber_effect /string/en/trap/ trap.stf internal_command_string %TT has become entangled in the sticky mesh. Example
sys_cannot_throw /string/en/trap/ trap.stf internal_command_string You cannot use a trap right now. Example
trap_no_skill /string/en/trap/ trap.stf internal_command_string You do not have the skill to use traps. Example
trap_no_skill_this /string/en/trap/ trap.stf internal_command_string Your trapping skill is too low to use this trap. Example
trap_drowsy_effect /string/en/trap/ trap.stf internal_command_string The dart's poison takes effect on %TT! Example
trap_drowsy_effect_no /string/en/trap/ trap.stf internal_command_string The trap hits, but the poison has no effect on %TT. Example
trap_spur_effect_no /string/en/trap/ trap.stf internal_command_string The spur hits, but %TT ignores it in a blind rage! Example
trap_noise_maker_effect_no /string/en/trap/ trap.stf internal_command_string %TT is already too stunned to be affected by the noise maker. Example
trap_tranq_dart_effect_no /string/en/trap/ trap.stf internal_command_string The tranquilizing poison has no evident effect on %TT. Example
trap_webber_effect_no /string/en/trap/ trap.stf internal_command_string %TT does not appear to be affected by the adhesive. Example
trap_melee_def_1_effect /string/en/trap/ trap.stf internal_command_string %TT becomes vulnerable to melee attacks! Example
trap_ranged_def_1_effect /string/en/trap/ trap.stf internal_command_string %TT becomes vulnerable to ranged attacks! Example
trap_melee_ranged_def_1_effect /string/en/trap/ trap.stf internal_command_string %TT becomes more vulnerable to attacks! Example
trap_state_def_1_effect /string/en/trap/ trap.stf internal_command_string %TT becomes vulnerable to state effects! Example
trap_flash_bomb_effect /string/en/trap/ trap.stf internal_command_string The flash bomb bursts, blinding nearby enemies! Example
trap_sonic_pulse_effect /string/en/trap/ trap.stf internal_command_string The sonic pulse trap unleashes a piercing screech, stunning nearby enemies! Example
sys_no_pets /string/en/trap/ trap.stf internal_command_string That creature is not an enemy and cannot be trapped. Example

SUI Prompt

Combat Chat Spam

Fly Text

ID Path Filename Trigger Message
melee_def_1_on /string/en/trap/ trap.stf internal_command_string ! Melee Defense Down !
melee_def_1_off /string/en/trap/ trap.stf internal_command_string ! Melee Defense Up !
ranged_def_1_on /string/en/trap/ trap.stf internal_command_string ! Ranged Defense Down !
ranged_def_1_off /string/en/trap/ trap.stf internal_command_string ! Ranged Defense Up !
state_def_1_on /string/en/trap/ trap.stf internal_command_string ! State Defense Down !
state_def_1_off /string/en/trap/ trap.stf internal_command_string ! State Defense Up !
melee_ranged_def_1_on /string/en/trap/ trap.stf internal_command_string ! Combat Defense Down !
melee_ranged_def_1_off /string/en/trap/ trap.stf internal_command_string ! Combat Defense Up !
go_snare /string/en/ combat_effects.stf internal_command_string +Snared+
no_snare /string/en/ combat_effects.stf internal_command_string -Snared-
no_rooted /string/en/ combat_effects.stf internal_command_string -Rooted-
go_rooted /string/en/ combat_effects.stf internal_command_string +Rooted+

Formula(s)

  • 1 + 1 = 3
  • 2 - 2 + 2 = 3

Source References

Source Source in Context
Source 1 Source 1
Source 2 [Source 2]
Source 3 [Source 3]
Source 3 Source 3
Source 4 [Source 4]
Source 5 [Source 5]
Source 6 Source 6
Source 7 [Source 7]
Source 8 [Source 8]
Source 9 Source 9
Source 10 [Source 10]
Source 11 [Source 11]
Source 12 Source 12
Source 13 Source 13
Source 14 Source 14
Source 15 Source 15
Source 16 Source 16





Source References 2

Source Source in Context
Trap Throw 1 http://swgforums.swganh.org/viewtopic.php?search_id=1374140300&t=303769
Trap Throw 2 http://swgforums.swganh.org/viewtopic.php?search_id=1374140300&t=304335
Trap Throw 3 http://swgforums.swganh.org/viewtopic.php?search_id=1374140300&t=303791
Trap Throw 4 http://swgforums.swganh.org/viewtopic.php?search_id=1374140300&t=304335
Trap Throw 5 http://swgforums.swganh.org/viewtopic.php?search_id=1374140300&t=304238



Ability HAM Costs

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

Ability Multipliers

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