Level 1
##800000
Skill #930001
Deals (Atk[8df936]%s%%[-]) Dmg to a target and reduces their Move Spd
Level 1
##800000
Formulas & functions
Formula source
function CommonFun.calcDamage_8012(srcUser, targetUser, params, damageParam, logger)
local damChangePer = damageParam.damChangePer
local A = 1000 * damChangePer
return A, CommonFun.DamageType.Normal
endSkill JSON (Level 1)
{
"id": 930001,
"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": [
120500
]
},
"Pvp_buff": {
"enemy": [
120500
]
},
"AttackAct": [
"use_magic"
],
"SE_cast": "Common/Magic_cast",
"SE_attack": "Common/Cardroom_Meteorite",
"description": {
"chinesesimplified": "##800000",
"english": "##800000",
"german": "##800000",
"portuguese": "##800000",
"spanish": "##800000"
}
}