Guest User

classes

a guest
Jan 17th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. warrior:
  2. config:
  3. classtag: '[Warrior]'
  4. health: '+5'
  5. armor: iron,leather,chain,gold
  6. traits:
  7. SwordDamageIncreaseTrait:
  8. operation: +
  9. value: 4
  10. AxeDamageIncreaseTrait:
  11. operation: +
  12. value: 4
  13. BerserkerRageTrait:
  14. operation: +
  15. value: 2
  16. cooldown: 60
  17. SprintTrait:
  18. duration: 10
  19. value: 2
  20. cooldown: 10
  21. archer:
  22. config:
  23. classtag: '[Archer]'
  24. health: '+2'
  25. armor: leather,chain,gold
  26. traits:
  27. PoisonArrowTrait:
  28. duration: 10
  29. totalDamage: 5
  30. FireArrowTrait:
  31. duration: 10
  32. totalDamage: 5
  33. ArrowDamageIncreaseTrait:
  34. operation: +
  35. value: 4
  36. CobWebArrowTrait:
  37. range: 5
  38. time: 5
  39. cooldown: 10
  40. mage:
  41. config:
  42. classtag: '[Mage]'
  43. health: '0'
  44. armor: leather,gold
  45. traits:
  46. SprintTrait:
  47. duration: 10
  48. value: 2
  49. cooldown: 10
  50. paladin:
  51. config:
  52. classtag: '[Paladin]'
  53. health: '+4'
  54. armor: iron,leather,chain,diamond,gold
  55. traits:
  56. DamageReduceTrait:
  57. operation: +
  58. value: .05
  59. SwordDamageIncreaseTrait:
  60. operation: +
  61. value: 2
  62. MagicHealTrait:
  63. cost: 0
  64. value: 40
  65. blocks: 5
  66. cooldown: 300
  67. rogue:
  68. config:
  69. classtag: '[Rogue]'
  70. health: '+2'
  71. armor: leather,gold
  72. traits:
  73. SwordDamageIncreaseTrait:
  74. operation: +
  75. value: 2
  76. ArrowDamageIncreaseTrait:
  77. operation: +
  78. value: 2
  79. InvisibleTrait:
  80. cost: 0
  81. duration: 30
  82. BackstabTrait:
  83. blocks: 7
  84. cooldown: 30
  85. priest:
  86. config:
  87. classtag: '[Priest]'
  88. health: '0'
  89. armor: leather,gold
  90. traits:
  91. MagicHealTrait:
  92. cost: 0
  93. value: 10
  94. blocks: 5
  95. cooldown: 3
  96. SprintTrait:
  97. duration: 10
  98. value: 2
  99. cooldown: 10
  100. RegenerationTrait:
  101. operation: +
  102. value: 1
  103. HoeDamageIncreaseTrait:
  104. operation: +
  105. value: 6
  106. deathknight:
  107. config:
  108. classtag: '[Death Knight]'
  109. health: '+4'
  110. armor: iron,leather,chain,diamond,gold
  111. traits:
  112. DamageReduceTrait:
  113. operation: +
  114. value: .05
  115. SwordDamageIncreaseTrait:
  116. operation: +
  117. value: 2
Advertisement
Add Comment
Please, Sign In to add comment