mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
27 lines
550 B
JSON
27 lines
550 B
JSON
{
|
|
"AbilityName": "Affix_General_DamageTakenDown_Lv1",
|
|
"AbilitySpecials": {
|
|
"DamageTakeRatio": {
|
|
"Value": -0.05
|
|
}
|
|
},
|
|
"AbilityStacking": "Multiple",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "DamageTakenDown",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"DamageTakenDown": {
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_DamageTakeRatio": "%DamageTakeRatio"
|
|
}
|
|
}
|
|
}
|
|
} |