
Strength Vow
Lvl: 5
Buff
CD: 15 sec
Skill Delay: 2 sec
SP: 100
Range: 5
Cast Time: 2
Fixed Cast Time: 0.5
Transform 50% of your Str to an ally for 30 seconds. Only takes effect on one teammate at a time
Lvl: 4
Buff
CD: 15 sec
Skill Delay: 2 sec
SP: 100
Range: 5
Cast Time: 2
Fixed Cast Time: 0.5
• Transform 40% of your Str to an ally for 30 seconds. Only takes effect on one teammate at a time
Lvl: 3
Buff
CD: 15 sec
Skill Delay: 2 sec
SP: 100
Range: 5
Cast Time: 2
Fixed Cast Time: 0.5
• Transform 30% of your Str to an ally for 30 seconds. Only takes effect on one teammate at a time
Lvl: 2
Buff
CD: 15 sec
Skill Delay: 2 sec
SP: 100
Range: 5
Cast Time: 2
Fixed Cast Time: 0.5
• Transform 20% of your Str to an ally for 30 seconds. Only takes effect on one teammate at a time
Lvl: 1
Buff
CD: 15 sec
Skill Delay: 2 sec
SP: 100
Range: 5
Cast Time: 2
Fixed Cast Time: 0.5
• Transform 10% of your Str to an ally for 30 seconds. Only takes effect on one teammate at a time
Team 6200
function CommonFun.calcBuff_6200(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local skilllv = srcUser:GetLernedSkillLevel(3801_ROYAL_GUARD:STRENGTH_VOW)
local skilllv2 = srcUser:GetLernedSkillLevel(4407_CHRONOMANCER:LIFE_VOW)
local Str = srcUser:GetProperty("Str")
local A = math.floor((skilllv + skilllv2) * 0.1 * Str)
return A
end
Team
{
"id": 130010,
"BuffDesc": "Strength Vow: Strength Increase",
"BuffIcon": "skillbuff_commonbuff",
"BuffName": "Strength Shield",
"BuffRate": {
"Odds": 100
},
"IconType": 1,
"BuffEffect": {
"Str": {
"type": 6200
},
"type": "AttrTransfer"
},
"BuffStateID": 130010
}
Formula
{
"CD": 15,
"id": 3801005,
"Buff": {
"team": [
130010
]
},
"Cost": 1,
"Desc": [
{
"id": 3801000,
"params": [
50
]
}
],
"Icon": "skill_3801001",
"Camps": "Team",
"Level": 5,
"Logic": "SkillLockedTarget",
"DescId": "##171575",
"NameZh": "##169297",
"DelayCD": 2,
"Fire_EP": 0,
"SE_cast": "Skill/Magic_cast",
"ItemCost": [
{
"id": 12903,
"count": 1020
}
],
"Pvp_buff": {
"team": [
130010
]
},
"AttackAct": [
"use_magic_Spear"
],
"Attack_EP": 3,
"Lead_Type": {
"CCT": 0.5,
"FCT": 2,
"type": 2
},
"SE_attack": "Skill/skill_magic_strength_attack",
"SkillCost": {
"sp": 100
},
"SkillType": "Buff",
"Target_EP": 3,
"Launch_Range": 5,
"AutoCondition": [
{
"time": 30,
"type": 1,
"no_target": 1
},
{
"type": 7,
"no_target": 1,
"follow_target": 1,
"only_lock_target": 1
}
],
"ExtraMaxLevel": 0,
"NoTargetAutoCast": 1
}