mkhansen981017

Untitled

Jun 12th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. display:
  2. name: '&aArcher'
  3. lore:
  4. - '&2Choose the Archer Class'
  5. item: STONE_SWORD:2019 # Supports custom model data/texture by durability
  6.  
  7. # Must match an existing exp curve filename from the 'expcurves' folder
  8. exp-curve: levels
  9.  
  10. # Experience sources for main class experience.
  11. #main-exp-sources:
  12. #- 'from{source="mob-kills"}'
  13.  
  14. # The maximum level players can reach
  15. max-level: 81
  16.  
  17. exp-table: class_exp_table
  18.  
  19. skill-slots:
  20. 1:
  21. name: "&aSkill Slot I"
  22. formula: "<ACTIVE>"
  23. unlocked-by-default: true
  24. 2:
  25. name: "&aSkill Slot II"
  26. formula: "<ACTIVE>"
  27. unlocked-by-default: true
  28. 3:
  29. name: "&aSkill Slot III"
  30. formula: "<ACTIVE>"
  31. unlocked-by-default: true
  32. 4:
  33. name: "&aSkill Slot IV"
  34. formula: "<ACTIVE>"
  35. unlocked-by-default: true
  36. 5:
  37. name: "&aSkill Slot IV"
  38. formula: "<ACTIVE>"
  39. unlocked-by-default: true
  40. 6:
  41. name: "&aSkill Slot IV"
  42. formula: "<ACTIVE>"
  43. unlocked-by-default: true
  44.  
  45.  
  46. skills:
  47. QUICK_SHOT:
  48. level: 1
  49. max-level: 30
  50. unlocked-by-default: true
  51. needs-bound: true
  52. BACKSTEP:
  53. level: 1
  54. max-level: 30
  55. unlocked-by-default: true
  56. needs-bound: true
  57. HUNTERS_FOCUS:
  58. level: 1
  59. max-level: 30
  60. unlocked-by-default: true
  61. needs-bound: true
  62. WINDRAZOR:
  63. level: 1
  64. max-level: 30
  65. unlocked-by-default: true
  66. needs-bound: true
  67. DEADLY_JAVELIN:
  68. level: 1
  69. max-level: 30
  70. unlocked-by-default: true
  71. needs-bound: true
  72. DRAGON_PIERCER:
  73. level: 1
  74. max-level: 20
  75. unlocked-by-default: true
  76. needs-bound: true
  77. #In the class config
  78. skill-trees:
  79. - 'marksman'
  80. resource:
  81. mana:
  82. type: MAX
  83. value:
  84. base: 2.45
  85. per-level: 0.04
  86. max: 6.45
  87. off-combat: true
  88. stamina:
  89. type: MAX
  90. value:
  91. base: 8.45
  92. per-level: 0.04
  93. max: 6.45
  94. off-combat: true
  95. key-combos:
  96. '1':
  97. - SWAP_HANDS
  98. '2':
  99. - RIGHT_CLICK
  100. - LEFT_CLICK
  101. - RIGHT_CLICK
  102. '3':
  103. - RIGHT_CLICK
  104. - RIGHT_CLICK
  105. - RIGHT_CLICK
  106. '4':
  107. - RIGHT_CLICK
  108. - LEFT_CLICK
  109. - LEFT_CLICK
  110. '5':
  111. - RIGHT_CLICK
  112. - RIGHT_CLICK
  113. - LEFT_CLICK
  114. subclasses:
  115. gunner: 35
Add Comment
Please, Sign In to add comment