Skill #215001

Cart Termination

Level 10

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215010

Level 9

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215009

Level 8

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215008

Level 7

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215007

Level 6

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215006

Level 5

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215005

Level 4

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215004

Level 3

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215003

Level 2

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215002

Level 1

Hehe, I've interrogated you for so long,

Cost 1 | Summon

ID 215001

Formulas & functions

CommonFun links

Cart TerminationLv 1-10 | buff | Buffs 96240

Formula source

function CommonFun.calcBuff_130(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local StunAtk = srcUser:GetProperty("StunAtk")
  local StunDef2 = targetUser:GetProperty("StunDef")
  local StunDam = 1 + StunAtk - StunDef2
  if StunDam <= 0 then
    StunDam = 0
  end
  local StateAtk = srcUser:GetProperty("StateAtk")
  local StateDef2 = targetUser:GetProperty("StateDef")
  local StateDam = 1 + StateAtk - StateDef2
  if StateDam <= 0 then
    StateDam = 0
  end
  local A = (lv * a + b) * StunDam * StateDam * CommonFun.calcAttrDizzyRate(srcUser, targetUser)
  if A <= 0 then
    return 0
  end
  return A
end

Skill JSON (Level 10)

{
  "id": 215010,
  "NameZh": "手推车终结技",
  "Level": 10,
  "Icon": "skill_215001",
  "Cost": 1,
  "Desc": [
    {
      "id": 215000,
      "params": [
        1500,
        900,
        50
      ]
    }
  ],
  "RollType": 1,
  "DamageType": 1,
  "SkillType": "Summon",
  "Camps": "Enemy",
  "Launch_Range": 3,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 0,
  "SkillCost": {
    "1": {
      "itemID": 100,
      "num": 1500
    },
    "sp": 15
  },
  "DelayCD": 1,
  "PreCondition": {
    "1": {
      "itemtype": 91,
      "type": 2
    },
    "2": {
      "AttrEffect": 8,
      "type": 4
    },
    "both": 1
  },
  "Logic": "SkillLockedTarget",
  "Logic_Param": {
    "RateType": 1,
    "SkillID": 277010
  },
  "Pvp_buff": {
    "enemy": [
      96240
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "description": {
    "chinesesimplified": "呵呵,我拷问了你这么久,",
    "english": "Hehe, I've interrogated you for so long,",
    "german": "Hehe,ich habe dich so lange verhört,",
    "portuguese": "Ah.. Eu te torturei por tanto tempo.",
    "spanish": "Jeje,te he interrogado por tanto tiempo,"
  }
}