Myatheira

Moon Mage YAML

Jun 25th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.18 KB | None | 0 0
  1. ---
  2.  
  3. hometown: Crossing
  4. #hometown: Riverhaven
  5. favor_god: Damaris
  6. favor_goal: 40
  7.  
  8. quit_on_status_warning: false
  9. saferoom_health_threshold: 8
  10. depart_on_death: false
  11. health_threshold: 0
  12.  
  13. ###############
  14. # Safe Room
  15. ###############
  16. safe_room: &safe_room 2604
  17. gem_pouch_adjective: blue
  18. spare_gem_pouch_container: rucksack
  19. full_pouch_container: watersilk bag
  20. listen: true
  21. listen_observe: false
  22.  
  23. ###############
  24. # T2
  25. ###############
  26. training_list:
  27. #- skill: Athletics
  28. # start: 10
  29. # scripts:
  30. # - athletics
  31. #- skill: First Aid
  32. # start: 10
  33. # scripts:
  34. # - first-aid
  35. - skill:
  36. - Targeted Magic
  37. - Small Edged
  38. start: 34
  39. scripts:
  40. - safe-room
  41. - burgle start
  42. - crossing-repair
  43. - go2 2604
  44. - pick
  45. - sell-loot
  46. - athletics
  47. - go2 2604
  48. - buff prebuff
  49. - hunting-buddy main
  50. - safe-room
  51. - go2 2604
  52. - burgle start
  53. - go2 2604
  54. # - first-aid
  55. # - workorders artificing
  56. - craft enchanting
  57. - craft enchanting
  58. - workorders artificing repair
  59. - go2 2604
  60. # - outdoorsmanship
  61. # - outdoorsmanship
  62.  
  63. ###############
  64. # Magic
  65. ###############
  66. maf: &maf
  67. Manifest Force:
  68. recast: 1
  69. expire: losing much of its mass under the force of the attack
  70. use_auto_mana: true
  71. shad: &shad
  72. Shadows:
  73. recast: 1
  74. use_auto_mana: true
  75. cv: &cv
  76. Clear Vision:
  77. recast: 2
  78. use_auto_mana: true
  79. pg: &pg
  80. Piercing Gaze:
  81. recast: 1
  82. use_auto_mana: true
  83. ref: &ref
  84. Refractive Field:
  85. mana: 30
  86. use_auto_mana: true
  87. aus: &aus
  88. Aura Sight:
  89. recast: 1
  90. use_auto_mana: true
  91. wd: &wd
  92. Whole Displacement:
  93. recast: 0
  94. use_auto_mana: true
  95. seer: &seer
  96. Seer's Sense:
  97. recast: 1
  98. use_auto_mana: true
  99. kitty: &kitty
  100. Shadowling:
  101. recast: 1
  102. mana: 20
  103. use_auto_mana: true
  104. loc: &loc
  105. Locate:
  106. use_auto_mana: true
  107. rtr: &rtr
  108. Read the Ripples:
  109. ritual: true
  110. focus: ouroboros ring
  111. worn_focus: true
  112. use_auto_mana: true
  113. ts: &ts
  114. Tenebrous Sense:
  115. recast: 1
  116. use_auto_mana: true
  117. she: &she
  118. Shear:
  119. recast: 1
  120. use_auto_mana: true
  121. col: &col
  122. Cage of Light:
  123. use_auto_mana: true
  124. mt: &mt
  125. Machinist's Touch:
  126. recast: 2
  127. use_auto_mana: true
  128.  
  129. # Combat settings
  130. offensive_spells:
  131. #- skill: Targeted Magic
  132. # name: Starlight Sphere
  133. # cast: cast giant
  134. # mana: 6
  135. # cyclic: true
  136. - skill: Targeted Magic
  137. name: Strange Arrow
  138. cast_only_to_train: true
  139. use_auto_mana: true
  140. - skill: Debilitation
  141. name: Calm
  142. cast_only_to_train: true
  143. use_auto_mana: true
  144.  
  145.  
  146. buffs: &buffs
  147. << : *maf
  148. << : *shad
  149. # << : *seer
  150. # << : *aus
  151. # << : *ts
  152. # << : *kitty
  153. # << : *col
  154.  
  155.  
  156. buff_spells: &buff_spells
  157. << : *buffs
  158. # << : *wd
  159.  
  160. #Waggle Settings
  161. waggle_sets:
  162. default:
  163. << : *buffs
  164. pvp:
  165. << : *buffs
  166. prebuff:
  167. << : *maf
  168. # << : *seer
  169. # << : *aus
  170. # << : *kitty
  171. # << : *col
  172. # burgle:
  173. # << : *shad
  174. # << : *cv
  175. # << : *ref
  176. astrology:
  177. << : *cv
  178. # << : *aus
  179. # << : *pg
  180. # << : *dc
  181. # << : *rtr
  182. gates:
  183. << : *aus
  184. << : *cv
  185. << : *kitty
  186. # << : *bc
  187. pick:
  188. << : *cv
  189. # << : *mt
  190. locate:
  191. << : *loc
  192. # rs:
  193. # << : *rs
  194.  
  195. combat_spell_training: &cst
  196. Warding:
  197. abbrev: maf
  198. symbiosis: false
  199. use_auto_mana: true
  200. Utility:
  201. abbrev: pg
  202. symbiosis: false
  203. use_auto_mana: true
  204. Augmentation:
  205. abbrev: Ease
  206. symbiosis: false
  207. use_auto_mana: true
  208. # Sorcery:
  209. # abbrev: sick
  210. # symbiosis: false
  211. # mana: 1
  212. # cambrinth:
  213. # - 14
  214. # - 13
  215. # use_auto_mana: true
  216.  
  217. magic_training: *cst
  218.  
  219. use_harness_when_arcana_locked: false
  220. #dedicated_camb_use: #spell
  221. waggle_force_cambrinth: true
  222. buff_spells_force_cambrinth: true
  223. train_with_spells: true
  224. use_research: false
  225. cambrinth: cambrinth armband
  226. cambrinth_num_charges: 2
  227. stored_cambrinth: false
  228. prep_scaling_factor: .8
  229. check_discern_timer_in_hours: 2
  230. cambrinth_cap: 32
  231.  
  232. ###############
  233. # Combat Trainer
  234. ###############
  235. priority_defense: Evasion
  236. use_stealth_attacks: false
  237. dont_stalk: true
  238. skip_last_kill: false
  239. #decides if you want to hide/train stealth by snipe/poach
  240. use_stealth_ranged: true
  241. # any special ranged aimed attack to use from stealth
  242. stealth_attack_aimed_action: poach
  243. #tk_ammo: brass razor
  244.  
  245. training_abilities:
  246. Astro: 220
  247. PercMana: 180
  248. Hunt: 180
  249. # App Quick: 120
  250. Analyze: 180
  251. Recall: 1800
  252. Collect: 180
  253.  
  254. ###############
  255. # Weapons
  256. ###############
  257. combat_trainer_target_increment: 8
  258. combat_trainer_action_count: 20
  259.  
  260. use_weak_attacks: false
  261. weapon_training:
  262. Brawling: ''
  263. Crossbow: crossbow
  264. Bow: shortbow
  265. # Slings: sling
  266. Heavy Thrown: bar mace
  267. Small Edged: rapier
  268. Light Thrown: dagger
  269. Polearms: pike
  270. Twohanded Edged: bastard sword
  271. Large Edged: bastard sword
  272. Small Blunt: club
  273. Large Blunt: bar mace
  274. Staves: nightstick
  275. Twohanded Blunt: bar mace
  276.  
  277. dance_skill: Small Edged
  278.  
  279. #attack_overrides:
  280. # Small Edged: jab
  281. # Small Blunt: feint
  282. # Large Blunt: feint
  283. # Large Edged: feint
  284. # Brawling: gouge
  285. # Light Thrown: throw
  286. # Heavy Thrown: lob
  287. # Polearms: jab
  288. # Twohanded Blunt: feint
  289. # Staves: feint
  290. # Twohanded Edged: feint
  291. using_light_crossbow: true
  292.  
  293. aiming_trainables:
  294. - Brawling
  295. - Tactics
  296. - Small Edged
  297. - Small Blunt
  298. - Light Thrown
  299. #- Heavy Thrown
  300. - Staves
  301.  
  302. combat_spell_timer: 60
  303. ###############
  304. # Looting
  305. ###############
  306. storage_containers:
  307. - haversack
  308.  
  309. loot_subtractions:
  310. - arrow
  311. - arrows
  312. - rock
  313. - rocks
  314. #- bolt
  315. #- bolts
  316. loot_additions:
  317. - tooth
  318. - shard
  319. - shards
  320. - boar arrow
  321. - boar arrows
  322. - blunt arrow
  323. - blunt arrows
  324. - arrow
  325. - arrows
  326. - bolt
  327. - bolts
  328. - coug arrow
  329. - coug arrows
  330. #- barbed arrow
  331. #- barbed arrows
  332. loot_specials:
  333. - name: jadeite stones
  334. bag: haversack
  335. - name: kyanite stones
  336. bag: haversack
  337. skinning:
  338. skin: true
  339. arrange_all: false
  340. arrange_count: 0
  341. tie_bundle: true
  342. sell_loot_pouch: false
  343. ###############
  344. # Hunting Buddy
  345. ###############
  346. hunting_file_list:
  347. #- setup
  348.  
  349. ignored_npcs:
  350. - student
  351. - leopard
  352. - owl
  353. - Taala
  354. - foal
  355. - watchsoul # Cleric spell
  356. - appraiser # Dwarven appraiser
  357. - shadowling
  358. - Servant # Shadow Servant
  359. - guard # Town guard
  360. - zombie # necromancer pet
  361. - lynx
  362.  
  363. #hunting_buddies:
  364. #- Nyrhin
  365. #- Ezerak
  366. #- Asilyia
  367. #- Ayrell
  368. #- Opheylia
  369. #- Maraisel
  370. #- Rhonys
  371.  
  372. #restock:
  373. # brass razor:
  374. # name: brass razor
  375. # room: 9747
  376. # price: 471
  377. # size: 1
  378. # stackable: false
  379. # quantity: 3
  380.  
  381. ###############
  382. # Script Gear
  383. ###############
  384. footwear: boots
  385. #textbook: true
  386. #textbook_type: textbook
  387. hand_armor: gloves
  388.  
  389. ###############
  390. # Locksmithing
  391. ###############
  392. lockpick_room_id: *safe_room
  393. use_lockpick_ring: true
  394. skip_lockpick_ring_refill: false
  395. lockpick_ignore_difficulty: true
  396. stop_pick_on_mindlock: false
  397. harvest_traps: false
  398. #box_hunt_minimum: 0
  399. picking_box_source: haversack
  400. #picking_box_source: poke
  401. picking_box_storage: haversack
  402. lockpick_type: stout iron
  403. lockpick_dismantle: focus
  404. #lockpick_buffs:
  405.  
  406. ###############
  407. # Gear
  408. ###############
  409. gear_sets:
  410. standard:
  411. - leathers
  412. - ring helm
  413. - plate mask
  414. - scale gloves
  415. - shield
  416. - parry stick
  417. - pike
  418.  
  419. # stealing:
  420. # - parry stick
  421.  
  422. naked: []
  423. # swimming:
  424. # - parry stick
  425.  
  426. gear:
  427. # ARMOR
  428. - :adjective:
  429. :name: leathers
  430. :is_leather: true
  431. :hinders_lockpicking: true
  432. :is_worn: true
  433. - :adjective: ring
  434. :name: helm
  435. :is_leather: false
  436. :hinders_lockpicking: true
  437. :is_worn: true
  438. - :adjective: plate
  439. :name: mask
  440. :is_leather: false
  441. :hinders_lockpicking: true
  442. :is_worn: true
  443. - :adjective: scale
  444. :name: gloves
  445. :is_leather: false
  446. :hinders_lockpicking: true
  447. :is_worn: true
  448. - :adjective:
  449. :name: shield
  450. :is_leather: false
  451. :hinders_lockpicking: true
  452. :is_worn: true
  453. #BRAWLING
  454. - :adjective: parry
  455. :name: stick
  456. :hinders_lockpicking: true
  457. :is_worn: true
  458. :is_leather: true
  459. #WEAPONS
  460. - :adjective:
  461. :name: rapier
  462. :is_leather: false
  463. :is_worn: false
  464. - :adjective:
  465. :name: club
  466. :is_leather: false
  467. :is_worn: false
  468. :swappable: false
  469. - :adjective:
  470. :name: crossbow
  471. :is_leather: true
  472. :is_worn: false
  473. :swappable: false
  474. - :adjective: bastard
  475. :name: sword
  476. :is_leather: false
  477. :is_worn: false
  478. :swappable: true
  479. - :adjective: bar
  480. :name: mace
  481. :is_leather: false
  482. :is_worn: false
  483. :swappable: true
  484. - :adjective:
  485. :name: nightstick
  486. :is_leather: false
  487. :is_worn: false
  488. :swappable: false
  489. - :adjective:
  490. :name: pike
  491. :is_leather: false
  492. :is_worn: true
  493. - :adjective:
  494. :name: shortbow
  495. :is_leather: true
  496. :is_worn: true
  497. - :adjective:
  498. :name: dagger
  499. :is_leather: false
  500. :is_worn: false
  501. :swappable: false
  502. #- :adjective:
  503. # :name: sling
  504. # :is_leather: true
  505. # :is_worn: false
  506.  
  507. ###############
  508. # Scrolls
  509. ###############
  510. #scroll_stackers:
  511. #- tome
  512. #- folio
  513. #- booklet
  514. #- notebook
  515. #- scroll.case
  516. #- binder
  517. #- papers
  518. discard_scrolls:
  519. - Burden
  520. - Dispel
  521. - Ease Burden
  522. - Gauge Flow
  523. - Imbue
  524. - Lay Ward
  525. - Manifest Force
  526. - Seal Cambrinth
  527. - Strange Arrow
  528. - Rite of Contrition
  529. - Rite of Grace
  530. - Acid Splash
  531. - Blood Burst
  532. - Obfuscation
  533.  
  534. #crafting_container: rucksack
  535. #enchanting_belt:
  536. # name: toolbelt
  537. # items:
  538. # - brazier
  539. # - burin
  540. # - loop
  541. # - rod
  542. # - fount
  543.  
  544. #workorder_max_items: 4
  545. #craft_max_mindstate: 34
  546. #workorder_diff: challenging
  547.  
  548. burgle_settings:
  549. room: 2642
  550. entry_type: lockpick # lockpick | rope | cycle
  551. max_search_count: 2 # max number of total searches to do including retries
  552. retry: yes # retry if you don't find loot
  553. loot: pawn # drop | keep | bin | pawn (bin and pawn are not supported currently)
  554. safe_mode: true # stop searching and exit when haering footsteps
  555. loot_container: duffel bag
  556. item_whitelist: # array of full item names (adj + noun) of items to keep no matter what. Case Sensitive.
  557. - worn book
  558. - memory orb
  559. - blunt-tipped bolts
  560. - blunt-tipped arrows
  561. - blunt stones
  562. - thin longsword
  563. - keepsake box
  564. # blacklist_rooms: # array of rooms to ignore. Case sensitive
  565. # - Bedroom
  566.  
  567. have_telescope: true
  568. telescope_storage: telescope case
  569.  
  570. empty_hunting_room_messages:
  571. - /
Add Comment
Please, Sign In to add comment