Difference between revisions of "Power Boost (Ability)"

From SWGANH Wiki
Jump to: navigation, search
(Ability Breakdown & Details)
(Source References)
Line 138: Line 138:
 
|width="150px"|'''Source'''||width="450px"|'''Source in Context'''
 
|width="150px"|'''Source'''||width="450px"|'''Source in Context'''
 
|- align="center"
 
|- align="center"
||[[OneHandLunge1_Source1|Prima Guide]]||[[somelink1 Source1]]
+
||[[PowerBoost_Source1|Source 1]]||[[somelink1 Source1]]
  
 
|-
 
|-

Revision as of 00:12, 24 August 2007

Ability - Power Boost

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

Description

/powerboost: This meditative art allows the user to channel mental energies into their physical form for a temporary boost to physical performance. However, such extreme mental activities cause a significantly exhausting psychological cost.

Command: /powerBoost
CommandQueue Entry: powerboost (8C2221CB)

Related Tags

Ability This document relates to Player Abilities.

Teras Kasi This document is related to the Teras Kasi Profession.

Ability Breakdown & Details

PowerBoost is a special action that Teräs Käsi can take while under the meditation state once they get to Advanced Meditative Techniques (level 2). The effect is a temporary increase to stats.

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
powerboost_active /string/en/ teraskasi.stf internal_command_string [meditation] You are unable to channel your energies any further.
powerboost_begin /string/en/ teraskasi.stf [meditation] You focus your mental energies into your physical form.
powerboost_end /string/en/ teraskasi.stf [meditation] You feel the effects of mental focus come to an end.
powerboost_fail /string/en/ teraskasi.stf You must be meditating to perform that command.
powerboost_mind /string/en/ teraskasi.stf [meditation] You currently lack the mental capacity to focus your energies.
powerboost_wane /string/en/ teraskasi.stf [meditation] You feel the effects of your mental focus begin to wane.

SUI Prompt

Combat Chat Spam

Fly Text

Formula(s)

Basically the TKA while meditating will do the action. The Mind attribute will immediately be cut in half (although it will begin regenerating). The Health and Action will begin increasing over the next 60 seconds, each getting a bonus equal to the amount that was cut from mind. After the first 60 seconds, the Mind attribute should reach the boosted state. The Meditation skill modifier affects the length of time that the bonus lasts.

Here is the exact formula used:

Duration: 5 min + (meditation skill mod/100 * 5min) give or take 5%

For example, if your stats are 1000/1000/1000 and you do Power Boost, your mind immediately drops to 500. After 60 seconds you will be at 1500/1500/1000. After another 60 seconds you will be at 1500/1500/1500.

What happens when power boost is over?

There is a 1 minute downramp (sort of like a spice downer). HAM depletes to normal levels over 1 minute period. HAM pools damaged below normal max values remain at that value


POWERBOOST ONLY TAKES THE BASE MIND STATS INTO CONSIDERATION.

Some people have seen bugs relating to the stats not returning to normal. Among these, your stats may appear to be 100% when in fact you have been damaged.

Here is a macro that you may find helpful when using PowerBoost. It will add alarms that will go off to indicate the various stages of the boost. Note that you will want to update the times based on your current meditation skill using the formula above.

/meditate;/pause 2;/powerBoost; /alarmAddIn 0 2 \#ff9900Power Boost Ready\#; /alarmAddin 0 6 \#ffff00Power Boost Two Minute Warning\#; /alarmAddIn 0 7 \#ffff00Power Boost One Minute Warning\#;

Source References

Source Source in Context
Source 1 somelink1 Source1

Ability HAM Costs

Modifier Value
Health Cost 0
Action Cost 0
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