ZenlessData/Data/Treasurebox_RemoveEffect.json

21 lines
474 B
JSON
Raw Normal View History

{
"AbilityName": "Treasurebox_RemoveEffect",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "Treasurebox_LightEffect",
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Treasurebox_RareEffect",
"Target": "Self"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "Treasurebox_GreenLightEffect",
"Target": "Self"
}
]
}