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

78 lines
No EOL
2.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.

{
//一场战斗中浮游炮每发动一次伤害提升10%
"AbilityName":"Affix_CannonStart_DamageUp",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnBattleEnter":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleCannonDamageAdded",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 0
}
],
"OnBattleExit":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleCannonDamageAdded",
"ParamType": "float",
"ModifyFunction": "Replace",
"Param": 0
}
],
"OnSkillStart":
[
{
"$type": "MoleMole.SetAbilitySpecialAction",
"ParamName": "MultipleCannonDamageAdded",
"ParamType": "float",
"ModifyFunction": "Add",
"Param": 0.1,
"Predicates" :
[
{
"$type": "MoleMole.ByFromSkillType",
"Target": "Self",
"SkillType": "Cannon"
}
]
}
],
"OnHitOther":
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%MultipleCannonDamageAdded",
"Predicates":
[
{
"$type" : "MoleMole.ByAnimTagList",
"TagList" :
[
"Cannon"
]
}
]
}
]
},
"AbilitySpecials" :
{
"MultipleCannonDamageAdded" :
{
"Value" : 0
},
//表格参数
"AddedDamageRatio" :
{
"Value" : 0.1
}
}
}