mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
28 lines
556 B
JSON
28 lines
556 B
JSON
|
{
|
||
|
"AbilityName": "Affix_FieldStop_DamageUp",
|
||
|
"AbilitySpecials": {
|
||
|
"AddedDamageRatio": {
|
||
|
"Value": 0.2
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"FieldStopActions": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "DamageUp",
|
||
|
"Target": "TeamAvatars"
|
||
|
}
|
||
|
],
|
||
|
"ModifierStacking": "Unique"
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"DamageUp": {
|
||
|
"Duration": 3,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"Properties": {
|
||
|
"Actor_AddedDamageRatio": "%AddedDamageRatio"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|