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

35 lines
No EOL
813 B
JSON

{
// 防御力提升
"AbilityName" : "Affix_General_DamageTakenDown_Lv2",
"AbilityStacking":"Mutiple",
"DefaultModifier" :
{
"ModifierStacking": "Unique",
"OnAdded":
[
{
"$type" : "MoleMole.ApplyModifier",
"ModifierName" : "DamageTakenDown",
"Target" : "TeamAvatars"
}
]
},
"Modifiers":
{
"DamageTakenDown":
{
"ModifierStacking":"Unique",
"Properties" :
{
"Actor_DamageTakeRatio" : "%DamageTakeRatio"
}
}
},
"AbilitySpecials":
{
"DamageTakeRatio":
{
"Value" : -0.1
}
}
}