BenLi豪
请问,我设置的技能为什么没作用,
思路是:下蹲触发攻击加成技能,对我自己施放,给我拥有攻击力加成,求解谢谢。
其他技能差不多可以用的。
我用雷电爆炸这些都可以,就是攻击力加成,属性加成,防御加成,造成伤害,等等技能无法使用,是因为什么?是不是还需要什么前置插件

  1. 生命倍化:
  2.   name: '生命倍化'
  3.   type: '强化BUFF'
  4.   max-level: 5
  5.   skill-req: ''
  6.   skill-req-lvl: 1
  7.   needs-permission: 'False'
  8.   msg: '&6玩家{player} &2进行了&6{skill}!!!'
  9.   combo: ''
  10.   indicator: '3D'
  11.   icon: 'Leather Chestplate'
  12.   icon-data: 0
  13.   icon-lore:
  14.   - '&d{name} &7({level}/{max})'
  15.   - '&2类型: &6{type}'
  16.   - ''
  17.   - '{req:level}等级: {attr:level}'
  18.   - '{req:cost}技能点: {attr:cost}'
  19.   - ''
  20.   - '&2法力值: {attr:mana}'
  21.   - '&2冷却: {attr:cooldown}'
  22.   attributes:
  23.     level-base: 1
  24.     level-scale: 0
  25.     cost-base: 1
  26.     cost-scale: 1
  27.     cooldown-base: 60
  28.     cooldown-scale: 0
  29.     mana-base: 10
  30.     mana-scale: 0
  31.   components:
  32.     Crouch-a:
  33.       type: 'trigger'
  34.       data:
  35.         icon-key: ''
  36.         mana: 'False'
  37.         cooldown: 'False'
  38.         type: 'Both'
  39.       children:
  40.         Self-b:
  41.           type: 'target'
  42.           data:
  43.             icon-key: ''
  44.         Crouch-c:
  45.           type: 'condition'
  46.           data:
  47.             icon-key: ''
  48.             crouch: 'True'
  49.         Damage Buff-d:
  50.           type: 'mechanic'
  51.           data:
  52.             icon-key: ''
  53.             counts: 'True'
  54.             type: 'Flat'
  55.             skill: 'True'
  56.             value-base: 10
  57.             value-scale: 0
  58.             seconds-base: 3
  59.             seconds-scale: 0
复制代码



bailiyixi
  1.             skill: 'True'
复制代码

这里这么设置指的是技能伤害提升,也就是说你需要释放技能才能看出效果,如果你想要物理攻击加成需要改成False

第一页 上一页 下一页 最后一页