Advertisement
Guest User

Untitled

a guest
May 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. ---
  2. hunting_info:
  3. - :zone: rats
  4. args:
  5. - d2
  6. hunting Buddies:
  7. - Benceman
  8.  
  9. # Gear
  10. gear:
  11. - :name: leathers
  12. :adjective: darkened
  13. :is_leather: true
  14. :hinders_lockpicking: false
  15. :is_worn: true
  16. :swappable: false
  17. - :name: gloves
  18. :adjective: leather
  19. :is_leather: true
  20. :hinders_lockpicking: true
  21. :is_worn: true
  22. :swappable: false
  23. - :name: shield
  24. :adjective: target
  25. :is_leather: false
  26. :hinders_lockpicking: true
  27. :is_worn: true
  28. :swappable: false
  29. - :adjective: forester
  30. :name: bow
  31. :is_leather: false
  32. :hinders_lockpicking: false
  33. :is_worn: true
  34. - :name: broadsword
  35. :is_leather: false
  36. :wield: true
  37. :hinders_lockpicking: false
  38. :is_worn: false
  39. - :name: helm
  40. :adjective: leather
  41. :is_leather: true
  42. :hinders_lockpicking: false
  43. :is_worn: true
  44. - :name: scimitar
  45. :is_leather: false
  46. :wield: true
  47. :hinders_lockpicking: false
  48. :is_worn: false
  49.  
  50. gear_sets:
  51. standard:
  52. - darkened leathers
  53. - leather helm
  54. - leather gloves
  55. - forester bow
  56. - target shield
  57.  
  58. storage_containers:
  59. - scabbard
  60. - backpack
  61.  
  62. # Combat
  63. health_threshold: 40
  64. use_stealth_attacks: true
  65. dont_stalk: false
  66. priority_defense: Evasion
  67.  
  68. # Special one off trainers during combat.
  69. training_abilities:
  70. Tactics: 30
  71. Stealth: 30
  72. Hunt: 90
  73. Perc: 120
  74. App Quick: 90
  75.  
  76. skinning:
  77. skin: true
  78. arrange_all: false
  79. arrange_count: 0
  80. tie_bundle: true
  81.  
  82. # This controls what weapons are cycled through for training.
  83. weapon_training:
  84. Bow: forester bow
  85. Small Edged: steel scimitar
  86. Brawling: ''
  87. Broadsword: steel broadsword
  88.  
  89. dance_skill: Small Edged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement