Summoning - Windsoul Flash
Lvl: 1 Buff CD: 5 sec Skill Delay: 1 sec SP: 100 Range: 7 Fixed Cast Time: 1

Summon a thunder beast around one enemy unit, dealing wind M. DMG based on Summoning- Ogare every second for 7 seconds

Formula

function CommonFun.calcDamage_9206(srcUser, targetUser, params, damageParam, logger)
  local A = 0
  return A, CommonFun.DamageType.Normal
end
Summoning - Windsoul Flash

Enemy

{
  "id": 134520,
  "BuffName": "Windsoul Flash",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "id": 817001,
    "Odds": 100,
    "type": "UseSkill",
    "IsActive": 0
  },
  "BuffStateID": 134520
}

Selfonce

{
  "id": 133370,
  "BuffDesc": "Increased casting distance for lock-on skills.",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Astral Projection",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "attr": {
      "AtkDistance": 15
    },
    "type": "AffactSkill",
    "skillID": [
      816,
      2020,
      2036,
      2037,
      2041,
      2043,
      2061,
      2081,
      2103,
      2104
    ]
  },
  "BuffStateID": 42000110
}

Selfonce

{
  "id": 133371,
  "BuffName": "Astral Projection",
  "BuffRate": {
    "Odds": 100
  },
  "BuffEffect": {
    "id": [
      133370
    ],
    "type": "DelBuff"
  }
}

Formula

{
  "CD": 5,
  "id": 816001,
  "Buff": {
    "enemy": [
      134520
    ],
    "selfonce": [
      133371
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 816000
    }
  ],
  "Icon": "skill_816001",
  "Camps": "Enemy",
  "Level": 1,
  "Logic": "SkillLockedTarget",
  "Damage": [
    {
      "type": 9206,
      "elementparam": 1
    }
  ],
  "DescId": "##1173529",
  "NameZh": "##1173521",
  "SE_hit": "Skill/ninjia_tongling_aojialei",
  "CastAct": "reading_Ninja",
  "DamTime": {
    "type": 1,
    "value": 1
  },
  "DelayCD": 1,
  "Fire_EP": 3,
  "SE_cast": "Common/Magic_cast",
  "Pvp_buff": {
    "enemy": [
      134520
    ],
    "selfonce": [
      133371
    ]
  },
  "AttackAct": [
    "use_skill4"
  ],
  "Attack_EP": 2,
  "Lead_Type": {
    "CCT": 1,
    "FCT": 0,
    "type": 2
  },
  "SkillCost": {
    "sp": 100
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "DamageType": 2,
  "Launch_Range": 7
}