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

19 lines
388 B
JSON

{
"AbilityName": "NPC_TreasureBox_01",
"DefaultModifier": {
"OnOpenBox": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Treasure_Open",
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_OpenBox",
"ParamType": 1,
"Target": "Self"
}
]
}
}