local luzhouDef=ZPFramework.ZPFrameworkClassImprot("zp_base.luaScript.ZPDef") --一般邀请信息标题用 luzhouDef.GameName = "泸州大贰" luzhouDef.TipFile.HU = "zp_huType_%d.png" luzhouDef.GameID = 32 luzhouDef.Game_Bg = { [1] = { ['2d'] = "luzhou/res/zy_fangjian/liuzhou_2d_red_bg.jpg", ['3d'] = "luzhou/res/zy_fangjian/hongzhong_mingliang_3d_bg.png", }, [2] = { ['2d'] = "luzhou/res/zy_fangjian/liuzhou_2d_green_bg.jpg", ['3d'] = "luzhou/res/zy_fangjian/hongzhong_rouhe_3d_bg.jpg", }, [3] = { ['2d'] = "luzhou/res/zy_fangjian/liuzhou_2d_blue_bg.jpg", ['3d'] = "luzhou/res/zy_fangjian/hongzhong_jingdian3d_bg.png", }, } luzhouDef.LUZHOUDAER_GAME_CHAT_TXT = { [1] = {txt="哎,今天脑壳有点当!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_1.ogg"}, [2] = {txt="大哥大姐些,我要耽搁哈儿,几盘打了就走了!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_2.ogg"}, [3] = {txt="搞快点紧到旋啥子嘛,几哈打起走!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_3.ogg"}, [4] = {txt="嗨呀,刚好恰十胡儿!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_4.ogg"}, [5] = {txt="慌啥子嘛,等我麦一哈儿!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_5.ogg"}, [6] = {txt="哦豁,洗白了噻,明天怕是要去方山烧哈香哦!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_6.ogg"}, [7] = {txt="牌打得可以哦!",oggStandard="zp_base/res/sound/chat/zp_%s_%s_7.ogg"}, } luzhouDef.ChatTxt = luzhouDef.LUZHOUDAER_GAME_CHAT_TXT return luzhouDef