觉醒时刻
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
juexingshike/assets/Scripts/Manager/BagManager.ts

846 lines
75 KiB

import { ryw_Event } from "../../FrameWork/Event/EventEnum";
import EventMgr from "../../FrameWork/Event/EventMgr";
import User from "../../FrameWork/User/User";
import BuyShopManager from "./BuyShopManager";
import TaskManager from "../JuQingChat/TaskManager";
import KuaiDiZhanManager from "../GameMethodRes/kuaidizhan/KuaiDiZhanManager";
import JiuPingHuiShouManager from "../JiuPingHuiShou/JiuPingHuiShouManager";
import { hjyfManager } from "../GameMethodRes/HuangJinYuFu/HuangJinYuFuManager";
import DiaoYuConfigManage from "../diaoyu/DiaoYuConfigManage";
import IceWorldManager from "./IceWorldManager";
//物品编号
export enum GOODS_NUMBER {
}
/**
* 物品分类
*/
export enum GOODS_NTYPE {
type_yuanliao, //原料
type_wupin, //物品
type_sipu, //菜谱
}
/**
* 物品用途 全部物品可以卖出可地摊交易, 部分可以锻造合成,部分可以女儿衣食住行,部分可以房屋改造
*/
export enum GOODS_USE {
type_null = 0, //无
type_hecheng = 1,//锻造合成原料
type_yisizhuxing,//女儿衣食住行
type_fangwugaizao,//房屋改造
type_xiaochijie,//小吃街
}
/**
* 物品在本地的配置
*/
export interface GoodsLocalProperty {
goodId: GOODS_NUMBER,
goodNum: number,
}
/**
* 物品属性配置
*/
export interface GoodsProperty {
goodId: GOODS_NUMBER,
goodName: string,
descStr: string,
priceNum: number,
isCanSale: boolean,
isCanInBag: boolean,
ditanLevel: number, //地摊等级
hechengLevel: number,
}
export let ProductConfig = [
[1114, 1114, 1114],//肠粉 ( 猪大肠 面粉 酱油 )3455
]
//物品配置表
export let BagGoodsConfig = [
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3001, descStr: '机关盒', goodName: '机关盒', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3002, descStr: '包包', goodName: '包包', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3003, descStr: '化妆品', goodName: '化妆品', priceNum: 200, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3004, descStr: '兔印碎片1', goodName: '兔印碎片1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3005, descStr: '兔印碎片2', goodName: '兔印碎片2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3006, descStr: '兔印碎片3', goodName: '兔印碎片3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: '', buyNum: 0, saveNum: 1, goodId: 3007, descStr: '兔印', goodName: '兔印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3008, descStr: '甲鱼', goodName: '甲鱼', priceNum: 30, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3009, descStr: '黄鳝', goodName: '黄鳝', priceNum: 60, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3010, descStr: '生蚝', goodName: '生蚝', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3011, descStr: '高档衣服', goodName: '高档衣服', priceNum: 1000, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3012, descStr: '珍稀物品1', goodName: '珍稀物品1', priceNum: 0, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3013, descStr: '珍稀物品2', goodName: '珍稀物品2', priceNum: 0, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3014, descStr: '珍稀物品3', goodName: '珍稀物品3', priceNum: 0, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3015, descStr: '珍稀物品4', goodName: '珍稀物品4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3016, descStr: '象印碎片1', goodName: '象印碎片1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3017, descStr: '象印碎片2', goodName: '象印碎片2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3018, descStr: '象印碎片3', goodName: '象印碎片3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3019, descStr: '象印碎片4', goodName: '象印碎片4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'CiShanChouJiang', buyNum: 0, saveNum: 1, goodId: 3020, descStr: '象印碎片5', goodName: '象印碎片5', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: '', buyNum: 0, saveNum: 1, goodId: 3021, descStr: '象印', goodName: '象印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3022, descStr: '山药', goodName: '山药', priceNum: 600, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3023, descStr: '乌鸡', goodName: '乌鸡', priceNum: 5200, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3761, descStr: '莲子', goodName: '莲子', priceNum: 1000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3762, descStr: '天麻', goodName: '天麻', priceNum: 2000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3024, descStr: '玉佩', goodName: '玉佩', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3025, descStr: '矿泉水', goodName: '矿泉水', priceNum: 20, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3026, descStr: '衣服', goodName: '衣服', priceNum: 1000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3027, descStr: '醒酒药', goodName: '醒酒药', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3028, descStr: '医疗仪器', goodName: '医疗仪器', priceNum: 20000, gamePro: true },
// { gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3029, descStr: '哈啤', goodName: '哈啤', priceNum: 10, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3030, descStr: '花生米', goodName: '花生米', priceNum: 8, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3031, descStr: '镊子', goodName: '镊子', priceNum: 10, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3032, descStr: '碘伏', goodName: '碘伏', priceNum: 10, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3033, descStr: '创口贴', goodName: '创口贴', priceNum: 5, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3034, descStr: '肝病药物配方', goodName: '肝病药物配方', priceNum: 3000000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3035, descStr: '龟印碎片1', goodName: '龟印碎片1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3036, descStr: '龟印碎片2', goodName: '龟印碎片2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3037, descStr: '龟印碎片3', goodName: '龟印碎片3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3038, descStr: '龟印碎片4', goodName: '龟印碎片4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3039, descStr: '龟印碎片5', goodName: '龟印碎片5', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: '', buyNum: 0, saveNum: 1, goodId: 3040, descStr: '龟印', goodName: '龟印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3041, descStr: '银针', goodName: '银针', priceNum: 2000, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3042, descStr: '耳钉', goodName: '耳钉', priceNum: 1000, gamePro: true },
// { gameType: '', isCanFreeOut: false, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3043, descStr: '项链', goodName: '项链', priceNum: 10000, gamePro: true },
// { gameType: '', isCanFreeOut: false, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3044, descStr: '手链', goodName: '手链', priceNum: 1000, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3045, descStr: '剪纸', goodName: '剪纸', priceNum: 100, gamePro: true },
// { gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3046, descStr: '烟花', goodName: '烟花', priceNum: 1000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3047, descStr: '奢侈品包包', goodName: '奢侈品包包', priceNum: 100000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3763, descStr: '高端化妆品', goodName: '高端化妆品', priceNum: 50000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3048, descStr: '虎印1', goodName: '虎印1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3049, descStr: '虎印2', goodName: '虎印2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3050, descStr: '虎印3', goodName: '虎印3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3764, descStr: '虎印4', goodName: '虎印4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3765, descStr: '虎印5', goodName: '虎印5', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: '', buyNum: 0, saveNum: 1, goodId: 3051, descStr: '虎印', goodName: '虎印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3052, descStr: '中药材', goodName: '中药材', priceNum: 500000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3053, descStr: '医药材料', goodName: '医药材料', priceNum: 800000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3054, descStr: '影视剧本', goodName: '影视剧本', priceNum: 1000000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3061, descStr: '纸', goodName: '纸', priceNum: 200000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3062, descStr: '墨', goodName: '墨', priceNum: 300000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3063, descStr: '笔', goodName: '笔', priceNum: 500000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3064, descStr: '砚', goodName: '砚', priceNum: 1000000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3065, descStr: '技术资料1', goodName: '技术资料1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3066, descStr: '技术资料2', goodName: '技术资料2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3067, descStr: '技术资料3', goodName: '技术资料3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'PaiMaiHang', buyNum: 0, saveNum: 1, goodId: 3068, descStr: '技术资料4', goodName: '技术资料4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3069, descStr: '凤印碎片1', goodName: '凤印碎片1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3070, descStr: '凤印碎片2', goodName: '凤印碎片2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3071, descStr: '凤印碎片3', goodName: '凤印碎片3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3072, descStr: '凤印碎片4', goodName: '凤印碎片4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3073, descStr: '凤印碎片5', goodName: '凤印碎片5', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: '', buyNum: 0, saveNum: 1, goodId: 3074, descStr: '凤印', goodName: '凤印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: '', buyNum: 0, saveNum: 1, goodId: 3083, descStr: '肝病药物', goodName: '肝病药物', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3084, descStr: '备用金1', goodName: '备用金1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3085, descStr: '备用金2', goodName: '备用金2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3086, descStr: '备用金3', goodName: '备用金3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3087, descStr: '备用金4', goodName: '备用金4', priceNum: 0, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3091, descStr: '湘菜菜谱', goodName: '湘菜菜谱', priceNum: 0, gamePro: true },
// { gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3092, descStr: '川菜菜谱', goodName: '川菜菜谱', priceNum: 0, gamePro: true },
// { gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3093, descStr: '苏菜菜谱', goodName: '苏菜菜谱', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3766, descStr: '监控摄像头', goodName: '监控摄像头', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3095, descStr: '财务报表', goodName: '财务报表', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3096, descStr: '合作协议', goodName: '合作协议', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3097, descStr: '专利证书', goodName: '专利证书', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3098, descStr: '员工档案', goodName: '员工档案', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3099, descStr: '审计报告', goodName: '审计报告', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3700, descStr: '纱布', goodName: '纱布', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3701, descStr: '碘酒', goodName: '碘酒', priceNum: 200, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3702, descStr: '止血粉', goodName: '止血粉', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3703, descStr: '抗生素', goodName: '抗生素', priceNum: 1000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3704, descStr: '雪莲', goodName: '雪莲', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3705, descStr: '雪灵芝', goodName: '雪灵芝', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3706, descStr: '雪山草', goodName: '雪山草', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3707, descStr: '雪山当归', goodName: '雪山当归', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3708, descStr: '傅氏财报', goodName: '傅氏财报', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3709, descStr: '傅氏投资', goodName: '傅氏投资', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3710, descStr: '傅氏机密', goodName: '傅氏机密', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3711, descStr: '傅氏规划', goodName: '傅氏规划', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3719, descStr: '牛印碎片1', goodName: '牛印碎片1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3720, descStr: '牛印碎片2', goodName: '牛印碎片2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3721, descStr: '牛印碎片3', goodName: '牛印碎片3', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3722, descStr: '牛印碎片4', goodName: '牛印碎片4', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3733, descStr: '牛印', goodName: '牛印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3734, descStr: '车祸汽车', goodName: '车祸汽车', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3735, descStr: '转账手机', goodName: '转账手机', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3736, descStr: '监控硬盘', goodName: '监控硬盘', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3737, descStr: '盗版兔印', goodName: '盗版兔印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3738, descStr: '盗版象印', goodName: '盗版象印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3739, descStr: '盗版龟印', goodName: '盗版龟印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3740, descStr: '盗版虎印', goodName: '盗版虎印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3741, descStr: '盗版凤印', goodName: '盗版凤印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3742, descStr: '盗版羊印', goodName: '盗版羊印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3743, descStr: '盗版鹿印', goodName: '盗版鹿印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3744, descStr: '盗版牛印', goodName: '盗版牛印', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3745, descStr: '盗版八卦盒', goodName: '盗版八卦盒', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3756, descStr: '金能量石', goodName: '金能量石', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3757, descStr: '木能量石', goodName: '木能量石', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3758, descStr: '水能量石', goodName: '水能量石', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3759, descStr: '火能量石', goodName: '火能量石', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3760, descStr: '土能量石', goodName: '土能量石', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3601, descStr: '湘菜御厨匾', goodName: '湘菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3602, descStr: '川菜御厨匾', goodName: '川菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3603, descStr: '苏菜御厨匾', goodName: '苏菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'PiEWanFa', buyNum: 0, saveNum: 1, goodId: 3604, descStr: '徽菜御厨匾', goodName: '徽菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ZhonShuWanFa', buyNum: 0, saveNum: 1, goodId: 3605, descStr: '浙菜御厨匾', goodName: '浙菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3606, descStr: '闽菜御厨匾', goodName: '闽菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3607, descStr: '粤菜御厨匾', goodName: '粤菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3608, descStr: '鲁菜御厨匾', goodName: '鲁菜御厨匾', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3620, descStr: '剁椒', goodName: '剁椒', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3621, descStr: '料酒', goodName: '料酒', priceNum: 80, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'JiuPingHuiShou', buyNum: 0, saveNum: 1, goodId: 3622, descStr: '鳙鱼', goodName: '鳙鱼', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3630, descStr: '鸡肉', goodName: '鸡肉', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3631, descStr: '花生', goodName: '花生', priceNum: 80, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3632, descStr: '花椒', goodName: '花椒', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3633, descStr: '干辣椒', goodName: '干辣椒', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3640, descStr: '甲鱼', goodName: '甲鱼', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3641, descStr: '乌鸡', goodName: '乌鸡', priceNum: 80, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3642, descStr: '大枣', goodName: '大枣', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3643, descStr: '枸杞', goodName: '枸杞', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3644, descStr: '陈皮', goodName: '陈皮', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3650, descStr: '猪肉', goodName: '猪肉', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3651, descStr: '猪蹄筋', goodName: '猪蹄筋', priceNum: 800, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3652, descStr: '火腿', goodName: '火腿', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3653, descStr: '鸭肉', goodName: '鸭肉', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3654, descStr: '干笋', goodName: '干笋', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3655, descStr: '粉丝', goodName: '粉丝', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3660, descStr: '草鱼', goodName: '草鱼', priceNum: 100, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3661, descStr: '香醋', goodName: '香醋', priceNum: 80, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3662, descStr: '米酒', goodName: '米酒', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3663, descStr: '辣椒', goodName: '辣椒', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3664, descStr: '桂皮', goodName: '桂皮', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3665, descStr: '女儿红', goodName: '女儿红', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 0, saveNum: 1, goodId: 3666, descStr: '酱油', goodName: '酱油', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3670, descStr: '干香菇', goodName: '干香菇', priceNum: 1000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3671, descStr: '鱼唇', goodName: '鱼唇', priceNum: 800, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3672, descStr: '瑶柱', goodName: '瑶柱', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3673, descStr: '鲍鱼', goodName: '鲍鱼', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3674, descStr: '河虾', goodName: '河虾', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3675, descStr: '鸽蛋', goodName: '鸽蛋', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3676, descStr: '花胶', goodName: '花胶', priceNum: 50, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShiCaiHuiShou', buyNum: 0, saveNum: 1, goodId: 3677, descStr: '鱼翅', goodName: '鱼翅', priceNum: 500, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3680, descStr: '剁椒鱼头', goodName: '剁椒鱼头', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3681, descStr: '宫保鸡丁', goodName: '宫保鸡丁', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3682, descStr: '霸王别姬', goodName: '霸王别姬', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3683, descStr: '徽州一品鲜', goodName: '徽州一品鲜', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3684, descStr: '西湖醋鱼', goodName: '西湖醋鱼', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'RenWu', buyNum: 0, saveNum: 1, goodId: 3685, descStr: '佛跳墙', goodName: '佛跳墙', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KuangShan', buyNum: 0, saveNum: 1, goodId: 1717, descStr: '金矿', goodName: '金矿', priceNum: 15000000, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3767, descStr: '九阳草', goodName: '九阳草', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3768, descStr: '肉苁蓉', goodName: '肉苁蓉', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3769, descStr: '铁皮石斛', goodName: '铁皮石斛', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3770, descStr: '日照金山', goodName: '日照金山', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3771, descStr: '灵源果', goodName: '灵源果', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3772, descStr: '炎晶草', goodName: '炎晶草', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3773, descStr: '雷参', goodName: '雷参', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3774, descStr: '幻蝶兰', goodName: '幻蝶兰', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3775, descStr: '星陨神芝', goodName: '星陨神芝', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3776, descStr: '圣莲', goodName: '圣莲', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3778, descStr: '丹炉', goodName: '丹炉', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3779, descStr: '药铲', goodName: '药铲', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'GuWanShiChang', buyNum: 0, saveNum: 1, goodId: 3780, descStr: '阵盘', goodName: '阵盘', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3800, descStr: '天命盘', goodName: '天命盘', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3801, descStr: '神算笔', goodName: '神算笔', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3802, descStr: '玄机镜', goodName: '玄机镜', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 0, saveNum: 1, goodId: 3803, descStr: '预言简', goodName: '预言简', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3804, descStr: '圣莲芯', goodName: '圣莲芯', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3805, descStr: '银蚕丝', goodName: '银蚕丝', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3806, descStr: '清灵玉露', goodName: '清灵玉露', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3807, descStr: '幽兰根', goodName: '幽兰根', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3808, descStr: '至尊决', goodName: '至尊决', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3809, descStr: '至尊兵', goodName: '至尊兵', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3810, descStr: '至尊甲', goodName: '至尊甲', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 0, saveNum: 1, goodId: 3811, descStr: '至尊戒', goodName: '至尊戒', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'KaiKuang', buyNum: 0, saveNum: 1, goodId: 3812, descStr: '晶石', goodName: '晶石', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3813, descStr: '钻戒', goodName: '钻戒', priceNum: 1000000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3814, descStr: '玉镯', goodName: '玉镯', priceNum: 5000000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3815, descStr: '项链', goodName: '项链', priceNum: 8000000, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3816, descStr: '藏宝图碎片1', goodName: '藏宝图碎片1', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3817, descStr: '藏宝图碎片2', goodName: '藏宝图碎片2', priceNum: 0, gamePro: true },
{ gameType: '', isCanFreeOut: false, GMGameType: 'ShouHuoJi', buyNum: 0, saveNum: 1, goodId: 3818, descStr: '藏宝图碎片3', goodName: '藏宝图碎片3', priceNum: 0, gamePro: true },
//商人订单物品由此开始
{ gameType: '慈善抽奖', huoYuan: '慈善抽奖', chanQu: '玉玺', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', wanFaRuKouTip: ['rk_ciShanChouJiang', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3012, descStr: '玉玺', goodName: '玉玺', priceNum: 200000, gamePro: true },
{ gameType: '慈善抽奖', huoYuan: '慈善抽奖', chanQu: '金牌', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3013, descStr: '金牌', goodName: '金牌', priceNum: 220000, gamePro: true },
{ gameType: '慈善抽奖', huoYuan: '慈善抽奖', chanQu: '圣旨', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3014, descStr: '圣旨', goodName: '圣旨', priceNum: 280000, gamePro: true },
{ gameType: '慈善抽奖', huoYuan: '慈善抽奖', chanQu: '兵符', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3015, descStr: '兵符', goodName: '兵符', priceNum: 300000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '红葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', wanFaRuKouTip: ['rk_ciShanChouJiang', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3712, descStr: '红葫芦', goodName: '红葫芦', priceNum: 100000000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '黄葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3713, descStr: '黄葫芦', goodName: '黄葫芦', priceNum: 180000000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '蓝葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3714, descStr: '蓝葫芦', goodName: '蓝葫芦', priceNum: 240000000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '绿葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3715, descStr: '绿葫芦', goodName: '绿葫芦', priceNum: 300000000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '青葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3716, descStr: '青葫芦', goodName: '青葫芦', priceNum: 340000000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '橙葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3717, descStr: '橙葫芦', goodName: '橙葫芦', priceNum: 380000000, gamePro: true },
{ gameType: '慈善抽奖1', huoYuan: '慈善抽奖', chanQu: '紫葫芦', shangRenType: 1, isCanFreeOut: true, GMGameType: 'CiShanChouJiang', buyNum: 1, saveNum: 1, goodId: 3718, descStr: '紫葫芦', goodName: '紫葫芦', priceNum: 460000000, gamePro: true },
{ gameType: '鱼塘', huoYuan: '鱼塘', chanQu: '银戒', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', wanFaRuKouTip: ['rk_yuTang', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3029, descStr: '银戒', goodName: '银戒', priceNum: 225000, gamePro: true },
{ gameType: '鱼塘', huoYuan: '鱼塘', chanQu: '玲珑镯', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3030, descStr: '玲珑镯', goodName: '玲珑镯', priceNum: 270000, gamePro: true },
{ gameType: '鱼塘', huoYuan: '鱼塘', chanQu: '金钗', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3031, descStr: '金钗', goodName: '金钗', priceNum: 300000, gamePro: true },
{ gameType: '鱼塘', huoYuan: '鱼塘', chanQu: '翡翠手镯', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3032, descStr: '翡翠手镯', goodName: '翡翠手镯', priceNum: 330000, gamePro: true },
{ gameType: '鱼塘', huoYuan: '鱼塘', chanQu: '玉簪', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3033, descStr: '玉簪', goodName: '玉簪', priceNum: 375000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '曹国舅雕像', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', wanFaRuKouTip: ['rk_yuTang', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3075, descStr: '曹国舅雕像', goodName: '曹国舅雕像', priceNum: 3000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '韩湘子雕像', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3076, descStr: '韩湘子雕像', goodName: '韩湘子雕像', priceNum: 9000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '汉钟离雕像', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3077, descStr: '汉钟离雕像', goodName: '汉钟离雕像', priceNum: 18000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '何仙姑雕像', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3078, descStr: '何仙姑雕像', goodName: '何仙姑雕像', priceNum: 30000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '蓝采和雕像', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3079, descStr: '蓝采和雕像', goodName: '蓝采和雕像', priceNum: 42000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '吕洞宾雕像', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3080, descStr: '吕洞宾雕像', goodName: '吕洞宾雕像', priceNum: 54000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '铁拐李雕像', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3081, descStr: '铁拐李雕像', goodName: '铁拐李雕像', priceNum: 66000000, gamePro: true },
{ gameType: '鱼塘1', huoYuan: '鱼塘', chanQu: '张国老雕像', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3082, descStr: '张国老雕像', goodName: '张国老雕像', priceNum: 78000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '云翠茶', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', wanFaRuKouTip: ['rk_yuTang', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3723, descStr: '云翠茶', goodName: '云翠茶', priceNum: 50000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '香茗茶', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3724, descStr: '香茗茶', goodName: '香茗茶', priceNum: 100000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '端云茶', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3725, descStr: '端云茶', goodName: '端云茶', priceNum: 150000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '玲珑仙茶', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3726, descStr: '玲珑仙茶', goodName: '玲珑仙茶', priceNum: 900000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '龙御仙茶', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3727, descStr: '龙御仙茶', goodName: '龙御仙茶', priceNum: 1250000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '绮梦茶', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3728, descStr: '绮梦茶', goodName: '绮梦茶', priceNum: 1250000000, gamePro: true },
{ gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '琼瑶茶', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3729, descStr: '琼瑶茶', goodName: '琼瑶茶', priceNum: 1300000000, gamePro: true },
// { gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '霜影茶', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3730, descStr: '霜影茶', goodName: '霜影茶', priceNum: 1500000000, gamePro: true },
// { gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '仙韵茶', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3731, descStr: '仙韵茶', goodName: '仙韵茶', priceNum: 2100000000, gamePro: true },
// { gameType: '鱼塘2', huoYuan: '鱼塘', chanQu: '元气茶', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3732, descStr: '元气茶', goodName: '元气茶', priceNum: 2500000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '方天画戟', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', wanFaRuKouTip: ['rk_yuTang', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3789, descStr: '方天画戟', goodName: '方天画戟', priceNum: 3000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '海神三叉戟', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3790, descStr: '海神三叉戟', goodName: '海神三叉戟', priceNum: 6000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '青虹剑', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3791, descStr: '青虹剑', goodName: '青虹剑', priceNum: 9000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '轩辕残剑', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3792, descStr: '轩辕残剑', goodName: '轩辕残剑', priceNum: 15000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '天马流星锤', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3793, descStr: '天马流星锤', goodName: '天马流星锤', priceNum: 39000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '舞马银纹盾', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3794, descStr: '舞马银纹盾', goodName: '舞马银纹盾', priceNum: 60000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '宣花斧', shangRenType: 1, isCanFreeOut: true, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3795, descStr: '宣花斧', goodName: '宣花斧', priceNum: 81000000000, gamePro: true },
{ gameType: '鱼塘3', huoYuan: '鱼塘', chanQu: '青龙偃月刀', shangRenType: 1, isCanFreeOut: false, GMGameType: 'YuTang', buyNum: 1, saveNum: 1, goodId: 3796, descStr: '青龙偃月刀', goodName: '青龙偃月刀', priceNum: 87000000000, gamePro: true },
{ gameType: '寻宝船1', huoYuan: '寻宝船', chanQu: '青铜酒杯', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3042, descStr: '青铜酒杯', goodName: '青铜酒杯', priceNum: 1050000, gamePro: true },
{ gameType: '寻宝船1', huoYuan: '寻宝船', chanQu: '青铜鼎', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3043, descStr: '青铜鼎', goodName: '青铜鼎', priceNum: 1260000, gamePro: true },
{ gameType: '寻宝船1', huoYuan: '寻宝船', chanQu: '青铜剑', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3044, descStr: '青铜剑', goodName: '青铜剑', priceNum: 1400000, gamePro: true },
{ gameType: '寻宝船1', huoYuan: '寻宝船', chanQu: '青铜鹤壶', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3045, descStr: '青铜鹤壶', goodName: '青铜鹤壶', priceNum: 1540000, gamePro: true },
{ gameType: '寻宝船1', huoYuan: '寻宝船', chanQu: '青铜尊', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3046, descStr: '青铜尊', goodName: '青铜尊', priceNum: 1750000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', wanFaRuKouTip: ['rk_shenHaiTanBao', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3547, descStr: '珐琅蒜头瓶', goodName: '珐琅蒜头瓶', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3548, descStr: '珐琅双连瓶', goodName: '珐琅双连瓶', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3549, descStr: '珐琅葫芦瓶', goodName: '珐琅葫芦瓶', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: true, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3550, descStr: '珐琅双耳瓶', goodName: '珐琅双耳瓶', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3551, descStr: '珐琅棒槌瓶', goodName: '珐琅棒槌瓶', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3552, descStr: '珐琅茶壶酒', goodName: '珐琅茶壶酒', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3553, descStr: '珐琅盅方盒', goodName: '珐琅盅方盒', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3554, descStr: '珐琅盖碗', goodName: '珐琅盖碗', priceNum: 1500000000, gamePro: true },
// { gameType: '寻宝船2', huoYuan: '寻宝船', chanQu: '清代珐琅掐丝', shangRenType: 1, isCanFreeOut: false, GMGameType: 'ShenHaiTanBao', buyNum: 1, saveNum: 1, goodId: 3555, descStr: '珐琅圆盘', goodName: '珐琅圆盘', priceNum: 1500000000, gamePro: true },
{ gameType: '快递站', huoYuan: '盲盒站', chanQu: '金龙', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', wanFaRuKouTip: ['rk_kuaiDiZhan', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3055, descStr: '金龙', goodName: '金龙', priceNum: 3300000, gamePro: true },
{ gameType: '快递站', huoYuan: '盲盒站', chanQu: '金冠', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3056, descStr: '金冠', goodName: '金冠', priceNum: 3600000, gamePro: true },
{ gameType: '快递站', huoYuan: '盲盒站', chanQu: '金钥匙', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3057, descStr: '金钥匙', goodName: '金钥匙', priceNum: 4800000, gamePro: true },
{ gameType: '快递站', huoYuan: '盲盒站', chanQu: '金龟', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3058, descStr: '金龟', goodName: '金龟', priceNum: 5400000, gamePro: true },
{ gameType: '快递站', huoYuan: '盲盒站', chanQu: '金喜鹊', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3059, descStr: '金喜鹊', goodName: '金喜鹊', priceNum: 6000000, gamePro: true },
{ gameType: '快递站', huoYuan: '盲盒站', chanQu: '金蟾', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3060, descStr: '金蟾', goodName: '金蟾', priceNum: 6900000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '冰蚕蛹', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', wanFaRuKouTip: ['rk_kuaiDiZhan', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3088, descStr: '冰蚕蛹', goodName: '冰蚕蛹', priceNum: 40000000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '灵贝珠', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3089, descStr: '灵贝珠', goodName: '灵贝珠', priceNum: 72000000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '灵鱼鳞', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3090, descStr: '灵鱼鳞', goodName: '灵鱼鳞', priceNum: 96000000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '龙涎香', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3091, descStr: '龙涎香', goodName: '龙涎香', priceNum: 120000000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '玄龟甲', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3092, descStr: '玄龟甲', goodName: '玄龟甲', priceNum: 136000000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '灵芝草', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3093, descStr: '灵芝草', goodName: '灵芝草', priceNum: 152000000, gamePro: true },
{ gameType: '快递站1', huoYuan: '盲盒站', chanQu: '何首乌', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3094, descStr: '何首乌', goodName: '何首乌', priceNum: 184000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '毛坯玉石', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', wanFaRuKouTip: ['rk_kuaiDiZhan', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3746, descStr: '毛坯玉石', goodName: '毛坯玉石', priceNum: 500000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '和氏璧', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3747, descStr: '和氏璧', goodName: '和氏璧', priceNum: 1000000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '玉白菜', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3748, descStr: '玉白菜', goodName: '玉白菜', priceNum: 1500000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '玉如意', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3749, descStr: '玉如意', goodName: '玉如意', priceNum: 2500000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '玉瓶', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3750, descStr: '玉瓶', goodName: '玉瓶', priceNum: 11500000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '玉佩', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3751, descStr: '玉佩', goodName: '玉佩', priceNum: 15000000000, gamePro: true },
{ gameType: '快递站2', huoYuan: '盲盒站', chanQu: '紫玉珠', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3752, descStr: '紫玉珠', goodName: '紫玉珠', priceNum: 18000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古苏菜谱', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', wanFaRuKouTip: ['rk_kuaiDiZhan', 'rk_huanQiuMaoYi'], buyNum: 1, saveNum: 1, goodId: 3781, descStr: '古苏菜谱', goodName: '古苏菜谱', priceNum: 1000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古湘菜谱', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3782, descStr: '古湘菜谱', goodName: '古湘菜谱', priceNum: 2000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古粤菜谱', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3783, descStr: '古粤菜谱', goodName: '古粤菜谱', priceNum: 3000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古浙菜谱', shangRenType: 1, isCanFreeOut: true, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3784, descStr: '古浙菜谱', goodName: '古浙菜谱', priceNum: 5000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古闽菜谱', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3785, descStr: '古闽菜谱', goodName: '古闽菜谱', priceNum: 13000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古川菜谱', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3786, descStr: '古川菜谱', goodName: '古川菜谱', priceNum: 20000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古徽菜谱', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3787, descStr: '古徽菜谱', goodName: '古徽菜谱', priceNum: 27000000000, gamePro: true },
{ gameType: '快递站3', huoYuan: '盲盒站', chanQu: '古鲁菜谱', shangRenType: 1, isCanFreeOut: false, GMGameType: 'KuaiDiZhan', buyNum: 1, saveNum: 1, goodId: 3788, descStr: '古鲁菜谱', goodName: '古鲁菜谱', priceNum: 29000000000, gamePro: true },
]
//isDeal 交易
export let BagGoodsProductConfig = [
{ goodId: 1835, goodName: '真夜明珠', priceNum: 480000, descStr: '真夜明珠' },
{ goodId: 1836, goodName: '假夜明珠', priceNum: 40000, descStr: '假夜明珠' },
{ goodId: 1837, goodName: '真手镯', priceNum: 1500000, descStr: '真手镯' },
{ goodId: 1838, goodName: '假手镯', priceNum: 125000, descStr: '假手镯' },
{ goodId: 1839, goodName: '真红豆', priceNum: 3420000, descStr: '真红豆' },
{ goodId: 1840, goodName: '假红豆', priceNum: 285000, descStr: '假红豆' },
{ goodId: 1841, goodName: '真俑头', priceNum: 4800000, descStr: '真俑头' },
{ goodId: 1842, goodName: '假俑头', priceNum: 400000, descStr: '假俑头' },
{ goodId: 1843, goodName: '真唐三彩', priceNum: 6720000, descStr: '真唐三彩' },
{ goodId: 1844, goodName: '假唐三彩', priceNum: 504000, descStr: '假唐三彩' },
{ goodId: 1845, goodName: '真白菜', priceNum: 17100000, descStr: '真白菜' },
{ goodId: 1846, goodName: '假白菜', priceNum: 1282500, descStr: '假白菜' },
{ goodId: 1847, goodName: '真兵马俑', priceNum: 24000000, descStr: '真兵马俑' },
{ goodId: 1848, goodName: '假兵马俑', priceNum: 1800000, descStr: '假兵马俑' },
{ goodId: 1849, goodName: '真面具', priceNum: 30000000, descStr: '真面具' },
{ goodId: 1850, goodName: '假面具', priceNum: 2250000, descStr: '假面具' },
{ goodId: 1851, goodName: '真金身', priceNum: 48000000, descStr: '真金身' },
{ goodId: 1852, goodName: '假金身', priceNum: 3600000, descStr: '假金身' },
{ goodId: 1853, goodName: '真青花瓷瓶', priceNum: 50000000, descStr: '真青花瓷瓶' },
{ goodId: 1854, goodName: '假青花瓷瓶', priceNum: 3500000, descStr: '假青花瓷瓶' },
{ goodId: 1855, goodName: '真青花瓷盘', priceNum: 82500000, descStr: '真青花瓷盘' },
{ goodId: 1856, goodName: '假青花瓷盘', priceNum: 5610000, descStr: '假青花瓷盘' },
{ goodId: 1857, goodName: '真陶俑', priceNum: 100000000, descStr: '真陶俑' },
{ goodId: 1858, goodName: '假陶俑', priceNum: 6600000, descStr: '假陶俑' },
{ goodId: 1859, goodName: '真僵尸', priceNum: 140000000, descStr: '真僵尸' },
{ goodId: 1860, goodName: '假僵尸', priceNum: 8960000, descStr: '假僵尸' },
{ goodId: 1861, goodName: '真佛像', priceNum: 160000000, descStr: '真佛像' },
{ goodId: 1862, goodName: '假佛像', priceNum: 9920000, descStr: '假佛像' },
{ goodId: 1863, goodName: '真翡翠弥勒佛', priceNum: 160000000, descStr: '真翡翠弥勒佛' },
{ goodId: 1864, goodName: '假翡翠弥勒佛', priceNum: 12000000, descStr: '假翡翠弥勒佛' },
{ goodId: 1865, goodName: '真琉璃瓶', priceNum: 200000000, descStr: '真琉璃瓶' },
{ goodId: 1866, goodName: '假琉璃瓶', priceNum: 14000000, descStr: '假琉璃瓶' },
{ goodId: 1867, goodName: '真小口罐', priceNum: 240000000, descStr: '真小口罐' },
{ goodId: 1868, goodName: '假小口罐', priceNum: 16800000, descStr: '假小口罐' },
{ goodId: 1869, goodName: '真权杖', priceNum: 210000000, descStr: '真权杖' },
{ goodId: 1870, goodName: '假权杖', priceNum: 17500000, descStr: '假权杖' },
]
export let clubGoodConfig = [
{ goodId: 8880, descStr: '大飞机', goodName: '大飞机', priceNum: 40000000, gamePro: false },
{ goodId: 8881, descStr: '大跑车', goodName: '大跑车', priceNum: 20000000, gamePro: false },
{ goodId: 8882, descStr: '大项链', goodName: '大项链', priceNum: 5000000, gamePro: false },
{ goodId: 8883, descStr: '大砖石', goodName: '大砖石', priceNum: 30000000, gamePro: false },
]
export default class BagManager {
public static initBagManager() {
}
//加入背包
public static addBagList(tab: GoodsLocalProperty) {
User.addBagGoodsList(tab)
//电话本(id 1104)
if (tab.goodId == 1104) {
// TaskManager.addCurSubTaskProgress(1,SubTaskIdEnum.SubTask_1012,'WX_1')
//完成任务107
let mainTaskInfo: any = TaskManager.getCurUnLockMainTaskInfo()
let mainId = mainTaskInfo.Id
// if(mainId == MainTaskIdEnum.MainTask_202){
// TaskManager.finishCurMainTask(MainTaskIdEnum.MainTask_202)
// JuQingManager.unLockNewJuQing('WX_1')
// }
}
// JuQingTaskManager.TaskProgressUpdate(tab)
EventMgr.emitEvent_custom(ryw_Event.RefreshCurJinHuoDesc)
}
//删除背包数据
public static subBagList(goodId: GOODS_NUMBER, goodIdNum: number = 1) {
User.subBagGoodsList(goodId, goodIdNum)
EventMgr.emitEvent_custom(ryw_Event.updateBagDate)
}
//ditan删除背包数据
public static subBagDitanList(goodId: GOODS_NUMBER, goodIdNum: number = 1) {
let goodIdNum_ = goodIdNum
User.subBagGoodsList(goodId, goodIdNum_)
EventMgr.emitEvent_custom(ryw_Event.updateBagDate, { goodId: goodId })
}
//获取全部背包数据
public static getBagList() {
let list_ = User.getBagGoodsList()
let tempBagList = []
for (let i = 0; i < list_.length; i++) {
if (list_[i].goodId != 0) {
tempBagList[tempBagList.length] = list_[i]
}
}
return tempBagList
}
//获取任务道具的背包
public static getBagTaskProList() {
let list_ = User.getBagGoodsList()
let tempBagList = []
for (let i = 0; i < list_.length; i++) {
let valueData = this.getGoodsProperty(list_[i].goodId)
if (valueData && valueData.gamePro) {
tempBagList[tempBagList.length] = list_[i]
}
}
return tempBagList
}
//获取非道具的背包
public static getBagProList() {
let list_ = User.getBagGoodsList()
let tempBagList = []
for (let i = 0; i < list_.length; i++) {
let valueData = this.getGoodsProperty(list_[i].goodId)
if (valueData && !valueData.gamePro) {
tempBagList[tempBagList.length] = list_[i]
}
}
return tempBagList
}
//获取背包中特定物品数据
public static getBagGoodConfig(goodId: GOODS_NUMBER) {
let list = this.getBagList()
for (var i = 0; i < list.length; i++) {
if (list[i].goodId == goodId) {
return list[i]
}
}
return null
}
//获取背包中特定物品数量
public static getBagGoodNums(goodId: GOODS_NUMBER) {
let list = this.getBagList()
let goodsData = null
for (var i = 0; i < list.length; i++) {
if (list[i].goodId == goodId) {
goodsData = list[i]
}
}
if (goodsData) {
return goodsData.goodNum
} else {
return 0
}
}
public static getGoodsDesc(goodsId: GOODS_NUMBER): any {
let value = this.getGoodsProperty(goodsId)
if (value && value.descStr) {
return value
} else {
return ''
}
}
public static getIconValue(list_, goodsId) {
for (let value of list_) {
if (value.goodId == goodsId) {
return value
}
}
return null
}
//获取物品属性
public static getGoodsProperty(goodsId: GOODS_NUMBER): any {
let list_ = null
let vaule = null
if (goodsId >= 3501 && goodsId <= 3599) {
list_ = hjyfManager.getManagerConfigs()
vaule = this.getIconValue(list_, goodsId)
if (vaule) {
return vaule
}
} else if (goodsId >= 3301 && goodsId <= 3399) {
list_ = JiuPingHuiShouManager.getManagerConfigs()
vaule = this.getIconValue(list_, goodsId)
if (vaule) {
return vaule
}
} else if (goodsId >= 3201 && goodsId <= 3299) {
list_ = KuaiDiZhanManager.getManagerConfigs()
vaule = this.getIconValue(list_, goodsId)
if (vaule) {
return vaule
}
} else if (goodsId >= 3101 && goodsId <= 3199) {
list_ = BuyShopManager.getManagerConfigs()
vaule = this.getIconValue(list_, goodsId)
if (vaule) {
return vaule
}
} else if (goodsId >= 1300 && goodsId <= 1399) {
list_ = DiaoYuConfigManage.getCurGoodList()
for (let value of list_) {
if (value.goodId == goodsId) {
return value
}
}
} else if (goodsId >= 1500 && goodsId <= 1599) {
list_ = IceWorldManager.getManagerConfigs()
vaule = this.getIconValue(list_, goodsId)
if (vaule) {
return vaule
}
}
// if(goodsId>= 1000 && goodsId<=1099){
// list_ = BuyShopManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1100 && goodsId<=1199){
// list_ = KuaiDiZhanManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1200 && goodsId<=1299){
// list_ = ChongWuGuanManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1300 && goodsId<=1399){
// list_ = XiuXianNongZhuangManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1300 && goodsId<=1399){
// list_ = DiaoYuConfigManage.getManagerConfigs()
// for(let value of list_){
// if(value.goodId == goodsId){
// return value
// }
// }
// }
// if(goodsId>= 1400 && goodsId<=1499){
// list_ = JiaLiGongManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1500 && goodsId<=1599){
// list_ = IceWorldManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1100 && goodsId<=1199){
// list_ = DustbinManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1600 && goodsId<=1699){
// list_ = CaiChaConfigManage.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1901 && goodsId<=1922){
// list_ = ChaChangManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 2001 && goodsId<=2020){
// list_ = BaiCaoJiManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 2021 && goodsId<=2023){
// list_ = BaiCaoJiManager.getGuShuManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 2201 && goodsId<=2220){
// list_ = JiaLiGongManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 1501 && goodsId<=1523){
// list_ = YouTingJiDiManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// if(goodsId>= 2101 && goodsId<=2120){
// list_ = QinWangLingManager.getManagerConfigs()
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// }
// //菜单物品
// list_ = Common5.caiPuConfigs
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
// //古董物品
// list_ = BagGoodsProductConfig
// vaule = this.getIconValue(list_, goodsId)
// if(vaule){
// return vaule
// }
list_ = clubGoodConfig
vaule = this.getIconValue(list_, goodsId)
if (vaule) {
return vaule
}
//剧情道具物品
list_ = BagGoodsConfig
for (let value of list_) {
if (value.goodId == goodsId) {
return value
}
}
return null
}
public static addGoodListTest() {
let list_ = BagGoodsConfig
for (let value of list_) {
let bagConfig = {
goodId: value.goodId,
goodNum: 1
}
BagManager.addBagList(bagConfig)
}
}
// isRentOut
public static getBagGoodsCanRentOut() {
let daoyeGoodList = User.getDaoyeGoodList()
let rentOut = []
let list = this.getBagList()
for (var i = 0; i < list.length; i++) {
let goodConfig = BagManager.getGoodsProperty(list[i].goodId)
if (goodConfig && !goodConfig.gamePro) {
//倒爷物品不能摆摊卖出
let isDaoYeWuPin = false
for (let j = 0; j < daoyeGoodList.length; j++) {
if (daoyeGoodList[j].goodId == list[i].goodId) {
isDaoYeWuPin = true
break
}
}
if (!isDaoYeWuPin) {
rentOut.push(list[i])
}
}
}
return rentOut
}
public static getBagGoodIdByGoodName(goodName) {
let goodId = 0
for (let value of BagGoodsProductConfig) {
if (value.goodName == goodName) {
goodId = value.goodId
break
}
}
return goodId
}
public static getBagGoodsNumByGoodName(goodName) {
let goodId = 0
for (let value of BagGoodsProductConfig) {
if (value.goodName == goodName) {
goodId = value.goodId
break
}
}
let goodNum = BagManager.getBagGoodNums(goodId)
return goodNum
}
public static getJuQingGoodConfig(goodsId) {
for (let value of BagGoodsConfig) {
if (value.goodId == goodsId) {
return value
}
}
}
public static getGoodHuoYuan(goodsId) {
for (let value of BagGoodsConfig) {
if (value.goodId == goodsId) {
return value.huoYuan
}
}
return ''
}
public static isHaveAllGood(goodArray) {
//let goodArray = [1766,1767,1768,1769,1770]
let haveAll = true
for (let i = 0; i < goodArray.length; i++) {
if (BagManager.getBagGoodNums(goodArray[i]) > 0) {
} else {
haveAll = false
break
}
}
return haveAll
}
}