Advertisement
nyaago50000

Untitled

Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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} &2は&6{skill}&2を発動した'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Lapis Block'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&b自身の移動速度を上げる'
  16. - ''
  17. - '{req:level}必要なレベル: {attr:level}'
  18. - '{req:cost}必要なSP: {attr:cost}'
  19. - ''
  20. - '&2必要な水分: {attr:mana}'
  21. - '&2クールタイム: {attr:cooldown}'
  22. attributes:
  23. level-base: 1
  24. level-scale: 0
  25. cost-base: 1
  26. cost-scale: 0
  27. cooldown-base: 60
  28. cooldown-scale: 0
  29. mana-base: 20
  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. Speed-b:
  42. type: 'mechanic'
  43. data:
  44. icon-key: ''
  45. counts: 'True'
  46. multiplier-base: 4
  47. multiplier-scale: 0
  48. duration-base: 20
  49. duration-scale: 0
  50. Area-c:
  51. type: 'target'
  52. data:
  53. icon-key: ''
  54. radius-base: 3
  55. radius-scale: 0
  56. group: 'Enemy'
  57. wall: 'False'
  58. caster: 'False'
  59. max-base: 99
  60. max-scale: 0
  61. children:
  62. Sound-d:
  63. type: 'mechanic'
  64. data:
  65. icon-key: ''
  66. counts: 'True'
  67. version: '1.9+'
  68. newsound: 'Ambient Cave'
  69. volume-base: 150
  70. volume-scale: 0
  71. pitch-base: 0
  72. pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement