Advertisement
brashton

Untitled

Oct 16th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. ---
  2. # https://elanthipedia.play.net/Barbarian#Circle_Requirements
  3. # 5 Weapons (only 4 are needed to circle): Brawling, Heavy Thrown, Polearms, Large Edged, Twohanded Edged
  4. # 2 Armors: Light Armor, Shield Usage
  5. # 4 Survivals: Athletics, Perception, Skinning, Stealth (Does not include Evasion)
  6. # 1 Lore: Appraisal
  7. # 1 Supernatural: Augmentation
  8.  
  9. # Eventually you will need to train 1 more Supernatural to circle (for a total of 2)
  10. # However, you will probably end up training them all since they each have very useful abilities
  11. # The other Supernatural skills are: Warding, Debilitation
  12.  
  13. # Hunting settings
  14. training_manager_hunting_priority: true
  15. training_manager_priority_skills:
  16. - Brawling
  17. - Heavy Thrown
  18. - Polearms
  19. - Large Edged
  20. - Twohanded Edged
  21. hunting_info:
  22. - :zone: rats
  23. stop_on:
  24. - Brawling
  25. - Heavy Thrown
  26. - Polearms
  27. - Large Edged
  28. - Twohanded Edged
  29.  
  30. # Gear settings
  31. gear:
  32. # - :adjective: example
  33. # :name: gear
  34. # :is_leather: true
  35. # :hinders_lockpicking: false
  36. # :is_worn: true
  37. - :adjective: rugged
  38. :name: leathers
  39. :is_leather: true
  40. :hinders_lockpicking: false
  41. :is_worn: true
  42. - :adjective: rugged
  43. :name: cowl
  44. :is_leather: true
  45. :hinders_lockpicking: true
  46. :is_worn: true
  47. - :adjective: rugged
  48. :name: gloves
  49. :is_leather: true
  50. :hinders_lockpicking: true
  51. :is_worn: true
  52. - :adjective: target
  53. :name: shield
  54. :is_leather: false
  55. :hinders_lockpicking: true
  56. :is_worn: true
  57. - :adjective: parry
  58. :name: stick
  59. :is_leather: false
  60. :hinders_lockpicking: false
  61. :is_worn: true
  62. - :adjective: brass
  63. :name: knuckles
  64. :is_leather: false
  65. :hinders_lockpicking: true
  66. :is_worn: true
  67. - :adjective: elbow
  68. :name: spikes
  69. :is_leather: false
  70. :hinders_lockpicking: false
  71. :is_worn: true
  72. - :adjective:
  73. :name: spear
  74. :is_leather: false
  75. :hinders_lockpicking: false
  76. :is_worn: false
  77. - :adjective: bastard
  78. :name: sword
  79. :is_leather: false
  80. :hinders_lockpicking: false
  81. :is_worn: false
  82. :swappable: true
  83. gear_sets:
  84. standard:
  85. - rugged leathers
  86. - rugged cowl
  87. - rugged gloves
  88. - target shield
  89. - parry stick
  90. - brass knuckles
  91. - elbow spikes
  92.  
  93. # Combat settings
  94. buff_nonspells:
  95. berserk avalanche: 60
  96. dance_skill: Large Edged
  97. training_abilities:
  98. Charged Maneuver: 30
  99. Stealth: 60
  100. weapon_training:
  101. Brawling: ''
  102. Heavy Thrown: spear
  103. Polearms: spear
  104. Large Edged: bastard sword
  105. Twohanded Edged: bastard sword
  106. priority_weapons:
  107. - Large Edged
  108. - Polearms
  109. - Heavy Thrown
  110. use_stealth_attacks: true
  111. skinning:
  112. skin: true
  113. arrange_all: false
  114. arrange_count: 0
  115. tie_bundle: true
  116.  
  117. # Non-combat settings
  118. exp_timers:
  119. Augmentation: 60
  120. listen: true
  121. train_with_spells: false
  122. training_nonspells:
  123. Augmentation: berserk avalanche
  124. crossing_training:
  125. - Appraisal
  126. - Athletics
  127. - Perception
  128. - Augmentation
  129. - Scholarship
  130. favor_goal: 10
  131. favor_god: Meraud
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement