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

31 lines
658 B
JSON

{
"AbilityName": "Interact_Box",
"DefaultModifier": {
"OnInteractMsg": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Treasure_Open",
"Predicates": [
{
"$type": "ByInteractMsgContent",
"Content": "OnDone"
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_OpenBox",
"ParamType": 1,
"Predicates": [
{
"$type": "ByInteractMsgContent",
"Content": "OnDone"
}
],
"Target": "Self"
}
]
}
}