mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
26 lines
552 B
JSON
26 lines
552 B
JSON
|
{
|
||
|
"AbilityName": "Affix_ResonateReduceCD_BeingHit",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "ResonateReduceCD_BeingHit",
|
||
|
"Target": "TeamAvatars"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"ResonateReduceCD_BeingHit": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnBeingHit": [
|
||
|
{
|
||
|
"$type": "ModifySkillTypeCDAction",
|
||
|
"Ratio": -1,
|
||
|
"SkillType": "Resonate",
|
||
|
"Target": "Buddy"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|