Advertisement
0123Atsuse

OverSlash

Dec 5th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.61 KB | None | 0 0
  1. OverSlash:
  2.   name: 'OverSlash'
  3.   type: '&6攻撃スキル'
  4.   max-level: 2
  5.   skill-req: ''
  6.   skill-req-lvl: 1
  7.   needs-permission: 'False'
  8.   msg: ''
  9.   combo: ''
  10.   indicator: '2D'
  11.   icon: 'Diamond 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.   - '&a超強力な単体攻撃スキル'
  20.   - '&c発動後3秒動けなくなりその後発動する'
  21.   - ''
  22.   - '&9マナ: {attr:mana}'
  23.   - '&cクールダウン: {attr:cooldown}'
  24.   attributes:
  25.     level-base: 50
  26.     level-scale: 0
  27.     cost-base: 20
  28.     cost-scale: -15
  29.     cooldown-base: 30
  30.     cooldown-scale: 0
  31.     mana-base: 150
  32.     mana-scale: -30
  33.     points-spent-req-base: 0
  34.     points-spent-req-scale: 0
  35.     incompatible:
  36.    - ''
  37.   components:
  38.     Cast-a:
  39.       type: 'trigger'
  40.       data:
  41.         icon-key: ''
  42.       children:
  43.         Self-b:
  44.           type: 'target'
  45.           data:
  46.             icon-key: ''
  47.           children:
  48.             Speed-c:
  49.               type: 'mechanic'
  50.               data:
  51.                 icon-key: ''
  52.                 counts: 'True'
  53.                 multiplier-base: -1
  54.                 multiplier-scale: 0
  55.                 duration-base: 3
  56.                 duration-scale: 1
  57.             Repeat-d:
  58.               type: 'mechanic'
  59.               data:
  60.                 icon-key: ''
  61.                 counts: 'True'
  62.                 repetitions-base: 2
  63.                 repetitions-scale: 0
  64.                 period: 1
  65.                 delay: 1
  66.                 stop-on-fail: 'False'
  67.               children:
  68.                 Sound-e:
  69.                   type: 'mechanic'
  70.                   data:
  71.                     icon-key: ''
  72.                     counts: 'True'
  73.                     sound: 'Block Note Bell'
  74.                     volume-base: 100
  75.                     volume-scale: 0
  76.                     pitch-base: 2
  77.                     pitch-scale: 0
  78.                 Particle-f:
  79.                   type: 'mechanic'
  80.                   data:
  81.                     icon-key: ''
  82.                     counts: 'True'
  83.                     particle: 'Flame'
  84.                     arrangement: 'Circle'
  85.                     radius-base: 5
  86.                     radius-scale: 0
  87.                     particles-base: 20
  88.                     particles-scale: 0
  89.                     direction: 'XZ'
  90.                     visible-radius: 25
  91.                     dx: 0
  92.                     dy: 0
  93.                     dz: 0
  94.                     speed: 0.1
  95.                     amount: 1
  96.                     forward: 0
  97.                     upward: 0
  98.                     right: 0
  99.         Single-g:
  100.           type: 'target'
  101.           data:
  102.             icon-key: ''
  103.             range-base: 10
  104.             range-scale: 0
  105.             tolerance-base: 4
  106.             tolerance-scale: 0
  107.             group: 'Enemy'
  108.             wall: 'False'
  109.           children:
  110.             Delay-h:
  111.               type: 'mechanic'
  112.               data:
  113.                 icon-key: ''
  114.                 counts: 'True'
  115.                 delay-base: 3
  116.                 delay-scale: 0
  117.               children:
  118.                 Damage Lore-i:
  119.                   type: 'mechanic'
  120.                   data:
  121.                     icon-key: ''
  122.                     counts: 'True'
  123.                     hand: 'Main'
  124.                     regex: '攻撃力: {value}'
  125.                     multiplier-base: 20
  126.                     multiplier-scale: 5
  127.                     true: 'False'
  128.                     classifier: 'default'
  129.                 Particle-j:
  130.                   type: 'mechanic'
  131.                   data:
  132.                     icon-key: ''
  133.                     counts: 'True'
  134.                     particle: 'Sweep Attack'
  135.                     arrangement: 'Circle'
  136.                     radius-base: 10
  137.                     radius-scale: 0
  138.                     particles-base: 20
  139.                     particles-scale: 0
  140.                     direction: 'XZ'
  141.                     visible-radius: 25
  142.                     dx: 0
  143.                     dy: 0
  144.                     dz: 0
  145.                     speed: 1
  146.                     amount: 1
  147.                     forward: 0
  148.                     upward: 0
  149.                     right: 0
  150.                 Sound-k:
  151.                   type: 'mechanic'
  152.                   data:
  153.                     icon-key: ''
  154.                     counts: 'True'
  155.                     sound: 'Entity Endermen Death'
  156.                     volume-base: 75
  157.                     volume-scale: 0
  158.                     pitch-base: 0.75
  159.                     pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement