ZenlessData/Data/Card_DailyUse_1000913.json

38 lines
758 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Card_DailyUse_1000913",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.4
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBattleEnter": [
{
"$type": "ApplyModifier",
"ModifierName": "AvatarDamageUp",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
]
}
],
"OnBattleExit": [
{
"$type": "RemoveModifier",
"ModifierName": "AvatarDamageUp"
}
]
},
"Modifiers": {
"AvatarDamageUp": {
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AddedDamageRatio"
}
}
}
}