Game Messages - Slicing Containers (Game Messages)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Description
Category description here
|
Related Tags
75%
|
This document is nearing completion.
|
|
Game Messages
|
This document refers to internal SWG Messages.
|
|
|
System Messages
Slicing containers comes in two forms:
1. World object loot containers (Usually Found on dungeon floors)
World object containers (magseals) appear to have been intended to be slicable but there is a bug that prevented them or perhaps it was intentional by the devs. I believe that it was an intentional ploy by the devs to rotate the containers that would be able to be opened and accessed to randomize the exeprience for the players. Containers appear to open/unlock on a schedule and these shifted with other containers in the dungeon as time progressed.
2. Looted containers.
General Shared Messages
ID |
Path |
Filename |
Trigger |
Message |
Notes |
Examples
|
locked
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
The container appears to be locked.
|
Prompt Number
|
Example
|
broken
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
The locking mechanism appears to be broken. You will not be able to open this device.
|
Prompt Number
|
Example
|
container_success
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
With a click the locking mechanism releases.
|
Prompt Number
|
Example
|
already_slicing
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
You are already slicing something.
|
Prompt Number
|
Example
|
no_clamp
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
You need to have a Molecular Clamp to perform that action.
|
Prompt Number
|
Example
|
no_knife
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
You need a Precision Laser Knife to perform that action.
|
Prompt Number
|
Example
|
no_node
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
You need to have a Flow Analyzer Node to perform that action.
|
Prompt Number
|
Example
|
used_clamp
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
A Molecular Clamp has been used up.
|
Prompt Number
|
Example
|
used_knife
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
Your Precision Laser Knife has lost a charge.
|
Prompt Number
|
Example
|
used_node
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
A Flow Analyzer Node has been used up.
|
Prompt Number
|
Example
|
used_up_knife
|
/string/en/slicing/
|
slicing.stf
|
internal_command_string
|
Your Precision Laser Knife has been drained.
|
Prompt Number
|
Example
|
|
Dungeon Containers
ID |
Path |
Filename |
Trigger |
Message |
Notes |
Examples
|
fail
|
/string/en/skill/
|
slicing.stf
|
internal_command_string
|
You fail to slice the lock.
|
Prompt Number
|
Example
|
no_skill
|
/string/en/skill/
|
slicing.stf
|
internal_command_string
|
You cannot slice a lock with no skill!
|
Prompt Number
|
Example
|
pass
|
/string/en/skill/
|
slicing.stf
|
internal_command_string
|
The lock is open.
|
Prompt Number
|
Example
|
|