smattymatty

Archer Passive

Feb 23rd, 2017
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. Archer Passive:
  2. name: 'Archer Passive'
  3. type: 'Passive'
  4. max-level: 5
  5. skill-req-lvl: 1
  6. needs-permission: 'false'
  7. attributes:
  8. cost-base: '1'
  9. cooldown-scale: '0'
  10. cost-scale: '0'
  11. level-scale: '0'
  12. level-base: '1'
  13. mana-base: '0'
  14. mana-scale: '0'
  15. cooldown-base: '0'
  16. msg: '&6{player} &2has cast &6{skill}'
  17. icon: 'BOW'
  18. icon-data: 0
  19. icon-lore:
  20. - '&d{name} &7({level}/{max})'
  21. - '&2Type: &6{type}'
  22. - ''
  23. - '{req:level}Level: {attr:level}'
  24. - '{req:cost}Cost: {attr:cost}'
  25. - ''
  26. - 'Every 10 seconds, if you have less than 5 arrows, gain 5 "Free Arrows" in your inventory.'
  27. - ''
  28. - ''
  29. - ''
  30. - ''
  31. desc: []
  32. components:
  33. Initialize:
  34. type: 'trigger'
  35. data:
  36. icon-key: ''
  37. children:
  38. Passive-b:
  39. type: 'mechanic'
  40. data:
  41. counts: 'True'
  42. icon-key: ''
  43. seconds-scale: '0'
  44. seconds-base: '9'
  45. children:
  46. Inventory-c:
  47. type: 'condition'
  48. data:
  49. regex: 'False'
  50. material: 'Arrow'
  51. check-name: 'False'
  52. icon-key: ''
  53. amount-scale: '0'
  54. check-mat: 'True'
  55. amount-base: '5'
  56. check-data: 'False'
  57. check-lore: 'False'
  58. children:
  59. Flag-d:
  60. type: 'mechanic'
  61. data:
  62. counts: 'True'
  63. icon-key: ''
  64. key: 'HasArrows'
  65. seconds-scale: '0'
  66. seconds-base: '2'
  67. children: {}
  68. Delay-e:
  69. type: 'mechanic'
  70. data:
  71. counts: 'True'
  72. delay-base: '1'
  73. icon-key: ''
  74. delay-scale: '0'
  75. children:
  76. Flag-f:
  77. type: 'condition'
  78. data:
  79. icon-key: ''
  80. type: 'Not Set'
  81. key: 'HasArrows'
  82. children:
  83. Item-g:
  84. type: 'mechanic'
  85. data:
  86. amount: '5'
  87. material: 'Arrow'
  88. data: '0'
  89. lore:
  90. - 'Given for free by Archer Passive'
  91. counts: 'True'
  92. byte: '0'
  93. custom: 'True'
  94. name: 'Free Arrow'
  95. icon-key: ''
  96. children: {}
Add Comment
Please, Sign In to add comment