Poisonous Weapon
Lvl: 10 Buff Skill Delay: 1.5 sec SP: 20

Apply Guillotine Cross's new poison on your weapon to increase your ATK by 10% for 150 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 20 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed

Lvl: 9 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 9% for 140 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 19 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 8 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 8% for 130 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 18 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 7 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 7% for 120 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 17 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 6 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 6% for 110 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 16 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 5 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 5% for 100 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 15 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 4 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 4% for 90 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 14 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 3 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 3% for 80 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 13 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 2 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 2% for 70 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 12 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed
Lvl: 1 Buff Skill Delay: 1.5 sec SP: 20
• Apply Guillotine Cross's new poison on your weapon to increase your ATK by 1% for 60 seconds. Attacking with a poison coated weapon (including skill) has a 20% chance of infecting the enemy unit with the new poison, which will last for 11 seconds and can stack for 3 times and exist simultaneously with the Enchant Poison. The new poison will cause even faster bleeding. It might be fatal and can't be removed

Self 8990

function CommonFun.calcBuff_8990(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local MaxHp = targetUser:GetProperty("MaxHp")
  local PoisonAtk = srcUser:GetProperty("PoisonAtk")
  local PoisoningAtk = srcUser:GetProperty("PoisoningAtk")
  local StateAtk = srcUser:GetProperty("StateAtk")
  local skilllv_1 = srcUser:GetLernedSkillLevel(3925_DIVINE_AVENGER:SOUL_EROSION_POISONOUS_SOUL)
  local duhun = 1
  if 1 <= skilllv_1 and targetUser:GetNpcID() ~= 0 then
    duhun = (PoisonAtk + PoisoningAtk + StateAtk) / 5 * (0.1 * skilllv_1 + 0.3) + 1
  end
  local A = a * duhun * MaxHp
  local B = a * duhun
  A = CommonFun.calcBuff_6(srcUser, targetUser, B, b, c, d, lv)
  return A
end

Self

{
  "id": 116010,
  "BuffDesc": "Attacking attribute turns into poison",
  "BuffIcon": "skillbuff_178001",
  "BuffName": "Poisonous Weapon (attribute turns into poison)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 0
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "BattleAttr",
    "AtkAttr": 10,
    "AttrEffect": [
      16
    ],
    "atk_def_priority": 1
  }
}

Self

{
  "id": 116011,
  "BuffName": "Poisonous Weapon [Poisoned]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 0
  },
  "Condition": {
    "type": "Attack",
    "all_skill": 1,
    "must_have_damage": 1
  },
  "BuffEffect": {
    "id": [
      116012
    ],
    "type": "AddBuff"
  },
  "BuffStateID": 116010
}

Self

{
  "id": 116012,
  "BuffName": "Poisonous Weapon [Poisoned]",
  "BuffRate": {
    "Odds": {
      "type": 3020
    }
  },
  "BuffEffect": {
    "id": [
      116013,
      116014
    ],
    "type": "AddBuff"
  }
}

Self

{
  "id": 116013,
  "BuffName": "Poisonous Weapon [Poisoned]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 0
  },
  "BuffEffect": {
    "type": "StatusChange",
    "DefPer": -0.25,
    "AttrEffect": [
      3,
      4
    ],
    "StateEffect": "1_Poison",
    "IsForceStatus": 1
  },
  "BuffStateID": 116013
}

Self

{
  "id": 116014,
  "BuffDesc": "New Poison: decrease Def, stop restoring MP, loses HP. Cannot be removed",
  "BuffIcon": "skillbuff_178001",
  "BuffName": "Poisonous Weapon [Poisoned]",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 0
  },
  "IconType": 1,
  "BuffEffect": {
    "Hp": {
      "a": -0.03,
      "b": -3,
      "type": 8990
    },
    "type": "HpReduce",
    "EquipASPD": {
      "a": 0,
      "b": 0,
      "c": 31071,
      "type": 5020
    },
    "MoveSpdPer": {
      "a": 0,
      "b": 0,
      "c": 31072,
      "type": 5020
    },
    "StateEffect": "1_Poison",
    "limit_layer": 3,
    "BeHealEncPer": {
      "a": 0,
      "b": 0,
      "c": 34070,
      "d": -0.05,
      "type": 3250
    },
    "IsForceStatus": 1
  }
}

Self

{
  "id": 116015,
  "BuffName": "Poisonous Weapon",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 0
  },
  "BuffEffect": {
    "type": "AttrChange",
    "AtkPer": {
      "a": 0.01,
      "b": 0,
      "type": 1
    }
  }
}

Formula

{
  "id": 1101010,
  "Buff": {
    "self": [
      116010,
      116011,
      116015
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1101000,
      "params": [
        10,
        150,
        20
      ]
    }
  ],
  "Icon": "skill_1101001",
  "Camps": "Friend",
  "Level": 10,
  "Logic": "SkillNone",
  "DescId": "##1101745",
  "NameZh": "##158545",
  "DelayCD": 1.5,
  "Fire_EP": 2,
  "Pvp_buff": {
    "self": [
      116010,
      116011,
      116015
    ]
  },
  "AttackAct": [
    "attack"
  ],
  "Attack_EP": 0,
  "SE_attack": "Skill/HighlyToxicWeaponnew_attack",
  "SkillCost": {
    "1": {
      "num": 1,
      "itemID": 12565
    },
    "sp": 20
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "Launch_Range": 0,
  "AutoCondition": [
    {
      "time": 150,
      "type": 1,
      "no_target": 1
    },
    {
      "type": 8,
      "no_target": 1
    }
  ]
}