1
0
ZenlessData/Data/_unsorted/Device_Prop_MazingGoldenBombEnterExitDevice.json
2025-11-26 05:56:27 +01:00

40 lines
955 B
JSON

{
"AbilityName": "Device_Prop_MazingGoldenBombEnterExitDevice",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "MazingGoldenBombEnter",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "MazingGoldenBombEnter"
}
],
"Target": "Self"
},
{
"$type": "LogStringAction",
"LogStr": "收到事件!!!",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "MazingGoldenBombEnter"
}
]
},
{
"$type": "SendEventToViewObjectAction",
"EventName": "MazingGoldenBombExit",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "MazingGoldenBombExit"
}
],
"Target": "Self"
}
]
}
}