mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitPropStateChange",
|
|
"InstanceID": 300003,
|
|
"ToState": "Open",
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomFloat",
|
|
"Name": {
|
|
"Value": "FCV_StoneTalk"
|
|
},
|
|
"Value": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PredicateTaskList",
|
|
"Predicate": {
|
|
"$type": "RPG.GameCore.ByComparePropState",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.GroupFetchLocalTarget",
|
|
"TargetType": "Prop",
|
|
"Targets": [
|
|
300003
|
|
]
|
|
},
|
|
"State": "Open"
|
|
},
|
|
"SuccessTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomFloat",
|
|
"Name": {
|
|
"Value": "FCV_StoneTalk"
|
|
},
|
|
"Value": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitPropStateChange",
|
|
"InstanceID": 300003,
|
|
"FromState": "Open",
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomFloat",
|
|
"Name": {
|
|
"Value": "FCV_StoneTalk"
|
|
},
|
|
"Value": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group",
|
|
"EntityEventList": []
|
|
} |