Level 1
##79000
Skill #15168001
Attacks a single target with fire arrows from the sky, dealing Fire Damage and a small amount of true magic damage.
Level 1
##79000
Formulas & functions
Formula source
function CommonFun.calcBuff_7991(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local skilllv_fs = srcUser:GetLernedSkillLevel(88)
local skilllv_xd = srcUser:GetLernedSkillLevel(1919)
local A = math.max(skilllv_fs, skilllv_xd) * 5
return A
endFormula 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": 15168001,
"NameZh": "火箭术",
"Level": 1,
"Icon": "skill_79001",
"Cost": 1,
"Desc": [
{
"id": 79000,
"params": [
100
]
}
],
"RollType": 2,
"SkillType": "Attack",
"Camps": "Enemy",
"Launch_Range": 12,
"Fire_EP": 3,
"Target_EP": 2,
"Attack_EP": 3,
"Lead_Type": {
"ReadyTime": 0,
"type": 1
},
"Logic": "SkillLockedTarget",
"Damage": [
{
"damChangePer": 0.05,
"damChangePer1": 10000,
"type": 8001
}
],
"DamTime": {
"type": 1,
"value": 3
},
"Buff": {
"enemy": [
85140
]
},
"Pvp_buff": {
"enemy": [
85140
]
},
"CastAct": "reading",
"AttackAct": [
"use_magic"
],
"SE_cast": "Common/Magic_cast",
"SE_hit": "Skill/FireWall_hit",
"description": {
"chinesesimplified": "##79000",
"english": "##79000",
"german": "##79000",
"portuguese": "##79000",
"spanish": "##79000"
}
}