Skill #932001

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

Level 1

##800000

Cost 1 | Attack

ID 932001

Formulas & functions

CommonFun links

932001Lv 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": 932001,
  "NameZh": "",
  "Level": 1,
  "Icon": "xpskill10",
  "Cost": 1,
  "Desc": [
    {
      "id": 800000,
      "params": [
        100,
        2,
        20,
        7
      ]
    }
  ],
  "RollType": 2,
  "SkillType": "Attack",
  "Camps": "Enemy",
  "Launch_Range": 9,
  "Fire_EP": 3,
  "Target_EP": 3,
  "Attack_EP": 3,
  "DelayCD": 2,
  "Logic": "SkillRandomRange",
  "Logic_Param": {
    "count": 2,
    "effect_range": 3,
    "interval": 1,
    "interval_effect": {
      "effect": "Skill/CrimsonRock"
    },
    "isCountTrap": 1,
    "no_select": 1,
    "range": 4,
    "range_num": 8
  },
  "Damage": [
    {
      "damChangePer": 2,
      "type": 8012
    }
  ],
  "DamTime": {
    "type": 1,
    "value": 1
  },
  "Buff": {
    "enemy": [
      120520
    ]
  },
  "Pvp_buff": {
    "enemy": [
      120520
    ]
  },
  "AttackAct": [
    "use_magic"
  ],
  "SE_cast": "Common/Magic_cast",
  "SE_attack": "Common/Cardroom_Meteorite",
  "description": {
    "chinesesimplified": "##800000",
    "english": "##800000",
    "german": "##800000",
    "portuguese": "##800000",
    "spanish": "##800000"
  }
}