Advertisement
0123Atsuse

RangeDamage

Dec 4th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. RangeDamage:
  2. name: 'RangeDamage'
  3. type: '&6範囲攻撃スキル'
  4. max-level: 5
  5. skill-req: 'Slash'
  6. skill-req-lvl: 3
  7. needs-permission: 'False'
  8. msg: ''
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Iron Sword'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&6タイプ: &6{type}'
  16. - '&c前提スキル &6Slash&7Lv3'
  17. - ''
  18. - '{req:level}&6レベル: {attr:level}'
  19. - '{req:cost}&cコスト&6: {attr:cost}'
  20. - ''
  21. - '&9マナ: {attr:mana}'
  22. - '&cクールダウン: {attr:cooldown}'
  23. attributes:
  24. level-base: 10
  25. level-scale: 1
  26. cost-base: 3
  27. cost-scale: 0
  28. cooldown-base: 7.5
  29. cooldown-scale: 0
  30. mana-base: 15
  31. mana-scale: 1
  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. Area-b:
  43. type: 'target'
  44. data:
  45. icon-key: ''
  46. radius-base: 4
  47. radius-scale: 0
  48. group: 'Enemy'
  49. wall: 'False'
  50. caster: 'False'
  51. max-base: 99
  52. max-scale: 0
  53. random: 'False'
  54. children:
  55. Damage Lore-c:
  56. type: 'mechanic'
  57. data:
  58. icon-key: ''
  59. counts: 'True'
  60. hand: 'Main'
  61. regex: '攻撃力: {value}'
  62. multiplier-base: 1.25
  63. multiplier-scale: 0.2
  64. true: 'False'
  65. classifier: 'default'
  66. Particle-d:
  67. type: 'mechanic'
  68. data:
  69. icon-key: ''
  70. counts: 'True'
  71. particle: 'Sweep Attack'
  72. arrangement: 'Circle'
  73. radius-base: 5
  74. radius-scale: 0
  75. particles-base: 10
  76. particles-scale: 0
  77. direction: 'XZ'
  78. visible-radius: 25
  79. dx: 0
  80. dy: 0
  81. dz: 0
  82. speed: 1
  83. amount: 1
  84. forward: 0
  85. upward: 0
  86. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement