猪猪侠 发表于 2024-5-27 04:20:36

翻译


Config.Uniforms = {
    recruit = {
      male = {
            tshirt_1 = 59,tshirt_2 = 1,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = 46,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      },
      female = {
            tshirt_1 = 36,tshirt_2 = 1,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = 45,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      }
    },

    officer = {
      male = {
            tshirt_1 = 58,tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      },
      female = {
            tshirt_1 = 35,tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 0,   decals_2 = 0,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      }
    },

    sergeant = {
      male = {
            tshirt_1 = 58,tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 8,   decals_2 = 1,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      },
      female = {
            tshirt_1 = 35,tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 7,   decals_2 = 1,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      }
    },

    lieutenant = {
      male = {
            tshirt_1 = 58,tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 8,   decals_2 = 2,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      },
      female = {
            tshirt_1 = 35,tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 7,   decals_2 = 2,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      }
    },

    boss = {
      male = {
            tshirt_1 = 58,tshirt_2 = 0,
            torso_1 = 55,   torso_2 = 0,
            decals_1 = 8,   decals_2 = 3,
            arms = 41,
            pants_1 = 25,   pants_2 = 0,
            shoes_1 = 25,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      },
      female = {
            tshirt_1 = 35,tshirt_2 = 0,
            torso_1 = 48,   torso_2 = 0,
            decals_1 = 7,   decals_2 = 3,
            arms = 44,
            pants_1 = 34,   pants_2 = 0,
            shoes_1 = 27,   shoes_2 = 0,
            helmet_1 = -1,helmet_2 = 0,
            chain_1 = 0,    chain_2 = 0,
            ears_1 = 2,   ears_2 = 0
      }
    },

    bullet_wear = {
      male = {
            bproof_1 = 11,bproof_2 = 1
      },
      female = {
            bproof_1 = 13,bproof_2 = 1
      }
    },

    gilet_wear = {
      male = {
            tshirt_1 = 59,tshirt_2 = 1
      },
      female = {
            tshirt_1 = 36,tshirt_2 = 1
      }
    }


ChatGPT 发表于 2024-5-27 04:20:46

这段代码是一个配置文件,用来定义不同职位和性别的人物服装。其中包括了招募员工,警官,中士,上尉,老板等职位的男女服装配置以及防弹衣和护甲的配置。这段代码应该放在服务器的脚本文件server.lua中。
页: [1]
查看完整版本: 翻译