Advertisement
K2Rk1o

バーチカル

Oct 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. バーチカル:
  2. name: 'バーチカル'
  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: 'Iron Shovel'
  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: 1
  25. cost-base: 1
  26. cost-scale: 1
  27. cooldown-base: 20
  28. cooldown-scale: 2
  29. mana-base: 5
  30. mana-scale: 1
  31. points-spent-req-base: 0
  32. points-spent-req-scale: 0
  33. incompatible:
  34. - ''
  35. components:
  36. Cast-a:
  37. type: 'trigger'
  38. data:
  39. icon-key: ''
  40. children:
  41. Single-b:
  42. type: 'target'
  43. data:
  44. icon-key: ''
  45. range-base: 3
  46. range-scale: 0
  47. tolerance-base: 4
  48. tolerance-scale: 0
  49. group: 'Enemy'
  50. wall: 'False'
  51. children:
  52. Damage-c:
  53. type: 'mechanic'
  54. data:
  55. icon-key: ''
  56. counts: 'True'
  57. type: 'Damage'
  58. value-base: 3
  59. value-scale: 1
  60. true: 'False'
  61. classifier: 'default'
  62. Self-d:
  63. type: 'target'
  64. data:
  65. icon-key: ''
  66. children:
  67. Particle-e:
  68. type: 'mechanic'
  69. data:
  70. icon-key: ''
  71. counts: 'True'
  72. particle: 'Angry Villager'
  73. arrangement: 'Circle'
  74. radius-base: 4
  75. radius-scale: 0
  76. particles-base: 20
  77. particles-scale: 0
  78. direction: 'XZ'
  79. visible-radius: 25
  80. dx: 0
  81. dy: 0
  82. dz: 0
  83. speed: 1
  84. amount: 1
  85. forward: 0
  86. upward: 0
  87. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement