Advertisement
nyaago50000

Untitled

Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. 狼召喚:
  2. name: '狼召喚'
  3. type: 'Dynamic'
  4. max-level: 10
  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: 'Apple'
  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. attributes:
  22. level-base: 1
  23. level-scale: 5
  24. cost-base: 1
  25. cost-scale: 0
  26. cooldown-base: 120
  27. cooldown-scale: 0
  28. mana-base: 40
  29. mana-scale: 5
  30. points-spent-req-base: 0
  31. points-spent-req-scale: 0
  32. incompatible:
  33. - ''
  34. components:
  35. Cast-a:
  36. type: 'trigger'
  37. data:
  38. icon-key: ''
  39. children:
  40. Particle-b:
  41. type: 'mechanic'
  42. data:
  43. icon-key: ''
  44. counts: 'True'
  45. particle: 'Portal'
  46. arrangement: 'Circle'
  47. radius-base: 2
  48. radius-scale: 0
  49. particles-base: 100
  50. particles-scale: 0
  51. direction: 'XZ'
  52. visible-radius: 25
  53. dx: 0
  54. dy: 2
  55. dz: 0
  56. speed: 0
  57. amount: 1
  58. forward: 0
  59. upward: 0
  60. right: 0
  61. Sound-c:
  62. type: 'mechanic'
  63. data:
  64. icon-key: ''
  65. counts: 'True'
  66. version: '1.9+'
  67. newsound: 'Entity Wolf Hurt'
  68. volume-base: 200
  69. volume-scale: 0
  70. pitch-base: 1.5
  71. pitch-scale: 0
  72. Wolf-d:
  73. type: 'mechanic'
  74. data:
  75. icon-key: ''
  76. counts: 'True'
  77. color: 'Black'
  78. name: '{player}の犬'
  79. health-base: 10
  80. health-scale: 10
  81. damage-base: 10
  82. damage-scale: 10
  83. seconds-base: 60
  84. seconds-scale: 10
  85. amount-base: 1
  86. amount-scale: 0
  87. skills:
  88. - ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement