turnbasedgamedata/Config/Level/LevelInstanceGraph/F20421001/LG_Prop_F20421001_G243_300009.json
2025-02-24 07:50:34 -03:00

55 lines
1.1 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEvent",
"EventName": {
"Value": "Clt_TriggerVisibel"
},
"OnEvent": [
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Visible": true
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEvent",
"EventName": {
"Value": "Clt_TriggerInVisibel"
},
"OnEvent": [
{
"$type": "RPG.GameCore.SetEntityVisible",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
]
}
],
"Type": "EntityInstance",
"EntityEventList": [
{
"Name": "Clt_TriggerVisibel"
},
{
"Name": "Clt_TriggerInVisibel"
}
]
}