mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
120 lines
2.7 KiB
JSON
120 lines
2.7 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "M06",
|
|
"PrefabAlias": "Eff_0"
|
|
}
|
|
],
|
|
"EnableState": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "M06",
|
|
"PrefabAlias": "Eff_1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
|
|
"Name": {
|
|
"Value": "FCV_EffSwitch"
|
|
},
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "M06",
|
|
"PrefabAlias": "Eff_0"
|
|
}
|
|
],
|
|
"EnableState": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "M06",
|
|
"PrefabAlias": "Eff_1"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
|
|
"Name": {
|
|
"Value": "FCV_EffSwitch"
|
|
},
|
|
"CompareType": "Equal",
|
|
"CompareValue": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitFloorCustomValueChangeV2",
|
|
"Name": {
|
|
"Value": "FCV_EffSwitch"
|
|
},
|
|
"OnChange": [
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "M06",
|
|
"PrefabAlias": "Eff_0"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetStageItemState",
|
|
"ItemList": [
|
|
{
|
|
"BlockAlias": "M06",
|
|
"PrefabAlias": "Eff_1"
|
|
}
|
|
],
|
|
"EnableState": true
|
|
}
|
|
],
|
|
"Condition": {
|
|
"$type": "RPG.GameCore.ByCompareFloorCustomFloatV2",
|
|
"Name": {
|
|
"Value": "FCV_EffSwitch"
|
|
},
|
|
"CompareType": "Equal",
|
|
"CompareValue": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group",
|
|
"EntityEventList": []
|
|
} |