31 lines
658 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|