HollowPS_TV_experiments/extras/zzz-0.1-jsons/Affix_FieldStay_DamageUp.json

103 lines
No EOL
3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//角色每在力场中待1秒力场结束后在本场战斗伤害提升1%
"AbilityName":"Affix_FieldStay_DamageUp",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "DamageUp",
"Target" : "TeamAvatars"
}
],
"OnBattleEnter":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleStayTimeAdded",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 0
}
],
"OnBattleExit":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleStayTimeAdded",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 0
}
],
"FieldStartActions":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "FieldStay_DamageUp",
"Target" : "Buddy"
}
],
"FieldStopActions":
[
{
"$type" : "MoleMole.RemoveModifier",
"ModifierName" : "FieldStay_DamageUp",
"Target" : "Buddy"
}
]
},
"Modifiers":
{
"FieldStay_DamageUp":
{
"ModifierStacking":"Unique",
"Duration": -1,
"ThinkInterval" : 1,
"OnThinkInterval" :
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleStayTimeAdded",
"ParamType": "float",
"ModifyFunction": "Add",
"Param": 0.01,
"Predicates":
[
{
"$type" : "MoleMole.ByIsInFieldRange",
"Target" : "LocalAvatar"
}
]
}
]
},
"DamageUp":
{
"ModifierStacking":"Unique",
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%MultipleStayTimeAdded"
}
]
}
},
"AbilitySpecials" :
{
"MultipleStayTimeAdded" :
{
"Value" : 0
},
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.1
}
}
}