mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
31 lines
625 B
JSON
31 lines
625 B
JSON
|
{
|
||
|
"AbilityName": "Card_Blunt_2000711",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_AddedDamageRatio": {
|
||
|
"Value": -0.5
|
||
|
},
|
||
|
"TimeOfDuration": {
|
||
|
"Value": 30
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnStunCreateActions": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "AtkDownBuff",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"AtkDownBuff": {
|
||
|
"Duration": "%TimeOfDuration",
|
||
|
"ModifierStacking": "Replace",
|
||
|
"Properties": {
|
||
|
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|