-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathRaistan-setup.yaml
More file actions
935 lines (897 loc) · 17.9 KB
/
Raistan-setup.yaml
File metadata and controls
935 lines (897 loc) · 17.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
---
hometown: Crossing
#repair_town: Hibarnhvidar
slack_username:
quit_on_status_warning: false
status_monitor_no_window: true
status_monitor_respond: false
saferoom_health_threshold: 1
depart_on_death: false
health_threshold: 65
repair_withdrawal_amount: 30000
repair_timer: 43600 # Repair once every 12 hours
repair_every: .inf # Infinite
dump_junk: true
integrate_shit_list_with_textsubs: true
bescort_hide: true
sell_loot_money_on_hand: 3 platinum
default_stance: 100 0 87
##################################################################
# #
############################################# Hunting Buddies ####
find_empty_room_first: true
hunting_buddies:
##################################################################
# #
########################################################## T2 ####
training_list:
- skill: Athletics
start: 12
scripts:
- qeye
- burgle start
- athletics undergondola
- qeye
- skill:
- Targeted Magic
- Evasion
- Debilitation
start: 12
scripts:
- qeye
- burgle start
- get2
- multi 1, release roc
- buff trans
- buff nontrans
- qeye
- hunting-buddy usol debil evasion
- qeye
- get2
- rem
- multi 1, release roc
- qeye
- safe-room
- skill:
- Small Edged
- Light Thrown
start: 35
scripts:
- qeye
- burgle start
- get2
- buff nontrans
- hunting-buddy setup
- rem
- qeye
- get2
- multi 1, release roc; release eotb
- repair
- sell-loot
- restock
- get2
- qeye
- safe-room
##################################################################
# #
################################################### Safe Room ####
safe_room: &safe_room
repair_wait_room:
gem_pouch_adjective: dark
spare_gem_pouch_container: backpack
full_pouch_container: haversack
listen: true
listen_observe: false
##################################################################
# #
################################################### Athletics ####
athletics_outdoorsmanship_rooms:
-
-
-
-
-
#-
-
held_athletics_items:
- rocks
- arrows
##################################################################
# #
############################## Hunting Buddy & Combat Trainer ####
priority_defense: Evasion
ambush: false
skip_last_kill: true
use_stealth_attacks: false
dont_stalk: true
use_weak_attacks: true
dance_skill: Small Edged
dynamic_dance_skill: true
hunting_info:
- :zone:
#- bulls_plateau
#- storm_bulls
- mountain_giants
- dragon_priest_zealot
args:
- d1
:duration: 30
full_waiting_room:
stop_on:
- Small Edged
stop_on_low:
#- Stealth
#- Thievery
- Athletics
#- Locksmithing
offensive_spells:
# - name: Acid Splash
# mana: 5
# cast_only_to_train: true
# - name: Blood Burst
# mana: 15
# cambrinth:
# - 15
# cast_only_to_train: true
# before:
# - message: perform cut
# matches:
# - You draw a slight
# - You've already performed
# - name: Petrifying Visions
# mana: 5
# max_threshold: 2
# after:
# - message: face next
# matches: e
# cast_only_to_train: true
# - name: Viscous Solution
# mana: 5
# min_threshold: 3
# cast_only_to_train: true
# harmless: true
# - skill: Sorcery
# name: Last Gift of Vithwok IV
# cast_only_to_train: true
# mana: 10
# cambrinth:
# - 5
# before:
# - message: prep sym
# matches: e
combat_spell_training: &cst
Utility:
abbrev: gaf
symbiosis: true
mana: 20
cambrinth:
- 15
Warding:
abbrev: maf
symbiosis: true
mana: 20
cambrinth:
- 15
Sorcery:
abbrev: lgv
symbiosis: true
mana: 10
cambrinth:
- 2
magic_training: *cst
buff_nonspells:
training_abilities:
Hunt: 90
Pow: 60
Stealth: 60
Analyze: 90
App Quick: 60
Recall: 1800
dance_actions:
- circle
- bob
- weave
- bob
cycle_armors:
Brigandine:
- scale greaves
Plate Armor:
- light greaves
Chain Armor:
- ring greaves
Light Armor:
- quilted pants
ignored_npcs:
- student
- leopard
- owl
- Taala
- foal
- warrior
- thrall # sanyu lyba
- watchsoul # sanyu lyba
- appraiser # Dwarven appraiser
- shadowling
- Servant # Shadow Servant
- guard # Town guard
- zombie # necromancer pet
- lynx
- construct
##################################################################
# #
####################################################### Magic ####
quicken_earth: &qe
Quicken the Earth:
abbrev: qe
recast: 1
expire: your Quicken the Earth spell fade
mana: 20
cambrinth:
- 20
- 20
- 20
before:
- message: retreat
matches: You
- message: retreat
matches: You
- message: push vial
matches:
- You push the release catch
- You stealthily push
- message: perform cut
matches: You draw
ks: &ks
Kura-Silma:
recast: 4
mana: 15
cambrinth:
- 30
- 30
php: &php
Philosopher's Preservation:
recast: 4
mana: 15
cambrinth:
- 30
- 30
ivm: &ivm
Ivory Mask:
recast: 4
mana: 15
cambrinth:
- 30
- 30
bue: &bue
Butcher's Eye:
recast: 4
mana: 15
cambrinth:
- 30
- 30
rei: &rei
Researcher's Insight:
recast: 2
mana: 15
cambrinth:
- 30
- 30
ch: &ch
Calcified Hide:
recast: 5
mana: 15
cambrinth:
- 30
- 30
obf: &obf
Obfuscation:
mana: 15
cambrinth:
- 30
- 30
wm: &wm
Worm's Mist:
recast: -1
mana: 20
cambrinth:
- 20
- 20
# Combat settings
trans: &trans
<< : *ks
<< : *ch
<< : *php
<< : *ivm
<< : *bue
#<< : *wm
nontrans: &nontrans
<< : *rei
#<< : *obf
buff_spells: &buff_spells
<< : *nontrans
#Waggle Settings
waggle_sets:
trans:
Kura-Silma:
recast: 4
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
Philosopher's Preservation:
recast: 4
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
Ivory Mask:
recast: 4
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
Butcher's Eye:
recast: 4
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
Calcified Hide:
recast: 5
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
# Worm's Mist:
# recast: -1
# mana: 20
# cambrinth:
# - 20
# - 20
nontrans:
Researcher's Insight:
recast: 2
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
Obfuscation:
mana: 30
cambrinth:
- 12
- 12
- 12
- 12
roc:
Rite of Contrition:
mana: 10
qeye: &qeye
Eyes of the Blind:
recast: 25
prep_time: 0
mana: 5
eyes: &eyes
Eyes of the Blind:
recast: 20
mana: 20
cambrinth:
- 20
- 15
- 15
devour: &dev
Devour:
mana: 30
cambrinth:
- 10
nr:
Necrotic Reconstruction:
recast: 99
mana: 15
cambrinth:
- 15
- 15
- 15
cast: cast zombie
rpu:
Reverse Putrefaction:
abbrev: rpu
recast: 99
mana: 15
cambrinth:
- 15
- 15
- 10
cast_only_to_train: true
magic_exp_training_max_threshold: 32
training_spell_mana_threshold: 40
#combat_spell_training_max_threshold: 20
use_harness_when_arcana_locked: true
dedicated_camb_use: #spell
waggle_force_cambrinth: true
buff_spells_force_cambrinth: true
train_with_spells: true
use_research: false
cambrinth: watersilk bag
cambrinth_num_charges: 2
stored_cambrinth: false
prep_scaling_factor: .75
check_discern_timer_in_hours: 24
cambrinth_cap: 108
##################################################################
# #
################################################# Necromancer ####
necro_siphon_vit_threshold: 80
stop_hunting_if_bleeding: false
necro_safe_room_use_devour: true
necromancer_healing:
wound_level_threshold: 1 # 1 - 8
Devour:
abbrev: devour
mana: 30
cambrinth:
- 30
Consume Flesh:
abbrev: cf
mana: 15
cambrinth:
- 15
Siphon Vitality:
abbrev: sv
mana: 15
cambrinth:
- 20
dissect_and_butcher: true
thanatology:
ritual_type: cycle
heal: true
store: true
harvest_container: haversack
harvest_count: 10
##################################################################
# #
###################################################### Favors ####
favor_god: # Fuck the gods!
favor_goal: 0
##################################################################
# #
##################################################### Weapons ####
combat_trainer_target_increment: 3
combat_trainer_action_count: 10
use_weak_attacks: false
weapon_training:
Brawling: ''
Small Edged: cutlass
Light Thrown: throwing club
Twohanded Edged: bastard sword
Large Edged: bastard sword
Polearms: light spear
Heavy Thrown: light spear
Staves: nightstick
Twohanded Blunt: bar mace
Large Blunt: bar mace
Small Blunt: throwing club
Crossbow: smokewood pelletbow
Bow: bogbirch shortbow
Slings: sling
dance_skill: Small Edged
dual_load: false #true
skip_last_kill: true
using_light_crossbow: true
aiming_trainables:
- Brawling
- Staves
- Small Edged
- Small Blunt
- Light Thrown
- Heavy Thrown
use_overrides_for_aiming_trainables: false
# attack_overrides:
# Small Edged: jab
# Large Edged: feint
# Twohanded Edged: feint
# Small Blunt: jab
# Large Blunt: feint
# Twohanded Blunt: feint
# Brawling: gouge
# Staves: feint
# Polearms: jab
# Heavy Thrown: lob
# Light Thrown: throw
##################################################################
# #
##################################################### Looting ####
storage_containers:
- backpack
- haversack
- satchel
loot_subtractions:
- arrow
- arrows
- rock
- rocks
- coffer
- strongbox
- chest
- caddy
- trunk
- casket
- skippet
- crate
- box
loot_additions:
- bolt
- bolts
#- smooth rock
#- smooth rocks
- small rock
- small rocks
- tooth
#- long arrow
#- long arrows
- boar arrow
- boar arrows
loot_specials:
- name: jadeite stones
bag: backpack
- name: kyanite stones
bag: backpack
- name: cigar
bag: backpack
- name: cigarillo
bag: backpack
#Sort scrolls into my haversack
- name: scroll
bag: bag
- name: leaf
bag: bag
- name: tablet
bag: bag
- name: vellum
bag: bag
- name: roll
bag: bag
- name: parchment
bag: bag
- name: bark
bag: bag
- name: papyrus
bag: bag
- name: ostracon
bag: bag
skinning:
skin: true
arrange_all: false
arrange_count: 2
tie_bundle: true
##################################################################
# #
################################################# Script Gear ####
footwear: boots
textbook: true
textbook_type: sturdy textbook
hand_armor: gloves
#worn_instrument: cowbell
##################################################################
# #
###################################################### Burgle ####
burgle_settings:
room: 2622 # Shard
#room: 8257 # Crossing
entry_type: lockpick
use_lockpick_ring: true
lockpick_container: lockpick ring
loot_container: backpack
loot: drop
max_search_count: 2
item_whitelist:
- memory orb
- keepsake box
#- liquor cabinet
##################################################################
# #
################################################ Locksmithing ####
lockpick_room_id: *safe_room
use_lockpick_ring: true
lockpick_container: lockpick ring
skip_lockpick_ring_refill: false
lockpick_ignore_diffi1culty: false
stop_pick_on_mindlock: false
harvest_traps: false
box_loot_limit: 3
box_hunt_minimum: 0
picking_box_source: backpack
picking_box_storage: #backpack
lockpick_type: stout
lockpick_dismantle: jump
lockpick_buffs:
## Locksmithing Settings ##
# use ;pick and pick settings first
pick_live_boxes: false
# second option to a daily use lockbox trainer like a training box or harvest bag
have_training_box: false
picking_lockbox: training box
picking_worn_lockbox: false
# consumable boxes will be pulled from your burgle loot_container and should be kept separate from live boxes.
# list as many as you want - though it will try from the top down.
consumable_lockboxes:
- keepsake box
#- liquor cabinet
##################################################################
# #
#################################################### Crafting ####
engineering_room: *safe_room
outfitting_room: *safe_room
alchemy_room: *safe_room
enchanting_room: *safe_room
# train_workorders:
# - Blacksmithing
# crafting_container: backpack
# forging_belt:
# name: forger belt
# items:
# - ball-peen hammer
# - box-jaw tongs
# - bellows
# - wide shovel
# - stirring rod
# forging_tools:
# - ball-peen hammer
# - box-jaw tongs
# - bellows
# - wide shovel
# - stirring rod
##################################################################
# #
######################################################## Gear ####
gear_sets:
standard: &std
- steel velnhliwa
- quilted hood
- quilted mask
- quilted gloves
- quilted shirt
- quilted pants
- parry stick
swimming:
- steel velnhliwa
- parry stick
naked: []
gear:
#ARMOR
- :adjective: steel
:name: velnhliwa
:is_worn: true
- :adjective: quilted
:name: hood
:is_leather: true
:is_worn: true
- :adjective: quilted
:name: mask
:is_leather: true
:is_worn: true
- :adjective: quilted
:name: shirt
:is_leather: true
:is_worn: true
- :adjective: quilted
:name: gloves
:is_leather: true
:is_worn: true
- :adjective: quilted
:name: pants
:is_leather: true
:is_worn: true
- :adjective: scale
:name: greaves
:is_worn: true
- :adjective: ring
:name: greaves
:is_worn: true
- :adjective: light
:name: greaves
:is_worn: true
#BRAWLING
- :adjective: parry
:name: stick
:hinders_lockpicking: true
:is_worn: true
#WEAPONS
- :adjective: bastard
:name: sword
:wield: true
:swappable: true
- :adjective: bar
:name: mace
:wield: true
:swappable: true
- :name: cutlass
:wield: true
- :adjective: light
:name: spear
:wield: true
:lodges: true
- :adjective: throwing
:name: club
:wield: true
:lodges: true
- :name: nightstick
:wield: true
- :name: sling
:is_leather: true
:wield: true
- :adjective: bogbirch
:name: shortbow
:is_leather: true
:wield: true
- :adjective: smokewood
:name: pelletbow
:is_leather: true
:wield: true
##################################################################
# #
##################################################### Scrolls ####
stacker_container: backpack
scroll_stackers:
- brown booklet
discard_scrolls:
- Burden
- Dispel
- Ease Burden
- Gauge Flow
- Imbue
- Lay Ward
- Manifest Force
- Seal Cambrinth
- Strange Arrow
- Acid Splash
- Alkahest Edge
- Blood Burst
- Butcher's Eye
- Calcified Hide
- Call From Beyond
- Chirurgia
- Consume Flesh
- Covetous Rebirth
- Devour
- Eyes of the Blind
- Heighten Pain
- Ivory Mask
- Kura-Silma
- Liturgy
- Necrotic Reconstruction
- Obfuscation
- Petrifying Visions
- Philosopher's Preservation
- Quicken the Earth
- Researcher's Insight
- Reverse Putrefaction
- Rite of Contrition
- Rite of Grace
- Siphon Vitality
- Spiteful Rebirth
- Universal Solvent
- Viscous Solution
- Visions of Darkness
- Vivisection
- Worm's Mist
##################################################################
# #
##################################################### Restock ####
restock:
arrow:
#bolt:
rock:
# hometown: Hibarnhvidar
# name: smooth rocks
# room: 12172
# price: 45
# size: 30
# stackable: true
# quantity: 30
# cv_rune:
# name: avaes runestone
# room: 13105
# price: 4510
# size: 1
# stackable: false
# quantity: 2
# gg_rune:
# name: axinite runestone
# room: 13105
# price: 8118
# size: 1
# stackable: false
# quantity: 2
# shadows_rune:
# name: azurite runestone
# room: 13105
# price: 7937
# size: 1
# stackable: false
# quantity: 2
##################################################################
# #
######################################################## Misc ####
tarantula_noun: spider
tarantula:
Armor:
Weapon:
Magic:
combat:
- Augmentation
- Utility
- Warding
non_combat:
- Augmentation
- Utility
- Warding
Survival:
combat:
- Evasion
- Stealth
- Perception
- First Aid
- Skinning
non_combat:
- Thievery
- Perception
Lore:
tarantula_excluded_skills:
- Crossbow
- Polearms
- Thievery
- Locksmithing
- Brawling
- Heavy Thrown
- Small Edged
- Small Blunt
- Large Blunt
- Large Edged
- Bow
- Twohanded Blunt
- Staves
- Twohanded Edged
- Slings
- Crossbow
- Forging
- Outfitting
- Enchanting
- Engineering
- Alchemy
- Scholarship
- Performance
- Empathy
- Outdoorsmanship
- Locksmithing
- Athletics
- Appraisal
- Tactics
- Bow
- Bows
- Slings
- Defending
- Shield Usage
- Parry Ability
# rshell
rshell:
buffer_window: 10
# Sorter
sorter:
width: 25
mute_old_inventory: true
sort_inv_command: false
sort_look_others: false
sort_look_items_command: true
ignore_categories: lootables|trash