36 lines
No EOL
1.1 KiB
JSON
36 lines
No EOL
1.1 KiB
JSON
{
|
|
|
|
//浮游炮攻击距离角色6米以内的敌人时伤害提高50%
|
|
|
|
"AbilityName":"Affix_CannonDamageUp_ByDistance",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
"DefaultModifier":
|
|
|
|
{
|
|
|
|
"ModifierStacking":"Unique",
|
|
|
|
"OnHitOther":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.ModifyAttackDataAction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
|
|
"PropertyValue": "%AddedDamageRatio",
|
|
|
|
"Predicates":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ByDistance",
|
|
|
|
"Distance" : 6,
|
|
|
|
"Target" : "Target",
|
|
|
|
"CompareType" : "LessEqual",
|
|
|
|
"CompareTarget" : "LocalAvatar"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AbilitySpecials" :
|
|
|
|
{
|
|
|
|
//表格参数
|
|
|
|
"AddedDamageRatio" :
|
|
|
|
{
|
|
|
|
"Value" : 0.5
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} |