NLDClient-yudde/ProjectNLD/Assets/Config/Data/fightcfg_fighttrainconfig.json

16 lines
419 B
JSON
Raw Normal View History

2025-12-03 14:24:02 +08:00
[
{
"id": 1,
"name": "测试用火车",
2025-12-09 13:59:44 +08:00
"model_path": "Assets/Art_Out/Other/TrainLevel/P_Bui0138_01 Variant.prefab",
2025-12-10 18:51:52 +08:00
"move_effect_id": 324,
2025-12-24 18:43:21 +08:00
"move_effect_id2": 328,
2025-12-15 18:29:09 +08:00
"start_move_audio_id": "SE_ev_train_honk",
"moving_audio_id": "SE_ev_trainrunning_loop",
"stop_audio_id": "SE_ev_train_brake",
2025-12-25 18:19:09 +08:00
"max_move_speed": 3,
2025-12-09 18:56:39 +08:00
"acc_speed": 2,
2025-12-10 14:24:54 +08:00
"dec_speed": 10,
2025-12-09 13:18:28 +08:00
"train_length": 12
2025-12-03 14:24:02 +08:00
}
]