OSPRODWin1.1.0_R3563587_S3563587_D3563587

This commit is contained in:
Dimbreath
2024-08-13 22:59:23 -03:00
parent c41e9aec5e
commit c3a86751c1
4027 changed files with 4661713 additions and 0 deletions

19
Data/NPC_Box.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
]
}
}