mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitEntityEventV2",
|
|
"EventName": {
|
|
"Value": "Clt_OnUseFinish"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.GenericSwitchCase",
|
|
"SwitchRef": {
|
|
"$type": "RPG.GameCore.SwitchRefFloorCustomFloat",
|
|
"Name": {
|
|
"Value": "FCV_Vol_In_01"
|
|
}
|
|
},
|
|
"Cases": [
|
|
{
|
|
"$type": "RPG.GameCore.NumberCaseContainer",
|
|
"Case": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomFloat",
|
|
"Name": {
|
|
"Value": "FCV_Vol_In_01"
|
|
},
|
|
"Value": {
|
|
"FixedValue": {
|
|
"Value": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.NumberCaseContainer",
|
|
"Case": {
|
|
"FixedValue": {
|
|
"Value": 2
|
|
}
|
|
},
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "RPG.GameCore.SetFloorCustomFloat",
|
|
"Name": {
|
|
"Value": "FCV_Vol_In_01"
|
|
},
|
|
"Value": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.GroupFetchLocalTarget",
|
|
"TargetType": "Prop",
|
|
"Targets": [
|
|
300001
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |