Advertisement
Dwarvenstarr

Untitled

Dec 24th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # CARAVAN SETTINGS
  2. # container holding caravan contracts for ;trade
  3. # https://elanthipedia.play.net/Lich_script_repository#trade
  4. trade_contract_container: pack
  5. # number of copper to carry on-hand while running ;trade
  6. caravan_coins_on_hand: 10000
  7. # Have you purchased a 750plat interior from the trade minister?
  8. caravan_interior: true
  9. # Store/retrieve caravans in the nearest stable rather than emptying the box/contracts and returning it
  10. trade_use_stable: false
  11. # skills and cooldowns to train in ;trade. See https://github.com/rpherbig/dr-scripts/wiki/Trader-Tutorials for valid skills and what they do
  12. caravan_training_skills:
  13. Augmentation: 5
  14. Warding: 5
  15. Utility: 5
  16. Performance: 120
  17. Appraisal: 60
  18. Attunement: 100
  19. Outdoorsmanship: 15
  20. #Locksmithing: 30
  21. Perception: 45
  22. First Aid: 120
  23. # Outfitting: 200
  24. # Engineering: 200
  25. # recipe overrides for shaping and outfitting (knitting only still). If defined, and above circle 35, this will be used to turn in completed goods for workorders. See wiki above.
  26. caravan_recipes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement