mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
40 lines
924 B
JSON
40 lines
924 B
JSON
{
|
|
"AbilityName": "Affix_ResonateInCD_DamageTakenDown",
|
|
"AbilitySpecials": {
|
|
"DamageTakeRatio": {
|
|
"Value": -0.2
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ResonateInCD_DamageTakenDown",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ResonateInCD_DamageTakenDown": {
|
|
"ModifierStacking": "Unique",
|
|
"OnBeingHitPre": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "BySkillTypeReady",
|
|
"IsAnd": true,
|
|
"SkillType": "Resonate",
|
|
"Target": "Buddy"
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_DamageTakeRatio",
|
|
"PropertyValue": "%DamageTakeRatio",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |