40 lines
955 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |