Advertisement
0123Atsuse

Slash

Dec 4th, 2019
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.06 KB | None | 0 0
  1. Slash:
  2.   name: 'Slash'
  3.   type: '&6攻撃スキル'
  4.   max-level: 5
  5.   skill-req: ''
  6.   skill-req-lvl: 1
  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.   - ''
  17.   - '{req:level}&6レベル: {attr:level}'
  18.   - '{req:cost}&cコスト&6: {attr:cost}'
  19.   - ''
  20.   - '&9マナ: {attr:mana}'
  21.   - '&cクールダウン: {attr:cooldown}'
  22.   attributes:
  23.     level-base: 1
  24.     level-scale: 1
  25.     cost-base: 1
  26.     cost-scale: 1
  27.     cooldown-base: 5
  28.     cooldown-scale: 0
  29.     mana-base: 15
  30.     mana-scale: 1
  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.         Single-b:
  42.           type: 'target'
  43.           data:
  44.             icon-key: ''
  45.             range-base: 3
  46.             range-scale: 0
  47.             tolerance-base: 4
  48.             tolerance-scale: 0
  49.             group: 'Enemy'
  50.             wall: 'False'
  51.           children:
  52.             Damage Lore-c:
  53.               type: 'mechanic'
  54.               data:
  55.                 icon-key: ''
  56.                 counts: 'True'
  57.                 hand: 'Main'
  58.                 regex: '攻撃力: {value}'
  59.                 multiplier-base: 3
  60.                 multiplier-scale: 0.25
  61.                 true: 'False'
  62.                 classifier: 'default'
  63.             Particle-d:
  64.               type: 'mechanic'
  65.               data:
  66.                 icon-key: ''
  67.                 counts: 'True'
  68.                 particle: 'Sweep Attack'
  69.                 arrangement: 'Circle'
  70.                 radius-base: 2
  71.                 radius-scale: 0
  72.                 particles-base: 5
  73.                 particles-scale: 0
  74.                 direction: 'XZ'
  75.                 visible-radius: 25
  76.                 dx: 0
  77.                 dy: 0
  78.                 dz: 0
  79.                 speed: 1
  80.                 amount: 1
  81.                 forward: 0
  82.                 upward: 0
  83.                 right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement