Advertisement
0123Atsuse

rakki-

Dec 8th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.93 KB | None | 0 0
  1. luckypunch:
  2.   name: 'luckypunch'
  3.   type: '&6パッシブスキル'
  4.   max-level: 9
  5.   skill-req: ''
  6.   skill-req-lvl: 1
  7.   needs-permission: 'False'
  8.   msg: ''
  9.   combo: ''
  10.   indicator: '2D'
  11.   icon: 'Clay'
  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通常攻撃時&6SkillLv/10の確率でダメージが1.5倍になるが'
  20.   - '&c攻撃時&6SkillLv*2のMPを消費する'
  21.   - '&aマナが消費するMPより少ない場合このスキルは発動しません'
  22.   attributes:
  23.     level-base: 2
  24.     level-scale: 3
  25.     cost-base: 2
  26.     cost-scale: 0
  27.     cooldown-base: 0
  28.     cooldown-scale: 0
  29.     mana-base: 0
  30.     mana-scale: 0
  31.     points-spent-req-base: 0
  32.     points-spent-req-scale: 0
  33.     incompatible:
  34.    - ''
  35.   components:
  36.     Physical Damage-a:
  37.       type: 'trigger'
  38.       data:
  39.         icon-key: ''
  40.         mana: 'False'
  41.         cooldown: 'False'
  42.         target: 'True'
  43.         type: 'Both'
  44.         dmg-min: 0
  45.         dmg-max: 999
  46.       children:
  47.         Mana-b:
  48.           type: 'condition'
  49.           data:
  50.             icon-key: ''
  51.             type: 'Mana'
  52.             min-value-base: 2
  53.             min-value-scale: 2
  54.             max-value-base: 10000
  55.             max-value-scale: 0
  56.           children:
  57.             Chance-c:
  58.               type: 'condition'
  59.               data:
  60.                 icon-key: ''
  61.                 chance-base: 10
  62.                 chance-scale: 10
  63.               children:
  64.                 Sound-d:
  65.                   type: 'mechanic'
  66.                   data:
  67.                     icon-key: ''
  68.                     counts: 'True'
  69.                     sound: 'Block Note Bell'
  70.                     volume-base: 100
  71.                     volume-scale: 0
  72.                     pitch-base: 1
  73.                     pitch-scale: 0
  74.                 Single-e:
  75.                   type: 'target'
  76.                   data:
  77.                     icon-key: ''
  78.                     range-base: 5
  79.                     range-scale: 0
  80.                     tolerance-base: 4
  81.                     tolerance-scale: 0
  82.                     group: 'Enemy'
  83.                     wall: 'False'
  84.                   children:
  85.                     Damage Lore-f:
  86.                       type: 'mechanic'
  87.                       data:
  88.                         icon-key: ''
  89.                         counts: 'True'
  90.                         hand: 'Main'
  91.                         regex: '攻撃力: {value}'
  92.                         multiplier-base: 0.5
  93.                         multiplier-scale: 0
  94.                         true: 'False'
  95.                         classifier: 'default'
  96.             Mana-g:
  97.               type: 'mechanic'
  98.               data:
  99.                 icon-key: ''
  100.                 counts: 'True'
  101.                 type: 'Mana'
  102.                 value-base: -2
  103.                 value-scale: -2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement