21 lines
474 B
JSON
21 lines
474 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|