ZenlessData/Data/Device_Prop_Collection_01_Interact.json
2024-12-17 20:43:14 -03:00

31 lines
695 B
JSON

{
"AbilityMixins": [
{
"$type": "AddInteractMixin",
"InteractKey": "Object_Gather",
"InteractTag": "Object_Gather",
"IsMonopolize": false,
"OnInteract": [
{
"$type": "LDListenEntityAction",
"TargetKey": "GatherCollected"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_InLevelAction",
"ParamType": 1,
"Target": "Self"
}
],
"OnInteractForbidden": [
],
"OnInteractRemove": [
]
}
],
"AbilityName": "Device_Prop_Collection_01_Interact",
"AbilityStacking": "Unique",
"Modifiers": {
}
}