Difference between revisions of "Burst Run (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Burst Run Mechanics)
(Burst Run Mechanics)
Line 121: Line 121:
 
{| class="anhsmalltable"
 
{| class="anhsmalltable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Player Message1'''||'''Player Message2'''||'''Other Player's Message'''
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Player Message1'''||'''Player Message2'''||'''Other Player's Message'''||'''Examples'''
 
|- align="center"
 
|- align="center"
 
||debilitatingshot_block
 
||debilitatingshot_block
Line 130: Line 130:
 
||
 
||
 
||%TU puts on a sudden burst of speed!
 
||%TU puts on a sudden burst of speed!
 +
||[[Burst Run 4 (Example)|Example]]
 
|- align="center"
 
|- align="center"
 
||debilitatingshot_counter
 
||debilitatingshot_counter
Line 138: Line 139:
 
||
 
||
 
||%TU slows down.
 
||%TU slows down.
 +
||[[Burst Run 5 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Revision as of 16:32, 7 June 2008




Game Mechanics - Mechanics Category

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


Navigation

Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Mechanics This document is about game mechanics.

Burst Run Mechanics

ID Path Filename Trigger Message Notes Examples
burst_run_not_tired /string/en/ combat_effects.stf You are no longer tired. This is the message the player receives when the burst run re-use timer has expired, allowing them to use burst run again. Example
burst_run_tired /string/en/ combat_effects.stf You are tired. This is the message the player receives to notify them that their burst run as expired and that they cannot use another burst run until the re-use timer has expired. Example


burst_run_wait /string/en/ combat_effects.stf You are too tired to Burst Run. This is the message the player receives if they attempt to use burst run again while their re-use timer is still up. Example



LogName: C:\anhwork\downloads\All-Logs\rousesfiles\chatlogs\chatlogs\2065607942

You slow down.
You are tired.
You are too tired to Burst Run.



These are the messages as they appear in the combat/spatial logs for the player and for any bystanders watching their own logs.

ID Path Filename Trigger Player Message1 Player Message2 Other Player's Message Examples
debilitatingshot_block /string/en/ cbt_spam.stf internal_command_string You run as hard as you can! %TU puts on a sudden burst of speed! Example
debilitatingshot_counter /string/en/ cbt_spam.stf internal_command_string You slow down. %TU slows down. Example

Source References

Source Source in Context