Difference between revisions of "Dots (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Poisons System Messages)
(Bleeds System Messages)
Line 173: Line 173:
  
 
|- align="center"
 
|- align="center"
||spice_down
+
||start_bleeding
 
||/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 start to bleed!
 
||
 
||
 
||
 
||
Line 183: Line 183:
  
 
|- align="center"
 
|- align="center"
||spice_up
+
||increase_bleeding
 
||/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.
+
||You have sustained more bleeding!
 
||
 
||
 
||
 
||
Line 193: Line 193:
  
  
|}
+
|- align="center"
|}
+
||stop_bleeding
 
+
||/string/en/
 +
||dot_message.stf
 +
||internal_command_string
 +
||Your bleeding has stopped.
 +
||
 +
||
  
  
 +
|- align="center"
 +
||decrease_bleeding
 +
||/string/en/
 +
||dot_message.stf
 +
||internal_command_string
 +
||Your bleeding has decreased.
 +
||
 +
||
  
 +
|}
 +
|}
  
 
= Fire =
 
= Fire =

Revision as of 06:36, 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_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.

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
spice_down /string/en/ food_detail.stf internal_command_string You are suffering from the downer effects of the spice.


spice_up /string/en/ food_detail.stf internal_command_string You are enhanced by the positive effects of the spice.