Advertisement
0123Atsuse

HPRegen.yml

Dec 12th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. HPRegen:
  2. name: 'HPRegen'
  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: 'Iron Chestplate'
  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. - '&c攻撃時、&9マナを&6SkillLv*2&a消費して&d体力を&6SkillLv*1%&d回復する'
  20. attributes:
  21. level-base: 15
  22. level-scale: 5
  23. cost-base: 5
  24. cost-scale: 0
  25. cooldown-base: 0
  26. cooldown-scale: 0
  27. mana-base: 0
  28. mana-scale: 0
  29. points-spent-req-base: 0
  30. points-spent-req-scale: 0
  31. incompatible:
  32. - ''
  33. components:
  34. Physical Damage-a:
  35. type: 'trigger'
  36. data:
  37. icon-key: ''
  38. mana: 'False'
  39. cooldown: 'False'
  40. target: 'True'
  41. type: 'Both'
  42. dmg-min: 0
  43. dmg-max: 99999
  44. children:
  45. Health-b:
  46. type: 'condition'
  47. data:
  48. icon-key: ''
  49. type: 'Percent'
  50. min-value-base: 1
  51. min-value-scale: 0
  52. max-value-base: 99
  53. max-value-scale: -1
  54. children:
  55. Mana-c:
  56. type: 'condition'
  57. data:
  58. icon-key: ''
  59. type: 'Mana'
  60. min-value-base: 2
  61. min-value-scale: 2
  62. max-value-base: 100000
  63. max-value-scale: 0
  64. children:
  65. Heal-d:
  66. type: 'mechanic'
  67. data:
  68. icon-key: ''
  69. counts: 'True'
  70. type: 'Percent'
  71. value-base: 1
  72. value-scale: 1
  73. Mana-e:
  74. type: 'mechanic'
  75. data:
  76. icon-key: ''
  77. counts: 'True'
  78. type: 'Mana'
  79. value-base: -2
  80. value-scale: -2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement