mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
129 lines
3.4 KiB
JSON
129 lines
3.4 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitGroupEvent",
|
|
"EventName": {
|
|
"Value": "EnterDistrict_G{GroupID}"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.PPFilterStackEffect",
|
|
"StartRate": 0.9,
|
|
"Rate": 0.9,
|
|
"RecoverDuration": 0.1,
|
|
"AssetPath": "EnviroSystem/PostProcessFilterAsset/Flash.asset"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitSecond",
|
|
"WaitTime": {
|
|
"FixedValue": {
|
|
"Value": 0.1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PPFilterStackEffect",
|
|
"StartRate": 0.9,
|
|
"Rate": 0.9,
|
|
"RecoverDuration": 0.1,
|
|
"AssetPath": "EnviroSystem/PostProcessFilterAsset/BlackWhite.asset"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_task_feedback_childsDream_ghostCorridor_light"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.AdvCreateGroupEntity",
|
|
"InstanceIDList": [
|
|
300001,
|
|
300002,
|
|
300003,
|
|
300004,
|
|
300005,
|
|
300006,
|
|
300007,
|
|
300008,
|
|
300009,
|
|
300010,
|
|
300011,
|
|
300012,
|
|
300013,
|
|
300014,
|
|
300015,
|
|
300016,
|
|
300017,
|
|
300018,
|
|
300019,
|
|
300020,
|
|
300021,
|
|
300022,
|
|
300023,
|
|
300024,
|
|
300025,
|
|
300026,
|
|
300027
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitSecond",
|
|
"WaitTime": {
|
|
"FixedValue": {
|
|
"Value": 0.15
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PPFilterStackEffect",
|
|
"Active": false,
|
|
"StartRate": 0.9,
|
|
"Rate": 0,
|
|
"Duration": 0.35,
|
|
"AssetPath": "EnviroSystem/PostProcessFilterAsset/BlackWhite.asset"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PPFilterStackEffect",
|
|
"Active": false,
|
|
"StartRate": 0.9,
|
|
"Rate": 0.9,
|
|
"RecoverDuration": 0.1,
|
|
"AssetPath": "EnviroSystem/PostProcessFilterAsset/Flash.asset"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.AdvDistrictSetupTrigger",
|
|
"GroupID": {
|
|
"FixedValue": {
|
|
"Value": 13
|
|
}
|
|
},
|
|
"DistrictID": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"DisableAfterTrigger": true,
|
|
"TickInterval": 0.3,
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerGroupEvent",
|
|
"EventName": {
|
|
"Value": "EnterDistrict_G{GroupID}"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |