Advertisement
K2Rk1o

リデストル

Oct 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. リデストル:
  2. name: 'リデストル'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: 'コルトナス'
  6. skill-req-lvl: 4
  7. needs-permission: 'False'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Iron Axe'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&2Type: &6{type}'
  16. - ''
  17. - '{req:level}Level: {attr:level}'
  18. - '{req:cost}Cost: {attr:cost}'
  19. - ''
  20. - '&2Mana: {attr:mana}'
  21. - '&2Cooldown: {attr:cooldown}'
  22. attributes:
  23. level-base: 20
  24. level-scale: 5
  25. cost-base: 10
  26. cost-scale: 5
  27. cooldown-base: 35
  28. cooldown-scale: 5
  29. mana-base: 20
  30. mana-scale: 5
  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. Area-b:
  42. type: 'target'
  43. data:
  44. icon-key: ''
  45. radius-base: 4
  46. radius-scale: 0
  47. group: 'Enemy'
  48. wall: 'False'
  49. caster: 'False'
  50. max-base: 99
  51. max-scale: 0
  52. random: 'False'
  53. children:
  54. Fire-c:
  55. type: 'mechanic'
  56. data:
  57. icon-key: ''
  58. counts: 'True'
  59. seconds-base: 4
  60. seconds-scale: 1
  61. Area-d:
  62. type: 'target'
  63. data:
  64. icon-key: ''
  65. radius-base: 4
  66. radius-scale: 0
  67. group: 'Enemy'
  68. wall: 'False'
  69. caster: 'False'
  70. max-base: 99
  71. max-scale: 0
  72. random: 'False'
  73. children:
  74. Damage-e:
  75. type: 'mechanic'
  76. data:
  77. icon-key: ''
  78. counts: 'True'
  79. type: 'Damage'
  80. value-base: 9
  81. value-scale: 1
  82. true: 'False'
  83. classifier: 'default'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement