Advertisement
0123Atsuse

ManaDrain

Dec 5th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.15 KB | None | 0 0
  1. ManaDrain:
  2.   name: 'ManaDrain'
  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: 'Raw Fish'
  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*0.5&d回復する'
  20.   attributes:
  21.     level-base: 15
  22.     level-scale: 0
  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: 9999999
  44.       children:
  45.         Mana-b:
  46.           type: 'mechanic'
  47.           data:
  48.             icon-key: ''
  49.             counts: 'True'
  50.             type: 'Mana'
  51.             value-base: 0.5
  52.             value-scale: 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement