Advertisement
0123Atsuse

ManaRegen

Dec 8th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.20 KB | None | 0 0
  1. ManaRegen:
  2.   name: 'ManaRegen'
  3.   type: '&6バフスキル'
  4.   max-level: 10
  5.   skill-req: 'ManaDrain'
  6.   skill-req-lvl: 1
  7.   needs-permission: 'False'
  8.   msg: ''
  9.   combo: ''
  10.   indicator: '2D'
  11.   icon: 'Cooked 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前提スキル &6ManaDrain&7Lv1'
  20.   - '&aマナを爆速で回復するスキル'
  21.   - ''
  22.   - '&cクールダウン: {attr:cooldown}'
  23.   attributes:
  24.     level-base: 20
  25.     level-scale: 0
  26.     cost-base: 3
  27.     cost-scale: 0
  28.     cooldown-base: 30
  29.     cooldown-scale: -0.5
  30.     mana-base: 0
  31.     mana-scale: 0
  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.             Particle-c:
  48.               type: 'mechanic'
  49.               data:
  50.                 icon-key: ''
  51.                 counts: 'True'
  52.                 particle: 'Portal'
  53.                 arrangement: 'Circle'
  54.                 radius-base: 3
  55.                 radius-scale: 0
  56.                 particles-base: 50
  57.                 particles-scale: 0
  58.                 direction: 'XZ'
  59.                 visible-radius: 25
  60.                 dx: 0
  61.                 dy: 0
  62.                 dz: 0
  63.                 speed: 1
  64.                 amount: 1
  65.                 forward: 0
  66.                 upward: 0
  67.                 right: 0
  68.             Repeat-d:
  69.               type: 'mechanic'
  70.               data:
  71.                 icon-key: ''
  72.                 counts: 'True'
  73.                 repetitions-base: 10
  74.                 repetitions-scale: 0
  75.                 period: 1
  76.                 delay: 0.1
  77.                 stop-on-fail: 'False'
  78.               children:
  79.                 Mana-e:
  80.                   type: 'mechanic'
  81.                   data:
  82.                     icon-key: ''
  83.                     counts: 'True'
  84.                     type: 'Mana'
  85.                     value-base: 1
  86.                     value-scale: 0.75
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement