Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.15 KB | None | 0 0
  1. # Hunting settings
  2. training_manager_hunting_priority: true
  3. training_manager_priority_skills:
  4. - Brawling
  5. - Bow
  6. - Light Thrown
  7. - Tactics
  8. - Small Edged
  9. - Heavy Thrown
  10. - Large Blunt
  11. hunting_info:
  12. - :zone: hogs
  13.   stop_on:
  14.  - Brawling
  15.   - Bow
  16.   - Light Thrown
  17.   - Tactics
  18.   - Small Edged
  19.   - Heavy Thrown
  20.   - Large Blunt
  21.  
  22. # Gear settings
  23. gear:
  24. # - :adjective: example
  25. #   :name: gear
  26. #   :is_leather: true
  27. #   :hinders_lockpicking: false
  28. #   :is_worn: true
  29. - :adjective: quilted
  30.   :name: gambeson
  31.   :hinders_lockpicking: true
  32.   :is_worn: true
  33. - :adjective: scale
  34.   :name: helm
  35.   :hinders_lockpicking: true
  36.   :is_worn: true
  37. - :adjective: leather
  38.   :name: mask
  39.   :is_leather: true
  40.   :hinders_lockpicking: true
  41.   :is_worn: true
  42. - :adjective: chain
  43.   :name: gloves
  44.   :hinders_lockpicking: true
  45.   :is_worn: true
  46. - :adjective: target
  47.   :name: shield
  48.   :hinders_lockpicking: true
  49.   :is_worn: true
  50. - :adjective: parry
  51.   :name: stick
  52.   :hinders_lockpicking: false
  53.   :is_worn: true
  54. - :adjective: triple-weighted
  55.   :name: bola
  56.   :hinders_lockpicking: false
  57.   :is_worn: false
  58. - :adjective: yew
  59.   :name: longbow
  60.   :hinders_lockpicking: false
  61.   :is_worn: true
  62. - :adjective: throwing
  63.   :name: hammer
  64.   :hinders_lockpicking: false
  65.   :is_worn: false
  66. - :adjective:
  67.   :name: scimitar
  68.   :hinders_lockpicking: false
  69.   :is_worn: false
  70. gear_sets:
  71.   standard:
  72.  - quilted gambeson
  73.   - scale helm
  74.   - leather mask
  75.   - chain gloves
  76.   - target shield
  77.   - parry stick
  78.   - yew longbow
  79.  
  80. # Combat settings
  81. use_stealth_attacks: true
  82. #offensive_spells:
  83. #- skill: Targeted Magic
  84. #  name: Eagle's Cry
  85. #  abbrev: EC
  86. #  mana: 1
  87. buff_spells:
  88.   See the Wind:
  89.     abbrev: STW
  90.     recast: 1
  91.     mana: 1
  92.     cambrinth:
  93. training_abilities:
  94.   Tactics: 30
  95.   Stealth: 60
  96.   Hunt: 80
  97.   Perc: 120
  98. weapon_training:
  99.   Brawling: ''
  100.   Bow: yew longbow
  101.   Light Thrown: bola
  102.   Heavy Thrown: throwing hammer
  103.   Small Edged: scimitar
  104.   Large Blunt: throwing hammer
  105. priority_weapons:
  106.  - Bow
  107.   - Light Thrown
  108. dance_skill: Small Edged
  109. skinning:
  110.   skin: true
  111.   arrange_all: false
  112.   arrange_count: 0
  113.   tie_bundle: true
  114. restock:
  115.   arrow:
  116.     quantity: 50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement