Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ---
  2. # https://elanthipedia.play.net/Bard#Circle_Requirements
  3. # 4 Magics: Attunement, Arcana, Utility, Augmentation
  4. # 3 Weapons (only 2 are needed to circle): Brawling, Heavy Thrown, Large Blunt
  5. # 2 Armors (only 1 is needed to circle): Light Armor, Shield Usage
  6. # 4 Survivals: Perception, Outdoorsmanship, Athletics, Stealth
  7. # 3 Lores: Appraisal, Tactics, Scholarship (Does not include Performance or Bardic Lore)
  8.  
  9. # Eventually you will need to train 1 more Magic to circle (for a total of 5)
  10. # However, you will probably end up training them all since they each have very useful spells
  11. # The other Magic skills are: Warding, Targeted Magic, and Debilitation
  12.  
  13. # Hunting settings
  14. training_manager_hunting_priority: true
  15. training_manager_priority_skills:
  16. - Small Edged
  17. - Small Blunt
  18. - Light Armor
  19. - Targeted Magic
  20. hunting_info:
  21. - :zone: louts
  22. stop_on:
  23. - Small Edged
  24. - Small Blunt
  25. - Light Armor
  26. - Tactics
  27. - Targeted Magic
  28.  
  29. # Gear settings
  30. gear:
  31. # - :adjective: example
  32. # :name: gear
  33. # :is_leather: true
  34. # :hinders_lockpicking: false
  35. # :is_worn: true
  36. - :adjective: mail
  37. :name: gloves
  38. :is_leather: false
  39. :hinders_lockpicking: true
  40. :is_worn: true
  41. - :adjective: rawhide
  42. :name: workcoat
  43. :is_leather: true
  44. :hinders_lockpicking: false
  45. :is_worn: true
  46. - :adjective: ratskin
  47. :name: hood
  48. :is_leather: true
  49. :hinders_lockpicking: true
  50. :is_worn: true
  51. - :adjective: target
  52. :name: shield
  53. :is_leather: false
  54. :hinders_lockpicking: true
  55. :is_worn: true
  56. #- :adjective: parry
  57. # :name: stick
  58. # :is_leather: false
  59. # :hinders_lockpicking: false
  60. # :is_worn: true
  61. - :adjective: bone
  62. :name: greaves
  63. :is_leather: false
  64. :hinders_lockpicking: false
  65. :is_worn: true
  66. - :adjective: flanged
  67. :name: mace
  68. :is_leather: false
  69. - :adjective: gleaming
  70. :name: sword
  71. :is_leather: false
  72. gear_sets:
  73. standard:
  74. - mail gloves
  75. - patched rawhide workcoat
  76. - ratskin hood
  77. - target shield
  78. - bone greaves
  79.  
  80. # Combat settings
  81. offensive_spells:
  82. - name: Breath of Storms
  83. use_auto_mana: true
  84. buff_spells:
  85. Eillie's Cry:
  86. abbrev: ECRY
  87. recast: 1
  88. mana: 6
  89. Hodierna's Lilt:
  90. abbrev: HODI
  91. recast: -1
  92. mana: 5
  93. training_abilities:
  94. Tactics: 30
  95. Stealth: 60
  96. Hunt: 80
  97. Perc: 120
  98. Scream: 15
  99. weapon_training:
  100. Small Blunt: flanged mace
  101. Small Edged: gleaming silver sword
  102.  
  103. # Non-combat settings
  104. #crossing_training:
  105. #- Athletics
  106. #- Augmentation
  107. #- Attunement
  108. #- Utility
  109. #- Outdoorsmanship
  110. #- Perception
  111. #exp_timers:
  112. # Attunement: 130
  113. # Utility: 90
  114. #training_spells:
  115. # Utility:
  116. # abbrev: HODI
  117. # cyclic: true
  118. # Augmentation:
  119. # abbrev: ECRY
  120. #safe_room: 1132
  121. #cambrinth: cambrinth ring
  122. #cambrinth_cap: 5
  123. #favor_goal: 10
  124. #favor_god: Faenella
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement