Advertisement
Guest User

Untitled

a guest
Aug 27th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. ---
  2. # See https://github.com/rpherbig/dr-scripts/wiki/YAML-Settings for documentation
  3.  
  4. hometown: Crossing
  5. # Cap on time crossing-training runs
  6. training_manager_town_duration:
  7.  
  8. # Combat settings
  9. # https://elanthipedia.play.net/Lich_script_repository#combat-trainer
  10. aim_fillers:
  11. Crossbow:
  12. - bob
  13. - bob
  14. Bow:
  15. - bob
  16. - bob
  17. - bob
  18. Slings:
  19. - bob
  20. - bob
  21. - bob
  22. stances:
  23. Bow:
  24. - Evasion
  25. - Shield Usage
  26. - Parry Ability
  27. Crossbow:
  28. - Evasion
  29. - Shield Usage
  30. - Parry Ability
  31. Slings:
  32. - Evasion
  33. - Shield Usage
  34. - Parry Ability
  35. Offhand Weapon:
  36. - Evasion
  37. - Shield Usage
  38. - Parry Ability
  39. default_stance: 100 0 80
  40. stance_override:
  41. cycle_armors:
  42. cycle_armors_time: 125
  43. cycle_armors_hysteresis: true
  44. skinning:
  45. skin: true
  46. arrange_all: false
  47. arrange_count: 0
  48. tie_bundle: false
  49. charged_maneuvers:
  50. Brawling: palmstrike
  51. Bow: powershot
  52. Crossbow: powershot
  53. Slings: powershot
  54. Small Edged: cleave
  55. Large Edged: cleave
  56. Twohanded Edged: cleave
  57. Small Blunt: crash
  58. Large Blunt: crash
  59. Twohanded Blunt: crash
  60. Staves: twirl
  61. Polearms: impale
  62. Dual Wield: doublestrike
  63. dance_threshold: 0
  64. dance_skill: Small Edged
  65. dynamic_dance_skill: false
  66. dance_actions:
  67. - analyze
  68. - circle
  69. - bob
  70. - weave
  71. combat_analyze_retry_count: 3
  72. manipulate_threshold:
  73. manipulate_only_to_train: false
  74. training_abilities:
  75. Hunt: 80
  76. combat_training_abilities_target: 32
  77. favor_orb_rub_frequency: 300
  78. fatigue_regen_threshold: 90
  79. fatigue_regen_action: bob
  80. balance_regen_threshold: 8 #solidly balanced
  81. summoned_weapons:
  82. summoned_weapons_element:
  83. summoned_weapons_ingot:
  84. buff_spells:
  85. offensive_spells:
  86. offensive_spell_cycle:
  87. aim_fillers_stealth:
  88. buff_nonspells:
  89. dance_actions_stealth:
  90. thanatology:
  91. dissect_and_butcher: false
  92. necro_force_safe_room: false
  93. necro_siphon_vit_threshold: 85
  94. necro_safe_room_use_devour: false
  95. necromancer_healing:
  96. wound_level_threshold: 1 # 1 - 8
  97. zombie:
  98. make: false
  99. summon: false
  100. stance: offense
  101. behavior: defensive
  102. weapon_training:
  103. # how many mindstates to use a weapon for
  104. combat_trainer_target_increment: 3
  105. # how many actions to do if you dont hit the mindstate goal before swapping weapons
  106. combat_trainer_action_count: 10
  107. dual_load: false
  108. use_stealth_attacks: false
  109. stealth_attack_aimed_action: poach
  110. # switch to hide_type: stalk to use slip stalk
  111. hide_type: hide
  112. force_unhide: false
  113. # kill the last mob or not, you will potentially lose ammo if you don't
  114. skip_last_kill: false
  115. # name of the weapon skill in weapon_training you want to use to backstab
  116. backstab:
  117. ambush: false
  118. performance_monitor_weapons:
  119. retreat_threshold:
  120. use_weak_attacks: false
  121. loot_bodies: true
  122. dump_junk: false
  123. dump_item_count: 9
  124. use_barb_combos: false
  125. whirlwind_trainables:
  126. aiming_trainables:
  127. # allow melee offhand weapon training while aiming crossbow in aiming_trainables
  128. using_light_crossbow: false
  129. magic_exp_training_max_threshold: 32
  130. combat_spell_training_max_threshold:
  131. offensive_spell_mana_threshold: 40
  132. training_spell_mana_threshold: 50
  133. buff_spell_mana_threshold: 40
  134. stun_weapon:
  135. stun_weapon_skill:
  136. stun_skill: Debilitation
  137. dont_stalk: false
  138. cast_only_to_train: false
  139. priority_weapons:
  140. priority_defense:
  141. tk_ammo:
  142. custom_loot_type:
  143. last_rites: false
  144. ambush_location: back
  145. # define the noun to turn on warhorn usage every 5 minutes in combat
  146. warhorn:
  147. # noun of the prayer mat to use in training_abilities
  148. prayer_mat:
  149. paladin_use_mana_glyph: false
  150. paladin_use_badge: false
  151. # allow throwing offhand weapons
  152. offhand_thrown: false
  153. combat_teaching_skill: evasion
  154.  
  155. # Hunting settings
  156. # https://elanthipedia.play.net/Lich_script_repository#hunting-buddy
  157. training_manager_hunting_priority: false
  158. training_manager_priority_skills:
  159. priority_skills_lower_limit: 6
  160. hunting_info:
  161. empty_hunting_room_messages:
  162. - Is anyone else in here?
  163. - I hope no one else is here, I really want to kill something.
  164. - Is anyone hunting here? Speak now or hold your peace.
  165. - This looks like a good room. I hope I'm not taking it from anyone.
  166. - My eyes aren't so good. Did I miss someone in the room?
  167. hunting_buddies:
  168. stop_hunting_if_bleeding: true
  169. prehunt_buffs:
  170. hunting_room_min_mana: 0
  171. hunting_room_strict_mana: false
  172. hunting_file_list:
  173.  
  174.  
  175.  
  176. # Repair settings
  177. repair_withdrawal_amount: 10_000
  178. skip_repair: false
  179. repair_timer: 600
  180. repair_every: 1
  181.  
  182.  
  183.  
  184.  
  185. # Safe-room settings
  186. safe_room_id:
  187. safe_room_take:
  188. safe_room_give:
  189. safe_room_tip_threshold:
  190. safe_room_tip_amount:
  191. safe_room_empath:
  192. safe_room_empaths:
  193.  
  194.  
  195.  
  196.  
  197. # Spellcasting (and Khri) settings
  198. use_harness_when_arcana_locked: false
  199. combat_trainer_buffs_force_cambrinth: true
  200. crossing_training_force_cambrinth: false
  201. waggle_force_cambrinth: true
  202. cambrinth: armband
  203. cambrinth_cap: 32
  204. stored_cambrinth: false
  205. prep_scaling_factor: 0.98
  206. kneel_khri: false
  207. cambrinth_items:
  208. - name:
  209. cap:
  210. stored:
  211. cambrinth_num_charges: 4 #Number of times to charge a cambrinth item with use_auto_mana
  212. cambrinth_invoke_exact_amount: false
  213.  
  214.  
  215.  
  216. # Looting settings
  217. loot_additions:
  218. loot_subtractions:
  219. loot_specials:
  220. box_loot_limit:
  221. box_hunt_minimum: 1
  222.  
  223.  
  224.  
  225. # Non-combat settings
  226. exp_timers:
  227. Stealth: 300
  228. First Aid: 400
  229. Locksmithing: 600
  230. Theurgy: 720
  231. Thievery: 600
  232. Attunement: 130
  233. listen: false
  234. listen_observe: false
  235. safe_room: 851
  236. hand_armor: gloves
  237. instrument:
  238. footwear:
  239. exit_on_skills_capped: false
  240. crossing_training_sorcery:
  241. crossing_training_sorcery_room: 1137
  242. crossing_training_requires_movement:
  243. - Alchemy
  244. - Appraisal
  245. - Athletics
  246. - Attunement
  247. - Empathy
  248. - Engineering
  249. - Forging
  250. - Outfitting
  251. - Scouting
  252. - Sorcery
  253. - Stealth
  254. - Thievery
  255. - Theurgy
  256. - Trading
  257. forage_item: rock
  258. braid_item:
  259. training_spells:
  260. cyclic_training_spells:
  261. cyclic_cycle_skills:
  262. train_with_spells: true
  263. training_nonspells:
  264. crossing_training:
  265. use_research: false
  266. research_skills:
  267. water_holder:
  268. flint_lighter:
  269. scouting_buffs:
  270. crossing_training_stationary_skills_only: false
  271. outdoor_room: 793
  272. textbook: false
  273. textbook_type: textbook
  274. dedicated_camb_use:
  275. symbiosis_learning_threshold: 2
  276. compost_room: 991
  277. mine_for_outdoorsmanship: false
  278. appraisal_training:
  279. - art
  280. full_pouch_container:
  281. classes_to_teach:
  282. avoid_athletics_in_justice: false
  283. athletics_outdoorsmanship_rooms:
  284. attunement_rooms:
  285. training_rooms:
  286.  
  287.  
  288.  
  289.  
  290. # Stealing settings
  291. # https://elanthipedia.play.net/Lich_script_repository#steal
  292. stealing_bag: backpack
  293. stealing_high_acceptable_count: 1
  294. stealing_low_acceptable_count: 2
  295. steal_past_mindlock: false
  296. stealing_buffs:
  297. npc_stealing_attempt_count: 0
  298. dont_steal_list:
  299. stealing_towns:
  300. - Crossing
  301. - Arthe Dale
  302. - Kaerna Village
  303. - Tiger Clan
  304. - Knife Clan
  305. - Dirge # Ya madmen
  306. # - Leth Deriel
  307. # - Shard
  308. # - Horse Clan
  309. # - Aesry
  310. hide_to_steal: true
  311. bin_stolen: false
  312. slow_bin_speed: false
  313.  
  314.  
  315. # Crafting settings
  316. crafting_container: backpack
  317. # list of items to only grab from crafting_container, aka - oil for forging
  318. crafting_items_in_container:
  319. forging_tools:
  320. - diagonal-peen hammer
  321. - tong
  322. - bellow
  323. - shovel
  324. knitting_tools:
  325. - knitting needle
  326. outfitting_tools:
  327. shaping_tools:
  328. - carving knife
  329. - shaper
  330. - drawknife
  331. - rasp
  332. alchemy_tools:
  333. - mortar
  334. - pestle
  335. - bowl
  336. - mixing stick
  337. - sieve
  338. carving_tools:
  339. - chisels
  340. - rifflers
  341. - rasp
  342. forging_belt:
  343. engineering_belt:
  344. outfitting_belt:
  345. alchemy_belt:
  346. mark_crafted_goods: false
  347. engineering_room:
  348. outfitting_room:
  349. alchemy_room:
  350. use_own_ingot_type:
  351. deed_own_ingot: false
  352. # spells that get woven in to various scripts, do not use cambrinth
  353. crafting_training_spells:
  354. # mindstate craft.lic will skip making an item at
  355. craft_max_mindstate: 31
  356. # amount of yarn to keep on hand for craft.lic, don't exceed 300
  357. yarn_quantity: 100
  358.  
  359.  
  360. # Workorder settings
  361. # https://elanthipedia.play.net/Lich_script_repository#workorders
  362. train_workorders:
  363. work_order_disciplines:
  364. workorder_diff: challenging
  365. carving_workorder_material_type: stone
  366. workorder_min_items: 2
  367. workorder_max_items: 3
  368. workorder_recipes:
  369. workorder_cash_on_hand:
  370.  
  371.  
  372.  
  373. # Lumber settings
  374. forests_to_chop:
  375. - neg_to_kaerna
  376. - cougars
  377. lumber_skip_populated: true
  378. lumber_buddy_chop_every_room: false
  379. lumber_buddy_tree_list:
  380. # common
  381. - Ash #shortbows
  382. - Bamboo # martial
  383. - Durian # martial
  384. - Mahogany # martial
  385. - Mangrove #martial, shortbows
  386. - Maple #longbows
  387. - Sandalwood #Composite
  388. # rare
  389. - Adder # Alterations
  390. - Aformosia # Alterations
  391. - Albarco # shortbow
  392. - Alerce # Alterations
  393. - Avodire # composite
  394. - Azurelle # longbows
  395. - Bloodwood # longbows, shortbows
  396. - Bocote # martial
  397. - Cherry # longbows
  398. - Copperwood # longbows
  399. - Crabwood # martial
  400. - Darkspine # martial
  401. - Diamondwood # martial
  402. - Dragonwood # alterations
  403. - E'erdream # ???
  404. - Felwood # martial, shortbows, composite
  405. - Finivire # all bows
  406. - Glitvire # ???
  407. - Gloomwood # ???
  408. - Goldwood # longbows, shortbows
  409. - Greenheart # martial
  410. - Hickory # martial, composite
  411. - Ilomba # Alterations
  412. - Iroko # Alterations
  413. - Ironwood #martial
  414. - Kapok # alterations
  415. - Lelori #Composite
  416. - Macawood #alterations
  417. - Mistwood # longbow, shortbow
  418. - Osage # longbows
  419. - Ramin # longbows
  420. - Redwood # alterations
  421. - Rockwood # martial
  422. - Rosewood # longbows
  423. - Shadowbark # ???
  424. - Silverwood # shortbows, composite bows
  425. - Smokewood # alterations
  426. - Tamarak # alterations
  427. - Tamboti # ???
  428. - Yew # Longbows
  429. lumber_implement: axe
  430. lumber_use_packet: true
  431. lumber_while_training: false
  432.  
  433.  
  434.  
  435.  
  436. # Mining settings
  437. # https://elanthipedia.play.net/Lich_script_repository#mining-buddy
  438. mines_to_mine:
  439. - wicked_burrow
  440. - stone_clan
  441. - waterfall
  442. mining_skip_populated: true
  443. mining_buddy_mine_every_room: false
  444. mining_buddy_vein_list:
  445. # common
  446. - Covellite
  447. - Lead
  448. - Silver
  449. # alchemy
  450. - Electrum
  451. - Kadepa
  452. - Muracite
  453. - Niello
  454. - Niniam
  455. - Orichalcum
  456. # forging
  457. - Aldamdin
  458. - Animite
  459. - Audrualm
  460. - Damite
  461. - Darkstone
  462. - Glaes
  463. - Haledroth
  464. - Haralun
  465. - Icesteel
  466. - Indurium
  467. - Kertig
  468. - Kiralan
  469. - Lumium
  470. - Platinum
  471. - Quelium
  472. - Silversteel
  473. - Telothian
  474. - Tyrium
  475. - Vardite
  476. - Yellow gold
  477. # engineering
  478. # common
  479. # - Obsidian
  480. # - Quartize
  481. # rare
  482. - Anjisis
  483. - Belzune
  484. - Blackwater jet
  485. - Diamondique
  486. - Felstone
  487. - Fulginode
  488. - Senci
  489. - Xenomite
  490. mining_ignored_stone_sizes:
  491. - pebble
  492. mining_implement: shovel
  493. mine_use_packet: true
  494. mine_while_training: false
  495.  
  496.  
  497.  
  498.  
  499. # Lockpicking settings
  500. # https://elanthipedia.play.net/Lich_script_repository#pick
  501. stop_pick_on_mindlock: true
  502. pick_blind: false
  503. use_lockpick_ring: true
  504. skip_lockpick_ring_refill: false
  505. lockpick_container: ring
  506. lockpick_type: ordinary
  507. harvest_traps: true
  508. component_container:
  509. picking_box_source: duffel bag
  510. # Keep this empty to drop too-hard boxes on the ground
  511. picking_box_storage:
  512. picking_pet_box_source:
  513. pet_boxes_on_hand: 69
  514. lockpick_dismantle:
  515. lockpick_buffs:
  516. lockpick_room_id:
  517. lockpick_ignore_difficulty: false
  518. lockpick_force_disarm_careful: false
  519.  
  520. # Bankbot Settings
  521. bankbot_name:
  522. bankbot_room_id:
  523. bankbot_deposit_threshold: 0
  524. bankbot_enabled: false
  525.  
  526. # Sell loot settings
  527. sell_loot_pouch: true
  528. sell_loot_bundle: true
  529. sell_loot_money_on_hand: 3 silver
  530. sell_loot_skip_bank: false
  531. sell_loot_skip_exchange: false
  532. sell_pouches_for_trading: false
  533. sale_pouches_container: backpack
  534.  
  535.  
  536.  
  537.  
  538. # Misc settings
  539. storage_containers:
  540. gear:
  541. gear_sets:
  542. empath_healing:
  543. saferoom_health_threshold: 0
  544.  
  545. # https://elanthipedia.play.net/Lich_script_repository#restock
  546. restock:
  547.  
  548. # Skip harnessing before infusing or not
  549. osrel_no_harness: false
  550. osrel_amount:
  551.  
  552. tie_gem_pouches: true
  553. spare_gem_pouch_container:
  554. gem_pouch_adjective:
  555.  
  556. trail_override:
  557. ignored_npcs:
  558.  
  559. favor_god: Hodierna
  560. # Offer primers on favor altars instead of doing the puzzle, allows more immortal choices
  561. use_favor_altars: false
  562. # What bead to carve in theurgy.lic
  563. immortal_aspect:
  564. favor_goal:
  565. theurgy_supply_container: backpack
  566. theurgy_supply_levels:
  567.  
  568. # For better-book.lic
  569. writing_instrument:
  570.  
  571. tithe: false
  572. tithe_almsbox:
  573.  
  574. cleaning_cloth: chamois cloth
  575.  
  576. listen_skills:
  577. - Large Edged
  578. - Twohanded Edged
  579. - Small Blunt
  580. - Light Thrown
  581. - Brawling
  582. - Offhand Weapon
  583. - Melee Mastery
  584. - Missile Mastery
  585. - Life Magic
  586. - Attunement
  587. - Arcana
  588. - Augmentation
  589. - Utility
  590. - Warding
  591. - Athletics
  592. - Perception
  593. - First Aid
  594. - Outdoorsmanship
  595. - Scholarship
  596. - Mechanical Lore
  597. - Appraisal
  598. - Performance
  599. - Tactics
  600. - Stealth
  601. - Bows
  602. - Evasion
  603. - Parry Ability
  604. - Small Edged
  605. - Defending
  606. - Light Armor
  607. - Chain Armor
  608. - Shield Usage
  609. - Targeted Magic
  610. - Debilitation
  611. - Brigandine
  612. - Plate Armor
  613. - Large Blunt
  614. - Twohanded Blunt
  615. - Slings
  616. - Crossbow
  617. - Staves
  618. - Polearms
  619. - Heavy Thrown
  620. - Locksmithing
  621. - Skinning
  622. - Forging
  623. - Engineering
  624. - Outfitting
  625. - Alchemy
  626.  
  627. # https://github.com/rpherbig/dr-scripts/wiki/Waggle-Sets
  628. waggle_sets:
  629.  
  630. health_threshold: 50
  631. depart_on_death: false
  632. depart_type: item
  633. afk_justice_threshold: 4
  634. quit_on_status_warning: false
  635. status_monitor_no_window: false
  636. status_monitor_respond: true
  637.  
  638. lichbot_buffs:
  639. lichbot_train_when_idle: false
  640. lichbot_compost: false
  641.  
  642. lockpick_buff_bot:
  643.  
  644. slack_username:
  645.  
  646. # HE script
  647. darkbox_junk:
  648. - sharkskin
  649. - root
  650. - rockweed
  651. - kelp
  652. - flowers
  653. - apple
  654. - strawberry
  655. - root
  656. - snake
  657. - cobra
  658. - coin
  659. - belt
  660. - powder
  661. - sundress
  662. - earcuff
  663. - armband
  664. - anklet
  665. - sash
  666. - ascot
  667. - shirt
  668. - cap
  669. - cape
  670. - ocarina
  671. - tooth
  672. - cloak
  673. - pants
  674. - headscarf
  675. - belt
  676. - boots
  677. - tobacco
  678. - trousers
  679. - moccasins
  680. - viper
  681. - armband
  682. - ring
  683. - peach
  684. - sandwich
  685. - plum
  686.  
  687. darkbox_stop_on_wounded: false
  688.  
  689. # HE script
  690. pumpkin_junk:
  691. - socks
  692. - seeds
  693. - muffin
  694. - pumpkins
  695. - shoe
  696. - line
  697. - ribbon
  698. - necklace
  699. - mask
  700. - net
  701. - cuff
  702. - earcuff
  703. - handker
  704. - nose-stud
  705. - pin
  706. - armband
  707. - wristlet
  708. - necklace
  709. - bracelet
  710. - charm
  711. - gold ring
  712. - garter
  713. - carving knife
  714. - skeletons
  715. - wormwood ring
  716. - earrings
  717. - steel ring
  718. - scarf
  719. - mug
  720. - bracer
  721. - copper button
  722. - torque
  723. - fuzzy bats
  724. - blown-glass pumpkin
  725. - plush maggot
  726. - bandana
  727. - gloves
  728. - zombies
  729. - jellybeans
  730. - doll
  731. - ghosts
  732. - silver wristcuff
  733. - cambrinth orb
  734. - platinum ring
  735. - cambrinth tart
  736. - bloodstained fabric
  737. - amulet
  738. - figurine
  739. - tankard
  740. - green bracelet
  741. - cambrinth peach
  742. - cambrinth turnip
  743. - pouch
  744.  
  745. # HE script
  746. grave_junk:
  747. - flat stone
  748. - scratched jawbone
  749. - bone ring
  750. - round stone
  751. - pin
  752. - shell
  753. - rib
  754. - finger
  755. - slug
  756. - tooth
  757. - hair
  758. - feather
  759. - spleen
  760. - shin bone
  761. - spectacles
  762. - linen
  763. - parchment
  764. - grub
  765. - tail
  766. - carapace
  767. - jawbone
  768. - ratskin
  769. - earring
  770. - ribbon
  771. - deobar
  772. - decayed skull
  773. - rock
  774. - hag
  775. - cockroach
  776. - hand-puppet
  777. - mirror
  778. - roll
  779. - earthworms
  780. - sweater
  781. - sash
  782. - gown
  783. - socks
  784. - veil
  785. - blouse
  786. - wedding
  787. - bone shards
  788. - sacrum
  789. - rune-carved stone
  790. - glowing fragment
  791. - gloves
  792. - intestines
  793. - spine
  794. - skull
  795. - arm
  796. - foreleg
  797. - wing
  798. - leg
  799. - bone
  800.  
  801. # override athletics autodetermination, see data/base-athletics.lic for a list of options.
  802. climbing_target:
  803. swimming_target:
  804. have_climbing_rope: false
  805. climbing_rope_adjective: climbing
  806.  
  807. # Astrology settings
  808. # https://elanthipedia.play.net/Lich_script_repository#astrology
  809. astrology_buffs:
  810. have_telescope: false
  811. have_divination_bones: false
  812. divination_bones_storage:
  813. container:
  814. tied:
  815. astral_plane_training:
  816. train_in_ap: false # Deprecated
  817. train_destination:
  818. train_source:
  819. predict_event: false # Deprecated
  820. astrology_use_full_pools: false
  821. astrology_pool_target: 1
  822. astrology_training:
  823. #- ways
  824. - observe
  825. - rtr
  826. - weather
  827. - attunement
  828. #- moons #Deprecated
  829. #- events
  830. astrology_prediction_skills:
  831. magic: magic
  832. lore: lore
  833. offense: offense
  834. defense: defense
  835. survival: survival
  836.  
  837. learned_column_count: 2
  838. sort_auto_head: true
  839.  
  840. # https://elanthipedia.play.net/Lich_script_repository#stack-scrolls
  841. scroll_stackers:
  842. - tome
  843. discard_scrolls:
  844. - Burden
  845. - Dispel
  846. - Ease Burden
  847. - Gauge Flow
  848. - Imbue
  849. - Lay Ward
  850. - Manifest Force
  851. - Seal Cambrinth
  852. - Strange Arrow
  853. custom_scrolls:
  854.  
  855. # https://elanthipedia.play.net/Lich_script_repository#theurgy
  856. theurgy_whitelist:
  857. # Tithe 5 silver at the local almsbox. Requres tithe: true
  858. - tithe
  859. # Study the wall in the Crossing temple.
  860. - study_wall
  861. # Meditate at the Crossing guild refectory
  862. - refectory
  863. # Carve a prayer bead.
  864. - carve_bead
  865. # Find and plant a sirese seed.
  866. - sirese_seed
  867. # Take a holy bath, you savage.
  868. - bathe
  869. # Pray on a prayer badge.
  870. - pray_badge
  871. # Medidate on a carved prayer bead. Marvel at the special effects.
  872. - meditate_bead
  873. # Dance in front of an altar.
  874. - dance
  875. # Wave incense at an altar
  876. - incense
  877. # Pour wine on an altar.
  878. - wine
  879. # Recite the same prayer as everyone else in front of an altar.
  880. - recite_prayer
  881. # Clean an altar with holy water.
  882. - clean_altar
  883. # Clean your anloral pin.
  884. - clean_anloral
  885. # Read a prayer parchment in a populated place.
  886. - embarass_myself
  887. theurgy_blacklist:
  888. # On second thought, let's not.
  889. - embarass_myself
  890. # theurgy_exp_threshold: 0 would run all possible things.
  891. theurgy_exp_threshold: 33
  892. theurgy_bead_carving_tool:
  893. theurgy_use_prayer_mat: false
  894. theurgy_prayer_mat_room:
  895. pray_to_chadatru: false
  896.  
  897. trade_contract_container: backpack
  898. dirt_stacker:
  899.  
  900. # override the npc healer to use
  901. force_healer_town:
  902. shard_thief_password:
  903. forge_container:
  904. spell_cycle:
  905.  
  906. restock_shop:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement