Difference between revisions of "Dots (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Diseases System Messages)
(Fire)
Line 227: Line 227:
  
 
|- align="center"
 
|- align="center"
||spice_down
+
||start_fire
 
||/string/en/
 
||/string/en/
||food_detail.stf
+
||dot_message.stf
 
||internal_command_string
 
||internal_command_string
||You are suffering from the downer effects of the spice.
+
||You catch on fire!
 
||
 
||
 
||
 
||
Line 237: Line 237:
  
 
|- align="center"
 
|- align="center"
||spice_up
+
||increase_fire
 
||/string/en/
 
||/string/en/
||food_detail.stf
+
||dot_message.stf
 
||internal_command_string
 
||internal_command_string
||You are enhanced by the positive effects of the spice.
+
||The fire on you intensifies!
 
||
 
||
 
||
 
||
  
 +
|- align="center"
 +
||decrease_fire
 +
||/string/en/
 +
||dot_message.stf
 +
||internal_command_string
 +
||The flames around you weaken.
 +
||
 +
||
  
  
 +
 +
|- align="center"
 +
||stop_fire
 +
||/string/en/
 +
||dot_message.stf
 +
||internal_command_string
 +
||The flames around you subside.
 +
||
 +
||
 
|}
 
|}
 
|}
 
|}

Revision as of 06:39, 13 February 2009

Game Messages - Dots

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

Combat Dots System Messages

Related Tags

50% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

Ability This document relates to Player Abilities.

Diseases System Messages

ID Path Filename Trigger Message Notes Examples
start_diseased /string/en/ dot_message.stf internal_command_string You have been diseased!


increase_diseased /string/en/ dot_message.stf internal_command_string You have sustained more disease!


stop_diseased /string/en/ dot_message.stf internal_command_string Your disease has subsided.


decrease_diseased /string/en/ dot_message.stf internal_command_string Your disease severity has decreased.

Poisons System Messages

ID Path Filename Trigger Message Notes Examples
start_poisoned /string/en/ dot_message.stf internal_command_string You have been poisoned!


increase_poisoned /string/en/ dot_message.stf internal_command_string You have sustained more poison!


stop_poisoned /string/en/ dot_message.stf internal_command_string Your poison has subsided.


decrease_poisoned /string/en/ dot_message.stf internal_command_string Your poison severity has decreased.

Bleeds System Messages

ID Path Filename Trigger Message Notes Examples
start_bleeding /string/en/ dot_message.stf internal_command_string You start to bleed!


increase_bleeding /string/en/ dot_message.stf internal_command_string You have sustained more bleeding!


stop_bleeding /string/en/ dot_message.stf internal_command_string Your bleeding has stopped.


decrease_bleeding /string/en/ dot_message.stf internal_command_string Your bleeding has decreased.

Fire

ID Path Filename Trigger Message Notes Examples
start_fire /string/en/ dot_message.stf internal_command_string You catch on fire!


increase_fire /string/en/ dot_message.stf internal_command_string The fire on you intensifies!
decrease_fire /string/en/ dot_message.stf internal_command_string The flames around you weaken.


stop_fire /string/en/ dot_message.stf internal_command_string The flames around you subside.