Ability - Survey Resource
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Description
The /survey command is used in conjunction with a sample tool. When you /survey your character will survey for whatever resource you last selected in the sample tool UI. This allows you to perform a survey without using the sample tool UI.
Command: /survey
CommandQueue Entry: survey (19C9FAC1)
Setting Survey Range in the NGE
|
The Survey Window in the NGE
|
Survey Results in the NGE
|
|
Related Tags
0%
|
This document has not been started.
|
|
Ability
|
This document relates to Player Abilities.
|
|
Artisan
|
This document is related to the Artisan Profession.
|
|
|
Ability Breakdown & Details
Surveying is the primary means of locating resources in SWG. Higher Surveying skill modifiers allow the player to increase the range at which they can spot resource concentrations. Surveying has a 3 second reuse timer in between each survey. A player with the FS surveying skill can use a surveying device without being an artisan. The default range on this would be 64m as if the player had novice artisan. However if the player is an artisan, then the additional bonuses increases the max range potential on the player's tool up to a max potential of 384 and 6pts. Skill mod tapes however had no effect on increasing surveying range.
When you select tool options/set range radial menu for the survey tools, you can select from 6 settings:
* 64m x 3pts range -- Novice artisan +20 surveying
* 128m x 4pts range Surveying 1 +15 surveying
* 192m x 4pts range Surveying 2 +20 surveying
* 256m x 5pts range Surveying 3 +20 surveying
* 320m x 5pts range Surveying 4 +25 surveying
* 384m x 6pts range FS Surveying +20 surveying (must complete fs skill boxes to obtain this)
Ability Flow
<graphviz>
digraph G
{
rankdir = LR;
node [shape=record, width=.2, height=.2];
node [width=1];
node1 [color="#929292", label = "Step 01", style="bold", fontname="arial",
fontcolor="#929292", URL="Test101"];
node2 [color="orange", label = "Step 02", style="bold", fontname="arial",
fontcolor="#458CAF", URL="Test102"];
node3 [color="orange", label = "Step 03", style="bold", fontname="arial",
fontcolor="#458CAF", URL="Test101"];
node1 -> node2:w [color="#929292"];
node2:w -> node3:e [color="#515FCA", constraint=false];
}
</graphviz>
|
System Messages
ID |
Path |
Filename |
Trigger |
Message
|
set_tool_first |
/string/en/ |
error_message.stf |
internal_command_string |
Tool range not set. Please select the desired range and select USE again.
|
start_survey |
/string/en/ |
survey.stf |
internal_command_string |
You begin to survey for %TO.
|
survey_swimming |
/string/en/ |
error_message.stf |
internal_command_string |
You cannot perform that action while swimming.
|
survey_cant |
/string/en/ |
error_message.stf |
internal_command_string |
You can't use the survey tool at the moment.
|
survey_error |
/string/en/ |
error_message.stf |
internal_command_string |
Unable to find the specified resource type. Please survey again.
|
survey_in_structure |
/string/en/ |
error_message.stf |
internal_command_string |
You cannot perform survey-related actions inside a structure.
|
survey_mind |
/string/en/ |
error_message.stf |
internal_command_string |
You are exhausted. You need to clear your head before you can survey again.
|
survey_noresource |
/string/en/ |
ui.stf |
internal_command_string |
You must select a resource for this tool from the Inventory before you can do this.
|
survey_nothingfound |
/string/en/ |
ui.stf |
internal_command_string |
Resource not located.
|
survey_notool |
/string/en/ |
ui.stf |
internal_command_string |
You must use a survey tool once from the Inventory before you can do this.
|
survey_select_resource |
/string/en/ |
ui.stf |
internal_command_string |
Please select a resource first.
|
survey_waypointset |
/string/en/ |
ui.stf |
internal_command_string |
Survey waypoint set
|
survey_on_mount |
/string/en/ |
error_message.stf |
internal_command_string |
You cannot perform that action while mounted on a creature or driving a vehicle.
|
survey_sample |
/string/en/ |
survey.stf |
internal_command_string |
You can't take a survey while you are collecting samples.
|
survey_sitting |
/string/en/ |
error_message.stf |
internal_command_string |
You can't use the survey tool while sitting.
|
survey_standing |
/string/en/ |
error_message.stf |
internal_command_string |
You must be standing to take a survey or samples.
|
survey_waypoint |
/string/en/ |
survey.stf |
internal_command_string |
A waypoint to the highest detected concentration of the resource has been activated.
|
|
SUI Prompt
Prompt 1: Setting Survey Range
ID |
Path |
Filename |
Trigger |
Window Title |
Window Description |
SUI Button Label |
Window Contents
|
swg |
/string/en/ |
sui.stf |
|
Star Wars Galaxies |
|
|
|
select_range |
/string/en/ |
survey.stf |
internal_command_string |
|
Select the desired range to resolution ratio. |
|
|
|
|
|
|
|
|
|
Range Choices 64m x 3pts etc.
|
|
|
|
|
|
|
OK |
|
|
Prompt 2: Surveying
ID |
Path |
Filename |
Trigger |
Window Title |
Window Description |
SUI Button Label |
Window Contents
|
1
|
/path/goes/here
|
filename.stf
|
Internal SUI label
|
SUI Window Title
|
SUI Window Description
|
SUI Button Label
|
SUI Window Contents
|
|
Combat Chat Spam
Fly Text
Formula(s)
Source References
|
Ability HAM Costs
Modifier |
Value
|
Health Cost |
0
|
Action Cost |
0
|
Mind Cost |
100
|
Force Cost |
0
|
|
Ability Multipliers
Modifier |
Value
|
Health cost |
0
|
Action cost |
0
|
Mind cost |
0
|
Force cost |
0
|
Damage |
0
|
Delay Time |
3
|
|
|