mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
|
|
"GroupID": {
|
|
"FixedValue": {
|
|
"Value": 265
|
|
}
|
|
},
|
|
"DistrictID": {
|
|
"FixedValue": {
|
|
"Value": 500002
|
|
}
|
|
},
|
|
"TickInterval": 0.1
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvDistrictEnableTrigger",
|
|
"GroupID": {
|
|
"FixedValue": {
|
|
"Value": 265
|
|
}
|
|
},
|
|
"DistrictID": {
|
|
"FixedValue": {
|
|
"Value": 500002
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PredicateTaskList",
|
|
"Predicate": {
|
|
"$type": "RPG.GameCore.ByIsInDistrict",
|
|
"DistrictType": {
|
|
"$type": "RPG.GameCore.TargetFetchOwnerEntity"
|
|
},
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvLocalPlayer"
|
|
}
|
|
},
|
|
"FailedTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PredicateTaskList",
|
|
"Predicate": {
|
|
"$type": "RPG.GameCore.ByCompareGroupProperty",
|
|
"GroupID": 265,
|
|
"DynamicName": {
|
|
"Value": "State"
|
|
},
|
|
"CompareType": "Equal",
|
|
"CompareValue": 1
|
|
},
|
|
"SuccessTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.RequestSetServerGroupPropertyV2",
|
|
"GroupID": 265,
|
|
"DynamicName": {
|
|
"Value": "State"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "EntityInstance",
|
|
"EntityEventList": []
|
|
} |