mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
44 lines
908 B
JSON
44 lines
908 B
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
|
|
"DistrictID": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"TickInterval": 0.1,
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomBool",
|
|
"Name": {
|
|
"Value": "GuruGru_AirWall_01"
|
|
},
|
|
"Value": {}
|
|
}
|
|
],
|
|
"OnExit": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomBool",
|
|
"Name": {
|
|
"Value": "GuruGru_AirWall_01"
|
|
},
|
|
"Value": {
|
|
"Value": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |