Advertisement
K2Rk1o

raunndorejji

Oct 26th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. ラウンドレッジ:
  2. name: 'ラウンドレッジ'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: 'スレッドエッジ'
  6. skill-req-lvl: 2
  7. needs-permission: 'False'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: '3'
  10. indicator: '2D'
  11. icon: 'Iron Ore'
  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: 10
  24. level-scale: 2
  25. cost-base: 5
  26. cost-scale: 1
  27. cooldown-base: 20
  28. cooldown-scale: 5
  29. mana-base: 10
  30. mana-scale: 5
  31. points-spent-req-base: 2
  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: 5
  46. range-scale: 0
  47. tolerance-base: 2
  48. tolerance-scale: 0
  49. group: 'Enemy'
  50. wall: 'False'
  51. children:
  52. Explosion-c:
  53. type: 'mechanic'
  54. data:
  55. icon-key: ''
  56. counts: 'True'
  57. power-base: 2
  58. power-scale: 0
  59. damage: 'False'
  60. fire: 'False'
  61. Damage-d:
  62. type: 'mechanic'
  63. data:
  64. icon-key: ''
  65. counts: 'True'
  66. type: 'Damage'
  67. value-base: 1
  68. value-scale: 1
  69. true: 'False'
  70. classifier: 'default'
  71. Particle-e:
  72. type: 'mechanic'
  73. data:
  74. icon-key: ''
  75. counts: 'True'
  76. particle: 'Drip Water'
  77. arrangement: 'Circle'
  78. radius-base: 4
  79. radius-scale: 0
  80. particles-base: 20
  81. particles-scale: 0
  82. direction: 'XZ'
  83. visible-radius: 25
  84. dx: 0
  85. dy: 0
  86. dz: 0
  87. speed: 1
  88. amount: 1
  89. forward: 0
  90. upward: 0
  91. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement