Skip to content
Jay Ryan edited this page Mar 6, 2021 · 3 revisions

Description

Trains athletics using climbing, swimming, running, ropes, etc. Will train Outdoorsmanship during later ranks. There's no need to specify any target, rope, argument, etc. The system will know your Athletics, and run appropriately. The other options are more advanced.

Settings

YAML Settings

Targets

Will climb or swim a specific structure/area that is supported. Currently supported locations can be found within the base-athletics.yaml. Only use one at a time.

climbing_target: target
swimming_target: target

Ropes

You can train with a climbing rope, you will need to also define the adjective, so it grabs the correct rope. This will train in your safe room unless stationary is input as an argument. You will need to have run performance before this will work properly.

have_climbing_rope: true or false
climbing_rope_adjective: adjective

Outdoorsmanship

Practice Outdoorsmanship by Collecting between climbing attempts. It's an array of how ever many rooms you want to use, just randomly choose one each iteration. Make sure to choose locations around where you currently are, you don't want to be running from Shard to Crossing to collect, and then back...

athletics_outdoorsmanship_rooms: 
- 1234
- 12345
- 12233
- 122234
- 1233

Increased Difficulty

You can hold items to make the climbing more difficult. I suggest ammunition.

held_athletics_items:
  - bolts
  - arrows

Misc.

Will pause before performance kicks in, this is in seconds. Optional.

performance_pause:

Argument Settings

You can pass arguments to bypass the YAML settings and Athletics checks, this is useful as befores/afters or with T2.

;athletics <arg>
Supported Args
Argument Purpose
wyvern Climb both undergondola and wyvern cliffs
undergondola Climb branch etc undergondola
xalas Climb xalas in zoluren in instead of undergondola
stationary Stand still and use a climbing rope
cliffs Climb undergondola without attempting branch

Usage

For Training Manager, you will call it for crossing_training, be sure to note that the list is priority based from top to bottom.

Training Manager

Usage as an after:

- :zone:
  - zombie_stompers
  - mountain_giants
  :duration: 20
  args:
  - d0
  after:
  - athletics cliffs

Automatic training, always uses settings and your current Athletics rank.

crossing_training:
- Athletics

T2

Simply make a subsection dedicated to Athletics, this should be a priority until you have 540 Athletics, letting you bypass the Undergondola for speed of travel.

- skill: Athletics
  start: 10
  scripts:
  - athletics
Clone this wiki locally