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

19 lines
409 B
JSON

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