Blade of Order
Lvl: 10 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 100 Range: 7 Cast Time: 2

Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*1500% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 10% for 4s. Can be stacked 5 times.

Lvl: 9 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 93 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*1390% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 9% for 4s. Can be stacked 5 times.
Lvl: 8 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 86 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*1280% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 8% for 4s. Can be stacked 5 times.
Lvl: 7 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 79 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*1170% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 7% for 4s. Can be stacked 5 times.
Lvl: 6 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 72 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*1060% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 6% for 4s. Can be stacked 5 times.
Lvl: 5 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 65 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*950% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 5% for 4s. Can be stacked 5 times.
Lvl: 4 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 58 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*840% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 4% for 4s. Can be stacked 5 times.
Lvl: 3 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 51 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*730% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 3% for 4s. Can be stacked 5 times.
Lvl: 2 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 44 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*620% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 2% for 4s. Can be stacked 5 times.
Lvl: 1 Attack Physical CD: 1.2 sec Skill Delay: 1 sec SP: 37 Range: 7 Cast Time: 2
• Rathgricy attacks enemies in a 3x8m area in front of her with Razorquill, dealing (P.ATK+M.ATK)*510% every 0.5s as P.DMG. Lasts 4s. Each attack reduced the target's P.DEF by 1% for 4s. Can be stacked 5 times.

Formula

function CommonFun.calcDamage_66501(srcUser, targetUser, params, damageParam, logger)
  local Str = srcUser:GetProperty("Str")
  local Vit = srcUser:GetProperty("Vit")
  local Dex = srcUser:GetProperty("Dex")
  local Luk = srcUser:GetProperty("Luk")
  local Int = srcUser:GetProperty("Int")
  local Atk = srcUser:GetProperty("Atk")
  local AtkPer = srcUser:GetProperty("AtkPer")
  local MAtk = srcUser:GetProperty("MAtk")
  local MAtkPer = srcUser:GetProperty("MAtkPer")
  local DamIncrease = srcUser:GetProperty("DamIncrease")
  local IgnoreDef = 0
  local IgnoreDef1 = srcUser:GetProperty("IgnoreDef")
  local IgnoreDef2 = srcUser:GetProperty("IgnoreEquipDef")
  if targetUser.boss or targetUser.mini then
    IgnoreDef = IgnoreDef1
  else
    IgnoreDef = IgnoreDef1 + IgnoreDef2
  end
  if 1 <= IgnoreDef then
    IgnoreDef = 1
  end
  local Refine = srcUser:GetProperty("Refine")
  local MRefine = srcUser:GetProperty("MRefine")
  local Def2 = targetUser:GetProperty("Def")
  local DefPer2 = targetUser:GetProperty("DefPer")
  local Vit2 = targetUser:GetProperty("Vit")
  local VitPer2 = targetUser:GetProperty("VitPer")
  local DamReduc2 = CommonFun.calcDamReDuc(srcUser, targetUser)
  local RefineDamReduc = targetUser:GetProperty("RefineDamReduc")
  local damChangePer = damageParam.damChangePer
  local raceparam = CommonFun.CalcRaceParam(srcUser, targetUser, params, damageParam, logger)
  local bodyparam = CommonFun.CalcBodyParam(srcUser, targetUser, params, damageParam, logger)
  local elementparam = CommonFun.CalcElementParam(srcUser, targetUser, params, damageParam, logger)
  local bossparam = CommonFun.CalcBossParam(srcUser, targetUser, params, damageParam, logger)
  local raceparam2 = CommonFun.CalcRaceParam2(srcUser, targetUser, params, damageParam, logger)
  local bodyparam2 = CommonFun.CalcBodyParam2(srcUser, targetUser, params, damageParam, logger)
  local elementparam2 = CommonFun.CalcElementParam2(srcUser, targetUser, params, damageParam, logger)
  local bossparam2 = CommonFun.CalcBossParam2(srcUser, targetUser, params, damageParam, logger)
  local BaseAtk = Str * 2 + math.floor(Str * Str / 100) + math.floor(Dex / 5) + math.floor(Luk / 5)
  local AtkFinal = ((Atk - BaseAtk) * (1 + AtkPer) * CommonFun.ShapeCorrection(srcUser, targetUser) * bodyparam * elementparam * elementparam2 + BaseAtk) * raceparam * bossparam * bossparam2
  local BaseMAtk = Int + math.floor(Int * Int / 100)
  local MAtkFinal = ((MAtk - BaseMAtk) * (1 + MAtkPer) * elementparam * elementparam2 + BaseMAtk) * raceparam * bossparam * bossparam2
  local DefReduc = CommonFun.CalcDef(srcUser, targetUser)
  local ShortRangeDamReduc2 = targetUser:GetProperty("ShortRangeDamReduc")
  local MoveSpd = srcUser:GetProperty("MoveSpd")
  local GemValue = srcUser:GetGemValue(206101_WHEN_MOVE_SPD_IS_OVER_200_THE_DMG_OF_BLADE_OF_ORDER_PERCENTAGE)
  local skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
  if skillID == 2672_ARCHBISHOP:BLADE_OF_ORDER and 2 < MoveSpd then
    damChangePer = damChangePer * (1 + GemValue / 100000)
  end
  if skillID == 2679_ARCHBISHOP:SPIRIT_SUMMONING then
    local skilllv_cz = srcUser:GetLernedSkillLevel(2673_ARCHBISHOP:DIVINE_VERDICT)
    damChangePer = (10.5 + 2.3 * skilllv_cz) * 1.5
  end
  if skillID == 2684_ARCHBISHOP:BLADE_OF_ORDER then
    local skilllv_yr = srcUser:GetLernedSkillLevel(2672_ARCHBISHOP:BLADE_OF_ORDER)
    local skilllv_cj = srcUser:GetLernedSkillLevel(2680_ARCHBISHOP:RETRIBUTION_OF_ORDER)
    damChangePer = (4 + 1.1 * skilllv_yr) * (3 + skilllv_cj)
    if 2 < MoveSpd then
      damChangePer = damChangePer * (1 + GemValue / 100000)
    end
  end
  local A = ((AtkFinal + MAtkFinal) * DefReduc * (1 - DamReduc2) + Refine + MRefine) * damChangePer * (1 - RefineDamReduc) * (1 + DamIncrease - ShortRangeDamReduc2) - Vit2 * (1 + VitPer2)
  if A <= 1 then
    return 1
  end
  return A
end

Enemy

{
  "id": 137430,
  "BuffName": "Razorquill",
  "BuffRate": {
    "Odds": {
      "a": 2680,
      "b": 10,
      "c": 0,
      "type": 8
    }
  },
  "BuffEffect": {
    "id": [
      137431
    ],
    "type": "AddBuff"
  }
}

Enemy

{
  "id": 137431,
  "BuffDesc": "Snared: Can't move",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Razorquill (Slow)",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "type": 160
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "NoMove": 1,
    "StateEffect": "9_NoMove"
  },
  "BuffStateID": 90020
}

Enemy

{
  "id": 137450,
  "BuffDesc": "Decrease Def",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Razorquill (Reduces DEF)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "DefPer": {
      "a": -0.01,
      "b": 0,
      "type": 1
    },
    "limit_layer": 5
  }
}

Formula

{
  "CD": 1.2,
  "id": 2672010,
  "Buff": {
    "enemy": [
      137430,
      137450
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 2672000,
      "params": [
        1500,
        10
      ]
    }
  ],
  "Icon": "skill_2672001",
  "Camps": "Enemy",
  "Level": 10,
  "Logic": "SkillDirectionRect",
  "Damage": [
    {
      "type": 66501,
      "damChangePer": 15
    }
  ],
  "DescId": "##2824460",
  "NameZh": "##2818619",
  "SE_hit": "Skill/sfx_hero_lasgrace_ featherknife_hit_01",
  "CastAct": "reading",
  "DamTime": {
    "type": 1,
    "value": 2
  },
  "DelayCD": 1,
  "Fire_EP": 6,
  "Pvp_buff": {
    "enemy": [
      137430,
      137450
    ]
  },
  "RollType": 1,
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 0,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 2,
    "type": 2
  },
  "SE_attack": "Skill/sfx_hero_lasgrace_ featherknife_attack_01",
  "SkillCost": {
    "sp": 100
  },
  "SkillType": "Attack",
  "Target_EP": 3,
  "DamageType": 1,
  "Logic_Param": {
    "count": 8,
    "width": 3,
    "distance": 8,
    "interval": 0.5,
    "no_select": 1,
    "range_num": 10,
    "isCountTrap": 1,
    "trap_effect": "sfx_lasgrace_yr_floor_02_prf,LowRange_B2",
    "point_effect": "Eff_Doram_Boar_buff",
    "forward_offset": 0,
    "noReadingEffect": 1,
    "self_start_trap": 1
  },
  "Launch_Range": 7
}