Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 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. - Slings
  17.  
  18. hunting_info:
  19. - :zone: rats
  20. stop_on:
  21. - Evasion
  22. - Parry Ability
  23. - Shield Usage
  24. - Defending
  25. - Tactics
  26.  
  27. # Gear settings
  28. gear:
  29. # - :adjective: example
  30. # :name: gear
  31. # :is_leather: true
  32. # :hinders_lockpicking: false
  33. # :is_worn: true
  34. - :adjective: stalking
  35. :name: leathers
  36. :is_leather: true
  37. :hinders_lockpicking: false
  38. :is_worn: true
  39. - :adjective: scale
  40. :name: balaclava
  41. :is_leather: true
  42. :hinders_lockpicking: true
  43. :is_worn: true
  44. - :adjective: leather
  45. :name: gloves
  46. :is_leather: true
  47. :hinders_lockpicking: true
  48. :is_worn: true
  49. - :adjective: target
  50. :name: shield
  51. :is_leather: false
  52. :hinders_lockpicking: true
  53. :is_worn: true
  54. - :adjective: calcified
  55. :name: femur
  56. :is_leather: false
  57. :hinders_lockpicking: false
  58. :is_worn: true
  59. - :adjective: fang
  60. :name: handwraps
  61. :is_leather: false
  62. :hinders_lockpicking: true
  63. :is_worn: true
  64. - :adjective: elbow
  65. :name: blades
  66. :is_leather: false
  67. :hinders_lockpicking: false
  68. :is_worn: true
  69. - :adjective:
  70. :name: nightstick
  71. :is_leather: false
  72. :hinders_lockpicking: false
  73. :is_worn: false
  74. - :adjective:
  75. :name: scimitar
  76. :is_leather: false
  77. :hinders_lockpicking: false
  78. :is_worn: false
  79. :swappable: true
  80. - :adjective:
  81. :name: club
  82. :is leather: false
  83. :hinders_lockpicking: false
  84. :is_worn: false
  85. - :adjective:
  86. :name: sling
  87. :is leather: true
  88. :hinders_lockpicking: false
  89. :is_worn: false
  90. - :adjective:
  91. :name: stonebow
  92. :is_leather: true
  93. :is_worn: false
  94. :hinders_lockpicking: false
  95. gear_sets:
  96. standard:
  97. - stalking leathers
  98. - scale balaclava
  99. - leather gloves
  100. - target shield
  101. - calcified femur
  102. - fang handwraps
  103. - elbow blades
  104.  
  105. # Combat settings
  106. dance_skill: Small Edged
  107. training_abilities:
  108. Stealth: 60
  109.  
  110. weapon_training:
  111. Brawling: ''
  112. Small Edged: scimitar
  113. Polearms: spear
  114. Small Blunt: club
  115. Staves: nightstick
  116. Slings: sling
  117. Crossbow: stonebow
  118.  
  119. use_stealth_attacks: true
  120.  
  121. skinning:
  122. skin: true
  123. arrange_all: false
  124. arrange_count: 1
  125. tie_bundle: true
  126.  
  127. # Non-combat settings
  128. crossing_training:
  129. - Appraisal
  130. - Athletics
  131. - Perception
  132. - Augmentation
  133. - Scholarship
  134. favor_goal: 50
  135. favor_god: Meraud
  136.  
  137. storage_containters:
  138. - haversack
  139. - thigh pouch
  140. loot_additions:
  141. - rock
  142. loot_subtractions:
  143. - bolts
  144. - bolt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement