皮卡丘 发表于 2022-7-12 23:06:57

多个列车JSON

请问多个一个追加有多个列车的话,那么Json怎么写?

petermen 发表于 2022-7-13 08:31:05

{
        "custom_trains":{
                "test":{
                        "name":"1",
                        "color":"FBFF1F",
                        "base_train_type":"k_train",
                        "texture_id":"mtr:custom_directory/k_train.png"
                },
                "test1":{
                        "name":"2",
                        "color":"15E1FF",
                        "base_train_type":"s_train",
                        "texture_id":"mtr:custom_directory/s_train.png"
                },
                "test2":{
                        "name":"3",
                        "color":"F21E04",
                        "base_train_type":"r179",
                        "texture_id":"mtr:custom_directory/r179.png"
                },
                "test3":{
                        "name":"4",
                        "color":"F21E04",
                        "base_train_type":"c_train_small",
                        "texture_id":"mtr:custom_directory/c_train.png"
                },
                "test4":{
                        "name":"5",
                        "color":"605B5B",
                        "base_train_type":"mlr_small",
                        "texture_id":"mtr:custom_directory/mlr.png"
                },
                "test5":{
                        "name":"6",
                        "color":"605B5B",
                        "base_train_type":"sp1900_small",
                        "texture_id":"mtr:custom_directory/sp1900.png"
                }
        }
}

petermen 发表于 2022-7-13 08:31:28

petermen 发表于 2022-7-13 08:31
{
        "custom_trains":{
                "test":{


有几个就写几个

nihao 发表于 2022-7-13 17:50:43

MNNNNNNNNNNNNNNNNNNNNNNNBBBBBBBBBBBBBBBBBBBBBBBB

Xiaotang27 发表于 2022-7-16 20:36:09

nihao 发表于 2022-7-13 17:50
MNNNNNNNNNNNNNNNNNNNNNNNBBBBBBBBBBBBBBBBBBBBBBBB

能不能不要灌水

MTRBBS_Eidan 发表于 2022-7-17 01:32:37

Xiaotang27 发表于 2022-7-16 20:36
能不能不要灌水

你不会扣分?
页: [1]
查看完整版本: 多个列车JSON