Arrow Shower
Lvl: 1 Attack Physical Skill Delay: 2 sec Range: 5 Fixed Cast Time: 3

Shoots 4 waves of arrows to the target area, each wave dealing (Atk75%) Dmg to up to 8 enemy units.

Formula

function CommonFun.calcDamage_8001(srcUser, targetUser, params, damageParam, logger)
  local damChangePer = damageParam.damChangePer
  local damChangePer1 = damageParam.damChangePer1
  local MaxHp = targetUser:GetProperty("MaxHp")
  local A = MaxHp * damChangePer + damChangePer1
  if A <= 1 then
    return 1
  end
  return A
end

Formula

{
  "id": 70030001,
  "Cost": 1,
  "Desc": [
    {
      "id": 121000,
      "params": [
        4,
        75,
        8
      ]
    }
  ],
  "Icon": "skill_121001",
  "Camps": "Enemy",
  "Level": 1,
  "Logic": "SkillPointRange",
  "Damage": [
    {
      "type": 8001,
      "damChangePer": 0.2,
      "damChangePer1": 0
    }
  ],
  "DescId": "##171054",
  "NameZh": "##169501",
  "SE_hit": "Skill/Arrow_hit",
  "CastAct": "skill_ready",
  "DamTime": {
    "type": 1,
    "value": 1
  },
  "DelayCD": 2,
  "Fire_EP": 6,
  "SE_cast": "Common/Magic_cast",
  "SE_fire": "Skill/Arrow_fire",
  "RollType": 1,
  "SkillHit": 2,
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 3,
    "FCT": 0,
    "type": 2
  },
  "SE_attack": "Skill/Arrow_attack",
  "SkillType": "Attack",
  "Target_EP": 3,
  "Logic_Param": {
    "count": 4,
    "range": 2,
    "effect": "ArrowShower,LowRange_B2",
    "interval": 0.7,
    "no_select": 1,
    "range_num": 8,
    "isCountTrap": 1
  },
  "Launch_Range": 5
}