Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 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. priority_skills_lower_limit: 5
  20. training_manager_priority_skills:
  21. - Large Edged
  22. - Bow
  23. hunting_info:
  24. - :zone: dire_bears
  25. :duration: 60
  26. stop_on:
  27. - Large Edged
  28. - Bow
  29. # after:
  30. # - go2 8286
  31. # - putboxvault haversack
  32. # Gear settings
  33. gear:
  34. - :adjective:
  35. :name: gloves
  36. :is_leather: true
  37. :hinders_lockpicking: true
  38. :is_worn: true
  39. - :adjective: ring
  40. :name: hauberk
  41. :is_leather: false
  42. :hinders_lockpicking: false
  43. :is_worn: true
  44. - :adjective: scale
  45. :name: helm
  46. :is_leather: false
  47. :hinders_lockpicking: true
  48. :is_worn: true
  49. - :adjective: plate
  50. :name: mask
  51. :is_leather: false
  52. :hinders_lockpicking: true
  53. :is_worn: true
  54. - :adjective: round
  55. :name: sipar
  56. :is_leather: false
  57. :hinders_lockpicking: true
  58. :is_worn: true
  59. - :adjective:
  60. :name: broadsword
  61. :is_leather: false
  62. :hinders_lockpicking: false
  63. :is_worn: false
  64. :wield: false
  65. :swappable: false
  66. - :adjective: half-handled
  67. :name: riste
  68. :is_leather: false
  69. :hinders_lockpicking: false
  70. :is_worn: false
  71. :wield: false
  72. :swappable: true
  73. - :adjective: Nisha
  74. :name: Shortbow
  75. :is_leather: true
  76. :hinders_lockpicking: false
  77. :is_worn: false
  78. :wield: false
  79. :swappable: false
  80. gear_sets:
  81. standard:
  82. - ring hauberk
  83. - scale helm
  84. - plate mask
  85. - gloves
  86. - round sipar
  87. # Combat settings
  88. offensive_spells:
  89. - name: Fists of Faenella
  90. cambrinth:
  91. - 5
  92. # cast_only_to_train: true
  93. #- name: Soul Sickness
  94. # cambrinth:
  95. # - 4
  96. # harmless: true
  97.  
  98. buff_spells:
  99. Minor Physical Protection:
  100. mana: 21
  101. cambrinth:
  102. - 4
  103. recast_every: 800
  104. Major Physical Protection:
  105. mana: 20
  106. recast_every: 800
  107. cambrinth:
  108. - 4
  109. Centering:
  110. mana: 29
  111. cambrinth:
  112. - 4
  113. recast_every: 800
  114. Divine Radiance:
  115. mana: 7
  116. cambrinth:
  117. - 4
  118. recast_every: 600
  119. Bless:
  120. mana: 30
  121. cambrinth:
  122. - 4
  123. recast_every: 600
  124.  
  125. empty_hunting_room_messages:
  126. - Roses are red, violets are blue, Sevinfold is here to hunt...but not with you!
  127. - There was an old man from Nantucket who thought the room was empty and just said...this'll do!
  128. - Prepare for an exhibition of holy awesomeness!!
  129. - Wow! You either a really good hider person or the room is empty!
  130. - Anyone already hunting here?
  131. dance_skill: Large Edged
  132. retreat_threshold: 10
  133. combat_trainer_target_increment: 20
  134. training_abilities:
  135. Tactics: 30
  136. Hunt: 80
  137. Perc: 120
  138. Pray: 610
  139. Stealth: 60
  140. App Quick: 60
  141. weapon_training:
  142. Large Edged: broadsword
  143. Bow: Nisha shortbow
  144. Small Edged: half-handled riste
  145. Small Blunt: half-handled riste
  146. #Twohanded Blunt: half-handled riste
  147. # Non-combat settings
  148. crossing_training:
  149. - Theurgy
  150. - First Aid
  151. - Athletics
  152. - Attunement
  153. - Outdoorsmanship
  154. - Mechanical Lore
  155. - Augmentation
  156. - Warding
  157. - Utility
  158. training_spells:
  159. Augmentation:
  160. abbrev: MAPP
  161. Warding:
  162. abbrev: MPP
  163. Utility:
  164. abbrev: bless
  165. before:
  166. - message: get broadsword
  167. matches: You are
  168. cast: cast broadsword
  169. after:
  170. - message: stow broadsword
  171. matches: You put
  172. safe_room: 793
  173. skinning:
  174. skin: true
  175. arrange_all: false
  176. arrange_count: 0
  177. tie_bundle: true
  178. cambrinth: eyeball
  179. cambrinth_cap: 24
  180.  
  181. repair_every: 3
  182. repair_withdrawal_amount: 10000
  183. skip_repair: false
  184.  
  185. textbook: true
  186. textbook_type: textbook
  187.  
  188. ###############
  189. ### THEURGY ###
  190. ###############
  191. tithe: true
  192. theurgy_supply_container: backpack
  193. water_holder: bottle
  194. flint_lighter: riste
  195. favor_goal: 16
  196. favor_god: Truffenyi
  197.  
  198.  
  199.  
  200. lockpick_dismantle: pray
  201.  
  202. lockpick_container: bag
  203. lockpick_type: ordinary
  204. picking_pet_box_source: bag
  205. stop_pick_on_mindlock: false
  206. use_lockpick_ring: true
  207. skip_lockpick_ring_refill: false
  208. harvest_traps: false
  209. picking_box_source: haversack
  210. picking_box_storage: backpack
  211. pick_blind: false
  212.  
  213.  
  214.  
  215. listen: true
  216. spare_gem_pouch_container: backpack
  217. gem_pouch_adjective: gem
  218. sell_loot_pouch: true
  219.  
  220. sell_loot_bundle: true
  221.  
  222. hometown: Crossing
  223.  
  224. lootables:
  225. - nugget
  226. - bolt
  227. - arrow
  228. - coin
  229. - map
  230. - scroll
  231. - bark
  232. - parchment
  233. - tablet
  234. - tsavorite
  235. - zircon
  236. - quartz
  237. - chalcedony
  238. - diopside
  239. - coral
  240. - moonstone
  241. - onyx
  242. - topaz
  243. - amber
  244. - pearl
  245. - chryso
  246. - lazuli
  247. - turquoise
  248. - bloodstone
  249. - hematite
  250. - morganite
  251. - sapphire
  252. - agate
  253. - carnelian
  254. - diamond
  255. - crystal
  256. - emerald
  257. - ruby
  258. - tourmaline
  259. - tanzanite
  260. - jade
  261. - ivory
  262. - sunstone
  263. - iolite
  264. - beryl
  265. - garnet
  266. - alexandrite
  267. - amethyst
  268. - citrine
  269. - aquamarine
  270. - star-stone
  271. - crystal
  272. - kunzite
  273. - stones
  274. - spinel
  275. - opal
  276. - peridot
  277. - andalusite
  278. - coffer
  279. - strongbox
  280. - chest
  281. - caddy
  282. - trunk
  283. - casket
  284. - skippet
  285. - crate
  286. - box
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement