Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
3,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. astrology:
  2. << : *cv
  3. << : *pg
  4. << : *aus
  5. << : *dc
  6. # << : *rtr
  7. prehunt_buffs: &prehunt_buffs
  8. << : *shadows
  9. << : *aus
  10. << : *psy
  11. << : *col
  12. << : *ts
  13. << : *cv
  14. << : *pg
  15. << : *seer
  16. pick:
  17. << : *mt
  18. default:
  19. << : *prehunt_buffs
  20.  
  21. buff_spells: &buff_spells
  22. << : *pg
  23. << : *seer
  24. << : *col
  25.  
  26. ######################
  27. ### COMBAT-TRAINER ###
  28. ######################
  29. dance_actions:
  30. - perc planets
  31. - perc mana
  32. loot_subtractions:
  33. - stones
  34. - rock
  35. loot_additions:
  36. - card
  37. - dira
  38. - quadrello
  39. - lockpick
  40. - silver nugget
  41. - tobacco
  42. - cigar
  43. - cigarillo
  44. - pilum
  45. - broken bottle
  46.  
  47. loot_specials:
  48. - name: jadeite stone
  49. bag: backpack
  50. - name: kyanite stone
  51. bag: backpack
  52.  
  53.  
  54. ####################
  55. ### LOCKSMITHING ###
  56. ####################
  57. #lockpick_buffs:
  58. # spells:
  59. # - abbrev: MT
  60. # mana: 52
  61. # cambrinth:
  62. # - 48
  63. stop_pick_on_mindlock: true
  64. lockpick_dismantle: focus
  65. pick_blind: false
  66. use_lockpick_ring: false
  67. skip_lockpick_ring_refill: true
  68. lockpick_container: quiver
  69. lockpick_type: ordinary
  70. harvest_traps: false
  71. picking_box_source: duffel bag
  72. picking_box_storage: duffel bag
  73. lockpick_room_id:
  74. lockpick_ignore_difficulty: false
  75. lockpick_force_disarm_careful: false
  76. picking_pet_box_source: haversack
  77. refill_pet_boxes: false
  78.  
  79. #################
  80. ### SELL LOOT ###
  81. #################
  82. gem_pouch_adjective: indigo
  83. spare_gem_pouch_container: backpack
  84. sell_loot_money_on_hand: 3 silver
  85. sell_loot_pouch: true
  86. sell_loot_bundle: true
  87. skinning:
  88. skin: true
  89. arrange_all: false
  90. #arrange_count: 1
  91. tie_bundle: true
  92.  
  93.  
  94. ########################
  95. ### CROSSING TRAINER ###
  96. ########################
  97. #mindstate number to stop crossing training at:
  98. crossing_training_max_threshold: 32
  99. braid_item: vine
  100. listen: true
  101. listen_observe: true
  102. dump_junk: true
  103. textbook: false
  104.  
  105. train_with_spells: true
  106. training_spells:
  107. Augmentation:
  108. abbrev: ts
  109. Utility:
  110. abbrev: pg
  111. Warding:
  112. abbrev: psy
  113.  
  114. #use_research: true
  115. #research_skills:
  116. #- Warding
  117. #- Utility
  118.  
  119.  
  120. full_pouch_container: bag
  121. appraisal_training:
  122. - art
  123. - zills
  124. - bundle
  125. - pouches
  126.  
  127. crossing_training:
  128. - Astrology
  129. #- Augmentation
  130. #- Warding
  131. #- Utility
  132. - First Aid
  133. - Outdoorsmanship
  134. - Performance
  135. - Appraisal
  136. - Scholarship
  137. - Athletics
  138. - Locksmithing
  139. - Attunement
  140.  
  141.  
  142. #################
  143. ### ASTROLOGY ###
  144. #################
  145. astrology_use_full_pools: false # Helps maximize tool bonding rate when using max pools
  146. have_divination_bones: true
  147. divination_bones_storage:
  148. container: backpack
  149. tied: false
  150. have_telescope: true
  151. astrology_training:
  152. - observe
  153. - weather
  154. - events
  155. - attunement
  156. #- rtr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement