mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
110 lines
2.8 KiB
JSON
110 lines
2.8 KiB
JSON
{
|
|
"MunicipalName": "Chap01_Square",
|
|
"SettingData": {
|
|
"CrowdGroupMaxNum": 6,
|
|
"PedestrianMaxNum": 30,
|
|
"CrowdPercents": [
|
|
100,
|
|
100,
|
|
90,
|
|
20,
|
|
0
|
|
],
|
|
"PedestrianPercents": [
|
|
100,
|
|
80,
|
|
60,
|
|
15,
|
|
5
|
|
],
|
|
"AssemScoreLimit": [
|
|
3,
|
|
3,
|
|
2,
|
|
2,
|
|
1
|
|
]
|
|
},
|
|
"TrainSetting": {
|
|
"TrainList": [
|
|
{
|
|
"TrainName": "Chap01_Square_Train01",
|
|
"BoostInitAcclerate": 0.5,
|
|
"MaxBoostAccelerate": 1.2,
|
|
"WithTheBoostAcceleration": 0.1,
|
|
"BrakeInitAcclerate": 0.3,
|
|
"MaxBrakeAccelerate": 1.5,
|
|
"WithTheBrakeAcceleration": 0.15,
|
|
"MoveSpeed": 6,
|
|
"TrainPrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Tramcar_01/Chap01_Prop_Tramcar_01.prefab",
|
|
"TrackPath": "Municipal/CityTrain/Chap01_Square_Train01_Path.prefab",
|
|
"DepartureTnterval": 15,
|
|
"DwellTime": 15,
|
|
"CloseDoorTime": 13,
|
|
"HardBrakeAccelerateStart": 4,
|
|
"HardBrakeAccelerateEnd": 1.5,
|
|
"HardBrakeAttenuation": 2,
|
|
"BlockAlertTime": 5,
|
|
"HardBrakeEffectMinSpeed": 5,
|
|
"AvoidanceBoostTime": 1,
|
|
"WheelViewDistance": 30,
|
|
"GetOnInfo": {
|
|
"LineUpPointName": "LineUp_10101001_67_1_0",
|
|
"LineUpPointMixGapTime": 1
|
|
},
|
|
"GetOffInfo": {
|
|
"PathGroupID": 67,
|
|
"PathID": 1,
|
|
"NodeIndex": 16,
|
|
"GetOffNumMin": 5,
|
|
"GetOffNumMax": 3,
|
|
"GetOffTimeGap": 1,
|
|
"Offset": {
|
|
"X": 1,
|
|
"Y": 0,
|
|
"Z": 0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"TrainName": "Chap01_Square_Train02",
|
|
"BoostInitAcclerate": 0.5,
|
|
"MaxBoostAccelerate": 1.2,
|
|
"WithTheBoostAcceleration": 0.1,
|
|
"BrakeInitAcclerate": 0.3,
|
|
"MaxBrakeAccelerate": 1.5,
|
|
"WithTheBrakeAcceleration": 0.15,
|
|
"MoveSpeed": 6,
|
|
"TrainPrefabPath": "Props/Outputs/Chap01/Chap01_Prop_Tramcar_01/Chap01_Prop_Tramcar_01.prefab",
|
|
"TrackPath": "Municipal/CityTrain/Chap01_Square_Train02_Path.prefab",
|
|
"DepartureTnterval": 10,
|
|
"DwellTime": 15,
|
|
"CloseDoorTime": 13,
|
|
"HardBrakeAccelerateStart": 4,
|
|
"HardBrakeAccelerateEnd": 1.5,
|
|
"HardBrakeAttenuation": 2,
|
|
"BlockAlertTime": 5,
|
|
"HardBrakeEffectMinSpeed": 5,
|
|
"AvoidanceBoostTime": 1,
|
|
"WheelViewDistance": 30,
|
|
"GetOnInfo": {
|
|
"LineUpPointName": "LineUp_10101001_67_2_0",
|
|
"LineUpPointMixGapTime": 1
|
|
},
|
|
"GetOffInfo": {
|
|
"PathGroupID": 67,
|
|
"PathID": 2,
|
|
"NodeIndex": 17,
|
|
"GetOffNumMin": 5,
|
|
"GetOffNumMax": 3,
|
|
"GetOffTimeGap": 1,
|
|
"Offset": {
|
|
"X": -1,
|
|
"Y": 0,
|
|
"Z": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |