Advertisement
sbford313

Untitled

Aug 2nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. ---
  2. # https://elanthipedia.play.net/Thief#Circle_Requirements
  3.  
  4. # 1 Magic: Augmentation
  5. # 4 Weapons (only 2 are needed to circle): Brawling, Small Edged, Small Blunt, Light Thrown
  6. # 2 Armors (only 1 is needed to circle): Light Armor, Shield Usage
  7. # 8 Survivals: Stealth, Thievery, Athletics, Perception, Skinning, Evasion, Locksmithing, Backstab
  8. # 3 Lores: Appraisal, Tactics, Scholarship
  9.  
  10. # Eventually you will need to train 1 more Magic to circle (for a total of 2)
  11. # However, you will probably end up training them all since they each have very useful abilities
  12. # The other Magic skills are: Utility, Debilitation
  13.  
  14. # Hunting settings
  15. training_manager_hunting_priority: true
  16. training_manager_priority_skills:
  17. - Small Edged
  18. - Light Thrown
  19. - Skinning
  20. - Backstab
  21. - Tactics
  22. hunting_info:
  23. - :zone: rats
  24. stop_on:
  25. - Small Edged
  26. - Light Thrown
  27. - Skinning
  28. - Backstab
  29. - Tactics
  30.  
  31. # Gear settings
  32. gear:
  33. # - :adjective: example
  34. # :name: gear
  35. # :is_leather: true
  36. # :hinders_lockpicking: false
  37. # :is_worn: true
  38. - :adjective: rugged
  39. :name: leathers
  40. :is_leather: true
  41. :hinders_lockpicking: false
  42. :is_worn: true
  43. - :adjective: plate
  44. :name: mask
  45. :is_leather: false
  46. :hinders_lockpicking: true
  47. :is_worn: true
  48. - :adjective: ring
  49. :name: helm
  50. :is_leather: false
  51. :hinders_lockpicking: true
  52. :is_worn: true
  53. - :adjective: lamellar
  54. :name: gloves
  55. :is_leather: false
  56. :hinders_lockpicking: true
  57. :is_worn: true
  58. - :adjective: target
  59. :name: shield
  60. :is_leather: false
  61. :hinders_lockpicking: true
  62. :is_worn: true
  63. - :adjective: parry
  64. :name: stick
  65. :is_leather: false
  66. :hinders_lockpicking: false
  67. :is_worn: true
  68. - :adjective: brass
  69. :name: knuckles
  70. :is_leather: false
  71. :hinders_lockpicking: true
  72. :is_worn: true
  73. - :adjective: elbow
  74. :name: spikes
  75. :is_leather: false
  76. :hinders_lockpicking: false
  77. :is_worn: true
  78. - :adjective: triple-weighted
  79. :name: bola
  80. :is_leather: false
  81. :hinders_lockpicking: false
  82. :is_worn: false
  83. :swappable: true
  84. gear_sets:
  85. standard:
  86. - rugged leathers
  87. - ring helm
  88. - plate mask
  89. - lamellar gloves
  90. - target shield
  91. - parry stick
  92. - brass knuckles
  93. - elbow spikes
  94. stealing:
  95. - parry stick
  96. - brass knuckles
  97. - elbow spikes
  98.  
  99. # Combat settings
  100. backstab: Small Edged
  101. ambush: true
  102. training_abilities:
  103. Tactics: 30
  104. Stealth: 60
  105. weapon_training:
  106. Brawling: ''
  107. Small Edged: katar
  108. Small Blunt: triple-weighted bola
  109. Light Thrown: triple-weighted bola
  110. kneel_khri: true
  111. buff_nonspells:
  112. khri:
  113. - Focus
  114. skinning:
  115. skin: true
  116. arrange_all: false
  117. arrange_count: 0
  118. tie_bundle: true
  119.  
  120. # Non-combat settings
  121. exp_timers:
  122. Stealth: 300
  123. Locksmithing: 600
  124. Thievery: 600
  125. Augmentation: 60
  126. train_with_spells: false
  127. training_nonspells:
  128. Augmentation: Khri Focus
  129. crossing_training:
  130. - Thievery
  131. - Augmentation
  132. - Locksmithing
  133. - Perception
  134. - Appraisal
  135. - Athletics
  136. - Scholarship
  137. bin_stolen: true
  138. stealing_bag: rucksack
  139. stealing_bin: false
  140. hometown: Leth
  141. stealing_towns: Crossings
  142. hide_to_steal: true
  143. favor_goal: 10
  144. favor_god: Damaris
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement