ID |
Path |
Filename |
Trigger |
Message |
Notes |
Examples
|
command_no_building
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
You must be in a building or near an installation to use that command.
|
Message a player receives if they attempt to use the /addPower command and are not within the 32 meter range from the structure in order to use it.
|
Examples
|
deposit_successful
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
You successfully deposit %DI units of energy.
|
Message a player receives if they successfully donate power to a structure.
|
Examples
|
enter_valid_over_zero
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
Please enter a valid power amount greater than 0.
|
Message a player receives if they use the /addPower command on a structure and only input 0 or a character as a parameter.
|
Examples
|
unable_to_parse
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
The system was unable to parse a valid power amount.
|
Message a player receives if they attempt to use the /addpower command and do not input usable parameters.
|
Examples
|
not_enough_energy
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
You do not have %DI units of energy in your inventory!
|
Message a player receives if they use the /addpower command on a structure and do not have enough power in their inventory to match the value they used as a parameter.
|
Examples
|
reserve_report
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
Energy reserves now at %DI units.
|
Message a player receives if they successfully donate power to a structure. This informs them of the current amount of power in the structure.
|
Examples
|
power_out_of_range
|
/string/en/
|
player_structure.stf
|
internal_command_string
|
You have moved out of range of your original /addPower target. Aborting...
|
Message a player receives if they have the Add Power SUI window open and attempt to add power with it after they are beyond a 32 meter range from the structure.
|
Examples
|