Guest User

config

a guest
Sep 1st, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Kajit:
  2. config:
  3. racetag: '[Kajit]'
  4. raceMaxHealth: 20
  5. armor: iron,diamond,chain,gold,leather
  6. traits:
  7. SprintTrait:
  8. duration: 10
  9. value: 3
  10. DamageIncreaseTrait:
  11. operation: '*'
  12. value: 1.2
  13. Orc:
  14. config:
  15. racetag: '[Orc]'
  16. raceMaxHealth: 25
  17. armor: iron,diamond,chain,gold,leather
  18. traits:
  19. FallResistanceTrait:
  20. operation: '*'
  21. value: 1.5
  22. ExplosiveArrowTrait:
  23. operation: '*'
  24. value: 1.2
  25. BerserkRageTrait:
  26. operation: '*'
  27. value: 2
  28. Elf:
  29. config:
  30. racetag: '[Elf]'
  31. raceMaxHealth: 15
  32. armor: iron,diamond,chain,gold,leather
  33. traits:
  34. LastStandTrait:
  35. value: 25
  36. ArrowDamageIncreaseTrait:
  37. operation: '*'
  38. value: 1.2
  39. FireArrowTrait
  40. duration: 3
  41. totalDamage: 2
  42. DarkElf:
  43. config:
  44. racetag: '[DarkElf]'
  45. raceMaxHealth: 20
  46. armor: iron,diamond,chain,gold,leather
  47. traits:
  48. PoisonArrowTrait:
  49. duration: 10
  50. totalDamage: 3
  51. ArrowDamageIncreaseTrait:
  52. operation: '*'
  53. value: 1.25
  54. Undead:
  55. config:
  56. racetag: '[Undead]'
  57. raceMaxHealth: 30
  58. armor: iron,diamond,chain,gold,leather
  59. traits:
  60. DamageReduceTrait:
  61. operation: '*'
  62. value: 1.25
  63. DamageIncreaseTrait:
  64. operation: '*'
  65. value: 1.3
  66. FireResistanceTrait
  67. operation: '-'
  68. value: .75
  69. Ender:
  70. config:
  71. racetag: '[Ender]'
  72. raceMaxHealth: 18
  73. armor: iron,diamond,chain,gold,leather
  74. traits:
  75. SprintTrait:
  76. duration: 30
  77. value: 5
  78. TeleportArrowTrait:
  79. Draconian:
  80. config:
  81. racetag: '[Draconian]'
  82. raceMaxHealth: 35
  83. armor: iron,diamond,chain,gold,leather
  84. traits:
  85. FallResistanceTrait:
  86. operation: '*'
  87. value: .5
  88. FireResistanceTrait:
  89. operation: '*'
  90. value: .5
  91. DamageReduceTrait:
  92. operation: '*'
  93. value: 1.25
  94. DamageIncreaseTrait:
  95. operation: '*'
  96. value: .85
  97. Dwarf:
  98. config:
  99. racetag: '[Dwarf]'
  100. raceMaxHealth: 20
  101. armor: iron,diamond,chain,gold,leather
  102. traits:
  103. AxeDamageIncreaseTrait:
  104. operation: '*'
  105. value: 1.5
  106. DwarfSkinTrait:
  107. operation: '*'
  108. value: .85
  109. TrollbloodTrait
  110. duration: 10
  111. Human:
  112. config:
  113. racetag: '[Human]'
  114. raceMaxHealth: 20
  115. armor: iron,diamond,chain,gold,leather
  116. traits:
  117. SprintTrait:
  118. duration: 5
  119. value: 1
  120. SwordDamageIncreaseTrait:
  121. operation: '*'
  122. value: 1.3
  123. HealOthersTrait
  124. value: .8
Advertisement
Add Comment
Please, Sign In to add comment