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

35 lines
No EOL
957 B
JSON

{
// 精英敌人伤害提升
"AbilityName" : "Follower_Attack_Increase_EliteEnemy",
"AbilityStacking":"Unique",
"DefaultModifier" :
{
//"ModifierStacking" : "GlobalUnique",
"OnHitOther" :
[
{
"$type": "MoleMole.ModifyAttackDataAction",
"Target" : "Self",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedPlayerAttackRatio",
"Predicates" :
[
{
"$type" : "MoleMole.ByMonsterStrengthType",
"Target" : "Target",
"CompareType" : "Equal",
"StrengthType" : "Elite",
},
],
}
]
},
"AbilitySpecials":
{
"AddedPlayerAttackRatio":
{
"Value" : 0,
},
}
}