Advertisement
penguin_GANA

Untitled

Dec 14th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. sworddasyu:
  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: 'Jack O Lantern'
  12. icon-data: 0
  13. icon-lore:
  14. - '&7&l---[&c&l|&bソードダッシュ &d&l{level}/{max}'
  15. - '{req:level}&e&l解放可能レベル: &e&l{attr:level}'
  16. - '{req:cost}&e&l強化消費SP: &e&l{attr:cost}'
  17. - '&7&l---[&c&l|&d&lSKILLINFO'
  18. - '&b&l消費Mana: {attr:mana}'
  19. - '&6&lクールダウン: {attr:cooldown}'
  20. - '&c&l前方に高速でダッシュする'
  21. - '&c&l敵に当たるとダメージを与える'
  22. - '&c&lATK:25'
  23. attributes:
  24. level-base: 5
  25. level-scale: 0
  26. cost-base: 1
  27. cost-scale: 0
  28. cooldown-base: 10
  29. cooldown-scale: -2
  30. mana-base: 5
  31. mana-scale: 0
  32. points-spent-req-base: 0
  33. points-spent-req-scale: 0
  34. incompatible:
  35. - ''
  36. components:
  37. Cast-a:
  38. type: 'trigger'
  39. data:
  40. icon-key: ''
  41. children:
  42. Self-b:
  43. type: 'target'
  44. data:
  45. icon-key: ''
  46. children:
  47. Repeat-c:
  48. type: 'mechanic'
  49. data:
  50. icon-key: ''
  51. counts: 'True'
  52. repetitions-base: 5
  53. repetitions-scale: 0
  54. period: 0
  55. delay: 0
  56. stop-on-fail: 'False'
  57. children:
  58. Launch-d:
  59. type: 'mechanic'
  60. data:
  61. icon-key: ''
  62. counts: 'True'
  63. relative: 'Target'
  64. forward-base: 1
  65. forward-scale: 0
  66. upward-base: 0.05
  67. upward-scale: 0
  68. right-base: 0
  69. right-scale: 0
  70. Area-e:
  71. type: 'target'
  72. data:
  73. icon-key: ''
  74. radius-base: 5
  75. radius-scale: 0
  76. group: 'Enemy'
  77. wall: 'False'
  78. caster: 'False'
  79. max-base: 50
  80. max-scale: 0
  81. random: 'False'
  82. children:
  83. Damage-f:
  84. type: 'mechanic'
  85. data:
  86. icon-key: ''
  87. counts: 'True'
  88. type: 'Damage'
  89. value-base: 25
  90. value-scale: 0
  91. true: 'False'
  92. classifier: 'default'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement