Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. ---
  2. # https://elanthipedia.play.net/Paladin#Circle_Requirements
  3. # 3 Magics: Arcana, Augmentation, Attunement
  4. # 4 Weapons (only 2 are needed to circle): Brawling, Heavy Thrown, Polearms, Twohanded Edged
  5. # 2 Armors: Plate Armor, Shield Usage
  6. # 4 Survivals: Athletics, Perception, Skinning, Outdoorsmanship (Does not include Evasion)
  7. # 3 Lores: Appraisal, Tactics, Scholarship
  8.  
  9. # You do not need to train any more Magic skills to circle
  10. # However, you will probably end up training them all since they each have very useful spells
  11. # The other Magic skills are: Targeted Magic, Warding, Debilitation, Utility
  12.  
  13. # Hunting settings
  14. training_manager_hunting_priority: true
  15. training_manager_priority_skills:
  16. - Brawling
  17. - Large Edged
  18. - Small Edged
  19. - Small Blunt
  20. hunting_info:
  21. - :zone: rats
  22. stop_on:
  23. - Brawling
  24. - Large Edged
  25. - Small Edged
  26. - Small Blunt
  27.  
  28. # Gear settings
  29. gear:
  30. # - :adjective: example
  31. # :name: gear
  32. # :is_leather: true
  33. # :hinders_lockpicking: false
  34. # :is_worn: true
  35. - :adjective: half
  36. :name: plate
  37. :is_leather: false
  38. :hinders_lockpicking: true
  39. :is_worn: true
  40. - :adjective: metal
  41. :name: armet
  42. :is_leather: false
  43. :hinders_lockpicking: false
  44. :is_worn: true
  45. - :adjective: tower
  46. :name: shield
  47. :is_leather: false
  48. :hinders_lockpicking: true
  49. :is_worn: true
  50. - :adjective: chain
  51. :name: greaves
  52. :is_leather: false
  53. :hinders_lockpicking: false
  54. :is_worn: true
  55. - :adjective: chain
  56. :name: gloves
  57. :is_leather: false
  58. :hinders_lockpicking: true
  59. :is_worn: true
  60. gear_sets:
  61. standard:
  62. - half plate
  63. - metal armet
  64. - tower shield
  65. - chain greaves
  66. - chain gloves
  67. - mace
  68. - broadsword
  69. - cutlass
  70.  
  71. # Combat settings
  72. buff_spells:
  73. Courage:
  74. abbrev: Courage
  75. recast: 1
  76. mana: 1
  77. Heroic Strength:
  78. abbrev: HES
  79. recast: 1
  80. mana: 1
  81. Aspirant's Aegis:
  82. abbrev: AA
  83. recast: 1
  84. mana: 1
  85. dance_skill: Small Edged
  86. training_abilities: Smite: 65
  87. Tactics: 30
  88. Hunt: 80
  89. Perc: 120
  90. weapon_training:
  91. Brawling: ''
  92. Large Edged: broadsword
  93. Small Edged: cutlass
  94. Small Blunt: mace
  95. priority_weapons:
  96. - Small Edged
  97. - Large Edged
  98. skinning:
  99. skin: true
  100. arrange_all: false
  101. arrange_count: 0
  102. tie_bundle: true
  103.  
  104. # Non-combat settings
  105. exp_timers:
  106. Attunement: 130
  107. crossing_training:
  108. - Appraisal
  109. - Athletics
  110. - Perception
  111. - Augmentation
  112. - Attunement
  113. - Outdoorsmanship
  114. - Scholarship
  115. training_spells:
  116. Augmentation:
  117. abbrev: HES
  118. abbrev: Courage
  119. Warding:
  120. abbrev: AA
  121. safe_room: 984
  122. cambrinth:
  123. cambrinth_cap: 5
  124. tithe: false
  125. favor_goal: 10
  126. favor_god: Chadatru
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement