Difference between revisions of "Sample Resource (Ability)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 80: Line 80:
 
||<font size=1>gamble_no_action</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You don't have enough action points to recover the concentration.</font>||<font size=1>2</font>
 
||<font size=1>gamble_no_action</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You don't have enough action points to recover the concentration.</font>||<font size=1>2</font>
 
|- align="center"
 
|- align="center"
||gamble_success</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You successfully recover the concentration of resources!</font>||<font size=1>2</font>
+
||<font size=1>gamble_success</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You successfully recover the concentration of resources!</font>||<font size=1>2</font>
 
|- align="center"
 
|- align="center"
 
||<font size=1>no_inv_space</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You don't have enough inventory space to carry the samples you found.</font>||<font size=1></font>
 
||<font size=1>no_inv_space</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You don't have enough inventory space to carry the samples you found.</font>||<font size=1></font>
Line 90: Line 90:
 
||<font size=1>node_waypoint</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>A waypoint to the concentration has been added to your datapad.</font>||<font size=1>3</font>
 
||<font size=1>node_waypoint</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>A waypoint to the concentration has been added to your datapad.</font>||<font size=1>3</font>
 
|- align="center"
 
|- align="center"
||<font size=1>radioactive_sample_known</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You have chosen to override safety measures and may now sample '''InsertResourcesNameHere'''</font>||<font size=1>|1</font>
+
||<font size=1>radioactive_sample_known</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You have chosen to override safety measures and may now sample '''InsertResourcesNameHere'''</font>||<font size=1>1</font>
 
|- align="center"
 
|- align="center"
 
||<font size=1>sample_cancel</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You stop taking resource samples.</font>||<font size=1></font>
 
||<font size=1>sample_cancel</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You stop taking resource samples.</font>||<font size=1></font>

Revision as of 11:02, 6 September 2007

Ability - Sample 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 /sample command is used in conjunction with a sample tool. When you /sample your character will take a sample of whatever resource you last selected from the sample tool UI. This allows you to perform sampling without using the sample tool UI.

Command: /sample
CommandQueue Entry: sample (8D0C1504)


Radioactive Sampling Warning Prompt (NGE)
Sample Radioactive Override (NGE)

Related Tags

50% This document has been partially completed.

Ability This document relates to Player Abilities.

Artisan This document is related to the Artisan Profession.

Ability Breakdown & Details

Sampling is the starting means for crafters to obtain resources in SWG. Samples can be taken every 18 seconds and have varying yields depending on survey skill, resource concentration and whether or not a survey event occurs. The survey skill modifier controls the yields for each sample as well as having an effect on the number of resource concentration spots availible to the player.

Survey events are random occurances which allow the player to recieve a larger than average sample of resource if they are able to obtain it. These events pause the players current actions and come in two types. The first is an event which prompts the user if they wish to spend 300 action points to do a special sample on their current spot. If the player choose to do this then they initiate sampling. In this event, if the player does not obtain the concentration, they will recieve a normal sample's yield from the attempt. The second event prompts the player to choose whether or not they wish to go after a nearby resource. If the player chooses to do so, then a waypoint is generated and the player then has to move over to the waypoint and get within 5 meters of it to sample. The waypoint generated is always within a 50 meter radius from the players current location at the time of the event. If the player is unsuccessful with the attempt then they receive nothing. The size of the yield from a survey event is also dependant on the survey skill modifier of the player and thus a higher modifier will allow for a greater yield from the sample.

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 Prompt
critical_success /string/en/ survey.stf internal_command_string You successfully recover a particularly rich sample!
density_below_threshold /string/en/ survey.stf internal_command_string Locating a viable sample of %TO here seems a bit beyond your skill.
efficiency_too_low /string/en/ survey.stf internal_command_string %TO's resource density is too low to locate a sample here.
gamble_fail /string/en/ survey.stf internal_command_string You weren't able to recover the full concentration of resources. 2
gamble_no_action /string/en/ survey.stf internal_command_string You don't have enough action points to recover the concentration. 2
gamble_success /string/en/ survey.stf internal_command_string You successfully recover the concentration of resources! 2
no_inv_space /string/en/ survey.stf internal_command_string You don't have enough inventory space to carry the samples you found.
node_not_close /string/en/ survey.stf internal_command_string You weren't close enough to the concentration to recover it. 3
node_recovery /string/en/ survey.stf internal_command_string You successfully recover a particularly rich concentration of resource! 3
node_waypoint /string/en/ survey.stf internal_command_string A waypoint to the concentration has been added to your datapad. 3
radioactive_sample_known /string/en/ survey.stf internal_command_string You have chosen to override safety measures and may now sample InsertResourcesNameHere 1
sample_cancel /string/en/ survey.stf internal_command_string You stop taking resource samples.
sample_cancel_attack /string/en/ survey.stf internal_command_string You can't take samples while under attack!
sample_empty /string/en/ survey.stf internal_command_string You are unable to find any more samples in the immediate area.
sample_failed /string/en/ survey.stf internal_command_string You failed to locate a sample of %TO.
sample_gone /string/en/ survey.stf internal_command_string Sampling process aborted because the sampling tool is no longer in your inventory.
sample_located /string/en/ survey.stf internal_command_string You successfully locate a %DI unit sample of %TO.
sample_survey /string/en/ survey.stf internal_command_string You can't take resource samples while you are surveying.
start_sampling /string/en/ survey.stf internal_command_string You begin to sample for %TO.
tool_recharge_time /string/en/ survey.stf internal_command_string You will be able to sample again in %DI seconds.
trace_amount /string/en/ survey.stf internal_command_string You are only able to locate trace amounts of %TO.
wrong_tool /string/en/ survey.stf internal_command_string %TO resources cannot be located with this tool.

SUI Prompt

Prompt 1: Radioactive Sampling

ID Path Filename Trigger Window Title Window Description SUI Button Label Window Contents
radioactive_sample_t /string/en/ survey.stf Internal SUI label Confirm Radioactive Sample


radioactive_sample_d /string/en/ survey.stf Internal SUI label Sampling a radioactive mineral will result in harmful effects. Are you sure you wish to continue?


Yes
No



Prompt 2: Survey Event 1


ID Path Filename Trigger Window Title Window Description SUI Button Label Window Contents
cnode_t /string/en/ survey.stf Internal SUI label Survey Event
cnode_d /string/en/ survey.stf Internal SUI label As you work, your survey device beeps and chatters. You look down to find that it has discovered a nearby node of concentrated resources.
cnode_1 /string/en/ survey.stf Internal SUI label Ignore the survey device and continue working.
cnode_2 /string/en/ survey.stf Internal SUI label Focus the device on the concentration.



Prompt 3: Survey Event 2

ID Path Filename Trigger Window Title Window Description SUI Button Label Window Contents
gnode_t /string/en/ survey.stf Internal SUI label Survey Event
gnode_d /string/en/ survey.stf Internal SUI label It appears you have found a previously undetected concentration of resource. An initial inspection indicates the cache is of high quality, but it looks like it may be difficult to get to.
gnode_1 /string/en/ survey.stf Internal SUI label Ignore the concentration and continue working.
gnode_2 /string/en/ survey.stf Internal SUI label Attempt to recover the resources. (300 Action)

Combat Chat Spam

Fly Text

Formula(s)

  • 1 + 1 = 3
  • 2 - 2 + 2 = 3

Source References

Source Source in Context
Prima Guide somelink1 Source1

Ability HAM Costs

Modifier Value
Health Cost 0
Action Cost 200
Mind Cost 150
Force Cost 0

Ability Multipliers

Modifier Value
Health cost 0
Action cost 0
Mind cost 0
Force cost 0
Damage 0
Delay Time 0