Advertisement
Guest User

SKILL 1

a guest
Aug 19th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Skill 1:
  2. name: 'Skill 1'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: ''
  6. skill-req-lvl: 1
  7. needs-permission: 'False'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Jack O Lantern'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&2Type: &6{type}'
  16. - ''
  17. - '{req:level}Level: {attr:level}'
  18. - '{req:cost}Cost: {attr:cost}'
  19. - ''
  20. - '&2Mana: {attr:mana}'
  21. - '&2Cooldown: {attr:cooldown}'
  22. attributes:
  23. level-base: 1
  24. level-scale: 0
  25. cost-base: 1
  26. cost-scale: 0
  27. cooldown-base: 0
  28. cooldown-scale: 0
  29. mana-base: 0
  30. mana-scale: 0
  31. points-spent-req-base: 0
  32. points-spent-req-scale: 0
  33. incompatible:
  34. components:
  35. Cast-a:
  36. type: 'trigger'
  37. data:
  38. icon-key: ''
  39. children:
  40. Area-b:
  41. type: 'target'
  42. data:
  43. icon-key: ''
  44. radius-base: 3
  45. radius-scale: 0
  46. group: 'Ally'
  47. wall: 'False'
  48. caster: 'False'
  49. max-base: 10
  50. max-scale: 0
  51. random: 'False'
  52. children:
  53. Health-c:
  54. type: 'condition'
  55. data:
  56. icon-key: ''
  57. type: 'Health'
  58. min-value-base: 1
  59. min-value-scale: 0
  60. max-value-base: 4
  61. max-value-scale: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement