Crazy Weed
Lvl: 15 ClearEffect Physical CD: 7.5 sec Skill Delay: 1.5 sec SP: 94 Range: 6 Cast Time: 3

Summon a plant that inflicts Earth Physical Damage equivalent to 1600% Atk to enemies within range and randomly removes 8 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar etc.). Have a 20% chance of randomly removing 2 Gain Effect from enemies

Lvl: 14 ClearEffect Physical CD: 7.5 sec Skill Delay: 1.5 sec SP: 90 Range: 6 Cast Time: 3
• Summon a plant that inflicts Earth Physical Damage equivalent to 1550% Atk to enemies within range and randomly removes 8 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar etc.). Have a 16% chance of randomly removing 2 Gain Effect from enemies
Lvl: 13 ClearEffect Physical CD: 7.5 sec Skill Delay: 1.5 sec SP: 86 Range: 6 Cast Time: 3
• Summon a plant that inflicts Earth Physical Damage equivalent to 1500% Atk to enemies within range and randomly removes 8 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar etc.). Have a 12% chance of randomly removing 2 Gain Effect from enemies
Lvl: 12 ClearEffect Physical CD: 7.5 sec Skill Delay: 1.5 sec SP: 82 Range: 6 Cast Time: 3
• Summon a plant that inflicts Earth Physical Damage equivalent to 1450% Atk to enemies within range and randomly removes 8 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar etc.). Have a 8% chance of randomly removing 2 Gain Effect from enemies
Lvl: 11 ClearEffect Physical CD: 7.5 sec Skill Delay: 1.5 sec SP: 78 Range: 6 Cast Time: 3
• Summon a plant that inflicts Earth Physical Damage equivalent to 1400% Atk to enemies within range and randomly removes 8 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar etc.). Have a 4% chance of randomly removing 2 Gain Effect from enemies
Lvl: 10 ClearEffect Physical CD: 7.5 sec Skill Delay: 1.5 sec SP: 74 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 1350% Atk to enemies in range and removes 8 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 9 ClearEffect Physical CD: 8 sec Skill Delay: 1.5 sec SP: 70 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 1280% Atk to enemies in range and removes 7 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 8 ClearEffect Physical CD: 8.5 sec Skill Delay: 1.5 sec SP: 66 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 1210% Atk to enemies in range and removes 6 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 7 ClearEffect Physical CD: 9 sec Skill Delay: 1.5 sec SP: 62 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 1140% Atk to enemies in range and removes 5 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 6 ClearEffect Physical CD: 9.5 sec Skill Delay: 1.5 sec SP: 58 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 1070% Atk to enemies in range and removes 4 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 5 ClearEffect Physical CD: 10 sec Skill Delay: 1.5 sec SP: 54 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 1000% Atk to enemies in range and removes 4 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 4 ClearEffect Physical CD: 10.5 sec Skill Delay: 1.5 sec SP: 50 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 930% Atk to enemies in range and removes 3 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 3 ClearEffect Physical CD: 11 sec Skill Delay: 1.5 sec SP: 46 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 860% Atk to enemies in range and removes 3 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 2 ClearEffect Physical CD: 11.5 sec Skill Delay: 1.5 sec SP: 42 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 790% Atk to enemies in range and removes 2 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)
Lvl: 1 ClearEffect Physical CD: 12 sec Skill Delay: 1.5 sec SP: 38 Range: 6 Cast Time: 3
• Summon a plant to deal earth damage equal to 720% Atk to enemies in range and removes 2 traps and magic effects from the ground (such as Ankle Snare, The Circle, Light Shield, Storm Gust, Fire Pillar and more)

Aesir

• Rapid Growth [Crazy Weed] cooldown - 0.8 sec
• Crazy Weed - Enhance [Crazy Weed] damage + 8%

Formula

function CommonFun.calcDamage_13403(srcUser, targetUser, params, damageParam, logger)
  local Str = srcUser:GetProperty("Str")
  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 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 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 skillID, skillLevel = CommonFun.UnmergeSkillID(params.skillIDAndLevel)
  if skillID == 1133_ARCANE_MASTER:GOLDEN_HOOF then
    AtkPer = 0
  end
  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 DefReduc = CommonFun.CalcDef(srcUser, targetUser)
  local LongRangeDamReduc2 = targetUser:GetProperty("LongRangeDamReduc")
  local GemValue = srcUser:GetGemValue(132032_CRAZY_WEED_DMG_PERCENTAGE)
  local GemDam = 1 + GemValue / 100000
  local A = (AtkFinal * DefReduc * (1 - DamReduc2) + Refine) * damChangePer * (1 - RefineDamReduc) * (1 + DamIncrease - LongRangeDamReduc2) * GemDam - Vit2 * (1 + VitPer2)
  local Redhandbag3 = 1
  local Ring1 = srcUser:GetEquipedID(1)
  if Ring1 == 42551_RED_SQUARE_BAG or Ring1 == 142551_RED_SQUARE_BAG_1 then
    Redhandbag3 = 1.15
  end
  local RefineLv1 = srcUser:GetEquipedRefineLv(1)
  if 10 <= RefineLv1 and srcUser:HasBuffID(90002213_RED_SQUARE_BAG_4_:MAX_STACK_0) then
    Redhandbag3 = Redhandbag3 + 0.15
  end
  local equipRing = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_EQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
  if (equipRing.id == 42592 or equipRing.id == 142592) and 10 <= equipRing.refinelv then
    Redhandbag3 = Redhandbag3 + 0.15 + 0.15
  elseif equipRing.id == 42592 or equipRing.id == 142592 then
    Redhandbag3 = Redhandbag3 + 0.15
  end
  local equipRingSD = srcUser:getEquip(CommonFun.PackType.EPACKTYPE_SHADOWEQUIP, CommonFun.EquipPos.EEQUIPPOS_SHIELD)
  if (equipRingSD.id == 42592 or equipRingSD.id == 142592) and 10 <= equipRingSD.refinelv then
    Redhandbag3 = Redhandbag3 + 0.3 * equipRingSD.quench_per / 100
  elseif equipRingSD.id == 42592 or equipRingSD.id == 142592 then
    Redhandbag3 = Redhandbag3 + 0.15 * equipRingSD.quench_per / 100
  end
  if skillID == 1124_ARCANE_MASTER:CRAZY_WEED then
    local Numxp = srcUser:GetRunePoint(134060_AESIR_CRAZY_WEED_DAMAGE_8)
    local RuneDamage = 1 + Numxp * 0.08
    local skilllv_zw = srcUser:GetLernedSkillLevel(3704_ROYAL_GUARD:BOTANICAL_RESEARCH)
    A = A * Redhandbag3 * RuneDamage * (1 + skilllv_zw * 0.02)
  end
  if A <= 1 then
    return 1
  end
  return A
end

Enemy

{
  "id": 116300,
  "BuffName": "Crazy Weed Clearance Buff",
  "BuffRate": {
    "Odds": {
      "a": 4,
      "b": -40,
      "c": 132031,
      "type": 5010
    }
  },
  "BuffEffect": {
    "num": 2,
    "type": "Disperse",
    "value": "GainBuff"
  }
}

Formula

{
  "CD": 7.5,
  "id": 1124015,
  "Buff": {
    "enemy": [
      116300
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1124001,
      "params": [
        1600,
        8,
        20
      ]
    }
  ],
  "Icon": "skill_1124001",
  "Camps": "Enemy",
  "Level": 15,
  "Logic": "SkillPointRange",
  "Damage": [
    {
      "type": 13403,
      "damChangePer": 16,
      "elementparam": 2
    }
  ],
  "DescId": "##170339",
  "NameZh": "##169362",
  "DamTime": {
    "type": 1,
    "value": 2
  },
  "DelayCD": 1.5,
  "Fire_EP": 3,
  "SE_cast": "Common/Magic_cast",
  "Pvp_buff": {
    "enemy": [
      116300
    ]
  },
  "RollType": 1,
  "AttackAct": [
    "use_magic"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 3,
    "type": 2
  },
  "SE_attack": "Skill/CrazyWildGrass_attack",
  "SkillCost": {
    "sp": 94
  },
  "SkillType": "ClearEffect",
  "Target_EP": 3,
  "DamageType": 1,
  "Logic_Param": {
    "count": 1,
    "range": 3,
    "effect": "CrazyWildGrass_attack,LowBuff_B",
    "clear_num": 8,
    "no_select": 1,
    "range_num": 8,
    "forceClear": [
      1303
    ],
    "isCountTrap": 1,
    "fieldarea_cannot_immune": 1
  },
  "Launch_Range": 6
}