Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. >;validate
  2. --- Lich: validate active.
  3. [dependency: *** ERROR PARSING YAML FILE ***]
  4. [dependency: (./scripts/profiles/Elas-setup.yaml): could not find expected ':' while scanning a simple key at line 143 column 1]
  5. Checking 49 different potential errors
  6. [validate: WARNING:< You have no weapons configured in weapon_training: this will likely cause problems. >]
  7. [validate: WARNING:< Full pouch container cannot be the same as the spare pouch container >]
  8. [validate: WARNING:< a 'standard' gear_set: entry is required for combat-trainer to function. >]
  9. [validate: ERROR:< Dance skill 'Small Edged' must be in weapon_training >]
  10. WARNINGS:3 ERRORS:1
  11. All done!
  12. --- Lich: validate has exited.
  13.  
  14.  
  15.  
  16.  
  17. YAML not a barb, Commoner, just using the barb template
  18.  
  19.  
  20. ---
  21. # https://elanthipedia.play.net/Barbarian#Circle_Requirements
  22. # 5 Weapons (only 4 are needed to circle): Brawling, Heavy Thrown, Polearms, Large Edged, Twohanded Edged
  23. # 2 Armors: Light Armor, Shield Usage
  24. # 4 Survivals: Athletics, Perception, Skinning, Stealth (Does not include Evasion)
  25. # 1 Lore: Appraisal
  26. # 1 Supernatural: Augmentation
  27.  
  28. # Eventually you will need to train 1 more Supernatural to circle (for a total of 2)
  29. # However, you will probably end up training them all since they each have very useful abilities
  30. # The other Supernatural skills are: Warding, Debilitation
  31.  
  32. # Hunting settings
  33. training_manager_hunting_priority: true
  34. training_manager_priority_skills:
  35. - slings
  36.  
  37. hunting_info:
  38. - :zone: rats
  39. stop_on:
  40. - Evasion
  41. - Parry Ability
  42. - Shield Usage
  43. - Defending
  44. - Tactics
  45.  
  46. # Gear settings
  47. gear:
  48. # - :adjective: example
  49. # :name: gear
  50. # :is_leather: true
  51. # :hinders_lockpicking: false
  52. # :is_worn: true
  53. - :adjective: stalking
  54. :name: leathers
  55. :is_leather: true
  56. :hinders_lockpicking: false
  57. :is_worn: true
  58. - :adjective: scale
  59. :name: balaclava
  60. :is_leather: true
  61. :hinders_lockpicking: true
  62. :is_worn: true
  63. - :adjective: leather
  64. :name: gloves
  65. :is_leather: true
  66. :hinders_lockpicking: true
  67. :is_worn: true
  68. - :adjective: target
  69. :name: shield
  70. :is_leather: false
  71. :hinders_lockpicking: true
  72. :is_worn: true
  73. - :adjective: calcified
  74. :name: femur
  75. :is_leather: false
  76. :hinders_lockpicking: false
  77. :is_worn: true
  78. - :adjective: fang
  79. :name: handwraps
  80. :is_leather: false
  81. :hinders_lockpicking: true
  82. :is_worn: true
  83. - :adjective: elbow
  84. :name: blades
  85. :is_leather: false
  86. :hinders_lockpicking: false
  87. :is_worn: true
  88. - :adjective:
  89. :name: nightstick
  90. :is_leather: false
  91. :hinders_lockpicking: false
  92. :is_worn: false
  93. - :adjective:
  94. :name: scimitar
  95. :is_leather: false
  96. :hinders_lockpicking: false
  97. :is_worn: false
  98. :swappable: true
  99. - :adjective:
  100. :name: club
  101. :is leather: false
  102. :hinders_lockpicking: false
  103. :is_worn: false
  104. - :adjective:
  105. :name: sling
  106. :is leather: true
  107. :hinders_lockpicking: false
  108. :is_worn: false
  109. - :adjective:
  110. :name: stonebow
  111. :is_leather: true
  112. :is_worn: false
  113. :hinders_lockpicking: false
  114. gear_sets:
  115. standard:
  116. - stalking leathers
  117. - scale balaclava
  118. - leather gloves
  119. - target shield
  120. - calcified femur
  121. - fang handwraps
  122. - elbow blades
  123.  
  124. # Combat settings
  125. dance_skill: Small Edged
  126. training_abilities:
  127. Stealth: 60
  128.  
  129. weapon_training:
  130. Brawling: ''
  131. Small Edged: scimitar
  132. Polearms: spear
  133. Small Blunt: club
  134. Staves: nightstick
  135. Slings: sling
  136. Crossbow: stonebow
  137.  
  138. use_stealth_attacks: true
  139.  
  140. skinning:
  141. skin: true
  142. arrange_all: false
  143. arrange_count: 1
  144. tie_bundle: true
  145.  
  146. # Non-combat settings
  147. crossing_training:
  148. - Appraisal
  149. - Athletics
  150. - Perception
  151. - Augmentation
  152. - Scholarship
  153. favor_goal: 10
  154. favor_god: Meraud
  155.  
  156. storage_containters:
  157. - haversack
  158. - thigh pouch
  159. loot_additions:
  160. - rock
  161. loot_subtractions:
  162. -bolts
  163. -bolt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement