Advertisement
0123Atsuse

Heal

Dec 5th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Heal:
  2. name: 'Heal'
  3. type: '&6自己回復スキル'
  4. max-level: 3
  5. skill-req: ''
  6. skill-req-lvl: 1
  7. needs-permission: 'False'
  8. msg: ''
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Sapling'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&6タイプ: &6{type}'
  16. - ''
  17. - '{req:level}&6レベル: {attr:level}'
  18. - '{req:cost}&cコスト&6: {attr:cost}'
  19. - '&d自身の体力をSkillLv*10%回復する'
  20. - ''
  21. - '&9マナ: {attr:mana}'
  22. - '&cクールダウン: {attr:cooldown}'
  23. attributes:
  24. level-base: 10
  25. level-scale: 0
  26. cost-base: 2
  27. cost-scale: 2
  28. cooldown-base: 30
  29. cooldown-scale: 0
  30. mana-base: 15
  31. mana-scale: 5
  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. Heal-c:
  48. type: 'mechanic'
  49. data:
  50. icon-key: ''
  51. counts: 'True'
  52. type: 'Percent'
  53. value-base: 10
  54. value-scale: 10
  55. Particle-d:
  56. type: 'mechanic'
  57. data:
  58. icon-key: ''
  59. counts: 'True'
  60. particle: 'Happy Villager'
  61. arrangement: 'Circle'
  62. radius-base: 2
  63. radius-scale: 0
  64. particles-base: 10
  65. particles-scale: 0
  66. direction: 'XZ'
  67. visible-radius: 25
  68. dx: 0
  69. dy: 0
  70. dz: 0
  71. speed: 1
  72. amount: 1
  73. forward: 0
  74. upward: 0
  75. right: 0
  76. Speed-e:
  77. type: 'mechanic'
  78. data:
  79. icon-key: ''
  80. counts: 'True'
  81. multiplier-base: -0.1
  82. multiplier-scale: 0
  83. duration-base: 1
  84. duration-scale: 0
  85. Sound-f:
  86. type: 'mechanic'
  87. data:
  88. icon-key: ''
  89. counts: 'True'
  90. sound: 'Entity Cat Ambient'
  91. volume-base: 100
  92. volume-scale: 0
  93. pitch-base: 1
  94. pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement