White Imprison
Lvl: 5 Buff CD: 6 sec SP: 80 Range: 6 Cast Time: 4

Use a thin layer of transparent Ghost power to cover 1 enemy unit, with a 70% chance to immobilize them. In this state, they won't take any DMG other than Ghost DMG. White Prison lasts 5s, after which the target loses 16% HP. When used against an MVP or Mini monster, the DMG is reduced to a fixed amount of HP loss, and it has no DMG negation effect.

Lvl: 4 Buff CD: 6 sec SP: 80 Range: 6 Cast Time: 4
• Use a thin layer of transparent Ghost power to cover 1 enemy unit, with a 60% chance to immobilize them. In this state, they won't take any DMG other than Ghost DMG. White Prison lasts 5s, after which the target loses 14% HP. When used against an MVP or Mini monster, the DMG is reduced to a fixed amount of HP loss, and it has no DMG negation effect.
Lvl: 3 Buff CD: 6 sec SP: 80 Range: 6 Cast Time: 4
• Use a thin layer of transparent Ghost power to cover 1 enemy unit, with a 50% chance to immobilize them. In this state, they won't take any DMG other than Ghost DMG. White Prison lasts 5s, after which the target loses 12% HP. When used against an MVP or Mini monster, the DMG is reduced to a fixed amount of HP loss, and it has no DMG negation effect.
Lvl: 2 Buff CD: 6 sec SP: 80 Range: 6 Cast Time: 4
• Use a thin layer of transparent Ghost power to cover 1 enemy unit, with a 40% chance to immobilize them. In this state, they won't take any DMG other than Ghost DMG. White Prison lasts 5s, after which the target loses 10% HP. When used against an MVP or Mini monster, the DMG is reduced to a fixed amount of HP loss, and it has no DMG negation effect.
Lvl: 1 Buff CD: 6 sec SP: 80 Range: 6 Cast Time: 4
• Use a thin layer of transparent Ghost power to cover 1 enemy unit, with a 30% chance to immobilize them. In this state, they won't take any DMG other than Ghost DMG. White Prison lasts 5s, after which the target loses 8% HP. When used against an MVP or Mini monster, the DMG is reduced to a fixed amount of HP loss, and it has no DMG negation effect.

Aesir

• White Imprison - Torment Targets inside [White Imprison] loses 2% of Max HP every second

Enemy 3130

function CommonFun.calcBuff_3130(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local skilllv_1 = srcUser:GetLernedSkillLevel(1161_THIEF:WHITE_IMPRISON)
  local skilllv_2 = srcUser:GetLernedSkillLevel(1916_HUNTER:WHITE_IMPRISON)
  local MaxHp = targetUser:GetProperty("MaxHp")
  local A = -MaxHp * (0.06 + (skilllv_1 + skilllv_2) * 0.02)
  local B = -0.06 - (skilllv_1 + skilllv_2) * 0.02
  A = CommonFun.calcBuff_6(srcUser, targetUser, B, 0, c, d, lv)
  return A
end

Enemy 3221

function CommonFun.calcBuff_3221(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local Num = srcUser:GetRunePoint(24050_AESIR_TARGETS_INSIDE_WHITE_IMPRISON_LOSES_2_OF_MAX_HP_EVERY_SECOND)
  local MaxHp = targetUser:GetProperty("MaxHp")
  local A = -(Num * 2 / 100 * MaxHp)
  local B = -Num * 2 / 100
  A = CommonFun.calcBuff_6(srcUser, targetUser, B, 0, c, d, lv)
  return A
end

Self

{
  "id": 52651,
  "BuffDesc": "Ghost Element Damage Up",
  "BuffIcon": "skillbuff_commonbuff",
  "BuffName": "Telepathy Amplification Card",
  "BuffRate": {
    "Odds": {
      "type": 3520
    }
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "AttrChange",
    "GhostAtk": 0.2
  }
}

Enemy

{
  "id": 116810,
  "BuffDesc": "Snared. Can't move",
  "BuffIcon": "skillbuff_117001",
  "BuffName": "White Imprison (Snare)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "IconType": 1,
  "BuffEffect": {
    "type": "StatusChange",
    "NoMove": 1
  },
  "BuffStateID": 116810
}

Enemy

{
  "id": 116811,
  "BuffName": "White Imprison (Damages HP when effect expires)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "Condition": {
    "time": 5,
    "type": "AfterTime"
  },
  "BuffEffect": {
    "Hp": {
      "type": 3130
    },
    "type": "HSPChange"
  }
}

Enemy

{
  "id": 116812,
  "BuffName": "White Imprison (Aeisr Monument HP damage)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "Hp": {
      "type": 3221
    },
    "Sp": {
      "type": 5141
    },
    "type": "HSPChange"
  }
}

Enemy

{
  "id": 116815,
  "BuffName": "White Imprison (Immune to Buff)",
  "BuffRate": {
    "Odds": 100
  },
  "BuffType": {
    "isgain": 1,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "ImmuneAttack"
  }
}

Enemy

{
  "id": 116816,
  "BuffName": "White Imprison (Add)",
  "BuffRate": {
    "Odds": {
      "a": 10,
      "b": 20,
      "c": 21121,
      "type": 5010
    }
  },
  "BuffEffect": {
    "id": [
      116826,
      116810,
      116812,
      116815,
      116811
    ],
    "type": "AddBuff"
  }
}

Enemy

{
  "id": 116826,
  "BuffName": "White Imprison [Forces Ghost]",
  "BuffRate": {
    "Odds": {
      "a": 0,
      "b": 100,
      "c": 20210140,
      "type": 5040
    }
  },
  "BuffType": {
    "isgain": 0,
    "isdisperse": 1
  },
  "BuffEffect": {
    "type": "BattleAttr",
    "DefAttr": 8,
    "atk_def_priority": 1
  }
}

Formula

{
  "CD": 6,
  "id": 1161005,
  "Buff": {
    "self": [
      52651
    ],
    "enemy": [
      116816
    ]
  },
  "Cost": 1,
  "Desc": [
    {
      "id": 1161000,
      "params": [
        70,
        16
      ]
    }
  ],
  "Icon": "skill_1161001",
  "Camps": "Enemy",
  "Level": 5,
  "Logic": "SkillLockedTarget",
  "DescId": "##2833964",
  "NameZh": "##169599",
  "CastAct": "reading",
  "DelayCD": 0.5,
  "Fire_EP": 3,
  "SE_cast": "Skill/Magic_cast",
  "Pvp_buff": {
    "self": [
      52651
    ],
    "enemy": [
      116816
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "Attack_EP": 3,
  "Lead_Type": {
    "CCT": 0,
    "FCT": 4,
    "type": 2
  },
  "SE_attack": "Skill/skill_magic_crystalcell_attack",
  "SkillCost": {
    "sp": 80
  },
  "SkillType": "Buff",
  "Target_EP": 3,
  "DamageType": 4,
  "Launch_Range": 6
}