Skill #929001

Deals (Atk[8df936]%s%%[-]) Dmg to a target and reduces their Move Spd

Level 1

##1180000

Cost 1 | Attack

ID 929001

Formulas & functions

CommonFun links

929001Lv 1 | damage

Formula source

function CommonFun.calcDamage_8012(srcUser, targetUser, params, damageParam, logger)
  local damChangePer = damageParam.damChangePer
  local A = 1000 * damChangePer
  return A, CommonFun.DamageType.Normal
end

Skill JSON (Level 1)

{
  "id": 929001,
  "NameZh": "",
  "Level": 1,
  "Icon": "skill_1180001",
  "Cost": 1,
  "Desc": [
    {
      "id": 1180000,
      "params": [
        420,
        6,
        3
      ]
    }
  ],
  "RollType": 1,
  "SkillHit": 0.3,
  "SkillType": "Attack",
  "Camps": "Enemy",
  "Launch_Range": 0,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 0,
  "DelayCD": 2,
  "Logic": "SkillSelfRange",
  "Logic_Param": {
    "range": 3,
    "range_num": 8
  },
  "Damage": [
    {
      "damChangePer": 3,
      "type": 8012
    }
  ],
  "DamTime": {
    "type": 1,
    "value": 2
  },
  "Buff": {
    "enemy": [
      120490
    ]
  },
  "Pvp_buff": {
    "enemy": [
      120490
    ]
  },
  "AttackAct": [
    "use_skill"
  ],
  "SE_attack": "Skill/EarthDrive_attack",
  "description": {
    "chinesesimplified": "##1180000",
    "english": "##1180000",
    "german": "##1180000",
    "portuguese": "##1180000",
    "spanish": "##1180000"
  }
}