ZenlessData/Data/Card_DailyUse_1000911.json
2024-08-13 22:59:23 -03:00

53 lines
1.1 KiB
JSON

{
"AbilityName": "Card_DailyUse_1000911",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 1.0
},
"DurationTime": {
"Value": 10.0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBattleEnter": [
{
"$type": "ApplyModifier",
"ModifierName": "TimerModifier",
"Target": "Self"
}
],
"OnBattleExit": [
{
"$type": "RemoveModifier",
"ModifierName": "TimerModifier",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "AddedDamageRatioModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"AddedDamageRatioModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AddedDamageRatio"
}
},
"TimerModifier": {
"Duration": "%DurationTime",
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "AddedDamageRatioModifier",
"Target": "Self"
}
]
}
}
}