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

70 lines
No EOL
1.7 KiB
JSON

{
// 击杀敌人后,造成伤害提升(0)
"AbilityName" : "Follower_KillEnemy_IncreaseAttack",
"AbilityStacking": "Unique",
"DefaultModifier":
{
"OnKillOther" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "IncreaseAttackModifier",
"Predicates" :
[
{
"$type": "MoleMole.ByOr",
"Predicates" :
[
{
"$type": "MoleMole.ByAliveState",
"AliveState": "ExecuteCore",
"Target" : "Target",
},
{
"$type": "MoleMole.ByAliveState",
"AliveState": "Dead",
"Target" : "Target",
}
]
}
]
},
],
},
"Modifiers" :
{
"IncreaseAttackModifier":
{
"MaxStackingNumber": 3,
"ModifierStacking": "MultipleAllRefresh",
"Duration": "%Dynamic_Duration",
"OnHitOther" :
[
{
"$type" : "MoleMole.ModifyAttackDataAction",
"PropertyKey" : "Actor_AddedDamageRatio",
"PropertyValue" : "%Dynamic_Actor_AddedAttackRatio",
},
],
},
},
"AbilitySpecials":
{
"Dynamic_Actor_AddedAttackRatio":
{
"Value" : 0
},
"Dynamic_Duration":
{
"Value" : 5
},
}
}