Night God Sigh
Lvl: 5 Passive

When Saint is killed in the [Hoddle's Wings] state, the Atk and M.Atk of the attacker will be reduced by 75% for 15 seconds. Cannot be dispelled

Lvl: 4 Passive
• When Saint is killed in the [Hoddle's Wings] state, the Atk and M.Atk of the attacker will be reduced by 60% for 13 seconds. Cannot be dispelled
Lvl: 3 Passive
• When Saint is killed in the [Hoddle's Wings] state, the Atk and M.Atk of the attacker will be reduced by 45% for 11 seconds. Cannot be dispelled
Lvl: 2 Passive
• When Saint is killed in the [Hoddle's Wings] state, the Atk and M.Atk of the attacker will be reduced by 30% for 9 seconds. Cannot be dispelled
Lvl: 1 Passive
• When Saint is killed in the [Hoddle's Wings] state, the Atk and M.Atk of the attacker will be reduced by 15% for 7 seconds. Cannot be dispelled

Self 3140

function CommonFun.calcBuff_3140(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(a)
  local MaxSp = targetUser:GetProperty("MaxSp")
  local A = -skilllv_1 * b / 100 * MaxSp
  return A
end

Self

{
  "id": 129120,
  "BuffName": "Pollution",
  "BuffRate": {
    "Odds": 100
  },
  "Condition": {
    "type": "OnNearDeath",
    "need_dead": 1
  },
  "BuffEffect": {
    "id": [
      129121,
      129122
    ],
    "Odds": 100,
    "type": "AddBuff"
  }
}

Self

{
  "id": 129121,
  "BuffDesc": "Reduce Atk and M.Atk",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Pollution (Reduce ATK)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "AtkPer": {
      "a": -0.15,
      "b": 0,
      "type": 1
    },
    "MAtkPer": {
      "a": -0.15,
      "b": 0,
      "type": 1
    }
  },
  "BuffStateID": 129120
}

Self

{
  "id": 129122,
  "BuffName": "Pollution (Deduct SP when use skills)",
  "BuffRate": {
    "Odds": {
      "a": 3625,
      "b": 100,
      "c": 0,
      "type": 8
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "Condition": {
    "type": "UseSkill",
    "all_skill": 1
  },
  "BuffEffect": {
    "Sp": {
      "a": 3625,
      "b": 1,
      "type": 3140
    },
    "type": "HSPChange"
  }
}

Formula

{
  "id": 3606005,
  "Buff": {
    "self": [
      129120
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 3606000,
      "params": [
        75,
        15
      ]
    }
  ],
  "Icon": "skill_3606001",
  "Level": 5,
  "DescId": "##171466",
  "NameZh": "##170080",
  "ItemCost": [
    {
      "id": 12903,
      "count": 1020
    }
  ],
  "Pvp_buff": {
    "self": [
      129120
    ]
  },
  "ExtraMaxLevel": 0
}