----------------------------------------------------------------------- -- 鱼儿属性配置表, 可按外形或功能进行分类;notice: 区间一般是[) ----------------------------------------------------------------------- local config = { -- 鱼的列表 ["FishMap"] = { -- 下标为鱼的类型,此处由策划确定 [101] = { -- 鱼的名称 ["CHNName"] = "蝴蝶鱼", ["FishName"] = "Ikan Kupu-Kupu", -- 鱼分值 ["FishPeiLv"] = 3, -- 随机分值区间[)(如果是成长鱼以鱼阶段分为准) --["RandValueRange"] = {Left=30,Right=151}, -- 随机一个值作为鱼分值 -- ["RandValueOne"] = {100, 200} -- 按鱼外形划分(0:小鱼,1:大鱼) ["Type"] = 0, -- 按鱼功能划分(0:普通鱼,1:掉落鱼,2:升级鱼,3:闪电鱼,4:奖金鱼,5:大奖章鱼,6:雷皇龙) ["FuncType"] = 0, -- 鱼存活时间(秒) ["AliveTime"] = 60, -- 是否额外加税收 ["IsExtraTax"] = false, }, [102] = { ["CHNName"] = "蜻蜓鱼", ["FishName"] = "Ikan Capung", ["FishPeiLv"] = 2, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [103] = { ["CHNName"] = "比目鱼", ["FishName"] = "Ikan Flounder", ["FishPeiLv"] = 4, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [104] = { ["CHNName"] = "热带黄鱼", ["FishName"] = "Ikan Kuning Tropis", ["FishPeiLv"] = 5, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [105] = { ["CHNName"] = "大眼金鱼", ["FishName"] = "Ikan Mas Mata Besar", ["FishPeiLv"] = 7, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [106] = { ["CHNName"] = "狮头鱼", ["FishName"] = "Ikan Kepala Singa", ["FishPeiLv"] = 8, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [107] = { ["CHNName"] = "七彩鱼", ["FishName"] = "Ikan Berwarna-warni", ["FishPeiLv"] = 9, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [108] = { ["CHNName"] = "小丑鱼", ["FishName"] = "Ikan Badut", ["FishPeiLv"] = 6, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [109] = { ["CHNName"] = "愤怒河豚", ["FishName"] = "Angry Pufferfish", ["FishPeiLv"] = 10, ["Type"] = 0, ["FuncType"] = 2, ["AliveTime"] = 60, }, [110] = { ["CHNName"] = "孔雀鱼", ["FishName"] = "Ikan Guppy", ["FishPeiLv"] = 20, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [111] = { ["CHNName"] = "小青蛙", ["FishName"] = "Kodok Kecil", ["FishPeiLv"] = 10, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [112] = { ["CHNName"] = "乌龟", ["FishName"] = "Kura-Kura Darat", ["FishPeiLv"] = 12, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [113] = { ["CHNName"] = "龙虾", ["FishName"] = "Lobster", ["FishPeiLv"] = 68, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [114] = { ["CHNName"] = "地鲶鱼", ["FishName"] = "Ikan Lele", ["FishPeiLv"] = 35, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [115] = { ["CHNName"] = "寒冰鱼", ["FishName"] = "Frozen Fish", ["FishPeiLv"] = 30, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [116] = { ["CHNName"] = "地狱火鱼", ["FishName"] = "Ikan Api Neraka", ["FishPeiLv"] = 15, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [117] = { ["CHNName"] = "剑鱼", ["FishName"] = "Ikan todak", ["FishPeiLv"] = 40, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [118] = { ["CHNName"] = "飞鱼", ["FishName"] = "Ikan Terbang", ["FishPeiLv"] = 18, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [119] = { ["CHNName"] = "灯笼鱼", ["FishName"] = "Ikan Lentera", ["FishPeiLv"] = 58, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [120] = { ["CHNName"] = "炸弹鱼", ["FishName"] = "Ikan Bom Emas", ["FishPeiLv"] = 50, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [121] = { ["CHNName"] = "黄金炸弹鱼", ["FishName"] = "Ikan Bom Emas", ["FishPeiLv"] = 55, ["Type"] = 0, ["FuncType"] = 4, ["AliveTime"] = 60, }, [122] = { ["CHNName"] = "魔鬼鱼", ["FishName"] = "Ikan Iblis", ["FishPeiLv"] = 60, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [123] = { ["CHNName"] = "大白鲨", ["FishName"] = "Hiu Putih Besar", ["FishPeiLv"] = 80, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [124] = { ["CHNName"] = "大金鲨", ["FishName"] = "Hiu Emas Besar", ["FishPeiLv"] = 100, ["Type"] = 1, ["FuncType"] = 4, ["AliveTime"] = 60, }, [125] = { ["CHNName"] = "锤头金鲨", ["FishName"] = "Hiu Emas Martil", ["FishPeiLv"] = 120, ["Type"] = 1, ["FuncType"] = 4, ["AliveTime"] = 60, }, [126] = { ["CHNName"] = "虎鲸", ["FishName"] = "Paus pembunuh", ["FishPeiLv"] = 90, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [127] = { ["CHNName"] = "金蟾", ["FishName"] = "Kodok Emas", ["FishPeiLv"] = 150, ["Type"] = 1, ["FuncType"] = 4, ["AliveTime"] = 60, }, [128] = { ["CHNName"] = "深海鲸", ["FishName"] = "Paus Laut Dalam", ["FishPeiLv"] = 300, ["Type"] = 1, ["FuncType"] = 0, ["AliveTime"] = 60, }, [129] = { ["CHNName"] = "美人鱼", ["FishName"] = "Ikan Mermaid", ["FishPeiLv"] = 100, ["RandValueRange"] = {Left=100,Right=151}, ["Type"] = 1, ["FuncType"] = 0, ["AliveTime"] = 60, }, [133] = { ["CHNName"] = "穿云蟹", ["FishName"] = "Kepiting Penembus Awan", ["FishPeiLv"] = 225, ["Type"] = 0, ["FuncType"] = 1, ["AliveTime"] = 60, }, [134] = { ["CHNName"] = "电磁蟹", ["FishName"] = "Kepiting Elektromagnetik", ["FishPeiLv"] = 225, ["Type"] = 0, ["FuncType"] = 1, ["AliveTime"] = 60, }, [131] = { ["CHNName"] = "宝藏章鱼", ["FishName"] = "Treasure Octopus", ["FishPeiLv"] = 150, ["RandValueRange"] = {Left=110,Right=201}, ["Type"] = 0, ["FuncType"] = 4, ["AliveTime"] = 60, }, [132] = { ["CHNName"] = "闪电海鳗", ["FishName"] = "Belut Laut Petir", ["FishPeiLv"] = 10, ["RandValueRange"] = {Left=10,Right=16}, ["Type"] = 0, ["FuncType"] = 3, ["AliveTime"] = 60, }, [136] = { ["CHNName"] = "黄金巨龙", ["FishName"] = "Naga Emas", ["FishPeiLv"] = 300, ["RandValueOne"] = {300,400,500}, ["Type"] = 1, ["FuncType"] = 0, ["AliveTime"] = 60, }, [139] = { ["CHNName"] = "闪电蝴蝶", ["FishName"] = "Kupu-kupu Petir", ["FishPeiLv"] = 3, ["Type"] = 0, ["FuncType"] = 3, ["AliveTime"] = 60, }, [140] = { ["CHNName"] = "闪电蜻蜓", ["FishName"] = "Capung Petir", ["FishPeiLv"] = 2, ["Type"] = 0, ["FuncType"] = 3, ["AliveTime"] = 60, }, [141] = { ["CHNName"] = "奇遇蟹", ["FishName"] = "Adventure Crab", ["FishPeiLv"] = 420, ["Type"] = 0, ["FuncType"] = 1, ["AliveTime"] = 60, }, [142] = { ["CHNName"] = "大奖章鱼", ["FishName"] = "DialFishText", ["FishPeiLv"] = 231, ["Type"] = 1, ["FuncType"] = 5, ["AliveTime"] = 80, }, [143] = { ["CHNName"] = "一网打尽", ["FishName"] = "Tangkap semua dalam satu jaring", ["FishPeiLv"] = 0, --["RandValueRange"] = {Left=10,Right=36}, ["Type"] = 0, ["FuncType"] = 0, ["AliveTime"] = 60, }, [144] = { ["CHNName"] = "雷皇龙", ["FishName"] = "เจ้ามังกรสายฟ้า", ["FishPeiLv"] = 551, ["Type"] = 1, ["FuncType"] = 6, ["AliveTime"] = 60, }, [145] = { ["CHNName"] = "聚宝盆", ["FishName"] = "ถ้วยสมบัติอัคนี", ["FishPeiLv"] = 200, ["Type"] = 1, ["FuncType"] = 2, ["AliveTime"] = 90, }, }, } function GetFishConf() return config end