Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. ---
  2. # https://elanthipedia.play.net/Cleric#Circle_Requirements
  3. # 3 Magics: Arcana, Augmentation, Attunement
  4. # 3 Weapons (only 1 is needed to circle): Brawling, Heavy Thrown, Large Blunt
  5. # 1 Armor: Chain Armor (does not include Shield Usage)
  6. # 4 Survivals: Athletics, Perception, Evasion, Outdoorsmanship
  7. # 4 Lores (only 3 are needed to circle): Appraisal, Tactics, Scholarship, Mechanical Lore
  8.  
  9. # Eventually you will need to train 1 more Weapon to circle (for a total of 2)
  10.  
  11. # Eventually you will need to train 2 more Magics to circle (for a total of 5)
  12. # However, you will probably end up training them all since they each have very useful spells
  13. # The other Magic skills are: Targeted Magic, Warding, Debilitation, Utility
  14.  
  15. # Eventually you will need to train 1 more Lore to circle (for a total of 4)
  16.  
  17. # Hunting settings
  18. training_manager_hunting_priority: true
  19. training_manager_priority_skills:
  20. - Chain Armor
  21. - Shield Usage
  22. hunting_info:
  23. - :zone: rats
  24. stop_on:
  25. - Chain Armor
  26. - Shield Usage
  27. - Tactics
  28. safe_room: 851
  29. use_weak_attacks: true
  30. crossing_training_sorcery_room: 851
  31. repair_withdrawal_amount: 300
  32. repair_every: 5
  33. # Gear settings
  34. gear:
  35. # - :adjective: example
  36. # :name: gear
  37. # :is_leather: true
  38. # :hinders_lockpicking: false
  39. # :is_worn: true
  40. - :adjective: chain
  41. :name: shirt
  42. :is_leather: false
  43. :hinders_lockpicking: false
  44. :is_worn: true
  45. - :adjective: chain
  46. :name: greaves
  47. :is_leather: false
  48. :hinders_lockpicking: false
  49. :is_worn: true
  50. - :adjective: chain
  51. :name: balaclava
  52. :is_leather: false
  53. :hinders_lockpicking: true
  54. :is_worn: true
  55. - :adjective: chain
  56. :name: gloves
  57. :is_leather: false
  58. :hinders_lockpicking: true
  59. :is_worn: true
  60. - :adjective: target
  61. :name: shield
  62. :is_leather: false
  63. :hinders_lockpicking: true
  64. :is_worn: true
  65. - :adjective: parry
  66. :name: stick
  67. :is_leather: false
  68. :hinders_lockpicking: false
  69. :is_worn: true
  70. - :adjective: brass
  71. :name: knuckles
  72. :is_leather: false
  73. :hinders_lockpicking: true
  74. :is_worn: true
  75. - :adjective: elbow
  76. :name: spikes
  77. :is_leather: false
  78. :hinders_lockpicking: false
  79. :is_worn: true
  80. ## WEAPONS ##
  81. - :adjective: pine-handled
  82. :name: sledgehammer
  83. :is_leather: false
  84. :hinders_lockpicking: false
  85. :is_worn: false
  86. - :adjective: footman's
  87. :name: flail
  88. :is_leather: false
  89. :hinders_lockpicking: false
  90. :is_worn: false
  91. - :adjective: metal
  92. :name: cupcakes
  93. :is_leather: false
  94. :hinders_lockpicking: false
  95. :is_worn: false
  96. - :adjective: light
  97. :name: crossbow
  98. :is_leather: false
  99. :hinders_lockpicking: false
  100. :is_worn: false
  101. - :adjective: war
  102. :name: hammer
  103. :is_leather: false
  104. :hinders_lockpicking: false
  105. :is_worn: false
  106. - :adjective: stout
  107. :name: broadsword
  108. :is_leather: false
  109. :hinders_lockpicking: false
  110. :is_worn: false
  111. gear_sets:
  112. standard:
  113. - chain shirt
  114. - scale balaclava
  115. - chain gloves
  116. - target shield
  117. - parry stick
  118. - brass knuckles
  119. - elbow spikes
  120. - chain greaves
  121.  
  122. # Combat settings
  123. offensive_spell_cycle:
  124. - Burden
  125. - Strange Arrow
  126. offensive_spells:
  127. Burden:
  128. abbrev: Burden
  129. Strange Arrow:
  130. abbrev: stra
  131.  
  132. buff_spells:
  133. # Centering:
  134. # abbrev: Centering
  135. # recast: 1
  136. # mana: 1
  137. # cambrinth:
  138. # - 1
  139. Minor Physical Protection:
  140. abbrev: mpp
  141. recast: 1
  142. mana: 1
  143. cambrinth:
  144. - 1
  145. Ease Burden:
  146. abbrev: Ease
  147. recast: 1
  148. cambrinth:
  149. - 1
  150. Manifest Force:
  151. abbrev: MAF
  152. recast: 1
  153. cambrinth:
  154. - 1
  155. dance_skill: Twohanded Blunt
  156. training_abilities:
  157. Tactics: 30
  158. Hunt: 80
  159. Perc: 120
  160. Pray: 610
  161. Collect: 220
  162. weapon_training:
  163. Brawling: ''
  164. Large Edged: stout broadsword
  165. Heavy Thrown: war hammer
  166. Large Blunt: pine-handled sledgehammer
  167. Twohanded Blunt: footman's flail
  168. Small Blunt: metal cupcakes
  169. Light Thrown: metal cupcakes
  170. Crossbow: light crossbow
  171.  
  172. # Non-combat settings
  173. crossing_training:
  174. - Theurgy
  175. #- Augmentation
  176. #- Warding
  177. - Appraisal
  178. - Sorcery
  179. - Athletics
  180. - Perception
  181. - Attunement
  182. - Scholarship
  183. - Outdoorsmanship
  184. - Mechanical Lore
  185. training_spells:
  186. Augmentation:
  187. abbrev: Centering
  188. Warding:
  189. abbrev: mpp
  190. cambrinth: cambrinth ring
  191. cambrinth_cap: 5
  192. favor_goal: 30
  193. favor_god: Faenella
  194. water_holder: chalice
  195. flint_lighter: pine-handled sledgehammer
  196. theurgy_supply_container: backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement