mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
19 lines
409 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |