我设置了一个技能,有伤害凋零效果。问题是对其他玩家释放时他们只会受到凋零效果却不会受到伤害,求解
配置参数:
End打击:
  name: 'End打击'
  type: '主动技能'
  max-level: 5
  skill-req-lvl: 1
  needs-permission: 'false'
  attributes:
    cost-scale: 0
    level-scale: 0
    cooldown-scale: 0
    mana-scale: 0
    mana-base: 0
    level-base: 1
    cooldown-base: 1
    cost-base: 1
  msg: '&6{player} &2has cast &6{skill}'
  icon: 'JACK_O_LANTERN'
  icon-data: 0
  icon-lore:
  - '&d{name} &7({level}/{max})'
  - '&2Type: &6{type}'
  - ''
  - '{req:level}Level: {attr:level}'
  - '{req:cost}Cost: {attr:cost}'
  - ''
  - '&2Mana: {attr:mana}'
  - '&2Cooldown: {attr:cooldown}'
  desc:  []
  components:
    Cast:
      type: 'trigger'
      data:
        icon-key: ''
      children:
        Warp-b:
          type: 'mechanic'
          data:
            right-base: 0
            forward-scale: 0
            icon-key: ''
            upward-scale: 0
            walls: 'True'
            right-scale: 0
            upward-base: 0
            counts: 'True'
            forward-base: 5
          children:  {}
        Area-c:
          type: 'target'
          data:
            max-base: 99
            icon-key: ''
            caster: 'fslse'
            radius-base: 2
            max-scale: 0
            radius-scale: 0
            group: 'Enemy'
            wall: 'True'
          children:
            Damage-d:
              type: 'mechanic'
              data:
                icon-key: ''
                value-scale: 0
                value-base: 7
                counts: 'True'
                type: 'Damage'
              children:  {}
            Potion-e:
              type: 'mechanic'
              data:
                icon-key: ''
                tier-scale: 0
                seconds-scale: 0
                tier-base: 3
                potion: 'Wither'
                counts: 'True'
                seconds-base: 3
                ambient: 'False'
              children:  {}