Level 1
##73000
Skill #74430001
Deals (Atk[8df936]%s%%[-]) Dmg to a target and reduces their Move Spd
Level 1
##73000
Formulas & functions
Formula source
function CommonFun.calcDamage_8001(srcUser, targetUser, params, damageParam, logger)
local damChangePer = damageParam.damChangePer
local damChangePer1 = damageParam.damChangePer1
local MaxHp = targetUser:GetProperty("MaxHp")
local A = MaxHp * damChangePer + damChangePer1
if A <= 1 then
return 1
end
return A
endSkill JSON (Level 1)
{
"id": 74430001,
"Level": 1,
"Icon": "skill_10000",
"Cost": 0,
"Desc": [
{
"id": 73000,
"params": [
100
]
}
],
"RollType": 2,
"Launch_Type": 1,
"SkillType": "Attack",
"Camps": "Enemy",
"Launch_Range": 6,
"Fire_EP": 3,
"Target_EP": 3,
"Attack_EP": 3,
"Logic": "SkillLockedTarget",
"Logic_Param": {
"emit": {
"effect": "MagicanAttack,LowFire_B",
"speed": 20,
"type": 1
}
},
"Damage": [
{
"damChangePer": 0.25,
"damChangePer1": 0,
"type": 8001
}
],
"DamTime": {
"type": 1,
"value": 1
},
"AttackAct": [
"attack"
],
"description": {
"chinesesimplified": "##73000",
"english": "##73000",
"german": "##73000",
"portuguese": "##73000",
"spanish": "##73000"
}
}