Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.12 KB | None | 0 0
  1. ---
  2. # https://elanthipedia.play.net/Warrior_Mage#Circle_Requirements
  3. # 3 Magics: Arcana, Targeted Magic, Attunement
  4. # 5 Weapons (only 3 are needed to circle): Brawling, Heavy Thrown, Polearms, Large Edged, Twohanded Edged
  5. # 2 Armors (only 1 is needed to circle): Chain Armor, Shield Usage
  6. # 4 Survivals: Athletics, Perception, Skinning, Outdoorsmanship
  7. # 3 Lores: Appraisal, Tactics, Scholarship
  8.  
  9. # Eventually you will need to train 2 more Magics 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: Augmentation, Warding, Debilitation, Utility
  12.  
  13. # Hunting settings
  14. training_manager_hunting_priority: true
  15. training_manager_priority_skills:
  16. - Brawling
  17. - Small Edged
  18. hunting_info:
  19.  - :zone: rats
  20.   stop_on:
  21.   - Brawling
  22.    - Small Edged
  23.  
  24. # Gear settings
  25. gear:
  26. # - :adjective: example
  27. #   :name: gear
  28. #   :is_leather: true
  29. #   :hinders_lockpicking: false
  30. #   :is_worn: true
  31. - :adjective: chain
  32.   :name: shirt
  33.   :is_leather: false
  34.   :hinders_lockpicking: false
  35.   :is_worn: true
  36. - :adjective: target
  37.   :name: shield
  38.   :is_leather: false
  39.   :hinders_lockpicking: true
  40.   :is_worn: true
  41. - :adjective: parry
  42.   :name: stick
  43.   :is_leather: false
  44.   :hinders_lockpicking: false
  45.   :is_worn: true
  46. - :adjective:
  47.   :name: sabre
  48.   :is_leather: false
  49.   :hinders_lockpicking: true
  50.   :is_worn: false
  51.   :wield: true
  52.  
  53. gear_sets:
  54.   standard:
  55.  - chain shirt
  56.  
  57. # Combat settings
  58. offensive_spells:
  59. - skill: Targeted Magic
  60.   name: Fire Shards
  61.   abbrev: fs
  62.   cast_only_to_train: true
  63.   mana: 1
  64.   cambrinth:
  65. dance_skill: Small Edged
  66. training_abilities:
  67.   Tactics: 30
  68.   Hunt: 80
  69.   Perc: 120
  70. weapon_training:
  71.   Brawling: ''
  72.   Small Edged: sabre
  73. priority_weapons:
  74.  - Brawling
  75.   - Small Edged
  76. skinning:
  77.   skin: true
  78.   arrange_all: false
  79.   arrange_count: 0
  80.   tie_bundle: true
  81.  
  82. # Non-combat settings
  83. crossing_training:
  84. - Summoning
  85. - Appraisal
  86. - Athletics
  87. - Perception
  88. - Attunement
  89. - Scholarship
  90. - Outdoorsmanship
  91. safe_room: 984
  92. cambrinth: cambrinth ring
  93. cambrinth_cap: 5
  94. favor_goal: 10
  95. favor_god: Meraud
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement