Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. リニアー:
  2. name: 'リニアー'
  3. type: 'Dynamic'
  4. max-level: 1
  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: 'Wood Sword'
  12. icon-data: 0
  13. icon-lore:
  14. - '&4{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: 5
  28. cooldown-scale: 0
  29. mana-base: 1
  30. mana-scale: 0
  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: 'SINGLE'
  45. range-base: 2
  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: 'DAMAGE'
  56. counts: 'True'
  57. type: 'Damage'
  58. value-base: 12
  59. value-scale: 5
  60. true: 'False'
  61. classifier: 'default'
  62. Particle Effect-d:
  63. type: 'mechanic'
  64. data:
  65. icon-key: 'PARTICLE EFFECT'
  66. counts: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">真</font></font>'
  67. effect-key: 'default'
  68. duration-base: 3
  69. duration-scale: 0
  70. -shape: 'hexagon'
  71. -shape-dir: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">XY</font></font>'
  72. -shape-size: '2'
  73. -animation: 'one-circle'
  74. -anim-dir: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">XZ</font></font>'
  75. -anim-size: '3'
  76. -interval: 1
  77. -view-range: 5
  78. -particle-type: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">DAMAGE_INDICATOR</font></font>'
  79. -particle-amount: 5
  80. -particle-dx: 0
  81. -particle-dy: 0
  82. -particle-dz: 0
  83. -particle-speed: 2
  84. Sound-e:
  85. type: 'mechanic'
  86. data:
  87. icon-key: ''
  88. counts: 'True'
  89. version: '1.9+'
  90. newsound: 'Entity Firework Shoot'
  91. volume-base: 50
  92. volume-scale: 0
  93. pitch-base: 1
  94. pitch-scale: 0
  95. Self-f:
  96. type: 'target'
  97. data:
  98. icon-key: ''
  99. children:
  100. Push-g:
  101. type: 'mechanic'
  102. data:
  103. icon-key: 'PUSH'
  104. counts: 'True'
  105. type: 'Fixed'
  106. speed-base: 4
  107. speed-scale: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement