diff --git a/.gitignore b/.gitignore
index 4db9fe4..ec3f2be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,6 @@ resource/log/
manifest/config/config.yaml
GFastV3
/manifest/config/db.yaml
+/resource/public/html/dist/assets
+/resource/public/html/dist
+/download
diff --git a/.tgitconfig b/.tgitconfig
new file mode 100644
index 0000000..e69de29
diff --git a/README.MD b/README.MD
index 6abf245..3037cdf 100644
--- a/README.MD
+++ b/README.MD
@@ -1,166 +1,58 @@
-# GFast-V3
-
-
-
-
-## 平台简介
-* 基于全新Go Frame 2.0+Vue3+Element Plus开发的全栈前后端分离的管理系统
-* 前端采用vue-next-admin 、Vue、Element UI。
-* 本项目由奇讯科技团队开发。
-* 如您想购买云服务器请先领取阿里云优惠券:[点我进入](https://www.aliyun.com/minisite/goods?userCode=fcor2omk ),腾讯云优惠券:[点我领取](https://cloud.tencent.com/act/cps/redirect?redirect=1062&cps_key=20b1c3842f74986b2894e2c5fcde7ea2&from=console )
-
-## 特征
-* 高生产率:几分钟即可搭建一个后台管理系统
-* 模块化:单应用多系统的模式,将一个完整的应用拆分为多个系统,后续扩展更加便捷,增加代码复用性。
-* 插件化: 可通过插件的方式扩展系统功能
-* 认证机制:采用gtoken的用户状态认证及casbin的权限认证
-* 路由模式:得利于goframe2.0提供了规范化的路由注册方式,无需注解自动生成api文档
-* 面向接口开发
-
-
-## 内置功能
-
-1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。
-2. 部门管理:配置系统组织机构(公司、部门、小组),树结构展现支持数据权限。
-3. 岗位管理:配置系统用户所属担任职务。
-4. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。
-5. 角色管理:角色菜单权限分配、设置角色按机构进行数据范围权限划分。
-6. 字典管理:对系统中经常使用的一些较为固定的数据进行维护。
-7. 参数管理:对系统动态配置常用参数。
-8. 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
-9. 登录日志:系统登录日志记录查询包含登录异常。
-10. 在线用户:当前系统中活跃用户状态监控。
-11. 定时任务:在线(添加、修改、删除)任务调度包含执行结果日志。
-12. 代码生成:前后端代码的生成。
-13. 服务监控:监视当前系统CPU、内存、磁盘、堆栈等相关信息。
-14. 在线构建器:拖动表单元素生成相应的HTML代码。
-15. 文件上传,缓存标签等。
-
-> 项目使用模块化与插件化的方式开发,目前正在升级的插件有:cms系统、万能模型、微信管理、工单系统、问答系统、工作流引擎...,同时也欢迎大家把写好的插件上传到商城,我们来帮您实现技术变现,获取收益!
-
-> GFast开源以来得到了大家的很多支持,如果您愿意为GFast贡献代码或提供建议,请加微信:qixun007(备注:gfast)
-
-## 演示地址
-[http://v3.g-fast.cn/sys](http://v3.g-fast.cn/sys)
-账号:demo 密码:123456
-## 配置
-项目数据库文件 `resource/data/db.sql` 创建数据库导入后修改配置 `manifest/config/config.yaml.bak` 复制改为`manifest/config/config.yaml`
-
-其中gfToken配置
-```yaml
-gfToken:
- cacheKey: "gfToken_" #缓存前缀
- timeOut: 10800 #token超时时间(秒)
- maxRefresh: 5400 #token自动刷新时间(秒)
- multiLogin: true #是否允许一个账号多人同时登录
- encryptKey: "49c54195e750b04e74a8429b17896586" #加密key (32位)
- cacheModel: "redis" #存储引擎 (memory使用内存|redis使用redis)
- excludePaths: #排除不做登录验证的路由地址
- - "/api/v1/system/login"
-```
-
-项目为前后端分离,前端地址:
-
-github地址:[https://tyj_admin-ui](https://tyj_admin-ui)
-
-gitee地址:[https://gitee.com/tiger1103/gfast-ui](https://gitee.com/tiger1103/gfast-ui)
-
-## 文档地址
-> 文档正在书写中,请耐心等一等。
-
-## 相关视频
-[https://space.bilibili.com/254192571/channel/seriesdetail?sid=223204](https://space.bilibili.com/254192571/channel/seriesdetail?sid=223204)
-
-## 演示图
-
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-  |
-  |
-
-
-
-## 感谢(排名不分先后)
-> gf框架 [https://github.com/gogf/gf](https://github.com/gogf/gf)
->
-> vue-next-admin [https://gitee.com/lyt-top/vue-next-admin](https://gitee.com/lyt-top/vue-next-admin)
->
-> swaggo [https://github.com/swaggo/swag](https://github.com/swaggo/swag)
->
->gtoken [https://github.com/goflyfox/gtoken](https://github.com/goflyfox/gtoken)
->
->casbin [https://github.com/casbin/casbin](https://github.com/casbin/casbin)
-
-
-PHP开源工作流引擎tpflow [https://gitee.com/ntdgg/tpflow](https://gitee.com/ntdgg/tpflow)
-
-CCflow 国内最优秀的开源流程引擎 [https://gitee.com/opencc/ccflow](https://gitee.com/opencc/ccflow)
-
-## 交流QQ群
-
->
-
-> 感谢你使用GFast,公司团队精力时间有限,因此我们不再提供免费的技术服务,目前Gfast QQ交流群有部分用户进行了捐赠,捐赠后请联系作者进vip用户群,vip群中问题将得到优先解答,同时也会根据您的需求进行分析和优先安排,vip群也会提供Gfast的其它福利。
-> 同时您也可以联系我们,雇佣我们团队为您干活,谢谢合作!
->快来加入群聊【Gfast框架交流群】(1群:865697297-已满,2群:444129379),发现精彩内容,记得备注加群来意。
-
-## 免责声明:
-> 1、Gfast仅限自己学习使用,一切商业行为与Gfast无关。
-
-> 2、用户不得利用Gfast从事非法行为,用户应当合法合规的使用,发现用户在使用产品时有任何的非法行为,Gfast有权配合有关机关进行调查或向政府部门举报,Gfast不承担用户因非法行为造成的任何法律责任,一切法律责任由用户自行承担,如因用户使用造成第三方损害的,用户应当依法予以赔偿。
-
-> 3、所有与使用Gfast相关的资源直接风险均由用户承担。
-
-
-## 商用说明
-> 商用注意事项
-如果您将此项目用于商业用途,请遵守Apache2.0协议并保留作者技术支持声明。
-
-* GFast快速开发平台采用Apache-2.0技术协议
-* 二次开发如用于商业性质或开源竞品请不要删除和修改GFast源码头部的版权与作者声明及出处
-* 允许进行商用,但是不允许二次开源出来并进行收费
-* 我们已经申请了相关的软件著作权和相关登记(证书号:软著登字第7511736号)
-* 如果您在自己的项目中使用了我们项目中的扩展或模块,请在项目介绍中进行明确说明
+# tyj_vue_admin
-## 支持开源
-如果您喜爱gfast,请给常熬夜的作者来杯咖啡吧! 点我送咖啡
+#### 介绍
+tyj_vue_admin
-## [感谢JetBrains提供的免费GoLand](https://jb.gg/OpenSource)
-[](https://jb.gg/OpenSource)
+#### 软件架构
+软件架构说明
+
+
+#### 安装教程
+
+1. xxxx
+2. xxxx
+3. xxxx
+
+#### 使用说明
+
+1. xxxx
+2. xxxx
+3. xxxx
+
+#### 参与贡献
+
+1. Fork 本仓库
+2. 新建 Feat_xxx 分支
+3. 提交代码
+4. 新建 Pull Request
+
+
+#### 特技
+
+1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
+2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
+3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
+4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
+5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
+6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
+
+$env:GOOS="windows"
+
+go env
+,GOOS依然是windows,
+$env:GOOS="linux"
+go build -o main-linux main.go
+chmod 777 main-linux
+./main-linux
+后台运行可以执行:
+setsid ./main-linux
+
+nohup ./main-linux > tyjAdmin.log 2>&1 &
+
+ps aux | grep main-linux|grep -v grep|awk '{print $2}'|xargs kill -9
+
+go install github.com/gogf/gf/cmd/gf/v2@v2.2.4
+
+mysql数据库自动处理
+gf gen dao
+go build -o main-linux main.go
\ No newline at end of file
diff --git a/README.en.md b/README.en.md
new file mode 100644
index 0000000..d3aba10
--- /dev/null
+++ b/README.en.md
@@ -0,0 +1,36 @@
+# tyj_vue_admin
+
+#### Description
+tyj_vue_admin
+
+#### Software Architecture
+Software architecture description
+
+#### Installation
+
+1. xxxx
+2. xxxx
+3. xxxx
+
+#### Instructions
+
+1. xxxx
+2. xxxx
+3. xxxx
+
+#### Contribution
+
+1. Fork the repository
+2. Create Feat_xxx branch
+3. Commit your code
+4. Create Pull Request
+
+
+#### Gitee Feature
+
+1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
+2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
+3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
+4. The most valuable open source project [GVP](https://gitee.com/gvp)
+5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
+6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
diff --git a/TapOpenId.json b/TapOpenId.json
new file mode 100644
index 0000000..fead7e5
--- /dev/null
+++ b/TapOpenId.json
@@ -0,0 +1,9 @@
+{"list":[
+"11",
+"22",
+"adfsdf",
+"44",
+"55",
+"66666666",
+"7777",
+"345345"]}
diff --git a/api/v1/common/req.go b/api/v1/common/req.go
index 22d392b..dbaf959 100644
--- a/api/v1/common/req.go
+++ b/api/v1/common/req.go
@@ -15,8 +15,25 @@ type PageReq struct {
OrderBy string //排序方式
}
+// PageReq 公共请求参数
+type Page64Req struct {
+ DateRange []string `p:"dateRange"` //日期范围
+ PageNum int64 `p:"pageNum"` //当前页码
+ PageSize int64 `p:"pageSize"` //每页数
+ OrderBy string //排序方式
+}
+
// ListRes 列表公共返回
type ListRes struct {
CurrentPage int `json:"currentPage"`
Total int `json:"total"`
}
+
+// ListRes 列表公共返回
+type List64Res struct {
+ CurrentPage int `json:"currentPage"`
+ Total int64 `json:"total"`
+}
+type Author struct {
+ Authorization string `p:"Authorization" in:"header" dc:"Bearer {{token}}"`
+}
diff --git a/api/v1/common/upload.go b/api/v1/common/upload.go
index 9925364..fcf392a 100644
--- a/api/v1/common/upload.go
+++ b/api/v1/common/upload.go
@@ -4,12 +4,12 @@ import "github.com/gogf/gf/v2/frame/g"
// 单图上传
type UploadSingleImgReq struct {
- g.Meta `path:"/singleImg" tags:"上传图片" method:"post" summary:"上传图片"`
+ g.Meta `path:"/singleImg" tags:"上传" method:"post" summary:"上传图片"`
}
// 单文件上传
type UploadSingleFileReq struct {
- g.Meta `path:"/singleFile" tags:"上传文件" method:"post" summary:"上传文件"`
+ g.Meta `path:"/singleFile" tags:"上传" method:"post" summary:"上传文件"`
}
type UploadSingleRes struct {
@@ -19,12 +19,12 @@ type UploadSingleRes struct {
// 多图上传
type UploadMultipleImgReq struct {
- g.Meta `path:"/multipleImg" tags:"上传多图片" method:"post" summary:"上传多图片"`
+ g.Meta `path:"/multipleImg" tags:"上传" method:"post" summary:"上传多图片"`
}
// 多文件上传
type UploadMultipleFileReq struct {
- g.Meta `path:"/multipleFile" tags:"上传多文件" method:"post" summary:"上传多文件"`
+ g.Meta `path:"/multipleFile" tags:"上传" method:"post" summary:"上传多文件"`
}
type UploadMultipleRes []*UploadResponse
diff --git a/api/v1/game/advertisement.go b/api/v1/game/advertisement.go
new file mode 100644
index 0000000..57821e8
--- /dev/null
+++ b/api/v1/game/advertisement.go
@@ -0,0 +1,48 @@
+package game
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// https://xx.xxx.com/track?idfa={IDFA}&time={TIME}&ip={IP}&org_id={ORG_ID}&org_name={ORG_NAME}&game_id={TAP_PROJECT_ID}&game_name={GAME_NAME}&adset_id={ADSET_ID}&
+// adset_net={ADSET_NAME}&device_brand={DEVICE_BRAND}&device_model={DEVICE_MODEL}&creative_id={CREATIVE_ID}&conversion_type={CONVERSION_TYPE}&device={DEVICE}&OAID={OAID}&
+// callback={DEEP_CALLBACK_URL}
+type ADReq struct {
+ g.Meta `path:"/advertise" tags:"ad" method:"get" summary:"广告投放"`
+ Idfa string `p:"idfa"`
+ Time string `p:"time"`
+ Ip string `p:"ip"`
+ OrgId string `p:"org_id"`
+ OrgName string `p:"org_name"`
+ GameId string `p:"game_id"`
+ GameName string `p:"game_name"`
+ AdsetId string `p:"adset_id"`
+ AdsetNet string `p:"adset_net"`
+ DeviceBrand string `p:"device_brand"`
+ DeviceModel string `p:"device_model"`
+ CreativeId string `p:"creative_id"`
+ ConversionType string `p:"conversion_type"`
+ Device string `p:"device"`
+ OAID string `p:"OAID"`
+ Callback string `p:"callback"`
+ TapProjectId string `p:"tap_track_id"`
+ TapTrackId string `p:"tap_project_id"`
+ ANID string `p:"ANID"`
+ IMEI string `p:"IMEI"`
+}
+
+type ADRes struct {
+ g.Meta `mime:"application/json"`
+ Code int `json:"code"`
+}
+
+type DeepADReq struct {
+ g.Meta `path:"/deepAdvertise" tags:"ad" method:"get" summary:"广告投放深度事件"`
+ OAID string `p:"OAID"`
+ State int32 `p:"event_type"`
+ Amount int32 `p:"amount"`
+}
+
+type DeepADRes struct {
+ g.Meta `mime:"application/json"`
+}
diff --git a/api/v1/game/basicinfo.go b/api/v1/game/basicinfo.go
index 47526c4..3d2c38a 100644
--- a/api/v1/game/basicinfo.go
+++ b/api/v1/game/basicinfo.go
@@ -6,44 +6,220 @@ import (
)
type RoleSearchReq struct {
- g.Meta `path:"/basicinfo/rolelist" tags:"账号的所有角色" method:"get" summary:"角色列表"`
- Account string `p:"account" v:"required#账号ID不能为空"`
+ g.Meta `path:"/basicinfo/rolelist" tags:"账号的所有角色" method:"get" summary:"角色列表"`
+ Id string `p:"id"`
+ Uid int `p:"uid"`
+ Account string `p:"account"`
+ PageNum int64 `p:"pageNum"`
+ PageSize int64 `p:"pageSize"`
+ ServerId int32 `p:"serverId"`
}
type RoleSearchRes struct {
g.Meta `mime:"application/json"`
- RoleList []*entity.RolePost `json:"list"`
+ RoleList []map[string]interface{} `json:"list"`
+ Total int64 `json:"total"`
}
-type RoleDetailReq struct {
- g.Meta `path:"/basicinfo/detail" tags:"角色详情" method:"get" summary:"详情"`
- Uid int32 `p:"Uid" v:"required#角色ID不能为空"`
- Channel int `p:"channel" v:"required#渠道不能为空"`
+//type RoleDetailReq struct {
+// g.Meta `path:"/basicinfo/detail" tags:"角色详情" method:"get" summary:"详情"`
+// Uid int64 `p:"Uid" v:"required#角色ID不能为空"`
+// //Channel int `p:"channel" v:"required#渠道不能为空"`
+//}
+//
+//type RoleDetailRes struct {
+// g.Meta `mime:"application/json"`
+// RoleDetail *entity.Unit `json:"roleDetail"`
+//}
+
+type RoleOnlineReq struct {
+ g.Meta `path:"/basicinfo/online" tags:"留存记录" method:"get" summary:"玩家在线列表"`
+ ServerId int32 `p:"serverId" `
}
-type RoleDetailRes struct {
- g.Meta `mime:"application/json"`
- RoleDetail *entity.RoleDetail `json:"roleDetail"`
+type RoleOnlineRes struct {
+ g.Meta `mime:"application/json"`
+ Onlines []interface{} `json:"onlines"`
+ Total int `json:"total"`
}
-type RoleOnlineReq struct {
- g.Meta `path:"/basicinfo/online" tags:"在线列表" method:"get" summary:"玩家在线列表"`
- ServerId int32 `p:"serverId" v:"required#服务器ID不能为空"`
+type RoleOnlineTopReq struct {
+ g.Meta `path:"/basicinfo/onlineTop" tags:"留存记录" method:"get" summary:"玩家最高在线列表"`
+ ServerId int32 `p:"serverId" `
}
-type RoleOnlineRes struct {
+type RoleOnlineTop struct {
+ Num int `json:"num"`
+ Server int `json:"server"`
+}
+
+type RoleOnlineTopRes struct {
g.Meta `mime:"application/json"`
- Onlines []*entity.Online `json:"onlines"`
+ Onlines []RoleOnlineTop `json:"onlines"`
+ Total int `json:"total"`
}
+
+//type AccountListReq struct {
+// g.Meta `path:"/basicinfo/accountList" tags:"账号数据" method:"get" summary:"总服账号数据"`
+// Ident string `p:"ident"`
+// Name string `p:"name"`
+//}
+//
+//type AccountListRes struct {
+// g.Meta `mime:"application/json"`
+// Accounts []*entity.Account `json:"list"`
+//}
+
type AccountReq struct {
- g.Meta `path:"/basicinfo/account" tags:"账号数据" method:"get" summary:"总服账号数据"`
- Account string `p:"account"`
- Tel string `p:"tel"`
- Ident string `p:"ident"`
- Name string `p:"name"`
+ g.Meta `path:"/basicinfo/account" tags:"账号数据" method:"get" summary:"账号数据"`
+ Id string `p:"id"`
+ Uid int `p:"uid"`
+ Account string `p:"account"`
+ Ident string `p:"ident"`
+ Name string `p:"name"`
+ PageSize int64 `p:"pageSize"`
+ PageNum int64 `p:"pageNum"`
+ ServerId int `p:"serverId" `
}
-
type AccountRes struct {
g.Meta `mime:"application/json"`
- Accounts []*entity.AccountInfo `json:"list"`
+ Accounts []map[string]interface{} `json:"list"`
+ Total int64 `json:"total"`
+}
+
+type GetLoginOutReq struct {
+ g.Meta `path:"/loginOut/get" tags:"获取登录登出记录" method:"get" summary:"获取登录登出记录"`
+ Uid string `p:"id"`
+ Account string `p:"account"`
+ State int32 `p:"state"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+ ServerId int `p:"serverId"`
+}
+
+type GetLoginOutRes struct {
+ g.Meta `mime:"application/json"`
+ Logs []entity.LoginLogoutInfo `json:"logs"`
+ Total int `json:"total"`
+}
+
+type GetLoginOutLogReq struct {
+ g.Meta `path:"/loginOutLog/get" tags:"获取登录登出记录" method:"get" summary:"获取登录登出记录"`
+ Uid string `p:"id"`
+ Account string `p:"account"`
+ State int32 `p:"state"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+ ServerId int `p:"serverId" `
+}
+
+type GetLoginOutLogRes struct {
+ g.Meta `mime:"application/json"`
+ Logs []entity.LoginOutLog `json:"logs"`
+ Total int `json:"total"`
+}
+
+type GetItemLogReq struct {
+ g.Meta `path:"/itemRecord/get" tags:"获取物品记录" method:"get" summary:"获取物品记录"`
+ Uid string `p:"uid"`
+ Account string `p:"account"`
+ ItemId int `p:"ItemId"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+ ServerId int `p:"serverId" `
+}
+
+type GetItemLogRes struct {
+ g.Meta `mime:"application/json"`
+ Logs []entity.ItemIncomeExpenseRecords `json:"logs"`
+ Total int `json:"total"`
+}
+
+type GetShopItemLogReq struct {
+ g.Meta `path:"/order/shopList" tags:"获取物品记录" method:"get" summary:"获取商店物品记录"`
+ LowTime int64 `p:"startTime"`
+ Uptime int64 `p:"endTime"`
+ GM int `p:"gm"`
+ ServerId int `p:"serverId" `
+ Channel string `p:"channel" `
+}
+
+type GetShopItemLogRes struct {
+ g.Meta `mime:"application/json"`
+ Logs []entity.GameShopLog `json:"logs"`
+ RechargeTotal int `json:"rechargeTotal"`
+}
+
+type GetRegisterReq struct {
+ g.Meta `path:"/register/get" tags:"留存记录" method:"get" summary:"获取注册记录"`
+ Uid string `p:"id"`
+ Account string `p:"account"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+ ServerId int `p:"serverId" `
+}
+
+type GetRegisterRes struct {
+ g.Meta `mime:"application/json"`
+ Logs []entity.GameRegister `json:"logs"`
+ Total int `json:"total"`
+}
+
+type GetKeepAliveReq struct {
+ g.Meta `path:"/keepAlive/get" tags:"留存记录" method:"get" summary:"获取留存记录"`
+ Keep int `p:"keep"`
+ Channel string `p:"channel"`
+ Server int `p:"server"`
+ CreateTime string `p:"createTime"`
+}
+
+type GetKeepAliveRes struct {
+ g.Meta `mime:"application/json"`
+ Logs []entity.KeepAlive `json:"logs"`
+ RegisterNum int `json:"registerNum"`
+}
+
+type GetLiveReq struct {
+ g.Meta `path:"/live/get" tags:"留存记录" method:"get" summary:"获取活跃记录"`
+ Channel string `p:"channel"`
+ Server int `p:"server"`
+ CreateTime string `p:"createTime"`
+}
+
+type GetLiveRes struct {
+ g.Meta `mime:"application/json"`
+ RegisterTotal int `json:"registerTotal"`
+ RegisterLogs []entity.KeepAlive `json:"registerLogs"`
+ LiveLogs []entity.KeepAlive `json:"liveLogs"`
+ HighLogs []entity.KeepAlive `json:"highLogs"`
+}
+
+type RegisterCountReq struct {
+ g.Meta `path:"/registerNum/get" tags:"留存记录" method:"get" summary:"注册统计"`
+ Channel string `p:"channel"`
+ Server int `p:"server"`
+ StartTime int64 `p:"startTime"`
+ EndTime int64 `p:"endTime"`
+}
+
+type RegisterCount struct {
+ Count int `json:"count"`
+ Cd string `json:"cd"`
+ Channel string `json:"channel"`
+}
+
+type RegisterCountRes struct {
+ g.Meta `mime:"application/json"`
+ RegisterList []RegisterCount `json:"registerNum"`
+}
+
+type UserDelReq struct {
+ g.Meta `path:"/userDel" tags:"游戏玩家" method:"post" summary:"删除用户记录"`
+ Account string `p:"account"`
+ Password string `p:"password"`
+}
+
+type UserDelRes struct {
+ g.Meta `mime:"application/json"`
+ Data int `p:"data"`
}
diff --git a/api/v1/game/ccd.go b/api/v1/game/ccd.go
new file mode 100644
index 0000000..e79fcb0
--- /dev/null
+++ b/api/v1/game/ccd.go
@@ -0,0 +1,234 @@
+package game
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/internal/model/entity"
+)
+
+type GetCCDReq struct {
+ g.Meta `path:"/ccd/getCCD" tags:"ccd" method:"post" summary:"获取ccd"`
+ Platform string `p:"platform"`
+ ChannelType string `p:"channelType"`
+ VersionName string `p:"versionName"`
+ VersionCode string `p:"versionCode"`
+ Ip string `p:"ip"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+}
+
+type GetCCDRes struct {
+ g.Meta `mime:"application/json"`
+ CCDList []entity.GameCcdUrl `json:"ccdList"`
+ Total int `json:"total"`
+}
+
+type AddCCDReq struct {
+ g.Meta `path:"/ccd/addCCD" tags:"ccd" method:"post" summary:"添加热更地址"`
+ Platform string `p:"platform"`
+ ChannelType string `p:"channelType"`
+ VersionName string `p:"versionName"`
+ VersionCode string `p:"versionCode"`
+ Ip string `p:"ip"`
+ HotfixVersion string `p:"hotfixVersion"`
+ VersionCompare string `p:"versionCompare"`
+ State uint `p:"state"`
+ Url string `p:"url"`
+}
+
+type AddCCDRes struct {
+}
+
+type DelCCDReq struct {
+ g.Meta `path:"/ccd/delCCD" tags:"ccd" method:"post" summary:"删除热更地址"`
+ Id uint64 `p:"id"`
+}
+type DelCCDRes struct {
+}
+
+type GetLoginUrlReq struct {
+ g.Meta `path:"/loginUrl/getLoginUrl" tags:"登录地址" method:"post" summary:"loginUrl"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+}
+
+type GetLoginUrlRes struct {
+ g.Meta `mime:"application/json"`
+ LoginUrlList []entity.GameLoginUrl `json:"loginUrlList"`
+ Total int `json:"total"`
+}
+
+type GetAllLoginUrlReq struct {
+ g.Meta `path:"/loginUrl/getAllLoginUrl" tags:"登录地址" method:"post" summary:"allLoginUrl"`
+}
+
+type GetAllLoginUrlRes struct {
+ g.Meta `mime:"application/json"`
+ LoginUrlList []entity.GameLoginUrl `json:"loginUrlList"`
+}
+
+type AddLoginUrlReq struct {
+ g.Meta `path:"/loginUrl/addLoginUrl" tags:"登录地址" method:"post" summary:"添加loginUrl"`
+ Id int `p:"id"`
+ Host string `p:"host"`
+ Port int `p:"port"`
+ State int `p:"state"`
+ Recommend int `p:"recommend"`
+}
+
+type AddLoginUrlRes struct {
+}
+
+type DelLoginUrlReq struct {
+ g.Meta `path:"/loginUrl/delLoginUrl" tags:"登录地址" method:"post" summary:"删除loginUrl"`
+ Id uint64 `p:"id"`
+}
+
+type DelLoginUrlRes struct {
+}
+
+type GetVersionReq struct {
+ g.Meta `path:"/version/get" tags:"版本号" method:"post" summary:"获取"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+}
+
+type GetVersionRes struct {
+ g.Meta `mime:"application/json"`
+ Version []entity.GameVersion `json:"version"`
+ Total int `json:"total"`
+}
+
+type UpdateVersionReq struct {
+ g.Meta `path:"/version/update" tags:"版本号" method:"post" summary:"更新"`
+ Channel string `p:"channel"`
+ Version string `p:"version"`
+}
+
+type UpdateVersionRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type DelVersionReq struct {
+ g.Meta `path:"/version/del" tags:"版本号" method:"post" summary:"删除"`
+ Id int32 `p:"id"`
+}
+
+type DelVersionRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetListWhiteListReq struct {
+ g.Meta `path:"/whiteList/get" tags:"ip白名单" method:"post" summary:"获取ip白名单列表"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+}
+
+type GetListWhiteListRes struct {
+ g.Meta `mime:"application/json"`
+ WhiteList []entity.GameWhiteList `json:"whiteList"`
+ Total int `json:"total"`
+}
+
+type GetWhiteStateReq struct {
+ g.Meta `path:"/whiteState/get" tags:"ip白名单" method:"get" summary:"判断ip白名单"`
+}
+
+type GetWhiteStateRes struct {
+ g.Meta `mime:"application/json"`
+ Count int `json:"count"`
+}
+
+type GetWhiteListReq struct {
+ g.Meta `path:"/whiteList/get" tags:"ip白名单" method:"get" summary:"判断ip白名单"`
+}
+
+type GetWhiteListRes struct {
+ g.Meta `mime:"application/json"`
+ Count int `json:"count"`
+}
+
+type WhiteListReq struct {
+ g.Meta `path:"/whiteList/list" tags:"ip白名单" method:"get" summary:"获取ip白名单列表"`
+}
+
+type WhiteListRes struct {
+ g.Meta `mime:"application/json"`
+ WhiteList []string `json:"whiteList"`
+}
+
+type UpdateWhiteListReq struct {
+ g.Meta `path:"/whiteList/update" tags:"ip白名单" method:"post" summary:"更新ip白名单"`
+ //Id int `p:"id"`
+ Ip string `p:"ip"`
+}
+
+type UpdateWhiteListRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type DelWhiteListReq struct {
+ g.Meta `path:"/whiteList/del" tags:"ip白名单" method:"post" summary:"删除ip白名单"`
+ Ip string `p:"ip"`
+}
+
+type DelWhiteListRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetListBlackListReq struct {
+ g.Meta `path:"/blackList/get" tags:"ip白名单" method:"post" summary:"获取ip白名单列表"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+}
+
+type GetListBlackListRes struct {
+ g.Meta `mime:"application/json"`
+ WhiteList []entity.GameBlackList `json:"whiteList"`
+ Total int `json:"total"`
+}
+
+type GetBlackListReq struct {
+ g.Meta `path:"/blackList/get" tags:"ip白名单" method:"get" summary:"判断ip白名单"`
+}
+
+type GetBlackListRes struct {
+ g.Meta `mime:"application/json"`
+ Count int `json:"count"`
+}
+
+type UpdateBlackListReq struct {
+ g.Meta `path:"/blackList/update" tags:"ip白名单" method:"post" summary:"更新ip白名单"`
+ Id int `p:"id"`
+ Ip string `p:"ip"`
+}
+
+type UpdateBlackListRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type DelBlackListReq struct {
+ g.Meta `path:"/blackList/del" tags:"ip白名单" method:"post" summary:"删除ip白名单"`
+ Ip string `p:"ip"`
+}
+
+type DelBlackListRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetAllChannelReq struct {
+ g.Meta `path:"/loginUrl/getAllChannel" tags:"登录地址" method:"post" summary:"getAllChannel"`
+}
+
+type GetAllChannelRes struct {
+ g.Meta `mime:"application/json"`
+ List []entity.GameChannelList `json:"List"`
+}
+
+type GetAllCcdUrlReq struct {
+ g.Meta `path:"/loginUrl/getAllCcdUrl" tags:"热更URL" method:"post" summary:"getAllCcdUrl"`
+}
+
+type GetAllCcdUrlRes struct {
+ g.Meta `mime:"application/json"`
+ List []entity.GameCcdVersion `json:"list"`
+}
diff --git a/api/v1/game/cdKey.go b/api/v1/game/cdKey.go
new file mode 100644
index 0000000..4d05bde
--- /dev/null
+++ b/api/v1/game/cdKey.go
@@ -0,0 +1,101 @@
+package game
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/internal/model/entity"
+)
+
+type RandomGenerateCodeReq struct {
+ g.Meta `path:"/cdKey/randomGenerateCode" tags:"cdKey" method:"get" summary:"生成兑换码"`
+ Name string `p:"name" `
+ Num int `p:"num" `
+ KeyType int `p:"keyType"`
+ Channel string `p:"channel"`
+ Pass string `p:"pass"`
+ StartTime string `p:"startTime"`
+ StopTime string `p:"stopTime"`
+ Times int `p:"times"`
+ Awards []Award `p:"awards"`
+}
+
+type RandomGenerateCodeRes struct {
+ g.Meta `mime:"application/json"`
+ Filename string `json:"filename"`
+}
+
+type GetGiftExchangeListReq struct {
+ g.Meta `path:"/cdKey/giftExchangeList" tags:"cdKey" method:"get" summary:"获取兑换表"`
+ KeyType int `p:"keyType"`
+ Channel string `p:"channel"`
+ Name string `p:"name" `
+ Pass string `p:"pass"`
+ StartTime string `p:"startTime"`
+ StopTime string `p:"stopTime"`
+ States int `p:"states"`
+ PageNum int `p:"pageNum"`
+ PageSize int `p:"pageSize"`
+}
+
+type GetGiftExchangeListRes struct {
+ g.Meta `mime:"application/json"`
+ List []entity.GameGiftExchange `json:"list"`
+ Total int `json:"total"`
+}
+
+type UpdateGiftExchangeReq struct {
+ g.Meta `path:"/cdKey/updateGiftExchange" tags:"cdKey" method:"get" summary:"修改兑换表"`
+ Id int32 `p:"configId" v:"required#id不能为空"`
+ Channel string `p:"channel"`
+ StartTime string `p:"startTime"`
+ StopTime string `p:"stopTime"`
+ Times int32 `p:"times"`
+}
+
+type UpdateGiftExchangeRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type Award struct {
+ ItemId int `json:"itemId"`
+ Num int `json:"num"`
+}
+
+type GetGenerateCodeReq struct {
+ g.Meta `path:"/exchangeCodeVerification" tags:"cdKey" method:"get" summary:"兑换码核销"`
+ Code string `p:"code"`
+ Account int64 `p:"unitId" `
+ Time int64 `p:"time" description:"时间值" `
+ //State int32 `p:"state" description:"状态:1-查询;2-兑换" `
+ Token string `p:"token" description:"校验码" `
+}
+
+type GetGenerateCodeRes struct {
+ g.Meta `mime:"application/json"`
+ Code int32 `json:"code"`
+ //Msg string `json:"msg"`
+ Rewards string `json:"rewards"`
+}
+
+type GetGiftExchangeReq struct {
+ g.Meta `path:"/cdKey/giftExchangeExists" tags:"cdKey" method:"get" summary:"查询文件"`
+ Id int `p:"id"`
+ File string `p:"file"`
+}
+
+type GetGiftExchangeRes struct {
+ g.Meta `mime:"application/json"`
+ State int `json:"state"`
+}
+
+type AddGenerateCodeReq struct {
+ g.Meta `path:"/addGenerateCode" tags:"cdKey" method:"get" summary:"添加兑换码"`
+ Id int64 `p:"id" `
+ Account int64 `p:"account" `
+ Time int64 `p:"time" description:"时间值" `
+ Token string `p:"token" description:"校验码" `
+}
+
+type AddGenerateCodeRes struct {
+ g.Meta `mime:"application/json"`
+ Code string `json:"code"`
+}
diff --git a/api/v1/game/clientBug.go b/api/v1/game/clientBug.go
new file mode 100644
index 0000000..6eda4c8
--- /dev/null
+++ b/api/v1/game/clientBug.go
@@ -0,0 +1,49 @@
+package game
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ commonApi "tyj_admin/api/v1/common"
+ "tyj_admin/internal/model/entity"
+)
+
+type ClientBugAddReq struct {
+ g.Meta `path:"/client/bugadd" tags:"BUG" method:"post" summary:"增加BUG"`
+ Uid int32 `p:"uid"`
+ LogType string `p:"logType" `
+ Bug string `p:"logString"`
+ StackTrace string `p:"stackTrace"`
+ Channel string `p:"channel"`
+ SubChannel string `p:"subChannel"`
+ DeviceModel string `p:"deviceModel"`
+ DeviceType string `p:"deviceType"`
+ OperationSystem string `p:"operationSystem"`
+ SystemMemorySize string `p:"systemMemorySize"`
+}
+
+type ClientBugAddRes struct {
+}
+
+type ClientBugListReq struct {
+ g.Meta `path:"/client/buglist" tags:"BUG" method:"get" summary:"BUG列表"`
+ LowTime int64 `p:"lowTime"`
+ UpTime int64 `p:"upTime"`
+ Uid int64 `p:"uid"`
+ Log string `p:"log"`
+ Stack string `p:"stack"`
+ State int64 `p:"state"` //0表示所有的,1表示没处理的,2表示处理完的
+ commonApi.PageReq
+}
+
+type ClientBugListRes struct {
+ g.Meta `mime:"application/json"`
+ Bugs []*entity.GameBugClient `json:"list"`
+ commonApi.ListRes
+}
+
+type OperateClientBugReq struct {
+ g.Meta `path:"/client/operatebug" tags:"BUG" method:"post" summary:"处理BUG"`
+ Id int32 `p:"id"`
+}
+
+type OperateClientBugRes struct {
+}
diff --git a/api/v1/game/custom.go b/api/v1/game/custom.go
index c20fd3f..00c5241 100644
--- a/api/v1/game/custom.go
+++ b/api/v1/game/custom.go
@@ -7,7 +7,7 @@ import (
)
type BugAddReq struct {
- g.Meta `path:"/custom/bugadd" tags:"增加BUG" method:"post" summary:"增加BUG"`
+ g.Meta `path:"/custom/bugadd" tags:"BUG" method:"post" summary:"增加BUG"`
Uid int32 `p:"uid" v:"required#uid不能为空"`
Server int32 `p:"server" `
Qq string `p:"qq" `
@@ -22,7 +22,7 @@ type BugAddRes struct {
}
type BugListReq struct {
- g.Meta `path:"/custom/buglist" tags:"BUG列表" method:"get" summary:"BUG列表"`
+ g.Meta `path:"/custom/buglist" tags:"BUG" method:"get" summary:"BUG列表"`
LowTime int64 `p:"lowTime"`
UpTime int64 `p:"upTime"`
State int64 `p:"state"` //0表示所有的,1表示没处理的,2表示处理完的
@@ -36,7 +36,7 @@ type BugListRes struct {
}
type OperateBugReq struct {
- g.Meta `path:"/custom/operatebug" tags:"处理BUG" method:"post" summary:"处理BUG"`
+ g.Meta `path:"/custom/operatebug" tags:"BUG" method:"post" summary:"处理BUG"`
Id int32 `p:"Id"`
}
diff --git a/api/v1/game/mail.go b/api/v1/game/mail.go
index a8ba7ad..96adc8a 100644
--- a/api/v1/game/mail.go
+++ b/api/v1/game/mail.go
@@ -6,45 +6,89 @@ import (
)
type MailsSearchReq struct {
- g.Meta `path:"/mail/list" tags:"查询邮件" method:"get" summary:"邮件列表"`
+ g.Meta `path:"/mail/list" tags:"邮件" method:"get" summary:"邮件列表"`
ServerId string `p:"serverId" v:""`
Uid string `p:"uid"`
LowTime int64 `p:"lowTime"`
UpperTime int64 `p:"upperTime"`
+ PageNum int64 `p:"pageNum"`
+ PageSize int64 `p:"pageSize"`
}
type MailsSearchRes struct {
g.Meta `mime:"application/json"`
Mails []*entity.Mail `json:"mails"`
+ Total int64 `json:"total"`
}
type MailSendReq struct {
- g.Meta `path:"/mail/send" tags:"发送邮件" method:"post"`
- ServerId string `p:"serverId" v:"required#区服不能为空"`
- To string `p:"to" `
- GmName string `p:"gmName" v:"required#GMm名字不能为空"`
- Type string `p:"type" v:"required#邮件类型不能为空"`
- Time int64 `p:"time"`
- Expired int64 `p:"expired" `
- NewGet string `p:"newGet" v:"required#类型不能为空"`
- RepeatedCollection interface{} `p:"repeatedCollection" v:"required#领取类型不能为空"`
- Title string `p:"title" v:"required#标题不能为空"`
- Content string `p:"content" v:"required#邮件内容不能为空"`
- Drops string `p:"drops" `
- Remark string `p:"remark" v:"required#说明不能为空"`
+ g.Meta `path:"/mail/send" tags:"邮件" method:"post" summary:"发送邮件"`
+ //GmName string `p:"gmName" v:"required#GMm名字不能为空"`
+ //RepeatedCollection interface{} `p:"repeatedCollection" v:"required#领取类型不能为空"`
+ //Remark string `p:"remark" v:"required#说明不能为空"`
+ //IsAll bool `p:"isAll" `
+ //To string `p:"to" `
+ ServerId []string `p:"serverId" v:"required#区服不能为空"`
+ From string `p:"from" `
+ OwnerId string `p:"ownerId" `
+ Type int32 `p:"type" v:"required#邮件类型不能为空"`
+ Send int32 `p:"send"`
+ Time int64 `p:"sendTime"`
+ Expired int64 `p:"expired" `
+ ValidDay int32 `p:"validDay" `
+ NewGet int32 `p:"newGet" v:"required#类型不能为空,1-新号不可领取,2-新号可领取"`
+ Title string `p:"title" v:"required#标题不能为空"`
+ //Greetings string `p:"greetings"`
+ Content string `p:"content" v:"required#邮件内容不能为空"`
+ UserName string `p:"userName" v:"required#操作管理员不能为空"`
+ Drops []entity.Drop `p:"drops" `
}
+
type MailSendRes struct {
}
-//type OnlineSearchReq struct {
-// g.Meta `path:"/online/list" tags:"在线玩家" method:"get" summary:"在线玩家列表"`
-// ServerId string `p:"serverId" v:""`
-// Uid string `p:"uid"`
-// LowTime int64 `p:"lowTime"`
-// UpperTime int64 `p:"upperTime"`
-//}
-//
-//type OnlineSearchRes struct {
-// g.Meta `mime:"application/json"`
-// Lines []*entity.Online `json:"lines"`
-//}
+type MailDelReq struct {
+ g.Meta `path:"/mail/del" tags:"邮件" method:"post" summary:"删除邮件"`
+ Id string `p:"mailId" v:"required#邮件Id不能为空"`
+}
+
+type MailDelRes struct {
+}
+
+type MailUpdateReq struct {
+ g.Meta `path:"/mail/update" tags:"邮件" method:"post" summary:"更新邮件"`
+ Id string `p:"mailId" v:"required#邮件Id不能为空"`
+ From string `p:"from" `
+ OwnerId string `p:"ownerId" `
+ Type int32 `p:"type" `
+ Send int32 `p:"send"`
+ Time int64 `p:"sendTime"`
+ Expired int64 `p:"expired" `
+ ValidDay int32 `p:"validDay" `
+ NewGet int32 `p:"newGet" `
+ Title string `p:"title"`
+ //Greetings string `p:"greetings" `
+ Content string `p:"content" `
+ Drops []entity.Drop `p:"drops" `
+}
+
+type MailUpdateRes struct {
+}
+
+type GetMailDropModelReq struct {
+ g.Meta `path:"/mail/getModel" tags:"邮件模板" method:"post" summary:"邮件模板列表"`
+ MType int32 `json:"mType"`
+}
+type GetMailDropModelRes struct {
+ g.Meta `mime:"application/json"`
+ Model string `json:"model"`
+}
+
+type UpdateMailDropModelReq struct {
+ g.Meta `path:"/mail/updateModel" tags:"邮件模板" method:"post" summary:"更新邮件模板"`
+ MType int32 `json:"mType"`
+ Model string `json:"model"`
+}
+type UpdateMailDropModelRes struct {
+ g.Meta `mime:"application/json"`
+}
diff --git a/api/v1/game/manage.go b/api/v1/game/manage.go
index 980e8b4..abd187c 100644
--- a/api/v1/game/manage.go
+++ b/api/v1/game/manage.go
@@ -2,68 +2,98 @@ package game
import (
"github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/api/v1/common"
"tyj_admin/internal/model/entity"
)
// 修改GM权限
type ChangeGmReq struct {
- g.Meta `path:"/mange/changegm" tags:"修改GM权限" method:"post" summary:"修改GM权限"`
+ g.Meta `path:"/mange/changegm" tags:"账号" method:"post" summary:"修改GM权限"`
Account string `p:"account"`
- ChangeValue int `p:"changeValue"` //0开,1关
- ServerId int `p:"serverId"` //0,总服,其他分服
+ ServerId int `p:"serverId"`
+ Uid string `p:"uid"`
+ Type int `p:"type"` // 查询类型 1, uid, 2 账号
+ ChangeValue int `p:"gmState"` //0正常,1-黑名单,3-gm
}
type ChangeGmRes struct {
}
type SearchGmReq struct {
- g.Meta `path:"/mange/searchgm" tags:"修改GM权限" method:"post" summary:"修改GM权限"`
+ g.Meta `path:"/mange/searchgm" tags:"账号" method:"post" summary:"修改GM权限"`
+ Type int `p:"type"` // 查询类型 1, uid, 2 账号
Account string `p:"account"`
- ServerId int `p:"serverId"` //0,总服,其他分服
+ ServerId int `p:"serverId"`
+ Uid string `p:"uid"` // uid
}
type SearchGmRes struct {
g.Meta `mime:"application/json"`
- Gm int `p:"gm"`
+ Gm int32 `json:"gm"`
+}
+
+type ListGmReq struct {
+ g.Meta `path:"/mange/listgm" tags:"账号" method:"get" summary:"列出GM权限"`
+ ServerId int `p:"serverId"`
+ ChangeValue int `p:"gmState"` //0正常,1-黑名单,3-gm
+ common.Page64Req
+}
+
+type ListGmRes struct {
+ g.Meta `mime:"application/json"`
+ Uids []string `json:"uids"`
+ common.List64Res
+}
+
+type SetGmToClientReq struct {
+ g.Meta `path:"/mange/setclientgm" tags:"账号" method:"get" summary:"开GM权限"`
+ Uids string `p:"uids"`
+ State int `p:"state"`
+}
+
+type SetGmToClientRes struct {
+ g.Meta `mime:"application/json"`
}
type ResetPwdReq struct {
- g.Meta `path:"/mange/resetpwd" tags:"修改登录密码" method:"post" summary:"修改登录密码"`
- Account string `p:"account"`
- Pwd string `p:"pwd"`
+ g.Meta `path:"/mange/resetpwd" tags:"账号" method:"post" summary:"修改登录密码"`
+ Account string `p:"account"`
+ Pwd string `p:"pwd"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
}
type ResetPwdRes struct {
}
type MigrateSearchReq struct {
- g.Meta `path:"/mange/migratesearch" tags:"迁移查询" method:"get" summary:"迁移查询"`
+ g.Meta `path:"/mange/migratesearch" tags:"账号" method:"get" summary:"迁移查询"`
SrcServerId int `json:"srcServerId"`
- SrcUid int32 `json:"srcUid"`
+ SrcUid int64 `p:"srcUid"`
DesServerId int `json:"desServerId"`
- DrcUid int32 `json:"drcUid"`
+ DrcUid int32 `p:"drcUid"`
}
type MigrateSearchRes struct {
g.Meta `mime:"application/json"`
- RoleList []*entity.RoleDetail `json:"list"`
+ RoleList []*entity.Unit `json:"list"`
}
type MigrateReq struct {
- g.Meta `path:"/mange/migrate" tags:"迁移" method:"get" summary:"迁移"`
- SrcServerId int `json:"srcServerId"`
- SrcUid int32 `json:"srcUid"`
- DesServerId int `json:"desServerId"`
- DesUid int32 `json:"desUid"`
+ g.Meta `path:"/mange/migrate" tags:"账号" method:"get" summary:"迁移"`
+ SrcServerId int `p:"srcServerId"`
+ SrcUid int32 `p:"srcUid"`
+ DesServerId int `p:"desServerId"`
+ DesUid int32 `p:"desUid"`
}
type MigrateRes struct {
}
type StatisticsReq struct {
- g.Meta `path:"/mange/statistics" tags:"统计数据" method:"get" summary:"统计数据"`
- LowTime int64 `json:"lowTime"`
- UpTime int64 `json:"upTime"`
+ g.Meta `path:"/mange/statistics" tags:"统计数据" method:"get" summary:"统计数据"`
+ LowTime int64 `p:"lowTime"`
+ UpTime int64 `p:"upTime"`
+ ServerId int `p:"serverId"` //0,总服,其他分服
}
type StatisticsRes struct {
@@ -73,3 +103,356 @@ type StatisticsRes struct {
Sum int32 `json:"sum"` //总充值
Remain []*entity.Remain `json:"list"`
}
+
+type AddItemReq struct {
+ g.Meta `path:"/mange/addItem" tags:"账号" method:"get" summary:"添加物品"`
+ Account string `p:"Account"`
+ Type int32 `p:"Type"`
+ ConfigId int32 `p:"ConfigId"`
+ Num int32 `p:"Num"`
+ Region int32 `p:"Region"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type AddItemRes struct {
+}
+
+type AddItemListReq struct {
+ g.Meta `path:"/mange/addItemList" tags:"账号" method:"get" summary:"添加物品"`
+ Account string `p:"Account"`
+ Type int32 `p:"Type"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type AddItemListRes struct {
+}
+
+type EditPeopleReq struct {
+ g.Meta `path:"/mange/editPeople" tags:"账号" method:"get" summary:"编辑人物"`
+ Account string `p:"Account"`
+ PeopleId int32 `p:"PeopleId"`
+ NumericType int32 `p:"NumericType"`
+ Value int64 `p:"Value"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type EditPeopleRes struct {
+}
+
+type AddGameUnitReq struct {
+ g.Meta `path:"/mange/addGameUnit" tags:"账号" method:"get" summary:"编辑人物"`
+ Account string `p:"Account"`
+ CfgId int32 `p:"CfgId"`
+ GameUnitType int32 `p:"GameUnitType"`
+ Name string `p:"Name"`
+ FamilyName string `p:"FamilyName"`
+ X float32 `p:"X"`
+ Y float32 `p:"Y"`
+ IsFlip bool `p:"IsFlip"`
+ ArtConfigId int32 `p:"ArtConfigId"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type AddGameUnitRes struct {
+}
+
+type AddVillagerSkillReq struct {
+ g.Meta `path:"/mange/addVillagerSkill" tags:"账号" method:"get" summary:"添加技能"`
+ Account string `p:"Account"`
+ GameUnitId int64 `p:"GameUnitId"`
+ VillagerSkillId int32 `p:"VillagerSkillId"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type AddVillagerSkillRes struct {
+}
+
+type SetWeatherReq struct {
+ g.Meta `path:"/mange/setWeather" tags:"账号" method:"get" summary:"改变天气"`
+ Account string `p:"Account"`
+ WeatherConfigId int32 `p:"WeatherConfigId"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type SetWeatherRes struct {
+}
+
+type ClearResourceReq struct {
+ g.Meta `path:"/mange/clearResource" tags:"账号" method:"get" summary:"删除资源"`
+ Account string `p:"Account"`
+ ServerId int `p:"serverId"`
+}
+
+type ClearResourceRes struct {
+}
+
+type CopyUnitReq struct {
+ g.Meta `path:"/mange/copyUnit" tags:"账号" method:"get" summary:"复制账号"`
+ SrcName int `p:"SrcName" v:"required|min:1#账号ID不能为空"`
+ //SrcServer int `p:"SrcServer" v:"required|min:1#服务器ID不能为空"`
+}
+
+type CopyUnitRes struct {
+ g.Meta `mime:"application/json"`
+ Filename string `json:"filename"`
+ StoreFilename string `json:"storeFilename"`
+}
+
+type UpdateUnitReq struct {
+ g.Meta `path:"/mange/updateUnit" tags:"账号" method:"get" summary:"更新账号"`
+ Filename string `p:"filename" v:"required#文件名不能为空"`
+ StoreFilename string `p:"storeFilename" v:"required#文件名不能为空"`
+ DestName int `p:"DestName" v:"required|min:1#账号ID不能为空"`
+ //DestServer int `p:"DestServer" v:"required|min:1#服务器ID不能为空"`
+}
+
+type UpdateUnitRes struct {
+}
+
+type DelAccountReq struct {
+ g.Meta `path:"/mange/delAccount" tags:"账号" method:"get" summary:"删除账号"`
+ SrcName string `p:"SrcName"`
+ ServerId int `p:"serverId"`
+}
+
+type DelAccountRes struct {
+}
+
+type SearchAccountReq struct {
+ g.Meta `path:"/mange/searchAccount" tags:"账号" method:"get" summary:"搜索账号"`
+ //Day int `p:"day"`
+ //Scale int `p:"scale"`
+ //Min int `p:"time"`
+ Type int `p:"type"`
+ Data int `p:"data"`
+ CompareType int `p:"compareType"`
+ PageSize int `p:"pageSize"`
+ PageNum int `p:"pageNum"`
+ ServerId int `p:"serverId" `
+ StartTime int `p:"startTime" `
+ EndTime int `p:"endTime" `
+}
+
+type SearchAccountRes struct {
+ g.Meta `mime:"application/json"`
+ Accounts []map[string]interface{} `json:"accounts"`
+ Total int `json:"total"`
+ AvgScale float64 `json:"avgScale"`
+ AvgDay float64 `json:"avgDay"`
+}
+
+type FinishGatherReq struct {
+ g.Meta `path:"/mange/finishGather" tags:"账号" method:"get" summary:"删除资源"`
+ Account string `p:"Account"`
+ GatherIds []int64 `p:"GatherIds"`
+ ServerId int `p:"serverId" v:"required|min:1#服务器ID不能为空"`
+}
+
+type FinishGatherRes struct {
+}
+
+type GetBazaarReq struct {
+ g.Meta `path:"/bazaar/get" tags:"赶集" method:"get" summary:"获取赶集"`
+ Year int32 `p:"Year"`
+ Date int32 `p:"Date"`
+ ServerId int `p:"serverId"`
+}
+
+type GetBazaarRes struct {
+ g.Meta `mime:"application/json"`
+ Bazaar []map[string]interface{} `json:"bazaar"`
+}
+
+type UpdateBazaarReq struct {
+ g.Meta `path:"/bazaar/update" tags:"赶集" method:"post" summary:"更新赶集"`
+ Bazaar map[string]interface{} `p:"bazaar"`
+}
+
+type UpdateBazaarRes struct {
+}
+
+type InsertBazaarReq struct {
+ g.Meta `path:"/bazaar/insert" tags:"赶集" method:"post" summary:"添加赶集"`
+ Bazaar map[string]interface{} `p:"bazaar"`
+}
+
+type InsertBazaarRes struct {
+}
+
+type InsertBatchBazaarReq struct {
+ g.Meta `path:"/bazaar/insertBatch" tags:"赶集" method:"post" summary:"添加赶集"`
+ Bazaars []map[string]interface{} `p:"bazaars"`
+}
+
+type InsertBatchBazaarRes struct {
+}
+
+type GetMonthlyLotteryReq struct {
+ g.Meta `path:"/monthlyLottery/get" tags:"每月抽奖" method:"get" summary:"获取每月抽奖 -1为不限次数"`
+ Date string `p:"Date"`
+}
+
+type GetMonthlyLotteryRes struct {
+ g.Meta `mime:"application/json"`
+ MonthlyLottery []map[string]interface{} `json:"monthlyEvent"`
+}
+
+type UpdateMonthlyLotteryReq struct {
+ g.Meta `path:"/monthlyLottery/update" tags:"每月抽奖" method:"get" summary:"更新每月抽奖"`
+ MonthlyLottery map[string]interface{} `p:"monthlyLottery"`
+}
+
+type UpdateMonthlyLotteryRes struct {
+}
+
+type InsertMonthlyLotteryReq struct {
+ g.Meta `path:"/monthlyLottery/insert" tags:"每月抽奖" method:"get" summary:"添加每月抽奖"`
+ MonthlyLottery map[string]interface{} `p:"monthlyLottery"`
+}
+
+type InsertMonthlyLotteryRes struct {
+}
+
+type GetPropExchangeReq struct {
+ g.Meta `path:"/propExchange/get" tags:"道具兑换" method:"get" summary:"获取道具兑换"`
+ Id int64 `p:"id"`
+ Year string `p:"year"`
+}
+
+type GetPropExchangeRes struct {
+ g.Meta `mime:"application/json"`
+ PropExchange []map[string]interface{} `json:"propExchange"`
+}
+
+type UpdatePropExchangeReq struct {
+ g.Meta `path:"/propExchange/update" tags:"道具兑换" method:"get" summary:"更新道具兑换"`
+ PropExchange map[string]interface{} `p:"propExchange"`
+}
+
+type UpdatePropExchangeRes struct {
+}
+
+type InsertPropExchangeReq struct {
+ g.Meta `path:"/propExchange/insert" tags:"道具兑换" method:"get" summary:"添加道具兑换"`
+ PropExchange map[string]interface{} `p:"propExchange"`
+}
+
+type InsertPropExchangeRes struct {
+}
+
+type CheckPropExchangeReq struct {
+ g.Meta `path:"/propExchange/check" tags:"道具兑换" method:"get" summary:"查询道具兑换"`
+ PropExchange map[string]interface{} `p:"propExchange"`
+}
+
+type CheckPropExchangeRes struct {
+ g.Meta `mime:"application/json"`
+ PropExchange int64 `json:"propExchange"`
+}
+
+type GetModelReq struct {
+ g.Meta `path:"/model/get" tags:"模板" method:"get" summary:"获取模板"`
+ MType int64 `p:"mType"`
+ Id int64 `p:"id"`
+}
+
+type GetModelRes struct {
+ g.Meta `mime:"application/json"`
+ Model []map[string]interface{} `json:"model"`
+}
+
+type UpdateModelReq struct {
+ g.Meta `path:"/model/update" tags:"模板" method:"get" summary:"更新模板"`
+ Model map[string]interface{} `p:"model"`
+}
+
+type UpdateModelRes struct {
+}
+
+type InsertModelReq struct {
+ g.Meta `path:"/model/insert" tags:"模板" method:"get" summary:"添加模板"`
+ Model map[string]interface{} `p:"model"`
+}
+
+type InsertModelRes struct {
+}
+
+type DelModelReq struct {
+ g.Meta `path:"/model/del" tags:"模板" method:"get" summary:"删除模板"`
+ Id int64 `p:"id"`
+ StallId int32 `p:"stallId"`
+}
+
+type DelModelRes struct {
+}
+
+type SetAuditModeReq struct {
+ g.Meta `path:"/set/auditMode" tags:"set接口" method:"post" summary:"审核模式"`
+ AuditMode int `p:"auditMode" ` // 1-不需要走热更新; 0-需要走热更新
+ Channel string `p:"channel"`
+ Version string `p:"version"`
+ Name string `p:"name"`
+}
+
+type SetAuditModeRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type DelAuditModeReq struct {
+ g.Meta `path:"/set/delAuditMode" tags:"set接口" method:"post" summary:"审核模式"`
+ Label string `p:"label"`
+ Name string `p:"name"`
+}
+
+type DelAuditModeRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type AuditModeReq struct {
+ g.Meta `path:"/set/checkAuditMode" tags:"set接口" method:"get" summary:"auditMode"`
+ Channel string `p:"channel"`
+ Version string `p:"version"`
+}
+
+type AuditModeRes struct {
+ g.Meta `mime:"application/json"`
+ AuditMode int32 `json:"auditMode"`
+}
+
+type GetAllAuditModeReq struct {
+ g.Meta `path:"/set/getAllAuditMode" tags:"set接口" method:"get" summary:"getAllAuditMode"`
+ Name string `p:"name"`
+}
+
+type GetAllAuditModeRes struct {
+ g.Meta `mime:"application/json"`
+ List map[string]string `json:"list"`
+}
+
+type GetAllowChannelReq struct {
+ g.Meta `path:"/set/getAllowChannel" tags:"set接口" method:"get" summary:"getAllowChannel"`
+}
+
+type GetAllowChannelRes struct {
+ g.Meta `mime:"application/json"`
+ List map[string]string `json:"list"`
+}
+
+type SetAllowChannelReq struct {
+ g.Meta `path:"/set/allowChannel" tags:"set接口" method:"post" summary:"审核模式"`
+ Channel string `p:"channel"`
+ Version string `p:"version"`
+}
+
+type SetAllowChannelRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type DelAllowChannelReq struct {
+ g.Meta `path:"/set/delAllowChannel" tags:"set接口" method:"post" summary:"审核模式"`
+ Label string `p:"label"`
+}
+
+type DelAllowChannelRes struct {
+ g.Meta `mime:"application/json"`
+}
diff --git a/api/v1/game/notice.go b/api/v1/game/notice.go
index 1059ccb..e4b6557 100644
--- a/api/v1/game/notice.go
+++ b/api/v1/game/notice.go
@@ -1,21 +1,95 @@
package game
-import "github.com/gogf/gf/v2/frame/g"
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/internal/model/entity"
+)
+
+type GetCronReq struct {
+ g.Meta `path:"/notice/getCron" tags:"定时器" method:"post" summary:"待发送公告"`
+}
+
+type GetCronRes struct {
+ g.Meta `mime:"application/json"`
+ NoticeLogs []entity.GameNoticeLog `json:"noticeLogs"`
+}
+
+type GetMailCronReq struct {
+ g.Meta `path:"/mail/getCron" tags:"定时器" method:"get" summary:"待发送公告"`
+}
+
+type GetMailCronRes struct {
+ g.Meta `mime:"application/json"`
+ MailLogs []entity.Mail `json:"mailLogs"`
+}
+
+type AddCronReq struct {
+ g.Meta `path:"/notice/addCron" tags:"定时器" method:"post" summary:"添加待发送公告"`
+ Id int64 `p:"id" description:"索引ID"`
+ NoticeId int64 `p:"noticeId" description:"notice表id"`
+ NoticeType int `p:"noticeType" description:"公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告"`
+ Channel string `p:"channel" description:"渠道号:第三方的登录渠道"`
+ Content string `p:"content" description:""`
+ SendTime int64 `p:"sendTime" description:""`
+}
+
+type AddCronRes struct {
+}
+
+type AddMailCronReq struct {
+ g.Meta `path:"/mail/addCron" tags:"定时器" method:"post" summary:"添加待发送邮件"`
+ Id string `p:"Id"`
+ ServerId []string `p:"ServerId"`
+ To string `p:"To"`
+ From string `p:"From"`
+ Type int32 `p:"Type"`
+ Expired int64 `p:"Expired"`
+ ValidDay int32 `p:"ValidDay"`
+ Send int32 `p:"Send"`
+ Time int64 `p:"Time"`
+ NewGet int32 `p:"NewGet "`
+ Title string `p:"Title"`
+ //Greetings string `p:"Greetings"`
+ Content string `p:"Content"`
+ OwnerId string `p:"ownerId"`
+ Drops []entity.Drop `p:"Drops"`
+}
+
+type AddMailCronRes struct {
+}
type AddNoticeReq struct {
- g.Meta `path:"/notice/add" tags:"维护公告" method:"post" summary:"维护公告"`
+ g.Meta `path:"/notice/add" tags:"公告" method:"post" summary:"维护公告"`
Status int `p:"status"`
Content string `p:"content"`
Channel string `p:"channel"`
NoticeType int `p:"noticeType"`
- Id int `p:"id"`
+ SendTime int64 `p:"sendTime"`
+ NoticeId int64 `p:"noticeId"`
+ Id int64 `p:"id"`
}
type AddNoticeRes struct {
}
+type DelNoticeLogReq struct {
+ g.Meta `path:"/notice/del" tags:"公告" method:"post" summary:"公告日志删除"`
+ Id int64 `p:"id"`
+}
+
+type DelNoticeLogRes struct {
+}
+
+type DelNoticeListReq struct {
+ g.Meta `path:"/notice/delList" tags:"公告" method:"post" summary:"公告列表删除"`
+ Id int64 `p:"id"`
+}
+
+type DelNoticeListRes struct {
+}
+
type GetNoticeReq struct {
- g.Meta `path:"/notice/get" tags:"维护公告" method:"get" summary:"维护公告"`
+ g.Meta `path:"/notice/get" tags:"公告" method:"get" summary:"维护公告"`
Channel string `p:"channel"`
NoticeType int `p:"noticeType"`
}
@@ -24,11 +98,24 @@ type GetNoticeRes struct {
g.Meta `mime:"application/json"`
Status int `json:"status"`
Content string `json:"content"`
- Id int `json:"id"`
+ Id int64 `json:"id"`
+}
+
+type GetNoticeListReq struct {
+ g.Meta `path:"/notice/list" tags:"公告" method:"post" summary:"公告列表"`
+ Channel string `p:"channel"`
+ NoticeType int `p:"noticeType"`
+}
+
+type GetNoticeListRes struct {
+ g.Meta `mime:"application/json"`
+ List []*entity.GameNotice `json:"list"`
+ Total int `json:"total"`
}
type PopReq struct {
- g.Meta `path:"/notice/pop" tags:"弹窗公告" method:"post" summary:"弹窗公告"`
+ g.Meta `path:"/notice/pop" tags:"公告" method:"post" summary:"弹窗公告"`
+ PopTo int `p:"popTo"`
Type int `p:"popType"`
Uids string `p:"uids"`
ServerId int `p:"serverId"`
@@ -39,14 +126,62 @@ type PopRes struct {
}
type GetGameNoticeReq struct {
- g.Meta `path:"/gamenotice/get" tags:"维护公告" method:"get" summary:"维护公告"`
+ g.Meta `path:"/gamenotice/get" tags:"公告" method:"get" summary:"维护公告"`
Channel string `p:"channel"`
NoticeType int `p:"noticeType"`
}
type GetGameNoticeRes struct {
- g.Meta `mime:"application/json"`
- Status int `json:"status"`
- Content string `json:"content"`
- Id int `json:"id"`
+ g.Meta `mime:"application/json"`
+ Status int `json:"status"`
+ Content string `json:"content"`
+ TimeStamp int32 `json:"timeStamp"`
+}
+
+type GetGameNoticeLogReq struct {
+ g.Meta `path:"/notice/log" tags:"公告" method:"post" summary:"历史公告"`
+ PageSize int `json:"pageSize"`
+ PageNum int `json:"pageNum"`
+ Content string `json:"content"`
+ NoticeType int `json:"noticeType"`
+ BeginTime int64 `json:"beginTime"`
+ EndTime int64 `json:"endTime"`
+}
+
+type GetGameNoticeLogRes struct {
+ g.Meta `mime:"application/json"`
+ NoticeLog []entity.GameNoticeLog `json:"noticeLog"`
+ Total int `json:"total"`
+}
+
+type GetNoticeModelReq struct {
+ g.Meta `path:"/notice/modelGet" tags:"公告" method:"post" summary:"公告模板"`
+ ModelId int `p:"modelId"`
+ NoticeType int `p:"noticeType"`
+}
+
+type GetNoticeModelRes struct {
+ g.Meta `mime:"application/json"`
+ NoticeModel []entity.GameNoticeModel `json:"noticeModel"`
+}
+
+type AddNoticeModelReq struct {
+ g.Meta `path:"/notice/modelAdd" tags:"公告" method:"post" summary:"公告模板"`
+ Title string `p:"title"`
+ Content string `p:"content"`
+ Channel string `p:"channel"`
+ NoticeType int `p:"noticeType"`
+ ModelType int `p:"modelType"`
+ Id int `p:"id"`
+}
+
+type AddNoticeModelRes struct {
+}
+
+type DelNoticeModelReq struct {
+ g.Meta `path:"/notice/modelDel" tags:"公告" method:"post" summary:"公告模板"`
+ Id int `p:"id"`
+}
+
+type DelNoticeModelRes struct {
}
diff --git a/api/v1/game/order.go b/api/v1/game/order.go
index 94413eb..d8ee381 100644
--- a/api/v1/game/order.go
+++ b/api/v1/game/order.go
@@ -6,45 +6,113 @@ import (
)
type OrderSearchReq struct {
- g.Meta `path:"/order/list" tags:"查询订单" method:"get" summary:"订单列表"`
- SearchType int `p:"searchType"` //1.账号查询,2角色UID查询,3 时间段查询 4.订单号查询
- Id string `p:"id"`
- OrderId string `p:"orderId"`
- ServerId int `p:"serverId"`
- Uid int32 `p:"uid"`
- Account string `p:"account"` //rechargeorder表的 uid
- Channel string `p:"channel"'` //渠道
- LowTime int64 `p:"lowTime"`
- UpTime int64 `p:"upTime"`
+ g.Meta `path:"/order/list" tags:"订单" method:"get" summary:"订单列表"`
+ PageNum int64 `p:"pageNum"`
+ PageSize int64 `p:"pageSize"`
+ Account string `p:"account"`
+ Uid int32 `p:"uid"`
+ Status int32 `p:"status"`
+ OrderId string `p:"orderId"`
+ ExternalOrderId string `p:"externalOrderId"`
+ Channel string `p:"channel"` //渠道
}
type OrderSearchRes struct {
g.Meta `mime:"application/json"`
Orders []*entity.Order `json:"list"`
+ Total int `json:"total"`
}
type OrderCountReq struct {
- g.Meta `path:"/order/count" tags:"查询订单" method:"get" summary:"订单列表"`
- Amount int `p:"amount"`
- CompareType int `p:"compareType"`
- Gender int `p:"gender"`
- LowAge int `p:"lowAge"`
- UpAge int `p:"upAge"`
- ServerId int `p:"serverId"`
+ g.Meta `path:"/order/count" tags:"订单" method:"get" summary:"订单列表"`
+ Account string `p:"account"`
+ Amount int `p:"amount"`
+ CompareType int `p:"compareType"`
+ GM int `p:"GM"`
+ Server int `p:"server"`
+ PageNo int `p:"pageNo"`
+ PageSize int `p:"pageSize"`
}
type OrderCountRes struct {
g.Meta `mime:"application/json"`
Orders []*entity.OrderCount `json:"list"`
+ Total int `json:"total"`
+}
+
+type OrderLogReq struct {
+ g.Meta `path:"/order/log" tags:"订单" method:"get" summary:"订单列表记录"`
+ Channel string `p:"channel"`
+ StartTime int64 `p:"startTime"`
+ EndTime int64 `p:"endTime"`
+ CompareType int `p:"compareType"`
+ CompareType1 int `p:"compareType1"`
+ RechargeMin int `p:"rechargeMin"`
+ RechargeTotal int `p:"rechargeTotal"`
+ ServerId int `p:"server"`
+}
+
+type AmountTotal struct {
+ Channel string `json:"channel" description:""`
+ CreateTime string `json:"createTime" description:""`
+ Config int `json:"config" description:""`
+ TotalAmount int `json:"totalAmount" description:""`
+}
+
+type AccountTotal struct {
+ Channel string `json:"channel" description:""`
+ Config int `json:"config" description:""`
+ CreateTime string `json:"createTime" description:""`
+ TotalAccount int `json:"totalAccount" description:""`
+}
+
+type ConfigCount struct {
+ Channel string `json:"channel" description:""`
+ Config int `json:"config" description:""`
+ TotalConfig int `json:"totalConfig" description:""`
+}
+
+type OrderLogRes struct {
+ g.Meta `mime:"application/json"`
+ AccountTotal []AccountTotal `json:"accountTotal"`
+ AmountTotal []AmountTotal `json:"amountTotal"`
+ RechargeAccountTotal []AccountTotal `json:"rechargeAccountTotal"`
+}
+
+type OrderBehaviorReq struct {
+ g.Meta `path:"/order/behavior" tags:"订单" method:"get" summary:"订单记录"`
+ StartTime string `p:"startTime"`
+}
+
+type OrderBehaviorRes struct {
+ g.Meta `mime:"application/json"`
+ Account []AccountTotal `json:"account"`
+ RechargeAccount []AccountTotal `json:"rechargeAccount"`
+ AmountList []AmountTotal `json:"amountList"`
+}
+
+type RechargePerReq struct {
+ g.Meta `path:"/order/rechargePer" tags:"订单" method:"get" summary:"订单记录"`
+ StartTime string `p:"startTime"`
+ EndTime string `p:"endTime"`
+}
+
+type RechargePerRes struct {
+ g.Meta `mime:"application/json"`
+ Account []AccountTotal `json:"account"`
+ RechargeAccount []AccountTotal `json:"rechargeAccount"`
}
// 充值
type OrderDepositReq struct {
- g.Meta `path:"/order/deposit" tags:"充值" method:"post" summary:"补单充值"`
- Account string `p:"account"`
- DepositId int32 `p:"depositId"`
- ServerId int32 `p:"serverId"`
- Platform int `p:"platform"`
+ g.Meta `path:"/order/deposit" tags:"订单" method:"post" summary:"补单充值"`
+ Uid int64 `p:"account"`
+ DepositId int32 `p:"depositId"`
+ Amount int32 `p:"amount"`
+ Count int32 `p:"count"`
+ Platform int `p:"platform"`
+ //ServerId int32 `p:"serverId"`
+ //Channel string `p:"channel"`
}
type OrderDepositRes struct {
@@ -52,12 +120,64 @@ type OrderDepositRes struct {
// 加游戏币
type AddCoinReq struct {
- g.Meta `path:"/order/addcoin" tags:"修改游戏币" method:"post" summary:"修改游戏币"`
+ g.Meta `path:"/order/addcoin" tags:"订单" method:"post" summary:"修改游戏币"`
Uid string `p:"uid"`
Amount int32 `p:"amount"`
AmountType int32 `p:"amountType"`
- ServerId int `p:"serverId"`
+ //ServerId int `p:"serverId"`
}
type AddCoinRes struct {
}
+
+// 充值控制
+type RechargeControlReq struct {
+ g.Meta `path:"/order/rechargeControl" tags:"订单" method:"get" summary:"充值控制"`
+ Channel string `p:"channel"`
+}
+
+type RechargeControlRes struct {
+ g.Meta `mime:"application/json"`
+ State int32 `json:"state" description:"0-无法充值,1-允许充值"`
+}
+
+// 获取充值控制
+type GetRechargeControlReq struct {
+ g.Meta `path:"/order/control/get" tags:"订单" method:"get" summary:"获取充值控制"`
+}
+
+type GetRechargeControlRes struct {
+ g.Meta `mime:"application/json"`
+ Control []*entity.GameRechargeControl `json:"list"`
+}
+
+// 更新充值控制
+type AddRechargeControlReq struct {
+ g.Meta `path:"/order/control/add" tags:"订单" method:"get" summary:"更新充值控制"`
+ Channel string `p:"channel"`
+}
+
+type AddRechargeControlRes struct {
+}
+
+// 删除充值控制
+type DeleteRechargeControlReq struct {
+ g.Meta `path:"/order/control/del" tags:"订单" method:"get" summary:"删除充值控制"`
+ Channel string `p:"channel"`
+}
+
+type DeleteRechargeControlRes struct {
+}
+
+// 修改订单状态
+type ChangeOrderStateReq struct {
+ g.Meta `path:"/order/changeState" tags:"订单" method:"get" summary:"修改订单状态"`
+ State int `p:"state"`
+ Order string `p:"order"`
+ Remark string `p:"remark"`
+}
+
+type ChangeOrderStateRes struct {
+ g.Meta `mime:"application/json"`
+ ResData int `json:"data"`
+}
diff --git a/api/v1/game/pub.go b/api/v1/game/pub.go
new file mode 100644
index 0000000..f6f9c20
--- /dev/null
+++ b/api/v1/game/pub.go
@@ -0,0 +1,227 @@
+package game
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+type GetGameUpdateUrlReq struct {
+ g.Meta `path:"/updateUrl/get" tags:"外部接口" method:"get" summary:"强更地址"`
+ Channel string `p:"channel"`
+}
+
+type GetGameUpdateUrlRes struct {
+ g.Meta `mime:"application/json"`
+ Url string `json:"url"`
+}
+
+/*v:"required#版本不能为空"*/
+
+type GetGameLoginUrlReq struct {
+ g.Meta `path:"/loginUrl/get" tags:"外部接口" method:"get" summary:"登录地址"`
+ Account string `p:"account" `
+ Channel string `p:"channel" `
+ Version string `p:"version" ` // 旧版本使用
+ VersionName string `p:"versionName" ` // 新版新增
+ VersionCode string `p:"versionCode" `
+}
+
+type LoginUrlData struct {
+ Id int `json:"server_id" description:"服务器编号"`
+ Host string `json:"host" description:""`
+ Port int `json:"port" description:""`
+ State int `json:"state" description:"服务器状态,1-正常,2-维护,3-白名单ip优先+渠道,4-黑名单渠道优先+ip白名单"`
+
+ Area int `json:"area" description:"服务器区服"`
+ Name string `json:"name" description:"服务器名称"`
+ Difficulty int `json:"difficulty" description:"难度标识"`
+ Recommend int `json:"recommend" description:"推荐标识,1-推荐" `
+
+ Last int `json:"last" description:"上次登录标识,1-登录"`
+ Scale int `json:"scale" description:"玩家规模等级"`
+ AccountName string `json:"accountName" description:"玩家名称"`
+}
+
+type GetGameLoginUrlRes struct {
+ g.Meta `mime:"application/json"`
+ UrlStr []LoginUrlData `json:"serverList"`
+}
+
+type GetGameCCDReq struct {
+ g.Meta `path:"/ccd/get" tags:"外部接口" method:"post" summary:"登录地址"`
+ ChannelType string `p:"channelType"`
+ Platform string `p:"platform"`
+ VersionName string `p:"versionName"`
+ HotfixVersion string `p:"hotfixVersion"`
+ VersionCode string `p:"versionCode"`
+ Version string `p:"version"`
+}
+
+type GetGameCCDRes struct {
+ g.Meta `mime:"application/json"`
+ Url string `json:"url"`
+ Version string `json:"version"`
+ AuditMode int32 `json:"auditMode"`
+ EnableHotfix int32 `json:"enableHotfix"`
+ EnableAccountLogin int32 `json:"enableAccountLogin"`
+}
+
+type GetGameCCD1Req struct {
+ g.Meta `path:"/ccd1/get" tags:"外部接口" method:"post" summary:"登录地址"`
+ ChannelType string `p:"channelType"`
+ Platform string `p:"platform"`
+ VersionName string `p:"versionName"`
+ HotfixVersion string `p:"hotfixVersion"`
+ VersionCode string `p:"versionCode"`
+ Version string `p:"version"`
+}
+
+type GetGameCCD1Res struct {
+ g.Meta `mime:"application/json"`
+ Version string `json:"version"`
+}
+
+type GetOutIdReq struct {
+ g.Meta `path:"/outId/get" tags:"外部接口" method:"get" summary:"获取uid"`
+ Uid int64 `p:"uid"`
+}
+
+type GetOutIdRes struct {
+ g.Meta `mime:"application/json"`
+ Id int64 `json:"publicId"`
+}
+
+type LoginOutReq struct {
+ g.Meta `path:"/loginOut" tags:"外部接口" method:"post" summary:"添加登录登出记录"`
+ Uid int64 `p:"uid"`
+ State int `p:"state"`
+ Day int `p:"day"`
+ GameTime int `p:"gameTime"`
+ Scale int `p:"scale"`
+ VillagerNum int `p:"villagerNum"`
+ Prosperity int `p:"prosperity"`
+ Copper int `p:"copper"`
+ GoldIngot int `p:"goldIngot"`
+ BaseFood int `p:"baseFood"`
+ Server int `p:"serverId"`
+ Name string `p:"valleyName"`
+}
+
+type LoginOutRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type RegisterReq struct {
+ g.Meta `path:"/register" tags:"外部接口" method:"post" summary:"添加注册记录"`
+ Account string `p:"account"`
+ Uid int64 `p:"uid"`
+ CreateType int `p:"createType"`
+ Platform int `p:"platform"`
+ Channel string `p:"channel"`
+ Server int `p:"server"`
+ OAID string `p:"OAID"`
+}
+
+type RegisterRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type UnitChangeNameReq struct {
+ g.Meta `path:"/unitChangeName" tags:"外部接口" method:"post" summary:"修改村庄名称"`
+ Uid int64 `p:"uid"`
+ Server int `p:"server"`
+ Name string `p:"name"`
+}
+
+type UnitChangeNameRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type ItemRecordReq struct {
+ g.Meta `path:"/itemRecord" tags:"外部接口" method:"post" summary:"添加物品流向记录"`
+ Uid int64 `p:"uid"`
+ ItemId int32 `p:"itemId"`
+ Num int32 `p:"num"`
+ Way string `p:"way"`
+ State int32 `p:"state"`
+ Server int `p:"server"`
+}
+
+type ItemRecordRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type ShopRecordReq struct {
+ g.Meta `path:"/shopRecord" tags:"外部接口" method:"post" summary:"添加商城流向记录"`
+ Uid int64 `p:"uid"`
+ ItemId int `p:"itemId"`
+ Price int `p:"price"`
+ Num int32 `p:"num"`
+}
+
+type ShopRecordRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type ReConfigServerReq struct {
+ g.Meta `path:"/reloadServer" tags:"外部接口" method:"get" summary:"重置服务器列表"`
+}
+
+type ReConfigServerRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetPostsReq struct {
+ g.Meta `path:"/getPosts" tags:"外部接口" method:"get" summary:"重置服务器列表"`
+}
+
+type GetPostsRes struct {
+ g.Meta `mime:"application/json"`
+ List []map[string]interface{} `json:"list"`
+}
+
+type AddOutCCDReq struct {
+ g.Meta `path:"/outCcd/addCCD" tags:"外部接口" method:"post" summary:"添加热更地址"`
+ Platform string `p:"platform"`
+ ChannelType string `p:"channelType"`
+ VersionName string `p:"versionName"`
+ VersionCode string `p:"versionCode"`
+ Ip string `p:"ip"`
+ HotfixVersion string `p:"hotfixVersion"`
+ State uint `p:"state"`
+ Url string `p:"url"`
+}
+
+type AddOutCCDRes struct {
+}
+
+type GetAuditModeReq struct {
+ g.Meta `path:"/out/auditMode" tags:"外部接口" method:"get" summary:"审核模式"`
+ Channel string `p:"channel"`
+}
+
+type GetAuditModeRes struct {
+ g.Meta `mime:"application/json"`
+ AuditMode int64 `json:"auditMode"`
+}
+
+type SetOpenIdReq struct {
+ g.Meta `path:"/setOpenId" tags:"外部接口" method:"get" summary:"先行服白名单"`
+ Filename string `p:"filename"`
+ OpenId string `p:"openId"`
+ InitUnit int `p:"initUnit"`
+}
+
+type SetOpenIdRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetOpenIdReq struct {
+ g.Meta `path:"/getOpenId" tags:"外部接口" method:"get" summary:"先行服白名单"`
+ Filename string `p:"filename"`
+ OpenId string `p:"openId"`
+}
+
+type GetOpenIdRes struct {
+ g.Meta `mime:"application/json"`
+ State int `json:"state"`
+}
diff --git a/api/v1/game/rank.go b/api/v1/game/rank.go
new file mode 100644
index 0000000..88b9e38
--- /dev/null
+++ b/api/v1/game/rank.go
@@ -0,0 +1,102 @@
+package game
+
+import "github.com/gogf/gf/v2/frame/g"
+
+type GetRankAwardReq struct {
+ g.Meta `path:"/rankAward/get" tags:"排行榜奖励" method:"post" summary:"获取排行榜奖励"`
+ Id int32 `p:"id"`
+ Type int32 `p:"type"`
+}
+
+type GetRankAwardRes struct {
+ g.Meta `mime:"application/json"`
+ RankAward []map[string]interface{} `json:"rankAward"`
+}
+
+type UpdateRankAwardReq struct {
+ g.Meta `path:"/rankAward/update" tags:"排行榜奖励" method:"post" summary:"更新排行榜奖励"`
+ RankAward map[string]interface{} `p:"rankAward"`
+}
+
+type UpdateRankAwardRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type InsertRankAwardReq struct {
+ g.Meta `path:"/rankAward/insert" tags:"排行榜奖励" method:"post" summary:"添加排行榜奖励"`
+ RankAward map[string]interface{} `p:"rankAward"`
+}
+
+type InsertRankAwardRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetRankReq struct {
+ g.Meta `path:"/rank/get" tags:"排行榜" method:"post" summary:"获取排行榜"`
+ Type int32 `p:"type"`
+ Style int32 `p:"style"`
+ Year int32 `p:"year"`
+}
+
+type GetRankRes struct {
+ g.Meta `mime:"application/json"`
+ Rank []map[string]interface{} `json:"rank"`
+}
+
+type UpdateRankReq struct {
+ g.Meta `path:"/rank/update" tags:"排行榜" method:"post" summary:"更新排行榜"`
+ Rank map[string]interface{} `p:"rank"`
+}
+
+type UpdateRankRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type InsertRankReq struct {
+ g.Meta `path:"/rank/insert" tags:"排行榜" method:"post" summary:"添加排行榜"`
+ Rank map[string]interface{} `p:"rank"`
+}
+
+type InsertRankRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type DelRankReq struct {
+ g.Meta `path:"/rank/del" tags:"排行榜" method:"post" summary:"删除排行榜"`
+ Rank string `p:"rank"`
+}
+
+type DelRankRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type CheckRankReq struct {
+ g.Meta `path:"/rank/check" tags:"排行榜" method:"post" summary:"查询排行榜"`
+ Rank map[string]interface{} `p:"rank"`
+}
+
+type CheckRankRes struct {
+ g.Meta `mime:"application/json"`
+ Rank int64 `json:"rank"`
+ StringId string `json:"stringId"`
+}
+
+type AddRankGroupReq struct {
+ g.Meta `path:"/rank/addGroup" tags:"排行榜" method:"post" summary:"添加排行榜组"`
+ StageGroupId int `p:"stageGroupId"`
+ Name string `p:"name"`
+}
+
+type AddRankGroupRes struct {
+ g.Meta `mime:"application/json"`
+}
+
+type GetRankGroupReq struct {
+ g.Meta `path:"/rank/getGroup" tags:"排行榜" method:"post" summary:"获取排行榜组"`
+ name string `p:"name"`
+}
+
+type GetRankGroupRes struct {
+ g.Meta `mime:"application/json"`
+ Groups map[string]interface{} `p:"groups"`
+}
diff --git a/api/v1/game/rebate.go b/api/v1/game/rebate.go
new file mode 100644
index 0000000..d547bf4
--- /dev/null
+++ b/api/v1/game/rebate.go
@@ -0,0 +1,28 @@
+package game
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+type CheckRebateReq struct {
+ g.Meta `path:"/checkRebate" tags:"rebate" method:"get" summary:"充值返还"`
+ Account string `p:"account"`
+ Channel string `p:"channel"`
+}
+
+type CheckRebateRes struct {
+ g.Meta `mime:"application/json"`
+ Code int `json:"code"`
+ Amount int `json:"amount"`
+}
+
+type GetRechargeValueReq struct {
+ g.Meta `path:"/rebate/getRechargeValue" tags:"rebate" method:"get" summary:"充值返还"`
+ Account string `p:"account"`
+ Channel string `p:"channel"`
+}
+
+type GetRechargeValueRes struct {
+ g.Meta `mime:"application/json"`
+ Amount int `json:"amount"`
+}
diff --git a/api/v1/system/sys_auth_rule.go b/api/v1/system/sys_auth_rule.go
index d614525..cdc2327 100644
--- a/api/v1/system/sys_auth_rule.go
+++ b/api/v1/system/sys_auth_rule.go
@@ -9,8 +9,9 @@ package system
import (
"github.com/gogf/gf/v2/frame/g"
- "tyj_admin/internal/model/entity"
+ commonApi "tyj_admin/api/v1/common"
"tyj_admin/internal/model"
+ "tyj_admin/internal/model/entity"
)
type RuleSearchReq struct {
@@ -52,8 +53,8 @@ type RuleAddRes struct {
}
type RuleGetParamsReq struct {
- g.Meta `path:"/menu/getParams" tags:"菜单管理" method:"get" summary:"获取添加、编辑菜单相关参数"`
- Authorization string `p:"Authorization" in:"header" dc:"Bearer {{token}}"`
+ g.Meta `path:"/menu/getParams" tags:"菜单管理" method:"get" summary:"获取添加、编辑菜单相关参数"`
+ commonApi.Author
}
type RuleGetParamsRes struct {
@@ -63,9 +64,9 @@ type RuleGetParamsRes struct {
}
type RuleInfoReq struct {
- g.Meta `path:"/menu/get" tags:"菜单管理" method:"get" summary:"获取菜单信息"`
- Authorization string `p:"Authorization" in:"header" dc:"Bearer {{token}}"`
- Id uint `p:"required#菜单id必须"`
+ g.Meta `path:"/menu/get" tags:"菜单管理" method:"get" summary:"获取菜单信息"`
+ commonApi.Author
+ Id uint `p:"id" v:"required#菜单id必须"`
}
type RuleInfoRes struct {
@@ -75,36 +76,36 @@ type RuleInfoRes struct {
}
type RuleUpdateReq struct {
- g.Meta `path:"/menu/update" tags:"菜单管理" method:"put" summary:"修改菜单"`
- Authorization string `p:"Authorization" in:"header" dc:"Bearer {{token}}"`
- Id uint `p:"id" v:"required#id必须"`
- MenuType uint `p:"menuType" v:"min:0|max:2#菜单类型最小值为:min|菜单类型最大值为:max"`
- Pid uint `p:"parentId" v:"min:0"`
- Name string `p:"name" v:"required#请填写规则名称"`
- Title string `p:"menuName" v:"required|length:1,100#请填写标题|标题长度在:min到:max位"`
- Icon string `p:"icon"`
- Weigh int `p:"menuSort" `
- Condition string `p:"condition" `
- Remark string `p:"remark" `
- IsHide uint `p:"isHide"`
- Path string `p:"path"`
- Redirect string `p:"redirect"` // 路由重定向
- Roles []uint `p:"roles"` // 角色ids
- Component string `p:"component" v:"required-if:menuType,1#组件路径不能为空"`
- IsLink uint `p:"isLink"`
- IsIframe uint `p:"isIframe"`
- IsCached uint `p:"isKeepAlive"`
- IsAffix uint `p:"isAffix"`
- LinkUrl string `p:"linkUrl"`
+ g.Meta `path:"/menu/update" tags:"菜单管理" method:"put" summary:"修改菜单"`
+ commonApi.Author
+ Id uint `p:"id" v:"required#id必须"`
+ MenuType uint `p:"menuType" v:"min:0|max:2#菜单类型最小值为:min|菜单类型最大值为:max"`
+ Pid uint `p:"parentId" v:"min:0"`
+ Name string `p:"name" v:"required#请填写规则名称"`
+ Title string `p:"menuName" v:"required|length:1,100#请填写标题|标题长度在:min到:max位"`
+ Icon string `p:"icon"`
+ Weigh int `p:"menuSort" `
+ Condition string `p:"condition" `
+ Remark string `p:"remark" `
+ IsHide uint `p:"isHide"`
+ Path string `p:"path"`
+ Redirect string `p:"redirect"` // 路由重定向
+ Roles []uint `p:"roles"` // 角色ids
+ Component string `p:"component" v:"required-if:menuType,1#组件路径不能为空"`
+ IsLink uint `p:"isLink"`
+ IsIframe uint `p:"isIframe"`
+ IsCached uint `p:"isKeepAlive"`
+ IsAffix uint `p:"isAffix"`
+ LinkUrl string `p:"linkUrl"`
}
type RuleUpdateRes struct {
}
type RuleDeleteReq struct {
- g.Meta `path:"/menu/delete" tags:"菜单管理" method:"delete" summary:"删除菜单"`
- Authorization string `p:"Authorization" in:"header" dc:"Bearer {{token}}"`
- Ids []int `p:"ids" v:"required#菜单id必须"`
+ g.Meta `path:"/menu/delete" tags:"菜单管理" method:"delete" summary:"删除菜单"`
+ commonApi.Author
+ Ids []int `p:"ids" v:"required#菜单id必须"`
}
type RuleDeleteRes struct {
diff --git a/api/v1/system/sys_config.go b/api/v1/system/sys_config.go
index 2c7a15c..5f8263c 100644
--- a/api/v1/system/sys_config.go
+++ b/api/v1/system/sys_config.go
@@ -69,3 +69,14 @@ type ConfigDeleteReq struct {
type ConfigDeleteRes struct {
}
+
+type ResourceAttri struct {
+ ConfigId int `p:"configId"`
+ MaxAmount int `p:"maxAmount"`
+ GatherAmount int `p:"GatherAmount"` //当前采集了多少
+ RebornTime int `p:"RebornTime"` //刷新时间
+ RebornDay int `p:"RebornDay"` //刷新的天数
+ AutoGather bool `p:"AutoGather"`
+
+ DropHistory map[string]int
+}
diff --git a/api/v1/system/sys_login.go b/api/v1/system/sys_login.go
index eee9db0..632a492 100644
--- a/api/v1/system/sys_login.go
+++ b/api/v1/system/sys_login.go
@@ -13,11 +13,11 @@ import (
)
type UserLoginReq struct {
- g.Meta `path:"/login" tags:"登录" method:"post" summary:"用户登录"`
- Username string `p:"username" v:"required#用户名不能为空"`
- Password string `p:"password" v:"required#密码不能为空"`
- VerifyCode string `p:"verifyCode" v:"required#验证码不能为空"`
- VerifyKey string `p:"verifyKey"`
+ g.Meta `path:"/login" tags:"登录" method:"post" summary:"用户登录"`
+ Username string `p:"username" v:"required#用户名不能为空"`
+ Password string `p:"password" v:"required#密码不能为空"`
+ //VerifyCode string `p:"verifyCode" v:"required#验证码不能为空"`
+ //VerifyKey string `p:"verifyKey"`
}
type UserLoginRes struct {
diff --git a/api/v1/system/sys_user.go b/api/v1/system/sys_user.go
index 134ac0f..004375d 100644
--- a/api/v1/system/sys_user.go
+++ b/api/v1/system/sys_user.go
@@ -49,7 +49,7 @@ type SetUserReq struct {
DeptId uint64 `p:"deptId" v:"required#用户部门不能为空"` //所属部门
Email string `p:"email" v:"email#邮箱格式错误"` //邮箱
NickName string `p:"nickName" v:"required#用户昵称不能为空"`
- Mobile string `p:"mobile" v:"required|phone#手机号不能为空|手机号格式错误"`
+ Mobile string `p:"mobile" ` // v:"required|phone#手机号不能为空|手机号格式错误"
PostIds []int64 `p:"postIds"`
Remark string `p:"remark"`
RoleIds []int64 `p:"roleIds"`
diff --git a/config/ActionFlowConfigCategory.json b/config/ActionFlowConfigCategory.json
new file mode 100644
index 0000000..b6cfcc9
--- /dev/null
+++ b/config/ActionFlowConfigCategory.json
@@ -0,0 +1,3290 @@
+[
+ {
+ "Id": 1001,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1002,
+ "Condition": 2,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1003,
+ "Condition": 1,
+ "ConditionParameter": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 40
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Eat"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1004,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Run",
+ "Run_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 1005,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1006,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Walk",
+ "Walk_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 1007,
+ "Condition": 2,
+ "ConditionParameter": [
+ 4
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 10
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cold"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1008,
+ "Condition": 1,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cry"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1009,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Talk"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1010,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Back"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1011,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Side"
+ ],
+ "move": false
+ },
+ {
+ "Id": 1012,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Face"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2001,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2002,
+ "Condition": 2,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2003,
+ "Condition": 1,
+ "ConditionParameter": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 40
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Eat"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2004,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Run",
+ "Run_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 2005,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2006,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Walk",
+ "Walk_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 2007,
+ "Condition": 2,
+ "ConditionParameter": [
+ 4
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 10
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cold"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2008,
+ "Condition": 1,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cry"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2009,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Talk"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2010,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Back"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2011,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Side"
+ ],
+ "move": false
+ },
+ {
+ "Id": 2012,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Face"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3001,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3002,
+ "Condition": 2,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3003,
+ "Condition": 1,
+ "ConditionParameter": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 40
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Eat"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3004,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Run",
+ "Run_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 3005,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3006,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Walk",
+ "Walk_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 3007,
+ "Condition": 2,
+ "ConditionParameter": [
+ 4
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 10
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cold"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3008,
+ "Condition": 1,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cry"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3009,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Talk"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3010,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Back"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3011,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Side"
+ ],
+ "move": false
+ },
+ {
+ "Id": 3012,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Face"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4001,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4002,
+ "Condition": 2,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4003,
+ "Condition": 1,
+ "ConditionParameter": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 40
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Eat"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4004,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Run",
+ "Run_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 4005,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4006,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Walk",
+ "Walk_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 4007,
+ "Condition": 2,
+ "ConditionParameter": [
+ 4
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 10
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cold"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4008,
+ "Condition": 1,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cry"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4009,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Talk"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4010,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Back"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4011,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Side"
+ ],
+ "move": false
+ },
+ {
+ "Id": 4012,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Face"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5001,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5002,
+ "Condition": 2,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5003,
+ "Condition": 1,
+ "ConditionParameter": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 40
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Eat"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5004,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Run",
+ "Run_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 5005,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5006,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Walk",
+ "Walk_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 5007,
+ "Condition": 2,
+ "ConditionParameter": [
+ 4
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 10
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cold"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5008,
+ "Condition": 1,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cry"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5009,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Talk"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5010,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Back"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5011,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Side"
+ ],
+ "move": false
+ },
+ {
+ "Id": 5012,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Face"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6001,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6002,
+ "Condition": 2,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Casual"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6003,
+ "Condition": 1,
+ "ConditionParameter": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 40
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Eat"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6004,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Run",
+ "Run_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 6005,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6006,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Walk",
+ "Walk_2"
+ ],
+ "move": true
+ },
+ {
+ "Id": 6007,
+ "Condition": 2,
+ "ConditionParameter": [
+ 4
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 5,
+ 10
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cold"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6008,
+ "Condition": 1,
+ "ConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 10,
+ 30
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Cry"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6009,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 30,
+ 60
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Talk"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6010,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Back"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6011,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Side"
+ ],
+ "move": false
+ },
+ {
+ "Id": 6012,
+ "Condition": 0,
+ "ConditionParameter": [],
+ "Endpoint": 0,
+ "EndpointParameter": [],
+ "Disappear": false,
+ "Duration": [
+ 50,
+ 100
+ ],
+ "NextActionGroup": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012
+ ],
+ "Weight": [
+ 5,
+ 2,
+ 2,
+ 2,
+ 2,
+ 5,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 1
+ ],
+ "AnimationFileName": [
+ "Sit_Face"
+ ],
+ "move": false
+ }
+]
\ No newline at end of file
diff --git a/config/AgeStageConfigCategory.json b/config/AgeStageConfigCategory.json
new file mode 100644
index 0000000..0b4ce30
--- /dev/null
+++ b/config/AgeStageConfigCategory.json
@@ -0,0 +1,233 @@
+[
+ {
+ "Id": 1,
+ "AgeStage": "孩童",
+ "StartAge": 1,
+ "EndAge": 7,
+ "LaborMin": 2,
+ "LaborMax": 6,
+ "LaborAttenuate": 0,
+ "WisdomMin": 3,
+ "WisdomMax": 15,
+ "WisdomAttenuate": 0,
+ "SpeedMin": 16,
+ "SpeedMax": 20,
+ "IllnessReduce": 2,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 1,
+ "Location": {
+ "x": -0.6,
+ "y": 1.4
+ },
+ "ManHeadIcon": [
+ "Head_M_1001",
+ "Head_M_1002",
+ "Head_M_1003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_1001",
+ "Head_F_1002",
+ "Head_F_1003"
+ ],
+ "FemaleBodyIcon": []
+ },
+ {
+ "Id": 2,
+ "AgeStage": "少年",
+ "StartAge": 8,
+ "EndAge": 15,
+ "LaborMin": 5,
+ "LaborMax": 20,
+ "LaborAttenuate": 0,
+ "WisdomMin": 7,
+ "WisdomMax": 25,
+ "WisdomAttenuate": 0,
+ "SpeedMin": 22,
+ "SpeedMax": 28,
+ "IllnessReduce": 5,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 4,
+ "Location": {
+ "x": -0.6,
+ "y": 1.6
+ },
+ "ManHeadIcon": [
+ "Head_M_2001",
+ "Head_M_2002",
+ "Head_M_2003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_2001",
+ "Head_F_2002",
+ "Head_F_2003"
+ ],
+ "FemaleBodyIcon": []
+ },
+ {
+ "Id": 3,
+ "AgeStage": "青年",
+ "StartAge": 16,
+ "EndAge": 30,
+ "LaborMin": 10,
+ "LaborMax": 50,
+ "LaborAttenuate": 0,
+ "WisdomMin": 15,
+ "WisdomMax": 70,
+ "WisdomAttenuate": 0,
+ "SpeedMin": 30,
+ "SpeedMax": 35,
+ "IllnessReduce": 8,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 5,
+ "Location": {
+ "x": -0.6,
+ "y": 1.8
+ },
+ "ManHeadIcon": [
+ "Head_M_3001",
+ "Head_M_3002",
+ "Head_M_3003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_3001",
+ "Head_F_3002",
+ "Head_F_3003"
+ ],
+ "FemaleBodyIcon": []
+ },
+ {
+ "Id": 4,
+ "AgeStage": "壮年",
+ "StartAge": 31,
+ "EndAge": 45,
+ "LaborMin": 15,
+ "LaborMax": 90,
+ "LaborAttenuate": 0,
+ "WisdomMin": 21,
+ "WisdomMax": 100,
+ "WisdomAttenuate": 0,
+ "SpeedMin": 30,
+ "SpeedMax": 35,
+ "IllnessReduce": 11,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 6,
+ "Location": {
+ "x": -0.6,
+ "y": 1.8
+ },
+ "ManHeadIcon": [
+ "Head_M_4001",
+ "Head_M_4002",
+ "Head_M_4003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_4001",
+ "Head_F_4002",
+ "Head_F_4003"
+ ],
+ "FemaleBodyIcon": []
+ },
+ {
+ "Id": 5,
+ "AgeStage": "中年",
+ "StartAge": 46,
+ "EndAge": 55,
+ "LaborMin": 15,
+ "LaborMax": 70,
+ "LaborAttenuate": 5,
+ "WisdomMin": 21,
+ "WisdomMax": 100,
+ "WisdomAttenuate": 5,
+ "SpeedMin": 22,
+ "SpeedMax": 28,
+ "IllnessReduce": 8,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 7,
+ "Location": {
+ "x": -0.6,
+ "y": 1.8
+ },
+ "ManHeadIcon": [
+ "Head_M_5001",
+ "Head_M_5002",
+ "Head_M_5003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_5001",
+ "Head_F_5002",
+ "Head_F_5003"
+ ],
+ "FemaleBodyIcon": []
+ },
+ {
+ "Id": 6,
+ "AgeStage": "老年",
+ "StartAge": 56,
+ "EndAge": 70,
+ "LaborMin": 10,
+ "LaborMax": 48,
+ "LaborAttenuate": 2,
+ "WisdomMin": 30,
+ "WisdomMax": 90,
+ "WisdomAttenuate": 2,
+ "SpeedMin": 16,
+ "SpeedMax": 23,
+ "IllnessReduce": 5,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 3,
+ "Location": {
+ "x": -0.6,
+ "y": 1.6
+ },
+ "ManHeadIcon": [
+ "Head_M_6001",
+ "Head_M_6002",
+ "Head_M_6003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_6001",
+ "Head_F_6002",
+ "Head_F_6003"
+ ],
+ "FemaleBodyIcon": []
+ },
+ {
+ "Id": 7,
+ "AgeStage": "古稀",
+ "StartAge": 71,
+ "EndAge": 85,
+ "LaborMin": 5,
+ "LaborMax": 20,
+ "LaborAttenuate": 1,
+ "WisdomMin": 15,
+ "WisdomMax": 60,
+ "WisdomAttenuate": 1,
+ "SpeedMin": 16,
+ "SpeedMax": 20,
+ "IllnessReduce": 2,
+ "DiseaseRecovery": 0,
+ "AssignPriority": 2,
+ "Location": {
+ "x": -0.6,
+ "y": 1.6
+ },
+ "ManHeadIcon": [
+ "Head_M_7001",
+ "Head_M_7002",
+ "Head_M_7003"
+ ],
+ "ManBodyIcon": [],
+ "FemaleHeadIcon": [
+ "Head_F_7001",
+ "Head_F_7002",
+ "Head_F_7003"
+ ],
+ "FemaleBodyIcon": []
+ }
+]
\ No newline at end of file
diff --git a/config/AllItemConfigCategory.json b/config/AllItemConfigCategory.json
new file mode 100644
index 0000000..f25360a
--- /dev/null
+++ b/config/AllItemConfigCategory.json
@@ -0,0 +1,19428 @@
+[
+ {
+ "Id": 1,
+ "Name": "杂草",
+ "DetailsPageName": "杂草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1",
+ "Description": "山谷中到处可见的杂草,可用于建造草棚、制作草肥和动物的饲料",
+ "GetMethod": "来源:采集杂草,森林采集厅"
+ },
+ {
+ "Id": 2,
+ "Name": "茅草",
+ "DetailsPageName": "茅草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2",
+ "Description": "常见的草料之一,制作成茅草捆用于建筑。也可以用于制作雨具",
+ "GetMethod": "来源:采集茅草"
+ },
+ {
+ "Id": 3,
+ "Name": "竹条",
+ "DetailsPageName": "竹条",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3",
+ "Description": "常用的建筑材料,修建竹桥,各种建筑都少不了它",
+ "GetMethod": "来源:砍伐竹子"
+ },
+ {
+ "Id": 4,
+ "Name": "亚麻",
+ "DetailsPageName": "亚麻",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4",
+ "Description": "亚麻是纯天然的纤维,可以制成结实的亚麻绳,也可以制成吸汗透气的布料",
+ "GetMethod": "来源:采集亚麻"
+ },
+ {
+ "Id": 5,
+ "Name": "木头",
+ "DetailsPageName": "木头",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_5",
+ "Description": "基础且常见的建筑材料之一,可以制作成木板用于修建各种建筑",
+ "GetMethod": "来源:树枝堆、柳树、桃树"
+ },
+ {
+ "Id": 6,
+ "Name": "白木",
+ "DetailsPageName": "白木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6",
+ "Description": "常见的建筑材料之一,加工性质良好,但质地偏软",
+ "GetMethod": "来源:桑木,桦树,森林伐木场"
+ },
+ {
+ "Id": 7,
+ "Name": "硬木",
+ "DetailsPageName": "硬木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7",
+ "Description": "质地坚硬的木材,有优良的加工性质,建造稳固的建筑必须的材料之一",
+ "GetMethod": "来源:砍伐松树、梨树"
+ },
+ {
+ "Id": 8,
+ "Name": "楠木",
+ "DetailsPageName": "楠木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8",
+ "Description": "质地上乘的木材,珍贵的建造木材。纹理直而结构细密,不易变形和开裂",
+ "GetMethod": "来源:砍伐桢楠、榕树"
+ },
+ {
+ "Id": 10,
+ "Name": "樟木",
+ "DetailsPageName": "樟木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10",
+ "Description": "常见的木材之一,特点是坚实耐水",
+ "GetMethod": "来源:渔溪村伐木场,夜集"
+ },
+ {
+ "Id": 11,
+ "Name": "赤木",
+ "DetailsPageName": "赤木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_11",
+ "Description": "是一种木质相对较软的中密度硬木,韧性较好,易于改变形状",
+ "GetMethod": "来源:赤丘山伐木场,夜集"
+ },
+ {
+ "Id": 12,
+ "Name": "甘华木",
+ "DetailsPageName": "甘华木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_12",
+ "Description": "木材质纹理细腻、硬度好。可用于强化建筑的某些结构",
+ "GetMethod": "来源:太姥村伐木场,夜集"
+ },
+ {
+ "Id": 13,
+ "Name": "石头",
+ "DetailsPageName": "石头",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_13",
+ "Description": "基础建造材料,随处可见。可加工成石块,用于建造",
+ "GetMethod": "来源:碎石堆,石头,石矿洞"
+ },
+ {
+ "Id": 14,
+ "Name": "石灰石",
+ "DetailsPageName": "石灰石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_14",
+ "Description": "常见的石材,可加工成石灰石块和熟石灰,用于建造",
+ "GetMethod": "来源:挖掘石灰石,石矿洞"
+ },
+ {
+ "Id": 15,
+ "Name": "青石",
+ "DetailsPageName": "青石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_15",
+ "Description": "常见的石材,可加工成青石块用于建造",
+ "GetMethod": "来源:挖掘青石,青石矿洞"
+ },
+ {
+ "Id": 16,
+ "Name": "花岗石",
+ "DetailsPageName": "花岗石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_16",
+ "Description": "中级石材,抗压强度高、稳定性好。可加工成花岗石块用于建造",
+ "GetMethod": "来源:挖掘花岗石"
+ },
+ {
+ "Id": 17,
+ "Name": "大理石",
+ "DetailsPageName": "大理石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_17",
+ "Description": "高级石材,不变形组织结构均匀,纹理优美。可用于制造大理石块,建造高级建筑",
+ "GetMethod": "来源:挖掘大理石"
+ },
+ {
+ "Id": 18,
+ "Name": "黏土",
+ "DetailsPageName": "黏土",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_18",
+ "Description": "常见的有黏性的土,用途广泛。可用于制作夯土块,三合土,粗瓦等建筑材料",
+ "GetMethod": "来源:挖掘黏土,黏土矿床"
+ },
+ {
+ "Id": 19,
+ "Name": "大青土",
+ "DetailsPageName": "大青土",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_19",
+ "Description": "质地较好的黏土,可用于制作青瓦,琉璃瓦",
+ "GetMethod": "来源:黏土矿床"
+ },
+ {
+ "Id": 20,
+ "Name": "沙",
+ "DetailsPageName": "沙",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20",
+ "Description": "常见的建筑材料,挖掘各种石头以及黏土都会产出。广泛分布于大的溪流和湖泊边缘地带",
+ "GetMethod": "来源:渔溪村采沙场"
+ },
+ {
+ "Id": 23,
+ "Name": "铁矿石",
+ "DetailsPageName": "铁矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_23",
+ "Description": "一种用途广泛的矿石,可加工成铁块,用于制作武器和建造建筑",
+ "GetMethod": "来源:渔溪村"
+ },
+ {
+ "Id": 24,
+ "Name": "赤铁矿石",
+ "DetailsPageName": "赤铁矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_24",
+ "Description": "一种质地坚硬的矿石,可加工成赤铁块,用于制作武器",
+ "GetMethod": "来源:渔溪村"
+ },
+ {
+ "Id": 25,
+ "Name": "银矿石",
+ "DetailsPageName": "银矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_25",
+ "Description": "稀有的矿石,加工成银锭卖给货郎换钱,少量用于建造高级建筑",
+ "GetMethod": "来源:到处找吧"
+ },
+ {
+ "Id": 26,
+ "Name": "金矿石",
+ "DetailsPageName": "金矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_26",
+ "Description": "罕见的矿石,加工成金锭卖给货郎换钱",
+ "GetMethod": "来源:到处找吧"
+ },
+ {
+ "Id": 27,
+ "Name": "精铁矿石",
+ "DetailsPageName": "精铁矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_27",
+ "Description": "稀有的矿石,可加工成精铁块,用于制作武器",
+ "GetMethod": "来源:渔溪村"
+ },
+ {
+ "Id": 28,
+ "Name": "乌铁矿石",
+ "DetailsPageName": "乌铁矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_28",
+ "Description": "罕见的矿石,可加工成乌铁块,用于制作武器",
+ "GetMethod": "来源:赤丘山"
+ },
+ {
+ "Id": 29,
+ "Name": "青金矿石",
+ "DetailsPageName": "青金矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_29",
+ "Description": "罕见的矿石,可加工成青金块,用于制作武器",
+ "GetMethod": "来源:太姥村"
+ },
+ {
+ "Id": 30,
+ "Name": "花朵",
+ "DetailsPageName": "花朵",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_30",
+ "Description": "山谷中常见的花朵,可用于在家宴上纳新庆祝",
+ "GetMethod": "来源:采集"
+ },
+ {
+ "Id": 31,
+ "Name": "建筑材料包",
+ "DetailsPageName": "建筑材料包",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_31",
+ "Description": "陶渊明送的建筑材料包,可用于建造特定的建筑",
+ "GetMethod": "来源:任务获得"
+ },
+ {
+ "Id": 32,
+ "Name": "鳞铁矿石",
+ "DetailsPageName": "鳞铁矿石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_32",
+ "Description": "罕见的矿石,可加工成鳞铁锭,用于制作武器",
+ "GetMethod": "来源:青山镇"
+ },
+ {
+ "Id": 100,
+ "Name": "野菜",
+ "DetailsPageName": "野菜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_100",
+ "Description": "山谷中常见的不知名蔬菜,可以制作成一些常见的菜肴",
+ "GetMethod": "来源:采集野菜,森林采集厅"
+ },
+ {
+ "Id": 101,
+ "Name": "兽肉",
+ "DetailsPageName": "兽肉",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_101",
+ "Description": "动物的肉,森林以及宰杀牲畜可以获得",
+ "GetMethod": "来源:森林打猎,野兽"
+ },
+ {
+ "Id": 102,
+ "Name": "笋",
+ "DetailsPageName": "笋",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_102",
+ "Description": "春季和夏季可以在竹子上采集获得笋,口感脆爽,可制作成许多美味的佳肴",
+ "GetMethod": "来源:采集竹笋,森林伐木场"
+ },
+ {
+ "Id": 103,
+ "Name": "竹荪",
+ "DetailsPageName": "竹荪",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_103",
+ "Description": "优质的高级食材,营养丰富。生长在竹子上的菌类,菌盖像白色的裙子一样,很是可爱",
+ "GetMethod": "来源:竹子"
+ },
+ {
+ "Id": 104,
+ "Name": "木耳",
+ "DetailsPageName": "木耳",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_104",
+ "Description": "又叫云耳、桑耳,伴生在树干上。有很高的营养价值,有“素中之肉”的雅称。",
+ "GetMethod": "来源:树木类资源,森林"
+ },
+ {
+ "Id": 105,
+ "Name": "杂鱼",
+ "DetailsPageName": "杂鱼",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_105",
+ "Description": "溪河里的一些不知名的小鱼类,获取容易,是很不错的肉类食材",
+ "GetMethod": "来源:渔屋"
+ },
+ {
+ "Id": 106,
+ "Name": "青鱼",
+ "DetailsPageName": "青鱼",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_106",
+ "Description": "青黑色的淡水鱼,广泛分别在溪河里,是很常见的鱼",
+ "GetMethod": "来源:渔屋"
+ },
+ {
+ "Id": 107,
+ "Name": "姜",
+ "DetailsPageName": "姜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_107",
+ "Description": "制作食物的辅料之一,也能活血化瘀,有一定的药用价值",
+ "GetMethod": "来源:杂草,森林"
+ },
+ {
+ "Id": 108,
+ "Name": "香菇",
+ "DetailsPageName": "香菇",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_108",
+ "Description": "香菇肉质肥厚细嫩,味道鲜美。不仅香气独特,而且营养丰富,是一种食药同源的食物。",
+ "GetMethod": "来源:森林"
+ },
+ {
+ "Id": 109,
+ "Name": "卤水",
+ "DetailsPageName": "卤水",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_109",
+ "Description": "含盐量很高的水,是提取盐的材料",
+ "GetMethod": "来源:卤井"
+ },
+ {
+ "Id": 110,
+ "Name": "鸡蛋",
+ "DetailsPageName": "鸡蛋",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_110",
+ "Description": "鸡的蛋,营养极高的食材。",
+ "GetMethod": "来源:森林,禽舍"
+ },
+ {
+ "Id": 111,
+ "Name": "鸡肉",
+ "DetailsPageName": "鸡肉",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_111",
+ "Description": "高蛋白低脂肪,滋养补气的食材",
+ "GetMethod": "来源:森林,家鸡"
+ },
+ {
+ "Id": 112,
+ "Name": "秋木耳",
+ "DetailsPageName": "秋木耳",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_112",
+ "Description": "木耳中的极品,极其稀有。有极高的营养价值,肉质脆爽可口,不可多得",
+ "GetMethod": "来源:森林(秋季)"
+ },
+ {
+ "Id": 113,
+ "Name": "螃蟹",
+ "DetailsPageName": "螃蟹",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_113",
+ "Description": "肉质非常鲜美的食材,兼具营养。广泛分布于各种溪流湖泊中",
+ "GetMethod": "来源:渔溪村(特产)"
+ },
+ {
+ "Id": 114,
+ "Name": "糖",
+ "DetailsPageName": "糖",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_114",
+ "Description": "常见的调味品,可用于制作各种甜食",
+ "GetMethod": "来源:渔溪村杂货店(特产)"
+ },
+ {
+ "Id": 115,
+ "Name": "淀粉",
+ "DetailsPageName": "淀粉",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_115",
+ "Description": "制作食物的辅料之一,特别是用来勾芡制作汤类,会让汤肴稠浓溢香",
+ "GetMethod": "来源:渔溪村杂货店"
+ },
+ {
+ "Id": 116,
+ "Name": "酱油",
+ "DetailsPageName": "酱油",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_116",
+ "Description": "传统的调味品之一,用大豆、小麦等原材料发酵而来",
+ "GetMethod": "来源:6规模后的桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 117,
+ "Name": "花椒",
+ "DetailsPageName": "花椒",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_117",
+ "Description": "食物辅料,味麻,能去腥,去湿气",
+ "GetMethod": "来源:7规模后的桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 118,
+ "Name": "水稻",
+ "DetailsPageName": "水稻",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_118",
+ "Description": "谷类作物,可制成大米,是常见的主食材料",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 119,
+ "Name": "小麦",
+ "DetailsPageName": "小麦",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_119",
+ "Description": "谷类作物,可制作面粉,是常见的主食材料",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 120,
+ "Name": "大豆",
+ "DetailsPageName": "大豆",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_120",
+ "Description": "重要的粮食作物,是制作豆腐、酱油的原材料",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 121,
+ "Name": "糯米",
+ "DetailsPageName": "糯米",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_121",
+ "Description": "味道很独特的谷物,不仅可以用于制作食物。也可以用于制作建筑的粘合剂,用途十分广泛",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 122,
+ "Name": "萝卜",
+ "DetailsPageName": "萝卜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_122",
+ "Description": "出淤泥而不染的萝卜,味道甜美又爽口",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 123,
+ "Name": "冬瓜",
+ "DetailsPageName": "冬瓜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_123",
+ "Description": "清热生津的冬瓜,常和鱼类或肉类一起炖成鲜美的汤品",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 124,
+ "Name": "南瓜",
+ "DetailsPageName": "南瓜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_124",
+ "Description": "绵密甜糯的南瓜,果实硕大诱人,可以制作成各种美味佳肴",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 125,
+ "Name": "白菜",
+ "DetailsPageName": "白菜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_125",
+ "Description": "常见的食材,爽口美味。还具有通利肠胃,养胃和中的作用",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 126,
+ "Name": "八角",
+ "DetailsPageName": "八角",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_126",
+ "Description": "味道香浓的调味品之一,由它调味的食物,色香俱全,十分美味",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 127,
+ "Name": "鲫鱼",
+ "DetailsPageName": "鲫鱼",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_127",
+ "Description": "肉质细嫩,肉味甜美,营养价值很高的鱼类",
+ "GetMethod": "来源:3级渔屋"
+ },
+ {
+ "Id": 128,
+ "Name": "银耳",
+ "DetailsPageName": "银耳",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_128",
+ "Description": "稀有的食材,营养价值极高。古时常用于进贡皇帝,在宫廷中常用于制作各种补品",
+ "GetMethod": "来源:赤丘山杂货店(特产),森林伐木场"
+ },
+ {
+ "Id": 129,
+ "Name": "红枣",
+ "DetailsPageName": "红枣",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_129",
+ "Description": "味道甜美的滋补性果实,常用于炖汤。具有补血排毒的作用",
+ "GetMethod": "来源:赤丘山杂货店(特产)"
+ },
+ {
+ "Id": 130,
+ "Name": "枸杞",
+ "DetailsPageName": "枸杞",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130",
+ "Description": "名贵的药材,同时也可用于制作各种营养丰富的滋补食物",
+ "GetMethod": "来源:赤丘山杂货店(特产)"
+ },
+ {
+ "Id": 131,
+ "Name": "桃花鱼",
+ "DetailsPageName": "桃花鱼",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 200,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_131",
+ "Description": "稀有的鱼,陵陵最爱吃的鱼,可用于陵陵的宝藏活动",
+ "GetMethod": "来源:4级渔屋,活动"
+ },
+ {
+ "Id": 132,
+ "Name": "人参",
+ "DetailsPageName": "人参",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 200,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_132",
+ "Description": "极其稀有的名贵药材,生长于森林深处,是强壮滋补药",
+ "GetMethod": "来源:森林,太姥村杂货店(特产)"
+ },
+ {
+ "Id": 133,
+ "Name": "小麦种子",
+ "DetailsPageName": "小麦种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_133",
+ "Description": "小麦的种子,可用于农学院",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 134,
+ "Name": "水稻种子",
+ "DetailsPageName": "水稻种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_134",
+ "Description": "水稻的种子,可用于农学院研究解锁种植或提升水稻的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 135,
+ "Name": "大豆种子",
+ "DetailsPageName": "大豆种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_135",
+ "Description": "大豆的种子,可用于农学院研究解锁种植或提升大豆的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 136,
+ "Name": "白菜种子",
+ "DetailsPageName": "白菜种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_136",
+ "Description": "白菜的种子,可用于农学院研究解锁种植或提升白菜的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 137,
+ "Name": "糯稻种子",
+ "DetailsPageName": "糯稻种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_137",
+ "Description": "糯米的种子,可用于农学院研究解锁种植或提升糯稻的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 138,
+ "Name": "萝卜种子",
+ "DetailsPageName": "萝卜种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_138",
+ "Description": "萝卜的种子,可用于农学院研究解锁种植或提升萝卜的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 139,
+ "Name": "冬瓜种子",
+ "DetailsPageName": "冬瓜种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_139",
+ "Description": "冬瓜的种子,可用于农学院研究解锁种植或提升冬瓜的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 140,
+ "Name": "南瓜种子",
+ "DetailsPageName": "南瓜种子",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_140",
+ "Description": "南瓜的种子,可用于农学院研究解锁种植或提升南瓜的产量",
+ "GetMethod": "来源:桃谷货郎,村落杂货店"
+ },
+ {
+ "Id": 141,
+ "Name": "蜂蜜",
+ "DetailsPageName": "蜂蜜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_141",
+ "Description": "甜丝丝的蜂蜜",
+ "GetMethod": "来源:摇树,森林"
+ },
+ {
+ "Id": 142,
+ "Name": "糯稻",
+ "DetailsPageName": "糯稻",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 2,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_142",
+ "Description": "谷类作物,可制成糯米,是常见的谷物",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 143,
+ "Name": "赤鳞鱼",
+ "DetailsPageName": "赤鳞鱼",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_143",
+ "Description": "赤鳞鱼具有极其丰富的营养价值,它以肉质细嫩、味道鲜美、香而不腥、营养丰富而名扬四海",
+ "GetMethod": "来源:太姥村杂货店(特产)"
+ },
+ {
+ "Id": 200,
+ "Name": "葛草",
+ "DetailsPageName": "葛草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": true,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_200",
+ "Description": "又称苎麻,是百姓寻常重要的纤维作物,可以用来制作葛丝、葛布,是制作衣服必备的材料",
+ "GetMethod": "来源:采集葛草"
+ },
+ {
+ "Id": 201,
+ "Name": "蓑草",
+ "DetailsPageName": "蓑草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_201",
+ "Description": "一种不易腐烂的草,防水性很强的草。可制作成蓑衣,用于抵抗雨和雪等恶劣天气",
+ "GetMethod": "来源:森林"
+ },
+ {
+ "Id": 202,
+ "Name": "蚕卵",
+ "DetailsPageName": "蚕卵",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_202",
+ "Description": "蚕蛾的卵,孵化后用桑叶喂养,可结成蚕茧",
+ "GetMethod": "来源:摇树,森林伐木场"
+ },
+ {
+ "Id": 203,
+ "Name": "桑叶",
+ "DetailsPageName": "桑叶",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_203",
+ "Description": "桑树的叶子,可用来在蚕室中喂养蚕",
+ "GetMethod": "来源:桑树"
+ },
+ {
+ "Id": 204,
+ "Name": "粗皮",
+ "DetailsPageName": "粗皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_204",
+ "Description": "动物身上粗糙的毛皮,可合成为兽皮,制作衣服和防御",
+ "GetMethod": "来源:森林,野兽"
+ },
+ {
+ "Id": 205,
+ "Name": "粗甲皮",
+ "DetailsPageName": "粗甲皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_205",
+ "Description": "粗糙的兽甲皮,可用于制作勇士的防具",
+ "GetMethod": "来源:妖兽"
+ },
+ {
+ "Id": 206,
+ "Name": "厚皮",
+ "DetailsPageName": "厚皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_206",
+ "Description": "很厚的兽皮,可用于制作勇士的防具",
+ "GetMethod": "来源:妖兽"
+ },
+ {
+ "Id": 207,
+ "Name": "厚甲皮",
+ "DetailsPageName": "厚甲皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_207",
+ "Description": "精细的厚兽皮,可用于制作勇士的防具",
+ "GetMethod": "来源:妖兽"
+ },
+ {
+ "Id": 208,
+ "Name": "粗裘皮",
+ "DetailsPageName": "粗裘皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_208",
+ "Description": "比较粗糙的裘皮,可用于合成裘皮,制作衣服和防御",
+ "GetMethod": "来源:森林,桃谷货郎"
+ },
+ {
+ "Id": 209,
+ "Name": "细丝线",
+ "DetailsPageName": "细丝线",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_209",
+ "Description": "不容易断的细线,可以用于缝制衣服",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 210,
+ "Name": "精丝线",
+ "DetailsPageName": "精丝线",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_210",
+ "Description": "精细的丝线,可用于缝制衣服",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 211,
+ "Name": "羊毛线",
+ "DetailsPageName": "羊毛线",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_211",
+ "Description": "羊毛做的细丝线,可用于缝制衣服",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 212,
+ "Name": "银丝线",
+ "DetailsPageName": "银丝线",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_212",
+ "Description": "镀银的高级丝线,用于缝制高级服饰",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 213,
+ "Name": "染色剂",
+ "DetailsPageName": "染色剂",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_213",
+ "Description": "衣服染色剂,用于制作各种精美的服饰",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 214,
+ "Name": "迷谷花",
+ "DetailsPageName": "迷谷花",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_214",
+ "Description": "迷谷树的花,有发光的特性,可以用于制作迷谷灯",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 215,
+ "Name": "机木",
+ "DetailsPageName": "机木",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_215",
+ "Description": "青山镇特长的木材,纹理优美,有很好的韧性",
+ "GetMethod": "来源:青山镇伐木场"
+ },
+ {
+ "Id": 216,
+ "Name": "甲皮",
+ "DetailsPageName": "甲皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_216",
+ "Description": "普通的兽甲皮,可用于制作勇士的防具",
+ "GetMethod": "来源:妖兽"
+ },
+ {
+ "Id": 217,
+ "Name": "蜡",
+ "DetailsPageName": "蜡",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_217",
+ "Description": "树脂制作而成的蜡油,可用于照明和制作防水的油皮衣",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 219,
+ "Name": "金丝线",
+ "DetailsPageName": "金丝线",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_219",
+ "Description": "结实亮丽的线,是制作服饰必需的材料",
+ "GetMethod": "来源:桃谷货郎"
+ },
+ {
+ "Id": 300,
+ "Name": "甘草",
+ "DetailsPageName": "甘草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300",
+ "Description": "能调和百药,解百药之毒。因此甘草不仅是良药,还有“众药之王”的美称",
+ "GetMethod": "来源:采集甘草"
+ },
+ {
+ "Id": 301,
+ "Name": "积雪草",
+ "DetailsPageName": "积雪草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_301",
+ "Description": "积雪草具清热利湿、解毒消肿、退黄通淋、活血止痛的功效",
+ "GetMethod": "来源:森林"
+ },
+ {
+ "Id": 302,
+ "Name": "井边草",
+ "DetailsPageName": "井边草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_302",
+ "Description": "井边草性强健,株形美观。有清解毒,消肿的功效",
+ "GetMethod": "来源:水井"
+ },
+ {
+ "Id": 303,
+ "Name": "田七",
+ "DetailsPageName": "田七",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_303",
+ "Description": "又称三七,是著名的药材,具有散瘀止血,消肿定痛之功效",
+ "GetMethod": "来源:赤丘山,森林"
+ },
+ {
+ "Id": 304,
+ "Name": "紫背金盘",
+ "DetailsPageName": "紫背金盘",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_304",
+ "Description": "有镇痛散血之功效。外用治金疮、刀伤、外伤出血、跌打扭伤",
+ "GetMethod": "来源:森林"
+ },
+ {
+ "Id": 305,
+ "Name": "一支箭",
+ "DetailsPageName": "一支箭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_305",
+ "Description": "全草可入药,具有清热,凉血,镇痛功效",
+ "GetMethod": "来源:太姥村"
+ },
+ {
+ "Id": 306,
+ "Name": "川续断",
+ "DetailsPageName": "川续断",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_306",
+ "Description": "生长于森林中,根可入药,有行血消肿、续经接骨等功效",
+ "GetMethod": "来源:青山镇"
+ },
+ {
+ "Id": 307,
+ "Name": "树脂",
+ "DetailsPageName": "树脂",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_307",
+ "Description": "树木资源的分泌物,用途广泛。可入药,也可制作成蜡",
+ "GetMethod": "来源:森林"
+ },
+ {
+ "Id": 308,
+ "Name": "玉露",
+ "DetailsPageName": "玉露",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_308",
+ "Description": "十分纯净的凝露,制作药品时常常需要用到",
+ "GetMethod": "来源:森林,桃谷货郎"
+ },
+ {
+ "Id": 309,
+ "Name": "葛根",
+ "DetailsPageName": "葛根",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_309",
+ "Description": "野葛的干燥根,有解肌退热,透疹,生津止渴的作用",
+ "GetMethod": "来源:葛草"
+ },
+ {
+ "Id": 310,
+ "Name": "香蒲草",
+ "DetailsPageName": "香蒲草",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_310",
+ "Description": "是一种常见中医草药,具有缓解头疼,通淋的功效",
+ "GetMethod": "来源:杂草,甘草,亚麻概率掉落;森林"
+ },
+ {
+ "Id": 311,
+ "Name": "龙骨",
+ "DetailsPageName": "龙骨",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_311",
+ "Description": "是哺乳动物的骨骼化石,具有镇心安神,平肝潜阳之功效",
+ "GetMethod": "来源:森林"
+ },
+ {
+ "Id": 312,
+ "Name": "当归",
+ "DetailsPageName": "当归",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_312",
+ "Description": "是最常见的中药之一,其根可入药,具有补血和血,止痛等功效",
+ "GetMethod": "来源:赤丘山,森林"
+ },
+ {
+ "Id": 313,
+ "Name": "独活",
+ "DetailsPageName": "独活",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_313",
+ "Description": "全草可入药,具有祛风胜湿、散寒止痛的功效,主治风寒湿痹",
+ "GetMethod": "来源:太姥村"
+ },
+ {
+ "Id": 314,
+ "Name": "通天花",
+ "DetailsPageName": "通天花",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_314",
+ "Description": "十分罕见的药材,花瓣呈淡淡的紫色。可入药,对内疾的治疗有立竿见影的疗效",
+ "GetMethod": "来源:青山镇"
+ },
+ {
+ "Id": 315,
+ "Name": "漂亮的羽毛",
+ "DetailsPageName": "漂亮的羽毛",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_315",
+ "Description": "比翼鸟的羽毛,非常漂亮。来山谷的货郎通常会收购它,可以卖个好价钱",
+ "GetMethod": "来源:比翼楼"
+ },
+ {
+ "Id": 316,
+ "Name": "凡品水晶",
+ "DetailsPageName": "凡品水晶",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_316",
+ "Description": "有瑕疵但质地坚韧的水晶,可用于制作凡品武器和衣服,也可以合成精品水晶",
+ "GetMethod": "来源:怪物掉率,村落声望商人"
+ },
+ {
+ "Id": 317,
+ "Name": "精品水晶",
+ "DetailsPageName": "精品水晶",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_317",
+ "Description": "精致的、质地坚韧的水晶,可用于制作精品武器和衣服,也可以合成极品水晶",
+ "GetMethod": "来源:怪物掉率,村落声望商人"
+ },
+ {
+ "Id": 318,
+ "Name": "极品水晶",
+ "DetailsPageName": "极品水晶",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_318",
+ "Description": "完美的、质地坚韧的水晶,可用于制作极品武器和衣服",
+ "GetMethod": "来源:怪物掉率,村落声望商人"
+ },
+ {
+ "Id": 326,
+ "Name": "箭楼底座",
+ "DetailsPageName": "箭楼底座",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_326",
+ "Description": "陶渊明设计的可自由建造的箭楼底座",
+ "GetMethod": "来源:神秘商人,村落声望商人"
+ },
+ {
+ "Id": 327,
+ "Name": "天工造物",
+ "DetailsPageName": "天工造物",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_327",
+ "Description": "浑然天成的神奇的物件,用于天工院研究各种科技",
+ "GetMethod": "来源:挑战兽潮"
+ },
+ {
+ "Id": 701,
+ "Name": "食券",
+ "DetailsPageName": "食券",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_701",
+ "Description": "用于在食为天活动中兑换奖励",
+ "GetMethod": "来源:食为天活动"
+ },
+ {
+ "Id": 702,
+ "Name": "月光石",
+ "DetailsPageName": "月光石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 5,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_702",
+ "Description": "传说中的石头,可以用于升级月光宝瓶",
+ "GetMethod": "来源:食为天活动"
+ },
+ {
+ "Id": 703,
+ "Name": "七星鼎",
+ "DetailsPageName": "七星鼎",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 5,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_703",
+ "Description": "拥有神秘力量,传说中的宝鼎。可以用于建造七星鼎建筑,开启合成宝石系统",
+ "GetMethod": "来源:任务"
+ },
+ {
+ "Id": 704,
+ "Name": "月光瓶",
+ "DetailsPageName": "月光瓶",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 5,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_704",
+ "Description": "拥有凝缩时间的神奇宝瓶,建造放置在特殊的地方可以开启凝时系统",
+ "GetMethod": "来源:任务"
+ },
+ {
+ "Id": 705,
+ "Name": "夜明珠",
+ "DetailsPageName": "夜明珠",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 5,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_705",
+ "Description": "世所罕见、价值连城的宝珠,可以在银蟾小摊兑换绝世宝物",
+ "GetMethod": "来源:食为天活动"
+ },
+ {
+ "Id": 800,
+ "Name": "茅草捆",
+ "DetailsPageName": "茅草捆",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_800",
+ "Description": "一捆茅草,由茅草制作而成",
+ "GetMethod": "来源:茅草合成"
+ },
+ {
+ "Id": 801,
+ "Name": "亚麻绳",
+ "DetailsPageName": "亚麻绳",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_801",
+ "Description": "是制造工具的所需材料,具有耐磨损、抗拉伸等特点",
+ "GetMethod": "来源:亚麻合成"
+ },
+ {
+ "Id": 802,
+ "Name": "木板",
+ "DetailsPageName": "木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_802",
+ "Description": "初级木板,主要用于建造建筑",
+ "GetMethod": "来源:木板合成"
+ },
+ {
+ "Id": 803,
+ "Name": "白木板",
+ "DetailsPageName": "白木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_803",
+ "Description": "中级木板,主要用于建造建筑",
+ "GetMethod": "来源:白木板合成"
+ },
+ {
+ "Id": 804,
+ "Name": "硬木板",
+ "DetailsPageName": "硬木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_804",
+ "Description": "高级木板,主要用于建造建筑",
+ "GetMethod": "来源:硬木合成"
+ },
+ {
+ "Id": 805,
+ "Name": "楠木板",
+ "DetailsPageName": "楠木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_805",
+ "Description": "质地坚韧的木板,主要用于建造建筑",
+ "GetMethod": "来源:楠木合成"
+ },
+ {
+ "Id": 806,
+ "Name": "机木板",
+ "DetailsPageName": "机木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_806",
+ "Description": "由青山镇特长的木材合成,用于建造高级华丽的建筑",
+ "GetMethod": "来源:金丝楠木合成"
+ },
+ {
+ "Id": 807,
+ "Name": "石块",
+ "DetailsPageName": "石块",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_807",
+ "Description": "初级石材,是建造常使用的建筑材料之一",
+ "GetMethod": "来源:石头合成"
+ },
+ {
+ "Id": 808,
+ "Name": "石灰石块",
+ "DetailsPageName": "石灰石块",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_808",
+ "Description": "中级石材,是建造常使用的建筑材料之一",
+ "GetMethod": "来源:石灰石合成"
+ },
+ {
+ "Id": 809,
+ "Name": "青石块",
+ "DetailsPageName": "青石块",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_809",
+ "Description": "高级石材,是建造常使用的建筑材料之一",
+ "GetMethod": "来源:青石合成"
+ },
+ {
+ "Id": 810,
+ "Name": "花岗石块",
+ "DetailsPageName": "花岗石块",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_810",
+ "Description": "高级石材,是建造常使用的建筑材料之一",
+ "GetMethod": "来源:花岗石合成"
+ },
+ {
+ "Id": 811,
+ "Name": "大理石块",
+ "DetailsPageName": "大理石块",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_811",
+ "Description": "稀有的石材,用于建造高级建筑",
+ "GetMethod": "来源:青山镇挖掘大理石合成"
+ },
+ {
+ "Id": 812,
+ "Name": "樟木板",
+ "DetailsPageName": "樟木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_812",
+ "Description": "由樟木合成的木板,用于建筑建筑",
+ "GetMethod": "来源:渔溪村砍伐樟木合成"
+ },
+ {
+ "Id": 813,
+ "Name": "赤木板",
+ "DetailsPageName": "赤木板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_813",
+ "Description": "由赤木合成的木板,用于建筑建筑",
+ "GetMethod": "来源:赤丘山砍伐赤木合成"
+ },
+ {
+ "Id": 814,
+ "Name": "甘华板",
+ "DetailsPageName": "甘华板",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_814",
+ "Description": "由甘华木合成的木板,用于建筑建筑",
+ "GetMethod": "来源:太姥村砍伐甘华木合成"
+ },
+ {
+ "Id": 815,
+ "Name": "铁锭",
+ "DetailsPageName": "铁锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_815",
+ "Description": "常用的金属材料,用途广泛。主要用于制作武器装备和建造建筑",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 816,
+ "Name": "赤铁锭",
+ "DetailsPageName": "赤铁锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_816",
+ "Description": "延展性很好的金属,主要用于制作武器和建造建筑",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 817,
+ "Name": "银锭",
+ "DetailsPageName": "银锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_817",
+ "Description": "可由银矿石加工而成,可出售给货郎换取铜钱",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 818,
+ "Name": "金锭",
+ "DetailsPageName": "金锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_818",
+ "Description": "可以出售给货郎,换取大量铜钱",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 819,
+ "Name": "精铁锭",
+ "DetailsPageName": "精铁锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_819",
+ "Description": "韧性和延展性较好的金属,主要用于锻造武器",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 820,
+ "Name": "乌铁锭",
+ "DetailsPageName": "乌铁锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_820",
+ "Description": "硬度、韧性和延展性兼具的金属,主要用于锻造武器",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 821,
+ "Name": "青金锭",
+ "DetailsPageName": "青金锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_821",
+ "Description": "罕见的金属,主要用于锻造武器",
+ "GetMethod": "来源:桃谷货郎,村落杂货店,矿石合成"
+ },
+ {
+ "Id": 822,
+ "Name": "夯土块",
+ "DetailsPageName": "夯土块",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_822",
+ "Description": "结实、密度大且缝隙较少的压制混合泥块,常用于建造建筑",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 823,
+ "Name": "熟石灰",
+ "DetailsPageName": "熟石灰",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_823",
+ "Description": "用处非常广泛的建筑粘合剂材料",
+ "GetMethod": "来源:石灰窑生产"
+ },
+ {
+ "Id": 824,
+ "Name": "三合土",
+ "DetailsPageName": "三合土",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_824",
+ "Description": "是三种材料经过配制、夯实而得的一种建筑材料",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 825,
+ "Name": "糯米砂浆",
+ "DetailsPageName": "糯米砂浆",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_825",
+ "Description": "古代中国的建筑工人通过将糯米汤与标准石灰混合制成的超强度胶凝材料",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 826,
+ "Name": "粗瓦",
+ "DetailsPageName": "粗瓦",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_826",
+ "Description": "由黏土烧制而成的初级瓦片,有比较好的抗晒性和耐水性",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 827,
+ "Name": "青瓦",
+ "DetailsPageName": "青瓦",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_827",
+ "Description": "由大青土烧制而成的中级瓦片,有优秀的抗晒性和耐水性",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 828,
+ "Name": "琉璃瓦",
+ "DetailsPageName": "琉璃瓦",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_828",
+ "Description": "由大青土和釉浆合成的高级瓦片,具有强度高、平整度好,吸水率低、抗折、抗冻、永不退色的特点",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 830,
+ "Name": "酸菜",
+ "DetailsPageName": "酸菜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_830",
+ "Description": "由白菜加盐腌制而成,开胃可口。易于保存,可作为各种佳肴的配菜",
+ "GetMethod": "来源:地窖腌制"
+ },
+ {
+ "Id": 831,
+ "Name": "腊肉",
+ "DetailsPageName": "腊肉",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 10,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_831",
+ "Description": "在兽肉上抹上盐巴,在腊肉架上晒干后而成。可长期保持香味,还有久放不坏的特点",
+ "GetMethod": "来源:腊肉架晒制"
+ },
+ {
+ "Id": 832,
+ "Name": "盐",
+ "DetailsPageName": "盐",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_832",
+ "Description": "是日常不可或缺的食材,常作为各种食物的调味品",
+ "GetMethod": "来源:盐田晒卤水"
+ },
+ {
+ "Id": 833,
+ "Name": "豆腐",
+ "DetailsPageName": "豆腐",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_833",
+ "Description": "白白嫩嫩的豆腐,味美而养生,是民间传统美食之一",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 834,
+ "Name": "面粉",
+ "DetailsPageName": "面粉",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_834",
+ "Description": "小麦磨成面粉,是寻常百姓的主要食材,可以制作成各种面食",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 835,
+ "Name": "大米",
+ "DetailsPageName": "大米",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_835",
+ "Description": "味道松软可口,是寻常百姓的主要食物",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 836,
+ "Name": "葛丝",
+ "DetailsPageName": "葛丝",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_836",
+ "Description": "葛草加工制作而成的丝线,用于缝制衣服防具",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 837,
+ "Name": "葛布",
+ "DetailsPageName": "葛布",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_837",
+ "Description": "古代最常见的的布料,平民百姓常用来制作简单的衣物",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 838,
+ "Name": "亚麻布",
+ "DetailsPageName": "亚麻布",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_838",
+ "Description": "是制作服饰的材料,不易撕裂或戳破",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 839,
+ "Name": "兽皮",
+ "DetailsPageName": "兽皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_839",
+ "Description": "动物的毛皮,可用于制作衣服以及工具",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 840,
+ "Name": "裘皮",
+ "DetailsPageName": "裘皮",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_840",
+ "Description": "由带毛鞣制而成的动物毛皮,用作服饰材料。优美高贵,有用极强的保暖效果",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 841,
+ "Name": "丝绸",
+ "DetailsPageName": "丝绸",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_841",
+ "Description": "由细细的蚕丝加工而成,布质柔软光滑,穿着非常舒服",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 842,
+ "Name": "绫绸",
+ "DetailsPageName": "绫绸",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_842",
+ "Description": "丝绸的一种。在质地轻薄,柔软的丝绸基础上,绘制优美的花纹,独具特色",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 843,
+ "Name": "蜀锦",
+ "DetailsPageName": "蜀锦",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_843",
+ "Description": "中国四大名锦之一,由丝绸和染料加工而成。图案对称,色调鲜艳,对比性强,有很强的观赏性",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 844,
+ "Name": "云锦",
+ "DetailsPageName": "云锦",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_844",
+ "Description": "中国四大名锦之一,云锦因其色泽光丽灿烂。美如天上云霞而得名,织造精细、图案精美,格调高雅",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 845,
+ "Name": "蚕茧",
+ "DetailsPageName": "蚕茧",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_845",
+ "Description": "蚕虫吐丝结成的茧,是制作丝绸的原材料",
+ "GetMethod": "来源:在蚕室中用桑叶喂养蚕卵"
+ },
+ {
+ "Id": 847,
+ "Name": "鱼干",
+ "DetailsPageName": "鱼干",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_847",
+ "Description": "在鱼肉上抹上盐巴,在腊肉架上晒干后而成。可长期保持香味,还有久放不坏的特点",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 849,
+ "Name": "亚麻袋",
+ "DetailsPageName": "亚麻袋",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_849",
+ "Description": "结实的袋子,可以用来装各种物品",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 850,
+ "Name": "竹框",
+ "DetailsPageName": "竹框",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_850",
+ "Description": "耐用结实的竹制篮筐,可以用装各种物品",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 851,
+ "Name": "一袋大米",
+ "DetailsPageName": "一袋大米",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_851",
+ "Description": "一袋沉甸甸的大米,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 852,
+ "Name": "一袋大豆",
+ "DetailsPageName": "一袋大豆",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_852",
+ "Description": "一袋沉甸甸的大豆,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 853,
+ "Name": "一筐酸菜",
+ "DetailsPageName": "一筐酸菜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_853",
+ "Description": "一筐沉甸甸的酸菜,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 854,
+ "Name": "一筐萝卜",
+ "DetailsPageName": "一筐萝卜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_854",
+ "Description": "一筐沉甸甸的萝卜,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 855,
+ "Name": "超大冬瓜",
+ "DetailsPageName": "二十斤重的冬瓜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_855",
+ "Description": "肥沃的农田里偶尔长出的超级大的冬瓜",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 856,
+ "Name": "超大南瓜",
+ "DetailsPageName": "二十斤重的南瓜",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_856",
+ "Description": "肥沃的农田里偶尔长出的超级大的南瓜",
+ "GetMethod": "来源:农田种植"
+ },
+ {
+ "Id": 857,
+ "Name": "一袋盐",
+ "DetailsPageName": "一袋盐",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_857",
+ "Description": "一袋沉甸甸的盐,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 858,
+ "Name": "鳞铁锭",
+ "DetailsPageName": "鳞铁锭",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_858",
+ "Description": "罕见的金属,主要用于锻造武器",
+ "GetMethod": "来源:材料合成,桃谷货郎"
+ },
+ {
+ "Id": 859,
+ "Name": "一袋面粉",
+ "DetailsPageName": "一袋面粉",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_859",
+ "Description": "一袋沉甸甸的面粉,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 860,
+ "Name": "一袋食物",
+ "DetailsPageName": "一袋食物",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_860",
+ "Description": "一袋沉甸甸的面粉,商人偶尔会收购",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 1000,
+ "Name": "凡品白玉",
+ "DetailsPageName": "凡品白玉",
+ "Type": 11,
+ "RelatedId": 1000,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1000",
+ "Description": "普通的细腻温润的白色玉石,三个可以合成精品的白玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1001,
+ "Name": "凡品鸡血石",
+ "DetailsPageName": "凡品鸡血石",
+ "Type": 11,
+ "RelatedId": 1001,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1001",
+ "Description": "普通的颜色如朱砂般鲜红的玉石,三个可以合成精品的鸡血石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1002,
+ "Name": "凡品碧玉",
+ "DetailsPageName": "凡品碧玉",
+ "Type": 11,
+ "RelatedId": 1002,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1002",
+ "Description": "普通的透亮的碧绿色玉石,三个可以合成精品的碧玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1003,
+ "Name": "凡品黄玉",
+ "DetailsPageName": "凡品黄玉",
+ "Type": 11,
+ "RelatedId": 1003,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1003",
+ "Description": "普通的色彩明艳的黄色玉石,三个可以合成精品的黄玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1004,
+ "Name": "凡品翡翠",
+ "DetailsPageName": "凡品翡翠",
+ "Type": 11,
+ "RelatedId": 1004,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1004",
+ "Description": "普通的莹润的翠绿色玉石,三个可以合成精品的翡翠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1005,
+ "Name": "凡品紫玉",
+ "DetailsPageName": "凡品紫玉",
+ "Type": 11,
+ "RelatedId": 1005,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1005",
+ "Description": "普通的细腻晶莹的紫色玉石,三个可以合成精品的紫玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1006,
+ "Name": "精品白玉",
+ "DetailsPageName": "精品白玉",
+ "Type": 11,
+ "RelatedId": 1006,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1006",
+ "Description": "精致的细腻温润的白色玉石,三个可以合成极品的白玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1007,
+ "Name": "精品鸡血石",
+ "DetailsPageName": "精品鸡血石",
+ "Type": 11,
+ "RelatedId": 1007,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1007",
+ "Description": "精致的颜色如朱砂般鲜红的玉石,三个可以合成极品的鸡血石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1008,
+ "Name": "精品碧玉",
+ "DetailsPageName": "精品碧玉",
+ "Type": 11,
+ "RelatedId": 1008,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1008",
+ "Description": "精致的透亮的碧绿色玉石,三个可以合成极品的碧玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1009,
+ "Name": "精品黄玉",
+ "DetailsPageName": "精品黄玉",
+ "Type": 11,
+ "RelatedId": 1009,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1009",
+ "Description": "精致的色彩明艳的黄色玉石,三个可以合成极品的黄玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1010,
+ "Name": "精品翡翠",
+ "DetailsPageName": "精品翡翠",
+ "Type": 11,
+ "RelatedId": 1010,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1010",
+ "Description": "精致的莹润的翠绿色玉石,三个可以合成极品的翡翠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1011,
+ "Name": "精品紫玉",
+ "DetailsPageName": "精品紫玉",
+ "Type": 11,
+ "RelatedId": 1011,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1011",
+ "Description": "精致的细腻晶莹的紫色玉石,三个可以合成极品的紫玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1012,
+ "Name": "极品白玉",
+ "DetailsPageName": "极品白玉",
+ "Type": 11,
+ "RelatedId": 1012,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1012",
+ "Description": "完美的细腻温润的白色玉石,是品质最好的白玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1013,
+ "Name": "极品鸡血石",
+ "DetailsPageName": "极品鸡血石",
+ "Type": 11,
+ "RelatedId": 1013,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1013",
+ "Description": "完美的颜色如朱砂般鲜红的玉石,是品质最好的鸡血石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1014,
+ "Name": "极品碧玉",
+ "DetailsPageName": "极品碧玉",
+ "Type": 11,
+ "RelatedId": 1014,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1014",
+ "Description": "完美的透亮的碧绿色玉石,是品质最好的碧玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1015,
+ "Name": "极品黄玉",
+ "DetailsPageName": "极品黄玉",
+ "Type": 11,
+ "RelatedId": 1015,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1015",
+ "Description": "完美的色彩明艳的黄色玉石,是品质最好的黄玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1016,
+ "Name": "极品翡翠",
+ "DetailsPageName": "极品翡翠",
+ "Type": 11,
+ "RelatedId": 1016,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1016",
+ "Description": "完美的莹润的翠绿色玉石,是品质最好的翡翠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1017,
+ "Name": "极品紫玉",
+ "DetailsPageName": "极品紫玉",
+ "Type": 11,
+ "RelatedId": 1017,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1017",
+ "Description": "完美的细腻晶莹的紫色玉石,是品质最好的紫玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1018,
+ "Name": "凡品青金石",
+ "DetailsPageName": "凡品青金石",
+ "Type": 11,
+ "RelatedId": 1018,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1018",
+ "Description": "普通的色泽均匀的天蓝色宝石,三个可以合成精品的青金石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1019,
+ "Name": "凡品影玉",
+ "DetailsPageName": "凡品影玉",
+ "Type": 11,
+ "RelatedId": 1019,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1019",
+ "Description": "普通的温润的青色玉石,三个可以合成精品的影玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1020,
+ "Name": "凡品橄榄石",
+ "DetailsPageName": "凡品橄榄石",
+ "Type": 11,
+ "RelatedId": 1020,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1020",
+ "Description": "普通的色泽柔和的黄绿色宝石,三个可以合成精品的橄榄石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1021,
+ "Name": "凡品玛瑙",
+ "DetailsPageName": "凡品玛瑙",
+ "Type": 11,
+ "RelatedId": 1021,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1021",
+ "Description": "普通的坚硬的深红色宝石,三个可以合成精品的玛瑙",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1022,
+ "Name": "凡品珍珠",
+ "DetailsPageName": "凡品珍珠",
+ "Type": 11,
+ "RelatedId": 1022,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1022",
+ "Description": "普通的光泽柔和的圆润宝石,三个可以合成精品的珍珠",
+ "GetMethod": "来源:使用原石在七星鼎合成"
+ },
+ {
+ "Id": 1023,
+ "Name": "精品青金石",
+ "DetailsPageName": "精品青金石",
+ "Type": 11,
+ "RelatedId": 1023,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1023",
+ "Description": "精致的色泽均匀的天蓝色宝石,三个可以合成极品的青金石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1024,
+ "Name": "精品影玉",
+ "DetailsPageName": "精品影玉",
+ "Type": 11,
+ "RelatedId": 1024,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1024",
+ "Description": "精致的温润的青色玉石,三个可以合成极品的影玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1025,
+ "Name": "精品橄榄石",
+ "DetailsPageName": "精品橄榄石",
+ "Type": 11,
+ "RelatedId": 1025,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1025",
+ "Description": "精致的色泽柔和的黄绿色宝石,三个可以合成极品的橄榄石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1026,
+ "Name": "精品玛瑙",
+ "DetailsPageName": "精品玛瑙",
+ "Type": 11,
+ "RelatedId": 1026,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1026",
+ "Description": "精致的坚硬的深红色宝石,三个可以合成极品的玛瑙",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1027,
+ "Name": "精品珍珠",
+ "DetailsPageName": "精品珍珠",
+ "Type": 11,
+ "RelatedId": 1027,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1027",
+ "Description": "精致的光泽柔和的圆润宝石,三个可以合成极品的珍珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1028,
+ "Name": "极品青金石",
+ "DetailsPageName": "极品青金石",
+ "Type": 11,
+ "RelatedId": 1028,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1028",
+ "Description": "完美的色泽均匀的天蓝色宝石,是品质最好的青金石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1029,
+ "Name": "极品影玉",
+ "DetailsPageName": "极品影玉",
+ "Type": 11,
+ "RelatedId": 1029,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1029",
+ "Description": "完美的温润的青色玉石,是品质最好的影玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1030,
+ "Name": "极品橄榄石",
+ "DetailsPageName": "极品橄榄石",
+ "Type": 11,
+ "RelatedId": 1030,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1030",
+ "Description": "完美的色泽柔和的黄绿色宝石,是品质最好的橄榄石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1031,
+ "Name": "极品玛瑙",
+ "DetailsPageName": "极品玛瑙",
+ "Type": 11,
+ "RelatedId": 1031,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1031",
+ "Description": "完美的坚硬的深红色宝石,是品质最好的玛瑙",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1032,
+ "Name": "极品珍珠",
+ "DetailsPageName": "极品珍珠",
+ "Type": 11,
+ "RelatedId": 1032,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1032",
+ "Description": "完美的光泽柔和的圆润宝石,是品质最好的珍珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1033,
+ "Name": "凡品石榴石",
+ "DetailsPageName": "凡品石榴石",
+ "Type": 11,
+ "RelatedId": 1033,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1033",
+ "Description": "普通的形状像种子一样的紫红色宝石,三个可以合成精品的石榴石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1034,
+ "Name": "凡品寿山石",
+ "DetailsPageName": "凡品寿山石",
+ "Type": 11,
+ "RelatedId": 1034,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1034",
+ "Description": "普通的温润透亮泛着黄色的宝石,三个可以合成精品的寿山石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1035,
+ "Name": "凡品绿松石",
+ "DetailsPageName": "凡品绿松石",
+ "Type": 11,
+ "RelatedId": 1035,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1035",
+ "Description": "普通的形状像松球一样的蓝绿色宝石,三个可以合成精品的绿松石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1036,
+ "Name": "凡品变石",
+ "DetailsPageName": "凡品变石",
+ "Type": 11,
+ "RelatedId": 1036,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1036",
+ "Description": "普通的晶莹透亮的黄绿色宝石,三个可以合成精品的变石",
+ "GetMethod": "来源:使用原石在七星鼎合成"
+ },
+ {
+ "Id": 1037,
+ "Name": "凡品钻石",
+ "DetailsPageName": "凡品钻石",
+ "Type": 11,
+ "RelatedId": 1037,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1037",
+ "Description": "普通的无色透明的坚硬的宝石,三个可以合成精品的钻石",
+ "GetMethod": "来源:使用原石在七星鼎合成"
+ },
+ {
+ "Id": 1038,
+ "Name": "精品石榴石",
+ "DetailsPageName": "精品石榴石",
+ "Type": 11,
+ "RelatedId": 1038,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1038",
+ "Description": "精致的形状像种子一样的紫红色宝石,三个可以合成极品的石榴石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1039,
+ "Name": "精品寿山石",
+ "DetailsPageName": "精品寿山石",
+ "Type": 11,
+ "RelatedId": 1039,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1039",
+ "Description": "精致的温润透亮泛着黄色的宝石,三个可以合成极品的寿山石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1040,
+ "Name": "精品绿松石",
+ "DetailsPageName": "精品绿松石",
+ "Type": 11,
+ "RelatedId": 1040,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1040",
+ "Description": "精致的形状像松球一样的蓝绿色宝石,三个可以合成极品的绿松石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1041,
+ "Name": "精品变石",
+ "DetailsPageName": "精品变石",
+ "Type": 11,
+ "RelatedId": 1041,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1041",
+ "Description": "精致的晶莹透亮的黄绿色宝石,三个可以合成极品的变石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1042,
+ "Name": "精品钻石",
+ "DetailsPageName": "精品钻石",
+ "Type": 11,
+ "RelatedId": 1042,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1042",
+ "Description": "精致的无色透明的坚硬的宝石,三个可以合成极品的钻石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1043,
+ "Name": "极品石榴石",
+ "DetailsPageName": "极品石榴石",
+ "Type": 11,
+ "RelatedId": 1043,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1043",
+ "Description": "完美的形状像种子一样的紫红色宝石,是品质最好的石榴石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1044,
+ "Name": "极品寿山石",
+ "DetailsPageName": "极品寿山石",
+ "Type": 11,
+ "RelatedId": 1044,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1044",
+ "Description": "完美的温润透亮泛着黄色的宝石,是品质最好的寿山石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1045,
+ "Name": "极品绿松石",
+ "DetailsPageName": "极品绿松石",
+ "Type": 11,
+ "RelatedId": 1045,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1045",
+ "Description": "完美的形状像松球一样的蓝绿色宝石,是品质最好的绿松石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1046,
+ "Name": "极品变石",
+ "DetailsPageName": "极品变石",
+ "Type": 11,
+ "RelatedId": 1046,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1046",
+ "Description": "完美的晶莹透亮的黄绿色宝石,是品质最好的变石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1047,
+ "Name": "极品钻石",
+ "DetailsPageName": "极品钻石",
+ "Type": 11,
+ "RelatedId": 1047,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1047",
+ "Description": "完美的无色透明的坚硬的宝石,是品质最好的钻石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1048,
+ "Name": "凡品贪狼星",
+ "DetailsPageName": "凡品贪狼星",
+ "Type": 11,
+ "RelatedId": 1048,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1048",
+ "Description": "普通的象征着敏捷的黑色宝石,三个可以合成精品的贪狼星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1049,
+ "Name": "凡品七杀星",
+ "DetailsPageName": "凡品七杀星",
+ "Type": 11,
+ "RelatedId": 1049,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1049",
+ "Description": "普通的象征着力量的玄青色宝石,三个可以合成精品的七杀星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1050,
+ "Name": "凡品破军星",
+ "DetailsPageName": "凡品破军星",
+ "Type": 11,
+ "RelatedId": 1050,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1050",
+ "Description": "普通的象征着勇气的墨色宝石,三个可以合成精品的破军星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1051,
+ "Name": "凡品少阳珠",
+ "DetailsPageName": "凡品少阳珠",
+ "Type": 11,
+ "RelatedId": 1051,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1051",
+ "Description": "普通的通体黑色的圆形宝石,三个可以合成精品的少阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1052,
+ "Name": "凡品少阴珠",
+ "DetailsPageName": "凡品少阴珠",
+ "Type": 11,
+ "RelatedId": 1052,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1052",
+ "Description": "普通的通体白色的圆形宝石,三个可以合成精品的少阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1053,
+ "Name": "凡品白欧泊",
+ "DetailsPageName": "凡品白欧泊",
+ "Type": 11,
+ "RelatedId": 1053,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1053",
+ "Description": "普通的色泽明亮的白色透明宝石,三个可以合成精品的白欧泊",
+ "GetMethod": "来源:使用原石在七星鼎合成"
+ },
+ {
+ "Id": 1054,
+ "Name": "精品贪狼星",
+ "DetailsPageName": "精品贪狼星",
+ "Type": 11,
+ "RelatedId": 1054,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1054",
+ "Description": "精致的象征着敏捷的黑色宝石,三个可以合成极品的贪狼星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1055,
+ "Name": "精品七杀星",
+ "DetailsPageName": "精品七杀星",
+ "Type": 11,
+ "RelatedId": 1055,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1055",
+ "Description": "精致的象征着力量的玄青色宝石,三个可以合成极品的七杀星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1056,
+ "Name": "精品破军星",
+ "DetailsPageName": "精品破军星",
+ "Type": 11,
+ "RelatedId": 1056,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1056",
+ "Description": "精致的象征着勇气的墨色宝石,三个可以合成极品的破军星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1057,
+ "Name": "精品少阳珠",
+ "DetailsPageName": "精品少阳珠",
+ "Type": 11,
+ "RelatedId": 1057,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1057",
+ "Description": "精致的通体黑色的圆形宝石,三个可以合成极品的少阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1058,
+ "Name": "精品少阴珠",
+ "DetailsPageName": "精品少阴珠",
+ "Type": 11,
+ "RelatedId": 1058,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1058",
+ "Description": "精致的通体白色的圆形宝石,三个可以合成极品的少阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1059,
+ "Name": "精品白欧泊",
+ "DetailsPageName": "精品白欧泊",
+ "Type": 11,
+ "RelatedId": 1059,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1059",
+ "Description": "精致的色泽明亮的白色透明宝石,三个可以合成极品的白欧泊",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1060,
+ "Name": "极品贪狼星",
+ "DetailsPageName": "极品贪狼星",
+ "Type": 11,
+ "RelatedId": 1060,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1060",
+ "Description": "完美的象征着敏捷的黑色宝石,是品质最好的贪狼星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1061,
+ "Name": "极品七杀星",
+ "DetailsPageName": "极品七杀星",
+ "Type": 11,
+ "RelatedId": 1061,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1061",
+ "Description": "完美的象征着力量的玄青色宝石,是品质最好的七杀星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1062,
+ "Name": "极品破军星",
+ "DetailsPageName": "极品破军星",
+ "Type": 11,
+ "RelatedId": 1062,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1062",
+ "Description": "完美的象征着勇气的墨色宝石,是品质最好的破军星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1063,
+ "Name": "极品少阳珠",
+ "DetailsPageName": "极品少阳珠",
+ "Type": 11,
+ "RelatedId": 1063,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1063",
+ "Description": "完美的通体黑色的圆形宝石,是品质最好的少阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1064,
+ "Name": "极品少阴珠",
+ "DetailsPageName": "极品少阴珠",
+ "Type": 11,
+ "RelatedId": 1064,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1064",
+ "Description": "完美的通体白色的圆形宝石,是品质最好的少阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1065,
+ "Name": "极品白欧泊",
+ "DetailsPageName": "极品白欧泊",
+ "Type": 11,
+ "RelatedId": 1065,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1065",
+ "Description": "完美的色泽明亮的白色透明宝石,是品质最好的白欧泊",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1066,
+ "Name": "凡品至阴珠",
+ "DetailsPageName": "凡品至阴珠",
+ "Type": 11,
+ "RelatedId": 1066,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1066",
+ "Description": "普通的表面光滑的乳白色宝石,三个可以合成精品的至阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1067,
+ "Name": "凡品纯阳珠",
+ "DetailsPageName": "凡品纯阳珠",
+ "Type": 11,
+ "RelatedId": 1067,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1067",
+ "Description": "普通的表面光滑的鸦青色宝石,三个可以合成精品的纯阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1068,
+ "Name": "凡品天罡宝钻",
+ "DetailsPageName": "凡品天罡宝钻",
+ "Type": 11,
+ "RelatedId": 1068,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1068",
+ "Description": "普通的莹润的月白色椭圆形宝石,三个可以合成精品的天罡宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1069,
+ "Name": "凡品地煞宝钻",
+ "DetailsPageName": "凡品地煞宝钻",
+ "Type": 11,
+ "RelatedId": 1069,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1069",
+ "Description": "普通的莹润的绀青色椭圆形宝石,三个可以合成精品的地煞宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1070,
+ "Name": "凡品人王宝钻",
+ "DetailsPageName": "凡品人王宝钻",
+ "Type": 11,
+ "RelatedId": 1070,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1070",
+ "Description": "普通的莹润的白色椭圆形宝石,三个可以合成精品的人王宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1071,
+ "Name": "精品至阴珠",
+ "DetailsPageName": "精品至阴珠",
+ "Type": 11,
+ "RelatedId": 1071,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1071",
+ "Description": "精致的表面光滑的乳白色宝石,三个可以合成极品的至阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1072,
+ "Name": "精品纯阳珠",
+ "DetailsPageName": "精品纯阳珠",
+ "Type": 11,
+ "RelatedId": 1072,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1072",
+ "Description": "精致的表面光滑的鸦青色宝石,三个可以合成极品的纯阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1073,
+ "Name": "精品天罡宝钻",
+ "DetailsPageName": "精品天罡宝钻",
+ "Type": 11,
+ "RelatedId": 1073,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1073",
+ "Description": "精致的莹润的月白色椭圆形宝石,三个可以合成极品的天罡宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1074,
+ "Name": "精品地煞宝钻",
+ "DetailsPageName": "精品地煞宝钻",
+ "Type": 11,
+ "RelatedId": 1074,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1074",
+ "Description": "精致的莹润的绀青色椭圆形宝石,三个可以合成极品的地煞宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1075,
+ "Name": "精品人王宝钻",
+ "DetailsPageName": "精品人王宝钻",
+ "Type": 11,
+ "RelatedId": 1075,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1075",
+ "Description": "精致的莹润的白色椭圆形宝石,三个可以合成极品的人王宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1076,
+ "Name": "极品至阴珠",
+ "DetailsPageName": "极品至阴珠",
+ "Type": 11,
+ "RelatedId": 1076,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1076",
+ "Description": "完美的表面光滑的乳白色宝石,是品质最好的至阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1077,
+ "Name": "极品纯阳珠",
+ "DetailsPageName": "极品纯阳珠",
+ "Type": 11,
+ "RelatedId": 1077,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1077",
+ "Description": "完美的表面光滑的鸦青色宝石,是品质最好的至阴珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1078,
+ "Name": "极品天罡宝钻",
+ "DetailsPageName": "极品天罡宝钻",
+ "Type": 11,
+ "RelatedId": 1078,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1078",
+ "Description": "完美的莹润的月白色椭圆形宝石,是品质最好的天罡宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1079,
+ "Name": "极品地煞宝钻",
+ "DetailsPageName": "极品地煞宝钻",
+ "Type": 11,
+ "RelatedId": 1079,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1079",
+ "Description": "完美的莹润的绀青色椭圆形宝石,是品质最好的地煞宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1080,
+ "Name": "极品人王宝钻",
+ "DetailsPageName": "极品人王宝钻",
+ "Type": 11,
+ "RelatedId": 1080,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1080",
+ "Description": "完美的莹润的白色椭圆形宝石,是品质最好的人王宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1100,
+ "Name": "血珀石",
+ "DetailsPageName": "血珀石",
+ "Type": 11,
+ "RelatedId": 1100,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1100",
+ "Description": "能和任意极品的兵玉类型宝石,合成带有吸血+2%效果的极品宝石",
+ "GetMethod": "来源:使用极品原石在七星鼎合成"
+ },
+ {
+ "Id": 1101,
+ "Name": "血珀·白玉",
+ "DetailsPageName": "血珀·白玉",
+ "Type": 11,
+ "RelatedId": 1101,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1012",
+ "Description": "有吸血效果的极品白玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1102,
+ "Name": "血珀·黄玉",
+ "DetailsPageName": "血珀·黄玉",
+ "Type": 11,
+ "RelatedId": 1102,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1015",
+ "Description": "有吸血效果的极品黄玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1103,
+ "Name": "血珀·翡翠",
+ "DetailsPageName": "血珀·翡翠",
+ "Type": 11,
+ "RelatedId": 1103,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1016",
+ "Description": "有吸血效果的极品翡翠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1104,
+ "Name": "血珀·青金石",
+ "DetailsPageName": "血珀·青金石",
+ "Type": 11,
+ "RelatedId": 1104,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1028",
+ "Description": "有吸血效果的极品青金石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1105,
+ "Name": "血珀·影玉",
+ "DetailsPageName": "血珀·影玉",
+ "Type": 11,
+ "RelatedId": 1105,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1029",
+ "Description": "有吸血效果的极品影玉",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1106,
+ "Name": "血珀·绿松石",
+ "DetailsPageName": "血珀·绿松石",
+ "Type": 11,
+ "RelatedId": 1106,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1045",
+ "Description": "有吸血效果的极品绿松石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1107,
+ "Name": "血珀·变石",
+ "DetailsPageName": "血珀·变石",
+ "Type": 11,
+ "RelatedId": 1107,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1046",
+ "Description": "有吸血效果的极品变石",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1108,
+ "Name": "血珀·七杀星",
+ "DetailsPageName": "血珀·七杀星",
+ "Type": 11,
+ "RelatedId": 1108,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1061",
+ "Description": "有吸血效果的极品七杀星",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1109,
+ "Name": "血珀·少阳珠",
+ "DetailsPageName": "血珀·少阳珠",
+ "Type": 11,
+ "RelatedId": 1109,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1063",
+ "Description": "有吸血效果的极品少阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1110,
+ "Name": "血珀·纯阳珠",
+ "DetailsPageName": "血珀·纯阳珠",
+ "Type": 11,
+ "RelatedId": 1110,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1077",
+ "Description": "有吸血效果的极品纯阳珠",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1111,
+ "Name": "血珀·地煞宝钻",
+ "DetailsPageName": "血珀·地煞宝钻",
+ "Type": 11,
+ "RelatedId": 1111,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1079",
+ "Description": "有吸血效果的极品地煞宝钻",
+ "GetMethod": "来源:怪物掉落,七星鼎合成"
+ },
+ {
+ "Id": 1200,
+ "Name": "凡品原石",
+ "DetailsPageName": "凡品原石",
+ "Type": 1,
+ "RelatedId": 1200,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1200",
+ "Description": "朴素的原石,在七星鼎中合成可能开出宝石",
+ "GetMethod": "来源:怪物掉落,神秘商人"
+ },
+ {
+ "Id": 1201,
+ "Name": "精品原石",
+ "DetailsPageName": "精品原石",
+ "Type": 1,
+ "RelatedId": 1201,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1201",
+ "Description": "精致的原石,在七星鼎中合成可能开出不错的宝石",
+ "GetMethod": "来源:怪物掉落,神秘商人"
+ },
+ {
+ "Id": 1202,
+ "Name": "极品原石",
+ "DetailsPageName": "极品原石",
+ "Type": 1,
+ "RelatedId": 1202,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1202",
+ "Description": "质地上乘的原石,在七星鼎中合成可能开出优质的宝石",
+ "GetMethod": "来源:怪物掉落,神秘商人"
+ },
+ {
+ "Id": 1203,
+ "Name": "绝品原石",
+ "DetailsPageName": "绝品原石",
+ "Type": 1,
+ "RelatedId": 1203,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1203",
+ "Description": "完美的原石,在七星鼎中合成可能开出高级宝石",
+ "GetMethod": "来源:怪物掉落,神秘商人"
+ },
+ {
+ "Id": 1300,
+ "Name": "凡品寻木枝",
+ "DetailsPageName": "凡品寻木枝",
+ "Type": 13,
+ "RelatedId": 1,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1300",
+ "Description": "传说中的神树树枝,拥有旺盛的生命力,放在建筑上可以恢复建筑的耐久",
+ "GetMethod": "来源:活动"
+ },
+ {
+ "Id": 1301,
+ "Name": "精品寻木枝",
+ "DetailsPageName": "精品寻木枝",
+ "Type": 13,
+ "RelatedId": 2,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1301",
+ "Description": "传说中的神树树枝,拥有旺盛的生命力,放在建筑上可以恢复建筑的耐久",
+ "GetMethod": "来源:活动"
+ },
+ {
+ "Id": 1302,
+ "Name": "极品寻木枝",
+ "DetailsPageName": "极品寻木枝",
+ "Type": 13,
+ "RelatedId": 3,
+ "StockType": 5,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": true,
+ "Icon": "Item_Icon_1302",
+ "Description": "传说中的神树树枝,拥有旺盛的生命力,放在建筑上可以恢复建筑的耐久",
+ "GetMethod": "来源:活动"
+ },
+ {
+ "Id": 1900,
+ "Name": "精魂",
+ "DetailsPageName": "精魂",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1900",
+ "Description": "勇士精魂",
+ "GetMethod": "来源:村落声望商人"
+ },
+ {
+ "Id": 1901,
+ "Name": "乔河魂石",
+ "DetailsPageName": "乔河魂石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1901",
+ "Description": "乔河魂石,提升乔河体魂等级",
+ "GetMethod": "来源:陵陵的宝藏活动"
+ },
+ {
+ "Id": 1902,
+ "Name": "陶小青魂石",
+ "DetailsPageName": "陶小青魂石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1902",
+ "Description": "陶小青魂石,提升陶小青体魂等级",
+ "GetMethod": "来源:陵陵的宝藏活动"
+ },
+ {
+ "Id": 1903,
+ "Name": "李绫儿魂石",
+ "DetailsPageName": "李绫儿魂石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1903",
+ "Description": "李绫儿魂石,提升李绫儿体魂等级",
+ "GetMethod": "来源:陵陵的宝藏活动"
+ },
+ {
+ "Id": 1904,
+ "Name": "孟和魂石",
+ "DetailsPageName": "孟和魂石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1904",
+ "Description": "孟和魂石,提升孟和体魂等级",
+ "GetMethod": "来源:陵陵的宝藏活动"
+ },
+ {
+ "Id": 1905,
+ "Name": "韩菲魂石",
+ "DetailsPageName": "韩菲魂石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1905",
+ "Description": "韩菲魂石,提升韩菲体魂等级",
+ "GetMethod": "来源:陵陵的宝藏活动"
+ },
+ {
+ "Id": 1906,
+ "Name": "慕容婉魂石",
+ "DetailsPageName": "慕容婉魂石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_1906",
+ "Description": "慕容婉魂石,提升慕容婉体魂等级",
+ "GetMethod": "来源:陵陵的宝藏活动"
+ },
+ {
+ "Id": 2000,
+ "Name": "基础食物",
+ "DetailsPageName": "基础食物",
+ "Type": 99,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2000",
+ "Description": "村民勇士日常消耗的基础食物,只有吃饱肚子才有力气干活,要吃多多",
+ "GetMethod": "来源:浆果,野菜,桃树,渔屋,农田"
+ },
+ {
+ "Id": 2001,
+ "Name": "浆果",
+ "DetailsPageName": "浆果",
+ "Type": 2,
+ "RelatedId": 2,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 5,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2001",
+ "Description": "遍布于山林各处,味道干涩酸甜,可作为简单的充饥解渴",
+ "GetMethod": "来源:采集浆果"
+ },
+ {
+ "Id": 2002,
+ "Name": "野菜汤",
+ "DetailsPageName": "野菜汤·凡品",
+ "Type": 2,
+ "RelatedId": 3,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 10,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2002",
+ "Description": "由山间野菜粗制而成,汤汁苦涩甘甜,但可以充饥糊口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2003,
+ "Name": "兽肉汤",
+ "DetailsPageName": "兽肉汤·凡品",
+ "Type": 2,
+ "RelatedId": 4,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2003",
+ "Description": "简单的肉汤,味道鲜甜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2004,
+ "Name": "青菜面",
+ "DetailsPageName": "青菜面·凡品",
+ "Type": 2,
+ "RelatedId": 5,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2004",
+ "Description": "由青菜和面条加水制作而成,清淡易饱",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2005,
+ "Name": "笋炒肉",
+ "DetailsPageName": "笋炒肉·凡品",
+ "Type": 2,
+ "RelatedId": 6,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 30,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2005",
+ "Description": "由笋和肉制作而成的菜品,清脆香嫩",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2006,
+ "Name": "肉包子",
+ "DetailsPageName": "肉包子·凡品",
+ "Type": 2,
+ "RelatedId": 7,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2006",
+ "Description": "由兽肉和面粉制作而成,做饭简单,香味扑鼻,饱腹感很强的食物",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2007,
+ "Name": "地仙炖肉",
+ "DetailsPageName": "地仙炖肉·凡品",
+ "Type": 2,
+ "RelatedId": 8,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2007",
+ "Description": "由高级食材竹荪和木耳,再加上兽肉炖制而成,香滑入口,营养丰富",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2008,
+ "Name": "炒杂鱼",
+ "DetailsPageName": "炒杂鱼·凡品",
+ "Type": 2,
+ "RelatedId": 9,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2008",
+ "Description": "鱼塘中捕获的不知名小鱼在锅中辅以酱油进行翻炒,表皮微焦,鲜嫩可口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2009,
+ "Name": "米饭",
+ "DetailsPageName": "米饭·凡品",
+ "Type": 2,
+ "RelatedId": 10,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 30,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2009",
+ "Description": "由大米烹制而成,饱腹感极强,是百姓最主要的食物之一",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2010,
+ "Name": "蘑菇鸡汤",
+ "DetailsPageName": "蘑菇鸡汤·凡品",
+ "Type": 2,
+ "RelatedId": 11,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 240,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2010",
+ "Description": "鸡汤以营养丰富和美味著称,经常用于滋补体弱多病的人,提升体质",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2011,
+ "Name": "鱼羹汤",
+ "DetailsPageName": "鱼羹汤·凡品",
+ "Type": 2,
+ "RelatedId": 12,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2011",
+ "Description": "将蛋捣匀,加点清水蒸制而成。食材简单,但营养丰富",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2012,
+ "Name": "蛋炒饭",
+ "DetailsPageName": "蛋炒饭·凡品",
+ "Type": 2,
+ "RelatedId": 13,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 100,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2012",
+ "Description": "香味浓郁,做法简单,而且营养丰富的菜品",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2013,
+ "Name": "煎豆腐",
+ "DetailsPageName": "煎豆腐·凡品",
+ "Type": 2,
+ "RelatedId": 14,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 50,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2013",
+ "Description": "豆腐最常用的做法,做法简单,很下饭",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2014,
+ "Name": "翡翠白玉汤",
+ "DetailsPageName": "翡翠白玉汤·凡品",
+ "Type": 2,
+ "RelatedId": 15,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2014",
+ "Description": "新鲜蔬菜和豆腐烹制而成的汤,不仅美味,而且外观如翡翠中镶着白玉",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2015,
+ "Name": "清蒸鱼",
+ "DetailsPageName": "清蒸鱼·凡品",
+ "Type": 2,
+ "RelatedId": 16,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 80,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2015",
+ "Description": "保留着最自然的鱼香风味,味道鲜美,肉质洁白鲜嫩",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2017,
+ "Name": "笋菇腊肉",
+ "DetailsPageName": "笋菇腊肉·凡品",
+ "Type": 2,
+ "RelatedId": 17,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 90,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2017",
+ "Description": "鲜嫩爽口的笋,加以香味浓郁的香菇炒腊肉,是口感,营养都不错的家常菜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2018,
+ "Name": "青龙蒸",
+ "DetailsPageName": "青龙蒸·凡品",
+ "Type": 2,
+ "RelatedId": 18,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 140,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2018",
+ "Description": "原名木樨肉,味道清新、营养丰富、口味鲜美、口感丰富、老少咸宜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2019,
+ "Name": "麻婆豆腐",
+ "DetailsPageName": "麻婆豆腐·凡品",
+ "Type": 2,
+ "RelatedId": 19,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 70,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2019",
+ "Description": "软嫩的豆腐加以花椒等配料烧制,麻辣的口感极大刺激人们的味蕾",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2020,
+ "Name": "炒白菜",
+ "DetailsPageName": "炒白菜·凡品",
+ "Type": 2,
+ "RelatedId": 20,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2020",
+ "Description": "食材易得,做法简单,清爽可口的一道菜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2021,
+ "Name": "酸菜炒笋",
+ "DetailsPageName": "酸菜炒笋·凡品",
+ "Type": 2,
+ "RelatedId": 21,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2021",
+ "Description": "清脆香嫩的笋尖,配上味道浓郁酸爽的酸菜。结果:再来一碗",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2022,
+ "Name": "豆浆",
+ "DetailsPageName": "豆浆·凡品",
+ "Type": 2,
+ "RelatedId": 22,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2022",
+ "Description": "豆浆营养非常丰富,且易于消化吸收,老少皆宜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2023,
+ "Name": "翡翠肉炒饭",
+ "DetailsPageName": "翡翠肉炒饭·凡品",
+ "Type": 2,
+ "RelatedId": 23,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2023",
+ "Description": "在米中混合了盐、肉、菜进行蒸煮,不仅饱腹感强,而且营养丰富",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2024,
+ "Name": "酸菜鱼",
+ "DetailsPageName": "酸菜鱼·凡品",
+ "Type": 2,
+ "RelatedId": 24,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 140,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2024",
+ "Description": "酸菜鱼以青鱼为主料,配以酸菜等食材煮制而成,口味酸辣可口,增加人的食欲",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2025,
+ "Name": "白菜炖肉",
+ "DetailsPageName": "白菜炖肉·凡品",
+ "Type": 2,
+ "RelatedId": 25,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2025",
+ "Description": "兽肉的香味通过炖煮,完美的融入到白菜中,油而不腻,让人回味无穷",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2026,
+ "Name": "碧涧羹",
+ "DetailsPageName": "碧涧羹·凡品",
+ "Type": 2,
+ "RelatedId": 26,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 200,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2026",
+ "Description": "取山涧中的泉水烹制新鲜的鲫鱼,再添些新鲜的蔬菜,熬制而成的汤,鲜美可口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2027,
+ "Name": "东坡肉",
+ "DetailsPageName": "东坡肉·凡品",
+ "Type": 2,
+ "RelatedId": 27,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 160,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2027",
+ "Description": "以兽肉为主要食材炖制而成,薄皮嫩肉,色泽红亮,味道酥香美味,香糯而不腻口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2028,
+ "Name": "三宝粥",
+ "DetailsPageName": "三宝粥·凡品",
+ "Type": 2,
+ "RelatedId": 28,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 140,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2028",
+ "Description": "三宝粥用两种优质的食材和大米熬制而成,品色泽鲜艳、质软香甜、清香诱人、滑而不腻",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2029,
+ "Name": "糯米鸡",
+ "DetailsPageName": "糯米鸡·凡品",
+ "Type": 2,
+ "RelatedId": 29,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 180,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2029",
+ "Description": "鸡肉的香味,融入到糯米中,香味浓郁,口感非常独特",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2030,
+ "Name": "酱萝卜",
+ "DetailsPageName": "酱萝卜·凡品",
+ "Type": 2,
+ "RelatedId": 30,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2030",
+ "Description": "清脆爽口的开胃小菜,食材和做法都很简单",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2031,
+ "Name": "清蒸螃蟹",
+ "DetailsPageName": "清蒸螃蟹·凡品",
+ "Type": 2,
+ "RelatedId": 31,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 160,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2031",
+ "Description": "蟹乃食中珍味,富有“一螃蟹,顶桌菜”的美誉,其蟹不但味美,且有不错的滋补作用",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2032,
+ "Name": "萝卜鲫鱼汤",
+ "DetailsPageName": "萝卜鲫鱼汤·凡品",
+ "Type": 2,
+ "RelatedId": 32,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2032",
+ "Description": "清爽可口的萝卜,配上营养丰富的鲫鱼制作而成的汤,味道清甜且鲜美",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2033,
+ "Name": "萝卜肉卷",
+ "DetailsPageName": "萝卜肉卷·凡品",
+ "Type": 2,
+ "RelatedId": 33,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2033",
+ "Description": "清甜爽口的萝卜,完美的化解了兽肉的油腻。不仅营养丰富,还能增进食欲",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2034,
+ "Name": "萝卜炖排骨",
+ "DetailsPageName": "萝卜炖排骨·凡品",
+ "Type": 2,
+ "RelatedId": 34,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 180,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2034",
+ "Description": "精选兽肉中的排骨,再将白萝卜切成块,一起放入水中炖制而成",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2035,
+ "Name": "银耳羹",
+ "DetailsPageName": "银耳羹·凡品",
+ "Type": 2,
+ "RelatedId": 35,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 300,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2035",
+ "Description": "宫廷药膳,营养丰富。味道浓甜润滑,甘甜可口,具有护心、解毒、消食、养胃等功效",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2036,
+ "Name": "酱烧地芝",
+ "DetailsPageName": "酱烧地芝·凡品",
+ "Type": 2,
+ "RelatedId": 36,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2036",
+ "Description": "此菜酱香浓郁,甜、鲜、咸适度,很开胃下饭",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2037,
+ "Name": "冬瓜炖肉",
+ "DetailsPageName": "冬瓜炖肉·凡品",
+ "Type": 2,
+ "RelatedId": 37,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 140,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2037",
+ "Description": "冬瓜和兽肉一起炖得软烂,简简单单,回味无穷",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2038,
+ "Name": "狮子头",
+ "DetailsPageName": "狮子头·凡品",
+ "Type": 2,
+ "RelatedId": 38,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 200,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2038",
+ "Description": "将兽肉剁成肉末后加入淀粉,揉成球状烹制而成。形状如雄狮之头,所以称为“狮子头”",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2039,
+ "Name": "凤凰游",
+ "DetailsPageName": "凤凰游·凡品",
+ "Type": 2,
+ "RelatedId": 39,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 400,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2039",
+ "Description": "由鸡肉、竹荪、枸杞三种顶级食材烹制而成的一道菜,色香味俱全",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2040,
+ "Name": "南瓜煲",
+ "DetailsPageName": "南瓜煲·凡品",
+ "Type": 2,
+ "RelatedId": 40,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 260,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2040",
+ "Description": "被南瓜包裹住各种珍贵食材,将色、香、味融合的完美无缺",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2041,
+ "Name": "南瓜海鲜粥",
+ "DetailsPageName": "南瓜海鲜粥·凡品",
+ "Type": 2,
+ "RelatedId": 41,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 200,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2041",
+ "Description": "这道菜雅称黄金镶玉,味道浓郁,鲜嫩之余又有入口即化的口感",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2042,
+ "Name": "游龙汤",
+ "DetailsPageName": "游龙汤·凡品",
+ "Type": 2,
+ "RelatedId": 42,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 600,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2042",
+ "Description": "用太姥村特有的赤鳞鱼,再配上其他顶级食材烹制而成。美味绝品且极富营养",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2043,
+ "Name": "天耳肉",
+ "DetailsPageName": "天耳肉·凡品",
+ "Type": 2,
+ "RelatedId": 43,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 400,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2043",
+ "Description": "用顶级的食材秋木耳炒兽肉,味道清爽,香味扑鼻,极具营养",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2044,
+ "Name": "桃子",
+ "DetailsPageName": "桃子",
+ "Type": 2,
+ "RelatedId": 44,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 8,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2044",
+ "Description": "谷中最主要的水果。色泽红润,果肉多汁,可以用来送礼",
+ "GetMethod": "来源:桃树"
+ },
+ {
+ "Id": 2302,
+ "Name": "野菜汤",
+ "DetailsPageName": "野菜汤·精品",
+ "Type": 2,
+ "RelatedId": 203,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 24,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2002",
+ "Description": "由山间野菜粗制而成,汤汁苦涩甘甜,但可以充饥糊口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2303,
+ "Name": "兽肉汤",
+ "DetailsPageName": "兽肉汤·精品",
+ "Type": 2,
+ "RelatedId": 204,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 48,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2003",
+ "Description": "简单的汤品,用姜片作为辅料可以去除肉类的腥味",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2304,
+ "Name": "青菜面",
+ "DetailsPageName": "青菜面·精品",
+ "Type": 2,
+ "RelatedId": 205,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 48,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2004",
+ "Description": "由青菜和面条加水制作而成,清淡易饱",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2305,
+ "Name": "笋炒肉",
+ "DetailsPageName": "笋炒肉·精品",
+ "Type": 2,
+ "RelatedId": 206,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 72,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2005",
+ "Description": "由笋和肉制作而成的菜品,清脆香嫩",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2306,
+ "Name": "肉包子",
+ "DetailsPageName": "肉包子·精品",
+ "Type": 2,
+ "RelatedId": 207,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 144,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2006",
+ "Description": "由兽肉和面粉制作而成,做饭简单,香味扑鼻,饱腹感很强的食物",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2307,
+ "Name": "地仙炖肉",
+ "DetailsPageName": "地仙炖肉·精品",
+ "Type": 2,
+ "RelatedId": 208,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 288,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2007",
+ "Description": "由高级食材竹荪和木耳,再加上兽肉炖制而成,香滑入口,营养丰富",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2308,
+ "Name": "炒杂鱼",
+ "DetailsPageName": "炒杂鱼·精品",
+ "Type": 2,
+ "RelatedId": 209,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 144,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2008",
+ "Description": "鱼塘中捕获的不知名小鱼在锅中辅以酱油进行翻炒,表皮微焦,鲜嫩可口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2309,
+ "Name": "米饭",
+ "DetailsPageName": "米饭·精品",
+ "Type": 2,
+ "RelatedId": 210,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 72,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2009",
+ "Description": "由大米烹制而成,饱腹感极强,是百姓最主要的食物之一",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2310,
+ "Name": "蘑菇鸡汤",
+ "DetailsPageName": "蘑菇鸡汤·精品",
+ "Type": 2,
+ "RelatedId": 211,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 576,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2010",
+ "Description": "鸡汤以营养丰富和美味著称,经常用于滋补体弱多病的人,提升体质",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2311,
+ "Name": "鱼羹汤",
+ "DetailsPageName": "鱼羹汤·精品",
+ "Type": 2,
+ "RelatedId": 212,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 288,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2011",
+ "Description": "将蛋捣匀,加点清水蒸制而成。食材简单,但营养丰富",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2312,
+ "Name": "蛋炒饭",
+ "DetailsPageName": "蛋炒饭·精品",
+ "Type": 2,
+ "RelatedId": 213,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 240,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2012",
+ "Description": "香味浓郁,做法简单,而且营养丰富的菜品",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2313,
+ "Name": "煎豆腐",
+ "DetailsPageName": "煎豆腐·精品",
+ "Type": 2,
+ "RelatedId": 214,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2013",
+ "Description": "豆腐最常用的做法,做法简单,很下饭",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2314,
+ "Name": "翡翠白玉汤",
+ "DetailsPageName": "翡翠白玉汤·精品",
+ "Type": 2,
+ "RelatedId": 215,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 144,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2014",
+ "Description": "新鲜蔬菜和豆腐烹制而成的汤,不仅美味,而且外观如翡翠中镶着白玉",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2315,
+ "Name": "清蒸鱼",
+ "DetailsPageName": "清蒸鱼·精品",
+ "Type": 2,
+ "RelatedId": 216,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 192,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2015",
+ "Description": "保留着最自然的鱼香风味,味道鲜美,肉质洁白鲜嫩",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2317,
+ "Name": "笋菇腊肉",
+ "DetailsPageName": "笋菇腊肉·精品",
+ "Type": 2,
+ "RelatedId": 217,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 216,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2017",
+ "Description": "鲜嫩爽口的笋,加以香味浓郁的香菇炒腊肉,是口感,营养都不错的家常菜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2318,
+ "Name": "青龙蒸",
+ "DetailsPageName": "青龙蒸·精品",
+ "Type": 2,
+ "RelatedId": 218,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 336,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2018",
+ "Description": "原名木樨肉,味道清新、营养丰富、口味鲜美、口感丰富、老少咸宜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2319,
+ "Name": "麻婆豆腐",
+ "DetailsPageName": "麻婆豆腐·精品",
+ "Type": 2,
+ "RelatedId": 219,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 168,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2019",
+ "Description": "软嫩的豆腐加以花椒等配料烧制,麻辣的口感极大刺激人们的味蕾",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2320,
+ "Name": "炒白菜",
+ "DetailsPageName": "炒白菜·精品",
+ "Type": 2,
+ "RelatedId": 220,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 96,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2020",
+ "Description": "食材易得,做法简单,清爽可口的一道菜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2321,
+ "Name": "酸菜炒笋",
+ "DetailsPageName": "酸菜炒笋·精品",
+ "Type": 2,
+ "RelatedId": 221,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 144,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2021",
+ "Description": "清脆香嫩的笋尖,配上味道浓郁酸爽的酸菜。结果:再来一碗",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2322,
+ "Name": "豆浆",
+ "DetailsPageName": "豆浆·精品",
+ "Type": 2,
+ "RelatedId": 222,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 144,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2022",
+ "Description": "豆浆营养非常丰富,且易于消化吸收,老少皆宜",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2323,
+ "Name": "翡翠肉炒饭",
+ "DetailsPageName": "翡翠肉炒饭·精品",
+ "Type": 2,
+ "RelatedId": 223,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 288,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2023",
+ "Description": "在米中混合了盐、肉、菜进行蒸煮,不仅饱腹感强,而且营养丰富",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2324,
+ "Name": "酸菜鱼",
+ "DetailsPageName": "酸菜鱼·精品",
+ "Type": 2,
+ "RelatedId": 224,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 336,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2024",
+ "Description": "酸菜鱼以青鱼为主料,配以酸菜等食材煮制而成,口味酸辣可口,增加人的食欲",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2325,
+ "Name": "白菜炖肉",
+ "DetailsPageName": "白菜炖肉·精品",
+ "Type": 2,
+ "RelatedId": 225,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 288,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2025",
+ "Description": "兽肉的香味通过炖煮,完美的融入到白菜中,油而不腻,让人回味无穷",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2326,
+ "Name": "碧涧羹",
+ "DetailsPageName": "碧涧羹·精品",
+ "Type": 2,
+ "RelatedId": 226,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 480,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2026",
+ "Description": "取山涧中的泉水烹制新鲜的鲫鱼,再添些新鲜的蔬菜,熬制而成的汤,鲜美可口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2327,
+ "Name": "东坡肉",
+ "DetailsPageName": "东坡肉·精品",
+ "Type": 2,
+ "RelatedId": 227,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 384,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2027",
+ "Description": "以兽肉为主要食材炖制而成,薄皮嫩肉,色泽红亮,味道酥香美味,香糯而不腻口",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2328,
+ "Name": "三宝粥",
+ "DetailsPageName": "三宝粥·精品",
+ "Type": 2,
+ "RelatedId": 228,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 336,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2028",
+ "Description": "三宝粥用两种优质的食材和大米熬制而成,品色泽鲜艳、质软香甜、清香诱人、滑而不腻",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2329,
+ "Name": "糯米鸡",
+ "DetailsPageName": "糯米鸡·精品",
+ "Type": 2,
+ "RelatedId": 229,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 432,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2029",
+ "Description": "鸡肉的香味,融入到糯米中,香味浓郁,口感非常独特",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2330,
+ "Name": "酱萝卜",
+ "DetailsPageName": "酱萝卜·精品",
+ "Type": 2,
+ "RelatedId": 230,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 96,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2030",
+ "Description": "清脆爽口的开胃小菜,食材和做法都很简单",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2331,
+ "Name": "清蒸螃蟹",
+ "DetailsPageName": "清蒸螃蟹·精品",
+ "Type": 2,
+ "RelatedId": 231,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 384,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2031",
+ "Description": "蟹乃食中珍味,富有“一螃蟹,顶桌菜”的美誉,其蟹不但味美,且有不错的滋补作用",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2332,
+ "Name": "萝卜鲫鱼汤",
+ "DetailsPageName": "萝卜鲫鱼汤·精品",
+ "Type": 2,
+ "RelatedId": 232,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 288,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2032",
+ "Description": "清爽可口的萝卜,配上营养丰富的鲫鱼制作而成的汤,味道清甜且鲜美",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2333,
+ "Name": "萝卜肉卷",
+ "DetailsPageName": "萝卜肉卷·精品",
+ "Type": 2,
+ "RelatedId": 233,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 288,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2033",
+ "Description": "清甜爽口的萝卜,完美的化解了兽肉的油腻。不仅营养丰富,还能增进食欲",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2334,
+ "Name": "萝卜炖排骨",
+ "DetailsPageName": "萝卜炖排骨·精品",
+ "Type": 2,
+ "RelatedId": 234,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 432,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2034",
+ "Description": "精选兽肉中的排骨,再将白萝卜切成块,一起放入水中炖制而成",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2335,
+ "Name": "银耳羹",
+ "DetailsPageName": "银耳羹·精品",
+ "Type": 2,
+ "RelatedId": 235,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 720,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2035",
+ "Description": "宫廷药膳,营养丰富。味道浓甜润滑,甘甜可口,具有护心、解毒、消食、养胃等功效",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2336,
+ "Name": "酱烧地芝",
+ "DetailsPageName": "酱烧地芝·精品",
+ "Type": 2,
+ "RelatedId": 236,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 144,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2036",
+ "Description": "此菜酱香浓郁,甜、鲜、咸适度,很开胃下饭",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2337,
+ "Name": "冬瓜炖肉",
+ "DetailsPageName": "冬瓜炖肉·精品",
+ "Type": 2,
+ "RelatedId": 237,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 336,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2037",
+ "Description": "冬瓜和兽肉一起炖得软烂,简简单单,回味无穷",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2338,
+ "Name": "狮子头",
+ "DetailsPageName": "狮子头·精品",
+ "Type": 2,
+ "RelatedId": 238,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 480,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2038",
+ "Description": "将兽肉剁成肉末后加入淀粉,揉成球状烹制而成。形状如雄狮之头,所以称为“狮子头”",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2339,
+ "Name": "凤凰游",
+ "DetailsPageName": "凤凰游·精品",
+ "Type": 2,
+ "RelatedId": 239,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 960,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2039",
+ "Description": "由鸡肉、竹荪、枸杞三种顶级食材烹制而成的一道菜,色香味俱全",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2340,
+ "Name": "南瓜煲",
+ "DetailsPageName": "南瓜煲·精品",
+ "Type": 2,
+ "RelatedId": 240,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 624,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2040",
+ "Description": "被南瓜包裹住各种珍贵食材,将色、香、味融合的完美无缺",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2341,
+ "Name": "南瓜海鲜粥",
+ "DetailsPageName": "南瓜海鲜粥·精品",
+ "Type": 2,
+ "RelatedId": 241,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 480,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2041",
+ "Description": "这道菜雅称黄金镶玉,味道浓郁,鲜嫩之余又有入口即化的口感",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2342,
+ "Name": "游龙汤",
+ "DetailsPageName": "游龙汤·精品",
+ "Type": 2,
+ "RelatedId": 242,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 1440,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2042",
+ "Description": "用谷中特有的桃花鱼,再配上其他顶级食材烹制而成。美味绝品且极富营养",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 2343,
+ "Name": "天耳肉",
+ "DetailsPageName": "天耳肉·精品",
+ "Type": 2,
+ "RelatedId": 243,
+ "StockType": 1,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 960,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_2043",
+ "Description": "用顶级的食材秋木耳炒兽肉,味道清爽,香味扑鼻,极具营养",
+ "GetMethod": "来源:食物制作"
+ },
+ {
+ "Id": 3001,
+ "Name": "葛布春服",
+ "DetailsPageName": "葛布春服",
+ "Type": 3,
+ "RelatedId": 101,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3001",
+ "Description": "用葛布简单缝制的春衣,款式简单",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3002,
+ "Name": "亚麻春服",
+ "DetailsPageName": "亚麻春服",
+ "Type": 3,
+ "RelatedId": 102,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3002",
+ "Description": "由亚麻布制成的春衣,具有透气清爽、柔软舒适的特点",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3003,
+ "Name": "兽皮春服",
+ "DetailsPageName": "兽皮春服",
+ "Type": 3,
+ "RelatedId": 103,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3003",
+ "Description": "由野兽皮缝制加工而成的春服,有很好的御寒保暖特性",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3004,
+ "Name": "丝绸春服",
+ "DetailsPageName": "丝绸春服",
+ "Type": 3,
+ "RelatedId": 104,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 80,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3004",
+ "Description": "轻柔舒适的春衣,轻柔整洁",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3005,
+ "Name": "绫绸春服",
+ "DetailsPageName": "绫绸春服",
+ "Type": 3,
+ "RelatedId": 105,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 100,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3005",
+ "Description": "高级的绫绸制作的服饰,舒适干净整洁",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3006,
+ "Name": "蜀锦春服",
+ "DetailsPageName": "蜀锦春服",
+ "Type": 3,
+ "RelatedId": 106,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3006",
+ "Description": "由四大名锦之一的蜀锦制作而成的春服,不仅丝滑舒适,而且非常优美",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3007,
+ "Name": "云锦春服",
+ "DetailsPageName": "云锦春服",
+ "Type": 3,
+ "RelatedId": 107,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 150,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3007",
+ "Description": "由四大名锦之一的云锦制作而成的春服,轻柔、华丽,尊贵",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3008,
+ "Name": "葛布短袖",
+ "DetailsPageName": "葛布短袖",
+ "Type": 3,
+ "RelatedId": 201,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3008",
+ "Description": "用透气性强的葛布制成的短袖,通常在炎热的夏日穿着",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3009,
+ "Name": "亚麻短袖",
+ "DetailsPageName": "亚麻短袖",
+ "Type": 3,
+ "RelatedId": 202,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3009",
+ "Description": "有着易吸汗,易浸透的特点,被百姓常用来在夏日劳作时穿着",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3010,
+ "Name": "竹丝短袖",
+ "DetailsPageName": "竹丝短袖",
+ "Type": 3,
+ "RelatedId": 203,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3010",
+ "Description": "用细小竹丝制作而成,穿着后清爽无比,非常适合夏季使用",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3011,
+ "Name": "丝绸短袖",
+ "DetailsPageName": "丝绸短袖",
+ "Type": 3,
+ "RelatedId": 204,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 80,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3011",
+ "Description": "丝滑透气清凉的夏季短袖",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3012,
+ "Name": "绫绸短袖",
+ "DetailsPageName": "绫绸短袖",
+ "Type": 3,
+ "RelatedId": 205,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 100,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3012",
+ "Description": "散热效果极佳的短袖,得益于其使用的高级纱绸布料",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3013,
+ "Name": "蜀锦短袖",
+ "DetailsPageName": "蜀锦短袖",
+ "Type": 3,
+ "RelatedId": 206,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3013",
+ "Description": "由四大名锦之一的蜀锦制作而成的短袖,有很好的透气性,和清凉的触感",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3014,
+ "Name": "云锦短袖",
+ "DetailsPageName": "云锦短袖",
+ "Type": 3,
+ "RelatedId": 207,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 150,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3014",
+ "Description": "由四大名锦之一的云锦制作而成的短袖,有很好的透气性,和清凉的触感",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3015,
+ "Name": "葛布秋裳",
+ "DetailsPageName": "葛布秋裳",
+ "Type": 3,
+ "RelatedId": 301,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3015",
+ "Description": "葛布制成的简约秋裳,质感轻薄",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3016,
+ "Name": "亚麻秋裳",
+ "DetailsPageName": "亚麻秋裳",
+ "Type": 3,
+ "RelatedId": 302,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3016",
+ "Description": "经亚麻捻成线织就的粗布长袍,较为结实",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3017,
+ "Name": "兽皮秋裳",
+ "DetailsPageName": "兽皮秋裳",
+ "Type": 3,
+ "RelatedId": 303,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3017",
+ "Description": "简单缝制的毛皮质服饰,防风效果不错",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3018,
+ "Name": "丝绸秋裳",
+ "DetailsPageName": "丝绸秋裳",
+ "Type": 3,
+ "RelatedId": 304,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 80,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3018",
+ "Description": "用料精致,做工精细的秋季服饰",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3019,
+ "Name": "绫绸秋裳",
+ "DetailsPageName": "绫绸秋裳",
+ "Type": 3,
+ "RelatedId": 305,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 100,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3019",
+ "Description": "使用上好的绫绸做成的衣服,穿着十分舒适",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3020,
+ "Name": "蜀锦秋裳",
+ "DetailsPageName": "蜀锦秋裳",
+ "Type": 3,
+ "RelatedId": 306,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3020",
+ "Description": "由四大名锦之一的蜀锦和兽皮缝制而成,兽皮负责保暖,蜀锦负责舒适",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3021,
+ "Name": "云锦秋裳",
+ "DetailsPageName": "云锦秋裳",
+ "Type": 3,
+ "RelatedId": 307,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 150,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3021",
+ "Description": "由四大名锦之一的云锦和兽皮缝制而成,保暖舒适,让人精神愉悦",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3022,
+ "Name": "葛布冬袍",
+ "DetailsPageName": "葛布冬袍",
+ "Type": 3,
+ "RelatedId": 401,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3022",
+ "Description": "用葛布制作的冬季服饰,略显单薄",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3023,
+ "Name": "亚麻冬袍",
+ "DetailsPageName": "亚麻冬袍",
+ "Type": 3,
+ "RelatedId": 402,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 40,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3023",
+ "Description": "使用亚麻制作的冬季服饰,较为结实",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3024,
+ "Name": "兽皮冬袍",
+ "DetailsPageName": "兽皮冬袍",
+ "Type": 3,
+ "RelatedId": 403,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3024",
+ "Description": "野兽的皮毛制作而成的冬衣可以抵御严寒",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3025,
+ "Name": "丝皮冬袍",
+ "DetailsPageName": "丝皮冬袍",
+ "Type": 3,
+ "RelatedId": 404,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 80,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3025",
+ "Description": "由珍贵的动物毛皮缝制而成,衣着华丽且更为保暖",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3026,
+ "Name": "绫棉冬袍",
+ "DetailsPageName": "绫棉冬袍",
+ "Type": 3,
+ "RelatedId": 405,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 100,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3026",
+ "Description": "绫棉制作的冬衣不仅保暖性很好,而且非常舒适",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3027,
+ "Name": "蜀锦冬袍",
+ "DetailsPageName": "蜀锦冬袍",
+ "Type": 3,
+ "RelatedId": 406,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 120,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3027",
+ "Description": "由蜀锦和兽皮缝制的冬衣,有很好的御寒保暖效果",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3028,
+ "Name": "裘丝冬袍",
+ "DetailsPageName": "裘丝冬袍",
+ "Type": 3,
+ "RelatedId": 407,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 150,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3028",
+ "Description": "由珍贵的裘皮和云锦缝制而成,非常保暖,而且华丽",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3029,
+ "Name": "草衣",
+ "DetailsPageName": "草衣",
+ "Type": 3,
+ "RelatedId": 2001,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 10,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3029",
+ "Description": "简易的雨具,能削弱雨、雪或冰雹天气对村民健康的影响",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3030,
+ "Name": "蓑衣",
+ "DetailsPageName": "蓑衣",
+ "Type": 3,
+ "RelatedId": 2002,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 60,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3030",
+ "Description": "用不易腐烂的蓑草编织而成,能较大削弱雨、雪或冰雹天气对村民健康的影响",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 3031,
+ "Name": "油皮衣",
+ "DetailsPageName": "油皮衣",
+ "Type": 3,
+ "RelatedId": 2003,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 100,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_3031",
+ "Description": "使用蜡油处理后的纸制作而成的雨具,能极大削弱雨、雪或冰雹天气对村民健康的影响",
+ "GetMethod": "来源:衣服制作"
+ },
+ {
+ "Id": 4001,
+ "Name": "跌打散",
+ "DetailsPageName": "跌打散·凡品",
+ "Type": 4,
+ "RelatedId": 1,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4001",
+ "Description": "1级外伤药,服用后每10秒减少30点外伤,总共减少120点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4002,
+ "Name": "金创药",
+ "DetailsPageName": "金创药·凡品",
+ "Type": 4,
+ "RelatedId": 2,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4002",
+ "Description": "2级外伤药,服用后每10秒减少45点外伤,总共减少225点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4003,
+ "Name": "田七散",
+ "DetailsPageName": "田七散·凡品",
+ "Type": 4,
+ "RelatedId": 3,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4003",
+ "Description": "3级外伤药,服用后每10秒减少70点外伤,总共减少350点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4004,
+ "Name": "健骨散",
+ "DetailsPageName": "健骨散·凡品",
+ "Type": 4,
+ "RelatedId": 4,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4004",
+ "Description": "4级外伤药,服用后每10秒减少100点外伤,总共减少500点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4005,
+ "Name": "断续膏",
+ "DetailsPageName": "断续膏·凡品",
+ "Type": 4,
+ "RelatedId": 5,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4005",
+ "Description": "5级外伤药,服用后每10秒减少150点外伤,总共减少750点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4006,
+ "Name": "葛根汤",
+ "DetailsPageName": "葛根汤·凡品",
+ "Type": 4,
+ "RelatedId": 201,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4006",
+ "Description": "1级内疾药,服用后每30秒减少30点内疾,总共减少120点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4007,
+ "Name": "香蒲汤",
+ "DetailsPageName": "香蒲汤·凡品",
+ "Type": 4,
+ "RelatedId": 202,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4007",
+ "Description": "2级内疾药,服用后每30秒减少45点内疾,总共减少225点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4008,
+ "Name": "白虎汤",
+ "DetailsPageName": "白虎汤·凡品",
+ "Type": 4,
+ "RelatedId": 203,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4008",
+ "Description": "3级内疾药,服用后每30秒减少70点内疾,总共减少350点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4009,
+ "Name": "独活汤",
+ "DetailsPageName": "独活汤·凡品",
+ "Type": 4,
+ "RelatedId": 204,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4009",
+ "Description": "4级内疾药,服用后每30秒减少90点内疾,总共减少540点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4010,
+ "Name": "回神汤",
+ "DetailsPageName": "回神汤·凡品",
+ "Type": 4,
+ "RelatedId": 205,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4010",
+ "Description": "5级内疾药,服用后每30秒减少120点内疾,总共减少720点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4101,
+ "Name": "跌打散",
+ "DetailsPageName": "跌打散·精品",
+ "Type": 4,
+ "RelatedId": 11,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4001",
+ "Description": "1级外伤药,服用后每5秒减少40点外伤,总共减少160点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4102,
+ "Name": "金创药",
+ "DetailsPageName": "金创药·精品",
+ "Type": 4,
+ "RelatedId": 12,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4002",
+ "Description": "2级外伤药,服用后每5秒减少55点外伤,总共减少275点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4103,
+ "Name": "田七散",
+ "DetailsPageName": "田七散·精品",
+ "Type": 4,
+ "RelatedId": 13,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4003",
+ "Description": "3级外伤药,服用后每5秒减少85点外伤,总共减少425点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4104,
+ "Name": "健骨散",
+ "DetailsPageName": "健骨散·精品",
+ "Type": 4,
+ "RelatedId": 14,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4004",
+ "Description": "4级外伤药,服用后每5秒减少120点外伤,总共减少600点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4105,
+ "Name": "断续膏",
+ "DetailsPageName": "断续膏·精品",
+ "Type": 4,
+ "RelatedId": 15,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4005",
+ "Description": "5级外伤药,服用后每5秒减少180点外伤,总共减少900点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4106,
+ "Name": "葛根汤",
+ "DetailsPageName": "葛根汤·精品",
+ "Type": 4,
+ "RelatedId": 211,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4006",
+ "Description": "1级内疾药,服用后每40秒减少40点内疾,总共减少160点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4107,
+ "Name": "香蒲汤",
+ "DetailsPageName": "香蒲汤·精品",
+ "Type": 4,
+ "RelatedId": 212,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4007",
+ "Description": "2级内疾药,服用后每30秒减少55点内疾,总共减少275点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4108,
+ "Name": "白虎汤",
+ "DetailsPageName": "白虎汤·精品",
+ "Type": 4,
+ "RelatedId": 213,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4008",
+ "Description": "3级内疾药,服用后每30秒减少85点内疾,总共减少425点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4109,
+ "Name": "独活汤",
+ "DetailsPageName": "独活汤·精品",
+ "Type": 4,
+ "RelatedId": 214,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4009",
+ "Description": "4级内疾药,服用后每30秒减少120点内疾,总共减少720点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4110,
+ "Name": "回神汤",
+ "DetailsPageName": "回神汤·精品",
+ "Type": 4,
+ "RelatedId": 215,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4010",
+ "Description": "5级内疾药,服用后每30秒减少180点内疾,总共减少900点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4150,
+ "Name": "七品生命丹",
+ "DetailsPageName": "七品生命丹",
+ "Type": 4,
+ "RelatedId": 301,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4150",
+ "Description": "勇士服用的丹药,永久提升50点生命上限,每个勇士只能服用20颗",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4151,
+ "Name": "七品防御丹",
+ "DetailsPageName": "七品防御丹",
+ "Type": 4,
+ "RelatedId": 302,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4151",
+ "Description": "勇士服用的丹药,永久提升10点防御,每个勇士只能服用20颗",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4152,
+ "Name": "七品攻击丹",
+ "DetailsPageName": "七品攻击丹",
+ "Type": 4,
+ "RelatedId": 303,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4152",
+ "Description": "勇士服用的丹药,永久提升10点攻击,每个勇士只能服用20颗",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4153,
+ "Name": "七品寿命丹",
+ "DetailsPageName": "七品寿命丹",
+ "Type": 4,
+ "RelatedId": 304,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4153",
+ "Description": "村民服用的丹药,服用后寿命永久+1,每个村民只能服用3颗",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4154,
+ "Name": "七品劳力丹",
+ "DetailsPageName": "七品劳力丹",
+ "Type": 4,
+ "RelatedId": 305,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4154",
+ "Description": "村民服用的丹药,服用后劳力永久+1,每个村民只能服用3颗",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4155,
+ "Name": "七品智慧丹",
+ "DetailsPageName": "七品智慧丹",
+ "Type": 4,
+ "RelatedId": 306,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4155",
+ "Description": "村民服用的丹药,服用后智慧永久+1,每个村民只能服用3颗",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4201,
+ "Name": "七品回血丹",
+ "DetailsPageName": "七品回血丹",
+ "Type": 4,
+ "RelatedId": 401,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4201",
+ "Description": "服用后立即恢复20点生命值,之后每3秒恢复20点,总共恢复220点",
+ "GetMethod": "来源:药品合成"
+ },
+ {
+ "Id": 4202,
+ "Name": "六品回血丹",
+ "DetailsPageName": "六品回血丹",
+ "Type": 4,
+ "RelatedId": 402,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4202",
+ "Description": "服用后立即恢复40点生命值,之后每3秒恢复20点,总共恢复440点",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4203,
+ "Name": "五品回血丹",
+ "DetailsPageName": "五品回血丹",
+ "Type": 4,
+ "RelatedId": 403,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4203",
+ "Description": "服用后立即恢复80点生命值,之后每3秒恢复20点,总共恢复880点",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4204,
+ "Name": "四品回血丹",
+ "DetailsPageName": "四品回血丹",
+ "Type": 4,
+ "RelatedId": 404,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4204",
+ "Description": "服用后立即恢复120点生命值,之后每3秒恢复120点,总共恢复1320点",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4205,
+ "Name": "三品回血丹",
+ "DetailsPageName": "三品回血丹",
+ "Type": 4,
+ "RelatedId": 405,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4205",
+ "Description": "服用后立即恢复180点生命值,之后每3秒恢复180点,总共恢复1980点",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4206,
+ "Name": "二品回血丹",
+ "DetailsPageName": "二品回血丹",
+ "Type": 4,
+ "RelatedId": 406,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4206",
+ "Description": "服用后立即恢复240点生命值,之后每3秒恢复240点,总共恢复2640点",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 4207,
+ "Name": "一品回血丹",
+ "DetailsPageName": "一品回血丹",
+ "Type": 4,
+ "RelatedId": 407,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_4207",
+ "Description": "服用后立即恢复300点生命值,之后每3秒恢复300点,总共恢复3300点",
+ "GetMethod": "来源:神秘商人,活动"
+ },
+ {
+ "Id": 5001,
+ "Name": "木鸟",
+ "DetailsPageName": "木鸟",
+ "Type": 5,
+ "RelatedId": 1,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_5001",
+ "Description": "雕琢精细,形态生动优美的木鸟。可当做玩具,也可以卖给货郎换点铜钱",
+ "GetMethod": "来源:村民佩戴小刀制作"
+ },
+ {
+ "Id": 5002,
+ "Name": "小刀",
+ "DetailsPageName": "小刀",
+ "Type": 5,
+ "RelatedId": 3001,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_5002",
+ "Description": "一把精致的小刀",
+ "GetMethod": "来源:小物件合成"
+ },
+ {
+ "Id": 5003,
+ "Name": "竹笛",
+ "DetailsPageName": "竹笛",
+ "Type": 5,
+ "RelatedId": 3002,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": true,
+ "Favorability": 20,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_5003",
+ "Description": "一把小巧可爱的笛子,应该能吹出不错的笛声",
+ "GetMethod": "来源:小物件合成"
+ },
+ {
+ "Id": 6001,
+ "Name": "采集(上)",
+ "DetailsPageName": "采集(上)",
+ "Type": 6,
+ "RelatedId": 1,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6001",
+ "Description": "记录采集技巧技能书,学习后可掌握采集技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6002,
+ "Name": "采集(中)",
+ "DetailsPageName": "采集(中)",
+ "Type": 6,
+ "RelatedId": 2,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6002",
+ "Description": "记录采集技巧技能书,学习后可提升采集技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6003,
+ "Name": "采集(下)",
+ "DetailsPageName": "采集(下)",
+ "Type": 6,
+ "RelatedId": 3,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6003",
+ "Description": "记录采集技巧技能书,学习后可精进采集技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6004,
+ "Name": "伐木(上)",
+ "DetailsPageName": "伐木(上)",
+ "Type": 6,
+ "RelatedId": 4,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6004",
+ "Description": "记录砍伐技巧技能书,学习后可掌握砍伐技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6005,
+ "Name": "伐木(中)",
+ "DetailsPageName": "伐木(中)",
+ "Type": 6,
+ "RelatedId": 5,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6005",
+ "Description": "记录砍伐技巧技能书,学习后可提升砍伐技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6006,
+ "Name": "伐木(下)",
+ "DetailsPageName": "伐木(下)",
+ "Type": 6,
+ "RelatedId": 6,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6006",
+ "Description": "记录砍伐技巧技能书,学习后可精进砍伐技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6007,
+ "Name": "农务(上)",
+ "DetailsPageName": "农务(上)",
+ "Type": 6,
+ "RelatedId": 7,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6007",
+ "Description": "记录务农技巧的技能书,学习后可掌握农活技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6008,
+ "Name": "农务(中)",
+ "DetailsPageName": "农务(中)",
+ "Type": 6,
+ "RelatedId": 8,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6008",
+ "Description": "记录务农技巧的技能书,学习后可提升农活技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6009,
+ "Name": "农务(下)",
+ "DetailsPageName": "农务(下)",
+ "Type": 6,
+ "RelatedId": 9,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6009",
+ "Description": "记录务农技巧的技能书,学习后可精进农活技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6010,
+ "Name": "挖掘(上)",
+ "DetailsPageName": "挖掘(上)",
+ "Type": 6,
+ "RelatedId": 10,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6010",
+ "Description": "记录挖掘技巧的技能书,学习后可掌握挖掘技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6011,
+ "Name": "建造(上)",
+ "DetailsPageName": "建造(上)",
+ "Type": 6,
+ "RelatedId": 11,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6011",
+ "Description": "记录建造技巧的技能书,学习后可掌握建造技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6012,
+ "Name": "巧匠",
+ "DetailsPageName": "巧匠",
+ "Type": 6,
+ "RelatedId": 12,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6012",
+ "Description": "记录劳作技巧的技能书,学习后可掌握劳作技能",
+ "GetMethod": "来源:食为天活动"
+ },
+ {
+ "Id": 6013,
+ "Name": "万象",
+ "DetailsPageName": "万象",
+ "Type": 6,
+ "RelatedId": 13,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6013",
+ "Description": "包罗万象的书籍,学习后可以提升村民的智慧",
+ "GetMethod": "来源:食为天活动"
+ },
+ {
+ "Id": 6014,
+ "Name": "建造(中)",
+ "DetailsPageName": "建造(中)",
+ "Type": 6,
+ "RelatedId": 14,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6011",
+ "Description": "记录建造技巧的技能书,学习后可提升建造技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6015,
+ "Name": "建造(下)",
+ "DetailsPageName": "建造(下)",
+ "Type": 6,
+ "RelatedId": 15,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6011",
+ "Description": "记录建造技巧的技能书,学习后可精进建造技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6016,
+ "Name": "挖掘(中)",
+ "DetailsPageName": "挖掘(中)",
+ "Type": 6,
+ "RelatedId": 16,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6010",
+ "Description": "记录挖掘技巧的技能书,学习后可提升挖掘技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 6017,
+ "Name": "挖掘(下)",
+ "DetailsPageName": "挖掘(下)",
+ "Type": 6,
+ "RelatedId": 17,
+ "StockType": 7,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_6010",
+ "Description": "记录挖掘技巧的技能书,学习后可精进挖掘技能",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7002,
+ "Name": "地仙炖肉",
+ "DetailsPageName": "食谱:地仙炖肉",
+ "Type": 7,
+ "RelatedId": 3,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7002",
+ "Description": "配方图纸,使用后可解锁制作木须肉的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7004,
+ "Name": "酸菜鱼",
+ "DetailsPageName": "食谱:酸菜鱼",
+ "Type": 7,
+ "RelatedId": 5,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7004",
+ "Description": "配方图纸,使用后可解锁制作酸菜鱼的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7005,
+ "Name": "鱼羹汤",
+ "DetailsPageName": "食谱:鱼羹汤",
+ "Type": 7,
+ "RelatedId": 6,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7005",
+ "Description": "配方图纸,使用后可解锁制作鱼羹汤的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7007,
+ "Name": "麻婆豆腐",
+ "DetailsPageName": "食谱:麻婆豆腐",
+ "Type": 7,
+ "RelatedId": 8,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7007",
+ "Description": "配方图纸,使用后可解锁制作麻婆豆腐的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7008,
+ "Name": "东坡肉",
+ "DetailsPageName": "食谱:东坡肉",
+ "Type": 7,
+ "RelatedId": 9,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7008",
+ "Description": "配方图纸,使用后可解锁制作东坡肉的配方",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7010,
+ "Name": "萝卜肉卷",
+ "DetailsPageName": "食谱:萝卜肉卷",
+ "Type": 7,
+ "RelatedId": 11,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7010",
+ "Description": "配方图纸,使用后可解锁制作萝卜肉卷的配方",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7011,
+ "Name": "冬瓜炖肉",
+ "DetailsPageName": "食谱:冬瓜炖肉",
+ "Type": 7,
+ "RelatedId": 12,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7011",
+ "Description": "配方图纸,使用后可解锁制作冬瓜炖肉的配方",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7012,
+ "Name": "狮子头",
+ "DetailsPageName": "食谱:狮子头",
+ "Type": 7,
+ "RelatedId": 13,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7012",
+ "Description": "配方图纸,使用后可解锁制作狮子头的配方",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7013,
+ "Name": "南瓜海鲜粥",
+ "DetailsPageName": "食谱:南瓜海鲜粥",
+ "Type": 7,
+ "RelatedId": 14,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7013",
+ "Description": "配方图纸,使用后可解锁制作南瓜海鲜粥的配方",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7014,
+ "Name": "肉包子",
+ "DetailsPageName": "食谱:肉包子",
+ "Type": 7,
+ "RelatedId": 15,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7014",
+ "Description": "配方图纸,使用后可解锁制作肉包子的配方",
+ "GetMethod": "来源:累计充值"
+ },
+ {
+ "Id": 7016,
+ "Name": "天耳肉",
+ "DetailsPageName": "食谱:天耳肉",
+ "Type": 7,
+ "RelatedId": 17,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7016",
+ "Description": "配方图纸,使用后可解锁制作天耳肉的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7017,
+ "Name": "糯米鸡",
+ "DetailsPageName": "食谱:糯米鸡",
+ "Type": 7,
+ "RelatedId": 18,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7017",
+ "Description": "配方图纸,使用后可解锁制作糯米鸡的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7019,
+ "Name": "银耳羹",
+ "DetailsPageName": "食谱:银耳羹",
+ "Type": 7,
+ "RelatedId": 20,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7019",
+ "Description": "配方图纸,使用后可解锁制作银耳羹的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7020,
+ "Name": "凤凰游",
+ "DetailsPageName": "食谱:凤凰游",
+ "Type": 7,
+ "RelatedId": 21,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7020",
+ "Description": "配方图纸,使用后可解锁制作凤凰游的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7021,
+ "Name": "游龙汤",
+ "DetailsPageName": "食谱:游龙汤",
+ "Type": 7,
+ "RelatedId": 22,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7021",
+ "Description": "配方图纸,使用后可解锁制作游龙汤的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7022,
+ "Name": "蛋炒饭",
+ "DetailsPageName": "食谱:蛋炒饭",
+ "Type": 7,
+ "RelatedId": 23,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7022",
+ "Description": "配方图纸,使用后可解锁制作蛋炒饭的配方",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7023,
+ "Name": "青龙蒸",
+ "DetailsPageName": "食谱:青龙蒸",
+ "Type": 7,
+ "RelatedId": 24,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7023",
+ "Description": "配方图纸,使用后可解锁制作青龙蒸的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7024,
+ "Name": "萝卜炖排骨",
+ "DetailsPageName": "食谱:萝卜炖排骨",
+ "Type": 7,
+ "RelatedId": 25,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7024",
+ "Description": "配方图纸,使用后可解锁制作萝卜炖排骨的配方",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7025,
+ "Name": "清蒸螃蟹",
+ "DetailsPageName": "食谱:清蒸螃蟹",
+ "Type": 7,
+ "RelatedId": 26,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7025",
+ "Description": "配方图纸,使用后可解锁制作清蒸螃蟹的配方",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7026,
+ "Name": "白菜炖肉",
+ "DetailsPageName": "食谱:白菜炖肉",
+ "Type": 7,
+ "RelatedId": 27,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7026",
+ "Description": "配方图纸,使用后可解锁制作清蒸螃蟹的配方",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7027,
+ "Name": "野菜汤",
+ "DetailsPageName": "精品:野菜汤",
+ "Type": 7,
+ "RelatedId": 100,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7027",
+ "Description": "精品野菜汤食谱,使用后学会制作精品野菜汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7028,
+ "Name": "兽肉汤",
+ "DetailsPageName": "精品:兽肉汤",
+ "Type": 7,
+ "RelatedId": 101,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7028",
+ "Description": "精品兽肉汤食谱,使用后学会制作精品兽肉汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7029,
+ "Name": "青菜面",
+ "DetailsPageName": "精品:青菜面",
+ "Type": 7,
+ "RelatedId": 102,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7029",
+ "Description": "精品青菜面食谱,使用后学会制作精品青菜面",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7030,
+ "Name": "笋炒肉",
+ "DetailsPageName": "精品:笋炒肉",
+ "Type": 7,
+ "RelatedId": 103,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7030",
+ "Description": "精品笋炒肉食谱,使用后学会制作精品笋炒肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7032,
+ "Name": "地仙炖肉",
+ "DetailsPageName": "精品:地仙炖肉",
+ "Type": 7,
+ "RelatedId": 105,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7032",
+ "Description": "精品地仙炖肉食谱,使用后学会制作精品地仙炖肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7033,
+ "Name": "炒杂鱼",
+ "DetailsPageName": "精品:炒杂鱼",
+ "Type": 7,
+ "RelatedId": 106,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7033",
+ "Description": "精品炒杂鱼食谱,使用后学会制作精品炒杂鱼",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7034,
+ "Name": "米饭",
+ "DetailsPageName": "精品:米饭",
+ "Type": 7,
+ "RelatedId": 107,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7034",
+ "Description": "精品米饭食谱,使用后学会制作精品米饭",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7035,
+ "Name": "蘑菇鸡汤",
+ "DetailsPageName": "精品:蘑菇鸡汤",
+ "Type": 7,
+ "RelatedId": 108,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7035",
+ "Description": "精品蘑菇鸡汤食谱,使用后学会制作精品蘑菇鸡汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7036,
+ "Name": "鱼羹汤",
+ "DetailsPageName": "精品:鱼羹汤",
+ "Type": 7,
+ "RelatedId": 109,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7036",
+ "Description": "精品鱼羹汤食谱,使用后学会制作精品鱼羹汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7037,
+ "Name": "蛋炒饭",
+ "DetailsPageName": "精品:蛋炒饭",
+ "Type": 7,
+ "RelatedId": 110,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7037",
+ "Description": "精品蛋炒饭食谱,使用后学会制作精品蛋炒饭",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7038,
+ "Name": "煎豆腐",
+ "DetailsPageName": "精品:煎豆腐",
+ "Type": 7,
+ "RelatedId": 111,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7038",
+ "Description": "精品煎豆腐食谱,使用后学会制作精品煎豆腐",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7039,
+ "Name": "翡翠白玉汤",
+ "DetailsPageName": "精品:翡翠白玉汤",
+ "Type": 7,
+ "RelatedId": 112,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7039",
+ "Description": "精品翡翠白玉汤食谱,使用后学会制作精品翡翠白玉汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7040,
+ "Name": "清蒸鱼",
+ "DetailsPageName": "精品:清蒸鱼",
+ "Type": 7,
+ "RelatedId": 113,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7040",
+ "Description": "精品清蒸鱼食谱,使用后学会制作精品清蒸鱼",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7042,
+ "Name": "笋菇腊肉",
+ "DetailsPageName": "精品:笋菇腊肉",
+ "Type": 7,
+ "RelatedId": 115,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7042",
+ "Description": "精品笋菇腊肉食谱,使用后学会制作精品笋菇腊肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7043,
+ "Name": "青龙蒸",
+ "DetailsPageName": "精品:青龙蒸",
+ "Type": 7,
+ "RelatedId": 116,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7043",
+ "Description": "精品青龙蒸食谱,使用后学会制作精品青龙蒸",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7044,
+ "Name": "麻婆豆腐",
+ "DetailsPageName": "精品:麻婆豆腐",
+ "Type": 7,
+ "RelatedId": 117,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7044",
+ "Description": "精品麻婆豆腐食谱,使用后学会制作精品麻婆豆腐",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7045,
+ "Name": "炒白菜",
+ "DetailsPageName": "精品:炒白菜",
+ "Type": 7,
+ "RelatedId": 118,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7045",
+ "Description": "精品炒白菜食谱,使用后学会制作精品炒白菜",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7046,
+ "Name": "酸菜炒笋",
+ "DetailsPageName": "精品:酸菜炒笋",
+ "Type": 7,
+ "RelatedId": 119,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7046",
+ "Description": "精品酸菜炒笋食谱,使用后学会制作精品酸菜炒笋",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7047,
+ "Name": "豆浆",
+ "DetailsPageName": "精品:豆浆",
+ "Type": 7,
+ "RelatedId": 120,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7047",
+ "Description": "精品豆浆食谱,使用后学会制作精品豆浆",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7048,
+ "Name": "翡翠肉炒饭",
+ "DetailsPageName": "精品:翡翠肉炒饭",
+ "Type": 7,
+ "RelatedId": 121,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7048",
+ "Description": "精品翡翠肉炒饭食谱,使用后学会制作精品翡翠肉炒饭",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7049,
+ "Name": "酸菜鱼",
+ "DetailsPageName": "精品:酸菜鱼",
+ "Type": 7,
+ "RelatedId": 122,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7049",
+ "Description": "精品酸菜鱼食谱,使用后学会制作精品酸菜鱼",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7050,
+ "Name": "白菜炖肉",
+ "DetailsPageName": "精品:白菜炖肉",
+ "Type": 7,
+ "RelatedId": 123,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7050",
+ "Description": "精品白菜炖肉食谱,使用后学会制作精品白菜炖肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7051,
+ "Name": "碧涧羹",
+ "DetailsPageName": "精品:碧涧羹",
+ "Type": 7,
+ "RelatedId": 124,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7051",
+ "Description": "精品碧涧羹食谱,使用后学会制作精品碧涧羹",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7052,
+ "Name": "东坡肉",
+ "DetailsPageName": "精品:东坡肉",
+ "Type": 7,
+ "RelatedId": 125,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7052",
+ "Description": "精品东坡肉食谱,使用后学会制作精品东坡肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7053,
+ "Name": "三宝粥",
+ "DetailsPageName": "精品:三宝粥",
+ "Type": 7,
+ "RelatedId": 126,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7053",
+ "Description": "精品三宝粥食谱,使用后学会制作精品三宝粥",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7054,
+ "Name": "糯米鸡",
+ "DetailsPageName": "精品:糯米鸡",
+ "Type": 7,
+ "RelatedId": 127,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7054",
+ "Description": "精品糯米鸡食谱,使用后学会制作精品糯米鸡",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7055,
+ "Name": "酱萝卜",
+ "DetailsPageName": "精品:酱萝卜",
+ "Type": 7,
+ "RelatedId": 128,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7055",
+ "Description": "精品酱萝卜食谱,使用后学会制作精品酱萝卜",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7056,
+ "Name": "清蒸螃蟹",
+ "DetailsPageName": "精品:清蒸螃蟹",
+ "Type": 7,
+ "RelatedId": 129,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7056",
+ "Description": "精品清蒸螃蟹食谱,使用后学会制作精品清蒸螃蟹",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7057,
+ "Name": "萝卜鲫鱼汤",
+ "DetailsPageName": "精品:萝卜鲫鱼汤",
+ "Type": 7,
+ "RelatedId": 130,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7057",
+ "Description": "精品萝卜鲫鱼汤食谱,使用后学会制作精品萝卜鲫鱼汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7058,
+ "Name": "萝卜肉卷",
+ "DetailsPageName": "精品:萝卜肉卷",
+ "Type": 7,
+ "RelatedId": 131,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7058",
+ "Description": "精品萝卜肉卷食谱,使用后学会制作精品萝卜肉卷",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7059,
+ "Name": "萝卜炖排骨",
+ "DetailsPageName": "精品:萝卜炖排骨",
+ "Type": 7,
+ "RelatedId": 132,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7059",
+ "Description": "精品萝卜炖排骨食谱,使用后学会制作精品萝卜炖排骨",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7060,
+ "Name": "银耳羹",
+ "DetailsPageName": "精品:银耳羹",
+ "Type": 7,
+ "RelatedId": 133,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7060",
+ "Description": "精品银耳羹食谱,使用后学会制作精品银耳羹",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7061,
+ "Name": "酱烧地芝",
+ "DetailsPageName": "精品:酱烧地芝",
+ "Type": 7,
+ "RelatedId": 134,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7061",
+ "Description": "精品酱烧地芝食谱,使用后学会制作精品酱烧地芝",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7062,
+ "Name": "冬瓜炖肉",
+ "DetailsPageName": "精品:冬瓜炖肉",
+ "Type": 7,
+ "RelatedId": 135,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7062",
+ "Description": "精品冬瓜炖肉食谱,使用后学会制作精品冬瓜炖肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7063,
+ "Name": "狮子头",
+ "DetailsPageName": "精品:狮子头",
+ "Type": 7,
+ "RelatedId": 136,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7063",
+ "Description": "精品狮子头食谱,使用后学会制作精品狮子头",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7064,
+ "Name": "凤凰游",
+ "DetailsPageName": "精品:凤凰游",
+ "Type": 7,
+ "RelatedId": 137,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7064",
+ "Description": "精品凤凰游食谱,使用后学会制作精品凤凰游",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7065,
+ "Name": "南瓜煲",
+ "DetailsPageName": "精品:南瓜煲",
+ "Type": 7,
+ "RelatedId": 138,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7065",
+ "Description": "精品南瓜煲食谱,使用后学会制作精品南瓜煲",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7066,
+ "Name": "南瓜海鲜粥",
+ "DetailsPageName": "精品:南瓜海鲜粥",
+ "Type": 7,
+ "RelatedId": 139,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7066",
+ "Description": "精品南瓜海鲜粥食谱,使用后学会制作精品南瓜海鲜粥",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7067,
+ "Name": "游龙汤",
+ "DetailsPageName": "精品:游龙汤",
+ "Type": 7,
+ "RelatedId": 140,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7067",
+ "Description": "精品游龙汤食谱,使用后学会制作精品游龙汤",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7068,
+ "Name": "天耳肉",
+ "DetailsPageName": "精品:天耳肉",
+ "Type": 7,
+ "RelatedId": 141,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7068",
+ "Description": "精品天耳肉食谱,使用后学会制作精品天耳肉",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7102,
+ "Name": "客房·1级",
+ "DetailsPageName": "图纸:客房·1级",
+ "Type": 7,
+ "RelatedId": 203,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7102",
+ "Description": "建筑图纸,使用后可以在山谷中建造客房·1级",
+ "GetMethod": "来源:一元商店"
+ },
+ {
+ "Id": 7110,
+ "Name": "天工院·2级",
+ "DetailsPageName": "图纸:天工院·2级",
+ "Type": 7,
+ "RelatedId": 211,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7110",
+ "Description": "建筑图纸,使用后可以在山谷中建造天工院·2级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7111,
+ "Name": "八阵图·1级",
+ "DetailsPageName": "图纸:八阵图·1级",
+ "Type": 7,
+ "RelatedId": 212,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7111",
+ "Description": "建筑图纸,使用后可以在山谷中建造八阵图·1级",
+ "GetMethod": "来源:累计充值"
+ },
+ {
+ "Id": 7112,
+ "Name": "浆果园·1级",
+ "DetailsPageName": "图纸:浆果园·1级",
+ "Type": 7,
+ "RelatedId": 213,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7112",
+ "Description": "建筑图纸,使用后可以在山谷中建造浆果园·1级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7114,
+ "Name": "木瓦房·2级",
+ "DetailsPageName": "图纸:木瓦房·2级",
+ "Type": 7,
+ "RelatedId": 215,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7114",
+ "Description": "建筑图纸,使用后可以在山谷中建造木瓦房·2级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7116,
+ "Name": "布庄·1级",
+ "DetailsPageName": "图纸:布庄·1级",
+ "Type": 7,
+ "RelatedId": 217,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7116",
+ "Description": "建筑图纸,使用后可以在山谷中建造布庄·1级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7117,
+ "Name": "野菜园·1级",
+ "DetailsPageName": "图纸:野菜园·1级",
+ "Type": 7,
+ "RelatedId": 218,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7117",
+ "Description": "建筑图纸,使用后可以在山谷中建造野菜园·1级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7120,
+ "Name": "石瓦房·1级",
+ "DetailsPageName": "图纸:石瓦房·1级",
+ "Type": 7,
+ "RelatedId": 221,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7120",
+ "Description": "建筑图纸,使用后可以在山谷中建造石瓦房·1级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7121,
+ "Name": "茶楼·1级",
+ "DetailsPageName": "图纸:茶楼·1级",
+ "Type": 7,
+ "RelatedId": 222,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7121",
+ "Description": "建筑图纸,使用后可以在山谷中建造茶楼·1级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7126,
+ "Name": "酒楼·1级",
+ "DetailsPageName": "图纸:酒楼·1级",
+ "Type": 7,
+ "RelatedId": 227,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7126",
+ "Description": "建筑图纸,使用后可以在山谷中建造酒楼·1级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7128,
+ "Name": "宗庙·1级",
+ "DetailsPageName": "图纸:宗庙·1级",
+ "Type": 7,
+ "RelatedId": 229,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7128",
+ "Description": "建筑图纸,使用后可以在山谷中建造宗庙·1级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7130,
+ "Name": "桃源殿·1级",
+ "DetailsPageName": "图纸:桃源殿·1级",
+ "Type": 7,
+ "RelatedId": 231,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7130",
+ "Description": "建筑图纸,使用后可以在山谷中建造桃源殿·1级",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7132,
+ "Name": "绫绸春服",
+ "DetailsPageName": "配方:绫绸春服",
+ "Type": 7,
+ "RelatedId": 253,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7132",
+ "Description": "配方图纸,使用后可解锁制作裘丝冬袍",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7133,
+ "Name": "云锦春服",
+ "DetailsPageName": "配方:云锦春服",
+ "Type": 7,
+ "RelatedId": 254,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7133",
+ "Description": "配方图纸,使用后可解锁制作云锦春服",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7134,
+ "Name": "绫绸短袖",
+ "DetailsPageName": "配方:绫绸短袖",
+ "Type": 7,
+ "RelatedId": 255,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7134",
+ "Description": "配方图纸,使用后可解锁制作绫绸短袖",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7135,
+ "Name": "云锦短袖",
+ "DetailsPageName": "配方:云锦短袖",
+ "Type": 7,
+ "RelatedId": 256,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7135",
+ "Description": "配方图纸,使用后可解锁制作云锦短袖",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7136,
+ "Name": "绫绸秋裳",
+ "DetailsPageName": "配方:绫绸秋裳",
+ "Type": 7,
+ "RelatedId": 257,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7136",
+ "Description": "配方图纸,使用后可解锁制作绫绸秋裳",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7137,
+ "Name": "云锦秋裳",
+ "DetailsPageName": "配方:云锦秋裳",
+ "Type": 7,
+ "RelatedId": 258,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7137",
+ "Description": "配方图纸,使用后可解锁制作云锦秋裳",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7138,
+ "Name": "绫棉冬袍",
+ "DetailsPageName": "配方:绫棉冬袍",
+ "Type": 7,
+ "RelatedId": 259,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7138",
+ "Description": "配方图纸,使用后可解锁制作绫棉冬袍",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7139,
+ "Name": "裘丝冬袍",
+ "DetailsPageName": "配方:裘丝冬袍",
+ "Type": 7,
+ "RelatedId": 260,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7139",
+ "Description": "配方图纸,使用后可解锁制作裘丝冬袍",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7140,
+ "Name": "天工院·1级",
+ "DetailsPageName": "图纸:天工院·1级",
+ "Type": 7,
+ "RelatedId": 234,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7140",
+ "Description": "建筑图纸,使用后可以在山谷中建造天工院·1级",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7141,
+ "Name": "装备坊·3级",
+ "DetailsPageName": "图纸:装备坊·3级",
+ "Type": 7,
+ "RelatedId": 236,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7141",
+ "Description": "建筑图纸,使用后可以在山谷中建造装备坊·3级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7142,
+ "Name": "装备坊·4级",
+ "DetailsPageName": "图纸:装备坊·4级",
+ "Type": 7,
+ "RelatedId": 237,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7142",
+ "Description": "建筑图纸,使用后可以在山谷中建造装备坊·4级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7143,
+ "Name": "装备坊·6级",
+ "DetailsPageName": "图纸:装备坊·6级",
+ "Type": 7,
+ "RelatedId": 238,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7143",
+ "Description": "建筑图纸,使用后可以在山谷中建造装备坊·6级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7144,
+ "Name": "箭塔·3级",
+ "DetailsPageName": "图纸:箭塔·3级",
+ "Type": 7,
+ "RelatedId": 239,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7144",
+ "Description": "建筑图纸,使用后可以在山谷中建造箭塔·3级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7145,
+ "Name": "箭塔·5级",
+ "DetailsPageName": "图纸:箭塔·5级",
+ "Type": 7,
+ "RelatedId": 240,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7145",
+ "Description": "建筑图纸,使用后可以在山谷中建造箭塔·5级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7146,
+ "Name": "农坊·3级",
+ "DetailsPageName": "图纸:农坊·3级",
+ "Type": 7,
+ "RelatedId": 241,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7146",
+ "Description": "建筑图纸,使用后可以在山谷中建造农坊·3级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7147,
+ "Name": "农坊·4级",
+ "DetailsPageName": "图纸:农坊·4级",
+ "Type": 7,
+ "RelatedId": 242,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7147",
+ "Description": "建筑图纸,使用后可以在山谷中建造农坊·4级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7148,
+ "Name": "农坊·5级",
+ "DetailsPageName": "图纸:农坊·5级",
+ "Type": 7,
+ "RelatedId": 243,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7148",
+ "Description": "建筑图纸,使用后可以在山谷中建造农坊·5级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7149,
+ "Name": "农坊·7级",
+ "DetailsPageName": "图纸:农坊·7级",
+ "Type": 7,
+ "RelatedId": 244,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7149",
+ "Description": "建筑图纸,使用后可以在山谷中建造农坊·7级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7150,
+ "Name": "书舍·1级",
+ "DetailsPageName": "图纸:书舍·1级",
+ "Type": 7,
+ "RelatedId": 245,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7150",
+ "Description": "建筑图纸,使用后可以在山谷中建造书舍·1级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7151,
+ "Name": "火灶房·2级",
+ "DetailsPageName": "图纸:火灶房·2级",
+ "Type": 7,
+ "RelatedId": 246,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7151",
+ "Description": "建筑图纸,使用后可以在山谷中建造火灶房·2级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7153,
+ "Name": "济世堂·1级",
+ "DetailsPageName": "图纸:济世堂·1级",
+ "Type": 7,
+ "RelatedId": 248,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7153",
+ "Description": "建筑图纸,使用后可以在山谷中建造济世堂·1级",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7154,
+ "Name": "城门·6级",
+ "DetailsPageName": "图纸:城门·6级",
+ "Type": 7,
+ "RelatedId": 249,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7154",
+ "Description": "建筑图纸,使用后可以在山谷中建造城门·6级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7155,
+ "Name": "城门·9级",
+ "DetailsPageName": "图纸:城门·9级",
+ "Type": 7,
+ "RelatedId": 250,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7155",
+ "Description": "建筑图纸,使用后可以在山谷中建造城门·9级",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7156,
+ "Name": "天工院·3级",
+ "DetailsPageName": "图纸:天工院·3级",
+ "Type": 7,
+ "RelatedId": 251,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7156",
+ "Description": "建筑图纸,使用后可以在山谷中建造天工院·3级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7157,
+ "Name": "尚衣坊·1级",
+ "DetailsPageName": "图纸:尚衣坊·1级",
+ "Type": 7,
+ "RelatedId": 252,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7157",
+ "Description": "建筑图纸,使用后可以在山谷中建造尚衣坊·1级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7158,
+ "Name": "箭塔·7级",
+ "DetailsPageName": "图纸:箭塔·7级",
+ "Type": 7,
+ "RelatedId": 261,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7158",
+ "Description": "建筑图纸,使用后可以在山谷中建造箭塔·7级",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7159,
+ "Name": "箭塔·8级",
+ "DetailsPageName": "图纸:箭塔·8级",
+ "Type": 7,
+ "RelatedId": 262,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7159",
+ "Description": "建筑图纸,使用后可以在山谷中建造箭塔·8级",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7160,
+ "Name": "油皮衣",
+ "DetailsPageName": "配方:油皮衣",
+ "Type": 7,
+ "RelatedId": 263,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7160",
+ "Description": "配方图纸,使用后可解锁制作油皮衣",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7200,
+ "Name": "浆果苗",
+ "DetailsPageName": "浆果苗",
+ "Type": 7,
+ "RelatedId": 1001,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7200",
+ "Description": "浆果的幼苗,可以成长为浆果",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7201,
+ "Name": "野菜苗",
+ "DetailsPageName": "野菜苗",
+ "Type": 7,
+ "RelatedId": 1002,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7201",
+ "Description": "野菜的幼苗,可以成长为野菜",
+ "GetMethod": "来源:野菜资源掉率"
+ },
+ {
+ "Id": 7202,
+ "Name": "葛草苗",
+ "DetailsPageName": "葛草苗",
+ "Type": 7,
+ "RelatedId": 1003,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7202",
+ "Description": "葛草的幼苗,可以成长为葛草",
+ "GetMethod": "来源:葛草资源掉落"
+ },
+ {
+ "Id": 7203,
+ "Name": "甘草苗",
+ "DetailsPageName": "甘草苗",
+ "Type": 7,
+ "RelatedId": 1004,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7203",
+ "Description": "甘草的幼苗,可以成长为甘草",
+ "GetMethod": "来源:甘草资源掉落"
+ },
+ {
+ "Id": 7204,
+ "Name": "茅草苗",
+ "DetailsPageName": "茅草苗",
+ "Type": 7,
+ "RelatedId": 1005,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7204",
+ "Description": "茅草的幼苗,可以成长为茅草",
+ "GetMethod": "来源:茅草资源掉落"
+ },
+ {
+ "Id": 7205,
+ "Name": "亚麻苗",
+ "DetailsPageName": "亚麻苗",
+ "Type": 7,
+ "RelatedId": 1006,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7205",
+ "Description": "亚麻的幼苗,可以成长为亚麻",
+ "GetMethod": "来源:亚麻资源掉落"
+ },
+ {
+ "Id": 7206,
+ "Name": "迷谷树苗",
+ "DetailsPageName": "迷谷树苗",
+ "Type": 7,
+ "RelatedId": 1007,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7206",
+ "Description": "迷谷树的幼苗,可以种植在老树根上成长为黑暗中发光的迷谷树",
+ "GetMethod": "来源:迷谷树资源掉落"
+ },
+ {
+ "Id": 7207,
+ "Name": "桃树苗",
+ "DetailsPageName": "桃树苗",
+ "Type": 7,
+ "RelatedId": 1008,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7207",
+ "Description": "桃树的幼苗,可以成长为桃树",
+ "GetMethod": "来源:桃树资源掉落"
+ },
+ {
+ "Id": 7208,
+ "Name": "竹子苗",
+ "DetailsPageName": "竹子苗",
+ "Type": 7,
+ "RelatedId": 1009,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7208",
+ "Description": "竹子的幼苗,可以成长为竹子",
+ "GetMethod": "来源:竹子资源掉落"
+ },
+ {
+ "Id": 7209,
+ "Name": "柳树苗",
+ "DetailsPageName": "柳树苗",
+ "Type": 7,
+ "RelatedId": 1010,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7209",
+ "Description": "柳树的幼苗,可以成长为柳树",
+ "GetMethod": "来源:柳树资源掉落"
+ },
+ {
+ "Id": 7210,
+ "Name": "桑树苗",
+ "DetailsPageName": "桑树苗",
+ "Type": 7,
+ "RelatedId": 1011,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7210",
+ "Description": "桑树的幼苗,可以成长为桑树",
+ "GetMethod": "来源:桑树资源掉落"
+ },
+ {
+ "Id": 7211,
+ "Name": "松树苗",
+ "DetailsPageName": "松树苗",
+ "Type": 7,
+ "RelatedId": 1012,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7211",
+ "Description": "松树的幼苗,可以成长为松树",
+ "GetMethod": "来源:松树资源掉落"
+ },
+ {
+ "Id": 7212,
+ "Name": "梅树苗",
+ "DetailsPageName": "梅树苗",
+ "Type": 7,
+ "RelatedId": 1013,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7212",
+ "Description": "梅树的幼苗,可以成长为梅树",
+ "GetMethod": "来源:梅树资源掉落"
+ },
+ {
+ "Id": 7213,
+ "Name": "桢楠苗",
+ "DetailsPageName": "桢楠苗",
+ "Type": 7,
+ "RelatedId": 1014,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7213",
+ "Description": "桢楠的幼苗,可以成长为桢楠",
+ "GetMethod": "来源:桢楠资源掉落"
+ },
+ {
+ "Id": 7214,
+ "Name": "铺路石",
+ "DetailsPageName": "铺路石",
+ "Type": 7,
+ "RelatedId": 12001,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7214",
+ "Description": "铺设在山谷里,地面会变得好看",
+ "GetMethod": "来源:制作合成"
+ },
+ {
+ "Id": 7215,
+ "Name": "草肥",
+ "DetailsPageName": "草肥",
+ "Type": 7,
+ "RelatedId": 5001,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7215",
+ "Description": "使用枯萎的植物或是废弃的农作物枝叶制作成的普通肥料,可以提高作物产量",
+ "GetMethod": "来源:制作合成"
+ },
+ {
+ "Id": 7217,
+ "Name": "桦树苗",
+ "DetailsPageName": "桦树苗",
+ "Type": 7,
+ "RelatedId": 1015,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7217",
+ "Description": "桦树的幼苗,可以成长为桦树",
+ "GetMethod": "来源:桦树资源掉落"
+ },
+ {
+ "Id": 7218,
+ "Name": "黏土苗",
+ "DetailsPageName": "黏土苗",
+ "Type": 7,
+ "RelatedId": 1016,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7218",
+ "Description": "黏土苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7219,
+ "Name": "碎石苗",
+ "DetailsPageName": "碎石苗",
+ "Type": 7,
+ "RelatedId": 1017,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7219",
+ "Description": "碎石苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7220,
+ "Name": "石头苗",
+ "DetailsPageName": "石头苗",
+ "Type": 7,
+ "RelatedId": 1018,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7220",
+ "Description": "石头苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7221,
+ "Name": "石灰石苗",
+ "DetailsPageName": "石灰石苗",
+ "Type": 7,
+ "RelatedId": 1019,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7221",
+ "Description": "石灰石苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7222,
+ "Name": "青石苗",
+ "DetailsPageName": "青石苗",
+ "Type": 7,
+ "RelatedId": 1020,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7222",
+ "Description": "青石苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7223,
+ "Name": "花岗石苗",
+ "DetailsPageName": "花岗石苗",
+ "Type": 7,
+ "RelatedId": 1021,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7223",
+ "Description": "花岗石苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7224,
+ "Name": "杂草幼苗",
+ "DetailsPageName": "杂草幼苗",
+ "Type": 7,
+ "RelatedId": 1022,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7224",
+ "Description": "杂草苗",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7225,
+ "Name": "金矿苗",
+ "DetailsPageName": "金矿苗",
+ "Type": 7,
+ "RelatedId": 1023,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7225",
+ "Description": "金矿苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7226,
+ "Name": "树枝堆苗",
+ "DetailsPageName": "树枝堆苗",
+ "Type": 7,
+ "RelatedId": 1024,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7226",
+ "Description": "树枝堆苗",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7227,
+ "Name": "迷谷树苗",
+ "DetailsPageName": "迷谷树苗",
+ "Type": 7,
+ "RelatedId": 1007,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7206",
+ "Description": "迷谷树的幼苗,可以成长为黑暗中发光的迷谷树",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7228,
+ "Name": "金晨花",
+ "DetailsPageName": "金晨花",
+ "Type": 7,
+ "RelatedId": 807,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7228",
+ "Description": "散发特殊香味的神奇花朵,使用效果:60秒后引来当前难度怪物攻城(功能暂未开放)",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7229,
+ "Name": "河肥",
+ "DetailsPageName": "河肥",
+ "Type": 7,
+ "RelatedId": 5002,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7229",
+ "Description": "在河流内沉淀的泥沙中获取的优质肥料,可以提高作物的产量",
+ "GetMethod": "来源:配方合成,村落杂货商"
+ },
+ {
+ "Id": 7230,
+ "Name": "兰果",
+ "DetailsPageName": "兰果",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7230",
+ "Description": "散发特殊香气的花果,能吸引怪物来抢夺",
+ "GetMethod": "来源:日常活跃奖励"
+ },
+ {
+ "Id": 7231,
+ "Name": "梨树苗",
+ "DetailsPageName": "梨树苗",
+ "Type": 7,
+ "RelatedId": 1025,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7231",
+ "Description": "梨树的幼苗,可以成长为梨树。",
+ "GetMethod": "来源:梨树资源掉落"
+ },
+ {
+ "Id": 7232,
+ "Name": "榕树苗",
+ "DetailsPageName": "榕树苗",
+ "Type": 7,
+ "RelatedId": 1026,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7232",
+ "Description": "榕树的幼苗,可以成长为榕树。",
+ "GetMethod": "来源:榕树资源掉落"
+ },
+ {
+ "Id": 7250,
+ "Name": "樟木板",
+ "DetailsPageName": "图纸:樟木板",
+ "Type": 7,
+ "RelatedId": 601,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7250",
+ "Description": "配方图纸,使用后可学会制作樟木板",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7251,
+ "Name": "铁锭",
+ "DetailsPageName": "图纸:铁锭",
+ "Type": 7,
+ "RelatedId": 602,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7251",
+ "Description": "配方图纸,使用后可学会制作铁锭",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7252,
+ "Name": "赤铁锭",
+ "DetailsPageName": "图纸:赤铁锭",
+ "Type": 7,
+ "RelatedId": 603,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7252",
+ "Description": "配方图纸,使用后可学会制作赤铁锭",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7253,
+ "Name": "精铁锭",
+ "DetailsPageName": "图纸:精铁锭",
+ "Type": 7,
+ "RelatedId": 604,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7253",
+ "Description": "配方图纸,使用后可学会制作精铁锭",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7254,
+ "Name": "赤木板",
+ "DetailsPageName": "图纸:赤木板",
+ "Type": 7,
+ "RelatedId": 605,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7254",
+ "Description": "配方图纸,使用后可学会制作赤木板",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7255,
+ "Name": "乌铁锭",
+ "DetailsPageName": "图纸:乌铁锭",
+ "Type": 7,
+ "RelatedId": 606,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7255",
+ "Description": "配方图纸,使用后可学会制作乌铁锭",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7256,
+ "Name": "丝绸",
+ "DetailsPageName": "图纸:丝绸",
+ "Type": 7,
+ "RelatedId": 607,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7256",
+ "Description": "配方图纸,使用后可学会制作丝绸",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7257,
+ "Name": "绫绸",
+ "DetailsPageName": "图纸:绫绸",
+ "Type": 7,
+ "RelatedId": 608,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7257",
+ "Description": "配方图纸,使用后可学会制作绫绸",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7258,
+ "Name": "银锭",
+ "DetailsPageName": "图纸:银锭",
+ "Type": 7,
+ "RelatedId": 609,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7258",
+ "Description": "配方图纸,使用后可学会制作银锭",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7259,
+ "Name": "金锭",
+ "DetailsPageName": "图纸:金锭",
+ "Type": 7,
+ "RelatedId": 610,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7259",
+ "Description": "配方图纸,使用后可学会制作金锭",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7260,
+ "Name": "甘华板",
+ "DetailsPageName": "图纸:甘华板",
+ "Type": 7,
+ "RelatedId": 611,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7260",
+ "Description": "配方图纸,使用后可学会制作甘华板",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7261,
+ "Name": "青金锭",
+ "DetailsPageName": "图纸:青金锭",
+ "Type": 7,
+ "RelatedId": 612,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7261",
+ "Description": "配方图纸,使用后可学会制作青金锭",
+ "GetMethod": "来源:太姥村声望商人"
+ },
+ {
+ "Id": 7262,
+ "Name": "蜀锦",
+ "DetailsPageName": "图纸:蜀锦",
+ "Type": 7,
+ "RelatedId": 613,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7262",
+ "Description": "配方图纸,使用后可学会制作蜀锦",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7263,
+ "Name": "云锦",
+ "DetailsPageName": "图纸:云锦",
+ "Type": 7,
+ "RelatedId": 614,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7263",
+ "Description": "配方图纸,使用后可学会制作云锦",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7264,
+ "Name": "机木板",
+ "DetailsPageName": "图纸:机木板",
+ "Type": 7,
+ "RelatedId": 615,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7264",
+ "Description": "配方图纸,使用后可学会制作机木板",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7265,
+ "Name": "鳞铁锭",
+ "DetailsPageName": "图纸:鳞铁锭",
+ "Type": 7,
+ "RelatedId": 616,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7265",
+ "Description": "配方图纸,使用后可学会制作鳞铁锭",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7266,
+ "Name": "河肥",
+ "DetailsPageName": "配方:河肥",
+ "Type": 7,
+ "RelatedId": 617,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7266",
+ "Description": "配方图纸,使用后可学会制作河肥",
+ "GetMethod": "来源:累计充值"
+ },
+ {
+ "Id": 7301,
+ "Name": "桃泥",
+ "DetailsPageName": "桃泥",
+ "Type": 7,
+ "RelatedId": 5701,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7301",
+ "Description": "不死树的肥料,能增加不死树200点成长经验",
+ "GetMethod": "来源:制作合成"
+ },
+ {
+ "Id": 7302,
+ "Name": "仙露",
+ "DetailsPageName": "仙露",
+ "Type": 7,
+ "RelatedId": 5702,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7302",
+ "Description": "不死树的肥料,能增加不死树400点成长经验",
+ "GetMethod": "来源:月卡每日奖励"
+ },
+ {
+ "Id": 7303,
+ "Name": "寿果",
+ "DetailsPageName": "寿果",
+ "Type": 7,
+ "RelatedId": 5703,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7303",
+ "Description": "寿果",
+ "GetMethod": "来源:摇不死树掉率"
+ },
+ {
+ "Id": 7304,
+ "Name": "七品技能丹",
+ "DetailsPageName": "七品技能丹",
+ "Type": 7,
+ "RelatedId": 1401,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7304",
+ "Description": "技能升级道具,使用后可以减少10分钟的技能升级时间",
+ "GetMethod": "来源:活动,商城"
+ },
+ {
+ "Id": 7305,
+ "Name": "六品技能丹",
+ "DetailsPageName": "六品技能丹",
+ "Type": 7,
+ "RelatedId": 1402,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7305",
+ "Description": "技能升级道具,使用后可以减少30分钟的技能升级时间",
+ "GetMethod": "来源:活动,商城"
+ },
+ {
+ "Id": 7306,
+ "Name": "五品技能丹",
+ "DetailsPageName": "五品技能丹",
+ "Type": 7,
+ "RelatedId": 1403,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7306",
+ "Description": "技能升级道具,使用后可以减少1小时的技能升级时间",
+ "GetMethod": "来源:活动,商城"
+ },
+ {
+ "Id": 7307,
+ "Name": "四品技能丹",
+ "DetailsPageName": "四品技能丹",
+ "Type": 7,
+ "RelatedId": 1404,
+ "StockType": 3,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7307",
+ "Description": "技能升级道具,使用后可以减少3小时的技能升级时间",
+ "GetMethod": "来源:活动,商城"
+ },
+ {
+ "Id": 7308,
+ "Name": "一贯铜钱",
+ "DetailsPageName": "一贯铜钱",
+ "Type": 7,
+ "RelatedId": 801,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7308",
+ "Description": "使用后获得1000铜钱",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 7309,
+ "Name": "采集机器人",
+ "DetailsPageName": "采集机器人",
+ "Type": 7,
+ "RelatedId": 802,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7309",
+ "Description": "可以在谷外村落的小资源上使用,可以自动采集资源",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7310,
+ "Name": "丹药袋",
+ "DetailsPageName": "丹药袋",
+ "Type": 7,
+ "RelatedId": 804,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7310",
+ "Description": "打开可随机获得以下丹药中的一颗:七品寿命丹,七品劳力丹,七品智慧丹",
+ "GetMethod": "来源:陵陵的宝藏,食为天"
+ },
+ {
+ "Id": 7311,
+ "Name": "天然宝石袋",
+ "DetailsPageName": "天然宝石袋",
+ "Type": 7,
+ "RelatedId": 805,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7311",
+ "Description": "一袋宝石,打开可随机获得一颗天然宝石",
+ "GetMethod": "来源:陵陵的宝藏,食为天"
+ },
+ {
+ "Id": 7312,
+ "Name": "体魂石袋",
+ "DetailsPageName": "体魂石袋",
+ "Type": 7,
+ "RelatedId": 806,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7312",
+ "Description": "体魂石袋,打开可选择指定勇士的体魂石",
+ "GetMethod": "来源:陵陵的宝藏,食为天"
+ },
+ {
+ "Id": 7313,
+ "Name": "唤鹤笛",
+ "DetailsPageName": "唤鹤笛",
+ "Type": 7,
+ "RelatedId": 5704,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7313",
+ "Description": "笛声似鹤鸣,唤来白鹤后可搭乘它飞往世界各地",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7314,
+ "Name": "难民介绍信",
+ "DetailsPageName": "难民介绍信",
+ "Type": 7,
+ "RelatedId": 705,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7314",
+ "Description": "使用后可以让陶先生给你的山谷推荐1位难民",
+ "GetMethod": "来源:一元商店"
+ },
+ {
+ "Id": 7401,
+ "Name": "大豆增产·1级",
+ "DetailsPageName": "农学:大豆增产·1级",
+ "Type": 7,
+ "RelatedId": 302,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7401",
+ "Description": "配方图纸,使用后可研究农学-大豆增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7402,
+ "Name": "种植白菜",
+ "DetailsPageName": "农学:种植白菜",
+ "Type": 7,
+ "RelatedId": 303,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7402",
+ "Description": "配方图纸,使用后可研究农学-种植白菜",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7403,
+ "Name": "白菜增产·1级",
+ "DetailsPageName": "农学:白菜增产·1级",
+ "Type": 7,
+ "RelatedId": 304,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7403",
+ "Description": "配方图纸,使用后可研究农学-白菜增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7404,
+ "Name": "种植糯稻",
+ "DetailsPageName": "农学:种植糯稻",
+ "Type": 7,
+ "RelatedId": 305,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7404",
+ "Description": "配方图纸,使用后可研究农学-种植糯稻",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7405,
+ "Name": "糯稻增产·1级",
+ "DetailsPageName": "农学:糯稻增产·1级",
+ "Type": 7,
+ "RelatedId": 306,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7405",
+ "Description": "配方图纸,使用后可研究农学-糯稻增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7406,
+ "Name": "糯稻增产·2级",
+ "DetailsPageName": "农学:糯稻增产·2级",
+ "Type": 7,
+ "RelatedId": 307,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7406",
+ "Description": "配方图纸,使用后可研究农学-糯稻增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7407,
+ "Name": "糯稻增产·3级",
+ "DetailsPageName": "农学:糯稻增产·3级",
+ "Type": 7,
+ "RelatedId": 308,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7407",
+ "Description": "配方图纸,使用后可研究农学-糯稻增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7408,
+ "Name": "种植萝卜",
+ "DetailsPageName": "农学:种植萝卜",
+ "Type": 7,
+ "RelatedId": 309,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7408",
+ "Description": "配方图纸,使用后可研究农学-种植萝卜",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7409,
+ "Name": "萝卜增产·1级",
+ "DetailsPageName": "农学:萝卜增产·1级",
+ "Type": 7,
+ "RelatedId": 310,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7409",
+ "Description": "配方图纸,使用后可研究农学-萝卜增产",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7410,
+ "Name": "种植冬瓜",
+ "DetailsPageName": "农学:种植冬瓜",
+ "Type": 7,
+ "RelatedId": 311,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7410",
+ "Description": "配方图纸,使用后可研究农学-种植冬瓜",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7411,
+ "Name": "冬瓜增产·1级",
+ "DetailsPageName": "农学:冬瓜增产·1级",
+ "Type": 7,
+ "RelatedId": 312,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7411",
+ "Description": "配方图纸,使用后可研究农学-冬瓜增产",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7412,
+ "Name": "种植南瓜",
+ "DetailsPageName": "农学:种植南瓜",
+ "Type": 7,
+ "RelatedId": 313,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7412",
+ "Description": "配方图纸,使用后可研究农学-种植南瓜",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7413,
+ "Name": "南瓜增产·1级",
+ "DetailsPageName": "农学:南瓜增产·1级",
+ "Type": 7,
+ "RelatedId": 314,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7413",
+ "Description": "配方图纸,使用后可研究农学-南瓜增产",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7414,
+ "Name": "食物增产·3级",
+ "DetailsPageName": "农学:食物增产·3级",
+ "Type": 7,
+ "RelatedId": 315,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7414",
+ "Description": "配方图纸,使用后可研究农学-食物增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7415,
+ "Name": "食物增产·4级",
+ "DetailsPageName": "农学:食物增产·4级",
+ "Type": 7,
+ "RelatedId": 316,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7415",
+ "Description": "配方图纸,使用后可研究农学-食物增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7416,
+ "Name": "食物增产·5级",
+ "DetailsPageName": "农学:食物增产·5级",
+ "Type": 7,
+ "RelatedId": 317,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7416",
+ "Description": "配方图纸,使用后可研究农学-食物增产",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7420,
+ "Name": "耐久损耗·1级",
+ "DetailsPageName": "科技:耐久每日损耗·1级",
+ "Type": 7,
+ "RelatedId": 401,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7420",
+ "Description": "配方图纸,使用后可研究科技-耐久损耗",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7421,
+ "Name": "耐久损耗·2级",
+ "DetailsPageName": "科技:耐久每日损耗·2级",
+ "Type": 7,
+ "RelatedId": 402,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7421",
+ "Description": "配方图纸,使用后可研究科技-耐久损耗",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7505,
+ "Name": "劳作收益·6级",
+ "DetailsPageName": "科技:劳作收益·6级",
+ "Type": 7,
+ "RelatedId": 408,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7505",
+ "Description": "配方图纸,使用后可研究科技-劳作收益",
+ "GetMethod": "来源:陶先生家神秘商人(夜晚)"
+ },
+ {
+ "Id": 7509,
+ "Name": "劳作收益·3级",
+ "DetailsPageName": "科技:劳作收益·3级",
+ "Type": 7,
+ "RelatedId": 412,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7509",
+ "Description": "配方图纸,使用后可研究科技-挖掘收益·1级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7510,
+ "Name": "箭塔攻击·2级",
+ "DetailsPageName": "科技:箭塔攻击·2级",
+ "Type": 7,
+ "RelatedId": 413,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7510",
+ "Description": "配方图纸,使用后可研究科技-箭塔攻击·2级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7511,
+ "Name": "箭塔攻击·3级",
+ "DetailsPageName": "科技:箭塔攻击·3级",
+ "Type": 7,
+ "RelatedId": 414,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7511",
+ "Description": "配方图纸,使用后可研究科技-箭塔攻击·3级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7512,
+ "Name": "箭塔攻击·4级",
+ "DetailsPageName": "科技:箭塔攻击·4级",
+ "Type": 7,
+ "RelatedId": 415,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7512",
+ "Description": "配方图纸,使用后可研究科技-箭塔攻击·4级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7513,
+ "Name": "箭塔攻击·5级",
+ "DetailsPageName": "科技:箭塔攻击·5级",
+ "Type": 7,
+ "RelatedId": 416,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7513",
+ "Description": "配方图纸,使用后可研究科技-箭塔攻击·5级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7514,
+ "Name": "城门血量·2级",
+ "DetailsPageName": "科技:城门血量·2级",
+ "Type": 7,
+ "RelatedId": 417,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7514",
+ "Description": "配方图纸,使用后可研究科技-城门血量·2级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7515,
+ "Name": "城门血量·3级",
+ "DetailsPageName": "科技:城门血量·3级",
+ "Type": 7,
+ "RelatedId": 418,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7515",
+ "Description": "配方图纸,使用后可研究科技-城门血量·3级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7516,
+ "Name": "城门血量·4级",
+ "DetailsPageName": "科技:城门血量·4级",
+ "Type": 7,
+ "RelatedId": 419,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7516",
+ "Description": "配方图纸,使用后可研究科技-城门血量·4级",
+ "GetMethod": "来源:渔溪村声望商人"
+ },
+ {
+ "Id": 7517,
+ "Name": "城门血量·5级",
+ "DetailsPageName": "科技:城门血量·5级",
+ "Type": 7,
+ "RelatedId": 420,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7517",
+ "Description": "配方图纸,使用后可研究科技-城门血量·5级",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7601,
+ "Name": "健骨散",
+ "DetailsPageName": "配方:健骨散",
+ "Type": 7,
+ "RelatedId": 501,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7601",
+ "Description": "配方图纸,使用后可学会制作4级内疾药品-健骨散",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7602,
+ "Name": "独活汤",
+ "DetailsPageName": "配方:独活汤",
+ "Type": 7,
+ "RelatedId": 502,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7602",
+ "Description": "配方图纸,使用后可学会制作5级内疾药品-独活汤",
+ "GetMethod": "来源:赤丘山声望商人"
+ },
+ {
+ "Id": 7603,
+ "Name": "断续膏",
+ "DetailsPageName": "配方:断续膏",
+ "Type": 7,
+ "RelatedId": 503,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7603",
+ "Description": "配方图纸,使用后可学会制作4级外伤药品-断续膏",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7604,
+ "Name": "回神汤",
+ "DetailsPageName": "配方:回神汤",
+ "Type": 7,
+ "RelatedId": 504,
+ "StockType": 6,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7604",
+ "Description": "配方图纸,使用后可学会制作5级外伤药品-回神汤",
+ "GetMethod": "来源:青山镇声望商人"
+ },
+ {
+ "Id": 7802,
+ "Name": "简易手推车",
+ "DetailsPageName": "简易手推车",
+ "Type": 7,
+ "RelatedId": 12003,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7802",
+ "Description": "一辆做工比较粗糙的小推车,使用时注意安全,它好像不太稳固。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7803,
+ "Name": "结实手推车",
+ "DetailsPageName": "结实手推车",
+ "Type": 7,
+ "RelatedId": 12004,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7803",
+ "Description": "运输矿材必备的手推车,若想灵活自如地使用它,请先锻炼出结实的手臂肌肉。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7804,
+ "Name": "树墩子",
+ "DetailsPageName": "树墩子",
+ "Type": 7,
+ "RelatedId": 12005,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7804",
+ "Description": "不会再长出新芽的树墩子,表面上有深深浅浅的凹痕。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7805,
+ "Name": "木篱笆",
+ "DetailsPageName": "木篱笆",
+ "Type": 7,
+ "RelatedId": 12006,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7805",
+ "Description": "造型随意的树枝随意地用麻绳绑成木篱笆,有种随意的美感。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7806,
+ "Name": "陶罐",
+ "DetailsPageName": "陶罐",
+ "Type": 7,
+ "RelatedId": 12007,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7806",
+ "Description": "看起来软趴趴的泥巴是可以烧制成实用的陶罐的!",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7807,
+ "Name": "柴火堆",
+ "DetailsPageName": "柴火堆",
+ "Type": 7,
+ "RelatedId": 12008,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7807",
+ "Description": "木头叠叠乐,比比谁叠得更高。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7808,
+ "Name": "简陋木门",
+ "DetailsPageName": "简陋木门",
+ "Type": 7,
+ "RelatedId": 12009,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7808",
+ "Description": "看这个简陋的木门,设计灵感来自于“门”这个字。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7809,
+ "Name": "茅草木门",
+ "DetailsPageName": "茅草木门",
+ "Type": 7,
+ "RelatedId": 12010,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7809",
+ "Description": "原本是简陋的木门,有人给它加上了茅草顶,好像变得更好看了。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7810,
+ "Name": "小水缸",
+ "DetailsPageName": "小水缸",
+ "Type": 7,
+ "RelatedId": 12011,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7810",
+ "Description": "舀一勺缸里的水,啊~水被太阳晒得暖暖的嘞!",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7811,
+ "Name": "简陋木桌",
+ "DetailsPageName": "简陋木桌",
+ "Type": 7,
+ "RelatedId": 12012,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7811",
+ "Description": "放置在室外的木头桌子,因为桌腿子比较矮,有些人会把它当板凳用。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7812,
+ "Name": "简陋木板凳",
+ "DetailsPageName": "简陋木板凳",
+ "Type": 7,
+ "RelatedId": 12013,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7812",
+ "Description": "放置在室外的木头板凳,随处放一些,在山谷散步累了的话可以休息一下。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7813,
+ "Name": "木盆",
+ "DetailsPageName": "木盆",
+ "Type": 7,
+ "RelatedId": 12014,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7813",
+ "Description": "清洗各种物品的时候会用到,有人会把木盆顶在脑袋上做平衡练习。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7814,
+ "Name": "竹制晾衣架",
+ "DetailsPageName": "竹制晾衣架",
+ "Type": 7,
+ "RelatedId": 12015,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7814",
+ "Description": "把细竹竿绑在一起做成架子,很结实,而且比木头来得轻便。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7815,
+ "Name": "煎药炉",
+ "DetailsPageName": "煎药炉",
+ "Type": 7,
+ "RelatedId": 12016,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7815",
+ "Description": "煎药的时候,药材加热后的味道很香,但喝起来可不咋样。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7816,
+ "Name": "石块矮墙",
+ "DetailsPageName": "石块矮墙",
+ "Type": 7,
+ "RelatedId": 12017,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7816",
+ "Description": "有些石块很规整,便会被用来堆砌成墙面。",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7817,
+ "Name": "路灯",
+ "DetailsPageName": "路灯",
+ "Type": 7,
+ "RelatedId": 12018,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7817",
+ "Description": "木制的简易路灯,入夜后可以照亮一小片范围",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 7818,
+ "Name": "圆顶茅草伞",
+ "DetailsPageName": "圆顶茅草伞",
+ "Type": 7,
+ "RelatedId": 12019,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7818",
+ "Description": "躲进伞下,下雨不愁",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7819,
+ "Name": "竹制晾晒架",
+ "DetailsPageName": "竹制晾晒架",
+ "Type": 7,
+ "RelatedId": 12020,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7819",
+ "Description": "阳光把水分一点点收走,食物就能保存得更久",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7820,
+ "Name": "手编竹篮",
+ "DetailsPageName": "手编竹篮",
+ "Type": 7,
+ "RelatedId": 12021,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7820",
+ "Description": "手要灵活,眼要细致,只要掌握好编织的规律,就能……能不能把你的巧手借我?",
+ "GetMethod": "来源:夜集"
+ },
+ {
+ "Id": 7821,
+ "Name": "观赏桃树",
+ "DetailsPageName": "观赏桃树",
+ "Type": 7,
+ "RelatedId": 12022,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7821",
+ "Description": "观赏性的桃树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7822,
+ "Name": "观赏柳树",
+ "DetailsPageName": "观赏柳树",
+ "Type": 7,
+ "RelatedId": 12023,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7822",
+ "Description": "观赏性的柳树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7823,
+ "Name": "观赏梨树",
+ "DetailsPageName": "观赏梨树",
+ "Type": 7,
+ "RelatedId": 12024,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7823",
+ "Description": "观赏性的梨树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7824,
+ "Name": "观赏松树",
+ "DetailsPageName": "观赏松树",
+ "Type": 7,
+ "RelatedId": 12025,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7824",
+ "Description": "观赏性的松树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7825,
+ "Name": "观赏桦树",
+ "DetailsPageName": "观赏桦树",
+ "Type": 7,
+ "RelatedId": 12026,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7825",
+ "Description": "观赏性的桦树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7826,
+ "Name": "观赏桑树",
+ "DetailsPageName": "观赏桑树",
+ "Type": 7,
+ "RelatedId": 12027,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7826",
+ "Description": "观赏性的桑树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7827,
+ "Name": "观赏榕树",
+ "DetailsPageName": "观赏榕树",
+ "Type": 7,
+ "RelatedId": 12028,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7827",
+ "Description": "观赏性的榕树,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7828,
+ "Name": "观赏竹子",
+ "DetailsPageName": "观赏竹子",
+ "Type": 7,
+ "RelatedId": 12029,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7828",
+ "Description": "观赏性的竹子,可以布置在村落里",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 7829,
+ "Name": "铺路木桩",
+ "DetailsPageName": "铺路木桩",
+ "Type": 7,
+ "RelatedId": 12002,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": true,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_7829",
+ "Description": "铺设在山谷里,地面会变得好看",
+ "GetMethod": "来源:材料合成"
+ },
+ {
+ "Id": 8001,
+ "Name": "鸡仔",
+ "DetailsPageName": "鸡仔",
+ "Type": 8,
+ "RelatedId": 1001,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8001",
+ "Description": "快乐的小鸡仔,咕叽咕叽",
+ "GetMethod": "来源:森林打猎"
+ },
+ {
+ "Id": 8002,
+ "Name": "鸡",
+ "DetailsPageName": "鸡",
+ "Type": 8,
+ "RelatedId": 1002,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8002",
+ "Description": "优雅地产蛋,是我光荣的使命",
+ "GetMethod": "来源:森林打猎"
+ },
+ {
+ "Id": 8003,
+ "Name": "鸭仔",
+ "DetailsPageName": "鸭仔",
+ "Type": 8,
+ "RelatedId": 2001,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8003",
+ "Description": "天真的小鸭仔,嘎嘎",
+ "GetMethod": "来源:森林打猎"
+ },
+ {
+ "Id": 8004,
+ "Name": "鸭",
+ "DetailsPageName": "鸭",
+ "Type": 8,
+ "RelatedId": 2002,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8004",
+ "Description": "特长是游泳,产蛋也不逊色",
+ "GetMethod": "来源:森林打猎"
+ },
+ {
+ "Id": 8005,
+ "Name": "猪仔",
+ "DetailsPageName": "猪仔",
+ "Type": 8,
+ "RelatedId": 4001,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8005",
+ "Description": "清澈懵懂的小猪仔,哼哧哼哧",
+ "GetMethod": "来源:森林打猎"
+ },
+ {
+ "Id": 8006,
+ "Name": "猪",
+ "DetailsPageName": "猪",
+ "Type": 8,
+ "RelatedId": 4002,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8006",
+ "Description": "每一头小猪都有一个目标,那就是成为干饭第一名",
+ "GetMethod": "来源:森林打猎"
+ },
+ {
+ "Id": 8100,
+ "Name": "李绫儿介绍信",
+ "DetailsPageName": "李绫儿介绍信",
+ "Type": 7,
+ "RelatedId": 701,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8100",
+ "Description": "使用后招募勇士-李绫儿",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 8101,
+ "Name": "孟和介绍信",
+ "DetailsPageName": "孟和介绍信",
+ "Type": 7,
+ "RelatedId": 702,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8101",
+ "Description": "使用后招募勇士-孟和",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 8102,
+ "Name": "韩菲介绍信",
+ "DetailsPageName": "韩菲介绍信",
+ "Type": 7,
+ "RelatedId": 703,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8102",
+ "Description": "使用后招募勇士-韩菲",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 8103,
+ "Name": "慕容婉介绍信",
+ "DetailsPageName": "慕容婉介绍信",
+ "Type": 7,
+ "RelatedId": 704,
+ "StockType": 8,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_8103",
+ "Description": "使用后招募勇士-慕容婉",
+ "GetMethod": "来源:商城"
+ },
+ {
+ "Id": 110000,
+ "Name": "渔溪村声望",
+ "DetailsPageName": "渔溪村声望",
+ "Type": 12,
+ "RelatedId": 3002,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_110000",
+ "Description": "渔溪村声望",
+ "GetMethod": "来源:任务,日常捐赠"
+ },
+ {
+ "Id": 110001,
+ "Name": "赤丘山声望",
+ "DetailsPageName": "赤丘山声望",
+ "Type": 12,
+ "RelatedId": 3003,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_110000",
+ "Description": "赤丘山声望",
+ "GetMethod": "来源:任务,日常捐赠"
+ },
+ {
+ "Id": 110002,
+ "Name": "太姥村声望",
+ "DetailsPageName": "太姥村声望",
+ "Type": 12,
+ "RelatedId": 3004,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_110000",
+ "Description": "太姥村声望",
+ "GetMethod": "来源:任务,日常捐赠"
+ },
+ {
+ "Id": 110003,
+ "Name": "青山镇声望",
+ "DetailsPageName": "青山镇声望",
+ "Type": 12,
+ "RelatedId": 3005,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_110000",
+ "Description": "青山镇声望",
+ "GetMethod": "来源:任务,日常捐赠"
+ },
+ {
+ "Id": 120001,
+ "Name": "测试用头像框1",
+ "DetailsPageName": "测试用头像框1",
+ "Type": 26,
+ "RelatedId": 2001,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_120001",
+ "Description": "头像框,测试用",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 120002,
+ "Name": "测试用头像框2",
+ "DetailsPageName": "测试用头像框2",
+ "Type": 26,
+ "RelatedId": 2002,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_120002",
+ "Description": "头像框,测试用",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 130000,
+ "Name": "食券*10",
+ "DetailsPageName": "食券*10",
+ "Type": 7,
+ "RelatedId": 22000,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130000",
+ "Description": "内含10张食券",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 130001,
+ "Name": "食券*20",
+ "DetailsPageName": "食券*20",
+ "Type": 7,
+ "RelatedId": 22001,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130001",
+ "Description": "内含20张食券",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 130002,
+ "Name": "食券*100",
+ "DetailsPageName": "食券*100",
+ "Type": 7,
+ "RelatedId": 22002,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130002",
+ "Description": "内含100张食券",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 130003,
+ "Name": "食券*1000",
+ "DetailsPageName": "食券*1000",
+ "Type": 7,
+ "RelatedId": 22003,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130003",
+ "Description": "内含1000张食券",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 130004,
+ "Name": "桃花鱼*100",
+ "DetailsPageName": "桃花鱼*100",
+ "Type": 7,
+ "RelatedId": 22004,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130004",
+ "Description": "整整100条桃花鱼",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 130005,
+ "Name": "难民介绍信*2",
+ "DetailsPageName": "难民介绍信*2",
+ "Type": 7,
+ "RelatedId": 22005,
+ "StockType": 8,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_130005",
+ "Description": "使用后陶先生立即介绍一名难民到您的山谷中",
+ "GetMethod": "来源:一元商店"
+ },
+ {
+ "Id": 200000,
+ "Name": "任务物品",
+ "DetailsPageName": "任务物品",
+ "Type": 20,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999,
+ "StorageMax": 99999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_200000",
+ "Description": "任务物品",
+ "GetMethod": "来源:"
+ },
+ {
+ "Id": 200001,
+ "Name": "凤羽",
+ "DetailsPageName": "凤羽",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 2,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 99999999,
+ "StorageMax": 99999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_200001",
+ "Description": "罕见的凤凰羽毛,价值不菲。可以卖给桃谷货郎,换点铜钱",
+ "GetMethod": "来源:每天摇不死树获得"
+ },
+ {
+ "Id": 200002,
+ "Name": "每日活跃度",
+ "DetailsPageName": "每日活跃度",
+ "Type": 25,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999,
+ "StorageMax": 9999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_200002",
+ "Description": "完成每日任务后获得的积分",
+ "GetMethod": "来源:每日任务"
+ },
+ {
+ "Id": 210000,
+ "Name": "铜钱",
+ "DetailsPageName": "铜钱",
+ "Type": 21,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 0,
+ "StorageMax": 0,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_210000",
+ "Description": "通用的货币",
+ "GetMethod": "来源:和商人交易"
+ },
+ {
+ "Id": 210001,
+ "Name": "刀币",
+ "DetailsPageName": "刀币",
+ "Type": 24,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_210001",
+ "Description": "挑战BOSS获得的积分货币",
+ "GetMethod": "来源:世界首领"
+ },
+ {
+ "Id": 220000,
+ "Name": "桃花石",
+ "DetailsPageName": "桃花石",
+ "Type": 22,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_220000",
+ "Description": "桃花石,是很珍贵的货币",
+ "GetMethod": "来源:商场"
+ },
+ {
+ "Id": 230000,
+ "Name": "凝时",
+ "DetailsPageName": "凝时",
+ "Type": 23,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 0,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": false,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_230000",
+ "Description": "凝时",
+ "GetMethod": "来源:每时每刻都在获得"
+ },
+ {
+ "Id": 300001,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个1级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300002,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个1级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300003,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个2级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300004,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个2级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300005,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个3级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300006,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个3级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300007,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个4级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300008,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个4级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300009,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个5级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300010,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个5级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300011,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个6级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300012,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个6级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300013,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个7级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300014,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个7级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300015,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个8级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300016,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个8级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300101,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个2-3级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300102,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个3级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300103,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个3-4级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300104,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个4级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300105,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个4-5级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300106,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个5级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300107,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个5-6级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300108,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个6级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300109,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个6-7级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300110,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个7级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300111,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个7-8级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300112,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个8级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300113,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个8-9级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300114,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个9级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300115,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个9-10级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 300116,
+ "Name": "随机宝石",
+ "DetailsPageName": "随机宝石",
+ "Type": 1,
+ "RelatedId": 0,
+ "StockType": 9,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": false,
+ "SuperpositionMax": 9999999999,
+ "StorageMax": 9999999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 4,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_300001",
+ "Description": "随机获得一个10级宝石",
+ "GetMethod": ""
+ },
+ {
+ "Id": 10000,
+ "Name": "石剑",
+ "DetailsPageName": "石剑",
+ "Type": 10,
+ "RelatedId": 10000,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10000",
+ "Description": "一把普通的石剑,可合成精品石剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10001,
+ "Name": "石剑",
+ "DetailsPageName": "石剑",
+ "Type": 10,
+ "RelatedId": 10001,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10000",
+ "Description": "一把品质精良的石剑,可合成极品石剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10002,
+ "Name": "石剑",
+ "DetailsPageName": "石剑",
+ "Type": 10,
+ "RelatedId": 10002,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10000",
+ "Description": "一把品质上乘的石剑,堪称极品。可以和绝品石剑图纸合成绝品石剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10010,
+ "Name": "铁剑",
+ "DetailsPageName": "铁剑",
+ "Type": 10,
+ "RelatedId": 10010,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10010",
+ "Description": "一把普通的铁剑,可合成精品铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10011,
+ "Name": "铁剑",
+ "DetailsPageName": "铁剑",
+ "Type": 10,
+ "RelatedId": 10011,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10010",
+ "Description": "一把品质精良的铁剑,可合成极品铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10012,
+ "Name": "铁剑",
+ "DetailsPageName": "铁剑",
+ "Type": 10,
+ "RelatedId": 10012,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10010",
+ "Description": "一把品质上乘的铁剑,堪称极品。可以和绝品石剑合成绝品铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10020,
+ "Name": "赤铁剑",
+ "DetailsPageName": "赤铁剑",
+ "Type": 10,
+ "RelatedId": 10020,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10020",
+ "Description": "一把普通的赤铁剑,可合成精品赤铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10021,
+ "Name": "赤铁剑",
+ "DetailsPageName": "赤铁剑",
+ "Type": 10,
+ "RelatedId": 10021,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10020",
+ "Description": "一把品质精良的赤铁剑,可合成极品赤铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10022,
+ "Name": "赤铁剑",
+ "DetailsPageName": "赤铁剑",
+ "Type": 10,
+ "RelatedId": 10022,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10020",
+ "Description": "一把品质上乘的赤铁剑,堪称极品。可以和绝品铁剑合成绝品赤铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10030,
+ "Name": "精铁剑",
+ "DetailsPageName": "精铁剑",
+ "Type": 10,
+ "RelatedId": 10030,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10030",
+ "Description": "一把普通的精铁剑,可合成精品精铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10031,
+ "Name": "精铁剑",
+ "DetailsPageName": "精铁剑",
+ "Type": 10,
+ "RelatedId": 10031,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10030",
+ "Description": "一把品质精良的精铁剑,可合成极品精铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10032,
+ "Name": "精铁剑",
+ "DetailsPageName": "精铁剑",
+ "Type": 10,
+ "RelatedId": 10032,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10030",
+ "Description": "一把品质上乘的精铁剑,堪称极品。可以和绝品赤铁剑合成绝品精铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10040,
+ "Name": "乌铁剑",
+ "DetailsPageName": "乌铁剑",
+ "Type": 10,
+ "RelatedId": 10040,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10040",
+ "Description": "一把普通的乌铁剑,可合成精品乌铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10041,
+ "Name": "乌铁剑",
+ "DetailsPageName": "乌铁剑",
+ "Type": 10,
+ "RelatedId": 10041,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10040",
+ "Description": "一把品质精良的乌铁剑,可合成极品乌铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10042,
+ "Name": "乌铁剑",
+ "DetailsPageName": "乌铁剑",
+ "Type": 10,
+ "RelatedId": 10042,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10040",
+ "Description": "一把品质上乘的乌铁剑,堪称极品。可以和绝品精铁剑合成绝品乌铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10050,
+ "Name": "青金剑",
+ "DetailsPageName": "青金剑",
+ "Type": 10,
+ "RelatedId": 10050,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10050",
+ "Description": "一把普通的青金剑,可合成精品青金剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10051,
+ "Name": "青金剑",
+ "DetailsPageName": "青金剑",
+ "Type": 10,
+ "RelatedId": 10051,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10050",
+ "Description": "一把品质精良的青金剑,可合成极品青金剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10052,
+ "Name": "青金剑",
+ "DetailsPageName": "青金剑",
+ "Type": 10,
+ "RelatedId": 10052,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10050",
+ "Description": "一把品质上乘的青金剑,堪称极品。可以和绝品乌铁剑合成绝品青金剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10060,
+ "Name": "鳞铁剑",
+ "DetailsPageName": "鳞铁剑",
+ "Type": 10,
+ "RelatedId": 10060,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10060",
+ "Description": "一把普通的鳞铁剑,可合成精品鳞铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10061,
+ "Name": "鳞铁剑",
+ "DetailsPageName": "鳞铁剑",
+ "Type": 10,
+ "RelatedId": 10061,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10060",
+ "Description": "一把品质精良的鳞铁剑,可合成极品鳞铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10062,
+ "Name": "鳞铁剑",
+ "DetailsPageName": "鳞铁剑",
+ "Type": 10,
+ "RelatedId": 10062,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10060",
+ "Description": "一把品质上乘的鳞铁剑,堪称极品。可以和绝品乌铁剑合成绝品鳞铁剑",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10100,
+ "Name": "石锤",
+ "DetailsPageName": "石锤",
+ "Type": 10,
+ "RelatedId": 10100,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10100",
+ "Description": "一把普通的石锤,可合成精品石锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10101,
+ "Name": "石锤",
+ "DetailsPageName": "石锤",
+ "Type": 10,
+ "RelatedId": 10101,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10100",
+ "Description": "一把品质精良的石锤,可合成极品石锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10102,
+ "Name": "石锤",
+ "DetailsPageName": "石锤",
+ "Type": 10,
+ "RelatedId": 10102,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10100",
+ "Description": "一把品质上乘的石锤,堪称极品。可以和绝品石锤图纸合成绝品石锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10110,
+ "Name": "铁锤",
+ "DetailsPageName": "铁锤",
+ "Type": 10,
+ "RelatedId": 10110,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10110",
+ "Description": "一把普通的铁锤,可合成精品铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10111,
+ "Name": "铁锤",
+ "DetailsPageName": "铁锤",
+ "Type": 10,
+ "RelatedId": 10111,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10110",
+ "Description": "一把品质精良的铁锤,可合成极品铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10112,
+ "Name": "铁锤",
+ "DetailsPageName": "铁锤",
+ "Type": 10,
+ "RelatedId": 10112,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10110",
+ "Description": "一把品质上乘的铁锤,堪称极品。可以和绝品石锤合成绝品铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10120,
+ "Name": "赤铁锤",
+ "DetailsPageName": "赤铁锤",
+ "Type": 10,
+ "RelatedId": 10120,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10120",
+ "Description": "一把普通的赤铁锤,可合成精品赤铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10121,
+ "Name": "赤铁锤",
+ "DetailsPageName": "赤铁锤",
+ "Type": 10,
+ "RelatedId": 10121,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10120",
+ "Description": "一把品质精良的赤铁锤,可合成极品赤铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10122,
+ "Name": "赤铁锤",
+ "DetailsPageName": "赤铁锤",
+ "Type": 10,
+ "RelatedId": 10122,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10120",
+ "Description": "一把品质上乘的赤铁锤,堪称极品。可以和绝品铁锤合成绝品赤铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10130,
+ "Name": "精铁锤",
+ "DetailsPageName": "精铁锤",
+ "Type": 10,
+ "RelatedId": 10130,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10130",
+ "Description": "一把普通的精铁锤,可合成精品精铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10131,
+ "Name": "精铁锤",
+ "DetailsPageName": "精铁锤",
+ "Type": 10,
+ "RelatedId": 10131,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10130",
+ "Description": "一把品质精良的精铁锤,可合成极品精铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10132,
+ "Name": "精铁锤",
+ "DetailsPageName": "精铁锤",
+ "Type": 10,
+ "RelatedId": 10132,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10130",
+ "Description": "一把品质上乘的精铁锤,堪称极品。可以和绝品赤铁锤合成绝品精铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10140,
+ "Name": "乌铁锤",
+ "DetailsPageName": "乌铁锤",
+ "Type": 10,
+ "RelatedId": 10140,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10140",
+ "Description": "一把普通的乌铁锤,可合成精品乌铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10141,
+ "Name": "乌铁锤",
+ "DetailsPageName": "乌铁锤",
+ "Type": 10,
+ "RelatedId": 10141,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10140",
+ "Description": "一把品质精良的乌铁锤,可合成极品乌铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10142,
+ "Name": "乌铁锤",
+ "DetailsPageName": "乌铁锤",
+ "Type": 10,
+ "RelatedId": 10142,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10140",
+ "Description": "一把品质上乘的乌铁锤,堪称极品。可以和绝品精铁锤合成绝品乌铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10150,
+ "Name": "青金锤",
+ "DetailsPageName": "青金锤",
+ "Type": 10,
+ "RelatedId": 10150,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10150",
+ "Description": "一把普通的青金锤,可合成精品青金锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10151,
+ "Name": "青金锤",
+ "DetailsPageName": "青金锤",
+ "Type": 10,
+ "RelatedId": 10151,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10150",
+ "Description": "一把品质精良的青金锤,可合成极品青金锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10152,
+ "Name": "青金锤",
+ "DetailsPageName": "青金锤",
+ "Type": 10,
+ "RelatedId": 10152,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10150",
+ "Description": "一把品质上乘的青金锤,堪称极品。可以和绝品乌铁锤合成绝品青金锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10160,
+ "Name": "鳞铁锤",
+ "DetailsPageName": "鳞铁锤",
+ "Type": 10,
+ "RelatedId": 10160,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10160",
+ "Description": "一把普通的鳞铁锤,可合成精品鳞铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10161,
+ "Name": "鳞铁锤",
+ "DetailsPageName": "鳞铁锤",
+ "Type": 10,
+ "RelatedId": 10161,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10160",
+ "Description": "一把品质精良的鳞铁锤,可合成极品鳞铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10162,
+ "Name": "鳞铁锤",
+ "DetailsPageName": "鳞铁锤",
+ "Type": 10,
+ "RelatedId": 10162,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10160",
+ "Description": "一把品质上乘的鳞铁锤,堪称极品。可以和绝品乌铁锤合成绝品鳞铁锤",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10200,
+ "Name": "石飞镖",
+ "DetailsPageName": "石飞镖",
+ "Type": 10,
+ "RelatedId": 10200,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10200",
+ "Description": "一把普通的石飞镖,可合成精品石飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10201,
+ "Name": "石飞镖",
+ "DetailsPageName": "石飞镖",
+ "Type": 10,
+ "RelatedId": 10201,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10200",
+ "Description": "一把品质精良的石飞镖,可合成极品石飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10202,
+ "Name": "石飞镖",
+ "DetailsPageName": "石飞镖",
+ "Type": 10,
+ "RelatedId": 10202,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10200",
+ "Description": "一把品质上乘的石飞镖,堪称极品。可以和绝品石飞镖图纸合成绝品石飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10210,
+ "Name": "铁飞镖",
+ "DetailsPageName": "铁飞镖",
+ "Type": 10,
+ "RelatedId": 10210,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10210",
+ "Description": "一把普通的铁飞镖,可合成精品铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10211,
+ "Name": "铁飞镖",
+ "DetailsPageName": "铁飞镖",
+ "Type": 10,
+ "RelatedId": 10211,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10210",
+ "Description": "一把品质精良的铁飞镖,可合成极品铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10212,
+ "Name": "铁飞镖",
+ "DetailsPageName": "铁飞镖",
+ "Type": 10,
+ "RelatedId": 10212,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10210",
+ "Description": "一把品质上乘的铁飞镖,堪称极品。可以和绝品石飞镖合成绝品铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10220,
+ "Name": "赤铁飞镖",
+ "DetailsPageName": "赤铁飞镖",
+ "Type": 10,
+ "RelatedId": 10220,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10220",
+ "Description": "一把普通的赤铁飞镖,可合成精品赤铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10221,
+ "Name": "赤铁飞镖",
+ "DetailsPageName": "赤铁飞镖",
+ "Type": 10,
+ "RelatedId": 10221,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10220",
+ "Description": "一把品质精良的赤铁飞镖,可合成极品赤铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10222,
+ "Name": "赤铁飞镖",
+ "DetailsPageName": "赤铁飞镖",
+ "Type": 10,
+ "RelatedId": 10222,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10220",
+ "Description": "一把品质上乘的赤铁飞镖,堪称极品。可以和绝品铁飞镖合成绝品赤铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10230,
+ "Name": "精铁飞镖",
+ "DetailsPageName": "精铁飞镖",
+ "Type": 10,
+ "RelatedId": 10230,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10230",
+ "Description": "一把普通的精铁飞镖,可合成精品精铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10231,
+ "Name": "精铁飞镖",
+ "DetailsPageName": "精铁飞镖",
+ "Type": 10,
+ "RelatedId": 10231,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10230",
+ "Description": "一把品质精良的精铁飞镖,可合成极品精铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10232,
+ "Name": "精铁飞镖",
+ "DetailsPageName": "精铁飞镖",
+ "Type": 10,
+ "RelatedId": 10232,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10230",
+ "Description": "一把品质上乘的精铁飞镖,堪称极品。可以和绝品赤铁飞镖合成绝品精铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10240,
+ "Name": "乌铁飞镖",
+ "DetailsPageName": "乌铁飞镖",
+ "Type": 10,
+ "RelatedId": 10240,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10240",
+ "Description": "一把普通的乌铁飞镖,可合成精品乌铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10241,
+ "Name": "乌铁飞镖",
+ "DetailsPageName": "乌铁飞镖",
+ "Type": 10,
+ "RelatedId": 10241,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10240",
+ "Description": "一把品质精良的乌铁飞镖,可合成极品乌铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10242,
+ "Name": "乌铁飞镖",
+ "DetailsPageName": "乌铁飞镖",
+ "Type": 10,
+ "RelatedId": 10242,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10240",
+ "Description": "一把品质上乘的乌铁飞镖,堪称极品。可以和绝品精铁飞镖合成绝品乌铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10250,
+ "Name": "青金飞镖",
+ "DetailsPageName": "青金飞镖",
+ "Type": 10,
+ "RelatedId": 10250,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10250",
+ "Description": "一把普通的青金飞镖,可合成精品青金飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10251,
+ "Name": "青金飞镖",
+ "DetailsPageName": "青金飞镖",
+ "Type": 10,
+ "RelatedId": 10251,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10250",
+ "Description": "一把品质精良的青金飞镖,可合成极品青金飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10252,
+ "Name": "青金飞镖",
+ "DetailsPageName": "青金飞镖",
+ "Type": 10,
+ "RelatedId": 10252,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10250",
+ "Description": "一把品质上乘的青金飞镖,堪称极品。可以和绝品乌铁飞镖合成绝品青金飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10260,
+ "Name": "鳞铁飞镖",
+ "DetailsPageName": "鳞铁飞镖",
+ "Type": 10,
+ "RelatedId": 10260,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10260",
+ "Description": "一把普通的鳞铁飞镖,可合成精品鳞铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10261,
+ "Name": "鳞铁飞镖",
+ "DetailsPageName": "鳞铁飞镖",
+ "Type": 10,
+ "RelatedId": 10261,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10260",
+ "Description": "一把品质精良的鳞铁飞镖,可合成极品鳞铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10262,
+ "Name": "鳞铁飞镖",
+ "DetailsPageName": "鳞铁飞镖",
+ "Type": 10,
+ "RelatedId": 10262,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10260",
+ "Description": "一把品质上乘的鳞铁飞镖,堪称极品。可以和绝品乌铁飞镖合成绝品鳞铁飞镖",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10300,
+ "Name": "石双刀",
+ "DetailsPageName": "石双刀",
+ "Type": 10,
+ "RelatedId": 10300,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10300",
+ "Description": "一把普通的石双刀,可合成精品石双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10301,
+ "Name": "石双刀",
+ "DetailsPageName": "石双刀",
+ "Type": 10,
+ "RelatedId": 10301,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10300",
+ "Description": "一把品质精良的石双刀,可合成极品石双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10302,
+ "Name": "石双刀",
+ "DetailsPageName": "石双刀",
+ "Type": 10,
+ "RelatedId": 10302,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10300",
+ "Description": "一把品质上乘的石双刀,堪称极品。可以和绝品石双刀图纸合成绝品石双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10310,
+ "Name": "铁双刀",
+ "DetailsPageName": "铁双刀",
+ "Type": 10,
+ "RelatedId": 10310,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10310",
+ "Description": "一把普通的铁双刀,可合成精品铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10311,
+ "Name": "铁双刀",
+ "DetailsPageName": "铁双刀",
+ "Type": 10,
+ "RelatedId": 10311,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10310",
+ "Description": "一把品质精良的铁双刀,可合成极品铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10312,
+ "Name": "铁双刀",
+ "DetailsPageName": "铁双刀",
+ "Type": 10,
+ "RelatedId": 10312,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10310",
+ "Description": "一把品质上乘的铁双刀,堪称极品。可以和绝品石双刀合成绝品铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10320,
+ "Name": "赤铁双刀",
+ "DetailsPageName": "赤铁双刀",
+ "Type": 10,
+ "RelatedId": 10320,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10320",
+ "Description": "一把普通的赤铁双刀,可合成精品赤铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10321,
+ "Name": "赤铁双刀",
+ "DetailsPageName": "赤铁双刀",
+ "Type": 10,
+ "RelatedId": 10321,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10320",
+ "Description": "一把品质精良的赤铁双刀,可合成极品赤铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10322,
+ "Name": "赤铁双刀",
+ "DetailsPageName": "赤铁双刀",
+ "Type": 10,
+ "RelatedId": 10322,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10320",
+ "Description": "一把品质上乘的赤铁双刀,堪称极品。可以和绝品铁双刀合成绝品赤铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10330,
+ "Name": "精铁双刀",
+ "DetailsPageName": "精铁双刀",
+ "Type": 10,
+ "RelatedId": 10330,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10330",
+ "Description": "一把普通的精铁双刀,可合成精品精铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10331,
+ "Name": "精铁双刀",
+ "DetailsPageName": "精铁双刀",
+ "Type": 10,
+ "RelatedId": 10331,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10330",
+ "Description": "一把品质精良的精铁双刀,可合成极品精铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10332,
+ "Name": "精铁双刀",
+ "DetailsPageName": "精铁双刀",
+ "Type": 10,
+ "RelatedId": 10332,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10330",
+ "Description": "一把品质上乘的精铁双刀,堪称极品。可以和绝品赤铁双刀合成绝品精铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10340,
+ "Name": "乌铁双刀",
+ "DetailsPageName": "乌铁双刀",
+ "Type": 10,
+ "RelatedId": 10340,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10340",
+ "Description": "一把普通的乌铁双刀,可合成精品乌铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10341,
+ "Name": "乌铁双刀",
+ "DetailsPageName": "乌铁双刀",
+ "Type": 10,
+ "RelatedId": 10341,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10340",
+ "Description": "一把品质精良的乌铁双刀,可合成极品乌铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10342,
+ "Name": "乌铁双刀",
+ "DetailsPageName": "乌铁双刀",
+ "Type": 10,
+ "RelatedId": 10342,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10340",
+ "Description": "一把品质上乘的乌铁双刀,堪称极品。可以和绝品精铁双刀合成绝品乌铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10350,
+ "Name": "青金双刀",
+ "DetailsPageName": "青金双刀",
+ "Type": 10,
+ "RelatedId": 10350,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10350",
+ "Description": "一把普通的青金双刀,可合成精品青金双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10351,
+ "Name": "青金双刀",
+ "DetailsPageName": "青金双刀",
+ "Type": 10,
+ "RelatedId": 10351,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10350",
+ "Description": "一把品质精良的青金双刀,可合成极品青金双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10352,
+ "Name": "青金双刀",
+ "DetailsPageName": "青金双刀",
+ "Type": 10,
+ "RelatedId": 10352,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10350",
+ "Description": "一把品质上乘的青金双刀,堪称极品。可以和绝品乌铁双刀合成绝品青金双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10360,
+ "Name": "鳞铁双刀",
+ "DetailsPageName": "鳞铁双刀",
+ "Type": 10,
+ "RelatedId": 10360,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10360",
+ "Description": "一把普通的鳞铁双刀,可合成精品鳞铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10361,
+ "Name": "鳞铁双刀",
+ "DetailsPageName": "鳞铁双刀",
+ "Type": 10,
+ "RelatedId": 10361,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10360",
+ "Description": "一把品质精良的鳞铁双刀,可合成极品鳞铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10362,
+ "Name": "鳞铁双刀",
+ "DetailsPageName": "鳞铁双刀",
+ "Type": 10,
+ "RelatedId": 10362,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10360",
+ "Description": "一把品质上乘的鳞铁双刀,堪称极品。可以和绝品乌铁双刀合成绝品鳞铁双刀",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10400,
+ "Name": "石棍",
+ "DetailsPageName": "石棍",
+ "Type": 10,
+ "RelatedId": 10400,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10400",
+ "Description": "一把普通的石棍,可合成精品石棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10401,
+ "Name": "石棍",
+ "DetailsPageName": "石棍",
+ "Type": 10,
+ "RelatedId": 10401,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10400",
+ "Description": "一把品质精良的石棍,可合成极品石棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10402,
+ "Name": "石棍",
+ "DetailsPageName": "石棍",
+ "Type": 10,
+ "RelatedId": 10402,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10400",
+ "Description": "一把品质上乘的石棍,堪称极品。可以和绝品石棍图纸合成绝品石棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10410,
+ "Name": "铁棍",
+ "DetailsPageName": "铁棍",
+ "Type": 10,
+ "RelatedId": 10410,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10410",
+ "Description": "一把普通的铁棍,可合成精品铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10411,
+ "Name": "铁棍",
+ "DetailsPageName": "铁棍",
+ "Type": 10,
+ "RelatedId": 10411,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10410",
+ "Description": "一把品质精良的铁棍,可合成极品铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10412,
+ "Name": "铁棍",
+ "DetailsPageName": "铁棍",
+ "Type": 10,
+ "RelatedId": 10412,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10410",
+ "Description": "一把品质上乘的铁棍,堪称极品。可以和绝品石棍合成绝品铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10420,
+ "Name": "赤铁棍",
+ "DetailsPageName": "赤铁棍",
+ "Type": 10,
+ "RelatedId": 10420,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10420",
+ "Description": "一把普通的赤铁棍,可合成精品赤铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10421,
+ "Name": "赤铁棍",
+ "DetailsPageName": "赤铁棍",
+ "Type": 10,
+ "RelatedId": 10421,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10420",
+ "Description": "一把品质精良的赤铁棍,可合成极品赤铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10422,
+ "Name": "赤铁棍",
+ "DetailsPageName": "赤铁棍",
+ "Type": 10,
+ "RelatedId": 10422,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10420",
+ "Description": "一把品质上乘的赤铁棍,堪称极品。可以和绝品铁棍合成绝品赤铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10430,
+ "Name": "精铁棍",
+ "DetailsPageName": "精铁棍",
+ "Type": 10,
+ "RelatedId": 10430,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10430",
+ "Description": "一把普通的精铁棍,可合成精品精铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10431,
+ "Name": "精铁棍",
+ "DetailsPageName": "精铁棍",
+ "Type": 10,
+ "RelatedId": 10431,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10430",
+ "Description": "一把品质精良的精铁棍,可合成极品精铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10432,
+ "Name": "精铁棍",
+ "DetailsPageName": "精铁棍",
+ "Type": 10,
+ "RelatedId": 10432,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10430",
+ "Description": "一把品质上乘的精铁棍,堪称极品。可以和绝品赤铁棍合成绝品精铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10440,
+ "Name": "乌铁棍",
+ "DetailsPageName": "乌铁棍",
+ "Type": 10,
+ "RelatedId": 10440,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10440",
+ "Description": "一把普通的乌铁棍,可合成精品乌铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10441,
+ "Name": "乌铁棍",
+ "DetailsPageName": "乌铁棍",
+ "Type": 10,
+ "RelatedId": 10441,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10440",
+ "Description": "一把品质精良的乌铁棍,可合成极品乌铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10442,
+ "Name": "乌铁棍",
+ "DetailsPageName": "乌铁棍",
+ "Type": 10,
+ "RelatedId": 10442,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10440",
+ "Description": "一把品质上乘的乌铁棍,堪称极品。可以和绝品精铁棍合成绝品乌铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10450,
+ "Name": "青金棍",
+ "DetailsPageName": "青金棍",
+ "Type": 10,
+ "RelatedId": 10450,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10450",
+ "Description": "一把普通的青金棍,可合成精品青金棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10451,
+ "Name": "青金棍",
+ "DetailsPageName": "青金棍",
+ "Type": 10,
+ "RelatedId": 10451,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10450",
+ "Description": "一把品质精良的青金棍,可合成极品青金棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10452,
+ "Name": "青金棍",
+ "DetailsPageName": "青金棍",
+ "Type": 10,
+ "RelatedId": 10452,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10450",
+ "Description": "一把品质上乘的青金棍,堪称极品。可以和绝品乌铁棍合成绝品青金棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10460,
+ "Name": "鳞铁棍",
+ "DetailsPageName": "鳞铁棍",
+ "Type": 10,
+ "RelatedId": 10460,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10460",
+ "Description": "一把普通的鳞铁棍,可合成精品鳞铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10461,
+ "Name": "鳞铁棍",
+ "DetailsPageName": "鳞铁棍",
+ "Type": 10,
+ "RelatedId": 10461,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10460",
+ "Description": "一把品质精良的鳞铁棍,可合成极品鳞铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10462,
+ "Name": "鳞铁棍",
+ "DetailsPageName": "鳞铁棍",
+ "Type": 10,
+ "RelatedId": 10462,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10460",
+ "Description": "一把品质上乘的鳞铁棍,堪称极品。可以和绝品乌铁棍合成绝品鳞铁棍",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10500,
+ "Name": "石弓",
+ "DetailsPageName": "石弓",
+ "Type": 10,
+ "RelatedId": 10500,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10500",
+ "Description": "一把普通的石弓,可合成精品石弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10501,
+ "Name": "石弓",
+ "DetailsPageName": "石弓",
+ "Type": 10,
+ "RelatedId": 10501,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10500",
+ "Description": "一把品质精良的石弓,可合成极品石弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10502,
+ "Name": "石弓",
+ "DetailsPageName": "石弓",
+ "Type": 10,
+ "RelatedId": 10502,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10500",
+ "Description": "一把品质上乘的石弓,堪称极品。可以和绝品石弓图纸合成绝品石弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10510,
+ "Name": "铁弓",
+ "DetailsPageName": "铁弓",
+ "Type": 10,
+ "RelatedId": 10510,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10510",
+ "Description": "一把普通的铁弓,可合成精品铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10511,
+ "Name": "铁弓",
+ "DetailsPageName": "铁弓",
+ "Type": 10,
+ "RelatedId": 10511,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10510",
+ "Description": "一把品质精良的铁弓,可合成极品铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10512,
+ "Name": "铁弓",
+ "DetailsPageName": "铁弓",
+ "Type": 10,
+ "RelatedId": 10512,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10510",
+ "Description": "一把品质上乘的铁弓,堪称极品。可以和绝品石弓合成绝品铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10520,
+ "Name": "赤铁弓",
+ "DetailsPageName": "赤铁弓",
+ "Type": 10,
+ "RelatedId": 10520,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10520",
+ "Description": "一把普通的赤铁弓,可合成精品赤铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10521,
+ "Name": "赤铁弓",
+ "DetailsPageName": "赤铁弓",
+ "Type": 10,
+ "RelatedId": 10521,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10520",
+ "Description": "一把品质精良的赤铁弓,可合成极品赤铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10522,
+ "Name": "赤铁弓",
+ "DetailsPageName": "赤铁弓",
+ "Type": 10,
+ "RelatedId": 10522,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10520",
+ "Description": "一把品质上乘的赤铁弓,堪称极品。可以和绝品铁弓合成绝品赤铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10530,
+ "Name": "精铁弓",
+ "DetailsPageName": "精铁弓",
+ "Type": 10,
+ "RelatedId": 10530,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10530",
+ "Description": "一把普通的精铁弓,可合成精品精铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10531,
+ "Name": "精铁弓",
+ "DetailsPageName": "精铁弓",
+ "Type": 10,
+ "RelatedId": 10531,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10530",
+ "Description": "一把品质精良的精铁弓,可合成极品精铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10532,
+ "Name": "精铁弓",
+ "DetailsPageName": "精铁弓",
+ "Type": 10,
+ "RelatedId": 10532,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10530",
+ "Description": "一把品质上乘的精铁弓,堪称极品。可以和绝品赤铁弓合成绝品精铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10540,
+ "Name": "乌铁弓",
+ "DetailsPageName": "乌铁弓",
+ "Type": 10,
+ "RelatedId": 10540,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10540",
+ "Description": "一把普通的乌铁弓,可合成精品乌铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10541,
+ "Name": "乌铁弓",
+ "DetailsPageName": "乌铁弓",
+ "Type": 10,
+ "RelatedId": 10541,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10540",
+ "Description": "一把品质精良的乌铁弓,可合成极品乌铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10542,
+ "Name": "乌铁弓",
+ "DetailsPageName": "乌铁弓",
+ "Type": 10,
+ "RelatedId": 10542,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10540",
+ "Description": "一把品质上乘的乌铁弓,堪称极品。可以和绝品精铁弓合成绝品乌铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10550,
+ "Name": "青金弓",
+ "DetailsPageName": "青金弓",
+ "Type": 10,
+ "RelatedId": 10550,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10550",
+ "Description": "一把普通的青金弓,可合成精品青金弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10551,
+ "Name": "青金弓",
+ "DetailsPageName": "青金弓",
+ "Type": 10,
+ "RelatedId": 10551,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10550",
+ "Description": "一把品质精良的青金弓,可合成极品青金弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10552,
+ "Name": "青金弓",
+ "DetailsPageName": "青金弓",
+ "Type": 10,
+ "RelatedId": 10552,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10550",
+ "Description": "一把品质上乘的青金弓,堪称极品。可以和绝品乌铁弓合成绝品青金弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10560,
+ "Name": "鳞铁弓",
+ "DetailsPageName": "鳞铁弓",
+ "Type": 10,
+ "RelatedId": 10560,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10560",
+ "Description": "一把普通的鳞铁弓,可合成精品鳞铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10561,
+ "Name": "鳞铁弓",
+ "DetailsPageName": "鳞铁弓",
+ "Type": 10,
+ "RelatedId": 10561,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10560",
+ "Description": "一把品质精良的鳞铁弓,可合成极品鳞铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 10562,
+ "Name": "鳞铁弓",
+ "DetailsPageName": "鳞铁弓",
+ "Type": 10,
+ "RelatedId": 10562,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_10560",
+ "Description": "一把品质上乘的鳞铁弓,堪称极品。可以和绝品乌铁弓合成绝品鳞铁弓",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20000,
+ "Name": "布甲",
+ "DetailsPageName": "布甲",
+ "Type": 10,
+ "RelatedId": 20000,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20000",
+ "Description": "一件普通的布甲,可合成精品布甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20001,
+ "Name": "布甲",
+ "DetailsPageName": "布甲",
+ "Type": 10,
+ "RelatedId": 20001,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20000",
+ "Description": "一件品质精良的布甲,可合成极品布甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20002,
+ "Name": "布甲",
+ "DetailsPageName": "布甲",
+ "Type": 10,
+ "RelatedId": 20002,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20000",
+ "Description": "一件品质上乘的布甲,堪称极品。可以和绝品布甲图纸合成绝品布甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20010,
+ "Name": "粗皮甲",
+ "DetailsPageName": "粗皮甲",
+ "Type": 10,
+ "RelatedId": 20010,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20010",
+ "Description": "一件普通的粗皮甲,可合成精品粗皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20011,
+ "Name": "粗皮甲",
+ "DetailsPageName": "粗皮甲",
+ "Type": 10,
+ "RelatedId": 20011,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20010",
+ "Description": "一件品质精良的粗皮甲,可合成极品粗皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20012,
+ "Name": "粗皮甲",
+ "DetailsPageName": "粗皮甲",
+ "Type": 10,
+ "RelatedId": 20012,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20010",
+ "Description": "一件品质上乘的粗皮甲,堪称极品。可以和绝品布甲合成绝品粗皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20020,
+ "Name": "兽皮甲",
+ "DetailsPageName": "兽皮甲",
+ "Type": 10,
+ "RelatedId": 20020,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20020",
+ "Description": "一件普通的兽皮甲,可合成精品兽皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20021,
+ "Name": "兽皮甲",
+ "DetailsPageName": "兽皮甲",
+ "Type": 10,
+ "RelatedId": 20021,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20020",
+ "Description": "一件品质精良的兽皮甲,可合成极品兽皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20022,
+ "Name": "兽皮甲",
+ "DetailsPageName": "兽皮甲",
+ "Type": 10,
+ "RelatedId": 20022,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20020",
+ "Description": "一件品质上乘的兽皮甲,堪称极品。可以和绝品兽皮甲合成绝品兽皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20030,
+ "Name": "厚皮甲",
+ "DetailsPageName": "厚皮甲",
+ "Type": 10,
+ "RelatedId": 20030,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20030",
+ "Description": "一件普通的厚皮甲,可合成精品厚皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20031,
+ "Name": "厚皮甲",
+ "DetailsPageName": "厚皮甲",
+ "Type": 10,
+ "RelatedId": 20031,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20030",
+ "Description": "一件品质精良的厚皮甲,可合成极品厚皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20032,
+ "Name": "厚皮甲",
+ "DetailsPageName": "厚皮甲",
+ "Type": 10,
+ "RelatedId": 20032,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20030",
+ "Description": "一件品质上乘的厚皮甲,堪称极品。可以和绝品兽皮甲合成绝品厚皮甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20040,
+ "Name": "粗铠甲",
+ "DetailsPageName": "粗铠甲",
+ "Type": 10,
+ "RelatedId": 20040,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20040",
+ "Description": "一件普通的粗铠甲,可合成精品粗铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20041,
+ "Name": "粗铠甲",
+ "DetailsPageName": "粗铠甲",
+ "Type": 10,
+ "RelatedId": 20041,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20040",
+ "Description": "一件品质精良的粗铠甲,可合成极品粗铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20042,
+ "Name": "粗铠甲",
+ "DetailsPageName": "粗铠甲",
+ "Type": 10,
+ "RelatedId": 20042,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20040",
+ "Description": "一件品质上乘的粗铠甲,堪称极品。可以和绝品精铁剑合成绝品粗铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20050,
+ "Name": "兽铠甲",
+ "DetailsPageName": "兽铠甲",
+ "Type": 10,
+ "RelatedId": 20050,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20050",
+ "Description": "一件普通的兽铠甲,可合成精品兽铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20051,
+ "Name": "兽铠甲",
+ "DetailsPageName": "兽铠甲",
+ "Type": 10,
+ "RelatedId": 20051,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20050",
+ "Description": "一件品质精良的兽铠甲,可合成极品兽铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20052,
+ "Name": "兽铠甲",
+ "DetailsPageName": "兽铠甲",
+ "Type": 10,
+ "RelatedId": 20052,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20050",
+ "Description": "一件品质上乘的兽铠甲,堪称极品。可以和绝品粗铠甲合成绝品兽铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20060,
+ "Name": "厚铠甲",
+ "DetailsPageName": "厚铠甲",
+ "Type": 10,
+ "RelatedId": 20060,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 1,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20060",
+ "Description": "一件普通的厚铠甲,可合成精品厚铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20061,
+ "Name": "厚铠甲",
+ "DetailsPageName": "厚铠甲",
+ "Type": 10,
+ "RelatedId": 20061,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 2,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20060",
+ "Description": "一件品质精良的厚铠甲,可合成极品厚铠甲",
+ "GetMethod": "材料合成"
+ },
+ {
+ "Id": 20062,
+ "Name": "厚铠甲",
+ "DetailsPageName": "厚铠甲",
+ "Type": 10,
+ "RelatedId": 20062,
+ "StockType": 4,
+ "StorageType": 1,
+ "Transport": false,
+ "BackpackTransfer": true,
+ "SuperpositionMax": 1,
+ "StorageMax": 99999999,
+ "AbleThrow": true,
+ "Gift": false,
+ "Favorability": 0,
+ "Track": false,
+ "Grade": 3,
+ "TreasureBowl": false,
+ "Icon": "Item_Icon_20060",
+ "Description": "一件品质上乘的厚铠甲,堪称极品。可以和绝品兽铠甲合成绝品厚铠甲",
+ "GetMethod": "材料合成"
+ }
+]
\ No newline at end of file
diff --git a/config/ArtResourcesConfigCategory.json b/config/ArtResourcesConfigCategory.json
new file mode 100644
index 0000000..83c72dc
--- /dev/null
+++ b/config/ArtResourcesConfigCategory.json
@@ -0,0 +1,475 @@
+[
+ {
+ "Id": 1,
+ "ParentId": 1,
+ "Shape": "Resource_1_1",
+ "SeasonShape": [
+ "Resource_1_1",
+ "Resource_1_1",
+ "Resource_1_1",
+ "Resource_1_1"
+ ]
+ },
+ {
+ "Id": 2,
+ "ParentId": 1,
+ "Shape": "Resource_1_2",
+ "SeasonShape": [
+ "Resource_1_2",
+ "Resource_1_2",
+ "Resource_1_2",
+ "Resource_1_2"
+ ]
+ },
+ {
+ "Id": 3,
+ "ParentId": 1,
+ "Shape": "Resource_1_3",
+ "SeasonShape": [
+ "Resource_1_3",
+ "Resource_1_3",
+ "Resource_1_3",
+ "Resource_1_3"
+ ]
+ },
+ {
+ "Id": 4,
+ "ParentId": 1,
+ "Shape": "Resource_1_4",
+ "SeasonShape": [
+ "Resource_1_4",
+ "Resource_1_4",
+ "Resource_1_4",
+ "Resource_1_4"
+ ]
+ },
+ {
+ "Id": 5,
+ "ParentId": 3,
+ "Shape": "Resource_3_1",
+ "SeasonShape": [
+ "Resource_3_1",
+ "Resource_3_1",
+ "Resource_3_1",
+ "Resource_3_1"
+ ]
+ },
+ {
+ "Id": 6,
+ "ParentId": 3,
+ "Shape": "Resource_3_2",
+ "SeasonShape": [
+ "Resource_3_2",
+ "Resource_3_2",
+ "Resource_3_2",
+ "Resource_3_2"
+ ]
+ },
+ {
+ "Id": 7,
+ "ParentId": 3,
+ "Shape": "Resource_3_3",
+ "SeasonShape": [
+ "Resource_3_3",
+ "Resource_3_3",
+ "Resource_3_3",
+ "Resource_3_3"
+ ]
+ },
+ {
+ "Id": 8,
+ "ParentId": 4,
+ "Shape": "Resource_4_1",
+ "SeasonShape": [
+ "Resource_4_1",
+ "Resource_4_1",
+ "Resource_4_1",
+ "Resource_4_1"
+ ]
+ },
+ {
+ "Id": 9,
+ "ParentId": 4,
+ "Shape": "Resource_4_2",
+ "SeasonShape": [
+ "Resource_4_2",
+ "Resource_4_2",
+ "Resource_4_2",
+ "Resource_4_2"
+ ]
+ },
+ {
+ "Id": 10,
+ "ParentId": 4,
+ "Shape": "Resource_4_3",
+ "SeasonShape": [
+ "Resource_4_3",
+ "Resource_4_3",
+ "Resource_4_3",
+ "Resource_4_3"
+ ]
+ },
+ {
+ "Id": 11,
+ "ParentId": 5,
+ "Shape": "Resource_5_1",
+ "SeasonShape": [
+ "Resource_5_1",
+ "Resource_5_1",
+ "Resource_5_1",
+ "Resource_5_1"
+ ]
+ },
+ {
+ "Id": 12,
+ "ParentId": 2,
+ "Shape": "Resource_2_1",
+ "SeasonShape": [
+ "Resource_2_1",
+ "Resource_2_1",
+ "Resource_2_1",
+ "Resource_2_1"
+ ]
+ },
+ {
+ "Id": 13,
+ "ParentId": 6,
+ "Shape": "Resource_6_1",
+ "SeasonShape": [
+ "Resource_6_1",
+ "Resource_6_1",
+ "Resource_6_1",
+ "Resource_6_1"
+ ]
+ },
+ {
+ "Id": 14,
+ "ParentId": 7,
+ "Shape": "Resource_7_1",
+ "SeasonShape": [
+ "Resource_7_1",
+ "Resource_7_1",
+ "Resource_7_1",
+ "Resource_7_1"
+ ]
+ },
+ {
+ "Id": 15,
+ "ParentId": 11,
+ "Shape": "Resource_11_1",
+ "SeasonShape": [
+ "Resource_11_1_a",
+ "Resource_11_1_b",
+ "Resource_11_1_b",
+ "Resource_11_1_d"
+ ]
+ },
+ {
+ "Id": 18,
+ "ParentId": 8,
+ "Shape": "Resource_8_1",
+ "SeasonShape": [
+ "Resource_8_1",
+ "Resource_8_1",
+ "Resource_8_1",
+ "Resource_8_1"
+ ]
+ },
+ {
+ "Id": 19,
+ "ParentId": 8,
+ "Shape": "Resource_8_2",
+ "SeasonShape": [
+ "Resource_8_2",
+ "Resource_8_2",
+ "Resource_8_2",
+ "Resource_8_2"
+ ]
+ },
+ {
+ "Id": 21,
+ "ParentId": 18,
+ "Shape": "Resource_18_1",
+ "SeasonShape": [
+ "Resource_18_1",
+ "Resource_18_1",
+ "Resource_18_1",
+ "Resource_18_1"
+ ]
+ },
+ {
+ "Id": 22,
+ "ParentId": 18,
+ "Shape": "Resource_18_2",
+ "SeasonShape": [
+ "Resource_18_2",
+ "Resource_18_2",
+ "Resource_18_2",
+ "Resource_18_2"
+ ]
+ },
+ {
+ "Id": 23,
+ "ParentId": 9,
+ "Shape": "Resource_9_1",
+ "SeasonShape": [
+ "Resource_9_1",
+ "Resource_9_1",
+ "Resource_9_1",
+ "Resource_9_1"
+ ]
+ },
+ {
+ "Id": 24,
+ "ParentId": 9,
+ "Shape": "Resource_9_2",
+ "SeasonShape": [
+ "Resource_9_2",
+ "Resource_9_2",
+ "Resource_9_2",
+ "Resource_9_2"
+ ]
+ },
+ {
+ "Id": 25,
+ "ParentId": 12,
+ "Shape": "Resource_12_1",
+ "SeasonShape": [
+ "Resource_12_1",
+ "Resource_12_1",
+ "Resource_12_1",
+ "Resource_12_1"
+ ]
+ },
+ {
+ "Id": 28,
+ "ParentId": 13,
+ "Shape": "Resource_13_1",
+ "SeasonShape": [
+ "Resource_13_1",
+ "Resource_13_1",
+ "Resource_13_1",
+ "Resource_13_1"
+ ]
+ },
+ {
+ "Id": 30,
+ "ParentId": 14,
+ "Shape": "Resource_14_1",
+ "SeasonShape": [
+ "Resource_14_1",
+ "Resource_14_1",
+ "Resource_14_1",
+ "Resource_14_1"
+ ]
+ },
+ {
+ "Id": 34,
+ "ParentId": 20,
+ "Shape": "Resource_20_1",
+ "SeasonShape": [
+ "Resource_20_1",
+ "Resource_20_1",
+ "Resource_20_1",
+ "Resource_20_1"
+ ]
+ },
+ {
+ "Id": 35,
+ "ParentId": 20,
+ "Shape": "Resource_20_2",
+ "SeasonShape": [
+ "Resource_20_2",
+ "Resource_20_2",
+ "Resource_20_2",
+ "Resource_20_2"
+ ]
+ },
+ {
+ "Id": 36,
+ "ParentId": 21,
+ "Shape": "Resource_21_1",
+ "SeasonShape": [
+ "Resource_21_1",
+ "Resource_21_1",
+ "Resource_21_1",
+ "Resource_21_1"
+ ]
+ },
+ {
+ "Id": 37,
+ "ParentId": 21,
+ "Shape": "Resource_21_2",
+ "SeasonShape": [
+ "Resource_21_2",
+ "Resource_21_2",
+ "Resource_21_2",
+ "Resource_21_2"
+ ]
+ },
+ {
+ "Id": 38,
+ "ParentId": 22,
+ "Shape": "Resource_22_1",
+ "SeasonShape": [
+ "Resource_22_1",
+ "Resource_22_1",
+ "Resource_22_1",
+ "Resource_22_1"
+ ]
+ },
+ {
+ "Id": 39,
+ "ParentId": 22,
+ "Shape": "Resource_22_2",
+ "SeasonShape": [
+ "Resource_22_2",
+ "Resource_22_2",
+ "Resource_22_2",
+ "Resource_22_2"
+ ]
+ },
+ {
+ "Id": 40,
+ "ParentId": 17,
+ "Shape": "Resource_17_1",
+ "SeasonShape": [
+ "Resource_17_1",
+ "Resource_17_1",
+ "Resource_17_1",
+ "Resource_17_1"
+ ]
+ },
+ {
+ "Id": 41,
+ "ParentId": 200,
+ "Shape": "Resource_200_1",
+ "SeasonShape": [
+ "Resource_200_1",
+ "Resource_200_1",
+ "Resource_200_1",
+ "Resource_200_1"
+ ]
+ },
+ {
+ "Id": 42,
+ "ParentId": 206,
+ "Shape": "Resource_206_1",
+ "SeasonShape": [
+ "Resource_206_1",
+ "Resource_206_1",
+ "Resource_206_1",
+ "Resource_206_1"
+ ]
+ },
+ {
+ "Id": 43,
+ "ParentId": 205,
+ "Shape": "Resource_205_1",
+ "SeasonShape": [
+ "Resource_205_1",
+ "Resource_205_1",
+ "Resource_205_1",
+ "Resource_205_1"
+ ]
+ },
+ {
+ "Id": 44,
+ "ParentId": 19,
+ "Shape": "Resource_19_1",
+ "SeasonShape": [
+ "Resource_19_1",
+ "Resource_19_1",
+ "Resource_19_1",
+ "Resource_19_1"
+ ]
+ },
+ {
+ "Id": 45,
+ "ParentId": 19,
+ "Shape": "Resource_19_2",
+ "SeasonShape": [
+ "Resource_19_2",
+ "Resource_19_2",
+ "Resource_19_2",
+ "Resource_19_2"
+ ]
+ },
+ {
+ "Id": 46,
+ "ParentId": 23,
+ "Shape": "Resource_1_1",
+ "SeasonShape": [
+ "Resource_1_1",
+ "Resource_1_1",
+ "Resource_1_1",
+ "Resource_1_1"
+ ]
+ },
+ {
+ "Id": 47,
+ "ParentId": 23,
+ "Shape": "Resource_1_2",
+ "SeasonShape": [
+ "Resource_1_2",
+ "Resource_1_2",
+ "Resource_1_2",
+ "Resource_1_2"
+ ]
+ },
+ {
+ "Id": 48,
+ "ParentId": 23,
+ "Shape": "Resource_1_3",
+ "SeasonShape": [
+ "Resource_1_3",
+ "Resource_1_3",
+ "Resource_1_3",
+ "Resource_1_3"
+ ]
+ },
+ {
+ "Id": 49,
+ "ParentId": 23,
+ "Shape": "Resource_1_4",
+ "SeasonShape": [
+ "Resource_1_4",
+ "Resource_1_4",
+ "Resource_1_4",
+ "Resource_1_4"
+ ]
+ },
+ {
+ "Id": 50,
+ "ParentId": 24,
+ "Shape": "Resource_24_1",
+ "SeasonShape": [
+ "Resource_24_1",
+ "Resource_24_1",
+ "Resource_24_1",
+ "Resource_24_1"
+ ]
+ },
+ {
+ "Id": 51,
+ "ParentId": 25,
+ "Shape": "Resource_25_1",
+ "SeasonShape": [
+ "Resource_25_1",
+ "Resource_25_1",
+ "Resource_25_1",
+ "Resource_25_1"
+ ]
+ },
+ {
+ "Id": 52,
+ "ParentId": 27,
+ "Shape": "Resource_27_1",
+ "SeasonShape": [
+ "Resource_27_1_a",
+ "Resource_27_1_a",
+ "Resource_27_1",
+ "Resource_27_1"
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/AttributesConfigCategory.json b/config/AttributesConfigCategory.json
new file mode 100644
index 0000000..5224f56
--- /dev/null
+++ b/config/AttributesConfigCategory.json
@@ -0,0 +1,1127 @@
+[
+ {
+ "Id": 1001,
+ "Name": "劳力",
+ "Field": "Labor",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1002,
+ "Name": "智慧",
+ "Field": "Wisdom",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1100,
+ "Name": "小麦增产",
+ "Field": "WheatProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1101,
+ "Name": "水稻增产",
+ "Field": "RiceProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1102,
+ "Name": "大豆增产",
+ "Field": "SoybeansProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1103,
+ "Name": "白菜增产",
+ "Field": "CabbageProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1104,
+ "Name": "糯米增产",
+ "Field": "StickyRiceProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1105,
+ "Name": "萝卜增产",
+ "Field": "RadishProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1106,
+ "Name": "冬瓜增产",
+ "Field": "WinterMelonProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1107,
+ "Name": "南瓜增产",
+ "Field": "PumpkinProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1108,
+ "Name": "食物增产",
+ "Field": "FoodProduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1109,
+ "Name": "耐久损耗",
+ "Field": "DurableDamage",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1110,
+ "Name": "制作时间",
+ "Field": "ManufactureTime",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1114,
+ "Name": "全劳作收益",
+ "Field": "Work",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1300,
+ "Name": "体魄等级",
+ "Field": "BodySoulLv",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1301,
+ "Name": "经验",
+ "Field": "Exp",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1302,
+ "Name": "阅历",
+ "Field": "Yueli",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1401,
+ "Name": "生命值",
+ "Field": "HP",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1402,
+ "Name": "生命",
+ "Field": "MaxHp",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1403,
+ "Name": "攻击",
+ "Field": "ATK",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1404,
+ "Name": "防御",
+ "Field": "DEF",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1405,
+ "Name": "能量值",
+ "Field": "MP",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1406,
+ "Name": "能量上限",
+ "Field": "MPMax",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1407,
+ "Name": "能量消耗",
+ "Field": "MPCost",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1408,
+ "Name": "移速",
+ "Field": "MoveSpeed",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1409,
+ "Name": "攻速",
+ "Field": "AttackSpeed",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1410,
+ "Name": "暴击伤害",
+ "Field": "CriticalDamage",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1411,
+ "Name": "暴击率",
+ "Field": "Crit",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1412,
+ "Name": "命中",
+ "Field": "Hit",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1413,
+ "Name": "闪避",
+ "Field": "Dodge",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1414,
+ "Name": "生命加成",
+ "Field": "HPGrow",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1415,
+ "Name": "防御加成",
+ "Field": "DEFGrow",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1416,
+ "Name": "攻击加成",
+ "Field": "ATKGrow",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1417,
+ "Name": "攻速加成",
+ "Field": "WSPGrow",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1418,
+ "Name": "生命恢复",
+ "Field": "HpRecovery",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1421,
+ "Name": "反弹伤害",
+ "Field": "DamageRebound",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1422,
+ "Name": "能量恢复",
+ "Field": "MPRecover",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1423,
+ "Name": "吸血",
+ "Field": "SuckBlood",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1424,
+ "Name": "仇恨系数",
+ "Field": "Hate",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1425,
+ "Name": "普通目标",
+ "Field": "TargetNum",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1426,
+ "Name": "技能CD",
+ "Field": "SkillCD",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1427,
+ "Name": "攻击回血",
+ "Field": "AttackBackBlood",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1428,
+ "Name": "伤害累计",
+ "Field": "CumulativeDamage",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1429,
+ "Name": "命中率",
+ "Field": "HitRate",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1430,
+ "Name": "闪避率",
+ "Field": "DodgeRate",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1432,
+ "Name": "增伤",
+ "Field": "IncreaseDamage",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1433,
+ "Name": "免伤",
+ "Field": "DamageReduction",
+ "IsFloat": true,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 2
+ },
+ {
+ "Id": 1434,
+ "Name": "自身受到治疗",
+ "Field": "BeTreated",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1435,
+ "Name": "仇恨值",
+ "Field": "HateValue",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1436,
+ "Name": "穿透方向",
+ "Field": "PenetrationDirection",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1437,
+ "Name": "受到伤害",
+ "Field": "BeHurt",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 1438,
+ "Name": "吸收伤害",
+ "Field": "AbsorbDamage",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 1439,
+ "Name": "治疗效果",
+ "Field": "TreatmentEffect",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 2000,
+ "Name": "攻击下限",
+ "Field": "ATKMin",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2001,
+ "Name": "攻击上限",
+ "Field": "ATKMax",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2002,
+ "Name": "武器伤害",
+ "Field": "WeaponDamage",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2003,
+ "Name": "火抗性",
+ "Field": "FireResistance",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2004,
+ "Name": "雷抗性",
+ "Field": "ThunderResistance",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2005,
+ "Name": "毒抗性",
+ "Field": "PoisonResistance",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2006,
+ "Name": "冰抗性",
+ "Field": "IceResistance",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2007,
+ "Name": "建筑名称",
+ "Field": "BuildingName",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2008,
+ "Name": "耐久",
+ "Field": "Durable",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 2009,
+ "Name": "体量",
+ "Field": "Volume",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 2010,
+ "Name": "交互人数",
+ "Field": "Worker",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2011,
+ "Name": "资源名称",
+ "Field": "ResourceName",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2012,
+ "Name": "采集次数",
+ "Field": "Collection_Num",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2013,
+ "Name": "基础产出",
+ "Field": "BaseOutput",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2014,
+ "Name": "解锁条件",
+ "Field": "UnlockCondition",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2015,
+ "Name": "铲除性",
+ "Field": "RootOut",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2016,
+ "Name": "材料类型",
+ "Field": "MaterialType",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2017,
+ "Name": "成长时间",
+ "Field": "GrowthTime",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2018,
+ "Name": "幼苗编号",
+ "Field": "SaplingId",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 2019,
+ "Name": "统帅力",
+ "Field": "Domination",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3001,
+ "Name": "人口",
+ "Field": "Population",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3002,
+ "Name": "时间",
+ "Field": "Time",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3003,
+ "Name": "季节",
+ "Field": "Season",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3004,
+ "Name": "规模",
+ "Field": "Scale",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3005,
+ "Name": "繁荣",
+ "Field": "Prosperity",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3006,
+ "Name": "食物",
+ "Field": "Food",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3007,
+ "Name": "铜钱",
+ "Field": "Copper",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3008,
+ "Name": "金元宝",
+ "Field": "GoldIngot",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3009,
+ "Name": "日夜",
+ "Field": "Day_Night",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3010,
+ "Name": "凝时",
+ "Field": "FrozenTime",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3100,
+ "Name": "人物姓名",
+ "Field": "Name",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3101,
+ "Name": "年龄",
+ "Field": "Age",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3102,
+ "Name": "性别",
+ "Field": "Gender",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3103,
+ "Name": "寿命",
+ "Field": "LifeMax",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3104,
+ "Name": "体质",
+ "Field": "Physique",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3105,
+ "Name": "寿命经验",
+ "Field": "LifeExp",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3106,
+ "Name": "体质经验",
+ "Field": "PhysiqueExp",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3107,
+ "Name": "劳力经验",
+ "Field": "LaborExp",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3108,
+ "Name": "智慧经验",
+ "Field": "WisdomExp",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3109,
+ "Name": "内疾减免",
+ "Field": "IllnessReduce",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3110,
+ "Name": "好感度",
+ "Field": "Impression",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3111,
+ "Name": "外伤值",
+ "Field": "Injury",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3112,
+ "Name": "内疾值",
+ "Field": "Illness",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3113,
+ "Name": "采集收益",
+ "Field": "CollectionIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3114,
+ "Name": "砍伐收益",
+ "Field": "LoggingIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3115,
+ "Name": "挖掘收益",
+ "Field": "MiningIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3116,
+ "Name": "捕鱼收益",
+ "Field": "FishingIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3117,
+ "Name": "建造收益",
+ "Field": "ConstructionIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3118,
+ "Name": "农活收益",
+ "Field": "FarmIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3119,
+ "Name": "打猎收益",
+ "Field": "HuntingIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3120,
+ "Name": "科研收益",
+ "Field": "ScientificIncome",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3121,
+ "Name": "制作优质药品",
+ "Field": "Pharmacist",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3122,
+ "Name": "制作优质食物",
+ "Field": "Chef",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3123,
+ "Name": "寿命经验获取",
+ "Field": "LifeExpObtain",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 3124,
+ "Name": "体质经验",
+ "Field": "PhysiqueExpObtain",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3125,
+ "Name": "劳力经验",
+ "Field": "LaborExpObtain",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3126,
+ "Name": "智慧经验",
+ "Field": "WisdomExpObtain",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3127,
+ "Name": "伤疾减免",
+ "Field": "DiseaseDeduction",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 3200,
+ "Name": "建筑耐久恢复",
+ "Field": "DurableRecover",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": true,
+ "ShowType": 1
+ },
+ {
+ "Id": 4000,
+ "Name": "凝时获取间隔",
+ "Field": "FrozenTimeGetCD",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 4001,
+ "Name": "建造速度",
+ "Field": "ConstructionSpeed",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 2
+ },
+ {
+ "Id": 4002,
+ "Name": "不死树庇护数量",
+ "Field": "EgisCount",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 4003,
+ "Name": "修理耗材数",
+ "Field": "RepairRequire",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 2
+ },
+ {
+ "Id": 4004,
+ "Name": "神秘商人货物栏",
+ "Field": "MysteryMerchantSlotCount",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 4005,
+ "Name": "不死树施肥次数",
+ "Field": "FertilizationCount",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 4006,
+ "Name": "幼苗成长时间",
+ "Field": "SeedlingGrowthTime",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 2
+ },
+ {
+ "Id": 4007,
+ "Name": "居所容纳人数增加",
+ "Field": "HouseCapacity",
+ "IsFloat": false,
+ "IsNumeric": true,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 9995,
+ "Name": "给攻击方上buff",
+ "Field": "AtkerInvokeBuff",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 9996,
+ "Name": "替换技能",
+ "Field": "ReplaceSkill",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 9997,
+ "Name": "调用技能",
+ "Field": "InvokeSkill",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 9998,
+ "Name": "给自己上BUFF",
+ "Field": "SelfInvokeBuff",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ },
+ {
+ "Id": 9999,
+ "Name": "给目标上BUFF",
+ "Field": "TargetInvokeBuff",
+ "IsFloat": false,
+ "IsNumeric": false,
+ "ChangeSpecialEffects": false,
+ "ShowType": 1
+ }
+]
\ No newline at end of file
diff --git a/config/BatchRegistrationConfigCategory.json b/config/BatchRegistrationConfigCategory.json
new file mode 100644
index 0000000..2674c5d
--- /dev/null
+++ b/config/BatchRegistrationConfigCategory.json
@@ -0,0 +1,557 @@
+[
+ {
+ "Id": 1,
+ "Account": "qq939121109",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 2,
+ "Account": "qq939121110",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 3,
+ "Account": "qq939121111",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 4,
+ "Account": "qq939121112",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 5,
+ "Account": "qq939121113",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 6,
+ "Account": "qq939121114",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 7,
+ "Account": "qq939121115",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 8,
+ "Account": "qq939121116",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 9,
+ "Account": "qq939121117",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 10,
+ "Account": "qq939121118",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 11,
+ "Account": "TY3693083619",
+ "Password": "gm123456"
+ },
+ {
+ "Id": 12,
+ "Account": "TY1359707604",
+ "Password": "Daytoy1208"
+ },
+ {
+ "Id": 13,
+ "Account": "TY3177379630",
+ "Password": "01472580369gss"
+ },
+ {
+ "Id": 14,
+ "Account": "TY2215396914",
+ "Password": "1020790Gtt"
+ },
+ {
+ "Id": 15,
+ "Account": "TY3102616377",
+ "Password": "160727170617"
+ },
+ {
+ "Id": 16,
+ "Account": "TY1808612998",
+ "Password": "wjldsnjz0806"
+ },
+ {
+ "Id": 17,
+ "Account": "TY1450804515",
+ "Password": "XYTYJ2csmm"
+ },
+ {
+ "Id": 18,
+ "Account": "TY3084367404",
+ "Password": "wj08053805"
+ },
+ {
+ "Id": 19,
+ "Account": "TY1848399310",
+ "Password": "13151849058"
+ },
+ {
+ "Id": 20,
+ "Account": "TY3153582290",
+ "Password": "xhr00123456"
+ },
+ {
+ "Id": 21,
+ "Account": "TY2930248174",
+ "Password": "15123685426"
+ },
+ {
+ "Id": 22,
+ "Account": "TY1208795181",
+ "Password": "Va802311"
+ },
+ {
+ "Id": 23,
+ "Account": "TY3481318389",
+ "Password": "121314mmnn"
+ },
+ {
+ "Id": 24,
+ "Account": "TY943328764",
+ "Password": "wangmeina1998"
+ },
+ {
+ "Id": 25,
+ "Account": "TY945985295",
+ "Password": "lyc20050826"
+ },
+ {
+ "Id": 26,
+ "Account": "TY752380886",
+ "Password": "pxy1234567"
+ },
+ {
+ "Id": 27,
+ "Account": "TY2973019065",
+ "Password": "yf2002630808"
+ },
+ {
+ "Id": 28,
+ "Account": "TY1670787210",
+ "Password": "1670787210"
+ },
+ {
+ "Id": 29,
+ "Account": "TY1659547535",
+ "Password": "zlabc20021210"
+ },
+ {
+ "Id": 30,
+ "Account": "TY1470826736",
+ "Password": "1111111111"
+ },
+ {
+ "Id": 31,
+ "Account": "TY1598372525",
+ "Password": "Wjj962442888"
+ },
+ {
+ "Id": 32,
+ "Account": "TY1585229414",
+ "Password": "zxc1112222"
+ },
+ {
+ "Id": 33,
+ "Account": "TY2094083981",
+ "Password": "zhj2094083981"
+ },
+ {
+ "Id": 34,
+ "Account": "TY2531598516",
+ "Password": "mima123456"
+ },
+ {
+ "Id": 35,
+ "Account": "TY2415356642",
+ "Password": "Zq2415356642"
+ },
+ {
+ "Id": 36,
+ "Account": "TY2757462643",
+ "Password": "2941676989fg"
+ },
+ {
+ "Id": 37,
+ "Account": "TY2271752345",
+ "Password": "123654789xu"
+ },
+ {
+ "Id": 38,
+ "Account": "TY2309757265",
+ "Password": "as610as610"
+ },
+ {
+ "Id": 39,
+ "Account": "TY2389797856",
+ "Password": "LXC240723"
+ },
+ {
+ "Id": 40,
+ "Account": "TY2297605755",
+ "Password": "h2297605755"
+ },
+ {
+ "Id": 41,
+ "Account": "TY2373884803",
+ "Password": "yaw4129000"
+ },
+ {
+ "Id": 42,
+ "Account": "TY1291092904",
+ "Password": "1008610086"
+ },
+ {
+ "Id": 43,
+ "Account": "TY1447345021",
+ "Password": "20010829mhp"
+ },
+ {
+ "Id": 44,
+ "Account": "TY1030527373",
+ "Password": "18055091131ge"
+ },
+ {
+ "Id": 45,
+ "Account": "TY1978161932",
+ "Password": "LouQ555"
+ },
+ {
+ "Id": 46,
+ "Account": "TY3463645989",
+ "Password": "wll20020816"
+ },
+ {
+ "Id": 47,
+ "Account": "TY1055247358",
+ "Password": "jy1055247358"
+ },
+ {
+ "Id": 48,
+ "Account": "TY1454618385",
+ "Password": "ding\u200615305105281"
+ },
+ {
+ "Id": 49,
+ "Account": "TY631090654",
+ "Password": "zxcvbnm1127"
+ },
+ {
+ "Id": 50,
+ "Account": "TY1211136466",
+ "Password": "xinxin2030"
+ },
+ {
+ "Id": 51,
+ "Account": "TY1728863972",
+ "Password": "Zjj18605810"
+ },
+ {
+ "Id": 52,
+ "Account": "TY1738700192",
+ "Password": "18808992009zxy"
+ },
+ {
+ "Id": 53,
+ "Account": "TY1353443395",
+ "Password": "199006101990"
+ },
+ {
+ "Id": 54,
+ "Account": "TY734491643",
+ "Password": "zx1234567890"
+ },
+ {
+ "Id": 55,
+ "Account": "TY2434132692",
+ "Password": "xingming0224"
+ },
+ {
+ "Id": 56,
+ "Account": "TY330375799 ",
+ "Password": "Wahaha123"
+ },
+ {
+ "Id": 57,
+ "Account": "TY1697631634",
+ "Password": "zqq200603018"
+ },
+ {
+ "Id": 58,
+ "Account": "TY3289684887",
+ "Password": "Bei201023"
+ },
+ {
+ "Id": 59,
+ "Account": "TY514128019",
+ "Password": "cya19890620"
+ },
+ {
+ "Id": 60,
+ "Account": "TY2409057958",
+ "Password": "13867601859"
+ },
+ {
+ "Id": 61,
+ "Account": "TY3199024098",
+ "Password": "wang060710"
+ },
+ {
+ "Id": 62,
+ "Account": "TY1367978657",
+ "Password": "z123456789"
+ },
+ {
+ "Id": 63,
+ "Account": "TY3433815852",
+ "Password": "ssss987123"
+ },
+ {
+ "Id": 64,
+ "Account": "TY3113244153",
+ "Password": "zhujiao123"
+ },
+ {
+ "Id": 65,
+ "Account": "TY1985063105",
+ "Password": "82712824liuyan"
+ },
+ {
+ "Id": 66,
+ "Account": "TY3239597203",
+ "Password": "zxcvbnm147258"
+ },
+ {
+ "Id": 67,
+ "Account": "TY1915047734",
+ "Password": "Bts130613"
+ },
+ {
+ "Id": 68,
+ "Account": "TY1925017945",
+ "Password": "15208176778dlkh"
+ },
+ {
+ "Id": 69,
+ "Account": "TY1720009445",
+ "Password": "19990121as"
+ },
+ {
+ "Id": 70,
+ "Account": "TY1220255634",
+ "Password": "1220255634mc"
+ },
+ {
+ "Id": 71,
+ "Account": "TY1623090698",
+ "Password": "a147258369"
+ },
+ {
+ "Id": 72,
+ "Account": "TY3556878071",
+ "Password": "taoyuanji666"
+ },
+ {
+ "Id": 73,
+ "Account": "TY1181330450",
+ "Password": "l18762949203"
+ },
+ {
+ "Id": 74,
+ "Account": "TY2242956596",
+ "Password": "ABCD1314520"
+ },
+ {
+ "Id": 75,
+ "Account": "TY2980083310",
+ "Password": "yutong0118"
+ },
+ {
+ "Id": 76,
+ "Account": "TY2093154389",
+ "Password": "2093154389"
+ },
+ {
+ "Id": 77,
+ "Account": "TY1204313299",
+ "Password": "lay521lmj"
+ },
+ {
+ "Id": 78,
+ "Account": "TY798782641",
+ "Password": "yuguotong"
+ },
+ {
+ "Id": 79,
+ "Account": "TY3282105001",
+ "Password": "zxc475869"
+ },
+ {
+ "Id": 80,
+ "Account": "TY1591468204",
+ "Password": "12345600WN"
+ },
+ {
+ "Id": 81,
+ "Account": "TY3253733518",
+ "Password": "yy13243494298"
+ },
+ {
+ "Id": 82,
+ "Account": "TY770012940",
+ "Password": "333222111"
+ },
+ {
+ "Id": 83,
+ "Account": "TY2867711290",
+ "Password": "18061410072x\u2006j\u2006y"
+ },
+ {
+ "Id": 84,
+ "Account": "TY1263660260 ",
+ "Password": "cg120129"
+ },
+ {
+ "Id": 85,
+ "Account": "TY735675569 ",
+ "Password": "geng735675"
+ },
+ {
+ "Id": 86,
+ "Account": "TY3281949867",
+ "Password": "1917563566gxy"
+ },
+ {
+ "Id": 87,
+ "Account": "TY2354783968",
+ "Password": "22612zn928"
+ },
+ {
+ "Id": 88,
+ "Account": "TY591987608",
+ "Password": "1314521abcd"
+ },
+ {
+ "Id": 89,
+ "Account": "TY2168143412",
+ "Password": "2580QWE2580"
+ },
+ {
+ "Id": 90,
+ "Account": "TY332273397",
+ "Password": "lfybxmdty"
+ },
+ {
+ "Id": 91,
+ "Account": "TY1445877708",
+ "Password": "lfm1445877708"
+ },
+ {
+ "Id": 92,
+ "Account": "TY1850269273 ",
+ "Password": "2233986fcc"
+ },
+ {
+ "Id": 93,
+ "Account": "TY2104007068",
+ "Password": "05301204jx"
+ },
+ {
+ "Id": 94,
+ "Account": "TY2364033452",
+ "Password": "zyrwoaini520"
+ },
+ {
+ "Id": 95,
+ "Account": "TY2970214578 ",
+ "Password": "qwe123456789"
+ },
+ {
+ "Id": 96,
+ "Account": "TY2443800254",
+ "Password": "Lr123456789"
+ },
+ {
+ "Id": 97,
+ "Account": "TY3174148845",
+ "Password": "zzz128850"
+ },
+ {
+ "Id": 98,
+ "Account": "TY3508569102",
+ "Password": "cnm50089cnm"
+ },
+ {
+ "Id": 99,
+ "Account": "TY664036330",
+ "Password": "myth018844"
+ },
+ {
+ "Id": 100,
+ "Account": "TY3398686146",
+ "Password": "152155821m"
+ },
+ {
+ "Id": 101,
+ "Account": "TY1650426753",
+ "Password": "li19981227"
+ },
+ {
+ "Id": 102,
+ "Account": "TY2028467728",
+ "Password": "yang20020208"
+ },
+ {
+ "Id": 103,
+ "Account": "TY2194596527",
+ "Password": "w147258369"
+ },
+ {
+ "Id": 104,
+ "Account": "TY2789177230",
+ "Password": "Lijiashu0203"
+ },
+ {
+ "Id": 105,
+ "Account": "TY3026748140",
+ "Password": "xqpwysxdmg"
+ },
+ {
+ "Id": 106,
+ "Account": "TY1058796467",
+ "Password": "1058796467"
+ },
+ {
+ "Id": 107,
+ "Account": "TY1455442045",
+ "Password": "ZDJ15105179497"
+ },
+ {
+ "Id": 108,
+ "Account": "TY1424623459",
+ "Password": "19970405mmm"
+ },
+ {
+ "Id": 109,
+ "Account": "TY2429664436",
+ "Password": "20030927xjw"
+ },
+ {
+ "Id": 110,
+ "Account": "TY3594445593",
+ "Password": "1234567890"
+ },
+ {
+ "Id": 111,
+ "Account": "TY243294889",
+ "Password": "czx0910520"
+ }
+]
\ No newline at end of file
diff --git a/config/BazaarEventConfigCategory.json b/config/BazaarEventConfigCategory.json
new file mode 100644
index 0000000..65ec992
--- /dev/null
+++ b/config/BazaarEventConfigCategory.json
@@ -0,0 +1,15 @@
+[
+ {
+ "Id": 1,
+ "Name": "热闹赶集",
+ "Stall": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/BazaarSnappedConfigCategory.json b/config/BazaarSnappedConfigCategory.json
new file mode 100644
index 0000000..cd58d02
--- /dev/null
+++ b/config/BazaarSnappedConfigCategory.json
@@ -0,0 +1,86 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1,
+ "Session": 1,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ },
+ {
+ "Id": 2,
+ "GroupId": 1,
+ "Session": 2,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ },
+ {
+ "Id": 3,
+ "GroupId": 1,
+ "Session": 3,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ },
+ {
+ "Id": 4,
+ "GroupId": 1,
+ "Session": 4,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ },
+ {
+ "Id": 5,
+ "GroupId": 1,
+ "Session": 5,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ },
+ {
+ "Id": 6,
+ "GroupId": 1,
+ "Session": 6,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ },
+ {
+ "Id": 7,
+ "GroupId": 1,
+ "Session": 7,
+ "SnappedItem": 831,
+ "SnappedItemPrice": [
+ 1,
+ 50,
+ 100
+ ],
+ "Degression": 5
+ }
+]
\ No newline at end of file
diff --git a/config/BazaarStallConfigCategory.json b/config/BazaarStallConfigCategory.json
new file mode 100644
index 0000000..9ba9c2e
--- /dev/null
+++ b/config/BazaarStallConfigCategory.json
@@ -0,0 +1,124 @@
+[
+ {
+ "Id": 1,
+ "Name": "出售",
+ "Type": 1,
+ "Parameter1": [
+ 4
+ ],
+ "Parameter2": [
+ 5
+ ],
+ "Npc": 1051,
+ "RegionReputation": [
+ 0
+ ],
+ "Structure": 0,
+ "Description": "无条件出售"
+ },
+ {
+ "Id": 2,
+ "Name": "收购",
+ "Type": 2,
+ "Parameter1": [
+ 4
+ ],
+ "Parameter2": [
+ 3
+ ],
+ "Npc": 1052,
+ "RegionReputation": [
+ 0
+ ],
+ "Structure": 0,
+ "Description": "收购"
+ },
+ {
+ "Id": 3,
+ "Name": "抢拍",
+ "Type": 3,
+ "Parameter1": [
+ 1
+ ],
+ "Parameter2": [],
+ "Npc": 1053,
+ "RegionReputation": [
+ 0
+ ],
+ "Structure": 0,
+ "Description": "抢拍"
+ },
+ {
+ "Id": 4,
+ "Name": "高价",
+ "Type": 4,
+ "Parameter1": [
+ 831
+ ],
+ "Parameter2": [
+ 1,
+ 50,
+ 100,
+ 5
+ ],
+ "Npc": 1054,
+ "RegionReputation": [
+ 0
+ ],
+ "Structure": 0,
+ "Description": "高价"
+ },
+ {
+ "Id": 5,
+ "Name": "出售",
+ "Type": 1,
+ "Parameter1": [
+ 4
+ ],
+ "Parameter2": [
+ 5
+ ],
+ "Npc": 1055,
+ "RegionReputation": [
+ 0
+ ],
+ "Structure": 0,
+ "Description": "无声望条件出售"
+ },
+ {
+ "Id": 6,
+ "Name": "出售",
+ "Type": 1,
+ "Parameter1": [
+ 4
+ ],
+ "Parameter2": [
+ 5
+ ],
+ "Npc": 1056,
+ "RegionReputation": [
+ 3002,
+ 50
+ ],
+ "Structure": 0,
+ "Description": "声望50出售"
+ },
+ {
+ "Id": 7,
+ "Name": "出售",
+ "Type": 1,
+ "Parameter1": [
+ 4
+ ],
+ "Parameter2": [
+ 5
+ ],
+ "Npc": 1057,
+ "RegionReputation": [
+ 3002,
+ 100
+ ],
+ "Structure": 0,
+ "Description": "声望100出售"
+ }
+]
\ No newline at end of file
diff --git a/config/BeastTideConfigCategory.json b/config/BeastTideConfigCategory.json
new file mode 100644
index 0000000..0a934f8
--- /dev/null
+++ b/config/BeastTideConfigCategory.json
@@ -0,0 +1,752 @@
+[
+ {
+ "Id": 1,
+ "Challenge": 10001,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 2,
+ "Challenge": 10002,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 3,
+ "Challenge": 10003,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 4,
+ "Challenge": 10004,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 5,
+ "Challenge": 10005,
+ "ChallengeAward": 2002
+ },
+ {
+ "Id": 6,
+ "Challenge": 10006,
+ "ChallengeAward": 2003
+ },
+ {
+ "Id": 7,
+ "Challenge": 10007,
+ "ChallengeAward": 2004
+ },
+ {
+ "Id": 8,
+ "Challenge": 10008,
+ "ChallengeAward": 2005
+ },
+ {
+ "Id": 9,
+ "Challenge": 10009,
+ "ChallengeAward": 2006
+ },
+ {
+ "Id": 10,
+ "Challenge": 10010,
+ "ChallengeAward": 2007
+ },
+ {
+ "Id": 11,
+ "Challenge": 10011,
+ "ChallengeAward": 2008
+ },
+ {
+ "Id": 12,
+ "Challenge": 10012,
+ "ChallengeAward": 2009
+ },
+ {
+ "Id": 13,
+ "Challenge": 10013,
+ "ChallengeAward": 2010
+ },
+ {
+ "Id": 14,
+ "Challenge": 10014,
+ "ChallengeAward": 2011
+ },
+ {
+ "Id": 15,
+ "Challenge": 10015,
+ "ChallengeAward": 2012
+ },
+ {
+ "Id": 16,
+ "Challenge": 10016,
+ "ChallengeAward": 2013
+ },
+ {
+ "Id": 17,
+ "Challenge": 10017,
+ "ChallengeAward": 2014
+ },
+ {
+ "Id": 18,
+ "Challenge": 10018,
+ "ChallengeAward": 2015
+ },
+ {
+ "Id": 19,
+ "Challenge": 10019,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 20,
+ "Challenge": 10020,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 21,
+ "Challenge": 10021,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 22,
+ "Challenge": 10022,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 23,
+ "Challenge": 10023,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 24,
+ "Challenge": 10024,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 25,
+ "Challenge": 10025,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 26,
+ "Challenge": 10026,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 27,
+ "Challenge": 10027,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 28,
+ "Challenge": 10028,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 29,
+ "Challenge": 10029,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 30,
+ "Challenge": 10030,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 31,
+ "Challenge": 10031,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 32,
+ "Challenge": 10032,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 33,
+ "Challenge": 10033,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 34,
+ "Challenge": 10034,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 35,
+ "Challenge": 10035,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 36,
+ "Challenge": 10036,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 37,
+ "Challenge": 10037,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 38,
+ "Challenge": 10038,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 39,
+ "Challenge": 10039,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 40,
+ "Challenge": 10040,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 41,
+ "Challenge": 10041,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 42,
+ "Challenge": 10042,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 43,
+ "Challenge": 10043,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 44,
+ "Challenge": 10044,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 45,
+ "Challenge": 10045,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 46,
+ "Challenge": 10046,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 47,
+ "Challenge": 10047,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 48,
+ "Challenge": 10048,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 49,
+ "Challenge": 10049,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 50,
+ "Challenge": 10050,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 51,
+ "Challenge": 10051,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 52,
+ "Challenge": 10052,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 53,
+ "Challenge": 10053,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 54,
+ "Challenge": 10054,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 55,
+ "Challenge": 10055,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 56,
+ "Challenge": 10056,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 57,
+ "Challenge": 10057,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 58,
+ "Challenge": 10058,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 59,
+ "Challenge": 10059,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 60,
+ "Challenge": 10060,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 61,
+ "Challenge": 10061,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 62,
+ "Challenge": 10062,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 63,
+ "Challenge": 10063,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 64,
+ "Challenge": 10064,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 65,
+ "Challenge": 10065,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 66,
+ "Challenge": 10066,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 67,
+ "Challenge": 10067,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 68,
+ "Challenge": 10068,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 69,
+ "Challenge": 10069,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 70,
+ "Challenge": 10070,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 71,
+ "Challenge": 10071,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 72,
+ "Challenge": 10072,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 73,
+ "Challenge": 10073,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 74,
+ "Challenge": 10074,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 75,
+ "Challenge": 10075,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 76,
+ "Challenge": 10076,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 77,
+ "Challenge": 10077,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 78,
+ "Challenge": 10078,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 79,
+ "Challenge": 10079,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 80,
+ "Challenge": 10080,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 81,
+ "Challenge": 10081,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 82,
+ "Challenge": 10082,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 83,
+ "Challenge": 10083,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 84,
+ "Challenge": 10084,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 85,
+ "Challenge": 10085,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 86,
+ "Challenge": 10086,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 87,
+ "Challenge": 10087,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 88,
+ "Challenge": 10088,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 89,
+ "Challenge": 10089,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 90,
+ "Challenge": 10090,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 91,
+ "Challenge": 10091,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 92,
+ "Challenge": 10092,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 93,
+ "Challenge": 10093,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 94,
+ "Challenge": 10094,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 95,
+ "Challenge": 10095,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 96,
+ "Challenge": 10096,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 97,
+ "Challenge": 10097,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 98,
+ "Challenge": 10098,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 99,
+ "Challenge": 10099,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 100,
+ "Challenge": 10100,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 101,
+ "Challenge": 10101,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 102,
+ "Challenge": 10102,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 103,
+ "Challenge": 10103,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 104,
+ "Challenge": 10104,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 105,
+ "Challenge": 10105,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 106,
+ "Challenge": 10106,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 107,
+ "Challenge": 10107,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 108,
+ "Challenge": 10108,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 109,
+ "Challenge": 10109,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 110,
+ "Challenge": 10110,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 111,
+ "Challenge": 10111,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 112,
+ "Challenge": 10112,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 113,
+ "Challenge": 10113,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 114,
+ "Challenge": 10114,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 115,
+ "Challenge": 10115,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 116,
+ "Challenge": 10116,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 117,
+ "Challenge": 10117,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 118,
+ "Challenge": 10118,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 119,
+ "Challenge": 10119,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 120,
+ "Challenge": 10120,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 121,
+ "Challenge": 10121,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 122,
+ "Challenge": 10122,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 123,
+ "Challenge": 10123,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 124,
+ "Challenge": 10124,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 125,
+ "Challenge": 10125,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 126,
+ "Challenge": 10126,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 127,
+ "Challenge": 10127,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 128,
+ "Challenge": 10128,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 129,
+ "Challenge": 10129,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 130,
+ "Challenge": 10130,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 131,
+ "Challenge": 10131,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 132,
+ "Challenge": 10132,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 133,
+ "Challenge": 10133,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 134,
+ "Challenge": 10134,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 135,
+ "Challenge": 10135,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 136,
+ "Challenge": 10136,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 137,
+ "Challenge": 10137,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 138,
+ "Challenge": 10138,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 139,
+ "Challenge": 10139,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 140,
+ "Challenge": 10140,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 141,
+ "Challenge": 10141,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 142,
+ "Challenge": 10142,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 143,
+ "Challenge": 10143,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 144,
+ "Challenge": 10144,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 145,
+ "Challenge": 10145,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 146,
+ "Challenge": 10146,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 147,
+ "Challenge": 10147,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 148,
+ "Challenge": 10148,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 149,
+ "Challenge": 10149,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 150,
+ "Challenge": 10150,
+ "ChallengeAward": 2016
+ }
+]
\ No newline at end of file
diff --git a/config/BehaviourEventConfigCategory.json b/config/BehaviourEventConfigCategory.json
new file mode 100644
index 0000000..fdc0c9b
--- /dev/null
+++ b/config/BehaviourEventConfigCategory.json
@@ -0,0 +1,173 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "一只青蛙一张嘴,两只眼睛四条腿"
+ },
+ {
+ "Id": 2,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "啊啊?谁在叫我"
+ },
+ {
+ "Id": 3,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "阿巴……阿巴阿巴……"
+ },
+ {
+ "Id": 4,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "突然间停下了手头的劳作,呆呆地望着天空……"
+ },
+ {
+ "Id": 5,
+ "GroupId": 1001,
+ "EventName": "偷懒",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "休息一下"
+ },
+ {
+ "Id": 6,
+ "GroupId": 1001,
+ "EventName": "偷懒",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "肱二头肌略酸,稍微休息一下"
+ },
+ {
+ "Id": 7,
+ "GroupId": 1001,
+ "EventName": "全神贯注",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "在山谷里干活是全世界最有意义的事!"
+ },
+ {
+ "Id": 8,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "因为有一群蚂蚁路过,因此停下了手里的动作"
+ },
+ {
+ "Id": 9,
+ "GroupId": 1001,
+ "EventName": "辛勤劳作",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "在劳作中挥洒汗水"
+ },
+ {
+ "Id": 11,
+ "GroupId": 1002,
+ "EventName": "小动物路过",
+ "Weight": 1,
+ "DropGroup": 202,
+ "InjuryValue": 0,
+ "Description": "飞过一只喜鹊,留下一个浆果,谢谢喜鹊!"
+ },
+ {
+ "Id": 12,
+ "GroupId": 1003,
+ "EventName": "采集外伤",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 5,
+ "Description": "采集时大意了,造成5点外伤"
+ },
+ {
+ "Id": 13,
+ "GroupId": 1004,
+ "EventName": "砍伐外伤",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 8,
+ "Description": "砍伐时大意了,造成8点外伤"
+ },
+ {
+ "Id": 14,
+ "GroupId": 1005,
+ "EventName": "挖掘外伤",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 8,
+ "Description": "挖掘时大意了,造成8点外伤"
+ },
+ {
+ "Id": 15,
+ "GroupId": 1006,
+ "EventName": "建造外伤",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 8,
+ "Description": "建造时大意了,造成8点外伤"
+ },
+ {
+ "Id": 16,
+ "GroupId": 1007,
+ "EventName": "农活外伤",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 5,
+ "Description": "在农田干活时大意了,造成5点外伤"
+ },
+ {
+ "Id": 17,
+ "GroupId": 1008,
+ "EventName": "打猎外伤",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 8,
+ "Description": "打猎时大意了,造成8点外伤"
+ },
+ {
+ "Id": 18,
+ "GroupId": 1001,
+ "EventName": "诗兴大发",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "啊!此中有真意,欲辨已忘言"
+ },
+ {
+ "Id": 19,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "想想今天晚上吃什么"
+ },
+ {
+ "Id": 20,
+ "GroupId": 1001,
+ "EventName": "走神",
+ "Weight": 1,
+ "DropGroup": 0,
+ "InjuryValue": 0,
+ "Description": "有点累了"
+ }
+]
\ No newline at end of file
diff --git a/config/BehaviourTypeConfigCategory.json b/config/BehaviourTypeConfigCategory.json
new file mode 100644
index 0000000..64ab6d2
--- /dev/null
+++ b/config/BehaviourTypeConfigCategory.json
@@ -0,0 +1,100 @@
+[
+ {
+ "Id": 1,
+ "BehaviourType": 1,
+ "BehaviourName": "采集",
+ "InjuryProbability": 2,
+ "BehaviourEventId1": 1003,
+ "DistractedProbability": 5,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": "Sound_Behaviour_1"
+ },
+ {
+ "Id": 2,
+ "BehaviourType": 2,
+ "BehaviourName": "砍伐",
+ "InjuryProbability": 4,
+ "BehaviourEventId1": 1004,
+ "DistractedProbability": 5,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": "Sound_Behaviour_2"
+ },
+ {
+ "Id": 3,
+ "BehaviourType": 3,
+ "BehaviourName": "挖掘",
+ "InjuryProbability": 4,
+ "BehaviourEventId1": 1005,
+ "DistractedProbability": 5,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": "Sound_Behaviour_3"
+ },
+ {
+ "Id": 4,
+ "BehaviourType": 4,
+ "BehaviourName": "捕鱼",
+ "InjuryProbability": 0,
+ "BehaviourEventId1": 0,
+ "DistractedProbability": 10,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": ""
+ },
+ {
+ "Id": 5,
+ "BehaviourType": 5,
+ "BehaviourName": "建造",
+ "InjuryProbability": 5,
+ "BehaviourEventId1": 1006,
+ "DistractedProbability": 3,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": ""
+ },
+ {
+ "Id": 6,
+ "BehaviourType": 6,
+ "BehaviourName": "农活",
+ "InjuryProbability": 2,
+ "BehaviourEventId1": 1007,
+ "DistractedProbability": 5,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": "Sound_Behaviour_6"
+ },
+ {
+ "Id": 7,
+ "BehaviourType": 7,
+ "BehaviourName": "打猎",
+ "InjuryProbability": 10,
+ "BehaviourEventId1": 1008,
+ "DistractedProbability": 3,
+ "BehaviourEventId2": 1001,
+ "SpecialItemProbability": 3,
+ "BehaviourEventId3": 1001,
+ "OtherProbability": 2,
+ "BehaviourEventId4": 1002,
+ "Sound": ""
+ }
+]
\ No newline at end of file
diff --git a/config/BookConfigCategory.json b/config/BookConfigCategory.json
new file mode 100644
index 0000000..ae2d601
--- /dev/null
+++ b/config/BookConfigCategory.json
@@ -0,0 +1,189 @@
+[
+ {
+ "Id": 1,
+ "Skill": 3,
+ "Name": "采集(上)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 2,
+ "Skill": 4,
+ "Name": "采集(中)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 3,
+ "HasTeacher": false
+ },
+ {
+ "Id": 3,
+ "Skill": 5,
+ "Name": "采集(下)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 321,
+ "PreSkill": 4,
+ "HasTeacher": false
+ },
+ {
+ "Id": 4,
+ "Skill": 6,
+ "Name": "伐木(上)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 5,
+ "Skill": 7,
+ "Name": "伐木(中)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 6,
+ "HasTeacher": false
+ },
+ {
+ "Id": 6,
+ "Skill": 8,
+ "Name": "伐木(下)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 321,
+ "PreSkill": 7,
+ "HasTeacher": false
+ },
+ {
+ "Id": 7,
+ "Skill": 9,
+ "Name": "农务(上)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 8,
+ "Skill": 10,
+ "Name": "农务(中)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 9,
+ "HasTeacher": false
+ },
+ {
+ "Id": 9,
+ "Skill": 11,
+ "Name": "农务(下)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 321,
+ "PreSkill": 10,
+ "HasTeacher": false
+ },
+ {
+ "Id": 10,
+ "Skill": 12,
+ "Name": "挖掘(上)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 11,
+ "Skill": 13,
+ "Name": "建造(上)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 12,
+ "Skill": 14,
+ "Name": "巧匠",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 321,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 13,
+ "Skill": 15,
+ "Name": "万象",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 321,
+ "PreSkill": 0,
+ "HasTeacher": false
+ },
+ {
+ "Id": 14,
+ "Skill": 18,
+ "Name": "建造(中)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 13,
+ "HasTeacher": false
+ },
+ {
+ "Id": 15,
+ "Skill": 19,
+ "Name": "建造(下)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 18,
+ "HasTeacher": false
+ },
+ {
+ "Id": 16,
+ "Skill": 16,
+ "Name": "挖掘(中)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 12,
+ "HasTeacher": false
+ },
+ {
+ "Id": 17,
+ "Skill": 17,
+ "Name": "挖掘(下)",
+ "Volume": 4800,
+ "Efficiency": 10,
+ "WisdomExp": 10,
+ "Structure": 320,
+ "PreSkill": 16,
+ "HasTeacher": false
+ }
+]
\ No newline at end of file
diff --git a/config/BubbleTextConfigCategory.json b/config/BubbleTextConfigCategory.json
new file mode 100644
index 0000000..ef7f612
--- /dev/null
+++ b/config/BubbleTextConfigCategory.json
@@ -0,0 +1,156 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "Dialogue": [
+ 3081
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 2,
+ "GroupId": 1001,
+ "Dialogue": [
+ 3082
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 3,
+ "GroupId": 1001,
+ "Dialogue": [
+ 3083
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 4,
+ "GroupId": 1001,
+ "Dialogue": [
+ 3084
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 5,
+ "GroupId": 1002,
+ "Dialogue": [
+ 3085
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 6,
+ "GroupId": 1002,
+ "Dialogue": [
+ 3081
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 7,
+ "GroupId": 1003,
+ "Dialogue": [
+ 3085
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 8,
+ "GroupId": 1003,
+ "Dialogue": [
+ 3081
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 9,
+ "GroupId": 1004,
+ "Dialogue": [
+ 3085
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 10,
+ "GroupId": 1004,
+ "Dialogue": [
+ 3081
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 17,
+ "GroupId": 1007,
+ "Dialogue": [
+ 3085
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 18,
+ "GroupId": 1007,
+ "Dialogue": [
+ 3081
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 19,
+ "GroupId": 1008,
+ "Dialogue": [
+ 3085
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ },
+ {
+ "Id": 20,
+ "GroupId": 1008,
+ "Dialogue": [
+ 3081
+ ],
+ "CoolDown": [
+ 40,
+ 80
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/BuildFunctionConfigCategory.json b/config/BuildFunctionConfigCategory.json
new file mode 100644
index 0000000..ea1fa93
--- /dev/null
+++ b/config/BuildFunctionConfigCategory.json
@@ -0,0 +1,572 @@
+[
+ {
+ "Id": 30,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 60,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 2,
+ "LifeExp": 10
+ },
+ {
+ "Id": 61,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 2,
+ "LifeExp": 20
+ },
+ {
+ "Id": 62,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 2,
+ "LifeExp": 30
+ },
+ {
+ "Id": 63,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 3,
+ "LifeExp": 45
+ },
+ {
+ "Id": 64,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 3,
+ "LifeExp": 50
+ },
+ {
+ "Id": 65,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 4,
+ "LifeExp": 60
+ },
+ {
+ "Id": 66,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 4,
+ "LifeExp": 65
+ },
+ {
+ "Id": 67,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "DwellNumber": 2
+ },
+ {
+ "Id": 105,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 3045
+ ]
+ },
+ {
+ "Id": 120,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 121,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 122,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 123,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 124,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 125,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 126,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 141,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 143,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 145,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 147,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 149,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 151,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 153,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 155,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 157,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 170,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 171,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 172,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 173,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 174,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 175,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 176,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 177,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 178,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 200,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "TransportNum": 5,
+ "TransportSpeed": 50,
+ "TransportItemNum": 99999999
+ },
+ {
+ "Id": 220,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "PairsNum": 3
+ },
+ {
+ "Id": 221,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "PairsNum": 4
+ },
+ {
+ "Id": 222,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "PairsNum": 5
+ },
+ {
+ "Id": 230,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 231,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 232,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 233,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 234,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 235,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 236,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 237,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 238,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 320,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "ClassNum": 2,
+ "SeatNum": 5
+ },
+ {
+ "Id": 321,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "ClassNum": 3,
+ "SeatNum": 8
+ },
+ {
+ "Id": 340,
+ "ResourcesPointId": 206,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 341,
+ "ResourcesPointId": 207,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 342,
+ "ResourcesPointId": 208,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 343,
+ "ResourcesPointId": 209,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 380,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "CropStorage": 2000
+ },
+ {
+ "Id": 460,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "SettleIn": 4
+ },
+ {
+ "Id": 500,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 3030
+ ]
+ },
+ {
+ "Id": 501,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 3032
+ ]
+ },
+ {
+ "Id": 502,
+ "ResourcesPointId": 205,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 520,
+ "ResourcesPointId": 200,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 521,
+ "ResourcesPointId": 203,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 522,
+ "ResourcesPointId": 201,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 523,
+ "ResourcesPointId": 204,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 524,
+ "ResourcesPointId": 202,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 526,
+ "ResourcesPointId": 213,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 540,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 3031,
+ 3048
+ ]
+ },
+ {
+ "Id": 560,
+ "ResourcesPointId": 300,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 580,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "LiveStockType": 1,
+ "PoultryNum": 10,
+ "FeedItem": 1,
+ "FeedStorage": 1000,
+ "Hatch": 3049,
+ "HatchNum": 2,
+ "HatchTime": 2160
+ },
+ {
+ "Id": 620,
+ "ResourcesPointId": 301,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 621,
+ "ResourcesPointId": 302,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 640,
+ "ResourcesPointId": 0,
+ "ItemConversion": [
+ 0
+ ],
+ "HoardMonster": 5
+ },
+ {
+ "Id": 1000,
+ "ResourcesPointId": 210,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 1001,
+ "ResourcesPointId": 211,
+ "ItemConversion": [
+ 0
+ ]
+ },
+ {
+ "Id": 1002,
+ "ResourcesPointId": 212,
+ "ItemConversion": [
+ 0
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/BusinessManConfigCategory.json b/config/BusinessManConfigCategory.json
new file mode 100644
index 0000000..b2510c0
--- /dev/null
+++ b/config/BusinessManConfigCategory.json
@@ -0,0 +1,632 @@
+[
+ {
+ "Id": 4,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 5,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 6,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 7,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 8,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 9,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 10,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 11,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 12,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 13,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 14,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 15,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 16,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 17,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 18,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 19,
+ "Name": "桃谷货郎",
+ "Type": 1,
+ "TypeParameter": 0,
+ "ItemGroup": 4,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 1001,
+ "RecycleItem": 4,
+ "RecycleItemNum": 10,
+ "HighPricedNum": 1,
+ "SaleRefreshTimes": 2,
+ "RecycleRefreshTimes": 2,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 1,
+ "ResetTypeParameter": 0
+ },
+ {
+ "Id": 2001,
+ "Name": "渔溪杂货",
+ "Type": 2,
+ "TypeParameter": 1,
+ "ItemGroup": 101,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 2,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 1,
+ "RecycleRefreshTimes": 1,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2002,
+ "Name": "青丘杂货",
+ "Type": 2,
+ "TypeParameter": 1,
+ "ItemGroup": 102,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 1,
+ "RecycleRefreshTimes": 1,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2003,
+ "Name": "朱山杂货",
+ "Type": 2,
+ "TypeParameter": 1,
+ "ItemGroup": 103,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 1,
+ "RecycleRefreshTimes": 1,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2004,
+ "Name": "白玉杂货",
+ "Type": 2,
+ "TypeParameter": 1,
+ "ItemGroup": 104,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 1,
+ "RecycleRefreshTimes": 1,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2100,
+ "Name": "银蟾小摊",
+ "Type": 2,
+ "TypeParameter": 2,
+ "ItemGroup": 302,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 1,
+ "RecycleRefreshTimes": 1,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 10,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2201,
+ "Name": "渔溪特产",
+ "Type": 2,
+ "TypeParameter": 3,
+ "ItemGroup": 401,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 401,
+ "RecycleItemNum": 4,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2202,
+ "Name": "赤丘佳品",
+ "Type": 2,
+ "TypeParameter": 3,
+ "ItemGroup": 402,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 402,
+ "RecycleItemNum": 4,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2203,
+ "Name": "太姥特供",
+ "Type": 2,
+ "TypeParameter": 3,
+ "ItemGroup": 403,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 403,
+ "RecycleItemNum": 4,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2204,
+ "Name": "朱山优选",
+ "Type": 2,
+ "TypeParameter": 3,
+ "ItemGroup": 404,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 404,
+ "RecycleItemNum": 4,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 2205,
+ "Name": "叮咚装饰",
+ "Type": 2,
+ "TypeParameter": 3,
+ "ItemGroup": 405,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 3001,
+ "Name": "神秘商人",
+ "Type": 3,
+ "TypeParameter": 0,
+ "ItemGroup": 202,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 1,
+ "RecycleRefreshTimes": 1,
+ "ResetItem": 220000,
+ "ResetItemNum": 20,
+ "ResetLimited": 20,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 4001,
+ "Name": "食券商店",
+ "Type": 4,
+ "TypeParameter": 0,
+ "ItemGroup": 301,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 4002,
+ "Name": "新鲜鱼市",
+ "Type": 4,
+ "TypeParameter": 0,
+ "ItemGroup": 303,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 3,
+ "ResetTypeParameter": 500
+ },
+ {
+ "Id": 4003,
+ "Name": "刀币商城",
+ "Type": 4,
+ "TypeParameter": 0,
+ "ItemGroup": 201,
+ "ExtraItemGroup": 0,
+ "ExtraItemNum": 0,
+ "DiscountNum": 0,
+ "CommonRecycleItem": 0,
+ "RecycleItem": 0,
+ "RecycleItemNum": 0,
+ "HighPricedNum": 0,
+ "SaleRefreshTimes": 0,
+ "RecycleRefreshTimes": 0,
+ "ResetItem": 0,
+ "ResetItemNum": 0,
+ "ResetLimited": 0,
+ "ResetType": 2,
+ "ResetTypeParameter": 500
+ }
+]
\ No newline at end of file
diff --git a/config/ClauseConfigCategory.json b/config/ClauseConfigCategory.json
new file mode 100644
index 0000000..43f952b
--- /dev/null
+++ b/config/ClauseConfigCategory.json
@@ -0,0 +1,18 @@
+[
+ {
+ "Id": 1,
+ "ClauseType": 1,
+ "Name": "二维塔游戏用户服务协议",
+ "JumpType": 1,
+ "Url": "",
+ "Content": " [align=center]《二维塔游戏用户服务协议》[/align] \n《二维塔游戏用户服务协议》(以下简称“本协议”)由您与厦门二维塔网络科技有限公司共同缔结,本协议具有合同效力。请您务必审慎阅读、充分理解各条款内容,特别是免除或者限制厦门二维塔网络科技有限公司责任的条款(以下称“免责条款”)、对用户权利进行限制的条款(以下称“限制条款”)、约定争议解决方式和司法管辖的条款,以及开通或使用某项服务的单独协议。前述免责、限制及争议解决方式和管辖条款可能以黑体加粗、颜色标记或其他合理方式提示您注意,包括但不限于本协议第二条、第三条、第四条、第六条、第九条等相关条款,您对该等条款的确认将可能导致您在特定情况下的被动、不便、损失,请您在确认同意本协议之前或在使用厦门二维塔网络科技有限公司服务之前再次阅读前述条款。 \n 除非您已阅读并接受本协议所有条款,否则您无权使用二维塔游戏服务。如果您对本协议或二维塔游戏服务有意见或建议,可与二维塔游戏客服联系,我们会给予您必要的帮助。您点击同意、接受或下一步,或您注册、使用二维塔游戏服务均视为您已阅读并同意签署本协议。 \n 如果您未满18周岁,请在法定监护人的陪同下阅读本协议,并特别注意未成年人使用条款。如您为未成年人法定监护人,希望合理设定孩子娱乐时间,培养孩子健康游戏习惯。 \n 一、【定义】 \n 1.1 本协议:指本协议正文、《二维塔游戏用户服务协议》及其修订版本。上述内容一经正式发布,即为本协议不可分割的组成部分。本协议同时还包括文化部《网络游戏服务格式化协议必备条款》。 \n 1.2 游戏规则:指二维塔游戏服务提供方不时发布并修订的关于二维塔游戏的用户守则、玩家条例、游戏公告、提示及通知等内容。 \n 1.3 二维塔游戏服务提供方:指向您提供二维塔游戏的服务方,即厦门二维塔网络科技有限公司。 \n 1.4 二维塔游戏:指由厦门二维塔网络科技有限公司运营的游戏统称,包括移动终端游戏、HTML5游戏(H5游戏)以及其他形式的游戏;二维塔游戏可能以软件形式提供,这种情况下,二维塔游戏还包括该相关软件及相关文档。 \n 1.5 二维塔游戏服务:指良心向您提供的与游戏相关的各项在线运营服务。 \n 1.6 您:又称“玩家”或“用户”,指被授权使用二维塔游戏及其服务的自然人。 \n 1.7 游戏数据:指您在使用二维塔游戏过程中产生的被服务器记录的各种数据,包括但不限于角色数据、虚拟物品数据、行为日志、购买日志等等数据。 \n 二、【游戏账号】 \n 2.1 您如果需要使用和享受二维塔游戏,则您需要将您享有使用权的良心认可的账号作为游戏账号,并按照国家法律法规的相关要求,登录实名注册系统并进行实名注册。您对该良心认可的账号的申请、使用等行为应相应符合二维塔游戏工作室不时修订并公布的《良心用户服务协议》和其他有关前述账号注册、使用的规范。 \n 您进行实名注册时,应提供有关您本人真实、合法、准确、有效的身份信息及其他相关信息,且不得以他人身份资料进行实名注册。否则,良心有权采取本协议第6.5条第二款规定的一种或多种处理措施,并可公布处理结果,因此造成的一切后果由您自行承担,且良心有权要求您赔偿因此给良心造成的所有损失。 \n \n 如您的游戏账号在某款二维塔游戏中已经符合实名要求,您使用同一游戏账号注册、登录其他二维塔游戏的,您无需再提供相关身份信息。 \n 2.2 您进一步知悉并同意,您在游客模式下可能无法进行游戏充值或消费。且一旦您卸载或重装二维塔游戏,或您更换手机、电脑等终端设备或该等终端设备损坏的,您在该游客模式下所有游戏相关数据可能都将会被清空,且无法查询和恢复。如因此造成您任何损失的,均由您自行承担。 \n 如您使用二维塔游戏认可的第三方账号作为游戏账号使用和享受二维塔游戏的,您还应遵守有关该第三方账号的协议、规则,且因该第三方账号产生的相关问题包括但不限于被盗等,您应自行联系该第三方进行解决,二维塔游戏可视情况提供相应的协助。 \n 2.3 您充分理解并同意,二维塔游戏会按照国家相关要求将您的实名注册信息(包括相关实名认证及年龄情况等)运用于防沉迷系统之中,即二维塔游戏可能会根据您的实名注册信息判断您是否年满18周岁、您提交的实名身份信息是否规范或实名验证是否通过等,从而决定是否对您的游戏账号予以防沉迷限制。 \n 2.4 您充分理解并同意,二维塔游戏有权审查用户注册所提供的身份信息是否真实、有效,并应积极地采取技术与管理等合理措施保障用户账号的安全、有效;用户有义务妥善保管其账号及密码,并正确、安全地使用其账号及密码。任何一方未尽上述义务导致账号密码遗失、账号被盗等情形而给用户和他人的民事权利造成损害的,应当承担由此产生的法律责任。 \n 若您发现有他人冒用或盗用您的游戏账号及密码、或任何其他未经您合法授权使用的情形时,应立即以二维塔游戏要求的有效方式通知二维塔游戏并告知二维塔游戏需采取的措施。您通知二维塔游戏时,应提供与您注册身份信息相一致的个人有效身份信息,二维塔游戏收到您的有效请求并核实身份后,会根据您的要求或结合具体情况采取相应措施(包括但不限于暂停该账号的登录和使用等),二维塔游戏因根据您的请求采取相应措施而造成您及其他用户损失的,由您自行承担。若您没有提供有效身份信息或您提供的个人有效身份信息与所注册的身份信息不一致的,二维塔游戏有权拒绝您的请求,因此造成您损失的,由您自行承担。 \n 2.5 您充分理解并同意,为高效利用服务器资源,如果您3年内未使用游戏账号登录二维塔游戏,二维塔游戏有权在提前通知的情况下,对该账号及其账号下的游戏数据及相关信息采取删除等处置措施。 \n 2.6 游戏账号是二维塔游戏按照本协议授权您用于登录、使用二维塔游戏游戏及相关服务的标识,其所有权属于二维塔游戏。您仅根据本协议及相关账号使用协议以及二维塔游戏为此发布的专项规则享有游戏账号的使用权。您不得将游戏账号以任何方式提供给他人使用,包括但不限于不得以转让、出租、借用等方式提供给他人作包括但不限于直播、录制、代打代练等商业性使用。否则,因此产生任何法律后果及责任均由您自行承担,且二维塔游戏有权对您的游戏账号采取包括但不限于警告、限制或禁止使用游戏账号全部或部分功能、删除游戏账号及游戏数据及其他相关信息、封号直至注销的处理措施,因此造成的一切后果由您自行承担。 \n 2.7 在二维塔游戏提供游戏账号注销功能情形下,如您需要注销游戏账号的,可按照该游戏官方提供的账号注销指引进行操作,并应保证满足游戏官方公布的有关游戏账号注销的相关条件,同时同意游戏官方公布的游戏账号注销协议和其他有关规则。 \n 同时也特别提示您, 如您注销游戏账号的,该游戏账号下的相关游戏收益也将会被清除。据此,在您注销本游戏账号前请您确保已妥善处理该游戏账号下的游戏收益或相关的游戏收益已结清。一旦您注销本游戏账号,如届时该游戏账号下还存在游戏收益的(包括在本游戏使用期间已产生的及未来可能产生的游戏收益),二维塔游戏有权对该游戏账号下的全部游戏收益做清除处理,因此产生的后果由您自行承担。前述游戏收益包括但不限于:游戏会员权益、等级;与游戏角色成长升级相关的所有数据(包括但不限于经验值、荣誉值、声望值、称号等);尚未使用的网络游戏虚拟货币、虚拟道具及其他虚拟物品(如卡券、金币、钻石、道具及其他等);已经购买但未到期或未使用完的增值服务;已产生但未消耗完毕的其他游戏收益或未来预期的游戏收益等。 \n 三、【用户信息收集、使用及保护】 \n 3.1 您同意并授权二维塔游戏为履行本协议之目的收集您的用户信息,这些信息包括您实名注册信息、您游戏账号下的游戏数据以及其他您在使用二维塔游戏游戏服务的过程中向二维塔游戏提供基于安全、用户体验优化等考虑而需收集的信息,二维塔游戏对您的用户信息的收集将遵循本协议及相关法律的规定。 \n 3.2 您理解并同意:为了更好地向您提供游戏服务,改善游戏体验,二维塔游戏可收集您作为游戏账号的QQ、微信以及二维塔游戏认可的其他账号(第三方账号)涉及的唯一标识、昵称、头像以及您授权的其他信息。 \n 您知悉并同意,如国家有权机关依法要求二维塔游戏协助调查您游戏账号(包括实名身份信息)及游戏相关数据(如充值、消费、交易等数据)等信息的,二维塔游戏可将前述相关信息提供给国家有权机关。 \n 3.3 您应对通过二维塔游戏及相关服务了解、接收或可接触到的包括但不限于其他用户在内的任何人的个人信息予以充分尊重,您不应以搜集、复制、存储、传播或以其他任何方式使用其他用户的个人信息,否则,由此产生的后果由您自行承担。 \n 3.4 保护用户信息及隐私是二维塔游戏的一项基本原则。除本协议另有规定外,二维塔游戏服务对用户信息收集、使用及保护等将遵循《二维塔游戏隐私保护协议》等协议规定。除法律另有规定外,如您已同意或授权二维塔游戏依据前述协议或规定收集、使用或处理涉及您的个人信息的,在您撤回该同意或授权后,不影响二维塔游戏在此之前已基于您的同意或授权所进行的个人信息的收集、使用或处理,二维塔游戏对此前相关个人信息收集、使用或处理继续有效。 \n 四、【二维塔游戏服务】 \n 4.1 在您遵守本协议及相关法律法规的前提下,二维塔游戏给予您一项个人的、不可转让及非排他性的许可,以使用二维塔游戏服务。您仅可为非商业目的使用二维塔游戏服务,包括: \n (1)接收、下载、安装、启动、升级、登录、显示、运行和/或截屏二维塔游戏; \n (2)创建游戏角色,设置网名,查阅游戏规则、用户个人资料、游戏对局结果,开设游戏房间、设置游戏参数,在游戏中购买、使用游戏道具、游戏装备、游戏币等,使用聊天功能、社交分享功能; \n (3)使用二维塔游戏支持并允许的其他某一项或几项功能。 \n 4.2 在二维塔游戏以软件形式提供的情况下,您在使用二维塔游戏及服务时还应符合本协议第五条关于软件许可的规定。 \n 4.3 本条及本协议其他条款未明示授权的其他一切权利仍由二维塔游戏保留,您在行使这些权利时须另外取得二维塔游戏的书面许可。 \n 4.4 如果您违反本协议任何约定的,二维塔游戏有权采取本协议第6.5条第二款规定的一种或多种处理措施,并可公布处理结果,且(/或)有权要求您赔偿因您违约行为而给二维塔游戏造成的所有损失。 \n 4.5 您充分理解并同意,二维塔游戏有权依合理判断对违反有关法律法规或本协议规定的行为进行处理,对违法违规的任何用户采取适当的法律行动,并依据法律法规保存有关信息向有关部门报告等,用户应独自承担由此而产生的一切法律责任。 \n 4.6 您充分理解并同意,因您违反本协议或相关服务条款的规定,导致或产生第三方主张的任何索赔、要求或损失,您应当独立承担责任;二维塔游戏因此遭受损失的,您也应当一并赔偿。 \n 4.7 您充分理解并同意:游戏装备、游戏币及其他游戏道具等是二维塔游戏服务的一部分,二维塔游戏在此许可您依本协议而获得其使用权。您购买、使用游戏装备、游戏币及其他游戏道具等应遵循本协议、游戏具体规则的要求;同时,游戏装备、游戏币及其他游戏道具等可能受到一定有效期限的限制,即使您在规定的有效期内未使用,除不可抗力或可归责于二维塔游戏的原因外,一旦有效期届满,将会自动失效。 \n 您充分理解并同意:为更好地向用户提供二维塔游戏服务,二维塔游戏有权对游戏相关内容(包括但不限于游戏角色、游戏装备及其他游戏道具的设计、性能及相关数值设置等)作出调整、更新或优化。 \n 4.8 您充分理解并同意:为保障您游戏账号安全,为营造公平、健康及安全的游戏环境,在您使用二维塔游戏服务的过程中,在不违反相关法律规定情况下,二维塔游戏工作室可以通过技术手段了解您终端设备的随机存储内存以及与二维塔游戏同时运行的相关程序。一经发现有任何未经授权的、危害二维塔游戏服务正常运营的相关程序,二维塔游戏可以收集所有与此有关的信息并采取合理措施予以打击。 \n 4.9 您充分理解并同意:为了保证您及其他用户的游戏体验,二维塔游戏工作室有权转移或者清除游戏服务器上存储的一些过往的游戏数据。 \n 4.10 二维塔游戏工作室将按照相关法律法规和本协议的规定,采取切实有效的措施保护未成年人在使用二维塔游戏服务过程中的合法权益,包括可能采取技术措施、禁止未成年人接触不适宜的游戏或者游戏功能、限制未成年人的游戏时间、预防未成年人沉迷网络。作为游戏规则的一部分,二维塔游戏工作室还将在适当位置发布二维塔游戏用户指引和警示说明,包括游戏内容介绍、正确使用游戏的方法以及防止危害发生的方法。所有未成年人用户都应在法定监护人的指导下仔细阅读并遵照执行这些指引和说明;其他玩家在使用二维塔游戏服务的过程中应避免发布、产生任何有损未成年人身心健康的内容,共同营造健康游戏环境。 \n 4.11 您知悉并同意,出现以下情形之一的,二维塔游戏有权将您的游戏账号纳入相应的防沉迷系统,采取相应的防沉迷措施: \n (1)系统判断您未满18周岁的;或 \n (2)您提交的实名身份信息不规范的;或 \n (3)您实名验证未通过的;或 \n (4)游客模式登录的;或 \n (5)其他国家法律法规政策要求或二维塔游戏有合理理由认为需要纳入防沉迷系统的情形的。 \n 对纳入相应防沉迷系统的游戏账号,我们有权依据国家有关法律法规及政策规定、本协议其他条款规定、二维塔游戏运营策略或根据您法定监护人的合理要求采取以下一种或多种措施: \n (1)将与您游戏相关的信息(包括但不限于您游戏账号的登录信息、充值流水信息等)提供给您的法定监护人,使得您法定监护人可及时或同步了解您游戏情况; \n (2)限制您游戏账号的消费额度; \n (3)采取技术措施屏蔽某些游戏或游戏的某些功能,或限定您游戏时间或游戏时长; \n (4)注销或删除您游戏账号及游戏数据等相关信息; \n (5)您法定监护人要求采取的,或二维塔游戏认为可采取的其他合理措施,以限制或禁止您使用二维塔游戏; \n (6)国家法律法规或政策要求的相关措施。 \n 4.12 二维塔游戏向用户提供游戏服务本身属于商业行为,用户有权自主决定是否根据二维塔游戏自行确定的收费项目(包括但不限于购买游戏内的虚拟道具的使用权以及接受其他增值服务等各类收费项目)及收费标准支付相应的费用,以获得相应的游戏服务。如您不按相应标准支付相应费用的,您将无法获得相应的游戏服务。 \n 您知悉并同意:收费项目或收费标准的改变、调整是一种正常的商业行为,您不得因为收费项目或收费标准的改变、调整而要求二维塔游戏进行赔偿或补偿。 \n 您知悉并同意,您使用法定货币进行游戏充值购买或兑换游戏虚拟货币、虚拟道具及其他虚拟物品或增值服务的,视为您购买了游戏服务,您所购买或兑换的游戏虚拟货币、虚拟道具及其他虚拟物品或增值服务将不能退还或兑换成法定货币,但法律另有强制性规定的除外。 \n 4.13 在任何情况下,二维塔游戏工作室不对因不可抗力导致的您在使用二维塔游戏服务过程中遭受的损失承担责任。该等不可抗力事件包括但不限于国家法律、法规、政策及国家机关的命令及其他政府行为或者其它的诸如地震、水灾、雪灾、火灾、海啸、台风、罢工、战争等不可预测、不可避免且不可克服的事件。 \n 4.14 二维塔游戏可能因游戏软件BUG、版本更新缺陷、第三方病毒攻击或其他任何因素导致您的游戏角色、游戏道具、游戏装备及游戏币等账号数据或游戏数据发生异常。在数据异常的原因未得到查明前,二维塔游戏工作室有权暂时冻结该游戏账号;若查明数据异常为非正常游戏行为所致,二维塔游戏工作室有权恢复游戏账号数据至异常发生前的原始状态(包括向第三方追回被转移数据),而无须向您承担任何责任。若数据异常是由于您实施违法违规行为或违反本协议约定的行为所致,二维塔游戏有权采取本协议第6.5条第二款规定的一种或多种处理措施。 \n 4.15 二维塔游戏工作室未授权您从任何第三方通过购买、接受赠与或者其他的方式获得游戏账号、游戏道具、游戏装备、游戏币及其他游戏服务。二维塔游戏不对第三方交易行为(第三方交易,是指您从第三方通过购买、接受赠与或者其他的方式获得游戏账号、游戏道具、游戏装备、游戏币及其他游戏服务的行为)负责,并且不受理因任何第三方交易发生纠纷而带来的申诉。 \n 4.16 您充分理解到:不同操作系统之间存在不互通的客观情况,该客观情况并非二维塔游戏造成,由此可能导致您在某一操作系统中的充值和游戏数据不能顺利转移到另一操作系统中。由于您在不同系统进行切换造成的充值损失和游戏数据丢失风险应由您自行承担,二维塔游戏对此不承担任何责任。 \n 4.17 二维塔游戏工作室自行决定终止运营二维塔游戏时或因其他任何原因终止运营时,二维塔游戏工作室会按照国家有关网络游戏终止运营的相关法律法规规定处理游戏终止运营相关事宜,以保障用户合法权益。 \n 五、【软件许可】 \n 5.1 使用二维塔游戏服务可能需要下载并安装相关软件,您可以直接从二维塔游戏工作室的相关网站上获取该软件,也可以从得到授权的第三方获取。如果您从未经二维塔游戏授权的第三方获取二维塔游戏或与二维塔游戏名称相同的游戏,将视为您未获得二维塔游戏授权,二维塔游戏工作室无法保证该游戏能够正常使用,并对因此给您造成的损失不予负责。 \n 5.2 二维塔游戏工作室可能为不同的终端设备或操作系统开发了不同的软件版本,包括但不限于ios、android等多个应用版本,您应当根据实际情况选择下载合适的版本进行安装,下载安装程序后,您需要按照该程序提示的步骤正确安装。 \n 5.3 若二维塔游戏以软件形式提供,给予您一项个人的、不可转让及非排他性的许可。 \n 5.4 如果您不再需要使用该软件或者需要安装新版,可以自行卸载。如果您愿意帮助二维塔游戏改进产品服务,请告知卸载的原因。 \n 5.6 为了保证二维塔游戏服务的安全性和功能的一致性,二维塔游戏有权对软件进行更新,或者对软件的部分功能效果进行改变或限制。 \n 5.7 软件新版本发布后,旧版本的软件可能无法使用。二维塔游戏不保证旧版本软件继续可用及相应的客户服务,请您随时核对并下载最新版本。 \n 六、【用户行为规范】 \n 6.1 您充分了解并同意,您必须为自己游戏账号下的一切行为负责,包括您所发表的任何内容以及由此产生的任何后果。 \n 6.2 您除了可以按照本协议的约定使用二维塔游戏服务之外,不得进行任何侵犯二维塔游戏的知识产权的行为,或者进行其他的有损于二维塔游戏工作室或其他第三方合法权益的行为。 \n 6.3 您在使用二维塔游戏或二维塔游戏服务时须遵守法律法规,不得利用二维塔游戏或二维塔游戏服务从事违法违规行为,包括但不限于以下行为: \n (一)违反宪法确定的基本原则的; \n (二)危害国家统一、主权和领土完整的; \n (三)泄露国家秘密、危害国家安全或者损害国家荣誉和利益的; \n (四)煽动民族仇恨、民族歧视,破坏民族团结,或者侵害民族风俗、习惯的; \n (五)宣扬邪教、迷信的; \n (六)散布谣言,扰乱社会秩序,破坏社会稳定的; \n (七)宣扬淫秽、色情、赌博、暴力,或者教唆犯罪的; \n (八)侮辱、诽谤他人,侵害他人合法权益的; \n (九)违背社会公德的; \n (十)有法律、行政法规和国家规定禁止的其他内容的。 \n 6.4 除非法律允许或二维塔游戏工作室书面许可,您不得从事下列行为: \n (1)删除游戏软件及其副本上关于著作权的信息; \n (2)对游戏软件进行反向工程、反向汇编、反向编译或者以其他方式尝试发现软件的源代码或其他保密内容,包括但不限于二维塔游戏暂未主动公开呈现但已封存在游戏安装包中的游戏元素等; \n (3)对游戏软件进行扫描、探查、测试,以检测、发现、查找其中可能存在的BUG或弱点; \n (4)对游戏软件或者软件运行过程中释放到任何终端内存中的数据、软件运行过程中客户端与服务器端的交互数据,以及软件运行所必需的系统数据,进行复制、修改、增加、删除、挂接运行或创作任何衍生作品,形式包括但不限于使用插件、外挂或非经合法授权的第三方工具/服务接入软件和相关系统; \n (5)修改或伪造软件运行中的指令、数据,增加、删减、变动软件的功能或运行效果,或者将用于上述用途的软件、方法进行运营或向公众传播,无论上述行为是否为商业目的; \n (6)通过非二维塔游戏工作室或合作方开发、授权的第三方软件、插件、外挂、系统,使用二维塔游戏及二维塔游戏服务,或制作、发布、传播非二维塔游戏开发、授权的第三方软件、插件、外挂、系统; \n (7)对游戏中二维塔游戏工作室拥有知识产权的内容进行使用、出租、出借、复制、修改、链接、转载、汇编、发表、出版、建立镜像站点等; \n (8)建立有关二维塔游戏的镜像站点,或者进行网页(络)快照,或者利用架设服务器等方式,为他人提供与二维塔游戏服务完全相同或者类似的服务; \n (9)将二维塔游戏的任意部分分离出来单独使用,或者进行其他的不符合本协议的使用; \n (10)使用、修改或遮盖二维塔游戏的名称、商标或其它知识产权; \n (11)其他未经良心工作室明示授权的行为。 \n 6.5 您在使用二维塔游戏服务过程中如有以下任何行为(以下也称“违法违规行为”)之一的,二维塔游戏工作室有权视情节严重程度,依据本协议及相关游戏规则的规定,对您采取本条第二款规定的一种或多种处理措施,并可公告处理结果: \n (1)以某种方式暗示或伪称二维塔游戏内部员工或某种特殊身份,企图得到不正当利益或影响其他用户权益的行为; \n (2)在二维塔游戏中使用、上传违法或不当词语、字符及其他内容的行为,包括用于角色命名; \n (3)以任何方式破坏二维塔游戏或影响二维塔游戏服务的正常进行,包括但不限于: \n 1)违规及(或)恶意注册、登录游戏的行为,包括但不限于恶意批量注册游戏账号,以及以破坏服务器鉴权、恶意挤服等方式登录游戏行为; \n 2)恶意实施可能导致游戏服务器宕机、卡顿,或导致其他游戏玩家掉线、延迟等无法正常游戏的行为,如利用DDOS对游戏服务器或其他玩家进行网络流量攻击的行为等; \n 3)利用游戏漏洞实施获益、破坏游戏环境或给其他玩家造成不良影响的行为; \n 4)消极游戏破坏其他用户游戏体验的行为。包括但不限于恶意伤害或者击杀本方队友,恶意组队,恶意送分、降分,消极挂机、逃跑、故意送人头,以及其他消极游戏破坏用户游戏体验的行为; \n 5)游戏数据表现异常,影响二维塔游戏公平的其他行为。 \n (4)使用各种私服、外挂行为; \n (5)使用游戏同步器(具体包括但不限于使用键盘、鼠标等硬件同步器,以便可以使用一套键盘、鼠标,同时、同步控制多台电脑进行游戏的行为),以及使用其他各种可以让您在游戏效率或收益数据上表现异常的硬件(包括但不限于“连点器”等,以下统称“作弊硬件”); \n (6)传播非法言论或不当信息; \n (7)盗取他人游戏账号、游戏物品; \n (8)进行游戏账号交易、账号共享等影响账号安全的行为; \n (9)未经二维塔游戏许可,擅自与其他用户进行游戏虚拟货币、游戏装备、游戏币及其他游戏道具等交易,或从第三方通过购买、接受赠与或者其他式获得游戏虚拟货币、游戏装备、游戏币及其他游戏道具或游戏服务。 \n (10)在未经二维塔游戏授权或认可的折扣渠道进行游戏充值、进行折扣游戏道具交易(例如在非二维塔游戏官方渠道低价购买折扣皮肤)或委托未获二维塔游戏授权或认可的第三方代为充值,或者使用未经二维塔游戏授权或认可的第三方软件充值。 \n (11)违反本协议任何约定,或违反国家法律法规任何规定的行为; \n (12)其他在行业内被广泛认可的不当行为。 \n 前款规定的处理措施包括但不限于: \n (1)警告;及/或 \n (2)禁言,包括但不限于游戏全区禁言、单区禁言以及公共频道禁言;及/或 \n (3)内容重置,包括但不限于重置或强制修改您提供或上传的非法昵称、房间名、图片等非法信息或内容等;及/或 \n (4)减少或限制您的游戏收益,该游戏收益包括但不限于游戏中与游戏角色成长升级相关的所有数据(如经验值、荣誉值、声望值、称号等)的提升以及游戏中的道具、装备、虚拟货币等虚拟物品的获取;及/或 \n (5)删除或注销游戏账号、游戏数据或其他游戏相关信息;及/或 \n (6)限制或禁止您进入游戏中的特定场景或使用游戏特定功能;及/或 \n (7)强制退出游戏(即“踢出游戏”),包括但不限于强制退出整个游戏,或游戏中的单局对战,或您正在进行中的其他游戏行为;及/或 \n (8)暂时或永久性地禁止您游戏账号登录二维塔游戏(以下称“封号”);及/或 \n (9)暂时或永久性地禁止您违法违规行为涉及的特定终端(包括但不限于PC终端、移动终端等)登录二维塔游戏;及/或 \n (10)暂停或终止您使用二维塔游戏及相关服务,或单方通知您终止本协议;及/或 \n (11)就您的违法违规行为提起相应民事诉讼,追究您的侵权、违约或其他民事责任,并要求您赔偿二维塔游戏工作室因您违法违规行为所受到的损失(包括二维塔游戏工作室所受到的直接经济损失、名誉或商誉损失以及二维塔游戏工作室对外支付的赔偿金、和解费用、律师费用、诉讼费用及其他间接损失),或移交有关行政管理机关给予行政处罚,或者移交司法机关追究您的刑事责任;及/或 \n (12)二维塔游戏通过游戏规则(包括但不限于用户守则、玩家条例、游戏公告、提示及通知)公布的其他处理措施。 \n 您知悉并同意,由于外挂及游戏同步器等作弊硬件具有隐蔽性或用完后即消失等特点,二维塔游戏有权根据您的游戏数据和表现异常判断您有无使用非法外挂或游戏同步器等作弊硬件行为。 \n 6.6 您知悉并同意,如二维塔游戏依据本协议对您的游戏账号采取封号处理措施的,具体封号期间由二维塔游戏根据您违规行为情节而定。 \n 您知悉并同意:(1)在封号期间,您游戏账号中的游戏虚拟货币、游戏装备、游戏币及其他游戏道具可能都将无法使用;(2)如前述游戏虚拟货币、游戏装备、游戏币及其他游戏道具存在一定有效期,该有效期可能会在封号期间过期,您游戏账号解封后,您将无法使用该等已过期的游戏虚拟货币、游戏装备、游戏币及其他游戏道具。 \n 七、【知识产权】 \n 7.1 二维塔游戏工作室是二维塔游戏的知识产权权利人。二维塔游戏(包括但不限于二维塔游戏整体、游戏内所包含的所有美术、音乐、文字作品和其他游戏构成要素、组成部分,以及二维塔游戏运行呈现的连续动态画面)的一切著作权、商标权、专利权、商业秘密等知识产权及其他合法权益,以及与二维塔游戏相关的所有信息内容(包括文字、图片、音频、视频、图表、界面设计、版面框架、有关数据或电子文档等)均受中华人民共和国法律法规和相应的国际条约保护,二维塔游戏工作室享有上述知识产权和合法权益,但相关权利人依照法律规定应享有的权利除外。未经二维塔游戏工作室事先书面同意,您不得以任何方式将二维塔游戏(包括但不限于二维塔游戏整体、游戏内所包含的所有美术、音乐、文字作品和其他游戏构成要素、组成部分,以及二维塔游戏运行呈现的连续动态画面 )进行商业性使用。 \n 7.2 如二维塔游戏存在可供您自行制作、创作或上传相关内容的平台功能或服务的(以下称”UGC平台”),针对您使用UGC平台制作、创作、上传或发布的内容(以下称“UGC内容”),您应确保其合法且不侵犯他人合法权益并应遵守二维塔游戏工作室在UGC平台上发布的相关规则(以下称“UGC平台规则”),且您同意: \n (1)如UGC内容含有二维塔游戏内容(包括但不限于二维塔游戏整体、游戏内所包含的所有美术、音乐、文字作品和其他游戏构成要素、组成部分,以及二维塔游戏运行呈现的连续动态画面)及(或)二维塔游戏工作室享有知识产权的其他内容的,则您对UGC内容进行商业目的使用需要经二维塔游戏工作室书面授权同意,并遵守相应的UGC平台规则。 \n (2)针对UGC内容, 您同意不可撤销地授权二维塔游戏工作室以任何方式永久的免费的全球范围的使用该UGC内容(前述“使用”包括但不限于复制、发行、出租、展览、表演、广播、修改、改编、信息网络传播及其他方式使用,同时包括商业目的和非商业目的使用,本游戏内和本游戏外使用,也包括在UGC平台内和UGC平台外使用。为方便描述,以下将前述使用的权利统称“使用权”),同时授权二维塔游戏可以将前述使用权转授权或分许可第三方使用。您承诺二维塔游戏的该等使用不会侵害任何第三方知识产权及其他合法权益。 \n (3) 针对UGC内容,您仅可在二维塔游戏及认可的其他平台对该UGC内容作出展示或按二维塔游戏认可方式使用,不得在未经二维塔游戏许可情况下擅自或授权第三方在其他平台进行传播,也不得擅自或授权第三方进行任何出版、商业盈利、二次衍生及其他使用的行为。如违反,二维塔游戏将保留法律上的追诉权利。 \n (4)针对UGC内容,您不可撤销地授权二维塔游戏以自己的名义或委托专业第三方对侵犯UGC内容合法权益的行为进行维权,维权形式包括但不限于:监测侵权行为、发送维权函、提起诉讼或仲裁、调解、和解等,二维塔游戏有权对维权事宜做出决策并独立实施。 \n (5)如根据著作权法等法律规定,您对UGC内容享有发表权、署名权、修改权和保护作品完整权等著作人身权的,您同意二维塔游戏可自行根据UGC的具体使用情况或使用场景是否为您进行署名以及以什么方式进行署名,且您不会因二维塔游戏按本协议约定使用UGC内容而向二维塔游戏主张发表权、署名权、修改权和保护作品完整权等著作人身权。 \n 7.3 尽管本协议有其他规定,您在使用二维塔游戏服务中产生的游戏数据的所有权和知识产权归二维塔游戏所有,二维塔游戏有权保存、处置该游戏数据。其中,二维塔游戏对用户购买游戏虚拟货币的购买记录的保存期限将遵守国家法律法规有关规定。对其他游戏数据的保存期限由二维塔游戏自行决定,但国家法律法规另有规定的从其规定。 \n 7.4 二维塔游戏可能涉及第三方知识产权,而该等第三方对您基于本协议在二维塔游戏中使用该等知识产权有要求的,二维塔游戏工作室将以适当方式向您告知该要求,您应当一并遵守。 \n 八、【遵守当地法律监管】 \n 8.1 您在使用二维塔游戏服务过程中应当遵守当地相关的法律法规,并尊重当地的道德和风俗习惯。如果您的行为违反了当地法律法规或道德风俗,您应当为此独立承担责任。 \n 8.2 您应避免因使用二维塔游戏服务而使二维塔游戏卷入政治和公共事件,否则二维塔游戏有权暂停或终止对您的服务。 \n 九、【管辖与法律适用】 \n 9.1 本协议签订地为中华人民共和国福建省厦门市思明区。 \n 9.2 本协议的成立、生效、履行、解释及纠纷解决,适用中华人民共和国大陆地区法律(不包括冲突法)。 \n 9.3 若您和二维塔游戏之间因本协议发生任何纠纷或争议,首先应友好协商解决;协商不成的,您同意将纠纷或争议提交至本协议签订地有管辖权的人民法院管辖。 \n 9.4 本协议所有条款的标题仅为阅读方便,本身并无实际涵义,不能作为本协议涵义解释的依据。 \n 9.5 本协议条款无论因何种原因部分无效,其余条款仍有效,对各方具有约束力。 \n 十、【其他】 \n 10.1 二维塔游戏有权在必要时变更本协议条款,您可以在二维塔游戏的相关页面查阅最新版本的协议条款。本协议条款变更后,如果您继续使用二维塔游戏服务,即视为您已接受变更后的协议。 \n 10.2 二维塔游戏提醒您:抵制不良游戏,拒绝盗版游戏;注意自我保护,谨防受骗上当;适度游戏益脑,沉迷游戏伤身;合理安排时间,享受健康生活。 \n \n [align=right]厦门二维塔网络科技有限公司[/align]\n [align=right]更新时间和生效时间:2020年5月12日[/align]"
+ },
+ {
+ "Id": 2,
+ "ClauseType": 2,
+ "Name": "二维塔游戏隐私保护协议",
+ "JumpType": 1,
+ "Url": "",
+ "Content": " [align=center]《二维塔游戏隐私保护协议》[/align] \n欢迎您选择由厦门二维塔科技有限公司及旗下二维塔游戏(以下简称“我们”。有关个人信息保护的联系方式为:jacksen@erweita.com)提供的二维塔游戏!除《二维塔游戏用户服务协议》外,我们还将通过《二维塔游戏隐私保护协议》(“本协议”)向您进一步细化说明您在使用二维塔游戏时我们收集、使用、存储和共享个人信息的情况,以及您所享有的相关权利等事宜,本协议是《二维塔游戏用户服务协议》的组成部分,其中要点如下: \n • 您可以根据本协议所述管理您的个人信息以及相关授权。 \n • 我们采用多方位的安全保护措施,以确保对您的个人信息保护处于合理的安全水平。 \n 您可以通过阅读完整版《二维塔游戏隐私保护协议》,了解个人信息类型与用途的对应关系等更加详尽的个人信息处理规则。 \n 1.我们收集的信息 \n 2.信息的存储 \n 3.信息的安全 \n 4.我们如何使用信息 \n 5.对外提供 \n 6.您的权利 \n 7.变更 \n 8.未成年人保护 \n 9.其他 \n 10.联系我们 \n 1.我们收集的信息 \n 在您使用二维塔游戏服务的过程中,二维塔游戏会按照如下方式收集您在使用服务时主动提供的或因为使用服务而产生的信息,用以向您提供、优化我们的服务以及保障您的账户安全: \n 1.1 当您注册或使用二维塔游戏服务时,我们会收集您的网络身份标识信息及个人常用设备信息,用于标记您为二维塔游戏的用户。如果您使用我们认可的其他账号(以下称“第三方账号”)作为游戏账号关联登录二维塔游戏的,我们会收集您通过第三方账号的唯一标识、头像、昵称,用于保存您的登录信息,以便您在不同设备登录。 \n 如果您使用第三方账号作为游戏账号关联登录二维塔游戏的,为了更好地向您提供游戏服务,改善游戏体验,我们会收集您的第三方账号涉及的唯一标识、昵称、头像、好友关系以及您授权的其他信息,以及您在二维塔游戏中的相关操作信息、游戏信息等信息(具体包括但不限于您的登录状态、对战信息/状态、成就信息等)进行使用,并可向您本人或其他用户或好友展示。我们可能会视游戏产品具体情况为您提供相关权限,以便您可以对是否展示前述相关信息进行相应设置。 \n 1.2 为满足相关法律法规政策及相关主管部门的要求,二维塔游戏用户需进行实名认证以继续使用和享受二维塔游戏。我们会在获得您同意或您主动提供的情况下收集您的实名身份信息(包括姓名、身份证号、照片等信息),该信息属于敏感信息,拒绝提供实名身份信息可能会导致您无法登录二维塔游戏或在使用二维塔游戏过程中受到相应限制。 \n 1.3 为保障您正常使用我们的服务,维护游戏基础功能的正常运行,优化游戏产品性能,提升您的游戏体验并保障您的账号安全,我们会收集您的设备ID、设备名称、设备类型和版本、系统版本、IP地址、MAC地址、应用ID、网络类型等信息。 \n 1.4 当您使用二维塔游戏服务时,我们会收集您的游戏日志信息,例如登录日志、物品日志、游戏对局信息、交友记录等,以便您能够在客户端查看您的游戏历史记录,同时用于游戏运营统计分析、客服投诉处理及其他游戏安全分析,并为提升您的游戏体验,我们可能把前述信息同步至该游戏后续版本或您正在使用的我们提供的其他产品中。 \n 1.5 如您使用小米、魅族、华为等品牌手机,二维塔游戏接入的上述手机厂商Push SDK需要收集手机唯一标识信息(例如IMEI),并可能会收集您的手机型号、系统类型、系统版本、设备屏幕尺寸等参数用于实现二维塔游戏产品和活动等信息的推送,具体情况请参见SDK运营方的隐私政策或相关声明。 \n 1.6 当您使用二维塔游戏产品的消费功能时,我们会收集您的充值记录、消费记录等信息,以便您查询您的交易记录,同时尽最大程度保护您的虚拟物品安全。充值记录、消费记录属于敏感信息,收集上述信息为实现二维塔游戏产品的消费功能所必须,否则将无法完成交易。 \n 1.7 为保障您的游戏账号安全,营造公平、健康及安全的游戏环境,我们会收集您的游戏识别信息、硬件及操作系统信息、进程及游戏崩溃记录等信息,以用于打击破坏游戏公平环境或干扰、破坏游戏服务正常进行的行为(如用于检测盗版、扫描外挂、防止作弊等)。 \n 1.8 当您在游戏中通过文字、图片、语音、视频及其他方式与其他玩家进行互动,我们可能会收集并保存您发送的上述信息内容用于过滤色情、暴力、政治、辱骂、恶意广告等不当内容,以此净化游戏环境,维护健康的上网环境。 \n 1.9 如您希望通过语音、视频与其他游戏玩家互动、参与直播,在您授权同意后,游戏会访问您的麦克风、摄像头,为您提供语音聊天、直播互动等功能。 \n 1.10 如您希望与附近的游戏玩家互动,在您授权同意后,我们会收集您的地理位置信息,用于寻找附近的游戏玩家,以便您与附近的玩家匹配、组队等。地理位置信息属于敏感信息,拒绝提供该信息只会导致您无法实现与附近的游戏玩家互动,但不影响您正常使用二维塔游戏的其他功能,您也可以随时取消您的地理位置信息授权。 \n 1.11 我们启用了适度游戏的提醒功能,如您使用可穿戴设备,我们会在征得您同意后收集您的游戏在线心跳等信息,以在您过度游戏时发出系统提醒。 \n 1.12 我们可能会将您的游戏数据进行分析以了解您的偏好,并可能将您的偏好等相关必要的信息分享给二维塔游戏工作室及合作伙伴的其他产品或服务,以便于我们更好地在二维塔游戏工作室及合作伙伴内的其他产品或服务中向您展示可能感兴趣的内容。 \n 1.13 根据相关法律法规及国家标准,以下情形中,我们可能会收集、使用您的相关个人信息无需征求您的授权同意: \n 1) 与国家安全、国防安全等国家利益直接相关的;与公共安全、公共卫生、公共知情等重大公共利益直接相关的; \n 2) 与犯罪侦查、起诉、审判和判决执行等直接相关的; \n 3) 出于维护您或其他个人的生命、财产、声誉等重大合法权益但又很难得到本人同意的; \n 4) 所收集的个人信息是您自行向社会公众公开的; \n 5) 从合法公开披露的信息中收集个人信息的,如合法的新闻报道、政府信息公开等渠道; \n 6) 根据您要求签订和履行合同所必需的; \n 7) 用于维护所提供的产品或服务的安全稳定运行所必需的,例如发现、处置产品或服务的故障; \n 8) 为开展合法的新闻报道所必需的; \n 9) 出于公共利益开展统计或学术研究所必要,且其对外提供学术研究或描述的结果时,对结果中所包含的个人信息进行去标识化处理的; \n 10) 法律法规规定的其他情形。 \n 1.14 请您理解,我们向您提供的功能和服务是不断更新和发展的,如果某一功能或服务未在前述说明中且收集了您的信息,我们会通过页面提示、交互流程、网站公告等方式另行向您说明信息收集的内容、范围和目的,以征得您的同意。 \n 目前,除了向第三方调研机构收集游戏调研信息以帮助我们改进游戏产品以及提供个性化服务,以及本协议第1.1条规定的您使用第三方账号登录二维塔游戏情形之外,我们不会主动从二维塔游戏工作室及所在公司外的第三方获取您的个人信息。如未来为业务发展需要从良心集团外的第三方间接获取并处理您的个人信息的,我们会严格遵守相关法律法规的规定,要求该第三方征得您的同意并确保其提供的信息的合法性。 \n 2.信息的存储 \n 2.1 信息存储的方式和期限 \n 我们会通过安全的方式存储您的信息,包括本地存储(例如利用APP进行数据缓存)、数据库和服务器日志。 \n 一般情况下,我们只会在为实现服务目的所必需的时间内或法律法规规定的条件下存储您的个人信息。 \n 2.2 信息存储的地域 \n 我们会按照法律法规规定,将境内收集的用户个人信息存储于中国境内。 \n 2.3 产品或服务停止运营时的通知 \n 当我们的产品或服务发生停止运营的情况时,我们将根据相关法律法规规定进行公告通知,并依法保障您的合法权益。 \n 3.信息安全 \n 3.1 安全保护措施 \n 我们努力为用户的信息安全提供保障,以防止信息的泄露、丢失、不当使用、未经授权访问和披露等。我们使用多方位的安全保护措施,以确保用户的个人信息保护处于合理的安全水平,包括技术保护手段、管理制度控制、安全体系保障等诸多方面。此外,我们游戏的相关系统还通过了国家网络安全等级保护(三级)的备案和测评。 \n 我们采用业界领先的技术保护措施。我们使用的技术手段包括但不限于防火墙、加密(例如SSL)、去标识化或匿名化处理、访问控制措施等。此外,我们还会不断加强安装在您设备端的软件的安全能力。例如,我们会在您的设备本地完成部分信息加密工作,以巩固安全传输;我们会了解您设备安装的应用信息和运行的进程信息,以预防病毒、木马等恶意程序。 \n 我们建立了保障个人信息安全专门的管理制度、流程和组织。例如,我们严格限制访问信息的人员范围,要求他们遵守保密义务并进行审计,违反义务的人员会根据规定进行处罚。我们也会审查该管理制度、流程和组织,以防未经授权的人员擅自访问、使用或披露用户的信息。 \n 我们建议您在使用产品和服务时充分注意对个人信息的保护,我们也会提供多种安全功能来协助您保护自己的个人信息安全。 \n 3.2 安全事件处置措施 \n 若发生个人信息泄露等安全事件,我们会启动应急预案,阻止安全事件扩大。安全事件发生后,我们会以公告、推送通知或邮件等形式告知您安全事件的基本情况、我们即将或已经采取的处置措施和补救措施,以及我们对您的应对建议。如果难以实现逐一告知,我们将通过公告等方式发布警示。 \n 4.我们如何使用信息 \n 我们严格遵守法律法规的规定以及与用户的约定,按照本协议及《二维塔游戏用户服务协议》所述使用收集的信息,以向您提供更为优质的服务。 \n 4.1 信息使用规则 \n 我们会按照如下规则使用收集的信息: \n 1) 我们会根据我们收集的信息向您提供各项功能与服务,包括基础游戏功能、玩家互动功能、直播功能、消费功能等; \n 2) 我们会根据您使用二维塔游戏产品的频率和情况、故障信息、性能信息等分析我们产品的运行情况,以确保服务的安全性,并优化我们的产品,提高我们的服务质量。我们不会将我们存储在分析软件中的信息与您提供的个人身份信息相结合。 \n 4.2 告知变动目的后征得同意的方式 \n 我们将会在本协议所涵盖的用途内使用收集的信息。如我们使用您的个人信息,超出了与收集时所声称的目的及具有直接或合理关联的范围,我们将在使用您的个人信息前,再次向您告知并征得您的明示同意。 \n 5.对外提供 \n 目前,除本协议以及《二维塔游戏用户服务协议》规定的情形之外,我们不会主动共享、提供或转让您的个人信息至良心工作室及公司外的第三方,如存在其他共享、提供或转让您的个人信息或您需要我们将您的个人信息共享、提供或转让至良心工作室及公司外的第三方情形时,我们会直接或确认该第三方征得您对上述行为的明示同意。 \n 即使有前款规定,如果您使用我们代理的境外游戏的,我们可能会将您在游戏中产生的日志及相关信息(如登录日志、物品日志等)提供给境外开发主体或相关第三方,用于游戏安全分析,帮助完善游戏服务,进一步优化用户的游戏体验。另外,我们会在疑似未成年人消费后,尝试联系其监护人,将相关消费记录等信息告知其监护人,进行提醒、确认与处理。 \n 除本协议以及《二维塔游戏用户服务协议》另有规定外,我们不会对外公开披露所收集的个人信息。如必须公开披露时,我们会向您告知此次公开披露的目的、披露信息的类型及可能涉及的敏感信息,并征得您的明示同意。 \n 随着我们业务的持续发展,我们有可能进行合并、收购、资产转让等交易,我们将告知您相关情形,按照法律法规及不低于本协议所要求的标准继续保护或要求新的控制者继续保护您的个人信息。 \n 另外,根据相关法律法规及国家标准,以下情形中,我们可能会共享、转让、公开披露个人信息无需事先征得您的授权同意: \n 1) 与国家安全、国防安全直接相关的; \n 2) 与公共安全、公共卫生、重大公共利益直接相关的; \n 3) 与犯罪侦查、起诉、审判和判决执行等直接相关的; \n 4) 出于维护个人信息主体或其他个人的生命、财产等重大合法权益但又很难得到本人同意的; \n 5) 个人信息主体自行向社会公众公开个人信息的; \n 6) 从合法公开披露的信息中收集个人信息的,如合法的新闻报道、政府信息公开等渠道。 \n 6.您的权利 \n 在您使用二维塔游戏服务期间,我们可能会视游戏产品具体情况为您提供相应的操作设置,以便您可以查询、删除、更正或撤回您的相关个人信息,您可参考相应游戏产品的具体协议进行操作。此外,我们还设置了投诉举报渠道,您的意见将会得到及时的处理。 \n 7.变更 \n 我们可能会适时对本协议进行修订。当本协议的条款发生变更时,我们会在版本更新时以适当的方式向您提示变更后的协议。请您仔细阅读变更后的隐私保护协议或协议内容,您继续使用二维塔游戏表示您同意我们按照更新后的隐私保护协议收集、处理或使用您的个人信息。 \n 8.未成年人保护 \n 若您为未满18周岁的未成年人,您应在监护人监护、指导下阅读本协议和使用本服务。 \n 我们高度重视未成年人个人信息的保护问题,,并持续探索更新的未成年人个人信息保护方式。我们会积极按照国家防沉迷政策要求,通过启用防沉迷系统保护未成年人的合法权益。我们会通过实名身份等信息校验判断相关账号的实名信息是否为未成年人,进而决定是否将此账号纳入到防沉迷体系中。另外,我们会收集您的登录时间、游戏时长等信息,通过从系统层面自动干预和限制未成年人游戏时间、启用强制下线功能等方式,引导未成年人合理游戏,并在疑似未成年人消费后尝试联系其监护人进行提醒、确认与处理,帮助未成年人健康上网。 \n 若您是未成年人的法定监护人,请您关注您所监护的未成年人是否是在取得您的授权同意之后使用二维塔游戏的服务或提供其个人信息。如果您对您所监护的未成年人的个人信息有疑问,请通过第10节中的联系方式与我们联系。 \n 特别地,若您是不满14周岁的儿童,为保护儿童个人信息,我们还发布了《二维塔游戏儿童隐私保护协议》。儿童及其监护人在使用二维塔游戏服务前,还应仔细阅读《二维塔游戏儿童隐私保护协议》。只有在取得监护人对《二维塔游戏儿童隐私保护协议》的同意后,您方可使用二维塔游戏服务。 \n 9.其他 \n 《二维塔游戏儿童隐私保护协议》是适用于不满14周岁的儿童用户的个人信息保护规则。 \n 10.联系我们 \n 当您有其他的投诉、建议、未成年人个人信息相关问题时,您可以将您的问题发送至jacksen@erweita.com或寄到如下地址: \n 中国福建省厦门市湖里区园山南路798号1201室之105单元(收) \n 邮编:361000 \n 我们将尽快审核所涉问题,并在验证您的用户身份后的十五天内予以回复。 \n \n [align=right]厦门二维塔科技有限公司[/align] \n [align=right]更新时间和生效时间:2020年5月12日[/align] \n \n [align=center]《二维塔游戏儿童隐私保护协议》[/align] \n 欢迎您选择由二维塔游戏工作室(以下简称“我们”。有关个人信息保护的联系方式为:jacksen@erweita.com)提供的二维塔游戏!除《二维塔游戏用户服务协议》、《二维塔游戏隐私保护协议》外,我们还将通过《二维塔游戏儿童隐私保护协议》(“本政策”) 帮助您和孩子(本政策中的“孩子”,是指不满十四周岁的未成年人)进一步了解我们收集、使用、存储和共享您孩子个人信息的情况,以及您和您的孩子所享有的相关权利。 \n 【重要提示】: \n 本政策适用于不满十四周岁的未成年人的个人信息处理。有关您和已满十四周岁的用户的个人信息处理,请查看《二维塔游戏隐私保护协议》了解相关信息。 \n 我们会通过页面提示、交互流程、网站公告等方式向您说明儿童个人信息收集等情况,并征得您的同意。请您仔细阅读、充分理解《二维塔游戏隐私保护协议》和本政策后,选择是否同意前述隐私政策。 \n 1.我们收集的儿童个人信息 \n 在您的孩子使用二维塔游戏服务的过程中,二维塔游戏仅会收集您同意我们收集的或您及您的孩子主动提供的有关您孩子的个人信息,以向您的孩子提供、优化我们的服务以及保障您孩子的账户安全。我们可能会收集的您孩子的个人信息的详情,请参见《二维塔游戏隐私保护协议》。 \n 同时,为验证您与您孩子的监护关系,我们可能还会收集您的联系方式(包括手机号码、电子邮箱)以及其他有助于我们判断监护关系的信息。 \n 目前,除了向第三方调研机构收集游戏调研信息,以帮助我们改进游戏产品以及提供个性化服务之外,我们不会主动从二维塔游戏工作室及所属公司外的第三方获取您孩子的个人信息。如未来为业务发展需要从二维塔游戏工作室及所属公司外的第三方间接获取并处理您孩子的个人信息的,我们会严格遵守相关法律法规的规定,要求该第三方征得您的同意并确保其提供的信息的合法性。 \n 2.我们如何使用儿童个人信息 \n 我们严格遵守法律法规的规定以及与用户的约定,按照本政策及《二维塔游戏用户服务协议》、《二维塔游戏隐私保护协议》所述使用收集的信息,以向您的孩子提供更为优质的服务。 \n 有关我们使用儿童个人信息的方式详情请参见《二维塔游戏隐私保护协议》,若我们使用您孩子的个人信息,超出了与收集时所声称的目的及具有直接或合理关联的范围,我们将在使用您孩子的个人信息前,再次向您告知并征得您的同意。 \n 3.儿童个人信息的存储 \n 3.1 我们按照法律法规规定,将在中华人民共和国境内收集到的您孩子的个人信息存储于中华人民共和国境内,并依法对这些信息进行严格保密。如涉及跨境业务,我们需要向境外机构传输境内收集的相关个人信息的,我们也会根据国内法律、行政法规和相关监管部门的规定,为您孩子的个人信息提供保护。 \n 3.2 一般情况下,我们只会在为实现服务目的所必需的时间内或法律法规规定的条件下存储您孩子的个人信息。超出法律法规或监管规定的期限后,我们会按照法律法规的要求对您孩子的个人信息进行删除或者匿名化处理。 \n 4.儿童个人信息的安全 \n 4.1 为了保障您孩子的信息安全,我们会在现有技术水平下采取合理必要的措施来保护孩子的信息,采取物理防护、安全技术、管理制度等措施来降低丢失、误用、非授权访问、披露和更改的风险,包括但不限于数据加密传输、防火墙和加密存储、物理访问控制以及信息访问授权控制。为此我们设置了安全程序保护您孩子的信息不会被未经授权的访问所窃取,所有的个人信息被加密储存并放置于经防火墙严格保护的内部系统。 \n 4.2 为了保障您孩子的信息安全,我们建立了专门的管理制度、流程和组织以保障信息的安全。例如,我们严格限制访问信息的人员范围,要求他们遵守保密义务,并进行审计。 \n 4.3 若发生儿童个人信息泄露等安全事件,我们会启动应急预案,阻止安全事件扩大,并及时以公告、推送通知或邮件等形式告知您和孩子安全事件的基本情况、我们即将或已经采取的处置措施和补救措施,以及我们对您的应对建议。如果难以实现逐一告知,我们将通过公告等方式发布警示。 \n 5.儿童个人信息的更正 \n 如您和孩子发现儿童个人信息有错误的,可以联系我们处理。 \n 6.儿童个人信息的删除 \n 6.1 如您和孩子发现我们违反法律、行政法规的规定或者双方的约定处理儿童个人信息的,或是超出目的范围或者必要期限处理儿童个人信息的,可以通过联系我们对相关个人信息进行删除。 \n 6.2 如您撤回同意的,可以联系我们,我们将按照国家有关法律规定进行处理。 \n 6.3 如您和孩子主动注销二维塔游戏账号并终止使用二维塔游戏,我们将会停止使用儿童的个人信息,但法律法规或监管部门另有规定的除外。如我们的产品或者服务停止运营,我们将根据相关法律法规规定进行通知,同时也将及时停止使用儿童个人信息,并将对保存的儿童个人信息进行删除或匿名化处理。 \n 7.儿童个人信息的转移和委托处理 \n 一般我们不会向第三方转移和委托第三方处理儿童个人信息,如确需第三方转移或委托第三方处理的,我们都会根据法律、行政法规的规定进行合规措施,包括但不限于对第三方进行安全评估。 \n 8.儿童个人信息的披露 \n 除非法律、行政法规规定应当披露或者根据与您的约定可以披露您孩子的个人信息的,我们不会披露孩子的个人信息。 \n 9.变更 \n 我们可能会适时对本政策进行修订。当本政策的条款发生变更时,我们会在版本更新时以适当的方式向您提示变更后的协议。请您仔细阅读变更后的隐私保护协议或协议内容,您的孩子继续使用二维塔游戏表示您同意我们按照更新后的隐私保护协议收集、处理或使用您孩子的个人信息。 \n 10.其他 \n 《二维塔游戏隐私保护协议》是二维塔游戏统一适用的一般性隐私条款,其中所规定的内容包括但不限于用户权利及信息安全保障措施等均适用于二维塔游戏用户。本政策是专门针对儿童的隐私保护协议,包含对于儿童个人信息的特殊保护。如《二维塔游戏隐私保护协议》与本政策存在不一致或矛盾之处,请以本政策为准。 \n 11.联系我们 \n 若您和孩子对本政策存在任何疑问,或者任何相关的投诉、意见或请求,您可以将您的问题发送至jacksen@erweita.com或寄到如下地址: \n 中国福建省厦门市湖里区园山南路798号1201室之105单元(收) \n 邮编:361000 \n 我们将尽快审核所涉问题,并在验证身份后及时处理,最长在不超过十五天或法律法规规定期限内予以回复。 \n \n [align=right]厦门二维塔科技有限公司[/align]\n [align=right]更新时间和生效时间:2020年5月12日[/align]"
+ }
+]
\ No newline at end of file
diff --git a/config/ClothesConfigCategory.json b/config/ClothesConfigCategory.json
new file mode 100644
index 0000000..a5f7fbf
--- /dev/null
+++ b/config/ClothesConfigCategory.json
@@ -0,0 +1,292 @@
+[
+ {
+ "Id": 101,
+ "Name": "葛布春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 10,
+ "LifeExp": 10,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 102,
+ "Name": "亚麻春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 13,
+ "LifeExp": 20,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 103,
+ "Name": "兽皮春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 16,
+ "LifeExp": 30,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 104,
+ "Name": "丝绸春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 19,
+ "LifeExp": 45,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 105,
+ "Name": "绫绸春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 22,
+ "LifeExp": 50,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 106,
+ "Name": "蜀锦春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 25,
+ "LifeExp": 60,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 107,
+ "Name": "云锦春服",
+ "Type": 1,
+ "Season": 1,
+ "IllnessReduce": 28,
+ "LifeExp": 65,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 201,
+ "Name": "葛布短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 10,
+ "LifeExp": 10,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 202,
+ "Name": "亚麻短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 13,
+ "LifeExp": 20,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 203,
+ "Name": "竹丝短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 16,
+ "LifeExp": 30,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 204,
+ "Name": "丝绸短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 19,
+ "LifeExp": 45,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 205,
+ "Name": "绫绸短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 22,
+ "LifeExp": 50,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 206,
+ "Name": "蜀锦短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 25,
+ "LifeExp": 60,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 207,
+ "Name": "云锦短袖",
+ "Type": 1,
+ "Season": 2,
+ "IllnessReduce": 28,
+ "LifeExp": 65,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 301,
+ "Name": "葛布秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 10,
+ "LifeExp": 10,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 302,
+ "Name": "亚麻秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 13,
+ "LifeExp": 20,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 303,
+ "Name": "兽皮秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 16,
+ "LifeExp": 30,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 304,
+ "Name": "丝绸秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 19,
+ "LifeExp": 45,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 305,
+ "Name": "绫绸秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 22,
+ "LifeExp": 50,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 306,
+ "Name": "蜀锦秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 25,
+ "LifeExp": 60,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 307,
+ "Name": "云锦秋裳",
+ "Type": 1,
+ "Season": 3,
+ "IllnessReduce": 28,
+ "LifeExp": 65,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 401,
+ "Name": "葛布冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 10,
+ "LifeExp": 10,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 402,
+ "Name": "亚麻冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 13,
+ "LifeExp": 20,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 403,
+ "Name": "兽皮冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 16,
+ "LifeExp": 30,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 404,
+ "Name": "丝皮冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 19,
+ "LifeExp": 45,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 405,
+ "Name": "绫棉冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 22,
+ "LifeExp": 50,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 406,
+ "Name": "蜀锦冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 25,
+ "LifeExp": 60,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 407,
+ "Name": "裘丝冬袍",
+ "Type": 1,
+ "Season": 4,
+ "IllnessReduce": 28,
+ "LifeExp": 65,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 2001,
+ "Name": "草衣",
+ "Type": 2,
+ "Season": 0,
+ "DiseaseDeduction": 40,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 2002,
+ "Name": "蓑衣",
+ "Type": 2,
+ "Season": 0,
+ "DiseaseDeduction": 60,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 2003,
+ "Name": "油皮衣",
+ "Type": 2,
+ "Season": 0,
+ "DiseaseDeduction": 90,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 3001,
+ "Name": "小刀",
+ "Type": 3,
+ "Season": 0,
+ "SpecialFunction": 0
+ },
+ {
+ "Id": 3002,
+ "Name": "竹笛",
+ "Type": 3,
+ "Season": 0,
+ "SpecialFunction": 0
+ }
+]
\ No newline at end of file
diff --git a/config/CommonShopConfigCategory.json b/config/CommonShopConfigCategory.json
new file mode 100644
index 0000000..98f21fd
--- /dev/null
+++ b/config/CommonShopConfigCategory.json
@@ -0,0 +1,352 @@
+[
+ {
+ "Id": 1,
+ "ItemId": 7308,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 10,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2,
+ "ItemId": 7228,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 10,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 3,
+ "ItemId": 1200,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 30,
+ "Currency": 2,
+ "Price": 125,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 4,
+ "ItemId": 1201,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 30,
+ "Currency": 2,
+ "Price": 250,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 5,
+ "ItemId": 1202,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 30,
+ "Currency": 2,
+ "Price": 375,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 6,
+ "ItemId": 815,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 2,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 7,
+ "ItemId": 816,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 4,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 8,
+ "ItemId": 819,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 6,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 9,
+ "ItemId": 820,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 8,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 10,
+ "ItemId": 821,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 10,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 11,
+ "ItemId": 858,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1000,
+ "Currency": 2,
+ "Price": 25,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 12,
+ "ItemId": 1900,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 20,
+ "Currency": 2,
+ "Price": 75,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 13,
+ "ItemId": 327,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 100,
+ "Currency": 2,
+ "Price": 10,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 14,
+ "ItemId": 8103,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 1500,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 15,
+ "ItemId": 8100,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 2000,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 16,
+ "ItemId": 8101,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 2500,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 17,
+ "ItemId": 8102,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 3000,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 18,
+ "ItemId": 7304,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 10,
+ "Currency": 2,
+ "Price": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 19,
+ "ItemId": 7305,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 10,
+ "Currency": 2,
+ "Price": 25,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 20,
+ "ItemId": 7306,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 10,
+ "Currency": 2,
+ "Price": 45,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 21,
+ "ItemId": 7307,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 10,
+ "Currency": 2,
+ "Price": 120,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 22,
+ "ItemId": 4204,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 10,
+ "Currency": 2,
+ "Price": 2,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 23,
+ "ItemId": 4205,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 10,
+ "Currency": 2,
+ "Price": 5,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 24,
+ "ItemId": 7005,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 100,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 25,
+ "ItemId": 7022,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 100,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 26,
+ "ItemId": 7007,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 100,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 27,
+ "ItemId": 7023,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 28,
+ "ItemId": 7004,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 29,
+ "ItemId": 7017,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 30,
+ "ItemId": 7019,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 31,
+ "ItemId": 7020,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 32,
+ "ItemId": 7024,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 33,
+ "ItemId": 7021,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 34,
+ "ItemId": 7016,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 300,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 35,
+ "ItemId": 7002,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "Number": 1,
+ "Currency": 2,
+ "Price": 200,
+ "RefreshCycle": 0
+ }
+]
\ No newline at end of file
diff --git a/config/CropConfigCategory.json b/config/CropConfigCategory.json
new file mode 100644
index 0000000..20fdbca
--- /dev/null
+++ b/config/CropConfigCategory.json
@@ -0,0 +1,197 @@
+[
+ {
+ "Id": 1001,
+ "Name": "小麦",
+ "Type": 1,
+ "Season": [
+ 1,
+ 3,
+ 4
+ ],
+ "GrowthCycle": 4320,
+ "SeedId": 133,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 200,
+ "ByProduct": 119,
+ "ByProductNum": 200,
+ "ExtraOutProbability": 0,
+ "ExtraOut": 0,
+ "CropPic": "Crop_1001",
+ "SaplingStatePrefab": "Crop_SaplingState_1001",
+ "MatureStatePrefab": "Crop_MatureState_1001",
+ "SaplingStateFarmland": "Structure_Picture_360",
+ "MatureStateFarmland": "Structure_Picture_360",
+ "Science": 0
+ },
+ {
+ "Id": 1002,
+ "Name": "水稻",
+ "Type": 2,
+ "Season": [
+ 1,
+ 2
+ ],
+ "GrowthCycle": 4320,
+ "SeedId": 134,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 200,
+ "ByProduct": 118,
+ "ByProductNum": 200,
+ "ExtraOutProbability": 0,
+ "ExtraOut": 0,
+ "CropPic": "Crop_1002",
+ "SaplingStatePrefab": "Crop_SaplingState_1002",
+ "MatureStatePrefab": "Crop_MatureState_1002",
+ "SaplingStateFarmland": "Structure_Picture_360_1",
+ "MatureStateFarmland": "Structure_Picture_360_1",
+ "Science": 11
+ },
+ {
+ "Id": 1003,
+ "Name": "大豆",
+ "Type": 3,
+ "Season": [
+ 2,
+ 3
+ ],
+ "GrowthCycle": 4320,
+ "SeedId": 135,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 200,
+ "ByProduct": 120,
+ "ByProductNum": 200,
+ "ExtraOutProbability": 0,
+ "ExtraOut": 0,
+ "CropPic": "Crop_1003",
+ "SaplingStatePrefab": "Crop_SaplingState_1003",
+ "MatureStatePrefab": "Crop_MatureState_1003",
+ "SaplingStateFarmland": "Structure_Picture_360",
+ "MatureStateFarmland": "Structure_Picture_360",
+ "Science": 21
+ },
+ {
+ "Id": 1004,
+ "Name": "糯稻",
+ "Type": 5,
+ "Season": [
+ 1,
+ 2
+ ],
+ "GrowthCycle": 4320,
+ "SeedId": 137,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 200,
+ "ByProduct": 121,
+ "ByProductNum": 200,
+ "ExtraOutProbability": 0,
+ "ExtraOut": 0,
+ "CropPic": "Crop_1004",
+ "SaplingStatePrefab": "Crop_SaplingState_1004",
+ "MatureStatePrefab": "Crop_MatureState_1004",
+ "SaplingStateFarmland": "Structure_Picture_360_1",
+ "MatureStateFarmland": "Structure_Picture_360_1",
+ "Science": 41
+ },
+ {
+ "Id": 1005,
+ "Name": "白菜",
+ "Type": 4,
+ "Season": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GrowthCycle": 4320,
+ "SeedId": 136,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 100,
+ "ByProduct": 125,
+ "ByProductNum": 200,
+ "ExtraOutProbability": 0,
+ "ExtraOut": 0,
+ "CropPic": "Crop_1005",
+ "SaplingStatePrefab": "Crop_SaplingState_1005",
+ "MatureStatePrefab": "Crop_MatureState_1005",
+ "SaplingStateFarmland": "Structure_Picture_360",
+ "MatureStateFarmland": "Structure_Picture_360",
+ "Science": 31
+ },
+ {
+ "Id": 1006,
+ "Name": "萝卜",
+ "Type": 6,
+ "Season": [
+ 3,
+ 4
+ ],
+ "GrowthCycle": 4320,
+ "SeedId": 138,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 100,
+ "ByProduct": 122,
+ "ByProductNum": 200,
+ "ExtraOutProbability": 0,
+ "ExtraOut": 0,
+ "CropPic": "Crop_1006",
+ "SaplingStatePrefab": "Crop_SaplingState_1006",
+ "MatureStatePrefab": "Crop_MatureState_1006",
+ "SaplingStateFarmland": "Structure_Picture_360",
+ "MatureStateFarmland": "Structure_Picture_360",
+ "Science": 51
+ },
+ {
+ "Id": 1007,
+ "Name": "冬瓜",
+ "Type": 7,
+ "Season": [
+ 1,
+ 3
+ ],
+ "GrowthCycle": 5760,
+ "SeedId": 139,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 100,
+ "ByProduct": 123,
+ "ByProductNum": 100,
+ "ExtraOutProbability": 20,
+ "ExtraOut": 401,
+ "CropPic": "Crop_1007",
+ "SaplingStatePrefab": "Crop_SaplingState_1007",
+ "MatureStatePrefab": "Crop_MatureState_1007",
+ "SaplingStateFarmland": "Structure_Picture_360",
+ "MatureStateFarmland": "Structure_Picture_360",
+ "Science": 61
+ },
+ {
+ "Id": 1008,
+ "Name": "南瓜",
+ "Type": 8,
+ "Season": [
+ 1,
+ 2
+ ],
+ "GrowthCycle": 5760,
+ "SeedId": 140,
+ "CostNum": 30,
+ "ProductID": 2000,
+ "BasicProduction": 100,
+ "ByProduct": 124,
+ "ByProductNum": 100,
+ "ExtraOutProbability": 20,
+ "ExtraOut": 402,
+ "CropPic": "Crop_1008",
+ "SaplingStatePrefab": "Crop_SaplingState_1008",
+ "MatureStatePrefab": "Crop_MatureState_1008",
+ "SaplingStateFarmland": "Structure_Picture_360",
+ "MatureStateFarmland": "Structure_Picture_360",
+ "Science": 71
+ }
+]
\ No newline at end of file
diff --git a/config/DailyPointsConfigCategory.json b/config/DailyPointsConfigCategory.json
new file mode 100644
index 0000000..403faea
--- /dev/null
+++ b/config/DailyPointsConfigCategory.json
@@ -0,0 +1,22 @@
+[
+ {
+ "Id": 1,
+ "NeededPoints": 30,
+ "GiftContents": 99995
+ },
+ {
+ "Id": 2,
+ "NeededPoints": 60,
+ "GiftContents": 99995
+ },
+ {
+ "Id": 3,
+ "NeededPoints": 90,
+ "GiftContents": 99995
+ },
+ {
+ "Id": 4,
+ "NeededPoints": 100,
+ "GiftContents": 99996
+ }
+]
\ No newline at end of file
diff --git a/config/DailyTaskConfigCategory.json b/config/DailyTaskConfigCategory.json
new file mode 100644
index 0000000..fd89280
--- /dev/null
+++ b/config/DailyTaskConfigCategory.json
@@ -0,0 +1,74 @@
+[
+ {
+ "Id": 1,
+ "TaskName": "温馨的家宴",
+ "Description": "举办家宴",
+ "TargetType": 2,
+ "TargetParameter": 1,
+ "PointGet": 10,
+ "UnlockScale": 1
+ },
+ {
+ "Id": 2,
+ "TaskName": "丰收准备",
+ "Description": "为农田施肥",
+ "TargetType": 10,
+ "TargetParameter": 1,
+ "PointGet": 10,
+ "UnlockScale": 3
+ },
+ {
+ "Id": 3,
+ "TaskName": "不死树",
+ "Description": "为不死树施肥",
+ "TargetType": 1,
+ "TargetParameter": 1,
+ "PointGet": 20,
+ "UnlockScale": 4
+ },
+ {
+ "Id": 4,
+ "TaskName": "谁是英雄",
+ "Description": "挑战四凶兽",
+ "TargetType": 5,
+ "TargetParameter": 1,
+ "PointGet": 20,
+ "UnlockScale": 4
+ },
+ {
+ "Id": 5,
+ "TaskName": "我不可爱?",
+ "Description": "领取陵陵的礼包",
+ "TargetType": 9,
+ "TargetParameter": 1,
+ "PointGet": 10,
+ "UnlockScale": 4
+ },
+ {
+ "Id": 6,
+ "TaskName": "互通有无",
+ "Description": "与商人进行交易",
+ "TargetType": 7,
+ "TargetParameter": 1,
+ "PointGet": 10,
+ "UnlockScale": 4
+ },
+ {
+ "Id": 7,
+ "TaskName": "神秘商人",
+ "Description": "刷新商人的货物",
+ "TargetType": 11,
+ "TargetParameter": 1,
+ "PointGet": 20,
+ "UnlockScale": 4
+ },
+ {
+ "Id": 8,
+ "TaskName": "七星鼎",
+ "Description": "在七星鼎合成宝石",
+ "TargetType": 8,
+ "TargetParameter": 1,
+ "PointGet": 10,
+ "UnlockScale": 7
+ }
+]
\ No newline at end of file
diff --git a/config/DanMuLibraryConfigCategory.json b/config/DanMuLibraryConfigCategory.json
new file mode 100644
index 0000000..34d6b53
--- /dev/null
+++ b/config/DanMuLibraryConfigCategory.json
@@ -0,0 +1,58 @@
+[
+ {
+ "Id": 1,
+ "Type": 1,
+ "TypeParameter": "1001",
+ "DanMuGroupId": 1001,
+ "Limited": 9999
+ },
+ {
+ "Id": 2,
+ "Type": 1,
+ "TypeParameter": "3002",
+ "DanMuGroupId": 1002,
+ "Limited": 9999
+ },
+ {
+ "Id": 3,
+ "Type": 1,
+ "TypeParameter": "3003",
+ "DanMuGroupId": 1003,
+ "Limited": 9999
+ },
+ {
+ "Id": 4,
+ "Type": 1,
+ "TypeParameter": "3004",
+ "DanMuGroupId": 1004,
+ "Limited": 9999
+ },
+ {
+ "Id": 5,
+ "Type": 1,
+ "TypeParameter": "3005",
+ "DanMuGroupId": 1005,
+ "Limited": 9999
+ },
+ {
+ "Id": 6,
+ "Type": 1,
+ "TypeParameter": "2004",
+ "DanMuGroupId": 1006,
+ "Limited": 9999
+ },
+ {
+ "Id": 7,
+ "Type": 1,
+ "TypeParameter": "2001",
+ "DanMuGroupId": 1007,
+ "Limited": 9999
+ },
+ {
+ "Id": 8,
+ "Type": 2,
+ "TypeParameter": "FeastWindow",
+ "DanMuGroupId": 2001,
+ "Limited": 9999
+ }
+]
\ No newline at end of file
diff --git a/config/DecorationsConfigCategory.json b/config/DecorationsConfigCategory.json
new file mode 100644
index 0000000..e59670c
--- /dev/null
+++ b/config/DecorationsConfigCategory.json
@@ -0,0 +1,420 @@
+[
+ {
+ "Id": 1,
+ "Name": "铺路石",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_1"
+ ],
+ "MainBodyFile": [
+ "Decoration_1",
+ "Decoration_1_2",
+ "Decoration_1_3",
+ "Decoration_1_4",
+ "Decoration_1_5",
+ "Decoration_1_6",
+ "Decoration_1_7",
+ "Decoration_1_CornerLeft",
+ "Decoration_1_CornerRight"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7214
+ },
+ {
+ "Id": 2,
+ "Name": "简易手推车",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_2"
+ ],
+ "MainBodyFile": [
+ "Decoration_2",
+ "Decoration_2_2"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7802
+ },
+ {
+ "Id": 3,
+ "Name": "结实手推车",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_3"
+ ],
+ "MainBodyFile": [
+ "Decoration_3",
+ "Decoration_3_2",
+ "Decoration_3_3"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7803
+ },
+ {
+ "Id": 4,
+ "Name": "树墩子",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_4"
+ ],
+ "MainBodyFile": [
+ "Decoration_4"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7804
+ },
+ {
+ "Id": 5,
+ "Name": "木篱笆",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_5"
+ ],
+ "MainBodyFile": [
+ "Decoration_5",
+ "Decoration_5_2",
+ "Decoration_5_3",
+ "Decoration_5_4"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7805
+ },
+ {
+ "Id": 6,
+ "Name": "陶罐",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_6"
+ ],
+ "MainBodyFile": [
+ "Decoration_6"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7806
+ },
+ {
+ "Id": 7,
+ "Name": "柴火堆",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_7"
+ ],
+ "MainBodyFile": [
+ "Decoration_7"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7807
+ },
+ {
+ "Id": 8,
+ "Name": "简陋木门",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_8"
+ ],
+ "MainBodyFile": [
+ "Decoration_8"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7808
+ },
+ {
+ "Id": 9,
+ "Name": "茅草木门",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_9",
+ "Decoration_9_2",
+ "Decoration_9_3",
+ "Decoration_9_4"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7809
+ },
+ {
+ "Id": 10,
+ "Name": "小水缸",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_10"
+ ],
+ "MainBodyFile": [
+ "Decoration_10"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7810
+ },
+ {
+ "Id": 11,
+ "Name": "简陋木桌",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_11"
+ ],
+ "MainBodyFile": [
+ "Decoration_11",
+ "Decoration_11",
+ "Decoration_11"
+ ],
+ "AccessoriesFile": [
+ "0",
+ "Decoration_11_acc1",
+ "Decoration_11_acc2"
+ ],
+ "DismantleType": 7,
+ "DismantleParameter": 7811
+ },
+ {
+ "Id": 12,
+ "Name": "简陋木板凳",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_12"
+ ],
+ "MainBodyFile": [
+ "Decoration_12"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7812
+ },
+ {
+ "Id": 13,
+ "Name": "木盆",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_13"
+ ],
+ "MainBodyFile": [
+ "Decoration_13"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7813
+ },
+ {
+ "Id": 14,
+ "Name": "竹制晾衣架",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_14"
+ ],
+ "MainBodyFile": [
+ "Decoration_14"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7814
+ },
+ {
+ "Id": 15,
+ "Name": "煎药炉",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_15"
+ ],
+ "MainBodyFile": [
+ "Decoration_15",
+ "Decoration_15_2"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7815
+ },
+ {
+ "Id": 16,
+ "Name": "石块矮墙",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_16"
+ ],
+ "MainBodyFile": [
+ "Decoration_16"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7816
+ },
+ {
+ "Id": 17,
+ "Name": "路灯",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_17"
+ ],
+ "MainBodyFile": [
+ "Decoration_17"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7817
+ },
+ {
+ "Id": 18,
+ "Name": "圆顶茅草伞",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_18"
+ ],
+ "MainBodyFile": [
+ "Decoration_18"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7818
+ },
+ {
+ "Id": 19,
+ "Name": "竹制晾晒架",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_19"
+ ],
+ "MainBodyFile": [
+ "Decoration_19"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7819
+ },
+ {
+ "Id": 20,
+ "Name": "手编竹篮",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_20"
+ ],
+ "MainBodyFile": [
+ "Decoration_20",
+ "Decoration_20_2"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7820
+ },
+ {
+ "Id": 21,
+ "Name": "铺路木桩",
+ "Type": 2,
+ "CommonPrefab": [
+ "Decoration_21"
+ ],
+ "MainBodyFile": [
+ "Decoration_21_1",
+ "Decoration_21_2",
+ "Decoration_21_3",
+ "Decoration_21_4",
+ "Decoration_21_5",
+ "Decoration_21_6"
+ ],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7829
+ },
+ {
+ "Id": 1000,
+ "Name": "观赏桃树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1000"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7821
+ },
+ {
+ "Id": 1001,
+ "Name": "观赏柳树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1001"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7822
+ },
+ {
+ "Id": 1002,
+ "Name": "观赏梨树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1002"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7823
+ },
+ {
+ "Id": 1003,
+ "Name": "观赏松树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1003"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7824
+ },
+ {
+ "Id": 1004,
+ "Name": "观赏桦树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1004"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7825
+ },
+ {
+ "Id": 1005,
+ "Name": "观赏桑树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1005"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7826
+ },
+ {
+ "Id": 1006,
+ "Name": "观赏榕树",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1006"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7827
+ },
+ {
+ "Id": 1007,
+ "Name": "观赏竹子",
+ "Type": 1,
+ "CommonPrefab": [
+ "Decoration_1007"
+ ],
+ "MainBodyFile": [],
+ "AccessoriesFile": [],
+ "DismantleType": 7,
+ "DismantleParameter": 7828
+ }
+]
\ No newline at end of file
diff --git a/config/DialogueConfigCategory.json b/config/DialogueConfigCategory.json
new file mode 100644
index 0000000..8b59e54
--- /dev/null
+++ b/config/DialogueConfigCategory.json
@@ -0,0 +1,2340 @@
+[
+ {
+ "Id": 1001,
+ "DialogueText": "传说中有一个人上山砍柴的时候听到了一声巨大的狗吠声",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1002,
+ "DialogueText": "他觉得奇怪,声音听起来像是狗在吠叫,但是音量大如雷霆",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1003,
+ "DialogueText": "彼时天色已暗,他觉得不妙,便打算赶快下山",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1004,
+ "DialogueText": "赶路到半山腰的时候,天已经完全黑了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1005,
+ "DialogueText": "他不得不放慢脚步,山上树木矿石多,黑暗里极易受伤",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1006,
+ "DialogueText": "突然之间他觉得身后有一阵风吹过",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1007,
+ "DialogueText": "紧接着有一阵温暖潮湿的气息朝他靠近",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1008,
+ "DialogueText": "他吓得不敢回头看,索性两眼一闭,撒开腿就往前跑",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1009,
+ "DialogueText": "这一跑,他突然觉得自己像是乘风悬浮",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1010,
+ "DialogueText": "双腿一直往前迈,但却没有踏在地面的感觉",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1011,
+ "DialogueText": "耳边风声猎猎,他感觉自己在以一种极快的速度前进",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1012,
+ "DialogueText": "他鼓起勇气把眼睛睁开,睁开后突然有了脚踏实地的感觉",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1013,
+ "DialogueText": "他发现自己原来已经站在山脚下的土地庙前",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1014,
+ "DialogueText": "这时,土地庙里传来一声轻轻的犬吠",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1015,
+ "DialogueText": "接着走出一只晃着尾巴的狗崽子",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1016,
+ "DialogueText": "狗崽子走近他,嗅了嗅他的脚",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1017,
+ "DialogueText": "他余惊未了,大叫着跑开了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 1018,
+ "DialogueText": "听说自此之后,除了犬吠叫声,他再也听到任何声音了……",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 2001,
+ "DialogueText": "这是什么东西,太恐怖了?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 2002,
+ "DialogueText": "啊!这是什么怪物啊,会来吃我们吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 2003,
+ "DialogueText": "这么夸张的怪物,这个山谷真的安全吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 2004,
+ "DialogueText": "好可怕的怪物,简直让人胆战心惊!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3001,
+ "DialogueText": "我已经没有战斗能力了,我得赶快躲到房子里休息",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3002,
+ "DialogueText": "伤口非常痛,无法行动。必须尽快敷点药了!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3003,
+ "DialogueText": "感觉非常难受,只能卧床休息了,急需药物治疗!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3004,
+ "DialogueText": "我们会驱除所有来犯之敌,保卫家园",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3005,
+ "DialogueText": "我非常饿,一点力气也没有",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3006,
+ "DialogueText": "我头好痛啊,我是不是应该吃点药了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3007,
+ "DialogueText": "伤越来越严重了,要赶紧敷点外伤药",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3008,
+ "DialogueText": "我需要一把武器,才能更好的打败敌人",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3009,
+ "DialogueText": "我头有点晕,我想我应该是生病了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3010,
+ "DialogueText": "我受了点轻伤,现在有点疼",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3011,
+ "DialogueText": "我需要一件当前季节的衣服",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3012,
+ "DialogueText": "我需要一件雨具,否则下雨时容易生病",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3013,
+ "DialogueText": "这么美的山谷,是我们的家园,真好!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3014,
+ "DialogueText": "这里只有野兽,没有妖兽,简直就是世外桃源",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3015,
+ "DialogueText": "满地的物资,只需要勤劳劳作就能获得,这就是最大的幸福",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3016,
+ "DialogueText": "只需要努力劳作,我们就能建设世外桃源。想想就很开心",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3017,
+ "DialogueText": "我好像听到了野兽的声音,有点可怕",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3018,
+ "DialogueText": "昨晚好像做了很美的梦,好像又没有",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3019,
+ "DialogueText": "悠哉哉,瞎逛逛,四瞧瞧",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3020,
+ "DialogueText": "我不擅长劳作,但擅长战斗",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3021,
+ "DialogueText": "嘿咻嘿咻",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3022,
+ "DialogueText": "有点累了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3023,
+ "DialogueText": "加油加油",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3024,
+ "DialogueText": "白天累点,晚上就可以睡个好觉",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3025,
+ "DialogueText": "好好干活",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3026,
+ "DialogueText": "我肚子非常饿,毫无力气",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3027,
+ "DialogueText": "山谷里食物不足了,我非常饿",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3028,
+ "DialogueText": "听说饥饿可以锻炼人的意志,可是肚子叫得好大声……",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3029,
+ "DialogueText": "如果我能装备上武器,我就能所向披靡",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3030,
+ "DialogueText": "赤手空拳,如果有一把武器就好了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3031,
+ "DialogueText": "每个季节都需要穿上相应的衣服",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3032,
+ "DialogueText": "没有这个季节的衣服,我容易生病",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3033,
+ "DialogueText": "装备雨具后,下雨下雪都不容易生病了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3034,
+ "DialogueText": "如果现在下起雨,我一定会生病,因为我没有雨具",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3035,
+ "DialogueText": "休想破坏我们的山谷",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3036,
+ "DialogueText": "有点生病了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3037,
+ "DialogueText": "有点受伤了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3038,
+ "DialogueText": "有一点小伤,还行,撑得住",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3039,
+ "DialogueText": "有点难受,可能是生病了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3040,
+ "DialogueText": "头昏昏沉沉的,可能要吃些内疾药才会好",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3041,
+ "DialogueText": "病了,好难受",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3042,
+ "DialogueText": "伤口越来越严重了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3043,
+ "DialogueText": "好疼啊,我受伤了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3044,
+ "DialogueText": "我的伤非常严重,真的太痛了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3045,
+ "DialogueText": "我病得太重了,头痛欲裂",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3046,
+ "DialogueText": "我无法做任何事情,因为我的伤势太严重了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3047,
+ "DialogueText": "病得无法思考,我需要赶紧吃药",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3048,
+ "DialogueText": "劳作虽然不是我的强项,但我会尽力的",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3049,
+ "DialogueText": "巡逻巡逻,保卫家园",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3050,
+ "DialogueText": "地上的浆果资源有限,必须开垦农田才会有源源不断的食物",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3051,
+ "DialogueText": "如果有农田,就可以自给自足了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3052,
+ "DialogueText": "开垦农田、种植作物,就可以不挨饿了!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3053,
+ "DialogueText": "好可怕的狼叫声,听起来毛骨悚然",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3054,
+ "DialogueText": "狼叫声虽然可怕,但是比起妖兽又可爱一些",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3055,
+ "DialogueText": "好像听到狼叫声了,好久没吃狼肉了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3056,
+ "DialogueText": "天呐!这是什么怪物的影子,太可怕了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3057,
+ "DialogueText": "这么大的怪物,像极了我昨晚的噩梦",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3058,
+ "DialogueText": "啊!!!快看那是什么影子,太可怕了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3059,
+ "DialogueText": "附近一定有一只很大的妖兽。害怕,但是我没有退路,必须守护这里",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3060,
+ "DialogueText": "希望也有其他人发现这里,这样就可以加入我们了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3061,
+ "DialogueText": "浆果和野菜虽然也能充饥,但是有谷粮会更有安全感",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3062,
+ "DialogueText": "这里很陌生,但是这里是我们唯一的希望。我要努力建设这里",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3063,
+ "DialogueText": "这个山谷看起来很大,很神秘。也不知道陶先生是住在哪里",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3064,
+ "DialogueText": "我建议未来多建一些哨塔,这样比较有安全感",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3065,
+ "DialogueText": "我有点闲...",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3066,
+ "DialogueText": "光线微弱,劳作的时候我得小心些",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3067,
+ "DialogueText": "这个陌生的山谷会是新的家园吗……",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3068,
+ "DialogueText": "大家只能在这里相依为命了,我要努力干活!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3069,
+ "DialogueText": "好不容易从妖兽的入侵里活下来,我要认真干活!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3070,
+ "DialogueText": "把这些材料收集起来",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3071,
+ "DialogueText": "建造家园的基础是收集材料",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3072,
+ "DialogueText": "救命啊!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3073,
+ "DialogueText": "救救我!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3074,
+ "DialogueText": "啊啊啊!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3075,
+ "DialogueText": "这山谷真大,到处转转也不错",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3076,
+ "DialogueText": "难得休息片刻,发个呆好了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3077,
+ "DialogueText": "柴火燃烧的声音真好听",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3078,
+ "DialogueText": "太阳下山了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3079,
+ "DialogueText": "待会儿就去睡觉",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3080,
+ "DialogueText": "好好休息,明天再继续劳作",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3081,
+ "DialogueText": "来看看,好物不要错过!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3082,
+ "DialogueText": "乱世经商不易!都来瞧瞧吧",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3083,
+ "DialogueText": "嘿!瞧一瞧,不要钱!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3084,
+ "DialogueText": "走过路过,不要错过呀!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 3085,
+ "DialogueText": "来看看!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4001,
+ "DialogueText": "我的家被妖兽破坏了。如今孤苦伶仃到处流浪,饥饿难忍,您能给我点吃的吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4002,
+ "DialogueText": "以为此地人家是良善,原来也无差",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4003,
+ "DialogueText": "这里的食物难以为继,我还是去其他地方看看吧",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4004,
+ "DialogueText": "天上的云真白啊",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4005,
+ "DialogueText": "你是从哪里来的呢?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4006,
+ "DialogueText": "我来自北方的一个小山村",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4007,
+ "DialogueText": "为什么到这里来呢,也是因为妖兽吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4008,
+ "DialogueText": "是啊,妖兽入侵了我的村子,大家都流离失所",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4009,
+ "DialogueText": "你们是因为躲避妖兽来到这里吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4010,
+ "DialogueText": "是的!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4011,
+ "DialogueText": "这里的确适合隐居!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4012,
+ "DialogueText": "很不错吧,这里可好玩了!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4013,
+ "DialogueText": "嗯,很不错,风景好,物资也很丰盛。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4014,
+ "DialogueText": "那要加入我们吗,这样就是一家人了呢!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4015,
+ "DialogueText": "我再考虑考虑。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4016,
+ "DialogueText": "走慢点,注意地上石头可别摔倒了!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4017,
+ "DialogueText": "你是想慢点走,仔细看看这里的风景吧?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4018,
+ "DialogueText": "对对对,你个机灵的小鬼头!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4019,
+ "DialogueText": "好想快点长大,这样就和大家一起建设家园了。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4020,
+ "DialogueText": "小小年纪,就这么懂事,真是好孩子!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4021,
+ "DialogueText": "或许某天我也能和你们一起建设这里。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4022,
+ "DialogueText": "这么说你愿意加入这里了?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4023,
+ "DialogueText": "你会接受陌生人吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4024,
+ "DialogueText": "会,但有要求。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4025,
+ "DialogueText": "哦?哈哈,你还懂得要求?说说看。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4026,
+ "DialogueText": "嗯~~~要爱这里!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4027,
+ "DialogueText": "哈哈,如果真的打算在这里住下,自然是因为爱这里!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4028,
+ "DialogueText": "那大家一定会欢迎你的!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4029,
+ "DialogueText": "我们去那边看看吧。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4030,
+ "DialogueText": "嗯?不着急,这里的每个地方都一样美。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4031,
+ "DialogueText": "虽然我是小孩,但是我也是你的导游,你得听我的。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4032,
+ "DialogueText": "好的,尊敬的导游,我跟随您的步伐。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4033,
+ "DialogueText": "嘿嘿嘿",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4034,
+ "DialogueText": "哈哈哈",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4035,
+ "DialogueText": "你会三字经吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4036,
+ "DialogueText": "懂得一些,你会背?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4037,
+ "DialogueText": "人之初,性本善。性相近,习相远。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4038,
+ "DialogueText": "苟不教,性乃迁。教之道,贵以专…",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4039,
+ "DialogueText": "没想到这里虽然隐秘与世相隔,但文化教育并没有荒弃。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4040,
+ "DialogueText": "长辈们说,读书能让人知礼、聪慧。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4041,
+ "DialogueText": "是的,很对,你学的很好。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4042,
+ "DialogueText": "嘿嘿嘿",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4043,
+ "DialogueText": "你是坏人吗?长辈们说,外面的人大多都很坏。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4044,
+ "DialogueText": "哈哈,你觉得我像坏人吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4045,
+ "DialogueText": "不像,像好人!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4046,
+ "DialogueText": "那可不一定哦,指不定我会带坏人进来占领这里!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4047,
+ "DialogueText": "啊?那我要告诉大人,不放你离开这里!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4048,
+ "DialogueText": "那岂不是要我加入这里?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4049,
+ "DialogueText": "不是,是抓起来!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4050,
+ "DialogueText": "哈哈哈,你的长辈们说的没错。但我不是坏人,你信吗?",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4051,
+ "DialogueText": "信。",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4052,
+ "DialogueText": "关关雎鸠",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4053,
+ "DialogueText": "在河之洲",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4054,
+ "DialogueText": "窈窕淑女",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4055,
+ "DialogueText": "君子好逑",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4056,
+ "DialogueText": "参差荇菜",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4057,
+ "DialogueText": "左右流之",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4058,
+ "DialogueText": "窈窕淑女",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 4059,
+ "DialogueText": "寤寐求之",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5001,
+ "DialogueText": "饭菜的香味飘得很远...大家纷纷赶来",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5002,
+ "DialogueText": "村民们一个个落座了,忍不住要动筷子了,其他人快点来啊!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5003,
+ "DialogueText": "开饭啦!!不许用筷子敲饭碗!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5004,
+ "DialogueText": "大家吃得很开心,一整天的劳累都消除了!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5005,
+ "DialogueText": "吃饭的时间到了,大家奔走相告",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5006,
+ "DialogueText": "人慢慢聚齐了,美味的菜品馋得人直咽口水",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5007,
+ "DialogueText": "老人家先动筷子,小孩子眼巴巴地盯着饭菜",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5008,
+ "DialogueText": "太美味了,家宴真是每天最幸福的时刻!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5009,
+ "DialogueText": "山谷的大家真热情呀!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5010,
+ "DialogueText": "好淳朴的民风!真是乱世难得的所在",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5011,
+ "DialogueText": "友好的谷民,清新的谷景,还为我赠上了清冽的饮品,今天的家宴也太美味了!好感动,眼泪从嘴里流出来了!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5012,
+ "DialogueText": "没想到此处山谷风景宜人,谷民也是好亲切呀!还有这样的欢迎仪式我好感动呜呜呜……如果能收留我就更好了……呜呜呜",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5013,
+ "DialogueText": "好可爱的花朵!想必是新鲜采摘的,能遇见你们好开心呀!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5014,
+ "DialogueText": "今天山谷里有客人来拜访,或许我们可以简单地欢迎一下!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5015,
+ "DialogueText": "每日最期待的时刻到了",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5016,
+ "DialogueText": "今日的家宴很丰盛",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5017,
+ "DialogueText": "大家陆陆续续地赶来",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5018,
+ "DialogueText": "开饭咯~",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5019,
+ "DialogueText": "今日有误入山谷的人,乱世里生存不易,或许我们可以简单地欢迎一下!",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 5020,
+ "DialogueText": "居无定所的游民来到了山谷中,或许我们可以简单地欢迎一下?说不定未来可以成为一家人……",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 10001,
+ "DialogueText": "哇!你们看!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 10002,
+ "DialogueText": "会发光的树!这一定就是陶先生说的[color=#009a04]迷谷树[/color]。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 10003,
+ "DialogueText": "没想到如今这个世界妖云密布,居然真的存在这么神奇的树!",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 10004,
+ "DialogueText": "有光,我就没那么害怕了。",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 10005,
+ "DialogueText": "不好,蔓藤断了,长英大哥他们掉下去了!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 10006,
+ "DialogueText": "底下说不定有妖兽!我们赶紧采集附近的[color=#009a04]亚麻[/color],制作一条[color=#009a04]绳索[/color]把他们拉上来!",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 20001,
+ "DialogueText": "(大家把绳索丢下悬崖,将柳长英和鲍小翠拉上来。)",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 20002,
+ "DialogueText": "太好了!救上来了!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 20003,
+ "DialogueText": "啊!长英哥受伤了!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 20004,
+ "DialogueText": "腿……腿好疼……(咬牙忍痛)",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 20005,
+ "DialogueText": "(上前扶着柳长英)长英大哥,我先扶你躺下。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 20006,
+ "DialogueText": "刚才往上爬的时候,藤蔓突然断裂,我从高处摔下来,长英哥为了接住我,才受伤的。呜呜呜……",
+ "IconFIle": "Head_F_3002",
+ "NameFile": "鲍小翠",
+ "Position": 2
+ },
+ {
+ "Id": 20007,
+ "DialogueText": "还活着都是大幸,当务之急是给长英处理外伤。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 20008,
+ "DialogueText": "柳伯,把陶先生送我们的外伤药[color=#009a04]断续膏[/color]给他用上,应该会好起来的!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 20009,
+ "DialogueText": "但愿如此...",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 30001,
+ "DialogueText": "我感觉好多了,休息一天应该就会康复。",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 30002,
+ "DialogueText": "看来陶先生的药效果很好。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 30003,
+ "DialogueText": "这附近有许多资源,我们可以收集材料[color=#009a04]建造一个工台[/color],有了工台之后就可以制作出更多的材料。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 30004,
+ "DialogueText": "这个山谷有点冷,我们还需要建造[color=#009a04]营火[/color]和[color=#009a04]居所[/color]。",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 30005,
+ "DialogueText": "嗯,那我们分头行动收集材料吧!",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 30006,
+ "DialogueText": "我也要帮忙!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 30007,
+ "DialogueText": "小雪,你还小,等你长大之后再同我们一起劳作吧!",
+ "IconFIle": "Head_F_3002",
+ "NameFile": "鲍小翠",
+ "Position": 2
+ },
+ {
+ "Id": 40001,
+ "DialogueText": "大家往山崖上看!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 40002,
+ "DialogueText": "有个发光的老树根!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 40003,
+ "DialogueText": "太好了!陶先生说过找到老树根,就可以种下[color=#009a04]迷谷树苗[/color]。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 40004,
+ "DialogueText": "不过,悬崖有点高,我们该怎么上去呢...",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 40005,
+ "DialogueText": "我们可以在这个位置修建一条[color=#009a04]山路[/color],就能爬上悬崖了!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 40006,
+ "DialogueText": "事不宜迟,赶快开工吧!",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 50001,
+ "DialogueText": "快看,树苗的光圈在缓慢地变大。",
+ "IconFIle": "Head_F_3002",
+ "NameFile": "鲍小翠",
+ "Position": 2
+ },
+ {
+ "Id": 50002,
+ "DialogueText": "是的,完全长成后应该会像山崖下的这棵一样,照亮一大块区域。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 50003,
+ "DialogueText": "希望这光能帮我们找到山谷的妖兽,陶先生说过,[color=#009a04]杀死妖兽[/color]就能[color=#009a04]驱除妖云[/color]。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 50004,
+ "DialogueText": "哎呀,下雨了!",
+ "IconFIle": "Head_F_3002",
+ "NameFile": "鲍小翠",
+ "Position": 2
+ },
+ {
+ "Id": 50005,
+ "DialogueText": "我们得赶紧建个简易的[color=#009a04]粗布坊[/color],制作一些[color=#009a04]雨具[/color]穿上,不然淋着雨劳作容易生病。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 60001,
+ "DialogueText": "周围的野菜野果快采光了,这样下去我们的食物就不够了……",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 60002,
+ "DialogueText": "从村子离开的时候,我们带了一些小麦种子。开始[color=#009a04]耕地开田[/color]吧!这样就能有源源不断的食物了。",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 70001,
+ "DialogueText": "终于种好了,大家辛苦了,可以喘口气歇一会。希望我们的农田能丰收,这样我们就不用担心挨饿了!",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 70002,
+ "DialogueText": "我现在就有些饿了...不过没关系,等它们成熟后我们就可以做面粉,煮面条。再也不用只吃野果和野菜了!",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 70003,
+ "DialogueText": "有了农田就有了食物,吃饱了就更有底气了!来吧,妖兽们!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 70004,
+ "DialogueText": "啊!那个人看起来像是小青姐姐! ",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 70005,
+ "DialogueText": "小青!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 70006,
+ "DialogueText": "小青,这是什么怪物!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 70007,
+ "DialogueText": "此地极为危险,闲话少叙,我们先远离这只妖兽确保安全。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 70008,
+ "DialogueText": "好!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 70009,
+ "DialogueText": "太好了!小青可把你找到了,我们都以为你......",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 70010,
+ "DialogueText": "小青,你怎么会出现在这里。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 70011,
+ "DialogueText": "现在不是说这些的时候,那边的妖兽不知什么时候会找到这来,此地未必安全。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 70012,
+ "DialogueText": "若不是我的武器品级太低,大可与之一战!何至于沦落到被妖兽追得四处逃窜。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 70013,
+ "DialogueText": "我知道了!现在最要紧的是升级小青姐姐的武器!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 70014,
+ "DialogueText": "嗯,那我们抓紧行动吧.",
+ "IconFIle": "Head_M_4003",
+ "NameFile": "柳大富",
+ "Position": 2
+ },
+ {
+ "Id": 80001,
+ "DialogueText": "你们看,妖云果然散开了!",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80002,
+ "DialogueText": "太好了,天空恢复正常了,我们可以看到阳光了!!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 80003,
+ "DialogueText": "真的太好了,我以为天空再也不会变亮了!",
+ "IconFIle": "Head_F_3002",
+ "NameFile": "鲍小翠",
+ "Position": 2
+ },
+ {
+ "Id": 80004,
+ "DialogueText": "多亏了乔河跟小青把这个怪物杀了。",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 80005,
+ "DialogueText": "所以小青是怎么遇到这个怪物的?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 80006,
+ "DialogueText": "那天我到这个山谷里寻找草药,黑暗中迷了路,只能小心地在此地探索。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80007,
+ "DialogueText": "后来在那棵大树下发现了一个果子。当时实在是太饿了,我就把它吃了。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80008,
+ "DialogueText": "后来陶先生在这棵树下找到我,告诉我这就是传说中的[color=#009a04]不死树[/color],但根基已被妖兽破坏,失去了活力。而我吃的果实很可能就是[color=#009a04]不死果[/color]。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80009,
+ "DialogueText": "陶先生留下这个[color=#009a04]瓶子[/color]给我,让我把它放在阳光能照到的地方,然后就匆忙赶回他的山谷寻找医治不死树的办法…",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80010,
+ "DialogueText": "我正打算继续寻找出路,忽然出现了那只凶狠的妖兽,黑暗中我摸索着逃开,突然间发现前方有光亮。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80011,
+ "DialogueText": "我想悄悄走到光亮处,没想到被那妖兽发现,正僵持着,乔河就出现了。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80012,
+ "DialogueText": "无论如何,你还活着真是太好了!陶先生的山谷也在这附近吗?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 80013,
+ "DialogueText": "应该是,他走的很匆忙,黑暗中我也看不清方向。也不知道他朝哪里走了...",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 80014,
+ "DialogueText": "不知道那个[color=#009a04]瓶子[/color]有啥用处,我们还是先找一个地方[color=#009a04]放置它[/color]吧。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 90001,
+ "DialogueText": "乔河快看,\"不死树\"下站的好像是陶先生,我们过去看看。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 90002,
+ "DialogueText": "陶先生,终于又见到您了!",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 90003,
+ "DialogueText": "可巧,又见面了。上次一别后我回去寻找医治不死树的办法,翻阅古籍后得知有一名为“仙露”的东西对医治不死树有帮助。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90004,
+ "DialogueText": "我找到仙露后便马上赶来,现在已经用仙露浇灌了不死树,它应该马上就能够恢复活力了。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90005,
+ "DialogueText": "如此甚好,陶先生大费周章救活这棵树,它是有什么神奇之处吗?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 90006,
+ "DialogueText": "这棵不死树会长出让人吃了能够[color=#009a04]延长寿命的果实[/color],并且能让普通人[color=#009a04]避免意外死亡[/color]。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90007,
+ "DialogueText": "如今妖兽四处作乱,世人如刍狗,大多年不过三十就死于妖兽袭击。因此,不死树的作用对于我们来说格外重要。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90008,
+ "DialogueText": "[color=#009a04]保护好这棵不死树[/color],是在这山谷里生存下去的关键。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90009,
+ "DialogueText": "陶先生放心,我们一定会竭尽全力保护这棵不死树。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 90010,
+ "DialogueText": "嗯,每当不死树长出果实的时候,妖兽就会来袭击。往那儿看——",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90011,
+ "DialogueText": "(大家随着陶先生指的方向望去)",
+ "IconFIle": "",
+ "NameFile": "",
+ "Position": 0
+ },
+ {
+ "Id": 90012,
+ "DialogueText": "山谷入口处可以建造[color=#009a04]城门[/color]和[color=#009a04]箭塔[/color],能够帮助你们抵御兽袭。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90013,
+ "DialogueText": "我这恰好有一些建造材料可以赠予你们,等建造完毕后,你们来找我,我有事同你们说。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90014,
+ "DialogueText": "陶先生,去哪儿找你呢?",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 90015,
+ "DialogueText": "山谷的西边有一处隐秘的入口可以通往我的小谷,我就在那。不过由于地形落差,需要修建一条[color=#009a04]西山路[/color]才能安全前往。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 90016,
+ "DialogueText": "感谢陶先生的帮助!我们建造完[color=#009a04]城门[/color]和[color=#009a04]箭塔[/color],就去拜访您!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 90017,
+ "DialogueText": "嗯,时候不早了,我先回去了。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100001,
+ "DialogueText": "陶先生,我们造完城门和箭塔就马上来拜访您了,此处谷地虽然不大,但是格外惬意温馨...这两位是?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 100002,
+ "DialogueText": "你们终于来啦,想必建造城门和箭塔花了不少时间和精力。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100003,
+ "DialogueText": "这两位难民的家乡被妖兽袭击逃难至此,我想着收留他们,但我这谷地实是有点小...",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100004,
+ "DialogueText": "不如让他们跟着我们回桃谷吧,正好我们人手也不够。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 100005,
+ "DialogueText": "那真是太好了!如今山谷还算安全,当下最重要的是依靠不死树的庇护然后把山谷发展起来,我也会竭尽所能协助你们。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100006,
+ "DialogueText": "从今天开始,我会每日让陵陵送一份[color=#009a04]发展基金[/color]给你们(发展基金的数量根据当前繁荣值变化),协助你们发展建设。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100007,
+ "DialogueText": "不过你们回去后需得建造[color=#009a04]礼厅[/color],不然陵陵没有地方能够存放发展基金,也可能会找不到路。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100008,
+ "DialogueText": "这只...奇怪的…额…就是您说的陵陵吗?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 100009,
+ "DialogueText": "(仔细看还是很可爱的)",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 100010,
+ "DialogueText": "别看它外形怪异,但非常可爱友好。缺点是除了道路外,对其他事情的记性很差,哈哈。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100011,
+ "DialogueText": "对了,入夜后会有[color=#009a04]身份神秘的商人[/color]携带各种稀有的物品来我这里。如果有需要,可以向他购买。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100012,
+ "DialogueText": "听起来很有趣的样子,不知他会兜售一些什么货物。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 100013,
+ "DialogueText": "哈哈,到时候你们就知道了,别忘了在山谷里建造一个礼厅。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 100014,
+ "DialogueText": "嗯嗯,那我们先回山谷建造礼厅了!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 110001,
+ "DialogueText": "连桃谷周围的森林都已经建设好了,看来山谷如今发展得很不错,已经初具规模了。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 110002,
+ "DialogueText": "得益于您的协助,山谷才能有如今的发展。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 110003,
+ "DialogueText": "乔河,我们的战斗力也提高了不少。我想消灭渔溪村的那些妖兽,夺回我们的家乡。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 110004,
+ "DialogueText": "嗯,你说得对。不仅是渔溪村,我们要消灭世间所有的妖兽,让天下百姓恢复正常的生活!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 110005,
+ "DialogueText": "且慢,如果你们真有消灭妖兽恢复天下的想法,我愿当先锋!",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 110006,
+ "DialogueText": "先锋?您的意思是?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 110007,
+ "DialogueText": "虽然你们现在实力倍增,但妖兽凶猛,恐有闪失。我这有一个拥有神秘力量的宝鼎,名为[color=#009a04]七星鼎[/color],能合成一些宝物和宝石。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 110008,
+ "DialogueText": "现在赠予你们,对提升你们的实力大有帮助。你们随后可修建一个建筑来放置它!",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 110009,
+ "DialogueText": "在这期间,我先修一条通往渔溪村的山路,方便通行。等你们进一步提升实力后,再去消灭妖兽。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 110010,
+ "DialogueText": "还是陶先生考虑得周全,我们这就开始建造[color=#009a04]七星鼎[/color]。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 120001,
+ "DialogueText": "这几天赶工总算把通往渔溪村的山路修建完了。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 120002,
+ "DialogueText": "辛苦陶先生了,我们这段时间借助七星鼎的力量提升了不少实力。其他人留在山谷继续积累物资,我和小青决定去[color=#009a04]消灭渔溪村的妖兽[/color]了!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 120003,
+ "DialogueText": "嗯,期待你们的好消息!",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 130001,
+ "DialogueText": "两位勇士真是了不起,没想到你们真的做到了!",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 130002,
+ "DialogueText": "陶先生过奖了,多亏您的帮助,我们才能顺利消灭这些妖兽。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 130003,
+ "DialogueText": "陶先生,这里的物资早已被妖兽破坏殆尽,我们想从山谷里运输物资重建渔溪村。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 130004,
+ "DialogueText": "那我们分头进行,你们回山谷在城门附近[color=#009a04]建造运输厅[/color],我负责建设这里的运输厅和仓库。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 130005,
+ "DialogueText": "好的,我们这就去建造运输厅。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 140001,
+ "DialogueText": "陶先生,这些人是?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 140002,
+ "DialogueText": "这些人的故乡也被妖兽破坏,逃难到此处。你们运输厅建造好了?",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 140003,
+ "DialogueText": "嗯,是的,多亏了柳伯他们这段时间囤积了不少物资,运输厅很快就建好了!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 140004,
+ "DialogueText": "那太好了,我也将这里的仓库建设好了。你们可以使用山谷中的运输厅将物资运输到这里,然后开始[color=#009a04]重建渔溪村[/color]。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 140005,
+ "DialogueText": "我们从西边逃难到此处,这里一片祥和,能在这里生活真是太好了,建设渔溪村我们也要出一份力。",
+ "IconFIle": "Head_M_6001",
+ "NameFile": "庄七",
+ "Position": 2
+ },
+ {
+ "Id": 140006,
+ "DialogueText": "感谢大家,这里以后就是我们大家的故乡了!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 140007,
+ "DialogueText": "我建议先重建北部三个看起来损坏程度比较轻的建筑。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 140008,
+ "DialogueText": "好!那我们现在就开始着手重建吧!",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 150001,
+ "DialogueText": "渔溪村在大家的努力下,终于恢复了生机。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 150002,
+ "DialogueText": "是的,我们绝不会再让妖兽毁坏这里,以后山谷就是这里的大后盾,为此我们会变得更加强大。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 150003,
+ "DialogueText": "接下来,我们还可以继续修建一些其他设施,比如[color=#009a04]农田[/color]、[color=#009a04]伐木场[/color],[color=#009a04]采沙场[/color]。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 150004,
+ "DialogueText": "是的,村里特有的[color=#009a04]樟木[/color]和[color=#009a04]沙[/color],也可以运输到山谷,支援山谷的建设。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 150005,
+ "DialogueText": "嗯,每个地方都有独特的资源,互通有无,善于利用,终将扩大抵抗妖兽的势力。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 150006,
+ "DialogueText": "解除世间妖兽的威胁,要走的路途还很远,我们这就回谷继续壮大实力。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 160001,
+ "DialogueText": "欢迎庄伯伯来桃谷!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 160002,
+ "DialogueText": "谢谢你,孩子,我来想跟你商量一件事情。",
+ "IconFIle": "Head_M_6001",
+ "NameFile": "庄七",
+ "Position": 2
+ },
+ {
+ "Id": 160003,
+ "DialogueText": "现在村里的生活改善了不少,有一些物资慢慢囤积,但同时也缺少一些无法自行生产的物资。",
+ "IconFIle": "Head_M_6001",
+ "NameFile": "庄七",
+ "Position": 2
+ },
+ {
+ "Id": 160004,
+ "DialogueText": "我想请求你们建设一个[color=#009a04]夜市[/color],各个村庄就可以借助[color=#009a04]夜市[/color]互通有无。",
+ "IconFIle": "Head_M_6001",
+ "NameFile": "庄七",
+ "Position": 2
+ },
+ {
+ "Id": 160005,
+ "DialogueText": "乔大哥,我觉得这是个好主意。这样有助于各个地方的建设发展,也有助于让世界恢复生机。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 160006,
+ "DialogueText": "赞同。那山谷里得腾出一片专门的空地来建设[color=#009a04]夜市[/color]才行,在何处建设好呢?",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 160007,
+ "DialogueText": "我想到一个好地方了,你们跟我来。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 160008,
+ "DialogueText": "你看这里如何?",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 160009,
+ "DialogueText": "哎呀!我怎么没想到这块地方。",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 160010,
+ "DialogueText": "嗯,这个地方很合适,地势平坦开阔。",
+ "IconFIle": "Head_M_6001",
+ "NameFile": "庄七",
+ "Position": 2
+ },
+ {
+ "Id": 160011,
+ "DialogueText": "我们先修一条路连通这里,再清理一下这儿的杂草。",
+ "IconFIle": "WarriorHead_yanggy_2",
+ "NameFile": "陶小青",
+ "Position": 2
+ },
+ {
+ "Id": 160012,
+ "DialogueText": "那老朽先拜别,夜市建好后,我们便通知村里人来赶集。",
+ "IconFIle": "Head_M_6001",
+ "NameFile": "庄七",
+ "Position": 2
+ },
+ {
+ "Id": 160013,
+ "DialogueText": "好的,那我们现在就开始建设吧!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ },
+ {
+ "Id": 170001,
+ "DialogueText": "听闻柳兄离世,我匆匆赶来,长英节哀。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 170002,
+ "DialogueText": "陶先生有心了,我已将父亲葬在桃谷中的桃树下。",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 170003,
+ "DialogueText": "生离死别乃常事,柳兄泉下有知想来也不愿意看到长英太过伤怀。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 170004,
+ "DialogueText": "道理我都懂,只是自从妖兽横行,母亲在逃命途中意外身亡,我就只剩下这一个亲人了。而今连父亲也不在了...",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 170005,
+ "DialogueText": "长英哥,还有我们大家陪着你呢。",
+ "IconFIle": "Head_F_3002",
+ "NameFile": "鲍小翠",
+ "Position": 2
+ },
+ {
+ "Id": 170006,
+ "DialogueText": "长英哥哥,柳伯伯看到我们带了他最喜欢吃的果子来看他一定很开心,你不要太难过了!",
+ "IconFIle": "Head_F_1003",
+ "NameFile": "梅小雪",
+ "Position": 2
+ },
+ {
+ "Id": 170007,
+ "DialogueText": "不如我们建造一个宗厅吧,以后大家也有个地方能够祭拜柳兄。",
+ "IconFIle": "TaoYuanming",
+ "NameFile": "陶先生",
+ "Position": 2
+ },
+ {
+ "Id": 170008,
+ "DialogueText": "陶先生所言极是,以后想念父亲就可以到宗厅祭拜他,也算留个念想。我这就着手建造宗厅。",
+ "IconFIle": "Head_M_3001",
+ "NameFile": "柳长英",
+ "Position": 2
+ },
+ {
+ "Id": 170009,
+ "DialogueText": "那我们帮你一起!",
+ "IconFIle": "WarriorHead_qiaodn_1",
+ "NameFile": "乔河",
+ "Position": 2
+ }
+]
\ No newline at end of file
diff --git a/config/DialogueGroupConfigCategory.json b/config/DialogueGroupConfigCategory.json
new file mode 100644
index 0000000..4993b59
--- /dev/null
+++ b/config/DialogueGroupConfigCategory.json
@@ -0,0 +1,1902 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "Type": 2,
+ "DialogueId": [
+ 1001,
+ 1002,
+ 1003,
+ 1004
+ ],
+ "RoleType": 3,
+ "DialogueParameter1": [],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": [
+ 1,
+ 2,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 5,
+ "GroupId": 1002,
+ "Type": 2,
+ "DialogueId": [
+ 1005,
+ 1006,
+ 1007,
+ 1008
+ ],
+ "RoleType": 3,
+ "DialogueParameter1": [],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": [
+ 1,
+ 2,
+ 1,
+ 2
+ ]
+ },
+ {
+ "Id": 9,
+ "GroupId": 2001,
+ "Type": 1,
+ "DialogueId": [
+ 2001
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 13,
+ "GroupId": 2001,
+ "Type": 1,
+ "DialogueId": [
+ 2002
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 17,
+ "GroupId": 2001,
+ "Type": 1,
+ "DialogueId": [
+ 2003
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 21,
+ "GroupId": 2001,
+ "Type": 1,
+ "DialogueId": [
+ 2004
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 25,
+ "GroupId": 30001,
+ "Type": 1,
+ "DialogueId": [
+ 3072
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ 1
+ ],
+ "DialogueParameter2": [
+ 1
+ ],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 29,
+ "GroupId": 30001,
+ "Type": 1,
+ "DialogueId": [
+ 3073
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ 1
+ ],
+ "DialogueParameter2": [
+ 1
+ ],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 33,
+ "GroupId": 30001,
+ "Type": 1,
+ "DialogueId": [
+ 3074
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ 1
+ ],
+ "DialogueParameter2": [
+ 1
+ ],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 37,
+ "GroupId": 40001,
+ "Type": 1,
+ "DialogueId": [
+ 3005
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 41,
+ "GroupId": 40001,
+ "Type": 1,
+ "DialogueId": [
+ 3026
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 45,
+ "GroupId": 40001,
+ "Type": 1,
+ "DialogueId": [
+ 3027
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 49,
+ "GroupId": 40001,
+ "Type": 1,
+ "DialogueId": [
+ 3028
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 53,
+ "GroupId": 40002,
+ "Type": 1,
+ "DialogueId": [
+ 3008
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 57,
+ "GroupId": 40002,
+ "Type": 1,
+ "DialogueId": [
+ 3029
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 61,
+ "GroupId": 40002,
+ "Type": 1,
+ "DialogueId": [
+ 3030
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 65,
+ "GroupId": 40003,
+ "Type": 1,
+ "DialogueId": [
+ 3011
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 69,
+ "GroupId": 40003,
+ "Type": 1,
+ "DialogueId": [
+ 3031
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 73,
+ "GroupId": 40003,
+ "Type": 1,
+ "DialogueId": [
+ 3032
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 77,
+ "GroupId": 40004,
+ "Type": 1,
+ "DialogueId": [
+ 3012
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 81,
+ "GroupId": 40004,
+ "Type": 1,
+ "DialogueId": [
+ 3034
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 85,
+ "GroupId": 40005,
+ "Type": 1,
+ "DialogueId": [
+ 3001
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 89,
+ "GroupId": 40006,
+ "Type": 1,
+ "DialogueId": [
+ 3004
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 93,
+ "GroupId": 40006,
+ "Type": 1,
+ "DialogueId": [
+ 3035
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 97,
+ "GroupId": 40007,
+ "Type": 1,
+ "DialogueId": [
+ 3004
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 101,
+ "GroupId": 40007,
+ "Type": 1,
+ "DialogueId": [
+ 3035
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 105,
+ "GroupId": 40008,
+ "Type": 1,
+ "DialogueId": [
+ 3009
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 109,
+ "GroupId": 40008,
+ "Type": 1,
+ "DialogueId": [
+ 3036
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 113,
+ "GroupId": 40008,
+ "Type": 1,
+ "DialogueId": [
+ 3039
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 117,
+ "GroupId": 40009,
+ "Type": 1,
+ "DialogueId": [
+ 3010
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 121,
+ "GroupId": 40009,
+ "Type": 1,
+ "DialogueId": [
+ 3037
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 125,
+ "GroupId": 40009,
+ "Type": 1,
+ "DialogueId": [
+ 3038
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 129,
+ "GroupId": 40010,
+ "Type": 1,
+ "DialogueId": [
+ 3006
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 133,
+ "GroupId": 40010,
+ "Type": 1,
+ "DialogueId": [
+ 3040
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 137,
+ "GroupId": 40010,
+ "Type": 1,
+ "DialogueId": [
+ 3041
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 141,
+ "GroupId": 40011,
+ "Type": 1,
+ "DialogueId": [
+ 3007
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 145,
+ "GroupId": 40011,
+ "Type": 1,
+ "DialogueId": [
+ 3042
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 149,
+ "GroupId": 40011,
+ "Type": 1,
+ "DialogueId": [
+ 3043
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 153,
+ "GroupId": 40012,
+ "Type": 1,
+ "DialogueId": [
+ 3003
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 157,
+ "GroupId": 40012,
+ "Type": 1,
+ "DialogueId": [
+ 3045
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 161,
+ "GroupId": 40012,
+ "Type": 1,
+ "DialogueId": [
+ 3047
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 165,
+ "GroupId": 40013,
+ "Type": 1,
+ "DialogueId": [
+ 3002
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 169,
+ "GroupId": 40013,
+ "Type": 1,
+ "DialogueId": [
+ 3044
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 173,
+ "GroupId": 40013,
+ "Type": 1,
+ "DialogueId": [
+ 3046
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 177,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3013
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 181,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3016
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 185,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3017
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 189,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3018
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 193,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3019
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 197,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3075
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 201,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3076
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 205,
+ "GroupId": 40014,
+ "Type": 1,
+ "DialogueId": [
+ 3077
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 209,
+ "GroupId": 40015,
+ "Type": 1,
+ "DialogueId": [
+ 3013
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 213,
+ "GroupId": 40015,
+ "Type": 1,
+ "DialogueId": [
+ 3014
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 217,
+ "GroupId": 40015,
+ "Type": 1,
+ "DialogueId": [
+ 3016
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 221,
+ "GroupId": 40015,
+ "Type": 1,
+ "DialogueId": [
+ 3017
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 225,
+ "GroupId": 40015,
+ "Type": 1,
+ "DialogueId": [
+ 3018
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 229,
+ "GroupId": 40016,
+ "Type": 1,
+ "DialogueId": [
+ 3020
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 233,
+ "GroupId": 40016,
+ "Type": 1,
+ "DialogueId": [
+ 3048
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 237,
+ "GroupId": 40017,
+ "Type": 1,
+ "DialogueId": [
+ 3021
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 241,
+ "GroupId": 40017,
+ "Type": 1,
+ "DialogueId": [
+ 3022
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 245,
+ "GroupId": 40017,
+ "Type": 1,
+ "DialogueId": [
+ 3023
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 249,
+ "GroupId": 40017,
+ "Type": 1,
+ "DialogueId": [
+ 3024
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 253,
+ "GroupId": 40017,
+ "Type": 1,
+ "DialogueId": [
+ 3025
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 257,
+ "GroupId": 40018,
+ "Type": 1,
+ "DialogueId": [
+ 3026
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 261,
+ "GroupId": 40018,
+ "Type": 1,
+ "DialogueId": [
+ 3027
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 265,
+ "GroupId": 40018,
+ "Type": 1,
+ "DialogueId": [
+ 3028
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 269,
+ "GroupId": 40018,
+ "Type": 1,
+ "DialogueId": [
+ 3050
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 273,
+ "GroupId": 40018,
+ "Type": 1,
+ "DialogueId": [
+ 3051
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 277,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3021
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 281,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3066
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 285,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3067
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 289,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3068
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 293,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3069
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 297,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3070
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 301,
+ "GroupId": 40019,
+ "Type": 1,
+ "DialogueId": [
+ 3071
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 305,
+ "GroupId": 40020,
+ "Type": 1,
+ "DialogueId": [
+ 3060
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 309,
+ "GroupId": 40020,
+ "Type": 1,
+ "DialogueId": [
+ 3061
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 313,
+ "GroupId": 40020,
+ "Type": 1,
+ "DialogueId": [
+ 3062
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 317,
+ "GroupId": 40020,
+ "Type": 1,
+ "DialogueId": [
+ 3063
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 321,
+ "GroupId": 40020,
+ "Type": 1,
+ "DialogueId": [
+ 3064
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 325,
+ "GroupId": 40020,
+ "Type": 1,
+ "DialogueId": [
+ 3065
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 329,
+ "GroupId": 40021,
+ "Type": 1,
+ "DialogueId": [
+ 3019
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 333,
+ "GroupId": 40021,
+ "Type": 1,
+ "DialogueId": [
+ 3049
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 337,
+ "GroupId": 40022,
+ "Type": 1,
+ "DialogueId": [
+ 3053
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 341,
+ "GroupId": 40022,
+ "Type": 1,
+ "DialogueId": [
+ 3054
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 345,
+ "GroupId": 40022,
+ "Type": 1,
+ "DialogueId": [
+ 3055
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 349,
+ "GroupId": 40023,
+ "Type": 1,
+ "DialogueId": [
+ 3056
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 353,
+ "GroupId": 40023,
+ "Type": 1,
+ "DialogueId": [
+ 3057
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 357,
+ "GroupId": 40023,
+ "Type": 1,
+ "DialogueId": [
+ 3058
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 361,
+ "GroupId": 40024,
+ "Type": 1,
+ "DialogueId": [
+ 3059
+ ],
+ "RoleType": 1,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 362,
+ "GroupId": 60001,
+ "Type": 1,
+ "DialogueId": [
+ 4004,
+ 4011,
+ 4033,
+ 4021,
+ 3075
+ ],
+ "RoleType": 7,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 363,
+ "GroupId": 70001,
+ "Type": 2,
+ "DialogueId": [
+ 4001,
+ 4002,
+ 4003,
+ 4004,
+ 4005,
+ 4006,
+ 4007,
+ 4008,
+ 4009,
+ 4010,
+ 4011,
+ 4012,
+ 4013,
+ 4014,
+ 4015
+ ],
+ "RoleType": 7,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 3,
+ "Dialogue2Parameter1": [
+ 1
+ ],
+ "Dialogue2Parameter2": [
+ 1
+ ],
+ "DialogueOrder": [
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 364,
+ "GroupId": 70002,
+ "Type": 2,
+ "DialogueId": [
+ 4016,
+ 4017,
+ 4018,
+ 4019,
+ 4020,
+ 4021,
+ 4022,
+ 4023,
+ 4024,
+ 4025,
+ 4026,
+ 4027,
+ 4028
+ ],
+ "RoleType": 7,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 3,
+ "Dialogue2Parameter1": [
+ 1
+ ],
+ "Dialogue2Parameter2": [
+ 1
+ ],
+ "DialogueOrder": [
+ 2,
+ 1,
+ 1,
+ 2,
+ 1,
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 2
+ ]
+ },
+ {
+ "Id": 365,
+ "GroupId": 70003,
+ "Type": 2,
+ "DialogueId": [
+ 4029,
+ 4030,
+ 4031,
+ 4032
+ ],
+ "RoleType": 7,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 3,
+ "Dialogue2Parameter1": [
+ 1
+ ],
+ "Dialogue2Parameter2": [
+ 1
+ ],
+ "DialogueOrder": [
+ 2,
+ 1,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 366,
+ "GroupId": 70004,
+ "Type": 2,
+ "DialogueId": [
+ 4033,
+ 4034,
+ 4035,
+ 4036,
+ 4037,
+ 4038,
+ 4039,
+ 4040,
+ 4041
+ ],
+ "RoleType": 7,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 3,
+ "Dialogue2Parameter1": [
+ 1
+ ],
+ "Dialogue2Parameter2": [
+ 1
+ ],
+ "DialogueOrder": [
+ 2,
+ 1,
+ 2,
+ 1,
+ 2,
+ 2,
+ 1,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 367,
+ "GroupId": 70005,
+ "Type": 2,
+ "DialogueId": [
+ 4042,
+ 4043,
+ 4044,
+ 4045,
+ 4046,
+ 4047,
+ 4048,
+ 4049,
+ 4050,
+ 4051
+ ],
+ "RoleType": 7,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 3,
+ "Dialogue2Parameter1": [
+ 1
+ ],
+ "Dialogue2Parameter2": [
+ 1
+ ],
+ "DialogueOrder": [
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 2,
+ 1,
+ 2
+ ]
+ },
+ {
+ "Id": 368,
+ "GroupId": 80001,
+ "Type": 2,
+ "DialogueId": [
+ 1001,
+ 1002,
+ 1003,
+ 1004,
+ 1005,
+ 1006,
+ 1007,
+ 1008,
+ 1009,
+ 1010,
+ 1011,
+ 1012,
+ 1013,
+ 1014,
+ 1015,
+ 1016,
+ 1017,
+ 1018
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 369,
+ "GroupId": 80001,
+ "Type": 1,
+ "DialogueId": [
+ 3077
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 370,
+ "GroupId": 80001,
+ "Type": 2,
+ "DialogueId": [
+ 3078,
+ 3079
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 371,
+ "GroupId": 80001,
+ "Type": 1,
+ "DialogueId": [
+ 3080
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ },
+ {
+ "Id": 372,
+ "GroupId": 80002,
+ "Type": 2,
+ "DialogueId": [
+ 4052,
+ 4053,
+ 4054,
+ 4055,
+ 4056,
+ 4057,
+ 4058,
+ 4059
+ ],
+ "RoleType": 2,
+ "DialogueParameter1": [
+ -1
+ ],
+ "DialogueParameter2": [],
+ "RoleType2": 0,
+ "Dialogue2Parameter1": [],
+ "Dialogue2Parameter2": [],
+ "DialogueOrder": []
+ }
+]
\ No newline at end of file
diff --git a/config/DiseaseConfigCategory.json b/config/DiseaseConfigCategory.json
new file mode 100644
index 0000000..835a4ef
--- /dev/null
+++ b/config/DiseaseConfigCategory.json
@@ -0,0 +1,62 @@
+[
+ {
+ "Id": 1001,
+ "Name": "轻伤",
+ "Type": 1,
+ "Level": 1,
+ "Min": 101,
+ "Max": 400,
+ "Villager": 8013,
+ "Role": 8019
+ },
+ {
+ "Id": 1002,
+ "Name": "中伤",
+ "Type": 1,
+ "Level": 2,
+ "Min": 401,
+ "Max": 698,
+ "Villager": 8014,
+ "Role": 8020
+ },
+ {
+ "Id": 1003,
+ "Name": "重伤",
+ "Type": 1,
+ "Level": 3,
+ "Min": 699,
+ "Max": 1000,
+ "Villager": 8015,
+ "Role": 8021
+ },
+ {
+ "Id": 2001,
+ "Name": "轻疾",
+ "Type": 2,
+ "Level": 1,
+ "Min": 101,
+ "Max": 400,
+ "Villager": 8016,
+ "Role": 0
+ },
+ {
+ "Id": 2002,
+ "Name": "中疾",
+ "Type": 2,
+ "Level": 2,
+ "Min": 401,
+ "Max": 700,
+ "Villager": 8017,
+ "Role": 0
+ },
+ {
+ "Id": 2003,
+ "Name": "重疾",
+ "Type": 2,
+ "Level": 3,
+ "Min": 701,
+ "Max": 1000,
+ "Villager": 8018,
+ "Role": 0
+ }
+]
\ No newline at end of file
diff --git a/config/DistanceConfigCategory.json b/config/DistanceConfigCategory.json
new file mode 100644
index 0000000..d5ac631
--- /dev/null
+++ b/config/DistanceConfigCategory.json
@@ -0,0 +1,62 @@
+[
+ {
+ "Id": 1,
+ "Region1": 1001,
+ "Region2": 3002,
+ "Distance": 200
+ },
+ {
+ "Id": 2,
+ "Region1": 1001,
+ "Region2": 3003,
+ "Distance": 400
+ },
+ {
+ "Id": 3,
+ "Region1": 1001,
+ "Region2": 3004,
+ "Distance": 700
+ },
+ {
+ "Id": 4,
+ "Region1": 1001,
+ "Region2": 3005,
+ "Distance": 1000
+ },
+ {
+ "Id": 5,
+ "Region1": 3002,
+ "Region2": 3003,
+ "Distance": 200
+ },
+ {
+ "Id": 6,
+ "Region1": 3002,
+ "Region2": 3004,
+ "Distance": 400
+ },
+ {
+ "Id": 7,
+ "Region1": 3002,
+ "Region2": 3005,
+ "Distance": 800
+ },
+ {
+ "Id": 8,
+ "Region1": 3003,
+ "Region2": 3004,
+ "Distance": 300
+ },
+ {
+ "Id": 9,
+ "Region1": 3003,
+ "Region2": 3005,
+ "Distance": 400
+ },
+ {
+ "Id": 10,
+ "Region1": 3004,
+ "Region2": 3005,
+ "Distance": 400
+ }
+]
\ No newline at end of file
diff --git a/config/DropGroupConfigCategory.json b/config/DropGroupConfigCategory.json
new file mode 100644
index 0000000..3dda825
--- /dev/null
+++ b/config/DropGroupConfigCategory.json
@@ -0,0 +1,8670 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1,
+ "DropType": 1,
+ "ItemId": 301,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 3,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 2,
+ "GroupId": 1,
+ "DropType": 1,
+ "ItemId": 107,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 3,
+ "GroupId": 1,
+ "DropType": 1,
+ "ItemId": 201,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 4,
+ "GroupId": 2,
+ "DropType": 1,
+ "ItemId": 301,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 3,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 5,
+ "GroupId": 2,
+ "DropType": 1,
+ "ItemId": 310,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 6,
+ "GroupId": 3,
+ "DropType": 1,
+ "ItemId": 309,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 7,
+ "GroupId": 4,
+ "DropType": 1,
+ "ItemId": 1000,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 8,
+ "GroupId": 4,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 9,
+ "GroupId": 5,
+ "DropType": 1,
+ "ItemId": 103,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 10,
+ "DropDescription": 4
+ },
+ {
+ "Id": 11,
+ "GroupId": 7,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 5,
+ "DropDescription": 1
+ },
+ {
+ "Id": 12,
+ "GroupId": 8,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 5,
+ "DropDescription": 1
+ },
+ {
+ "Id": 13,
+ "GroupId": 9,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 5,
+ "DropDescription": 1
+ },
+ {
+ "Id": 14,
+ "GroupId": 10,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 5,
+ "DropDescription": 1
+ },
+ {
+ "Id": 15,
+ "GroupId": 11,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 200,
+ "DropDescription": 2
+ },
+ {
+ "Id": 16,
+ "GroupId": 12,
+ "DropType": 1,
+ "ItemId": 23,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 10,
+ "DropDescription": 1
+ },
+ {
+ "Id": 17,
+ "GroupId": 12,
+ "DropType": 1,
+ "ItemId": 1001,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 18,
+ "GroupId": 12,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 19,
+ "GroupId": 13,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 20,
+ "GroupId": 13,
+ "DropType": 1,
+ "ItemId": 23,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 10,
+ "DropDescription": 1
+ },
+ {
+ "Id": 21,
+ "GroupId": 13,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 22,
+ "GroupId": 14,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 23,
+ "GroupId": 14,
+ "DropType": 1,
+ "ItemId": 23,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 20,
+ "DropDescription": 1
+ },
+ {
+ "Id": 24,
+ "GroupId": 14,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 25,
+ "GroupId": 15,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 26,
+ "GroupId": 15,
+ "DropType": 1,
+ "ItemId": 24,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 10,
+ "DropDescription": 1
+ },
+ {
+ "Id": 27,
+ "GroupId": 16,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 2
+ },
+ {
+ "Id": 28,
+ "GroupId": 16,
+ "DropType": 1,
+ "ItemId": 1200,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 29,
+ "GroupId": 16,
+ "DropType": 1,
+ "ItemId": 23,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 200,
+ "DropDescription": 2
+ },
+ {
+ "Id": 30,
+ "GroupId": 17,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 2
+ },
+ {
+ "Id": 31,
+ "GroupId": 17,
+ "DropType": 1,
+ "ItemId": 1201,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 32,
+ "GroupId": 17,
+ "DropType": 1,
+ "ItemId": 23,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 200,
+ "DropDescription": 2
+ },
+ {
+ "Id": 33,
+ "GroupId": 18,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 2
+ },
+ {
+ "Id": 34,
+ "GroupId": 18,
+ "DropType": 1,
+ "ItemId": 1201,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 35,
+ "GroupId": 18,
+ "DropType": 1,
+ "ItemId": 24,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 200,
+ "DropDescription": 2
+ },
+ {
+ "Id": 36,
+ "GroupId": 19,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 2
+ },
+ {
+ "Id": 37,
+ "GroupId": 19,
+ "DropType": 1,
+ "ItemId": 1201,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 38,
+ "GroupId": 19,
+ "DropType": 1,
+ "ItemId": 24,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 200,
+ "DropDescription": 2
+ },
+ {
+ "Id": 39,
+ "GroupId": 20,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 3
+ },
+ {
+ "Id": 40,
+ "GroupId": 21,
+ "DropType": 1,
+ "ItemId": 20,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 3
+ },
+ {
+ "Id": 41,
+ "GroupId": 22,
+ "DropType": 1,
+ "ItemId": 106,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 0,
+ "DropMax": 30,
+ "DropDescription": 1
+ },
+ {
+ "Id": 42,
+ "GroupId": 23,
+ "DropType": 1,
+ "ItemId": 106,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": 60,
+ "DropDescription": 2
+ },
+ {
+ "Id": 43,
+ "GroupId": 24,
+ "DropType": 1,
+ "ItemId": 106,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 10,
+ "DropMin": 0,
+ "DropMax": 100,
+ "DropDescription": 2
+ },
+ {
+ "Id": 44,
+ "GroupId": 24,
+ "DropType": 1,
+ "ItemId": 127,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 2,
+ "DropMin": 0,
+ "DropMax": 30,
+ "DropDescription": 1
+ },
+ {
+ "Id": 45,
+ "GroupId": 25,
+ "DropType": 1,
+ "ItemId": 106,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 20,
+ "DropMin": 0,
+ "DropMax": 100,
+ "DropDescription": 2
+ },
+ {
+ "Id": 46,
+ "GroupId": 25,
+ "DropType": 1,
+ "ItemId": 127,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": 60,
+ "DropDescription": 2
+ },
+ {
+ "Id": 47,
+ "GroupId": 25,
+ "DropType": 1,
+ "ItemId": 131,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 2,
+ "DropMin": 0,
+ "DropMax": 2,
+ "DropDescription": 4
+ },
+ {
+ "Id": 48,
+ "GroupId": 26,
+ "DropType": 1,
+ "ItemId": 10,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 10,
+ "DropMin": 0,
+ "DropMax": 500,
+ "DropDescription": 1
+ },
+ {
+ "Id": 49,
+ "GroupId": 26,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 10,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 50,
+ "GroupId": 26,
+ "DropType": 1,
+ "ItemId": 102,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 5,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 51,
+ "GroupId": 26,
+ "DropType": 1,
+ "ItemId": 202,
+ "VolumeRange": [
+ 2,
+ 3
+ ],
+ "Weight": 5,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 52,
+ "GroupId": 26,
+ "DropType": 1,
+ "ItemId": 128,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 53,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 100,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 60,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 54,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 107,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 100,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 55,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 108,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 20,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 56,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 117,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 20,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 57,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 310,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 20,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 58,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 112,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 2,
+ "DropMin": 0,
+ "DropMax": 5,
+ "DropDescription": 4
+ },
+ {
+ "Id": 59,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 126,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 2,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 60,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 129,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 2,
+ "DropMin": 0,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 61,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 130,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 10,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 62,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 132,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 2,
+ "DropMin": 1,
+ "DropMax": 5,
+ "DropDescription": 4
+ },
+ {
+ "Id": 63,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 201,
+ "VolumeRange": [
+ 2,
+ 6
+ ],
+ "Weight": 50,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 64,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 303,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 20,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 65,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 304,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 15,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 66,
+ "GroupId": 27,
+ "DropType": 1,
+ "ItemId": 312,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 10,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 67,
+ "GroupId": 28,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 30,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 68,
+ "GroupId": 28,
+ "DropType": 1,
+ "ItemId": 8001,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 5,
+ "DropMin": 1,
+ "DropMax": 2,
+ "DropDescription": 2
+ },
+ {
+ "Id": 69,
+ "GroupId": 28,
+ "DropType": 1,
+ "ItemId": 8002,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 10,
+ "DropMin": 1,
+ "DropMax": 2,
+ "DropDescription": 1
+ },
+ {
+ "Id": 70,
+ "GroupId": 28,
+ "DropType": 1,
+ "ItemId": 311,
+ "VolumeRange": [
+ 2,
+ 4
+ ],
+ "Weight": 10,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 71,
+ "GroupId": 28,
+ "DropType": 1,
+ "ItemId": 141,
+ "VolumeRange": [
+ 2,
+ 4
+ ],
+ "Weight": 5,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 72,
+ "GroupId": 28,
+ "DropType": 1,
+ "ItemId": 208,
+ "VolumeRange": [
+ 1,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 30,
+ "DropDescription": 2
+ },
+ {
+ "Id": 73,
+ "GroupId": 29,
+ "DropType": 1,
+ "ItemId": 100,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 74,
+ "GroupId": 30,
+ "DropType": 1,
+ "ItemId": 301,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 75,
+ "GroupId": 30,
+ "DropType": 1,
+ "ItemId": 310,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 76,
+ "GroupId": 31,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 5,
+ "DropDescription": 2
+ },
+ {
+ "Id": 77,
+ "GroupId": 32,
+ "DropType": 1,
+ "ItemId": 307,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 5,
+ "DropDescription": 1
+ },
+ {
+ "Id": 78,
+ "GroupId": 33,
+ "DropType": 1,
+ "ItemId": 2001,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 79,
+ "GroupId": 34,
+ "DropType": 1,
+ "ItemId": 2044,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 80,
+ "GroupId": 35,
+ "DropType": 1,
+ "ItemId": 310,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 81,
+ "GroupId": 36,
+ "DropType": 1,
+ "ItemId": 202,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 82,
+ "GroupId": 37,
+ "DropType": 1,
+ "ItemId": 102,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 5,
+ "DropMin": 1,
+ "DropMax": 50,
+ "DropDescription": 1
+ },
+ {
+ "Id": 83,
+ "GroupId": 101,
+ "DropType": 1,
+ "ItemId": 2001,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 3,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 84,
+ "GroupId": 101,
+ "DropType": 1,
+ "ItemId": 2044,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 2,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 85,
+ "GroupId": 101,
+ "DropType": 1,
+ "ItemId": 301,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 86,
+ "GroupId": 101,
+ "DropType": 1,
+ "ItemId": 100,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 87,
+ "GroupId": 102,
+ "DropType": 1,
+ "ItemId": 30,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 88,
+ "GroupId": 103,
+ "DropType": 1,
+ "ItemId": 315,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 89,
+ "GroupId": 201,
+ "DropType": 1,
+ "ItemId": 122,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 90,
+ "GroupId": 202,
+ "DropType": 1,
+ "ItemId": 2001,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 91,
+ "GroupId": 301,
+ "DropType": 1,
+ "ItemId": 141,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 5,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 92,
+ "GroupId": 301,
+ "DropType": 1,
+ "ItemId": 202,
+ "VolumeRange": [
+ 10,
+ 10
+ ],
+ "Weight": 5,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 93,
+ "GroupId": 401,
+ "DropType": 1,
+ "ItemId": 855,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 94,
+ "GroupId": 402,
+ "DropType": 1,
+ "ItemId": 856,
+ "VolumeRange": [
+ 1,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 2
+ },
+ {
+ "Id": 95,
+ "GroupId": 1001,
+ "DropType": 1,
+ "ItemId": 315,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 96,
+ "GroupId": 2001,
+ "DropType": 1,
+ "ItemId": 4153,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 97,
+ "GroupId": 2001,
+ "DropType": 1,
+ "ItemId": 4154,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 98,
+ "GroupId": 2001,
+ "DropType": 1,
+ "ItemId": 4155,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 99,
+ "GroupId": 2002,
+ "DropType": 1,
+ "ItemId": 1022,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 4,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 100,
+ "GroupId": 2002,
+ "DropType": 1,
+ "ItemId": 1036,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 3,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 101,
+ "GroupId": 2002,
+ "DropType": 1,
+ "ItemId": 1037,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 2,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 102,
+ "GroupId": 2002,
+ "DropType": 1,
+ "ItemId": 1053,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 103,
+ "GroupId": 19000,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 4
+ ],
+ "Weight": 7,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 104,
+ "GroupId": 19000,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 105,
+ "GroupId": 19001,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 4
+ ],
+ "Weight": 7,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 106,
+ "GroupId": 19001,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 3,
+ 3
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 107,
+ "GroupId": 19002,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 4
+ ],
+ "Weight": 7,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 108,
+ "GroupId": 19002,
+ "DropType": 1,
+ "ItemId": 316,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 109,
+ "GroupId": 19101,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 110,
+ "GroupId": 19101,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 111,
+ "GroupId": 20401,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 112,
+ "GroupId": 20401,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 113,
+ "GroupId": 20402,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 114,
+ "GroupId": 20402,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 115,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 116,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 117,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 1000,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 118,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 1001,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 119,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 1002,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 120,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 1003,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 121,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 1004,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 122,
+ "GroupId": 20403,
+ "DropType": 1,
+ "ItemId": 1005,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 123,
+ "GroupId": 20501,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 124,
+ "GroupId": 20501,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 125,
+ "GroupId": 20502,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 126,
+ "GroupId": 20502,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 127,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 128,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 129,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 1000,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 130,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 1001,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 131,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 1002,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 132,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 1003,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 133,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 1004,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 134,
+ "GroupId": 20503,
+ "DropType": 1,
+ "ItemId": 1005,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 135,
+ "GroupId": 20601,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 136,
+ "GroupId": 20601,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 137,
+ "GroupId": 20602,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 138,
+ "GroupId": 20602,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 139,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 140,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 141,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 142,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 1007,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 143,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 1008,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 144,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 1009,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 145,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 1010,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 146,
+ "GroupId": 20603,
+ "DropType": 1,
+ "ItemId": 1011,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 147,
+ "GroupId": 20701,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 148,
+ "GroupId": 20701,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 149,
+ "GroupId": 20702,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 150,
+ "GroupId": 20702,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 151,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 152,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 153,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 154,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 1007,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 155,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 1008,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 156,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 1009,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 157,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 1010,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 158,
+ "GroupId": 20703,
+ "DropType": 1,
+ "ItemId": 1011,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 159,
+ "GroupId": 20801,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 160,
+ "GroupId": 20801,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 161,
+ "GroupId": 20802,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 162,
+ "GroupId": 20802,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 163,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 164,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 165,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 166,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 167,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 168,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 169,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 170,
+ "GroupId": 20803,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 171,
+ "GroupId": 20901,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 172,
+ "GroupId": 20901,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 173,
+ "GroupId": 20902,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 174,
+ "GroupId": 20902,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 175,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 176,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 177,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 178,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 179,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 180,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 181,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 182,
+ "GroupId": 20903,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 183,
+ "GroupId": 21001,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 184,
+ "GroupId": 21001,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 185,
+ "GroupId": 21002,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 186,
+ "GroupId": 21002,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 187,
+ "GroupId": 21003,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 188,
+ "GroupId": 21003,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 189,
+ "GroupId": 21003,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 190,
+ "GroupId": 21003,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 191,
+ "GroupId": 21003,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 192,
+ "GroupId": 21003,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 193,
+ "GroupId": 21101,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 194,
+ "GroupId": 21101,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 195,
+ "GroupId": 21102,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 196,
+ "GroupId": 21102,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 197,
+ "GroupId": 21103,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 198,
+ "GroupId": 21103,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 199,
+ "GroupId": 21103,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 200,
+ "GroupId": 21103,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 201,
+ "GroupId": 21103,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 202,
+ "GroupId": 21103,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 203,
+ "GroupId": 21201,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 204,
+ "GroupId": 21201,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 205,
+ "GroupId": 21202,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 206,
+ "GroupId": 21202,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 207,
+ "GroupId": 21203,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 208,
+ "GroupId": 21203,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 209,
+ "GroupId": 21203,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 210,
+ "GroupId": 21203,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 211,
+ "GroupId": 21203,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 212,
+ "GroupId": 21203,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 213,
+ "GroupId": 21301,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 214,
+ "GroupId": 21301,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 215,
+ "GroupId": 21302,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 216,
+ "GroupId": 21302,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 217,
+ "GroupId": 21303,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 218,
+ "GroupId": 21303,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 219,
+ "GroupId": 21303,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 220,
+ "GroupId": 21303,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 221,
+ "GroupId": 21303,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 222,
+ "GroupId": 21303,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 223,
+ "GroupId": 21401,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 224,
+ "GroupId": 21401,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 225,
+ "GroupId": 21402,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 226,
+ "GroupId": 21402,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 227,
+ "GroupId": 21403,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 228,
+ "GroupId": 21403,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 229,
+ "GroupId": 21403,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 230,
+ "GroupId": 21403,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 231,
+ "GroupId": 21403,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 232,
+ "GroupId": 21403,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 233,
+ "GroupId": 21501,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 234,
+ "GroupId": 21501,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 235,
+ "GroupId": 21502,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 236,
+ "GroupId": 21502,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 237,
+ "GroupId": 21503,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 238,
+ "GroupId": 21503,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 239,
+ "GroupId": 21503,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 240,
+ "GroupId": 21503,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 241,
+ "GroupId": 21503,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 242,
+ "GroupId": 21503,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 243,
+ "GroupId": 21601,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 244,
+ "GroupId": 21601,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 245,
+ "GroupId": 21602,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 246,
+ "GroupId": 21602,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 247,
+ "GroupId": 21603,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 248,
+ "GroupId": 21603,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 249,
+ "GroupId": 21603,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 250,
+ "GroupId": 21603,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 251,
+ "GroupId": 21603,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 252,
+ "GroupId": 21701,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 253,
+ "GroupId": 21701,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 254,
+ "GroupId": 21702,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 255,
+ "GroupId": 21702,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 256,
+ "GroupId": 21703,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 257,
+ "GroupId": 21703,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 258,
+ "GroupId": 21703,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 259,
+ "GroupId": 21703,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 260,
+ "GroupId": 21703,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 261,
+ "GroupId": 21801,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 262,
+ "GroupId": 21801,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 263,
+ "GroupId": 21802,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 264,
+ "GroupId": 21802,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 265,
+ "GroupId": 21803,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 266,
+ "GroupId": 21803,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 267,
+ "GroupId": 21803,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 268,
+ "GroupId": 21803,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 269,
+ "GroupId": 21803,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 270,
+ "GroupId": 21901,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 271,
+ "GroupId": 21901,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 272,
+ "GroupId": 21902,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 273,
+ "GroupId": 21902,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 274,
+ "GroupId": 21903,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 275,
+ "GroupId": 21903,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 276,
+ "GroupId": 21903,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 277,
+ "GroupId": 21903,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 278,
+ "GroupId": 21903,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 279,
+ "GroupId": 30004,
+ "DropType": 1,
+ "ItemId": 1000,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 280,
+ "GroupId": 30004,
+ "DropType": 1,
+ "ItemId": 1001,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 281,
+ "GroupId": 30004,
+ "DropType": 1,
+ "ItemId": 1002,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 282,
+ "GroupId": 30004,
+ "DropType": 1,
+ "ItemId": 1003,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 283,
+ "GroupId": 30004,
+ "DropType": 1,
+ "ItemId": 1004,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 284,
+ "GroupId": 30004,
+ "DropType": 1,
+ "ItemId": 1005,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 285,
+ "GroupId": 30005,
+ "DropType": 1,
+ "ItemId": 1000,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 286,
+ "GroupId": 30005,
+ "DropType": 1,
+ "ItemId": 1001,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 287,
+ "GroupId": 30005,
+ "DropType": 1,
+ "ItemId": 1002,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 288,
+ "GroupId": 30005,
+ "DropType": 1,
+ "ItemId": 1003,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 289,
+ "GroupId": 30005,
+ "DropType": 1,
+ "ItemId": 1004,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 290,
+ "GroupId": 30005,
+ "DropType": 1,
+ "ItemId": 1005,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 291,
+ "GroupId": 30006,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 292,
+ "GroupId": 30006,
+ "DropType": 1,
+ "ItemId": 1007,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 293,
+ "GroupId": 30006,
+ "DropType": 1,
+ "ItemId": 1008,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 294,
+ "GroupId": 30006,
+ "DropType": 1,
+ "ItemId": 1009,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 295,
+ "GroupId": 30006,
+ "DropType": 1,
+ "ItemId": 1010,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 296,
+ "GroupId": 30006,
+ "DropType": 1,
+ "ItemId": 1011,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 297,
+ "GroupId": 30007,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 298,
+ "GroupId": 30007,
+ "DropType": 1,
+ "ItemId": 1007,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 299,
+ "GroupId": 30007,
+ "DropType": 1,
+ "ItemId": 1008,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 300,
+ "GroupId": 30007,
+ "DropType": 1,
+ "ItemId": 1009,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 301,
+ "GroupId": 30007,
+ "DropType": 1,
+ "ItemId": 1010,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 302,
+ "GroupId": 30007,
+ "DropType": 1,
+ "ItemId": 1011,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 303,
+ "GroupId": 30008,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 304,
+ "GroupId": 30008,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 305,
+ "GroupId": 30008,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 306,
+ "GroupId": 30008,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 307,
+ "GroupId": 30008,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 308,
+ "GroupId": 30008,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 309,
+ "GroupId": 30009,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 310,
+ "GroupId": 30009,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 311,
+ "GroupId": 30009,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 312,
+ "GroupId": 30009,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 313,
+ "GroupId": 30009,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 314,
+ "GroupId": 30009,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 315,
+ "GroupId": 30010,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 316,
+ "GroupId": 30010,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 317,
+ "GroupId": 30010,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 318,
+ "GroupId": 30010,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 319,
+ "GroupId": 30011,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 320,
+ "GroupId": 30011,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 321,
+ "GroupId": 30011,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 322,
+ "GroupId": 30011,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 323,
+ "GroupId": 30012,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 324,
+ "GroupId": 30012,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 325,
+ "GroupId": 30012,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 326,
+ "GroupId": 30012,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 327,
+ "GroupId": 30013,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 328,
+ "GroupId": 30013,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 329,
+ "GroupId": 30013,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 330,
+ "GroupId": 30013,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 331,
+ "GroupId": 30014,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 332,
+ "GroupId": 30014,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 333,
+ "GroupId": 30014,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 334,
+ "GroupId": 30014,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 335,
+ "GroupId": 30015,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 336,
+ "GroupId": 30015,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 337,
+ "GroupId": 30015,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 338,
+ "GroupId": 30015,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 339,
+ "GroupId": 30016,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 340,
+ "GroupId": 30016,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 341,
+ "GroupId": 30016,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 342,
+ "GroupId": 30017,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 343,
+ "GroupId": 30017,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 344,
+ "GroupId": 30017,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 345,
+ "GroupId": 30018,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 346,
+ "GroupId": 30018,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 347,
+ "GroupId": 30018,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 348,
+ "GroupId": 30019,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 349,
+ "GroupId": 30019,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 350,
+ "GroupId": 30019,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 351,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 352,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1007,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 353,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1008,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 354,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1009,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 355,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1010,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 356,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1011,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 357,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 358,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 359,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 360,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 361,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 362,
+ "GroupId": 31004,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 363,
+ "GroupId": 31005,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 364,
+ "GroupId": 31005,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 365,
+ "GroupId": 31005,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 366,
+ "GroupId": 31005,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 367,
+ "GroupId": 31005,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 368,
+ "GroupId": 31005,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 369,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 370,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 371,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 372,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 373,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 374,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 375,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 376,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 377,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 378,
+ "GroupId": 31006,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 379,
+ "GroupId": 31007,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 380,
+ "GroupId": 31007,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 381,
+ "GroupId": 31007,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 382,
+ "GroupId": 31007,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 383,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 384,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 385,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 386,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 387,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 388,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 389,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 390,
+ "GroupId": 31008,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 391,
+ "GroupId": 31009,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 392,
+ "GroupId": 31009,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 393,
+ "GroupId": 31009,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 394,
+ "GroupId": 31009,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 395,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 396,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 397,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 398,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 399,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 400,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 401,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 402,
+ "GroupId": 31010,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 403,
+ "GroupId": 31011,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 404,
+ "GroupId": 31011,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 405,
+ "GroupId": 31011,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 406,
+ "GroupId": 31011,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 407,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 408,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 409,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 410,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 411,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 412,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 413,
+ "GroupId": 31012,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 414,
+ "GroupId": 31013,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 415,
+ "GroupId": 31013,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 416,
+ "GroupId": 31013,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 417,
+ "GroupId": 31014,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 418,
+ "GroupId": 31014,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 419,
+ "GroupId": 31014,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 420,
+ "GroupId": 31014,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 421,
+ "GroupId": 31014,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 422,
+ "GroupId": 31014,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 423,
+ "GroupId": 31015,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 424,
+ "GroupId": 31015,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 425,
+ "GroupId": 31015,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 426,
+ "GroupId": 31016,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 427,
+ "GroupId": 31016,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 428,
+ "GroupId": 31016,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 429,
+ "GroupId": 31016,
+ "DropType": 1,
+ "ItemId": 1043,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 430,
+ "GroupId": 31016,
+ "DropType": 1,
+ "ItemId": 1044,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 431,
+ "GroupId": 31016,
+ "DropType": 1,
+ "ItemId": 1045,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 432,
+ "GroupId": 31017,
+ "DropType": 1,
+ "ItemId": 1043,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 433,
+ "GroupId": 31017,
+ "DropType": 1,
+ "ItemId": 1044,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 434,
+ "GroupId": 31017,
+ "DropType": 1,
+ "ItemId": 1045,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 435,
+ "GroupId": 31018,
+ "DropType": 1,
+ "ItemId": 1043,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 436,
+ "GroupId": 31018,
+ "DropType": 1,
+ "ItemId": 1044,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 437,
+ "GroupId": 31018,
+ "DropType": 1,
+ "ItemId": 1045,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 438,
+ "GroupId": 31018,
+ "DropType": 1,
+ "ItemId": 1048,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 439,
+ "GroupId": 31018,
+ "DropType": 1,
+ "ItemId": 1049,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 440,
+ "GroupId": 31018,
+ "DropType": 1,
+ "ItemId": 1050,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 441,
+ "GroupId": 31019,
+ "DropType": 1,
+ "ItemId": 1048,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 442,
+ "GroupId": 31019,
+ "DropType": 1,
+ "ItemId": 1049,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 443,
+ "GroupId": 31019,
+ "DropType": 1,
+ "ItemId": 1050,
+ "VolumeRange": [
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": 1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 444,
+ "GroupId": 30401,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 445,
+ "GroupId": 30401,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 446,
+ "GroupId": 30402,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 447,
+ "GroupId": 30402,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 448,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 449,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 450,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1006,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 451,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1007,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 452,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1008,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 453,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1009,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 454,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1010,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 455,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1011,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 456,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 457,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 458,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 459,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 460,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 461,
+ "GroupId": 30403,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 462,
+ "GroupId": 30501,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 463,
+ "GroupId": 30501,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 464,
+ "GroupId": 30502,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 465,
+ "GroupId": 30502,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 466,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 467,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 468,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 469,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 470,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 471,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 472,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 473,
+ "GroupId": 30503,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 474,
+ "GroupId": 30601,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 475,
+ "GroupId": 30601,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 476,
+ "GroupId": 30602,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 477,
+ "GroupId": 30602,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 478,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 479,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 480,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1012,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 481,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1013,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 482,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1014,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 483,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1015,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 484,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1016,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 485,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1017,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 486,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 487,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 488,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 489,
+ "GroupId": 30603,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 490,
+ "GroupId": 30701,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 491,
+ "GroupId": 30701,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 492,
+ "GroupId": 30702,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 493,
+ "GroupId": 30702,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 494,
+ "GroupId": 30703,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 495,
+ "GroupId": 30703,
+ "DropType": 1,
+ "ItemId": 204,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 496,
+ "GroupId": 30703,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 497,
+ "GroupId": 30703,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 498,
+ "GroupId": 30703,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 499,
+ "GroupId": 30703,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 500,
+ "GroupId": 30801,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 501,
+ "GroupId": 30801,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 502,
+ "GroupId": 30802,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 503,
+ "GroupId": 30802,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 504,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 505,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 506,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1018,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 507,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1019,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 508,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1020,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 509,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1021,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 510,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 511,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 512,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 513,
+ "GroupId": 30803,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 514,
+ "GroupId": 30901,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 515,
+ "GroupId": 30901,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 516,
+ "GroupId": 30902,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 517,
+ "GroupId": 30902,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 518,
+ "GroupId": 30903,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 519,
+ "GroupId": 30903,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 520,
+ "GroupId": 30903,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 521,
+ "GroupId": 30903,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 522,
+ "GroupId": 30903,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 523,
+ "GroupId": 30903,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 524,
+ "GroupId": 31001,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 525,
+ "GroupId": 31001,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 526,
+ "GroupId": 31002,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 527,
+ "GroupId": 31002,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 528,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 529,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 839,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 530,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1023,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 531,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1024,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 532,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1025,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 533,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1026,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 534,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 535,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 536,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 537,
+ "GroupId": 31003,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 538,
+ "GroupId": 31101,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 539,
+ "GroupId": 31101,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 540,
+ "GroupId": 31102,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 541,
+ "GroupId": 31102,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 542,
+ "GroupId": 31103,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 543,
+ "GroupId": 31103,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 544,
+ "GroupId": 31103,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 545,
+ "GroupId": 31103,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 546,
+ "GroupId": 31103,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 547,
+ "GroupId": 31103,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 548,
+ "GroupId": 31201,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 549,
+ "GroupId": 31201,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 550,
+ "GroupId": 31202,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 551,
+ "GroupId": 31202,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 552,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 553,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 554,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1028,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 555,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1029,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 556,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1030,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 557,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1031,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 558,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 559,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 560,
+ "GroupId": 31203,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 561,
+ "GroupId": 31301,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 562,
+ "GroupId": 31301,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 563,
+ "GroupId": 31302,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 564,
+ "GroupId": 31302,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 565,
+ "GroupId": 31303,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 566,
+ "GroupId": 31303,
+ "DropType": 1,
+ "ItemId": 206,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 567,
+ "GroupId": 31303,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 568,
+ "GroupId": 31303,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 569,
+ "GroupId": 31303,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 570,
+ "GroupId": 31401,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 571,
+ "GroupId": 31401,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 572,
+ "GroupId": 31402,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 573,
+ "GroupId": 31402,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 574,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 575,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 576,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 1033,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 577,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 1034,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 578,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 1035,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 579,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 580,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 581,
+ "GroupId": 31403,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 582,
+ "GroupId": 31501,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 583,
+ "GroupId": 31501,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 584,
+ "GroupId": 31502,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 585,
+ "GroupId": 31502,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 586,
+ "GroupId": 31503,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 587,
+ "GroupId": 31503,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 588,
+ "GroupId": 31503,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 589,
+ "GroupId": 31503,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 590,
+ "GroupId": 31503,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 591,
+ "GroupId": 31601,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 592,
+ "GroupId": 31601,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 593,
+ "GroupId": 31602,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 594,
+ "GroupId": 31602,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 595,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 596,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 205,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 597,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 1038,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 598,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 1039,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 599,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 1040,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 600,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 1043,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 601,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 1044,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 602,
+ "GroupId": 31603,
+ "DropType": 1,
+ "ItemId": 1045,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 603,
+ "GroupId": 31701,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 604,
+ "GroupId": 31701,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 605,
+ "GroupId": 31702,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 606,
+ "GroupId": 31702,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 607,
+ "GroupId": 31703,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 608,
+ "GroupId": 31703,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 609,
+ "GroupId": 31703,
+ "DropType": 1,
+ "ItemId": 1043,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 610,
+ "GroupId": 31703,
+ "DropType": 1,
+ "ItemId": 1044,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 611,
+ "GroupId": 31703,
+ "DropType": 1,
+ "ItemId": 1045,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 612,
+ "GroupId": 31801,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 613,
+ "GroupId": 31801,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 614,
+ "GroupId": 31802,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 615,
+ "GroupId": 31802,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 616,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 617,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 618,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 1043,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 619,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 1044,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 620,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 1045,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 621,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 1048,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 622,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 1049,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 623,
+ "GroupId": 31803,
+ "DropType": 1,
+ "ItemId": 1050,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 624,
+ "GroupId": 31901,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 625,
+ "GroupId": 31901,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 626,
+ "GroupId": 31902,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 627,
+ "GroupId": 31902,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 4,
+ 4
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 628,
+ "GroupId": 31903,
+ "DropType": 1,
+ "ItemId": 101,
+ "VolumeRange": [
+ 2,
+ 2
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 629,
+ "GroupId": 31903,
+ "DropType": 1,
+ "ItemId": 216,
+ "VolumeRange": [
+ 6,
+ 6
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 630,
+ "GroupId": 31903,
+ "DropType": 1,
+ "ItemId": 1048,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 631,
+ "GroupId": 31903,
+ "DropType": 1,
+ "ItemId": 1049,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ },
+ {
+ "Id": 632,
+ "GroupId": 31903,
+ "DropType": 1,
+ "ItemId": 1050,
+ "VolumeRange": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "DropMin": 1,
+ "DropMax": -1,
+ "DropDescription": 1
+ }
+]
\ No newline at end of file
diff --git a/config/EarlyStageWarConfigCategory.json b/config/EarlyStageWarConfigCategory.json
new file mode 100644
index 0000000..4d5a7ea
--- /dev/null
+++ b/config/EarlyStageWarConfigCategory.json
@@ -0,0 +1,38 @@
+[
+ {
+ "Id": 1,
+ "RefreshInterval": [
+ 1,
+ 2
+ ],
+ "RefreshTime": [
+ 810,
+ 1010
+ ],
+ "RefreshPoint": 1001
+ },
+ {
+ "Id": 2,
+ "RefreshInterval": [
+ 1,
+ 2
+ ],
+ "RefreshTime": [
+ 810,
+ 1010
+ ],
+ "RefreshPoint": 1002
+ },
+ {
+ "Id": 3,
+ "RefreshInterval": [
+ 1,
+ 2
+ ],
+ "RefreshTime": [
+ 810,
+ 1010
+ ],
+ "RefreshPoint": 1003
+ }
+]
\ No newline at end of file
diff --git a/config/EquipmentConfigCategory.json b/config/EquipmentConfigCategory.json
new file mode 100644
index 0000000..89ee61c
--- /dev/null
+++ b/config/EquipmentConfigCategory.json
@@ -0,0 +1,4832 @@
+[
+ {
+ "Id": 10000,
+ "Name": "石剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 10,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10001,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_1",
+ "Score": 10
+ },
+ {
+ "Id": 10001,
+ "Name": "石剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 19,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10002,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_1",
+ "Score": 20
+ },
+ {
+ "Id": 10002,
+ "Name": "石剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 29,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10010,
+ "ItemId1": 815,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_1",
+ "Score": 30
+ },
+ {
+ "Id": 10010,
+ "Name": "铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 42,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10011,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_2",
+ "Score": 40
+ },
+ {
+ "Id": 10011,
+ "Name": "铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 57,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10012,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_2",
+ "Score": 50
+ },
+ {
+ "Id": 10012,
+ "Name": "铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 74,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10020,
+ "ItemId1": 816,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_2",
+ "Score": 60
+ },
+ {
+ "Id": 10020,
+ "Name": "赤铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 93,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10021,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_3",
+ "Score": 70
+ },
+ {
+ "Id": 10021,
+ "Name": "赤铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 115,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10022,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_3",
+ "Score": 80
+ },
+ {
+ "Id": 10022,
+ "Name": "赤铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 139,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10030,
+ "ItemId1": 819,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_3",
+ "Score": 90
+ },
+ {
+ "Id": 10030,
+ "Name": "精铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 165,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10031,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_4",
+ "Score": 100
+ },
+ {
+ "Id": 10031,
+ "Name": "精铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 194,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10032,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_4",
+ "Score": 110
+ },
+ {
+ "Id": 10032,
+ "Name": "精铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 225,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10040,
+ "ItemId1": 820,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_4",
+ "Score": 120
+ },
+ {
+ "Id": 10040,
+ "Name": "乌铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 258,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10041,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_5",
+ "Score": 130
+ },
+ {
+ "Id": 10041,
+ "Name": "乌铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 293,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10042,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_5",
+ "Score": 140
+ },
+ {
+ "Id": 10042,
+ "Name": "乌铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 331,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10050,
+ "ItemId1": 821,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_5",
+ "Score": 150
+ },
+ {
+ "Id": 10050,
+ "Name": "青金剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 371,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10051,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_6",
+ "Score": 160
+ },
+ {
+ "Id": 10051,
+ "Name": "青金剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 413,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10052,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_6",
+ "Score": 170
+ },
+ {
+ "Id": 10052,
+ "Name": "青金剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 458,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10060,
+ "ItemId1": 858,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_6",
+ "Score": 180
+ },
+ {
+ "Id": 10060,
+ "Name": "鳞铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 504,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10061,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_7",
+ "Score": 190
+ },
+ {
+ "Id": 10061,
+ "Name": "鳞铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 553,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10062,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_7",
+ "Score": 200
+ },
+ {
+ "Id": 10062,
+ "Name": "鳞铁剑",
+ "Type": 10,
+ "SubType": 1,
+ "Attribute1": 1403,
+ "AttributeValue1": 605,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_dajian_7",
+ "Score": 210
+ },
+ {
+ "Id": 10100,
+ "Name": "石锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 9,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10101,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_1",
+ "Score": 10
+ },
+ {
+ "Id": 10101,
+ "Name": "石锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 17,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10102,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_1",
+ "Score": 20
+ },
+ {
+ "Id": 10102,
+ "Name": "石锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 26,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10110,
+ "ItemId1": 815,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_1",
+ "Score": 30
+ },
+ {
+ "Id": 10110,
+ "Name": "铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 37,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10111,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_2",
+ "Score": 40
+ },
+ {
+ "Id": 10111,
+ "Name": "铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 51,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10112,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_2",
+ "Score": 50
+ },
+ {
+ "Id": 10112,
+ "Name": "铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 66,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10120,
+ "ItemId1": 816,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_2",
+ "Score": 60
+ },
+ {
+ "Id": 10120,
+ "Name": "赤铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 83,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10121,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_3",
+ "Score": 70
+ },
+ {
+ "Id": 10121,
+ "Name": "赤铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 103,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10122,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_3",
+ "Score": 80
+ },
+ {
+ "Id": 10122,
+ "Name": "赤铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 125,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10130,
+ "ItemId1": 819,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_3",
+ "Score": 90
+ },
+ {
+ "Id": 10130,
+ "Name": "精铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 148,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10131,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_4",
+ "Score": 100
+ },
+ {
+ "Id": 10131,
+ "Name": "精铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 174,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10132,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_4",
+ "Score": 110
+ },
+ {
+ "Id": 10132,
+ "Name": "精铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 202,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10140,
+ "ItemId1": 820,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_4",
+ "Score": 120
+ },
+ {
+ "Id": 10140,
+ "Name": "乌铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 232,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10141,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_5",
+ "Score": 130
+ },
+ {
+ "Id": 10141,
+ "Name": "乌铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 263,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10142,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_5",
+ "Score": 140
+ },
+ {
+ "Id": 10142,
+ "Name": "乌铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 297,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10150,
+ "ItemId1": 821,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_5",
+ "Score": 150
+ },
+ {
+ "Id": 10150,
+ "Name": "青金锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 333,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10151,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_6",
+ "Score": 160
+ },
+ {
+ "Id": 10151,
+ "Name": "青金锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 371,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10152,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_6",
+ "Score": 170
+ },
+ {
+ "Id": 10152,
+ "Name": "青金锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 412,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10160,
+ "ItemId1": 858,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_6",
+ "Score": 180
+ },
+ {
+ "Id": 10160,
+ "Name": "鳞铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 453,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10161,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_7",
+ "Score": 190
+ },
+ {
+ "Id": 10161,
+ "Name": "鳞铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 497,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10162,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_7",
+ "Score": 200
+ },
+ {
+ "Id": 10162,
+ "Name": "鳞铁锤",
+ "Type": 10,
+ "SubType": 2,
+ "Attribute1": 1403,
+ "AttributeValue1": 544,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_chuizi_7",
+ "Score": 210
+ },
+ {
+ "Id": 10200,
+ "Name": "石飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 11,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10201,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_1",
+ "Score": 10
+ },
+ {
+ "Id": 10201,
+ "Name": "石飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 20,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10202,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_1",
+ "Score": 20
+ },
+ {
+ "Id": 10202,
+ "Name": "石飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 31,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10210,
+ "ItemId1": 815,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_1",
+ "Score": 30
+ },
+ {
+ "Id": 10210,
+ "Name": "铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 46,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10211,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_2",
+ "Score": 40
+ },
+ {
+ "Id": 10211,
+ "Name": "铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 62,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10212,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_2",
+ "Score": 50
+ },
+ {
+ "Id": 10212,
+ "Name": "铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 81,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10220,
+ "ItemId1": 816,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_2",
+ "Score": 60
+ },
+ {
+ "Id": 10220,
+ "Name": "赤铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 102,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10221,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_3",
+ "Score": 70
+ },
+ {
+ "Id": 10221,
+ "Name": "赤铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 126,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10222,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_3",
+ "Score": 80
+ },
+ {
+ "Id": 10222,
+ "Name": "赤铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 152,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10230,
+ "ItemId1": 819,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_3",
+ "Score": 90
+ },
+ {
+ "Id": 10230,
+ "Name": "精铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 181,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10231,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_4",
+ "Score": 100
+ },
+ {
+ "Id": 10231,
+ "Name": "精铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 213,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10232,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_4",
+ "Score": 110
+ },
+ {
+ "Id": 10232,
+ "Name": "精铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 247,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10240,
+ "ItemId1": 820,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_4",
+ "Score": 120
+ },
+ {
+ "Id": 10240,
+ "Name": "乌铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 283,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10241,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_5",
+ "Score": 130
+ },
+ {
+ "Id": 10241,
+ "Name": "乌铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 322,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10242,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_5",
+ "Score": 140
+ },
+ {
+ "Id": 10242,
+ "Name": "乌铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 364,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10250,
+ "ItemId1": 821,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_5",
+ "Score": 150
+ },
+ {
+ "Id": 10250,
+ "Name": "青金飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 408,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10251,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_6",
+ "Score": 160
+ },
+ {
+ "Id": 10251,
+ "Name": "青金飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 454,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10252,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_6",
+ "Score": 170
+ },
+ {
+ "Id": 10252,
+ "Name": "青金飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 503,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10260,
+ "ItemId1": 858,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_6",
+ "Score": 180
+ },
+ {
+ "Id": 10260,
+ "Name": "鳞铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 554,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10261,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_7",
+ "Score": 190
+ },
+ {
+ "Id": 10261,
+ "Name": "鳞铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 608,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10262,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_7",
+ "Score": 200
+ },
+ {
+ "Id": 10262,
+ "Name": "鳞铁飞镖",
+ "Type": 10,
+ "SubType": 3,
+ "Attribute1": 1403,
+ "AttributeValue1": 665,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_feibiao_7",
+ "Score": 210
+ },
+ {
+ "Id": 10300,
+ "Name": "石双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 10,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10301,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_1",
+ "Score": 10
+ },
+ {
+ "Id": 10301,
+ "Name": "石双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 19,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10302,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_1",
+ "Score": 20
+ },
+ {
+ "Id": 10302,
+ "Name": "石双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 29,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10310,
+ "ItemId1": 815,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_1",
+ "Score": 30
+ },
+ {
+ "Id": 10310,
+ "Name": "铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 42,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10311,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_2",
+ "Score": 40
+ },
+ {
+ "Id": 10311,
+ "Name": "铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 57,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10312,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_2",
+ "Score": 50
+ },
+ {
+ "Id": 10312,
+ "Name": "铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 74,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10320,
+ "ItemId1": 816,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_2",
+ "Score": 60
+ },
+ {
+ "Id": 10320,
+ "Name": "赤铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 93,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10321,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_3",
+ "Score": 70
+ },
+ {
+ "Id": 10321,
+ "Name": "赤铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 115,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10322,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_3",
+ "Score": 80
+ },
+ {
+ "Id": 10322,
+ "Name": "赤铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 139,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10330,
+ "ItemId1": 819,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_3",
+ "Score": 90
+ },
+ {
+ "Id": 10330,
+ "Name": "精铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 165,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10331,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_4",
+ "Score": 100
+ },
+ {
+ "Id": 10331,
+ "Name": "精铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 194,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10332,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_4",
+ "Score": 110
+ },
+ {
+ "Id": 10332,
+ "Name": "精铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 225,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10340,
+ "ItemId1": 820,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_4",
+ "Score": 120
+ },
+ {
+ "Id": 10340,
+ "Name": "乌铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 258,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10341,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_5",
+ "Score": 130
+ },
+ {
+ "Id": 10341,
+ "Name": "乌铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 293,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10342,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_5",
+ "Score": 140
+ },
+ {
+ "Id": 10342,
+ "Name": "乌铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 331,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10350,
+ "ItemId1": 821,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_5",
+ "Score": 150
+ },
+ {
+ "Id": 10350,
+ "Name": "青金双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 371,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10351,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_6",
+ "Score": 160
+ },
+ {
+ "Id": 10351,
+ "Name": "青金双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 413,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10352,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_6",
+ "Score": 170
+ },
+ {
+ "Id": 10352,
+ "Name": "青金双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 458,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10360,
+ "ItemId1": 858,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_6",
+ "Score": 180
+ },
+ {
+ "Id": 10360,
+ "Name": "鳞铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 504,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10361,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_7",
+ "Score": 190
+ },
+ {
+ "Id": 10361,
+ "Name": "鳞铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 553,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10362,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_7",
+ "Score": 200
+ },
+ {
+ "Id": 10362,
+ "Name": "鳞铁双刀",
+ "Type": 10,
+ "SubType": 4,
+ "Attribute1": 1403,
+ "AttributeValue1": 605,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_shangdao_7",
+ "Score": 210
+ },
+ {
+ "Id": 10400,
+ "Name": "石棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 10,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10401,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_1",
+ "Score": 10
+ },
+ {
+ "Id": 10401,
+ "Name": "石棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 19,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10402,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_1",
+ "Score": 20
+ },
+ {
+ "Id": 10402,
+ "Name": "石棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 29,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10410,
+ "ItemId1": 815,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_1",
+ "Score": 30
+ },
+ {
+ "Id": 10410,
+ "Name": "铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 42,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10411,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_2",
+ "Score": 40
+ },
+ {
+ "Id": 10411,
+ "Name": "铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 57,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10412,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_2",
+ "Score": 50
+ },
+ {
+ "Id": 10412,
+ "Name": "铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 74,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10420,
+ "ItemId1": 816,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_2",
+ "Score": 60
+ },
+ {
+ "Id": 10420,
+ "Name": "赤铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 93,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10421,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_3",
+ "Score": 70
+ },
+ {
+ "Id": 10421,
+ "Name": "赤铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 115,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10422,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_3",
+ "Score": 80
+ },
+ {
+ "Id": 10422,
+ "Name": "赤铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 139,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10430,
+ "ItemId1": 819,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_3",
+ "Score": 90
+ },
+ {
+ "Id": 10430,
+ "Name": "精铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 165,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10431,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_4",
+ "Score": 100
+ },
+ {
+ "Id": 10431,
+ "Name": "精铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 194,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10432,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_4",
+ "Score": 110
+ },
+ {
+ "Id": 10432,
+ "Name": "精铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 225,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10440,
+ "ItemId1": 820,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_4",
+ "Score": 120
+ },
+ {
+ "Id": 10440,
+ "Name": "乌铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 258,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10441,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_5",
+ "Score": 130
+ },
+ {
+ "Id": 10441,
+ "Name": "乌铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 293,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10442,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_5",
+ "Score": 140
+ },
+ {
+ "Id": 10442,
+ "Name": "乌铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 331,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10450,
+ "ItemId1": 821,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_5",
+ "Score": 150
+ },
+ {
+ "Id": 10450,
+ "Name": "青金棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 371,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10451,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_6",
+ "Score": 160
+ },
+ {
+ "Id": 10451,
+ "Name": "青金棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 413,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10452,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_6",
+ "Score": 170
+ },
+ {
+ "Id": 10452,
+ "Name": "青金棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 458,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10460,
+ "ItemId1": 858,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_6",
+ "Score": 180
+ },
+ {
+ "Id": 10460,
+ "Name": "鳞铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 504,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10461,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_7",
+ "Score": 190
+ },
+ {
+ "Id": 10461,
+ "Name": "鳞铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 553,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10462,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_7",
+ "Score": 200
+ },
+ {
+ "Id": 10462,
+ "Name": "鳞铁棍",
+ "Type": 10,
+ "SubType": 5,
+ "Attribute1": 1403,
+ "AttributeValue1": 605,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gun_7",
+ "Score": 210
+ },
+ {
+ "Id": 10500,
+ "Name": "石弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 11,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10501,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_1",
+ "Score": 10
+ },
+ {
+ "Id": 10501,
+ "Name": "石弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 20,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10502,
+ "ItemId1": 807,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_1",
+ "Score": 20
+ },
+ {
+ "Id": 10502,
+ "Name": "石弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 31,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10510,
+ "ItemId1": 815,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_1",
+ "Score": 30
+ },
+ {
+ "Id": 10510,
+ "Name": "铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 46,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10511,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_2",
+ "Score": 40
+ },
+ {
+ "Id": 10511,
+ "Name": "铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 62,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10512,
+ "ItemId1": 815,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_2",
+ "Score": 50
+ },
+ {
+ "Id": 10512,
+ "Name": "铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 81,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10520,
+ "ItemId1": 816,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_2",
+ "Score": 60
+ },
+ {
+ "Id": 10520,
+ "Name": "赤铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 102,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10521,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_3",
+ "Score": 70
+ },
+ {
+ "Id": 10521,
+ "Name": "赤铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 126,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10522,
+ "ItemId1": 816,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_3",
+ "Score": 80
+ },
+ {
+ "Id": 10522,
+ "Name": "赤铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 152,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10530,
+ "ItemId1": 819,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_3",
+ "Score": 90
+ },
+ {
+ "Id": 10530,
+ "Name": "精铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 181,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10531,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_4",
+ "Score": 100
+ },
+ {
+ "Id": 10531,
+ "Name": "精铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 213,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10532,
+ "ItemId1": 819,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_4",
+ "Score": 110
+ },
+ {
+ "Id": 10532,
+ "Name": "精铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 247,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10540,
+ "ItemId1": 820,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_4",
+ "Score": 120
+ },
+ {
+ "Id": 10540,
+ "Name": "乌铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 283,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10541,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_5",
+ "Score": 130
+ },
+ {
+ "Id": 10541,
+ "Name": "乌铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 322,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10542,
+ "ItemId1": 820,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_5",
+ "Score": 140
+ },
+ {
+ "Id": 10542,
+ "Name": "乌铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 364,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10550,
+ "ItemId1": 821,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_5",
+ "Score": 150
+ },
+ {
+ "Id": 10550,
+ "Name": "青金弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 408,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10551,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_6",
+ "Score": 160
+ },
+ {
+ "Id": 10551,
+ "Name": "青金弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 454,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10552,
+ "ItemId1": 821,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_6",
+ "Score": 170
+ },
+ {
+ "Id": 10552,
+ "Name": "青金弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 503,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10560,
+ "ItemId1": 858,
+ "ItemNum1": 5,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_6",
+ "Score": 180
+ },
+ {
+ "Id": 10560,
+ "Name": "鳞铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 554,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10561,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_7",
+ "Score": 190
+ },
+ {
+ "Id": 10561,
+ "Name": "鳞铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 608,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 10562,
+ "ItemId1": 858,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_7",
+ "Score": 200
+ },
+ {
+ "Id": 10562,
+ "Name": "鳞铁弓",
+ "Type": 10,
+ "SubType": 6,
+ "Attribute1": 1403,
+ "AttributeValue1": 665,
+ "AttributeOperator1": 1,
+ "Attribute2": 0,
+ "AttributeValue2": 0,
+ "AttributeOperator2": 0,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "weapon_gongjian_7",
+ "Score": 210
+ },
+ {
+ "Id": 20000,
+ "Name": "布甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 18,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 2,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20001,
+ "ItemId1": 837,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 10
+ },
+ {
+ "Id": 20001,
+ "Name": "布甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 38,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 3,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20002,
+ "ItemId1": 837,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 20
+ },
+ {
+ "Id": 20002,
+ "Name": "布甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 65,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 5,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 1,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20010,
+ "ItemId1": 204,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 30
+ },
+ {
+ "Id": 20010,
+ "Name": "粗皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 100,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 8,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20011,
+ "ItemId1": 204,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 40
+ },
+ {
+ "Id": 20011,
+ "Name": "粗皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 143,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 11,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20012,
+ "ItemId1": 204,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 50
+ },
+ {
+ "Id": 20012,
+ "Name": "粗皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 194,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 14,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 4,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20020,
+ "ItemId1": 209,
+ "ItemNum1": 20,
+ "ItemId2": 316,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 60
+ },
+ {
+ "Id": 20020,
+ "Name": "兽皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 254,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 18,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20021,
+ "ItemId1": 839,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 70
+ },
+ {
+ "Id": 20021,
+ "Name": "兽皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 321,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 23,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20022,
+ "ItemId1": 839,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 80
+ },
+ {
+ "Id": 20022,
+ "Name": "兽皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 397,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 27,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 7,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20030,
+ "ItemId1": 210,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 90
+ },
+ {
+ "Id": 20030,
+ "Name": "厚皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 482,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 33,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20031,
+ "ItemId1": 206,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 100
+ },
+ {
+ "Id": 20031,
+ "Name": "厚皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 575,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 38,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20032,
+ "ItemId1": 206,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 6,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 110
+ },
+ {
+ "Id": 20032,
+ "Name": "厚皮甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 677,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 45,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 10,
+ "StructureCondition": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20040,
+ "ItemId1": 210,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 120
+ },
+ {
+ "Id": 20040,
+ "Name": "粗铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 788,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 51,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20041,
+ "ItemId1": 205,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 130
+ },
+ {
+ "Id": 20041,
+ "Name": "粗铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 907,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 58,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20042,
+ "ItemId1": 205,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 8,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 140
+ },
+ {
+ "Id": 20042,
+ "Name": "粗铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1035,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 66,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 13,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20050,
+ "ItemId1": 211,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 150
+ },
+ {
+ "Id": 20050,
+ "Name": "兽铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1172,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 74,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20051,
+ "ItemId1": 216,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 160
+ },
+ {
+ "Id": 20051,
+ "Name": "兽铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1318,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 82,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20052,
+ "ItemId1": 216,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 170
+ },
+ {
+ "Id": 20052,
+ "Name": "兽铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1473,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 91,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 16,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20060,
+ "ItemId1": 212,
+ "ItemNum1": 10,
+ "ItemId2": 316,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 180
+ },
+ {
+ "Id": 20060,
+ "Name": "厚铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1637,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 100,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20061,
+ "ItemId1": 207,
+ "ItemNum1": 10,
+ "ItemId2": 317,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 190
+ },
+ {
+ "Id": 20061,
+ "Name": "厚铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1810,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 110,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1103,
+ 1104
+ ],
+ "NextLvId": 20062,
+ "ItemId1": 207,
+ "ItemNum1": 10,
+ "ItemId2": 318,
+ "ItemNum2": 12,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 200
+ },
+ {
+ "Id": 20062,
+ "Name": "厚铠甲",
+ "Type": 11,
+ "SubType": 0,
+ "Attribute1": 1402,
+ "AttributeValue1": 1992,
+ "AttributeOperator1": 1,
+ "Attribute2": 1404,
+ "AttributeValue2": 121,
+ "AttributeOperator2": 1,
+ "Attribute3": 0,
+ "AttributeValue3": 0,
+ "AttributeOperator3": 0,
+ "GemLvMax": 19,
+ "StructureCondition": [
+ 1104
+ ],
+ "NextLvId": 0,
+ "ItemId1": 0,
+ "ItemNum1": 0,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "Buff": 0,
+ "Skill": 0,
+ "Skin": "",
+ "Score": 210
+ }
+]
\ No newline at end of file
diff --git a/config/ErrorCodeConfigCategory.json b/config/ErrorCodeConfigCategory.json
new file mode 100644
index 0000000..788c54e
--- /dev/null
+++ b/config/ErrorCodeConfigCategory.json
@@ -0,0 +1,907 @@
+[
+ {
+ "Id": 200300,
+ "Field": "ERR_Login_Info_Empty",
+ "Desc_zh": "登入信息为空"
+ },
+ {
+ "Id": 200301,
+ "Field": "ERR_Login_Not_Match_Regex",
+ "Desc_zh": "账号需要为6-12个字母或数字"
+ },
+ {
+ "Id": 200302,
+ "Field": "ERR_Login_In_Blacklist",
+ "Desc_zh": "账号在黑名字中"
+ },
+ {
+ "Id": 200303,
+ "Field": "ERR_Login_Password_Wrong",
+ "Desc_zh": "密码错误"
+ },
+ {
+ "Id": 200304,
+ "Field": "ERR_Login_Connect_Failed",
+ "Desc_zh": "无法连接服务器"
+ },
+ {
+ "Id": 200305,
+ "Field": "ERR_Register_Name_Exist",
+ "Desc_zh": "用户名已经存在"
+ },
+ {
+ "Id": 200306,
+ "Field": "ERR_Change_Name_Sensitive",
+ "Desc_zh": "名称包含敏感词"
+ },
+ {
+ "Id": 210001,
+ "Field": "ERR_BuildError",
+ "Desc_zh": "建造异常"
+ },
+ {
+ "Id": 210002,
+ "Field": "ERR_ResponseError",
+ "Desc_zh": "返回异常"
+ },
+ {
+ "Id": 210003,
+ "Field": "ERR_ResourceNotFound",
+ "Desc_zh": "找不到资源"
+ },
+ {
+ "Id": 210004,
+ "Field": "ERR_ResourceGatherError",
+ "Desc_zh": "采集失败"
+ },
+ {
+ "Id": 210005,
+ "Field": "ERR_GatherNotFound",
+ "Desc_zh": "找不到采集实体"
+ },
+ {
+ "Id": 210006,
+ "Field": "ERR_StartGatherFail",
+ "Desc_zh": "开始采集失败"
+ },
+ {
+ "Id": 210007,
+ "Field": "ERR_GetStoreFail",
+ "Desc_zh": "获取仓库失败"
+ },
+ {
+ "Id": 210008,
+ "Field": "ERR_StopGatherFail",
+ "Desc_zh": "停止采集失败"
+ },
+ {
+ "Id": 210009,
+ "Field": "ERR_PeopleMoveFail",
+ "Desc_zh": "人物移动失败"
+ },
+ {
+ "Id": 210010,
+ "Field": "ERR_CreateConstructFail",
+ "Desc_zh": "启动建造失败"
+ },
+ {
+ "Id": 210011,
+ "Field": "ERR_MaterialNotEnough",
+ "Desc_zh": "材料不足"
+ },
+ {
+ "Id": 210012,
+ "Field": "ERR_ConstructNotFound",
+ "Desc_zh": "找不到建造实体"
+ },
+ {
+ "Id": 210013,
+ "Field": "ERR_OperateFail",
+ "Desc_zh": "操作失败"
+ },
+ {
+ "Id": 210014,
+ "Field": "ERR_PeopleNotFound",
+ "Desc_zh": "没有找到人物"
+ },
+ {
+ "Id": 210015,
+ "Field": "ERR_ResourceOver",
+ "Desc_zh": "资源已经采完了"
+ },
+ {
+ "Id": 210016,
+ "Field": "ERR_BehaveError",
+ "Desc_zh": "行为错误"
+ },
+ {
+ "Id": 210017,
+ "Field": "ERR_StopConstructError",
+ "Desc_zh": "停止建造错误"
+ },
+ {
+ "Id": 210018,
+ "Field": "ERR_PeopleTypeError",
+ "Desc_zh": "人物类型错误"
+ },
+ {
+ "Id": 210019,
+ "Field": "ERR_ConfigError",
+ "Desc_zh": "读取不到配置表"
+ },
+ {
+ "Id": 210020,
+ "Field": "ERR_SynthesisError",
+ "Desc_zh": "制作失败"
+ },
+ {
+ "Id": 210021,
+ "Field": "ERR_NotProductionBuilding",
+ "Desc_zh": "找不到生产建筑"
+ },
+ {
+ "Id": 210022,
+ "Field": "ERR_SynthesisNotFound",
+ "Desc_zh": "找不到制作实体"
+ },
+ {
+ "Id": 210023,
+ "Field": "ERR_CuisineError",
+ "Desc_zh": "烹饪失败"
+ },
+ {
+ "Id": 210024,
+ "Field": "ERR_MenuError",
+ "Desc_zh": "获取菜单失败"
+ },
+ {
+ "Id": 210025,
+ "Field": "ERR_UseError",
+ "Desc_zh": "使用物品失败"
+ },
+ {
+ "Id": 210026,
+ "Field": "ERR_DropError",
+ "Desc_zh": "丢弃物品失败"
+ },
+ {
+ "Id": 210027,
+ "Field": "ERR_RootOutResourceError",
+ "Desc_zh": "铲除资源错误"
+ },
+ {
+ "Id": 210028,
+ "Field": "ERR_AddResourceError",
+ "Desc_zh": "添加资源错误"
+ },
+ {
+ "Id": 210029,
+ "Field": "ERR_NOT_FOUND_BUILD",
+ "Desc_zh": "找不到目标建筑"
+ },
+ {
+ "Id": 210030,
+ "Field": "ERR_DevCuisineError",
+ "Desc_zh": "烹饪研发失败"
+ },
+ {
+ "Id": 210031,
+ "Field": "ERR_CuisineNotFound",
+ "Desc_zh": "找不到烹饪实体"
+ },
+ {
+ "Id": 210032,
+ "Field": "ERR_Get_Cuisine_Failed",
+ "Desc_zh": "获取烹饪列表失败"
+ },
+ {
+ "Id": 210033,
+ "Field": "ERR_Get_Synthesis_Failed",
+ "Desc_zh": "获取合成列表失败"
+ },
+ {
+ "Id": 210034,
+ "Field": "ERR_NotFoundStation",
+ "Desc_zh": "获取入驻组件失败"
+ },
+ {
+ "Id": 210035,
+ "Field": "ERR_BuildingLimited",
+ "Desc_zh": "建筑数量超过上限"
+ },
+ {
+ "Id": 210036,
+ "Field": "ERR_GameUnit_Not_Found",
+ "Desc_zh": "找不到游戏单位"
+ },
+ {
+ "Id": 210037,
+ "Field": "ERR_Dialogue_Not_Found",
+ "Desc_zh": "找不到对话"
+ },
+ {
+ "Id": 210038,
+ "Field": "ERR_Component_Not_Found",
+ "Desc_zh": "找不到组件"
+ },
+ {
+ "Id": 210039,
+ "Field": "ERR_Unit_Not_Found",
+ "Desc_zh": "找不到unit"
+ },
+ {
+ "Id": 210040,
+ "Field": "ERR_Exception_Err",
+ "Desc_zh": "异常错误"
+ },
+ {
+ "Id": 210041,
+ "Field": "ERR_NotFoundDecoration",
+ "Desc_zh": "找不到装饰品建筑"
+ },
+ {
+ "Id": 210042,
+ "Field": "ERR_NotEnoughFrozenTime",
+ "Desc_zh": "凝时不足"
+ },
+ {
+ "Id": 210043,
+ "Field": "ERR_OptionBehavior_Not_Found",
+ "Desc_zh": "找不到对话"
+ },
+ {
+ "Id": 210044,
+ "Field": "ERR_FamilyNameError",
+ "Desc_zh": "姓不对,只能用父姓或者母姓"
+ },
+ {
+ "Id": 210045,
+ "Field": "ERR_FeastEventNotExist",
+ "Desc_zh": "找不到家宴事件"
+ },
+ {
+ "Id": 210046,
+ "Field": "ERR_Can_Not_Do_In_Night",
+ "Desc_zh": "无法在夜晚进行这个行为"
+ },
+ {
+ "Id": 210047,
+ "Field": "ERR_Synthesis_Not_Unlocked",
+ "Desc_zh": "合成配方没有达到解锁条件"
+ },
+ {
+ "Id": 210048,
+ "Field": "ERR_Synthesis_Building_Busy",
+ "Desc_zh": "建筑已经正在合成"
+ },
+ {
+ "Id": 210049,
+ "Field": "ERR_ResourceDailyInteractCD",
+ "Desc_zh": "资源每日交互未刷新"
+ },
+ {
+ "Id": 210050,
+ "Field": "ERR_Scale_Max",
+ "Desc_zh": "规模已达到最高"
+ },
+ {
+ "Id": 210101,
+ "Field": "ERR_CanNotFoundEnemy",
+ "Desc_zh": "找不到对手"
+ },
+ {
+ "Id": 210102,
+ "Field": "ERR_SkillNotCd",
+ "Desc_zh": "技能CD还没恢复"
+ },
+ {
+ "Id": 210103,
+ "Field": "ERR_SkillEnergyNoEnough",
+ "Desc_zh": "战意不够"
+ },
+ {
+ "Id": 210104,
+ "Field": "ERR_FighterSilence",
+ "Desc_zh": "玩家被沉默了"
+ },
+ {
+ "Id": 210105,
+ "Field": "ERR_FighterFrozen",
+ "Desc_zh": "玩家被禁锢了"
+ },
+ {
+ "Id": 210106,
+ "Field": "ERR_SkillNotFound",
+ "Desc_zh": "没有该技能"
+ },
+ {
+ "Id": 210107,
+ "Field": "ERR_SkillIsPassive",
+ "Desc_zh": "是被动技能"
+ },
+ {
+ "Id": 210108,
+ "Field": "ERR_SkillNoTarget",
+ "Desc_zh": "没有施法目标"
+ },
+ {
+ "Id": 210109,
+ "Field": "ERR_SkillWeaponError",
+ "Desc_zh": "武器错误"
+ },
+ {
+ "Id": 210110,
+ "Field": "ERR_UpdateTroop_Error",
+ "Desc_zh": "更新队伍数据失败"
+ },
+ {
+ "Id": 210111,
+ "Field": "ERR_FightStationCanNotFound",
+ "Desc_zh": "箭塔无法入住"
+ },
+ {
+ "Id": 210112,
+ "Field": "ERR_FightStationFull",
+ "Desc_zh": "箭塔满了"
+ },
+ {
+ "Id": 210113,
+ "Field": "ERR_PeopleIsInStation",
+ "Desc_zh": "村民已经入驻"
+ },
+ {
+ "Id": 210114,
+ "Field": "ERR_NotNormalSkill",
+ "Desc_zh": "不是普攻"
+ },
+ {
+ "Id": 210115,
+ "Field": "ERR_UsingSkill",
+ "Desc_zh": "正在使用技能"
+ },
+ {
+ "Id": 210116,
+ "Field": "ERR_TargetIsNone",
+ "Desc_zh": "目标不存在"
+ },
+ {
+ "Id": 210201,
+ "Field": "ERR_FarmlandNotFree",
+ "Desc_zh": "农田不是空闲"
+ },
+ {
+ "Id": 210202,
+ "Field": "ERR_PlantNotRipe",
+ "Desc_zh": "农作物没有成熟"
+ },
+ {
+ "Id": 210203,
+ "Field": "ERR_FarmlandNotFound",
+ "Desc_zh": "农田没有找到"
+ },
+ {
+ "Id": 210204,
+ "Field": "ERR_CropConfigNotFound",
+ "Desc_zh": "找不到农作物配置"
+ },
+ {
+ "Id": 210205,
+ "Field": "ERR_SeedNotEnough",
+ "Desc_zh": "找不到种子"
+ },
+ {
+ "Id": 210206,
+ "Field": "ERR_FarmlandNotRipe",
+ "Desc_zh": "没有成熟"
+ },
+ {
+ "Id": 210207,
+ "Field": "ERR_FarmlandNotSeed",
+ "Desc_zh": "没有播种"
+ },
+ {
+ "Id": 210208,
+ "Field": "ERR_CabinNotFound",
+ "Desc_zh": "没有找到小屋"
+ },
+ {
+ "Id": 210209,
+ "Field": "ERR_ArriveCabinFail",
+ "Desc_zh": "到达小屋失败"
+ },
+ {
+ "Id": 210210,
+ "Field": "ERR_CabinNotPeople",
+ "Desc_zh": "小屋没有常驻人"
+ },
+ {
+ "Id": 210211,
+ "Field": "ERR_FullFarmland",
+ "Desc_zh": "到达农田管理上限"
+ },
+ {
+ "Id": 210212,
+ "Field": "ERR_WaterNotEnough",
+ "Desc_zh": "水资源不足"
+ },
+ {
+ "Id": 210213,
+ "Field": "ERR_StoreNotEnough",
+ "Desc_zh": "仓库不足"
+ },
+ {
+ "Id": 210214,
+ "Field": "ERR_HaveFeedPlant",
+ "Desc_zh": "已经施肥过了"
+ },
+ {
+ "Id": 210215,
+ "Field": "ERR_FeedNotEnough",
+ "Desc_zh": "肥料不足"
+ },
+ {
+ "Id": 210221,
+ "Field": "ERR_PutOnClothes",
+ "Desc_zh": "穿衣失败"
+ },
+ {
+ "Id": 210222,
+ "Field": "ERR_TakeOffClothes",
+ "Desc_zh": "脱衣失败"
+ },
+ {
+ "Id": 210241,
+ "Field": "ERR_NotEnoughItem",
+ "Desc_zh": "物品不够"
+ },
+ {
+ "Id": 210242,
+ "Field": "ERR_NotEnoughGold",
+ "Desc_zh": "元宝不够"
+ },
+ {
+ "Id": 210243,
+ "Field": "ERR_MedicinalCd",
+ "Desc_zh": "药品使用还没过CD"
+ },
+ {
+ "Id": 210261,
+ "Field": "ERR_BedIndexError",
+ "Desc_zh": "居住位置溢出"
+ },
+ {
+ "Id": 210281,
+ "Field": "ERR_MenuIsLock",
+ "Desc_zh": "菜谱未解锁"
+ },
+ {
+ "Id": 210282,
+ "Field": "ERR_MenuCanNotUpgrade",
+ "Desc_zh": "菜谱无法升级"
+ },
+ {
+ "Id": 210301,
+ "Field": "ERR_ResearchLock",
+ "Desc_zh": "研究没有解锁"
+ },
+ {
+ "Id": 210321,
+ "Field": "ERR_HaveHost",
+ "Desc_zh": "已经有人接待了"
+ },
+ {
+ "Id": 210322,
+ "Field": "ERR_NotFoundVillager",
+ "Desc_zh": "找不到游民"
+ },
+ {
+ "Id": 210323,
+ "Field": "ERR_NotEnoughFav",
+ "Desc_zh": "好感度不够"
+ },
+ {
+ "Id": 210324,
+ "Field": "ERR_NotEnoughGiftTimes",
+ "Desc_zh": "赠送次数不够"
+ },
+ {
+ "Id": 210341,
+ "Field": "ERR_NotFoundTransport",
+ "Desc_zh": "没有找到运输系统"
+ },
+ {
+ "Id": 210342,
+ "Field": "ERR_TransportStateError",
+ "Desc_zh": "运输状态不对"
+ },
+ {
+ "Id": 210343,
+ "Field": "ERR_RegionNotUnLock",
+ "Desc_zh": "该区域没有解锁"
+ },
+ {
+ "Id": 210344,
+ "Field": "ERR_StoreCapacityNotEnough",
+ "Desc_zh": "背包容量不够"
+ },
+ {
+ "Id": 210345,
+ "Field": "ERR_NotFoundTransportBuilding",
+ "Desc_zh": "没有找到运输厅建筑"
+ },
+ {
+ "Id": 210361,
+ "Field": "ERR_NotFoundBusinessMan",
+ "Desc_zh": "没有找到商人"
+ },
+ {
+ "Id": 210362,
+ "Field": "ERR_NotEnoughRefreshTimes",
+ "Desc_zh": "刷新次数不够"
+ },
+ {
+ "Id": 210363,
+ "Field": "ERR_NotEnoughSaleItem",
+ "Desc_zh": "销售物品数量不够"
+ },
+ {
+ "Id": 210364,
+ "Field": "ERR_NotFoundConfig",
+ "Desc_zh": "找不到配置文件"
+ },
+ {
+ "Id": 210365,
+ "Field": "ERR_NotEnoughCopper",
+ "Desc_zh": "铜币不够"
+ },
+ {
+ "Id": 210366,
+ "Field": "ERR_NotHaveSaleItem",
+ "Desc_zh": "没找到该商品"
+ },
+ {
+ "Id": 210367,
+ "Field": "ERR_NotHaveRecycleItem",
+ "Desc_zh": "无法出售"
+ },
+ {
+ "Id": 210368,
+ "Field": "ERR_NotEnoughRecycleItem",
+ "Desc_zh": "销售物品数量不够"
+ },
+ {
+ "Id": 210369,
+ "Field": "ERR_NotEnoughBagItem",
+ "Desc_zh": "背包物品数量不够"
+ },
+ {
+ "Id": 210370,
+ "Field": "ERR_ProsperityNotEnough",
+ "Desc_zh": "繁荣度不够"
+ },
+ {
+ "Id": 210401,
+ "Field": "ERR_TaskLock",
+ "Desc_zh": "任务未解锁"
+ },
+ {
+ "Id": 210402,
+ "Field": "ERR_TaskReceived",
+ "Desc_zh": "任务已经接过了"
+ },
+ {
+ "Id": 210403,
+ "Field": "ERR_TaskCanNotTake",
+ "Desc_zh": "任务不可接"
+ },
+ {
+ "Id": 210404,
+ "Field": "ERR_TaskHaveTalk",
+ "Desc_zh": "已经对话过了"
+ },
+ {
+ "Id": 210405,
+ "Field": "ERR_MainTaskCanNotTrack",
+ "Desc_zh": "主线任务无法追踪"
+ },
+ {
+ "Id": 210421,
+ "Field": "ERR_WorkerNotEnough",
+ "Desc_zh": "工人数量不足"
+ },
+ {
+ "Id": 210422,
+ "Field": "ERR_RelationLvNotEnough",
+ "Desc_zh": "村落关系等级不够"
+ },
+ {
+ "Id": 210423,
+ "Field": "ERR_RegionShopNotEnoughItem",
+ "Desc_zh": "村落商店物品不够"
+ },
+ {
+ "Id": 210424,
+ "Field": "ERR_ReputationNotEnough",
+ "Desc_zh": "村落繁荣度不够"
+ },
+ {
+ "Id": 210441,
+ "Field": "ERR_WarriorLvNotEnough",
+ "Desc_zh": "勇士等级不够"
+ },
+ {
+ "Id": 210442,
+ "Field": "ERR_WarriorArmsLimit",
+ "Desc_zh": "勇士无法使用该武器"
+ },
+ {
+ "Id": 210461,
+ "Field": "ERR_ValleyEventIsExist",
+ "Desc_zh": "桃谷事件已经存在"
+ },
+ {
+ "Id": 210462,
+ "Field": "ERR_ValleyEventNotExist",
+ "Desc_zh": "桃谷事件不存在"
+ },
+ {
+ "Id": 210463,
+ "Field": "ERR_ValleyScaleNotEnough",
+ "Desc_zh": "桃谷规模不够"
+ },
+ {
+ "Id": 210501,
+ "Field": "ERR_TooYoungToPlay",
+ "Desc_zh": "太小不能玩"
+ },
+ {
+ "Id": 210502,
+ "Field": "ERR_MinorCannotPlay",
+ "Desc_zh": "未成年人此时不能玩"
+ },
+ {
+ "Id": 210503,
+ "Field": "ERR_IdentityFail",
+ "Desc_zh": "实名认证失败"
+ },
+ {
+ "Id": 210504,
+ "Field": "ERR_NotIdentity",
+ "Desc_zh": "没有实名认证"
+ },
+ {
+ "Id": 210551,
+ "Field": "ERR_RechargeConfigNotFound",
+ "Desc_zh": "充值配置信息找不到"
+ },
+ {
+ "Id": 210552,
+ "Field": "ERR_RechargeMonthLimit",
+ "Desc_zh": "充值当月限制"
+ },
+ {
+ "Id": 210553,
+ "Field": "ERR_RechargeLimit",
+ "Desc_zh": "无法充值"
+ },
+ {
+ "Id": 210554,
+ "Field": "ERR_CannotBuyTooMuchVip",
+ "Desc_zh": "无法购买,月卡权益天数大于等于30天"
+ },
+ {
+ "Id": 210601,
+ "Field": "ERR_NotFoundBook",
+ "Desc_zh": "找不到书籍"
+ },
+ {
+ "Id": 210602,
+ "Field": "ERR_NeedTeacher",
+ "Desc_zh": "需要老师"
+ },
+ {
+ "Id": 210603,
+ "Field": "ERR_NotFoundSchool",
+ "Desc_zh": "找不到学堂"
+ },
+ {
+ "Id": 210604,
+ "Field": "ERR_NotEnoughBook",
+ "Desc_zh": "书籍数量不够"
+ },
+ {
+ "Id": 210605,
+ "Field": "ERR_NeedStudent",
+ "Desc_zh": "需要学生"
+ },
+ {
+ "Id": 210621,
+ "Field": "ERR_OverFeedStorageMax",
+ "Desc_zh": "超出饲料上限"
+ },
+ {
+ "Id": 210622,
+ "Field": "ERR_EggNotEnough",
+ "Desc_zh": "鸡蛋数量不够"
+ },
+ {
+ "Id": 210623,
+ "Field": "ERR_NotFoundHatch",
+ "Desc_zh": "无孵化系统"
+ },
+ {
+ "Id": 210624,
+ "Field": "ERR_CanNotHatch",
+ "Desc_zh": "当前状态无法孵化"
+ },
+ {
+ "Id": 210625,
+ "Field": "ERR_NotFoundPoultry",
+ "Desc_zh": "无可以收取的幼禽"
+ },
+ {
+ "Id": 210626,
+ "Field": "ERR_NotPoultryHouse",
+ "Desc_zh": "无禽舍"
+ },
+ {
+ "Id": 210641,
+ "Field": "ERR_NotFruting",
+ "Desc_zh": "不死树没有果子了"
+ },
+ {
+ "Id": 210642,
+ "Field": "ERR_FertilizerTimesNotEnough",
+ "Desc_zh": "施肥次数不够"
+ },
+ {
+ "Id": 210643,
+ "Field": "ERR_IrrigationTimesNotEnough",
+ "Desc_zh": "灌溉次数不够"
+ },
+ {
+ "Id": 210661,
+ "Field": "ERR_NotFoundWarrior",
+ "Desc_zh": "没有找到勇士"
+ },
+ {
+ "Id": 210662,
+ "Field": "ERR_BodySoulLvMax",
+ "Desc_zh": "体魂等级到达上限"
+ },
+ {
+ "Id": 210663,
+ "Field": "ERR_NotFoundSkill",
+ "Desc_zh": "该勇士没有这个技能"
+ },
+ {
+ "Id": 210681,
+ "Field": "ERR_NeedItemError",
+ "Desc_zh": "材料不匹配"
+ },
+ {
+ "Id": 210682,
+ "Field": "ERR_TreasureSynthesisFail",
+ "Desc_zh": "合成失败"
+ },
+ {
+ "Id": 210701,
+ "Field": "ERR_NotFoundBazaar",
+ "Desc_zh": "找不到摆摊信息"
+ },
+ {
+ "Id": 210702,
+ "Field": "ERR_NotBazaarOpenTime",
+ "Desc_zh": "不是摆摊开放时间"
+ },
+ {
+ "Id": 210703,
+ "Field": "ERR_NotFoundBazaarItem",
+ "Desc_zh": "找不到摆摊信息"
+ },
+ {
+ "Id": 210721,
+ "Field": "ERR_RegionErr",
+ "Desc_zh": "错误的区域"
+ },
+ {
+ "Id": 210722,
+ "Field": "ERR_RankErr",
+ "Desc_zh": "错误的排名"
+ },
+ {
+ "Id": 210723,
+ "Field": "ERR_RegionRankSuc",
+ "Desc_zh": "挑战成功"
+ },
+ {
+ "Id": 210741,
+ "Field": "ERR_NotFoundShopItem",
+ "Desc_zh": "找不到商品"
+ },
+ {
+ "Id": 210742,
+ "Field": "ERR_BuyTimesOver",
+ "Desc_zh": "物品购买次数超过上限"
+ },
+ {
+ "Id": 210801,
+ "Field": "ERR_NotDuringEvent",
+ "Desc_zh": "不在活动期间"
+ },
+ {
+ "Id": 210802,
+ "Field": "ERR_DrawGameTicketNotEnough",
+ "Desc_zh": "抽奖券不足"
+ },
+ {
+ "Id": 210803,
+ "Field": "ERR_DrawRoundAllOver",
+ "Desc_zh": "所有抽奖已完成"
+ },
+ {
+ "Id": 210804,
+ "Field": "ERR_DrawNotSelectAllReward",
+ "Desc_zh": "未设置完可选奖励"
+ },
+ {
+ "Id": 220001,
+ "Field": "ERR_Friend_OperateFail",
+ "Desc_zh": "好友操作失败"
+ },
+ {
+ "Id": 220002,
+ "Field": "ERR_FriendUnit_Not_Found",
+ "Desc_zh": "找不到好友单位"
+ },
+ {
+ "Id": 220003,
+ "Field": "ERR_FriendComp_Not_Found",
+ "Desc_zh": "找不到好友组件"
+ },
+ {
+ "Id": 220004,
+ "Field": "ERR_My_Friend_Full",
+ "Desc_zh": "我的好友已满"
+ },
+ {
+ "Id": 220005,
+ "Field": "ERR_Target_Friend_Full",
+ "Desc_zh": "对方的好友已满"
+ },
+ {
+ "Id": 220100,
+ "Field": "ERR_Challenge_Already_Start",
+ "Desc_zh": "挑战已经开始"
+ },
+ {
+ "Id": 220101,
+ "Field": "ERR_Challenge_Drum_Times_Over",
+ "Desc_zh": "战鼓次数超上限"
+ },
+ {
+ "Id": 220102,
+ "Field": "ERR_Challenge_Times_Over",
+ "Desc_zh": "挑战次数超上限"
+ },
+ {
+ "Id": 220103,
+ "Field": "ERR_Supply_VillagerNum_Unmet",
+ "Desc_zh": "村民数量不满足领取要求"
+ },
+ {
+ "Id": 220104,
+ "Field": "ERR_Supply_VistorExisted",
+ "Desc_zh": "已存在难民无法领取补给"
+ },
+ {
+ "Id": 220105,
+ "Field": "ERR_Supply_ErrorBehaveType",
+ "Desc_zh": "存在其他非重伤或重疾的村民"
+ },
+ {
+ "Id": 220106,
+ "Field": "ERR_Supply_MedicineExist",
+ "Desc_zh": "存在未使用的药物"
+ }
+]
\ No newline at end of file
diff --git a/config/EventConfigCategory.json b/config/EventConfigCategory.json
new file mode 100644
index 0000000..f5f113d
--- /dev/null
+++ b/config/EventConfigCategory.json
@@ -0,0 +1,254 @@
+[
+ {
+ "Id": 1001,
+ "RelatedRole": 0,
+ "EventName": "无事发生",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "什么也没有发生",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1002,
+ "RelatedRole": 0,
+ "EventName": "走神",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "一只青蛙一张嘴,两只眼睛四条腿,两只青蛙",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1003,
+ "RelatedRole": 0,
+ "EventName": "走神",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "呆",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1004,
+ "RelatedRole": 0,
+ "EventName": "走神",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "嗯,待会儿吃点什么呢,",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1005,
+ "RelatedRole": 0,
+ "EventName": "走神",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "刚出门的时候好像忘记锁门了",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1006,
+ "RelatedRole": 0,
+ "EventName": "偷懒",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "有点累了,休息一小会,应该没人发现吧",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1007,
+ "RelatedRole": 0,
+ "EventName": "偷懒",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "肱二头肌说它有点累了,所以我微微休息一下,嘿嘿",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1008,
+ "RelatedRole": 0,
+ "EventName": "偷懒",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "摸鱼的感觉,蛮刺激的欸!",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1009,
+ "RelatedRole": 0,
+ "EventName": "干活,勿扰",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "劳动令人快乐!",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1010,
+ "RelatedRole": 0,
+ "EventName": "辛勤劳作",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "(全神贯注中,)",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1011,
+ "RelatedRole": 0,
+ "EventName": "小动物路过",
+ "DropGroup": 2004,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "路过一只兔子,留下一个萝卜,谢谢兔子!",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 1012,
+ "RelatedRole": 0,
+ "EventName": "小动物路过",
+ "DropGroup": 2005,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "飞过一只喜鹊,留下一个浆果,谢谢喜鹊!",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 2001,
+ "RelatedRole": 0,
+ "EventName": "笛声悠悠",
+ "DropGroup": 2005,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "笛声吸引来了一些麻雀,麻雀丢下一个浆果",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 2002,
+ "RelatedRole": 0,
+ "EventName": "心灵手巧",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "有点累了,休息一下,练习练习雕刻",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 3001,
+ "RelatedRole": 0,
+ "EventName": "摇树",
+ "DropGroup": 2006,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "摇树事件",
+ "Dialogue": [
+ 1001
+ ]
+ },
+ {
+ "Id": 4001,
+ "RelatedRole": 0,
+ "EventName": "安静无事",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "长夜漫漫,无事发生",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 4002,
+ "RelatedRole": 3,
+ "EventName": "意外之喜",
+ "DropGroup": 2001,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "[color=#FFFFFF]{村民名称}[/color]夜晚无心睡眠,闲逛时捡到了{道具}",
+ "Dialogue": [
+ 0
+ ]
+ },
+ {
+ "Id": 5001,
+ "RelatedRole": 0,
+ "EventName": "一触即发",
+ "DropGroup": 0,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "ShortDescription": "",
+ "Chronicle": false,
+ "Description": "{怪物名称}嚣张不过一刻钟时间,就被{伙伴名称}狠狠拿下!",
+ "Dialogue": [
+ 0
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/ExploreEventConfigCategory.json b/config/ExploreEventConfigCategory.json
new file mode 100644
index 0000000..d04d51d
--- /dev/null
+++ b/config/ExploreEventConfigCategory.json
@@ -0,0 +1,739 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "出发",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "船只离岸,希望一路顺风"
+ },
+ {
+ "Id": 2,
+ "GroupId": 2,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "破旧的码头"
+ },
+ {
+ "Id": 3,
+ "GroupId": 3,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "一片蒹葭滩"
+ },
+ {
+ "Id": 4,
+ "GroupId": 4,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "红色小山丘"
+ },
+ {
+ "Id": 5,
+ "GroupId": 5,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "一间草舍"
+ },
+ {
+ "Id": 6,
+ "GroupId": 6,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "一口井"
+ },
+ {
+ "Id": 7,
+ "GroupId": 7,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "水流湍急处"
+ },
+ {
+ "Id": 8,
+ "GroupId": 8,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "隐秘峡谷"
+ },
+ {
+ "Id": 9,
+ "GroupId": 9,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "翠绿池塘"
+ },
+ {
+ "Id": 10,
+ "GroupId": 10,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "水天一色"
+ },
+ {
+ "Id": 11,
+ "GroupId": 11,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "芦苇荡"
+ },
+ {
+ "Id": 12,
+ "GroupId": 12,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "垂钓处"
+ },
+ {
+ "Id": 13,
+ "GroupId": 13,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "怪石"
+ },
+ {
+ "Id": 14,
+ "GroupId": 14,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "废弃农田"
+ },
+ {
+ "Id": 15,
+ "GroupId": 15,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "灌木丛"
+ },
+ {
+ "Id": 16,
+ "GroupId": 16,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "瀑布飞泉"
+ },
+ {
+ "Id": 17,
+ "GroupId": 17,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "鸟雀群聚"
+ },
+ {
+ "Id": 18,
+ "GroupId": 18,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "滩涂湿地"
+ },
+ {
+ "Id": 19,
+ "GroupId": 19,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "泊船",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "隐居部落"
+ },
+ {
+ "Id": 101,
+ "GroupId": 1001,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "破旧的码头",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": "到处看看,完全没有生活的痕迹。"
+ },
+ {
+ "Id": 102,
+ "GroupId": 1001,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "破旧的码头",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 103,
+ "GroupId": 1002,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "蒹葭滩",
+ "RewardItem": 13004,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 104,
+ "GroupId": 1002,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "蒹葭滩",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 105,
+ "GroupId": 1003,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "红色小山丘",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 106,
+ "GroupId": 1003,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "红色小山丘",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 107,
+ "GroupId": 1004,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "一间草舍",
+ "RewardItem": 13001,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 108,
+ "GroupId": 1004,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "一间草舍",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 109,
+ "GroupId": 1005,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "一口井",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 110,
+ "GroupId": 1005,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "一口井",
+ "RewardItem": 13001,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 111,
+ "GroupId": 1006,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "水流湍急处",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 112,
+ "GroupId": 1006,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "水流湍急处",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 113,
+ "GroupId": 1007,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "隐秘峡谷",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 114,
+ "GroupId": 1007,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "隐秘峡谷",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 115,
+ "GroupId": 1008,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "翠绿池塘",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 116,
+ "GroupId": 1008,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "翠绿池塘",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 117,
+ "GroupId": 1009,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "水天一色",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 118,
+ "GroupId": 1009,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "水天一色",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 119,
+ "GroupId": 1101,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "芦苇荡",
+ "RewardItem": 13004,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 120,
+ "GroupId": 1101,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "芦苇荡",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 121,
+ "GroupId": 1102,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "垂钓处",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 122,
+ "GroupId": 1102,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "垂钓处",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 123,
+ "GroupId": 1103,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "怪石",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 124,
+ "GroupId": 1103,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "怪石",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 125,
+ "GroupId": 1104,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "废弃农田",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 126,
+ "GroupId": 1104,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "废弃农田",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 127,
+ "GroupId": 1105,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "灌木丛",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 128,
+ "GroupId": 1105,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "灌木丛",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 129,
+ "GroupId": 1106,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "瀑布飞泉",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 130,
+ "GroupId": 1106,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "瀑布飞泉",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 131,
+ "GroupId": 1107,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "鸟雀群聚",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 132,
+ "GroupId": 1107,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "鸟雀群聚",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 133,
+ "GroupId": 1108,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "滩涂湿地",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 134,
+ "GroupId": 1108,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "滩涂湿地",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 135,
+ "GroupId": 1109,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "隐居部落",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 136,
+ "GroupId": 1109,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "隐居部落",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": 1,
+ "Description": ""
+ },
+ {
+ "Id": 1001,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 1,
+ "Title": "金色光芒",
+ "RewardItem": 13002,
+ "Nomad": 0,
+ "EventLimited": 2,
+ "Description": "水面上有一只金光闪闪的鱼一跃而起,接着一块金锭掉到了船上……啊!金锭!"
+ },
+ {
+ "Id": 1002,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 20,
+ "Title": "意外收获",
+ "RewardItem": 13003,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "抓到一只{0}"
+ },
+ {
+ "Id": 1003,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 20,
+ "Title": "意外收获",
+ "RewardItem": 13004,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "路过一株亚麻,一把薅走"
+ },
+ {
+ "Id": 1004,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 10,
+ "Title": "惊险",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "突然一阵狂风,幸亏反应及时把小船稳住了"
+ },
+ {
+ "Id": 1005,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 10,
+ "Title": "风平浪静",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "轻舟翩翩,难得惬意"
+ },
+ {
+ "Id": 1006,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 10,
+ "Title": "继续前进",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "要留意前路,小心暗礁"
+ },
+ {
+ "Id": 1007,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 10,
+ "Title": "警觉",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "好像听到了野兽的声音……"
+ },
+ {
+ "Id": 1008,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 10,
+ "Title": "继续前进",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "希望返回山谷时,能带回满满的物资"
+ },
+ {
+ "Id": 1009,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 10,
+ "Title": "思索",
+ "RewardItem": 0,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "如果遇到了其他人,应该如何打招呼呢"
+ },
+ {
+ "Id": 1010,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 20,
+ "Title": "意外收获",
+ "RewardItem": 13003,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "水流湍急,一只鱼主动跳到了船上"
+ },
+ {
+ "Id": 1011,
+ "GroupId": 99000,
+ "Type": 1,
+ "Weight": 5,
+ "Title": "意外收获",
+ "RewardItem": 13001,
+ "Nomad": 0,
+ "EventLimited": -1,
+ "Description": "不知谁的蓑衣飘荡在水面上……"
+ },
+ {
+ "Id": 1012,
+ "GroupId": 99000,
+ "Type": 2,
+ "Weight": 10,
+ "Title": "伸出援手",
+ "RewardItem": 0,
+ "Nomad": 1,
+ "EventLimited": 1,
+ "Description": "结识了一位难民,挪挪位置,跟我们一起回山谷吧!"
+ }
+]
\ No newline at end of file
diff --git a/config/ExtraAttributeConfigCategory.json b/config/ExtraAttributeConfigCategory.json
new file mode 100644
index 0000000..2ce888c
--- /dev/null
+++ b/config/ExtraAttributeConfigCategory.json
@@ -0,0 +1,2542 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1000,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 5,
+ 6
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 2,
+ "GroupId": 1001,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 12,
+ 14
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 3,
+ "GroupId": 1002,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 4,
+ "GroupId": 1003,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 5,
+ "GroupId": 1004,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 6,
+ "GroupId": 1005,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 7,
+ "GroupId": 1006,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 9,
+ 11
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 8,
+ "GroupId": 1007,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 25,
+ 29
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 9,
+ "GroupId": 1008,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 10,
+ "GroupId": 1009,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 11,
+ "GroupId": 1010,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 12,
+ "GroupId": 1011,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 13,
+ "GroupId": 1012,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 22,
+ 25
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 14,
+ "GroupId": 1013,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 67,
+ 78
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 15,
+ "GroupId": 1014,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 4,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 16,
+ "GroupId": 1015,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 4,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 17,
+ "GroupId": 1016,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 18,
+ "GroupId": 1017,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 19,
+ "GroupId": 1018,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 29,
+ 34
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 20,
+ "GroupId": 1018,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 21,
+ "GroupId": 1018,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 22,
+ "GroupId": 1019,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 11,
+ 13
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 23,
+ "GroupId": 1019,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 3,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 24,
+ "GroupId": 1020,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 5,
+ 6
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 25,
+ "GroupId": 1020,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 26,
+ "GroupId": 1021,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 96,
+ 112
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 27,
+ "GroupId": 1021,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 28,
+ "GroupId": 1022,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 29,
+ "GroupId": 1022,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 30,
+ "GroupId": 1023,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 38,
+ 45
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 31,
+ "GroupId": 1023,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 32,
+ "GroupId": 1023,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 33,
+ "GroupId": 1024,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 15,
+ 18
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 34,
+ "GroupId": 1024,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 4,
+ 5
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 35,
+ "GroupId": 1025,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 7,
+ 8
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 36,
+ "GroupId": 1025,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 37,
+ "GroupId": 1026,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 130,
+ 152
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 38,
+ "GroupId": 1026,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 39,
+ "GroupId": 1027,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 40,
+ "GroupId": 1027,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 41,
+ "GroupId": 1028,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 60,
+ 70
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 42,
+ "GroupId": 1028,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 43,
+ "GroupId": 1028,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 44,
+ "GroupId": 1029,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 24,
+ 28
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 45,
+ "GroupId": 1029,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 7,
+ 9
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 46,
+ "GroupId": 1030,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 11,
+ 13
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 47,
+ "GroupId": 1030,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 48,
+ "GroupId": 1031,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 216,
+ 252
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 49,
+ "GroupId": 1031,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 50,
+ "GroupId": 1032,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 51,
+ "GroupId": 1032,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 52,
+ "GroupId": 1033,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 267,
+ 312
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 53,
+ "GroupId": 1033,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 14,
+ 16
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 54,
+ "GroupId": 1034,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 267,
+ 312
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 55,
+ "GroupId": 1034,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 56,
+ "GroupId": 1034,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 57,
+ "GroupId": 1035,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 72,
+ 85
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 58,
+ "GroupId": 1035,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 59,
+ "GroupId": 1035,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 60,
+ "GroupId": 1036,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 61,
+ "GroupId": 1036,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 19,
+ 23
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 62,
+ "GroupId": 1037,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 14,
+ 16
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 63,
+ "GroupId": 1037,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 64,
+ "GroupId": 1037,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 65,
+ "GroupId": 1038,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 325,
+ 379
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 66,
+ "GroupId": 1038,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 17,
+ 20
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 67,
+ "GroupId": 1039,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 325,
+ 379
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 68,
+ "GroupId": 1039,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 69,
+ "GroupId": 1039,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 4,
+ 5
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 70,
+ "GroupId": 1040,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 86,
+ 101
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 71,
+ "GroupId": 1040,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 72,
+ "GroupId": 1040,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 73,
+ "GroupId": 1041,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 74,
+ "GroupId": 1041,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 24,
+ 28
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 75,
+ "GroupId": 1042,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 17,
+ 20
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 76,
+ "GroupId": 1042,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 77,
+ "GroupId": 1042,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 78,
+ "GroupId": 1043,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 456,
+ 533
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 79,
+ "GroupId": 1043,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 23,
+ 27
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 80,
+ "GroupId": 1044,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 456,
+ 533
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 81,
+ "GroupId": 1044,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 82,
+ "GroupId": 1044,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 5,
+ 6
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 83,
+ "GroupId": 1045,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 118,
+ 137
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 84,
+ "GroupId": 1045,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 85,
+ "GroupId": 1045,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 86,
+ "GroupId": 1046,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 87,
+ "GroupId": 1046,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 36,
+ 42
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 88,
+ "GroupId": 1047,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 23,
+ 27
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 89,
+ "GroupId": 1047,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 90,
+ "GroupId": 1047,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 91,
+ "GroupId": 1048,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 92,
+ "GroupId": 1048,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 50,
+ 59
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 93,
+ "GroupId": 1048,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 94,
+ "GroupId": 1048,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 95,
+ "GroupId": 1049,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 61,
+ 71
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 96,
+ "GroupId": 1049,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 25,
+ 29
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 97,
+ "GroupId": 1049,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 98,
+ "GroupId": 1049,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 99,
+ "GroupId": 1050,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 612,
+ 714
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 100,
+ "GroupId": 1050,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 30,
+ 35
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 101,
+ "GroupId": 1050,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 102,
+ "GroupId": 1051,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 61,
+ 71
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 103,
+ "GroupId": 1051,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 25,
+ 29
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 104,
+ "GroupId": 1051,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 105,
+ "GroupId": 1051,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 106,
+ "GroupId": 1052,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 612,
+ 714
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 107,
+ "GroupId": 1052,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 30,
+ 35
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 108,
+ "GroupId": 1052,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 109,
+ "GroupId": 1052,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 4,
+ 5
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 110,
+ "GroupId": 1053,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 153,
+ 179
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 111,
+ "GroupId": 1053,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 112,
+ "GroupId": 1053,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 113,
+ "GroupId": 1054,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 114,
+ "GroupId": 1054,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 58,
+ 68
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 115,
+ "GroupId": 1054,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 116,
+ "GroupId": 1054,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 117,
+ "GroupId": 1055,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 69,
+ 81
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 118,
+ "GroupId": 1055,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 29,
+ 34
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 119,
+ "GroupId": 1055,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 120,
+ "GroupId": 1055,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 121,
+ "GroupId": 1056,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 698,
+ 815
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 122,
+ "GroupId": 1056,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 34,
+ 40
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 123,
+ "GroupId": 1056,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 124,
+ "GroupId": 1057,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 69,
+ 81
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 125,
+ "GroupId": 1057,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 29,
+ 34
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 126,
+ "GroupId": 1057,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 127,
+ "GroupId": 1057,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 128,
+ "GroupId": 1058,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 698,
+ 815
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 129,
+ "GroupId": 1058,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 34,
+ 40
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 130,
+ "GroupId": 1058,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 131,
+ "GroupId": 1058,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 5,
+ 6
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 132,
+ "GroupId": 1059,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 173,
+ 202
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 133,
+ "GroupId": 1059,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 134,
+ "GroupId": 1059,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 135,
+ "GroupId": 1060,
+ "AttributesId": 1430,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 136,
+ "GroupId": 1060,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 77,
+ 90
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 137,
+ "GroupId": 1060,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 138,
+ "GroupId": 1060,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 139,
+ "GroupId": 1061,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 86,
+ 101
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 140,
+ "GroupId": 1061,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 38,
+ 45
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 141,
+ "GroupId": 1061,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 142,
+ "GroupId": 1061,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 143,
+ "GroupId": 1062,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 889,
+ 1037
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 144,
+ "GroupId": 1062,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 42,
+ 50
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 145,
+ "GroupId": 1062,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 146,
+ "GroupId": 1063,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 86,
+ 101
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 147,
+ "GroupId": 1063,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 38,
+ 45
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 148,
+ "GroupId": 1063,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 149,
+ "GroupId": 1063,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 150,
+ "GroupId": 1064,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 889,
+ 1037
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 151,
+ "GroupId": 1064,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 42,
+ 50
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 152,
+ "GroupId": 1064,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 153,
+ "GroupId": 1064,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 6,
+ 7
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 154,
+ "GroupId": 1065,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 216,
+ 252
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 155,
+ "GroupId": 1065,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 156,
+ "GroupId": 1065,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 157,
+ "GroupId": 1066,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1104,
+ 1289
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 158,
+ "GroupId": 1066,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 52,
+ 61
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 159,
+ "GroupId": 1066,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 2
+ },
+ {
+ "Id": 160,
+ "GroupId": 1066,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 161,
+ "GroupId": 1067,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 105,
+ 123
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 162,
+ "GroupId": 1067,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 49,
+ 57
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 163,
+ "GroupId": 1067,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 164,
+ "GroupId": 1067,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 165,
+ "GroupId": 1068,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1104,
+ 1289
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 166,
+ "GroupId": 1068,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 167,
+ "GroupId": 1068,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 168,
+ "GroupId": 1068,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 7,
+ 8
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 169,
+ "GroupId": 1069,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 264,
+ 308
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 170,
+ "GroupId": 1069,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 171,
+ "GroupId": 1069,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 172,
+ "GroupId": 1069,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 173,
+ "GroupId": 1070,
+ "AttributesId": 1426,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 174,
+ "GroupId": 1070,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 175,
+ "GroupId": 1070,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 176,
+ "GroupId": 1071,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1221,
+ 1425
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 177,
+ "GroupId": 1071,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 57,
+ 67
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 178,
+ "GroupId": 1071,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 2
+ },
+ {
+ "Id": 179,
+ "GroupId": 1071,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 180,
+ "GroupId": 1072,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 116,
+ 135
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 181,
+ "GroupId": 1072,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 55,
+ 64
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 182,
+ "GroupId": 1072,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 183,
+ "GroupId": 1072,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 184,
+ "GroupId": 1073,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1221,
+ 1425
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 185,
+ "GroupId": 1073,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 186,
+ "GroupId": 1073,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 187,
+ "GroupId": 1073,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 8,
+ 9
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 188,
+ "GroupId": 1074,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 290,
+ 338
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 189,
+ "GroupId": 1074,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 190,
+ "GroupId": 1074,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 191,
+ "GroupId": 1074,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 192,
+ "GroupId": 1075,
+ "AttributesId": 1426,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 193,
+ "GroupId": 1075,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 194,
+ "GroupId": 1075,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 195,
+ "GroupId": 1076,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1344,
+ 1568
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 196,
+ "GroupId": 1076,
+ "AttributesId": 1404,
+ "AttributesValue": [
+ 63,
+ 74
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 197,
+ "GroupId": 1076,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 3,
+ 3
+ ],
+ "Operator": 2
+ },
+ {
+ "Id": 198,
+ "GroupId": 1076,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 199,
+ "GroupId": 1077,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 126,
+ 148
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 200,
+ "GroupId": 1077,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 61,
+ 71
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 201,
+ "GroupId": 1077,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 202,
+ "GroupId": 1077,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 203,
+ "GroupId": 1078,
+ "AttributesId": 1402,
+ "AttributesValue": [
+ 1344,
+ 1568
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 204,
+ "GroupId": 1078,
+ "AttributesId": 1421,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 205,
+ "GroupId": 1078,
+ "AttributesId": 1433,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 206,
+ "GroupId": 1078,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 9,
+ 10
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 207,
+ "GroupId": 1079,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 317,
+ 370
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 208,
+ "GroupId": 1079,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 4,
+ 5
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 209,
+ "GroupId": 1079,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 210,
+ "GroupId": 1079,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 211,
+ "GroupId": 1080,
+ "AttributesId": 1426,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 212,
+ "GroupId": 1080,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 213,
+ "GroupId": 1080,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1000,
+ "GroupId": 1100,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1001,
+ "GroupId": 1101,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 22,
+ 25
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1002,
+ "GroupId": 1101,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1003,
+ "GroupId": 1102,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 4,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1004,
+ "GroupId": 1102,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1005,
+ "GroupId": 1103,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1006,
+ "GroupId": 1103,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1007,
+ "GroupId": 1104,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 60,
+ 70
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1008,
+ "GroupId": 1104,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 1,
+ 1
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1009,
+ "GroupId": 1104,
+ "AttributesId": 1424,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1010,
+ "GroupId": 1104,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1011,
+ "GroupId": 1105,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 24,
+ 28
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1012,
+ "GroupId": 1105,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 7,
+ 9
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1013,
+ "GroupId": 1105,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1014,
+ "GroupId": 1106,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 118,
+ 137
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1015,
+ "GroupId": 1106,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1016,
+ "GroupId": 1106,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 1,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1017,
+ "GroupId": 1106,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1018,
+ "GroupId": 1107,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1019,
+ "GroupId": 1107,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 36,
+ 42
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1020,
+ "GroupId": 1107,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1021,
+ "GroupId": 1108,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 86,
+ 101
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1022,
+ "GroupId": 1108,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 38,
+ 45
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1023,
+ "GroupId": 1108,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1024,
+ "GroupId": 1108,
+ "AttributesId": 1422,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1025,
+ "GroupId": 1108,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1026,
+ "GroupId": 1109,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 130,
+ 142
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1027,
+ "GroupId": 1109,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 61,
+ 67
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1028,
+ "GroupId": 1109,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 3,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1029,
+ "GroupId": 1109,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 3,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1030,
+ "GroupId": 1109,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1031,
+ "GroupId": 1110,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 126,
+ 148
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1032,
+ "GroupId": 1110,
+ "AttributesId": 1412,
+ "AttributesValue": [
+ 61,
+ 71
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1033,
+ "GroupId": 1110,
+ "AttributesId": 1411,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1034,
+ "GroupId": 1110,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1035,
+ "GroupId": 1110,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1036,
+ "GroupId": 1111,
+ "AttributesId": 1403,
+ "AttributesValue": [
+ 317,
+ 370
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1037,
+ "GroupId": 1111,
+ "AttributesId": 1410,
+ "AttributesValue": [
+ 4,
+ 5
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1038,
+ "GroupId": 1111,
+ "AttributesId": 1409,
+ "AttributesValue": [
+ 3,
+ 4
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1039,
+ "GroupId": 1111,
+ "AttributesId": 1432,
+ "AttributesValue": [
+ 2,
+ 3
+ ],
+ "Operator": 1
+ },
+ {
+ "Id": 1040,
+ "GroupId": 1111,
+ "AttributesId": 1423,
+ "AttributesValue": [
+ 2,
+ 2
+ ],
+ "Operator": 1
+ }
+]
\ No newline at end of file
diff --git a/config/FamilyDinnerEventConfigCategory.json b/config/FamilyDinnerEventConfigCategory.json
new file mode 100644
index 0000000..3917e4b
--- /dev/null
+++ b/config/FamilyDinnerEventConfigCategory.json
@@ -0,0 +1,43 @@
+[
+ {
+ "Id": 1001,
+ "Name": "迎客",
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "BeginDialogue": [
+ 5014,
+ 5019,
+ 5020
+ ],
+ "BaseInteraction": "鼓掌",
+ "BaseReaction": [
+ 5009,
+ 5010
+ ],
+ "BaseReactionOption": [
+ "希望留下",
+ "玩得开心"
+ ],
+ "Interaction1": "盛饭",
+ "Expendable1": 2009,
+ "ReactionText1": [
+ 5011,
+ 5012
+ ],
+ "ReactionOption1": [
+ "希望留下",
+ "玩得开心"
+ ],
+ "BaseValue1": 30,
+ "Interaction2": "赠花",
+ "Expendable2": 30,
+ "BaseValue2": 20,
+ "ReactionText2": [
+ 5013
+ ],
+ "ReactionOption2": [
+ "希望留下",
+ "玩得开心"
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/FeastDialogueConfigCategory.json b/config/FeastDialogueConfigCategory.json
new file mode 100644
index 0000000..d647f88
--- /dev/null
+++ b/config/FeastDialogueConfigCategory.json
@@ -0,0 +1,2654 @@
+[
+ {
+ "Id": 1001,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "好像渐渐喜欢上这个山谷了"
+ },
+ {
+ "Id": 1002,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "虽然常常听到狼叫声,但至少大家都在一起"
+ },
+ {
+ "Id": 1003,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "还能在一起吃家宴"
+ },
+ {
+ "Id": 1004,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 1,
+ "Text": "饭菜虽然朴素,但我要把他们想象成美味佳肴!"
+ },
+ {
+ "Id": 1005,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 4,
+ "Text": "我觉得我们总有一天能吃上大餐的!"
+ },
+ {
+ "Id": 1006,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 5,
+ "Text": "你说得对 "
+ },
+ {
+ "Id": 1007,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 1,
+ "Text": "山谷里资源这么丰富"
+ },
+ {
+ "Id": 1008,
+ "GroupId": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "DialogueOrder": 8,
+ "DialogueRole": 4,
+ "Text": "那咱们可要吃饱、睡好,努力建设家园"
+ },
+ {
+ "Id": 1009,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "今日的劳作很累,很辛苦"
+ },
+ {
+ "Id": 1010,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "家宴这么丰盛,吃完又是元气满满"
+ },
+ {
+ "Id": 1011,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "今天的饭菜太好吃了!"
+ },
+ {
+ "Id": 1012,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 1,
+ "Text": "今晚吃了好吃的饭菜,想做个好梦。"
+ },
+ {
+ "Id": 1013,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 4,
+ "Text": "那我要多吃点,我也想做个好梦"
+ },
+ {
+ "Id": 1014,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 5,
+ "Text": "我不想做梦"
+ },
+ {
+ "Id": 1015,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 1,
+ "Text": "没问你!吃你的饭去!"
+ },
+ {
+ "Id": 1016,
+ "GroupId": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 8,
+ "DialogueRole": 4,
+ "Text": "哈哈哈哈哈!!"
+ },
+ {
+ "Id": 1017,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "大家今天辛苦了"
+ },
+ {
+ "Id": 1018,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "好吃好喝的真多"
+ },
+ {
+ "Id": 1019,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "吃~吃~吃~"
+ },
+ {
+ "Id": 1020,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "吃~吃~吃~"
+ },
+ {
+ "Id": 1021,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 5,
+ "Text": "吃~吃~吃~"
+ },
+ {
+ "Id": 1022,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 1,
+ "Text": "哎哟,慢点吃,别噎着"
+ },
+ {
+ "Id": 1023,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 2,
+ "Text": "咳咳咳!"
+ },
+ {
+ "Id": 1024,
+ "GroupId": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "DialogueOrder": 8,
+ "DialogueRole": 1,
+ "Text": "看吧!再饿也要细嚼慢咽"
+ },
+ {
+ "Id": 1025,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "附近常有野兽出没"
+ },
+ {
+ "Id": 1026,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "真可怕,我们劳作的时候可得眼观八方"
+ },
+ {
+ "Id": 1027,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "勇士们都英勇善战,会保护我们的"
+ },
+ {
+ "Id": 1028,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "勇士们负责保卫家园,我们负责建设家园"
+ },
+ {
+ "Id": 1029,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 2,
+ "Text": "啊呀!好臭的屁,是谁放的"
+ },
+ {
+ "Id": 1030,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 5,
+ "Text": "这哪是屁,明明是五谷之气"
+ },
+ {
+ "Id": 1031,
+ "GroupId": 1004,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 2,
+ "Text": "吃饭的时候别说恶心话!"
+ },
+ {
+ "Id": 1032,
+ "GroupId": 1005,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "人一忙起来,时间总是过得很快"
+ },
+ {
+ "Id": 1033,
+ "GroupId": 1005,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "一天又结束了,又到了饭点"
+ },
+ {
+ "Id": 1034,
+ "GroupId": 1005,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "忙点好,可以少去胡思乱想"
+ },
+ {
+ "Id": 1035,
+ "GroupId": 1005,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 2,
+ "Text": "今日饿,今日吃,不要活得太疲惫"
+ },
+ {
+ "Id": 1036,
+ "GroupId": 1005,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 4,
+ "Text": "好也过,歹也过,只求心情还不错。"
+ },
+ {
+ "Id": 1037,
+ "GroupId": 1006,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "你的衣服破得像个棋盘,一行一行的"
+ },
+ {
+ "Id": 1038,
+ "GroupId": 1006,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "不瞒你说,再穿段时间还可以打结"
+ },
+ {
+ "Id": 1039,
+ "GroupId": 1006,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 1,
+ "Text": "那不就会变成一件新衣服"
+ },
+ {
+ "Id": 1040,
+ "GroupId": 1006,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 2,
+ "Text": "是会变成一张网"
+ },
+ {
+ "Id": 1041,
+ "GroupId": 1006,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 3,
+ "Text": "都能到池塘里抓鱼咯!"
+ },
+ {
+ "Id": 1042,
+ "GroupId": 1006,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 4,
+ "Text": "这衣服真实用"
+ },
+ {
+ "Id": 1043,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "能在这安居乐业,真是幸福"
+ },
+ {
+ "Id": 1044,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "希望不要被外面的人发现"
+ },
+ {
+ "Id": 1045,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "谷外有很多人受苦,若是有人来……"
+ },
+ {
+ "Id": 1046,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "有人来,我们应该接纳他们"
+ },
+ {
+ "Id": 1047,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 2,
+ "Text": "万一他们是坏人怎么办?"
+ },
+ {
+ "Id": 1048,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 4,
+ "Text": "外面世界妖兽横行,已经很乱了"
+ },
+ {
+ "Id": 1049,
+ "GroupId": 1007,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 4,
+ "Text": "我们更要保有一颗善良之心啊"
+ },
+ {
+ "Id": 1050,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "要说宴会,哪个最热闹"
+ },
+ {
+ "Id": 1051,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "当然是家宴了,全谷村民一起团聚在一起吃饭,真幸福!"
+ },
+ {
+ "Id": 1052,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "同意同意同意!"
+ },
+ {
+ "Id": 1053,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "今天的饭菜真可口"
+ },
+ {
+ "Id": 1054,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 4,
+ "Text": "我已经吃五碗饭了"
+ },
+ {
+ "Id": 1055,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 5,
+ "Text": "我这饭咋有点糊了"
+ },
+ {
+ "Id": 1056,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 3,
+ "Text": "嘿嘿……不好意思……"
+ },
+ {
+ "Id": 1057,
+ "GroupId": 1008,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 8,
+ "DialogueRole": 3,
+ "Text": "做饭的时候打了个盹……"
+ },
+ {
+ "Id": 1058,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "昨夜梦到你活了一千年"
+ },
+ {
+ "Id": 1059,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "梦生得死,恐怕不吉利吧"
+ },
+ {
+ "Id": 1060,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 1,
+ "Text": "呸,我说错了,我是梦见你已经死了一千年"
+ },
+ {
+ "Id": 1061,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 3,
+ "Text": "别说,昨晚我还梦见你了"
+ },
+ {
+ "Id": 1062,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 2,
+ "Text": "梦见什么"
+ },
+ {
+ "Id": 1063,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 3,
+ "Text": "我梦见你没有梦见我"
+ },
+ {
+ "Id": 1064,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 2,
+ "Text": "……"
+ },
+ {
+ "Id": 1065,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 8,
+ "DialogueRole": 4,
+ "Text": "咳咳……"
+ },
+ {
+ "Id": 1066,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 9,
+ "DialogueRole": 5,
+ "Text": "怎么啦?噎着啦?"
+ },
+ {
+ "Id": 1067,
+ "GroupId": 1009,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 10,
+ "DialogueRole": 4,
+ "Text": "没……装作咳嗽缓解一下尴尬的气氛"
+ },
+ {
+ "Id": 1068,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "这一天焦头烂额,干啥事都不起劲"
+ },
+ {
+ "Id": 1069,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "兴许是最近过得不怎么样"
+ },
+ {
+ "Id": 1070,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "人之常情,我也会"
+ },
+ {
+ "Id": 1071,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "看那天气有晴有阴,那月亮有圆有缺"
+ },
+ {
+ "Id": 1072,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 3,
+ "Text": "人也是一样,总有低落的时候"
+ },
+ {
+ "Id": 1073,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 4,
+ "Text": "别太担心"
+ },
+ {
+ "Id": 1074,
+ "GroupId": 1010,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 5,
+ "Text": "明天又是新的一天了!"
+ },
+ {
+ "Id": 1075,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "时间过得真快,太阳又下山了"
+ },
+ {
+ "Id": 1076,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "但却过得很充实"
+ },
+ {
+ "Id": 1077,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 1,
+ "Text": "你看如今的桃源"
+ },
+ {
+ "Id": 1078,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 1,
+ "Text": "变得越来越好咯"
+ },
+ {
+ "Id": 1079,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 3,
+ "Text": "在这远离世俗桃源中"
+ },
+ {
+ "Id": 1080,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 3,
+ "Text": "过着自给自足、怡然自得的生活"
+ },
+ {
+ "Id": 1081,
+ "GroupId": 1011,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 3,
+ "Text": "这恐怕是我最快乐的时光"
+ },
+ {
+ "Id": 1082,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "这谷中吃得那么多,够吃好久了"
+ },
+ {
+ "Id": 1083,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "虽然这里资源丰厚,但是我们也要开垦耕田"
+ },
+ {
+ "Id": 1084,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "坐吃山空,只坐着吃,山也要空"
+ },
+ {
+ "Id": 1085,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "你说的对,我们要能自给自足。"
+ },
+ {
+ "Id": 1086,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 5,
+ "Text": "每道菜都是辛勤劳作而来"
+ },
+ {
+ "Id": 1087,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 5,
+ "Text": "所以每道菜都来之不易"
+ },
+ {
+ "Id": 1088,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 1,
+ "Text": "每到这时,我都会反省今天的自己"
+ },
+ {
+ "Id": 1089,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 8,
+ "DialogueRole": 3,
+ "Text": "真是刮目相看,你都会反省什么"
+ },
+ {
+ "Id": 1090,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 9,
+ "DialogueRole": 1,
+ "Text": "反省今天吃饭了吗,上厕了吗,睡够了吗"
+ },
+ {
+ "Id": 1091,
+ "GroupId": 1012,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 10,
+ "DialogueRole": 3,
+ "Text": "你可真是人才"
+ },
+ {
+ "Id": 1092,
+ "GroupId": 1013,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "我感觉真幸福"
+ },
+ {
+ "Id": 1093,
+ "GroupId": 1013,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 2,
+ "Text": "为啥幸福"
+ },
+ {
+ "Id": 1094,
+ "GroupId": 1013,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 1,
+ "Text": "曾经吃了上顿没下顿。"
+ },
+ {
+ "Id": 1095,
+ "GroupId": 1013,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 1,
+ "Text": "而如今通过大家努力"
+ },
+ {
+ "Id": 1096,
+ "GroupId": 1013,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 1,
+ "Text": "每个人都能吃得饱,穿得暖"
+ },
+ {
+ "Id": 1097,
+ "GroupId": 1014,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "昨日夜里看到屋外蹲着一个人"
+ },
+ {
+ "Id": 1098,
+ "GroupId": 1014,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 1,
+ "Text": "我呼唤了几句,没有反应"
+ },
+ {
+ "Id": 1099,
+ "GroupId": 1014,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 3,
+ "Text": "难不成是睡着了?"
+ },
+ {
+ "Id": 1100,
+ "GroupId": 1014,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 1,
+ "Text": "我走进一看才看清"
+ },
+ {
+ "Id": 1101,
+ "GroupId": 1014,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 1,
+ "Text": "原来是个茅草堆"
+ },
+ {
+ "Id": 1102,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "每逢秋夏的季节"
+ },
+ {
+ "Id": 1103,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 1,
+ "Text": "桃树上就会长满桃子"
+ },
+ {
+ "Id": 1104,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 4,
+ "Text": "咱山谷的桃子可好吃了"
+ },
+ {
+ "Id": 1105,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 3,
+ "Text": "可真是太甜了!跟蜂蜜水似的"
+ },
+ {
+ "Id": 1106,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 2,
+ "Text": "夏日炎炎的时候吃上一口,真解暑!"
+ },
+ {
+ "Id": 1107,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 1,
+ "Text": "但是一到春冬季节就没了"
+ },
+ {
+ "Id": 1108,
+ "GroupId": 1015,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 5,
+ "Text": "好物不常有哦~"
+ },
+ {
+ "Id": 1109,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 1,
+ "DialogueRole": 1,
+ "Text": "对酒当歌,及时行乐"
+ },
+ {
+ "Id": 1110,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 2,
+ "DialogueRole": 1,
+ "Text": "也是一大快事"
+ },
+ {
+ "Id": 1111,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 3,
+ "DialogueRole": 4,
+ "Text": "其实生活很简单"
+ },
+ {
+ "Id": 1112,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 4,
+ "DialogueRole": 4,
+ "Text": "该劳作就去劳作"
+ },
+ {
+ "Id": 1113,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 5,
+ "DialogueRole": 4,
+ "Text": "该吃饭就去吃饭"
+ },
+ {
+ "Id": 1114,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 6,
+ "DialogueRole": 5,
+ "Text": "你说得对,日升日落"
+ },
+ {
+ "Id": 1115,
+ "GroupId": 1016,
+ "Scale": [
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "DialogueOrder": 7,
+ "DialogueRole": 5,
+ "Text": "日子就这样好好过"
+ }
+]
\ No newline at end of file
diff --git a/config/FeastTextConfigCategory.json b/config/FeastTextConfigCategory.json
new file mode 100644
index 0000000..dd3efe0
--- /dev/null
+++ b/config/FeastTextConfigCategory.json
@@ -0,0 +1,70 @@
+[
+ {
+ "Id": 1001,
+ "Scale": [
+ 1,
+ 2
+ ],
+ "Order": 1,
+ "Text": [
+ 5001,
+ 5002,
+ 5003,
+ 5004
+ ]
+ },
+ {
+ "Id": 1002,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "Order": 2,
+ "Text": [
+ 5005,
+ 5006,
+ 5007,
+ 5008
+ ]
+ },
+ {
+ "Id": 1003,
+ "Scale": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "Order": 3,
+ "Text": [
+ 5015,
+ 5016,
+ 5017,
+ 5018
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/FoodConfigCategory.json b/config/FoodConfigCategory.json
new file mode 100644
index 0000000..be17b76
--- /dev/null
+++ b/config/FoodConfigCategory.json
@@ -0,0 +1,767 @@
+[
+ {
+ "Id": 1,
+ "Name": "食物",
+ "Type": 0,
+ "NutritiveValue": 0,
+ "FoodNum": 1,
+ "Buff": 0,
+ "Description": "食物描述"
+ },
+ {
+ "Id": 2,
+ "Name": "浆果",
+ "Type": 1,
+ "NutritiveValue": 2,
+ "FoodNum": 5,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 3,
+ "Name": "野菜汤",
+ "Type": 3,
+ "NutritiveValue": 5,
+ "FoodNum": 3,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 4,
+ "Name": "瘦肉汤",
+ "Type": 3,
+ "NutritiveValue": 10,
+ "FoodNum": 8,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 5,
+ "Name": "青菜面",
+ "Type": 1,
+ "NutritiveValue": 15,
+ "FoodNum": 20,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 6,
+ "Name": "笋炒肉",
+ "Type": 2,
+ "NutritiveValue": 25,
+ "FoodNum": 25,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 7,
+ "Name": "肉包子",
+ "Type": 1,
+ "NutritiveValue": 40,
+ "FoodNum": 60,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 8,
+ "Name": "地仙炖肉",
+ "Type": 2,
+ "NutritiveValue": 60,
+ "FoodNum": 70,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 9,
+ "Name": "炒杂鱼",
+ "Type": 2,
+ "NutritiveValue": 30,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 10,
+ "Name": "米饭",
+ "Type": 1,
+ "NutritiveValue": 20,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 11,
+ "Name": "炖鸡汤",
+ "Type": 3,
+ "NutritiveValue": 120,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 12,
+ "Name": "鱼羹汤",
+ "Type": 3,
+ "NutritiveValue": 50,
+ "FoodNum": 35,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 13,
+ "Name": "蛋炒饭",
+ "Type": 1,
+ "NutritiveValue": 50,
+ "FoodNum": 80,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 14,
+ "Name": "煎豆腐",
+ "Type": 2,
+ "NutritiveValue": 25,
+ "FoodNum": 20,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 15,
+ "Name": "翡翠白玉汤",
+ "Type": 3,
+ "NutritiveValue": 30,
+ "FoodNum": 20,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 16,
+ "Name": "清蒸鱼",
+ "Type": 2,
+ "NutritiveValue": 60,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 17,
+ "Name": "笋菇腊肉",
+ "Type": 2,
+ "NutritiveValue": 45,
+ "FoodNum": 55,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 18,
+ "Name": "青龙蒸",
+ "Type": 2,
+ "NutritiveValue": 100,
+ "FoodNum": 60,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 19,
+ "Name": "麻婆豆腐",
+ "Type": 2,
+ "NutritiveValue": 60,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 20,
+ "Name": "炒白菜",
+ "Type": 2,
+ "NutritiveValue": 25,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 21,
+ "Name": "酸菜炒笋",
+ "Type": 2,
+ "NutritiveValue": 30,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 22,
+ "Name": "豆浆",
+ "Type": 3,
+ "NutritiveValue": 30,
+ "FoodNum": 5,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 23,
+ "Name": "翡翠肉炒饭",
+ "Type": 1,
+ "NutritiveValue": 60,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 24,
+ "Name": "酸菜鱼",
+ "Type": 2,
+ "NutritiveValue": 100,
+ "FoodNum": 80,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 25,
+ "Name": "白菜炖肉",
+ "Type": 2,
+ "NutritiveValue": 60,
+ "FoodNum": 70,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 26,
+ "Name": "碧涧羹",
+ "Type": 3,
+ "NutritiveValue": 80,
+ "FoodNum": 50,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 27,
+ "Name": "东坡肉",
+ "Type": 2,
+ "NutritiveValue": 90,
+ "FoodNum": 90,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 28,
+ "Name": "三宝粥",
+ "Type": 1,
+ "NutritiveValue": 50,
+ "FoodNum": 90,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 29,
+ "Name": "糯米鸡",
+ "Type": 1,
+ "NutritiveValue": 90,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 30,
+ "Name": "酱萝卜",
+ "Type": 2,
+ "NutritiveValue": 20,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 31,
+ "Name": "清蒸螃蟹",
+ "Type": 2,
+ "NutritiveValue": 80,
+ "FoodNum": 60,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 32,
+ "Name": "萝卜鲫鱼汤",
+ "Type": 3,
+ "NutritiveValue": 60,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 33,
+ "Name": "萝卜肉卷",
+ "Type": 1,
+ "NutritiveValue": 60,
+ "FoodNum": 90,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 34,
+ "Name": "萝卜炖排骨",
+ "Type": 2,
+ "NutritiveValue": 90,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 35,
+ "Name": "银耳羹",
+ "Type": 3,
+ "NutritiveValue": 150,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 36,
+ "Name": "酱烧地芝",
+ "Type": 2,
+ "NutritiveValue": 30,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 37,
+ "Name": "冬瓜炖肉",
+ "Type": 2,
+ "NutritiveValue": 100,
+ "FoodNum": 80,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 38,
+ "Name": "狮子头",
+ "Type": 2,
+ "NutritiveValue": 100,
+ "FoodNum": 110,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 39,
+ "Name": "凤凰游",
+ "Type": 3,
+ "NutritiveValue": 200,
+ "FoodNum": 120,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 40,
+ "Name": "南瓜煲",
+ "Type": 2,
+ "NutritiveValue": 130,
+ "FoodNum": 140,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 41,
+ "Name": "南瓜海鲜粥",
+ "Type": 1,
+ "NutritiveValue": 100,
+ "FoodNum": 120,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 42,
+ "Name": "游龙汤",
+ "Type": 3,
+ "NutritiveValue": 300,
+ "FoodNum": 150,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 43,
+ "Name": "天耳肉",
+ "Type": 2,
+ "NutritiveValue": 200,
+ "FoodNum": 150,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 44,
+ "Name": "桃子",
+ "Type": 1,
+ "NutritiveValue": 5,
+ "FoodNum": 10,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 203,
+ "Name": "野菜汤",
+ "Type": 3,
+ "NutritiveValue": 15,
+ "FoodNum": 13,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 204,
+ "Name": "瘦肉汤",
+ "Type": 3,
+ "NutritiveValue": 20,
+ "FoodNum": 18,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 205,
+ "Name": "青菜面",
+ "Type": 1,
+ "NutritiveValue": 25,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 206,
+ "Name": "笋炒肉",
+ "Type": 2,
+ "NutritiveValue": 35,
+ "FoodNum": 35,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 207,
+ "Name": "肉包子",
+ "Type": 1,
+ "NutritiveValue": 50,
+ "FoodNum": 70,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 208,
+ "Name": "地仙炖肉",
+ "Type": 2,
+ "NutritiveValue": 70,
+ "FoodNum": 80,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 209,
+ "Name": "炒杂鱼",
+ "Type": 2,
+ "NutritiveValue": 40,
+ "FoodNum": 50,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 210,
+ "Name": "米饭",
+ "Type": 1,
+ "NutritiveValue": 30,
+ "FoodNum": 50,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 211,
+ "Name": "蘑菇鸡汤",
+ "Type": 3,
+ "NutritiveValue": 130,
+ "FoodNum": 110,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 212,
+ "Name": "鱼羹汤",
+ "Type": 3,
+ "NutritiveValue": 60,
+ "FoodNum": 45,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 213,
+ "Name": "蛋炒饭",
+ "Type": 1,
+ "NutritiveValue": 60,
+ "FoodNum": 90,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 214,
+ "Name": "煎豆腐",
+ "Type": 2,
+ "NutritiveValue": 35,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 215,
+ "Name": "翡翠白玉汤",
+ "Type": 3,
+ "NutritiveValue": 40,
+ "FoodNum": 30,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 216,
+ "Name": "清蒸鱼",
+ "Type": 2,
+ "NutritiveValue": 70,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 217,
+ "Name": "笋菇腊肉",
+ "Type": 2,
+ "NutritiveValue": 55,
+ "FoodNum": 65,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 218,
+ "Name": "青龙蒸",
+ "Type": 2,
+ "NutritiveValue": 110,
+ "FoodNum": 70,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 219,
+ "Name": "麻婆豆腐",
+ "Type": 2,
+ "NutritiveValue": 70,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 220,
+ "Name": "炒白菜",
+ "Type": 2,
+ "NutritiveValue": 35,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 221,
+ "Name": "酸菜炒笋",
+ "Type": 2,
+ "NutritiveValue": 40,
+ "FoodNum": 50,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 222,
+ "Name": "豆浆",
+ "Type": 3,
+ "NutritiveValue": 40,
+ "FoodNum": 15,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 223,
+ "Name": "翡翠肉炒饭",
+ "Type": 1,
+ "NutritiveValue": 70,
+ "FoodNum": 110,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 224,
+ "Name": "酸菜鱼",
+ "Type": 2,
+ "NutritiveValue": 110,
+ "FoodNum": 90,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 225,
+ "Name": "白菜炖肉",
+ "Type": 2,
+ "NutritiveValue": 70,
+ "FoodNum": 80,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 226,
+ "Name": "碧涧羹",
+ "Type": 3,
+ "NutritiveValue": 90,
+ "FoodNum": 60,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 227,
+ "Name": "东坡肉",
+ "Type": 2,
+ "NutritiveValue": 100,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 228,
+ "Name": "三宝粥",
+ "Type": 1,
+ "NutritiveValue": 60,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 229,
+ "Name": "糯米鸡",
+ "Type": 1,
+ "NutritiveValue": 100,
+ "FoodNum": 110,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 230,
+ "Name": "酱萝卜",
+ "Type": 2,
+ "NutritiveValue": 30,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 231,
+ "Name": "清蒸螃蟹",
+ "Type": 2,
+ "NutritiveValue": 90,
+ "FoodNum": 70,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 232,
+ "Name": "萝卜鲫鱼汤",
+ "Type": 3,
+ "NutritiveValue": 70,
+ "FoodNum": 50,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 233,
+ "Name": "萝卜肉卷",
+ "Type": 1,
+ "NutritiveValue": 70,
+ "FoodNum": 100,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 234,
+ "Name": "萝卜炖排骨",
+ "Type": 2,
+ "NutritiveValue": 100,
+ "FoodNum": 110,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 235,
+ "Name": "银耳羹",
+ "Type": 3,
+ "NutritiveValue": 160,
+ "FoodNum": 40,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 236,
+ "Name": "酱烧地芝",
+ "Type": 2,
+ "NutritiveValue": 40,
+ "FoodNum": 50,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 237,
+ "Name": "冬瓜炖肉",
+ "Type": 2,
+ "NutritiveValue": 110,
+ "FoodNum": 90,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 238,
+ "Name": "狮子头",
+ "Type": 2,
+ "NutritiveValue": 110,
+ "FoodNum": 120,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 239,
+ "Name": "凤凰游",
+ "Type": 3,
+ "NutritiveValue": 210,
+ "FoodNum": 130,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 240,
+ "Name": "南瓜煲",
+ "Type": 2,
+ "NutritiveValue": 140,
+ "FoodNum": 150,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 241,
+ "Name": "南瓜海鲜粥",
+ "Type": 1,
+ "NutritiveValue": 110,
+ "FoodNum": 130,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 242,
+ "Name": "游龙汤",
+ "Type": 3,
+ "NutritiveValue": 310,
+ "FoodNum": 160,
+ "Buff": 0,
+ "Description": ""
+ },
+ {
+ "Id": 243,
+ "Name": "天耳肉",
+ "Type": 2,
+ "NutritiveValue": 210,
+ "FoodNum": 160,
+ "Buff": 0,
+ "Description": ""
+ }
+]
\ No newline at end of file
diff --git a/config/FoodTicketConfigCategory.json b/config/FoodTicketConfigCategory.json
new file mode 100644
index 0000000..a8200a6
--- /dev/null
+++ b/config/FoodTicketConfigCategory.json
@@ -0,0 +1,353 @@
+[
+ {
+ "Id": 1,
+ "Item": 2004,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 1,
+ "ExcellentCurrencyNum": 2
+ },
+ {
+ "Id": 2,
+ "Item": 2005,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 2,
+ "ExcellentCurrencyNum": 4
+ },
+ {
+ "Id": 3,
+ "Item": 2008,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 3,
+ "ExcellentCurrencyNum": 6
+ },
+ {
+ "Id": 4,
+ "Item": 2009,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 2,
+ "ExcellentCurrencyNum": 4
+ },
+ {
+ "Id": 5,
+ "Item": 2310,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 12,
+ "ExcellentCurrencyNum": 24
+ },
+ {
+ "Id": 6,
+ "Item": 2017,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 4,
+ "ExcellentCurrencyNum": 8
+ },
+ {
+ "Id": 7,
+ "Item": 2013,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 2,
+ "ExcellentCurrencyNum": 4
+ },
+ {
+ "Id": 8,
+ "Item": 2014,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 3,
+ "ExcellentCurrencyNum": 6
+ },
+ {
+ "Id": 9,
+ "Item": 2015,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 4,
+ "ExcellentCurrencyNum": 8
+ },
+ {
+ "Id": 10,
+ "Item": 2022,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 3,
+ "ExcellentCurrencyNum": 6
+ },
+ {
+ "Id": 11,
+ "Item": 2023,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 6,
+ "ExcellentCurrencyNum": 12
+ },
+ {
+ "Id": 12,
+ "Item": 2020,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 2,
+ "ExcellentCurrencyNum": 4
+ },
+ {
+ "Id": 13,
+ "Item": 2021,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 3,
+ "ExcellentCurrencyNum": 6
+ },
+ {
+ "Id": 14,
+ "Item": 2026,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 10,
+ "ExcellentCurrencyNum": 20
+ },
+ {
+ "Id": 15,
+ "Item": 2028,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 5,
+ "ExcellentCurrencyNum": 10
+ },
+ {
+ "Id": 16,
+ "Item": 2030,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 2,
+ "ExcellentCurrencyNum": 4
+ },
+ {
+ "Id": 17,
+ "Item": 2032,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 6,
+ "ExcellentCurrencyNum": 12
+ },
+ {
+ "Id": 18,
+ "Item": 2036,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 3,
+ "ExcellentCurrencyNum": 6
+ },
+ {
+ "Id": 19,
+ "Item": 2040,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 2,
+ "OrdinaryCurrencyNum": 13,
+ "ExcellentCurrencyNum": 26
+ },
+ {
+ "Id": 20,
+ "Item": 2031,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 8,
+ "ExcellentCurrencyNum": 16
+ },
+ {
+ "Id": 21,
+ "Item": 2025,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 6,
+ "ExcellentCurrencyNum": 12
+ },
+ {
+ "Id": 22,
+ "Item": 2027,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 8,
+ "ExcellentCurrencyNum": 16
+ },
+ {
+ "Id": 23,
+ "Item": 2038,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 10,
+ "ExcellentCurrencyNum": 20
+ },
+ {
+ "Id": 24,
+ "Item": 2033,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 6,
+ "ExcellentCurrencyNum": 12
+ },
+ {
+ "Id": 25,
+ "Item": 2037,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 7,
+ "ExcellentCurrencyNum": 14
+ },
+ {
+ "Id": 26,
+ "Item": 2041,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 4,
+ "OrdinaryCurrencyNum": 10,
+ "ExcellentCurrencyNum": 20
+ },
+ {
+ "Id": 27,
+ "Item": 2006,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 8,
+ "OrdinaryCurrencyNum": 4,
+ "ExcellentCurrencyNum": 8
+ },
+ {
+ "Id": 28,
+ "Item": 2007,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 6,
+ "ExcellentCurrencyNum": 12
+ },
+ {
+ "Id": 29,
+ "Item": 2011,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 6,
+ "ExcellentCurrencyNum": 12
+ },
+ {
+ "Id": 30,
+ "Item": 2012,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 5,
+ "ExcellentCurrencyNum": 10
+ },
+ {
+ "Id": 31,
+ "Item": 2019,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 5,
+ "ExcellentCurrencyNum": 10
+ },
+ {
+ "Id": 32,
+ "Item": 2018,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 7,
+ "ExcellentCurrencyNum": 14
+ },
+ {
+ "Id": 33,
+ "Item": 2024,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 7,
+ "ExcellentCurrencyNum": 14
+ },
+ {
+ "Id": 34,
+ "Item": 2029,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 9,
+ "ExcellentCurrencyNum": 18
+ },
+ {
+ "Id": 35,
+ "Item": 2035,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 15,
+ "ExcellentCurrencyNum": 30
+ },
+ {
+ "Id": 36,
+ "Item": 2039,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 20,
+ "ExcellentCurrencyNum": 40
+ },
+ {
+ "Id": 37,
+ "Item": 2034,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 9,
+ "ExcellentCurrencyNum": 18
+ },
+ {
+ "Id": 38,
+ "Item": 2042,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 30,
+ "ExcellentCurrencyNum": 60
+ },
+ {
+ "Id": 39,
+ "Item": 2043,
+ "ItemNumber": 1,
+ "Currency": 701,
+ "ExchangeTimes": 6,
+ "OrdinaryCurrencyNum": 20,
+ "ExcellentCurrencyNum": 40
+ }
+]
\ No newline at end of file
diff --git a/config/ForestConfigCategory.json b/config/ForestConfigCategory.json
new file mode 100644
index 0000000..7ef37ce
--- /dev/null
+++ b/config/ForestConfigCategory.json
@@ -0,0 +1,35 @@
+[
+ {
+ "Id": 1,
+ "Name": "森林外围",
+ "Dangrous": 1,
+ "RareResources": 1,
+ "ResourcesNumber": 3,
+ "ResourcesSetting": [],
+ "MonstersSetting": [],
+ "Requirements": 0,
+ "Description": ""
+ },
+ {
+ "Id": 2,
+ "Name": "森林内部",
+ "Dangrous": 3,
+ "RareResources": 3,
+ "ResourcesNumber": 5,
+ "ResourcesSetting": [],
+ "MonstersSetting": [],
+ "Requirements": 0,
+ "Description": ""
+ },
+ {
+ "Id": 3,
+ "Name": "森林深处",
+ "Dangrous": 5,
+ "RareResources": 5,
+ "ResourcesNumber": 3,
+ "ResourcesSetting": [],
+ "MonstersSetting": [],
+ "Requirements": 0,
+ "Description": ""
+ }
+]
\ No newline at end of file
diff --git a/config/FunctionItemConfigCategory.json b/config/FunctionItemConfigCategory.json
new file mode 100644
index 0000000..06910e4
--- /dev/null
+++ b/config/FunctionItemConfigCategory.json
@@ -0,0 +1,1899 @@
+[
+ {
+ "Id": 1,
+ "Name": "食谱:腊肉",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 2016
+ },
+ {
+ "Id": 2,
+ "Name": "食谱:笋菇腊肉",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 2017
+ },
+ {
+ "Id": 3,
+ "Name": "食谱:地仙炖肉",
+ "UseType": 3,
+ "ScaleCondition": 4,
+ "UseTypeParameter": 2007
+ },
+ {
+ "Id": 4,
+ "Name": "食谱:豆浆",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2022
+ },
+ {
+ "Id": 5,
+ "Name": "食谱:酸菜鱼",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2024
+ },
+ {
+ "Id": 6,
+ "Name": "食谱:鱼羹汤",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 2011
+ },
+ {
+ "Id": 7,
+ "Name": "食谱:翡翠肉炒饭",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2023
+ },
+ {
+ "Id": 8,
+ "Name": "食谱:麻婆豆腐",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2019
+ },
+ {
+ "Id": 9,
+ "Name": "食谱:东坡肉",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2027
+ },
+ {
+ "Id": 10,
+ "Name": "食谱:碧涧羹",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2026
+ },
+ {
+ "Id": 11,
+ "Name": "食谱:萝卜肉卷",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2033
+ },
+ {
+ "Id": 12,
+ "Name": "食谱:冬瓜炖肉",
+ "UseType": 3,
+ "ScaleCondition": 16,
+ "UseTypeParameter": 2037
+ },
+ {
+ "Id": 13,
+ "Name": "食谱:狮子头",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2038
+ },
+ {
+ "Id": 14,
+ "Name": "食谱:南瓜海鲜粥",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 2041
+ },
+ {
+ "Id": 15,
+ "Name": "食谱:肉包子",
+ "UseType": 3,
+ "ScaleCondition": 3,
+ "UseTypeParameter": 2006
+ },
+ {
+ "Id": 17,
+ "Name": "食谱:天耳肉",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 2043
+ },
+ {
+ "Id": 18,
+ "Name": "食谱:糯米鸡",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 2029
+ },
+ {
+ "Id": 19,
+ "Name": "食谱:三宝粥",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 2028
+ },
+ {
+ "Id": 20,
+ "Name": "食谱:银耳羹",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 2035
+ },
+ {
+ "Id": 21,
+ "Name": "食谱:凤凰游",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 2039
+ },
+ {
+ "Id": 22,
+ "Name": "食谱:游龙汤",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 2042
+ },
+ {
+ "Id": 23,
+ "Name": "食谱:蛋炒饭",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2012
+ },
+ {
+ "Id": 24,
+ "Name": "食谱:青龙蒸",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2018
+ },
+ {
+ "Id": 25,
+ "Name": "食谱:萝卜炖排骨",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 2034
+ },
+ {
+ "Id": 26,
+ "Name": "食谱:清蒸螃蟹",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2031
+ },
+ {
+ "Id": 27,
+ "Name": "食谱:白菜炖肉",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2025
+ },
+ {
+ "Id": 100,
+ "Name": "精品食谱:野菜汤",
+ "UseType": 3,
+ "ScaleCondition": 2,
+ "UseTypeParameter": 2502
+ },
+ {
+ "Id": 101,
+ "Name": "精品食谱:瘦肉汤",
+ "UseType": 3,
+ "ScaleCondition": 2,
+ "UseTypeParameter": 2503
+ },
+ {
+ "Id": 102,
+ "Name": "精品食谱:青菜面",
+ "UseType": 3,
+ "ScaleCondition": 3,
+ "UseTypeParameter": 2504
+ },
+ {
+ "Id": 103,
+ "Name": "精品食谱:笋炒肉",
+ "UseType": 3,
+ "ScaleCondition": 4,
+ "UseTypeParameter": 2505
+ },
+ {
+ "Id": 104,
+ "Name": "精品食谱:肉包子",
+ "UseType": 3,
+ "ScaleCondition": 3,
+ "UseTypeParameter": 2506
+ },
+ {
+ "Id": 105,
+ "Name": "精品食谱:地仙炖肉",
+ "UseType": 3,
+ "ScaleCondition": 4,
+ "UseTypeParameter": 2507
+ },
+ {
+ "Id": 106,
+ "Name": "精品食谱:炒杂鱼",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 2508
+ },
+ {
+ "Id": 107,
+ "Name": "精品食谱:米饭",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 2509
+ },
+ {
+ "Id": 108,
+ "Name": "精品食谱:蘑菇鸡汤",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2510
+ },
+ {
+ "Id": 109,
+ "Name": "精品食谱:鱼羹汤",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 2511
+ },
+ {
+ "Id": 110,
+ "Name": "精品食谱:蛋炒饭",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2512
+ },
+ {
+ "Id": 111,
+ "Name": "精品食谱:煎豆腐",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 2513
+ },
+ {
+ "Id": 112,
+ "Name": "精品食谱:翡翠白玉汤",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2514
+ },
+ {
+ "Id": 113,
+ "Name": "精品食谱:清蒸鱼",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2515
+ },
+ {
+ "Id": 115,
+ "Name": "精品食谱:笋菇腊肉",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 2517
+ },
+ {
+ "Id": 116,
+ "Name": "精品食谱:青龙蒸",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2518
+ },
+ {
+ "Id": 117,
+ "Name": "精品食谱:麻婆豆腐",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 2519
+ },
+ {
+ "Id": 118,
+ "Name": "精品食谱:炒白菜",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2520
+ },
+ {
+ "Id": 119,
+ "Name": "精品食谱:酸菜炒笋",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2521
+ },
+ {
+ "Id": 120,
+ "Name": "精品食谱:豆浆",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2522
+ },
+ {
+ "Id": 121,
+ "Name": "精品食谱:翡翠肉炒饭",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2523
+ },
+ {
+ "Id": 122,
+ "Name": "精品食谱:酸菜鱼",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2524
+ },
+ {
+ "Id": 123,
+ "Name": "精品食谱:白菜炖肉",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2525
+ },
+ {
+ "Id": 124,
+ "Name": "精品食谱:碧涧羹",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2526
+ },
+ {
+ "Id": 125,
+ "Name": "精品食谱:东坡肉",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2527
+ },
+ {
+ "Id": 126,
+ "Name": "精品食谱:三宝粥",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 2528
+ },
+ {
+ "Id": 127,
+ "Name": "精品食谱:糯米鸡",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 2529
+ },
+ {
+ "Id": 128,
+ "Name": "精品食谱:酱萝卜",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 2530
+ },
+ {
+ "Id": 129,
+ "Name": "精品食谱:清蒸螃蟹",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2531
+ },
+ {
+ "Id": 130,
+ "Name": "精品食谱:萝卜鲫鱼汤",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 2532
+ },
+ {
+ "Id": 131,
+ "Name": "精品食谱:萝卜肉卷",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2533
+ },
+ {
+ "Id": 132,
+ "Name": "精品食谱:萝卜炖排骨",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 2534
+ },
+ {
+ "Id": 133,
+ "Name": "精品食谱:银耳羹",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 2535
+ },
+ {
+ "Id": 134,
+ "Name": "精品食谱:酱烧地芝",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2536
+ },
+ {
+ "Id": 135,
+ "Name": "精品食谱:冬瓜炖肉",
+ "UseType": 3,
+ "ScaleCondition": 16,
+ "UseTypeParameter": 2537
+ },
+ {
+ "Id": 136,
+ "Name": "精品食谱:狮子头",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2538
+ },
+ {
+ "Id": 137,
+ "Name": "精品食谱:凤凰游",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 2539
+ },
+ {
+ "Id": 138,
+ "Name": "精品食谱:南瓜煲",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 2540
+ },
+ {
+ "Id": 139,
+ "Name": "精品食谱:南瓜海鲜粥",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 2541
+ },
+ {
+ "Id": 140,
+ "Name": "精品食谱:游龙汤",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 2542
+ },
+ {
+ "Id": 141,
+ "Name": "精品食谱:天耳肉",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 2543
+ },
+ {
+ "Id": 201,
+ "Name": "图纸:雕像·1级",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 420
+ },
+ {
+ "Id": 202,
+ "Name": "图纸:谷膳房·1级",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 44
+ },
+ {
+ "Id": 203,
+ "Name": "图纸:客房·1级",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 67
+ },
+ {
+ "Id": 204,
+ "Name": "图纸:水车·1级",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 400
+ },
+ {
+ "Id": 205,
+ "Name": "图纸:拒马·1级",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 180
+ },
+ {
+ "Id": 206,
+ "Name": "图纸:卤井·1级",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 502
+ },
+ {
+ "Id": 207,
+ "Name": "图纸:盐田·1级",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 501
+ },
+ {
+ "Id": 208,
+ "Name": "图纸:农坊·2级",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 121
+ },
+ {
+ "Id": 209,
+ "Name": "图纸:渔屋·2级",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 341
+ },
+ {
+ "Id": 210,
+ "Name": "图纸:集市·2级",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 241
+ },
+ {
+ "Id": 211,
+ "Name": "图纸:天工院·2级",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 231
+ },
+ {
+ "Id": 212,
+ "Name": "图纸:八阵图·1级",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 640
+ },
+ {
+ "Id": 213,
+ "Name": "图纸:浆果园·1级",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 620
+ },
+ {
+ "Id": 214,
+ "Name": "图纸:宗堂·1级",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 261
+ },
+ {
+ "Id": 215,
+ "Name": "图纸:木瓦房·2级",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 64
+ },
+ {
+ "Id": 216,
+ "Name": "图纸:谷膳房·2级",
+ "UseType": 3,
+ "ScaleCondition": 18,
+ "UseTypeParameter": 45
+ },
+ {
+ "Id": 217,
+ "Name": "图纸:布庄·1级",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 103
+ },
+ {
+ "Id": 218,
+ "Name": "图纸:野菜园·1级",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 621
+ },
+ {
+ "Id": 219,
+ "Name": "图纸:城门·7级",
+ "UseType": 3,
+ "ScaleCondition": 18,
+ "UseTypeParameter": 152
+ },
+ {
+ "Id": 220,
+ "Name": "图纸:箭塔·7级",
+ "UseType": 3,
+ "ScaleCondition": 18,
+ "UseTypeParameter": 122
+ },
+ {
+ "Id": 221,
+ "Name": "图纸:石瓦房·1级",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 65
+ },
+ {
+ "Id": 222,
+ "Name": "图纸:茶楼·1级",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 642
+ },
+ {
+ "Id": 223,
+ "Name": "图纸:黏土矿床·2级",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 523
+ },
+ {
+ "Id": 224,
+ "Name": "图纸:城门·8级",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 154
+ },
+ {
+ "Id": 225,
+ "Name": "图纸:箭塔·8级",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 123
+ },
+ {
+ "Id": 226,
+ "Name": "图纸:戏楼·1级",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 644
+ },
+ {
+ "Id": 227,
+ "Name": "图纸:酒楼·1级",
+ "UseType": 3,
+ "ScaleCondition": 18,
+ "UseTypeParameter": 645
+ },
+ {
+ "Id": 228,
+ "Name": "图纸:书院·1级",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 321
+ },
+ {
+ "Id": 229,
+ "Name": "图纸:宗庙·1级",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 262
+ },
+ {
+ "Id": 230,
+ "Name": "图纸:浮屠塔·1级",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 660
+ },
+ {
+ "Id": 231,
+ "Name": "图纸:桃源殿·1级",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 661
+ },
+ {
+ "Id": 232,
+ "Name": "图纸:铁工房·2级",
+ "UseType": 3,
+ "ScaleCondition": 16,
+ "UseTypeParameter": 4
+ },
+ {
+ "Id": 233,
+ "Name": "石矿洞·1级",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 520
+ },
+ {
+ "Id": 234,
+ "Name": "图纸:天工院·1级",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 230
+ },
+ {
+ "Id": 235,
+ "Name": "天工院·7级",
+ "UseType": 3,
+ "ScaleCondition": 5,
+ "UseTypeParameter": 606
+ },
+ {
+ "Id": 236,
+ "Name": "图纸:装备坊·3级",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 1102
+ },
+ {
+ "Id": 237,
+ "Name": "图纸:装备坊·4级",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 1103
+ },
+ {
+ "Id": 238,
+ "Name": "图纸:装备坊·6级",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 1105
+ },
+ {
+ "Id": 239,
+ "Name": "图纸:箭塔·3级",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 145
+ },
+ {
+ "Id": 240,
+ "Name": "图纸:箭塔·5级",
+ "UseType": 3,
+ "ScaleCondition": 16,
+ "UseTypeParameter": 149
+ },
+ {
+ "Id": 241,
+ "Name": "图纸:农坊·3级",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 122
+ },
+ {
+ "Id": 242,
+ "Name": "图纸:农坊·4级",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 123
+ },
+ {
+ "Id": 243,
+ "Name": "图纸:农坊·5级",
+ "UseType": 3,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 124
+ },
+ {
+ "Id": 244,
+ "Name": "图纸:农坊·7级",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 126
+ },
+ {
+ "Id": 245,
+ "Name": "图纸:书舍·1级",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 320
+ },
+ {
+ "Id": 246,
+ "Name": "图纸:火灶房·2级",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 43
+ },
+ {
+ "Id": 247,
+ "Name": "图纸:黏土矿床·1级",
+ "UseType": 3,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 523
+ },
+ {
+ "Id": 248,
+ "Name": "图纸:济世堂·1级",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 84
+ },
+ {
+ "Id": 249,
+ "Name": "图纸:城门·6级",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 150
+ },
+ {
+ "Id": 250,
+ "Name": "图纸:城门·9级",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 156
+ },
+ {
+ "Id": 251,
+ "Name": "图纸:天工院·3级",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 232
+ },
+ {
+ "Id": 252,
+ "Name": "图纸:尚衣坊·1级",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 104
+ },
+ {
+ "Id": 253,
+ "Name": "配方:绫绸春服",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 4004
+ },
+ {
+ "Id": 254,
+ "Name": "配方:云锦春服",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 4006
+ },
+ {
+ "Id": 255,
+ "Name": "配方:绫绸短袖",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 4011
+ },
+ {
+ "Id": 256,
+ "Name": "配方:云锦短袖",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 4013
+ },
+ {
+ "Id": 257,
+ "Name": "配方:绫绸秋裳",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 4018
+ },
+ {
+ "Id": 258,
+ "Name": "配方:云锦秋裳",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 4020
+ },
+ {
+ "Id": 259,
+ "Name": "配方:绫棉冬袍",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 4025
+ },
+ {
+ "Id": 260,
+ "Name": "配方:裘丝冬袍",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 4027
+ },
+ {
+ "Id": 261,
+ "Name": "图纸:箭塔·7级",
+ "UseType": 3,
+ "ScaleCondition": 18,
+ "UseTypeParameter": 153
+ },
+ {
+ "Id": 262,
+ "Name": "图纸:箭塔·8级",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 155
+ },
+ {
+ "Id": 263,
+ "Name": "图纸:油皮衣",
+ "UseType": 3,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 4030
+ },
+ {
+ "Id": 301,
+ "Name": "农学:种植大豆",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 21
+ },
+ {
+ "Id": 302,
+ "Name": "农学:大豆增产·1级",
+ "UseType": 13,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 22
+ },
+ {
+ "Id": 303,
+ "Name": "农学:种植白菜",
+ "UseType": 13,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 31
+ },
+ {
+ "Id": 304,
+ "Name": "农学:白菜增产·1级",
+ "UseType": 13,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 32
+ },
+ {
+ "Id": 305,
+ "Name": "农学:种植糯稻",
+ "UseType": 13,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 41
+ },
+ {
+ "Id": 306,
+ "Name": "农学:糯稻增产·1级",
+ "UseType": 13,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 42
+ },
+ {
+ "Id": 307,
+ "Name": "农学:糯稻增产·2级",
+ "UseType": 13,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 43
+ },
+ {
+ "Id": 308,
+ "Name": "农学:糯稻增产·3级",
+ "UseType": 13,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 44
+ },
+ {
+ "Id": 309,
+ "Name": "农学:种植萝卜",
+ "UseType": 13,
+ "ScaleCondition": 11,
+ "UseTypeParameter": 51
+ },
+ {
+ "Id": 310,
+ "Name": "农学:萝卜增产·1级",
+ "UseType": 13,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 52
+ },
+ {
+ "Id": 311,
+ "Name": "农学:种植冬瓜",
+ "UseType": 13,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 61
+ },
+ {
+ "Id": 312,
+ "Name": "农学:冬瓜增产·1级",
+ "UseType": 13,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 62
+ },
+ {
+ "Id": 313,
+ "Name": "农学:种植南瓜",
+ "UseType": 13,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 71
+ },
+ {
+ "Id": 314,
+ "Name": "农学:南瓜增产·1级",
+ "UseType": 13,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 72
+ },
+ {
+ "Id": 315,
+ "Name": "农学:食物增产·3级",
+ "UseType": 13,
+ "ScaleCondition": 6,
+ "UseTypeParameter": 83
+ },
+ {
+ "Id": 316,
+ "Name": "农学:食物增产·4级",
+ "UseType": 13,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 84
+ },
+ {
+ "Id": 317,
+ "Name": "农学:食物增产·5级",
+ "UseType": 13,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 85
+ },
+ {
+ "Id": 318,
+ "Name": "农学:食物增产·6级",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 86
+ },
+ {
+ "Id": 319,
+ "Name": "农学:食物增产·7级",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 87
+ },
+ {
+ "Id": 320,
+ "Name": "农学:食物增产·8级",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 88
+ },
+ {
+ "Id": 401,
+ "Name": "科技:耐久每日损耗·1级",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2001
+ },
+ {
+ "Id": 402,
+ "Name": "科技:耐久每日损耗·2级",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2002
+ },
+ {
+ "Id": 408,
+ "Name": "科技:劳作收益·6级",
+ "UseType": 13,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2034
+ },
+ {
+ "Id": 412,
+ "Name": "科技:劳作收益·3级",
+ "UseType": 13,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 2033
+ },
+ {
+ "Id": 413,
+ "Name": "科技:箭塔攻击·2级",
+ "UseType": 13,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2052
+ },
+ {
+ "Id": 414,
+ "Name": "科技:箭塔攻击·3级",
+ "UseType": 13,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2053
+ },
+ {
+ "Id": 415,
+ "Name": "科技:箭塔攻击·4级",
+ "UseType": 13,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2054
+ },
+ {
+ "Id": 416,
+ "Name": "科技:箭塔攻击·5级",
+ "UseType": 13,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2055
+ },
+ {
+ "Id": 417,
+ "Name": "科技:城门血量·2级",
+ "UseType": 13,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 2062
+ },
+ {
+ "Id": 418,
+ "Name": "科技:城门血量·3级",
+ "UseType": 13,
+ "ScaleCondition": 9,
+ "UseTypeParameter": 2063
+ },
+ {
+ "Id": 419,
+ "Name": "科技:城门血量·4级",
+ "UseType": 13,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 2064
+ },
+ {
+ "Id": 420,
+ "Name": "科技:城门血量·5级",
+ "UseType": 13,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 2065
+ },
+ {
+ "Id": 501,
+ "Name": "配方:健骨散",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 5004
+ },
+ {
+ "Id": 502,
+ "Name": "配方:独活汤",
+ "UseType": 3,
+ "ScaleCondition": 15,
+ "UseTypeParameter": 5009
+ },
+ {
+ "Id": 503,
+ "Name": "配方:断续膏",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 5005
+ },
+ {
+ "Id": 504,
+ "Name": "配方:回神汤",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 5010
+ },
+ {
+ "Id": 601,
+ "Name": "图纸:樟木板",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 3012
+ },
+ {
+ "Id": 602,
+ "Name": "图纸:铁锭",
+ "UseType": 3,
+ "ScaleCondition": 4,
+ "UseTypeParameter": 3015
+ },
+ {
+ "Id": 603,
+ "Name": "图纸:赤铁锭",
+ "UseType": 3,
+ "ScaleCondition": 7,
+ "UseTypeParameter": 3016
+ },
+ {
+ "Id": 604,
+ "Name": "图纸:精铁锭",
+ "UseType": 3,
+ "ScaleCondition": 10,
+ "UseTypeParameter": 3019
+ },
+ {
+ "Id": 605,
+ "Name": "图纸:赤木板",
+ "UseType": 3,
+ "ScaleCondition": 12,
+ "UseTypeParameter": 3013
+ },
+ {
+ "Id": 606,
+ "Name": "图纸:乌铁锭",
+ "UseType": 3,
+ "ScaleCondition": 13,
+ "UseTypeParameter": 3020
+ },
+ {
+ "Id": 607,
+ "Name": "图纸:丝绸",
+ "UseType": 3,
+ "ScaleCondition": 14,
+ "UseTypeParameter": 3041
+ },
+ {
+ "Id": 608,
+ "Name": "图纸:绫绸",
+ "UseType": 3,
+ "ScaleCondition": 17,
+ "UseTypeParameter": 3042
+ },
+ {
+ "Id": 609,
+ "Name": "图纸:银锭",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 3017
+ },
+ {
+ "Id": 610,
+ "Name": "图纸:金锭",
+ "UseType": 3,
+ "ScaleCondition": 8,
+ "UseTypeParameter": 3018
+ },
+ {
+ "Id": 611,
+ "Name": "图纸:甘华板",
+ "UseType": 3,
+ "ScaleCondition": 16,
+ "UseTypeParameter": 3014
+ },
+ {
+ "Id": 612,
+ "Name": "图纸:青金锭",
+ "UseType": 3,
+ "ScaleCondition": 16,
+ "UseTypeParameter": 3021
+ },
+ {
+ "Id": 613,
+ "Name": "图纸:蜀锦",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 3043
+ },
+ {
+ "Id": 614,
+ "Name": "图纸:云锦",
+ "UseType": 3,
+ "ScaleCondition": 20,
+ "UseTypeParameter": 3044
+ },
+ {
+ "Id": 615,
+ "Name": "图纸:机木板",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 3053
+ },
+ {
+ "Id": 616,
+ "Name": "图纸:鳞铁锭",
+ "UseType": 3,
+ "ScaleCondition": 19,
+ "UseTypeParameter": 3022
+ },
+ {
+ "Id": 617,
+ "Name": "配方:河肥",
+ "UseType": 3,
+ "ScaleCondition": 4,
+ "UseTypeParameter": 3064
+ },
+ {
+ "Id": 700,
+ "Name": "陶小青招募令",
+ "UseType": 7,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2
+ },
+ {
+ "Id": 701,
+ "Name": "李绫儿招募令",
+ "UseType": 7,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 3
+ },
+ {
+ "Id": 702,
+ "Name": "孟和招募令",
+ "UseType": 7,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 4
+ },
+ {
+ "Id": 703,
+ "Name": "韩菲招募令",
+ "UseType": 7,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 5
+ },
+ {
+ "Id": 704,
+ "Name": "慕容婉招募令",
+ "UseType": 7,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 6
+ },
+ {
+ "Id": 705,
+ "Name": "难民介绍信",
+ "UseType": 24,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 0
+ },
+ {
+ "Id": 801,
+ "Name": "一贯铜钱",
+ "UseType": 15,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1
+ },
+ {
+ "Id": 802,
+ "Name": "采集机器人",
+ "UseType": 16,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 0
+ },
+ {
+ "Id": 803,
+ "Name": "兰果",
+ "UseType": 17,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 0
+ },
+ {
+ "Id": 804,
+ "Name": "丹药袋",
+ "UseType": 18,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2001
+ },
+ {
+ "Id": 805,
+ "Name": "天然宝石袋",
+ "UseType": 18,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2002
+ },
+ {
+ "Id": 806,
+ "Name": "体魂石袋",
+ "UseType": 19,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2
+ },
+ {
+ "Id": 807,
+ "Name": "金晨花",
+ "UseType": 23,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 0
+ },
+ {
+ "Id": 1001,
+ "Name": "浆果苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2
+ },
+ {
+ "Id": 1002,
+ "Name": "野菜苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 3
+ },
+ {
+ "Id": 1003,
+ "Name": "葛草苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 4
+ },
+ {
+ "Id": 1004,
+ "Name": "甘草苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1
+ },
+ {
+ "Id": 1005,
+ "Name": "茅草苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 5
+ },
+ {
+ "Id": 1006,
+ "Name": "亚麻苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 6
+ },
+ {
+ "Id": 1007,
+ "Name": "迷榖苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 8
+ },
+ {
+ "Id": 1008,
+ "Name": "桃树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9
+ },
+ {
+ "Id": 1009,
+ "Name": "竹子苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 7
+ },
+ {
+ "Id": 1010,
+ "Name": "柳树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 10
+ },
+ {
+ "Id": 1011,
+ "Name": "桑树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 11
+ },
+ {
+ "Id": 1012,
+ "Name": "松树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 12
+ },
+ {
+ "Id": 1013,
+ "Name": "梅树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 13
+ },
+ {
+ "Id": 1014,
+ "Name": "桢楠苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 14
+ },
+ {
+ "Id": 1015,
+ "Name": "桦树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 15
+ },
+ {
+ "Id": 1016,
+ "Name": "黏土苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 16
+ },
+ {
+ "Id": 1017,
+ "Name": "碎石苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 17
+ },
+ {
+ "Id": 1018,
+ "Name": "石头苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 18
+ },
+ {
+ "Id": 1019,
+ "Name": "石灰石苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 19
+ },
+ {
+ "Id": 1020,
+ "Name": "青石苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 20
+ },
+ {
+ "Id": 1021,
+ "Name": "花岗石苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 21
+ },
+ {
+ "Id": 1022,
+ "Name": "杂草幼苗",
+ "UseType": 1,
+ "ScaleCondition": 4,
+ "UseTypeParameter": 22
+ },
+ {
+ "Id": 1023,
+ "Name": "金矿苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 23
+ },
+ {
+ "Id": 1024,
+ "Name": "树枝堆苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 24
+ },
+ {
+ "Id": 1025,
+ "Name": "梨树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 26
+ },
+ {
+ "Id": 1026,
+ "Name": "榕树苗",
+ "UseType": 1,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 27
+ },
+ {
+ "Id": 1401,
+ "Name": "七品技能丹",
+ "UseType": 14,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 600
+ },
+ {
+ "Id": 1402,
+ "Name": "六品技能丹",
+ "UseType": 14,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1800
+ },
+ {
+ "Id": 1403,
+ "Name": "五品技能丹",
+ "UseType": 14,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 3600
+ },
+ {
+ "Id": 1404,
+ "Name": "四品技能丹",
+ "UseType": 14,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 10800
+ },
+ {
+ "Id": 5001,
+ "Name": "草肥",
+ "UseType": 5,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 30
+ },
+ {
+ "Id": 5002,
+ "Name": "河肥",
+ "UseType": 5,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 60
+ },
+ {
+ "Id": 5701,
+ "Name": "桃泥",
+ "UseType": 8,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 200
+ },
+ {
+ "Id": 5702,
+ "Name": "仙露",
+ "UseType": 8,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 400
+ },
+ {
+ "Id": 5703,
+ "Name": "寿果",
+ "UseType": 10,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 100
+ },
+ {
+ "Id": 5704,
+ "Name": "唤鹤笛",
+ "UseType": 23,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 0
+ },
+ {
+ "Id": 5801,
+ "Name": "凡品璞玉",
+ "UseType": 11,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 10
+ },
+ {
+ "Id": 6001,
+ "Name": "营地",
+ "UseType": 6,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 164
+ },
+ {
+ "Id": 12001,
+ "Name": "铺路石",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1
+ },
+ {
+ "Id": 12002,
+ "Name": "铺路木桩",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 21
+ },
+ {
+ "Id": 12003,
+ "Name": "简易手推车",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 2
+ },
+ {
+ "Id": 12004,
+ "Name": "结实手推车",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 3
+ },
+ {
+ "Id": 12005,
+ "Name": "树墩子",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 4
+ },
+ {
+ "Id": 12006,
+ "Name": "木篱笆",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 5
+ },
+ {
+ "Id": 12007,
+ "Name": "陶罐",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 6
+ },
+ {
+ "Id": 12008,
+ "Name": "柴火堆",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 7
+ },
+ {
+ "Id": 12009,
+ "Name": "简陋木门",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 8
+ },
+ {
+ "Id": 12010,
+ "Name": "茅草木门",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9
+ },
+ {
+ "Id": 12011,
+ "Name": "小水缸",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 10
+ },
+ {
+ "Id": 12012,
+ "Name": "简陋木桌",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 11
+ },
+ {
+ "Id": 12013,
+ "Name": "简陋木板凳",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 12
+ },
+ {
+ "Id": 12014,
+ "Name": "木盆",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 13
+ },
+ {
+ "Id": 12015,
+ "Name": "竹制晾衣架",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 14
+ },
+ {
+ "Id": 12016,
+ "Name": "煎药炉",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 15
+ },
+ {
+ "Id": 12017,
+ "Name": "石块矮墙",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 16
+ },
+ {
+ "Id": 12018,
+ "Name": "路灯",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 17
+ },
+ {
+ "Id": 12019,
+ "Name": "圆顶茅草伞",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 18
+ },
+ {
+ "Id": 12020,
+ "Name": "竹制晾晒架",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 19
+ },
+ {
+ "Id": 12021,
+ "Name": "手编竹篮",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 20
+ },
+ {
+ "Id": 12022,
+ "Name": "观赏桃树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1000
+ },
+ {
+ "Id": 12023,
+ "Name": "观赏柳树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1001
+ },
+ {
+ "Id": 12024,
+ "Name": "观赏梨树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1002
+ },
+ {
+ "Id": 12025,
+ "Name": "观赏松树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1003
+ },
+ {
+ "Id": 12026,
+ "Name": "观赏桦树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1004
+ },
+ {
+ "Id": 12027,
+ "Name": "观赏桑树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1005
+ },
+ {
+ "Id": 12028,
+ "Name": "观赏榕树",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1006
+ },
+ {
+ "Id": 12029,
+ "Name": "观赏竹子",
+ "UseType": 12,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 1007
+ },
+ {
+ "Id": 22000,
+ "Name": "食券*10",
+ "UseType": 22,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9000
+ },
+ {
+ "Id": 22001,
+ "Name": "食券*20",
+ "UseType": 22,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9001
+ },
+ {
+ "Id": 22002,
+ "Name": "食券*100",
+ "UseType": 22,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9002
+ },
+ {
+ "Id": 22003,
+ "Name": "食券*1000",
+ "UseType": 22,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9003
+ },
+ {
+ "Id": 22004,
+ "Name": "桃花鱼*100",
+ "UseType": 22,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9004
+ },
+ {
+ "Id": 22005,
+ "Name": "难民介绍信*2",
+ "UseType": 22,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 9005
+ },
+ {
+ "Id": 99000,
+ "Name": "扬声笛",
+ "UseType": 20,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 0
+ },
+ {
+ "Id": 99001,
+ "Name": "发财袋",
+ "UseType": 21,
+ "ScaleCondition": 0,
+ "UseTypeParameter": 10000
+ }
+]
\ No newline at end of file
diff --git a/config/FundConfigCategory.json b/config/FundConfigCategory.json
new file mode 100644
index 0000000..88e810e
--- /dev/null
+++ b/config/FundConfigCategory.json
@@ -0,0 +1,52 @@
+[
+ {
+ "Id": 1,
+ "Scale": 1,
+ "Award": 201
+ },
+ {
+ "Id": 2,
+ "Scale": 2,
+ "Award": 202
+ },
+ {
+ "Id": 3,
+ "Scale": 3,
+ "Award": 203
+ },
+ {
+ "Id": 4,
+ "Scale": 4,
+ "Award": 204
+ },
+ {
+ "Id": 5,
+ "Scale": 5,
+ "Award": 205
+ },
+ {
+ "Id": 7,
+ "Scale": 6,
+ "Award": 206
+ },
+ {
+ "Id": 8,
+ "Scale": 7,
+ "Award": 207
+ },
+ {
+ "Id": 9,
+ "Scale": 8,
+ "Award": 208
+ },
+ {
+ "Id": 10,
+ "Scale": 9,
+ "Award": 209
+ },
+ {
+ "Id": 11,
+ "Scale": 10,
+ "Award": 210
+ }
+]
\ No newline at end of file
diff --git a/config/GameAIConfigCategory.json b/config/GameAIConfigCategory.json
new file mode 100644
index 0000000..994272f
--- /dev/null
+++ b/config/GameAIConfigCategory.json
@@ -0,0 +1,156 @@
+[
+ {
+ "Id": 101,
+ "AIConfigId": 1,
+ "Order": 1,
+ "Name": "AI_SeekEnemy",
+ "NodeParams": []
+ },
+ {
+ "Id": 102,
+ "AIConfigId": 1,
+ "Order": 2,
+ "Name": "AI_Check_JoinBattle",
+ "NodeParams": []
+ },
+ {
+ "Id": 103,
+ "AIConfigId": 1,
+ "Order": 3,
+ "Name": "AI_JoinBattle",
+ "NodeParams": []
+ },
+ {
+ "Id": 104,
+ "AIConfigId": 1,
+ "Order": 4,
+ "Name": "AI_Battle",
+ "NodeParams": []
+ },
+ {
+ "Id": 201,
+ "AIConfigId": 2,
+ "Order": 1,
+ "Name": "AI_SeekEnemy",
+ "NodeParams": []
+ },
+ {
+ "Id": 202,
+ "AIConfigId": 2,
+ "Order": 2,
+ "Name": "AI_Troop_Battle",
+ "NodeParams": []
+ },
+ {
+ "Id": 301,
+ "AIConfigId": 3,
+ "Order": 1,
+ "Name": "AI_Troop_CheckBattle",
+ "NodeParams": []
+ },
+ {
+ "Id": 302,
+ "AIConfigId": 3,
+ "Order": 2,
+ "Name": "AI_Troop_Battle",
+ "NodeParams": []
+ },
+ {
+ "Id": 401,
+ "AIConfigId": 4,
+ "Order": 1,
+ "Name": "AI_Wander",
+ "NodeParams": []
+ },
+ {
+ "Id": 501,
+ "AIConfigId": 5,
+ "Order": 1,
+ "Name": "AI_Monster_SeekEnemy",
+ "NodeParams": []
+ },
+ {
+ "Id": 502,
+ "AIConfigId": 5,
+ "Order": 2,
+ "Name": "AI_Monster_Battle",
+ "NodeParams": []
+ },
+ {
+ "Id": 503,
+ "AIConfigId": 5,
+ "Order": 3,
+ "Name": "AI_Monster_Patrol",
+ "NodeParams": []
+ },
+ {
+ "Id": 601,
+ "AIConfigId": 6,
+ "Order": 1,
+ "Name": "AI_Wander",
+ "NodeParams": []
+ },
+ {
+ "Id": 701,
+ "AIConfigId": 7,
+ "Order": 1,
+ "Name": "AI_Wander",
+ "NodeParams": []
+ },
+ {
+ "Id": 801,
+ "AIConfigId": 8,
+ "Order": 1,
+ "Name": "AI_SeekEnemy",
+ "NodeParams": []
+ },
+ {
+ "Id": 802,
+ "AIConfigId": 8,
+ "Order": 2,
+ "Name": "AI_Building_Battle",
+ "NodeParams": []
+ },
+ {
+ "Id": 901,
+ "AIConfigId": 9,
+ "Order": 1,
+ "Name": "AI_SeekEnemy",
+ "NodeParams": []
+ },
+ {
+ "Id": 902,
+ "AIConfigId": 9,
+ "Order": 2,
+ "Name": "AI_Children_Battle",
+ "NodeParams": []
+ },
+ {
+ "Id": 1001,
+ "AIConfigId": 10,
+ "Order": 1,
+ "Name": "AI_SeekChallengeBoss",
+ "NodeParams": []
+ },
+ {
+ "Id": 1002,
+ "AIConfigId": 10,
+ "Order": 2,
+ "Name": "AI_Battle_Auto",
+ "NodeParams": []
+ },
+ {
+ "Id": 1101,
+ "AIConfigId": 11,
+ "Order": 1,
+ "Name": "AI_Monster_Challenge_SeekEnemy",
+ "NodeParams": []
+ },
+ {
+ "Id": 1102,
+ "AIConfigId": 11,
+ "Order": 2,
+ "Name": "AI_Monster_Challenge_Battle",
+ "NodeParams": []
+ }
+]
\ No newline at end of file
diff --git a/config/GameStageConfigCategory.json b/config/GameStageConfigCategory.json
new file mode 100644
index 0000000..86a63de
--- /dev/null
+++ b/config/GameStageConfigCategory.json
@@ -0,0 +1,30 @@
+[
+ {
+ "Id": 1,
+ "Stage": "新手期",
+ "StartDay": 1,
+ "EndDay": 20,
+ "StageDescription": "简单"
+ },
+ {
+ "Id": 2,
+ "Stage": "游戏前期",
+ "StartDay": 21,
+ "EndDay": 60,
+ "StageDescription": "普通,天气更恶劣了"
+ },
+ {
+ "Id": 3,
+ "Stage": "游戏中期",
+ "StartDay": 61,
+ "EndDay": 110,
+ "StageDescription": "中等,有寒流"
+ },
+ {
+ "Id": 4,
+ "Stage": "游戏后期",
+ "StartDay": 111,
+ "EndDay": -1,
+ "StageDescription": "困难,更容易生病"
+ }
+]
\ No newline at end of file
diff --git a/config/GameUnitSizeInfoConfigCategory.json b/config/GameUnitSizeInfoConfigCategory.json
new file mode 100644
index 0000000..2de4456
--- /dev/null
+++ b/config/GameUnitSizeInfoConfigCategory.json
@@ -0,0 +1,4184 @@
+[
+ {
+ "BuildingSizeInfos": [
+ {
+ "ConfigId": 1,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 2,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 20,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 21,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 22,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 23,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 30,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 40,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 41,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 42,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 43,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 44,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 45,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 60,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 61,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 63,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 64,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 65,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 66,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 67,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 80,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 81,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 82,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 83,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 84,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 100,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 101,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 102,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 103,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 104,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 105,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 120,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 121,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 122,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 123,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 124,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 125,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 126,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 140,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 141,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 142,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 143,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 144,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 145,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 146,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 147,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 148,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 149,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 150,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 151,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 152,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 153,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 154,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 155,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 156,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 40
+ }
+ },
+ {
+ "ConfigId": 157,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 170,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 171,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 172,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 173,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 174,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 175,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 176,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 177,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 178,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 200,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 220,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 221,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 222,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 230,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 231,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 232,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 233,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 234,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 240,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 241,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 242,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 243,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 244,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 245,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 246,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 247,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 250,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 251,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 260,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 261,
+ "PlaceSizeData": {
+ "Width": 11,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 262,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 280,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 281,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 300,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 301,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 302,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 11
+ }
+ },
+ {
+ "ConfigId": 303,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 305,
+ "PlaceSizeData": {
+ "Width": 0,
+ "Height": 0
+ }
+ },
+ {
+ "ConfigId": 306,
+ "PlaceSizeData": {
+ "Width": 11,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 320,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 321,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 340,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 341,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 342,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 343,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 360,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 380,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 400,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 420,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 422,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 460,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 480,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 500,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 501,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 502,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 520,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 521,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 522,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 523,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 524,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 525,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 540,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 560,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 580,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 7
+ }
+ },
+ {
+ "ConfigId": 620,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 621,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 10
+ }
+ },
+ {
+ "ConfigId": 640,
+ "PlaceSizeData": {
+ "Width": 16,
+ "Height": 16
+ }
+ },
+ {
+ "ConfigId": 642,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 644,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 11
+ }
+ },
+ {
+ "ConfigId": 645,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 660,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 661,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 662,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 663,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 1000,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 1001,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1002,
+ "PlaceSizeData": {
+ "Width": 11,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 1100,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 1101,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 1102,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 1103,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 1104,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 1105,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 1106,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 8
+ }
+ }
+ ],
+ "ResourcePointSizeInfos": [
+ {
+ "ConfigId": 1,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 2,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 6,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 7,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 8,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 9,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 10,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 11,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 12,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 13,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 14,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 16,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 17,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 18,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 19,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 20,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 21,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 22,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 23,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 24,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 25,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 26,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 27,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 28,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 29,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 30,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 31,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 32,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 200,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 205,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 7
+ }
+ }
+ ],
+ "SaplingSizeInfos": [
+ {
+ "ConfigId": 1,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 6,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 7,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 8,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 9,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 10,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 11,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 12,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 14,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 15,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 16,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 17,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 18,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 19,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 20,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 21,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 22,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 23,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 24,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 26,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 27,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ }
+ ],
+ "ImmortalTreeSizeInfos": [
+ {
+ "ConfigId": 1,
+ "PlaceSizeData": {
+ "Width": 18,
+ "Height": 18
+ }
+ }
+ ],
+ "RegionBuildingSizeInfos": [
+ {
+ "ConfigId": 1001,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 1002,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1003,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1004,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 1005,
+ "PlaceSizeData": {
+ "Width": 13,
+ "Height": 13
+ }
+ },
+ {
+ "ConfigId": 1006,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 1007,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1008,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 1009,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 1010,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1011,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1012,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 1013,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1014,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1015,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1016,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2001,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 2002,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2003,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 2004,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 15
+ }
+ },
+ {
+ "ConfigId": 2005,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2006,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2007,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2008,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2009,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2010,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2011,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2012,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2013,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2014,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 2015,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3001,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3002,
+ "PlaceSizeData": {
+ "Width": 7,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 3003,
+ "PlaceSizeData": {
+ "Width": 9,
+ "Height": 9
+ }
+ },
+ {
+ "ConfigId": 3004,
+ "PlaceSizeData": {
+ "Width": 12,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 3005,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3006,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3007,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3008,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3009,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3010,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3011,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3012,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3013,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3014,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 3015,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4001,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4002,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4003,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 4004,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 4005,
+ "PlaceSizeData": {
+ "Width": 8,
+ "Height": 6
+ }
+ },
+ {
+ "ConfigId": 4006,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4007,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4008,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4009,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4010,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4011,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4012,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4013,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4014,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4015,
+ "PlaceSizeData": {
+ "Width": 6,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 4016,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ }
+ ],
+ "RegionResPointSizeInfos": [
+ {
+ "ConfigId": 1001,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 1002,
+ "PlaceSizeData": {
+ "Width": 14,
+ "Height": 18
+ }
+ },
+ {
+ "ConfigId": 1003,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 1004,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 1005,
+ "PlaceSizeData": {
+ "Width": 10,
+ "Height": 8
+ }
+ },
+ {
+ "ConfigId": 1006,
+ "PlaceSizeData": {
+ "Width": 14,
+ "Height": 18
+ }
+ },
+ {
+ "ConfigId": 2001,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2002,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2003,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2004,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 2005,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2006,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2007,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2008,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 2009,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 2010,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 2011,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2012,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2013,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2100,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2101,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2102,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2103,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2104,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2105,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2106,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2107,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2108,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2109,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2110,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2111,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2112,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2113,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2114,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2115,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2116,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2117,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2118,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2119,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2120,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2121,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2122,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2123,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2124,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2125,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2126,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2127,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2128,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2129,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2130,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2131,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2132,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2133,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2134,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2135,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2136,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2137,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2138,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2139,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2140,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2141,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2142,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2143,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2144,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2145,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2146,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2147,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2148,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2149,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2150,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 2151,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2152,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2153,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2154,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2155,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2156,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2157,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2158,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2159,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2160,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2161,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 2162,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3001,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3002,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3003,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3004,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3005,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 3006,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 3007,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 3008,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 3009,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3010,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3011,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3012,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3013,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3014,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 3100,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3101,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3102,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3103,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3104,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3105,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3106,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3107,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3108,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3109,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3110,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3111,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3112,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3113,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3114,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3115,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3116,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3117,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3118,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3119,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3120,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3121,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3122,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3123,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3124,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3125,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3126,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3127,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3128,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3129,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3130,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3131,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3132,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3133,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3134,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3135,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3136,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3137,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3138,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3139,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3140,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3141,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3142,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3143,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3144,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3145,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3146,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3147,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3148,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3149,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3150,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 3151,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3152,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3153,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3154,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3155,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3156,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3157,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3158,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3159,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3160,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3161,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 3162,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4001,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4002,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4003,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4004,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4005,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4006,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4007,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4008,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4009,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4010,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 4100,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4101,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4102,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4103,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4104,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4105,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4106,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4107,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4108,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4109,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4110,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4111,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4112,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4113,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4114,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4115,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4116,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4117,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4118,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4119,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4120,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4121,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4122,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4123,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4124,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4125,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4126,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4127,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4128,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4129,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4130,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4131,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4132,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4133,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4134,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4135,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4136,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4137,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4138,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4139,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4140,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4141,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4142,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4143,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4144,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4145,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4146,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4147,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4148,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4149,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4150,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 4151,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4152,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4153,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4154,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4155,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4156,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4157,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4158,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4159,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4160,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4161,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 4162,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5001,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 5002,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 5003,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5004,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5005,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5006,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5007,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 5008,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 5100,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5101,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5102,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5103,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5104,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5105,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5106,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5107,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5108,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5109,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5110,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5111,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5112,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5113,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5114,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5115,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5116,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5117,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5118,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5119,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5120,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5121,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5122,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5123,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5124,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5125,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5126,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5127,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5128,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5129,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5130,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5131,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5132,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5133,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5134,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5135,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5136,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5137,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5138,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5139,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5140,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5141,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5142,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5143,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5144,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5145,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5146,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5147,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5148,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5149,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5150,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 5151,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5152,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5153,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5154,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5155,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5156,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5157,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5158,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5159,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5160,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5161,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 5162,
+ "PlaceSizeData": {
+ "Width": 4,
+ "Height": 4
+ }
+ }
+ ],
+ "DecorationSizeInfos": [
+ {
+ "ConfigId": 1,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 2,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 3,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 4,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 5,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 4
+ }
+ },
+ {
+ "ConfigId": 6,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 7,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 8,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 9,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 10,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 11,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 12,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 13,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 14,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 15,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 16,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 17,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 18,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 19,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 20,
+ "PlaceSizeData": {
+ "Width": 1,
+ "Height": 1
+ }
+ },
+ {
+ "ConfigId": 21,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 1000,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 1001,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 1002,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 1003,
+ "PlaceSizeData": {
+ "Width": 3,
+ "Height": 3
+ }
+ },
+ {
+ "ConfigId": 1004,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 1005,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ },
+ {
+ "ConfigId": 1006,
+ "PlaceSizeData": {
+ "Width": 5,
+ "Height": 5
+ }
+ },
+ {
+ "ConfigId": 1007,
+ "PlaceSizeData": {
+ "Width": 2,
+ "Height": 2
+ }
+ }
+ ],
+ "NpcSizeInfos": []
+ }
+]
\ No newline at end of file
diff --git a/config/GemConfigCategory.json b/config/GemConfigCategory.json
new file mode 100644
index 0000000..691c4c6
--- /dev/null
+++ b/config/GemConfigCategory.json
@@ -0,0 +1,1025 @@
+[
+ {
+ "Id": 1000,
+ "Name": "凡品白玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1000,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 10
+ },
+ {
+ "Id": 1001,
+ "Name": "凡品鸡血石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1001,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 10
+ },
+ {
+ "Id": 1002,
+ "Name": "凡品碧玉",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1002,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 10
+ },
+ {
+ "Id": 1003,
+ "Name": "凡品黄玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1003,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 10
+ },
+ {
+ "Id": 1004,
+ "Name": "凡品翡翠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1004,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 10
+ },
+ {
+ "Id": 1005,
+ "Name": "凡品紫玉",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1005,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 10
+ },
+ {
+ "Id": 1006,
+ "Name": "精品白玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 2,
+ "ExtraAttributeGroup": 1006,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 20
+ },
+ {
+ "Id": 1007,
+ "Name": "精品鸡血石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 2,
+ "ExtraAttributeGroup": 1007,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 20
+ },
+ {
+ "Id": 1008,
+ "Name": "精品碧玉",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 2,
+ "ExtraAttributeGroup": 1008,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 20
+ },
+ {
+ "Id": 1009,
+ "Name": "精品黄玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 2,
+ "ExtraAttributeGroup": 1009,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 20
+ },
+ {
+ "Id": 1010,
+ "Name": "精品翡翠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 2,
+ "ExtraAttributeGroup": 1010,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 20
+ },
+ {
+ "Id": 1011,
+ "Name": "精品紫玉",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 2,
+ "ExtraAttributeGroup": 1011,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 20
+ },
+ {
+ "Id": 1012,
+ "Name": "极品白玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 3,
+ "ExtraAttributeGroup": 1012,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 30
+ },
+ {
+ "Id": 1013,
+ "Name": "极品鸡血石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 3,
+ "ExtraAttributeGroup": 1013,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 30
+ },
+ {
+ "Id": 1014,
+ "Name": "极品碧玉",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 3,
+ "ExtraAttributeGroup": 1014,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 30
+ },
+ {
+ "Id": 1015,
+ "Name": "极品黄玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 3,
+ "ExtraAttributeGroup": 1015,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 30
+ },
+ {
+ "Id": 1016,
+ "Name": "极品翡翠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 3,
+ "ExtraAttributeGroup": 1016,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 30
+ },
+ {
+ "Id": 1017,
+ "Name": "极品紫玉",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 3,
+ "ExtraAttributeGroup": 1017,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 30
+ },
+ {
+ "Id": 1018,
+ "Name": "凡品青金石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 4,
+ "ExtraAttributeGroup": 1018,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 40
+ },
+ {
+ "Id": 1019,
+ "Name": "凡品影玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 4,
+ "ExtraAttributeGroup": 1019,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 40
+ },
+ {
+ "Id": 1020,
+ "Name": "凡品橄榄石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 4,
+ "ExtraAttributeGroup": 1020,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 40
+ },
+ {
+ "Id": 1021,
+ "Name": "凡品玛瑙",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 4,
+ "ExtraAttributeGroup": 1021,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 40
+ },
+ {
+ "Id": 1022,
+ "Name": "凡品珍珠",
+ "Type": 0,
+ "Natural": true,
+ "Lv": 4,
+ "ExtraAttributeGroup": 1022,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 40
+ },
+ {
+ "Id": 1023,
+ "Name": "精品青金石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 5,
+ "ExtraAttributeGroup": 1023,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 50
+ },
+ {
+ "Id": 1024,
+ "Name": "精品影玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 5,
+ "ExtraAttributeGroup": 1024,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 50
+ },
+ {
+ "Id": 1025,
+ "Name": "精品橄榄石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 5,
+ "ExtraAttributeGroup": 1025,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 50
+ },
+ {
+ "Id": 1026,
+ "Name": "精品玛瑙",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 5,
+ "ExtraAttributeGroup": 1026,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 50
+ },
+ {
+ "Id": 1027,
+ "Name": "精品珍珠",
+ "Type": 0,
+ "Natural": true,
+ "Lv": 5,
+ "ExtraAttributeGroup": 1027,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 50
+ },
+ {
+ "Id": 1028,
+ "Name": "极品青金石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 6,
+ "ExtraAttributeGroup": 1028,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 60
+ },
+ {
+ "Id": 1029,
+ "Name": "极品影玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 6,
+ "ExtraAttributeGroup": 1029,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 60
+ },
+ {
+ "Id": 1030,
+ "Name": "极品橄榄石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 6,
+ "ExtraAttributeGroup": 1030,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 60
+ },
+ {
+ "Id": 1031,
+ "Name": "极品玛瑙",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 6,
+ "ExtraAttributeGroup": 1031,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 60
+ },
+ {
+ "Id": 1032,
+ "Name": "极品珍珠",
+ "Type": 0,
+ "Natural": true,
+ "Lv": 6,
+ "ExtraAttributeGroup": 1032,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 60
+ },
+ {
+ "Id": 1033,
+ "Name": "凡品石榴石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 7,
+ "ExtraAttributeGroup": 1033,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 70
+ },
+ {
+ "Id": 1034,
+ "Name": "凡品寿山石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 7,
+ "ExtraAttributeGroup": 1034,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 70
+ },
+ {
+ "Id": 1035,
+ "Name": "凡品绿松石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 7,
+ "ExtraAttributeGroup": 1035,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 70
+ },
+ {
+ "Id": 1036,
+ "Name": "凡品变石",
+ "Type": 1,
+ "Natural": true,
+ "Lv": 7,
+ "ExtraAttributeGroup": 1036,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 70
+ },
+ {
+ "Id": 1037,
+ "Name": "凡品钻石",
+ "Type": 2,
+ "Natural": true,
+ "Lv": 7,
+ "ExtraAttributeGroup": 1037,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 70
+ },
+ {
+ "Id": 1038,
+ "Name": "精品石榴石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 8,
+ "ExtraAttributeGroup": 1038,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 80
+ },
+ {
+ "Id": 1039,
+ "Name": "精品寿山石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 8,
+ "ExtraAttributeGroup": 1039,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 80
+ },
+ {
+ "Id": 1040,
+ "Name": "精品绿松石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 8,
+ "ExtraAttributeGroup": 1040,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 80
+ },
+ {
+ "Id": 1041,
+ "Name": "精品变石",
+ "Type": 1,
+ "Natural": true,
+ "Lv": 8,
+ "ExtraAttributeGroup": 1041,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 80
+ },
+ {
+ "Id": 1042,
+ "Name": "精品钻石",
+ "Type": 2,
+ "Natural": true,
+ "Lv": 8,
+ "ExtraAttributeGroup": 1042,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 80
+ },
+ {
+ "Id": 1043,
+ "Name": "极品石榴石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 9,
+ "ExtraAttributeGroup": 1043,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 90
+ },
+ {
+ "Id": 1044,
+ "Name": "极品寿山石",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 9,
+ "ExtraAttributeGroup": 1044,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 90
+ },
+ {
+ "Id": 1045,
+ "Name": "极品绿松石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 9,
+ "ExtraAttributeGroup": 1045,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 90
+ },
+ {
+ "Id": 1046,
+ "Name": "极品变石",
+ "Type": 1,
+ "Natural": true,
+ "Lv": 9,
+ "ExtraAttributeGroup": 1046,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 90
+ },
+ {
+ "Id": 1047,
+ "Name": "极品钻石",
+ "Type": 2,
+ "Natural": true,
+ "Lv": 9,
+ "ExtraAttributeGroup": 1047,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 90
+ },
+ {
+ "Id": 1048,
+ "Name": "凡品贪狼星",
+ "Type": 0,
+ "Natural": false,
+ "Lv": 10,
+ "ExtraAttributeGroup": 1048,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 100
+ },
+ {
+ "Id": 1049,
+ "Name": "凡品七杀星",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 10,
+ "ExtraAttributeGroup": 1049,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 100
+ },
+ {
+ "Id": 1050,
+ "Name": "凡品破军星",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 10,
+ "ExtraAttributeGroup": 1050,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 100
+ },
+ {
+ "Id": 1051,
+ "Name": "凡品少阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 10,
+ "ExtraAttributeGroup": 1051,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 100
+ },
+ {
+ "Id": 1052,
+ "Name": "凡品少阴珠",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 10,
+ "ExtraAttributeGroup": 1052,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 100
+ },
+ {
+ "Id": 1053,
+ "Name": "凡品白欧泊",
+ "Type": 0,
+ "Natural": true,
+ "Lv": 10,
+ "ExtraAttributeGroup": 1053,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 100
+ },
+ {
+ "Id": 1054,
+ "Name": "精品贪狼星",
+ "Type": 0,
+ "Natural": false,
+ "Lv": 11,
+ "ExtraAttributeGroup": 1054,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 110
+ },
+ {
+ "Id": 1055,
+ "Name": "精品七杀星",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 11,
+ "ExtraAttributeGroup": 1055,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 110
+ },
+ {
+ "Id": 1056,
+ "Name": "精品破军星",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 11,
+ "ExtraAttributeGroup": 1056,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 110
+ },
+ {
+ "Id": 1057,
+ "Name": "精品少阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 11,
+ "ExtraAttributeGroup": 1057,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 110
+ },
+ {
+ "Id": 1058,
+ "Name": "精品少阴珠",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 11,
+ "ExtraAttributeGroup": 1058,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 110
+ },
+ {
+ "Id": 1059,
+ "Name": "精品白欧泊",
+ "Type": 0,
+ "Natural": true,
+ "Lv": 11,
+ "ExtraAttributeGroup": 1059,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 110
+ },
+ {
+ "Id": 1060,
+ "Name": "极品贪狼星",
+ "Type": 0,
+ "Natural": false,
+ "Lv": 12,
+ "ExtraAttributeGroup": 1060,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 120
+ },
+ {
+ "Id": 1061,
+ "Name": "极品七杀星",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 12,
+ "ExtraAttributeGroup": 1061,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 120
+ },
+ {
+ "Id": 1062,
+ "Name": "极品破军星",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 12,
+ "ExtraAttributeGroup": 1062,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 120
+ },
+ {
+ "Id": 1063,
+ "Name": "极品少阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 12,
+ "ExtraAttributeGroup": 1063,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 120
+ },
+ {
+ "Id": 1064,
+ "Name": "极品少阴珠",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 12,
+ "ExtraAttributeGroup": 1064,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 120
+ },
+ {
+ "Id": 1065,
+ "Name": "极品白欧泊",
+ "Type": 0,
+ "Natural": true,
+ "Lv": 12,
+ "ExtraAttributeGroup": 1065,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 120
+ },
+ {
+ "Id": 1066,
+ "Name": "凡品至阴珠",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 13,
+ "ExtraAttributeGroup": 1066,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 130
+ },
+ {
+ "Id": 1067,
+ "Name": "凡品纯阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 13,
+ "ExtraAttributeGroup": 1067,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 130
+ },
+ {
+ "Id": 1068,
+ "Name": "凡品天罡宝钻",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 13,
+ "ExtraAttributeGroup": 1068,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 130
+ },
+ {
+ "Id": 1069,
+ "Name": "凡品地煞宝钻",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 13,
+ "ExtraAttributeGroup": 1069,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 130
+ },
+ {
+ "Id": 1070,
+ "Name": "凡品人王宝钻",
+ "Type": 0,
+ "Natural": false,
+ "Lv": 13,
+ "ExtraAttributeGroup": 1070,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 130
+ },
+ {
+ "Id": 1071,
+ "Name": "精品至阴珠",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 14,
+ "ExtraAttributeGroup": 1071,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 140
+ },
+ {
+ "Id": 1072,
+ "Name": "精品纯阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 14,
+ "ExtraAttributeGroup": 1072,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 140
+ },
+ {
+ "Id": 1073,
+ "Name": "精品天罡宝钻",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 14,
+ "ExtraAttributeGroup": 1073,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 140
+ },
+ {
+ "Id": 1074,
+ "Name": "精品地煞宝钻",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 14,
+ "ExtraAttributeGroup": 1074,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 140
+ },
+ {
+ "Id": 1075,
+ "Name": "精品人王宝钻",
+ "Type": 0,
+ "Natural": false,
+ "Lv": 14,
+ "ExtraAttributeGroup": 1075,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 140
+ },
+ {
+ "Id": 1076,
+ "Name": "极品至阴珠",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 15,
+ "ExtraAttributeGroup": 1076,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 150
+ },
+ {
+ "Id": 1077,
+ "Name": "极品纯阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 15,
+ "ExtraAttributeGroup": 1077,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 150
+ },
+ {
+ "Id": 1078,
+ "Name": "极品天罡宝钻",
+ "Type": 2,
+ "Natural": false,
+ "Lv": 15,
+ "ExtraAttributeGroup": 1078,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 150
+ },
+ {
+ "Id": 1079,
+ "Name": "极品地煞宝钻",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 15,
+ "ExtraAttributeGroup": 1079,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 150
+ },
+ {
+ "Id": 1080,
+ "Name": "极品人王宝钻",
+ "Type": 0,
+ "Natural": false,
+ "Lv": 15,
+ "ExtraAttributeGroup": 1080,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 150
+ },
+ {
+ "Id": 1100,
+ "Name": "血珀石",
+ "Type": 1,
+ "Natural": true,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1100,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 200
+ },
+ {
+ "Id": 1101,
+ "Name": "血珀·白玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1101,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 230
+ },
+ {
+ "Id": 1102,
+ "Name": "血珀·黄玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1102,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 230
+ },
+ {
+ "Id": 1103,
+ "Name": "血珀·翡翠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1103,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 230
+ },
+ {
+ "Id": 1104,
+ "Name": "血珀·青金石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1104,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 260
+ },
+ {
+ "Id": 1105,
+ "Name": "血珀·影玉",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1105,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 260
+ },
+ {
+ "Id": 1106,
+ "Name": "血珀·绿松石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1106,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 290
+ },
+ {
+ "Id": 1107,
+ "Name": "血珀·变石",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1107,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 290
+ },
+ {
+ "Id": 1108,
+ "Name": "血珀·七杀星",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1108,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 320
+ },
+ {
+ "Id": 1109,
+ "Name": "血珀·少阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1109,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 320
+ },
+ {
+ "Id": 1110,
+ "Name": "血珀·纯阳珠",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1110,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 350
+ },
+ {
+ "Id": 1111,
+ "Name": "血珀·地煞宝钻",
+ "Type": 1,
+ "Natural": false,
+ "Lv": 1,
+ "ExtraAttributeGroup": 1111,
+ "Buff": 0,
+ "Skill": 0,
+ "Score": 350
+ }
+]
\ No newline at end of file
diff --git a/config/GoodsForRecycleConfigCategory.json b/config/GoodsForRecycleConfigCategory.json
new file mode 100644
index 0000000..0679030
--- /dev/null
+++ b/config/GoodsForRecycleConfigCategory.json
@@ -0,0 +1,1192 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "Scale": 0,
+ "ItemId": 315,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 2,
+ "GroupId": 4,
+ "Scale": 2,
+ "ItemId": 3001,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 100
+ },
+ {
+ "Id": 3,
+ "GroupId": 4,
+ "Scale": 2,
+ "ItemId": 3008,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 4,
+ "GroupId": 4,
+ "Scale": 2,
+ "ItemId": 3015,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 5,
+ "GroupId": 4,
+ "Scale": 2,
+ "ItemId": 3022,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 6,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 2006,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 150,
+ "DiscountWeight": 100
+ },
+ {
+ "Id": 7,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 204,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 8,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 860,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 9,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 859,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 10,
+ "GroupId": 4,
+ "Scale": 5,
+ "ItemId": 851,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 11,
+ "GroupId": 4,
+ "Scale": 5,
+ "ItemId": 108,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 12,
+ "GroupId": 4,
+ "Scale": 6,
+ "ItemId": 857,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 300,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 13,
+ "GroupId": 4,
+ "Scale": 6,
+ "ItemId": 847,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 14,
+ "GroupId": 4,
+ "Scale": 6,
+ "ItemId": 852,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 250,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 15,
+ "GroupId": 4,
+ "Scale": 7,
+ "ItemId": 110,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 16,
+ "GroupId": 4,
+ "Scale": 7,
+ "ItemId": 839,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 17,
+ "GroupId": 4,
+ "Scale": 8,
+ "ItemId": 2022,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 18,
+ "GroupId": 4,
+ "Scale": 8,
+ "ItemId": 817,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 19,
+ "GroupId": 4,
+ "Scale": 8,
+ "ItemId": 818,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 20,
+ "GroupId": 4,
+ "Scale": 10,
+ "ItemId": 853,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 150,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 21,
+ "GroupId": 4,
+ "Scale": 10,
+ "ItemId": 206,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 22,
+ "GroupId": 4,
+ "Scale": 11,
+ "ItemId": 854,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 350,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 23,
+ "GroupId": 4,
+ "Scale": 12,
+ "ItemId": 855,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 24,
+ "GroupId": 4,
+ "Scale": 13,
+ "ItemId": 205,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 25,
+ "GroupId": 4,
+ "Scale": 13,
+ "ItemId": 856,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 26,
+ "GroupId": 4,
+ "Scale": 14,
+ "ItemId": 841,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 27,
+ "GroupId": 4,
+ "Scale": 16,
+ "ItemId": 216,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 25,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 28,
+ "GroupId": 4,
+ "Scale": 19,
+ "ItemId": 207,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 120,
+ "DiscountWeight": 5
+ },
+ {
+ "Id": 9001,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 802,
+ "SaleNum": [
+ 400,
+ 400
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9002,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 807,
+ "SaleNum": [
+ 400,
+ 400
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9003,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 837,
+ "SaleNum": [
+ 340,
+ 340
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9004,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 838,
+ "SaleNum": [
+ 250,
+ 250
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9005,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 204,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9006,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 851,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9007,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 105,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9008,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 100,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 5,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9009,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 2044,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 5,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9010,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 3030,
+ "SaleNum": [
+ 40,
+ 40
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9101,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 803,
+ "SaleNum": [
+ 250,
+ 250
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9102,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 808,
+ "SaleNum": [
+ 250,
+ 250
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9103,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 824,
+ "SaleNum": [
+ 200,
+ 200
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9104,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 106,
+ "SaleNum": [
+ 180,
+ 180
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 12,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9105,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 839,
+ "SaleNum": [
+ 140,
+ 140
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9106,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 853,
+ "SaleNum": [
+ 14,
+ 14
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 150,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9107,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 852,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 250,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9108,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 110,
+ "SaleNum": [
+ 200,
+ 200
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9109,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 102,
+ "SaleNum": [
+ 680,
+ 680
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9110,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 217,
+ "SaleNum": [
+ 250,
+ 250
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9111,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 832,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9201,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 804,
+ "SaleNum": [
+ 180,
+ 180
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 12,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9202,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 809,
+ "SaleNum": [
+ 180,
+ 180
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 12,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9203,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 826,
+ "SaleNum": [
+ 680,
+ 680
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9204,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 841,
+ "SaleNum": [
+ 50,
+ 50
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9205,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 127,
+ "SaleNum": [
+ 70,
+ 70
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 28,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9206,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 206,
+ "SaleNum": [
+ 40,
+ 40
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9207,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 205,
+ "SaleNum": [
+ 70,
+ 70
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9208,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 855,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9209,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 854,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 350,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9210,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 213,
+ "SaleNum": [
+ 200,
+ 200
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9211,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 123,
+ "SaleNum": [
+ 340,
+ 340
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9301,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 810,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9302,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 805,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9303,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 827,
+ "SaleNum": [
+ 340,
+ 340
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9304,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 825,
+ "SaleNum": [
+ 200,
+ 200
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9305,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 856,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9306,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 216,
+ "SaleNum": [
+ 50,
+ 50
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9307,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 207,
+ "SaleNum": [
+ 40,
+ 40
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9308,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 311,
+ "SaleNum": [
+ 200,
+ 200
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9309,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 312,
+ "SaleNum": [
+ 160,
+ 160
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 12,
+ "Discount": 120,
+ "DiscountWeight": 0
+ },
+ {
+ "Id": 9310,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 124,
+ "SaleNum": [
+ 200,
+ 200
+ ],
+ "Weight": 10,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 120,
+ "DiscountWeight": 0
+ }
+]
\ No newline at end of file
diff --git a/config/GoodsForSaleConfigCategory.json b/config/GoodsForSaleConfigCategory.json
new file mode 100644
index 0000000..cc58af4
--- /dev/null
+++ b/config/GoodsForSaleConfigCategory.json
@@ -0,0 +1,5777 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 133,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 2,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 4001,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 3,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 4006,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 4,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 4201,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 815,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6,
+ "GroupId": 4,
+ "Scale": 4,
+ "ItemId": 832,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7,
+ "GroupId": 4,
+ "Scale": 5,
+ "ItemId": 134,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 8,
+ "GroupId": 4,
+ "Scale": 5,
+ "ItemId": 108,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 9,
+ "GroupId": 4,
+ "Scale": 6,
+ "ItemId": 135,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 10,
+ "GroupId": 4,
+ "Scale": 6,
+ "ItemId": 116,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 11,
+ "GroupId": 4,
+ "Scale": 6,
+ "ItemId": 107,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 12,
+ "GroupId": 4,
+ "Scale": 7,
+ "ItemId": 816,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 13,
+ "GroupId": 4,
+ "Scale": 7,
+ "ItemId": 117,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 14,
+ "GroupId": 4,
+ "Scale": 8,
+ "ItemId": 136,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 15,
+ "GroupId": 4,
+ "Scale": 8,
+ "ItemId": 209,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 16,
+ "GroupId": 4,
+ "Scale": 10,
+ "ItemId": 137,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 17,
+ "GroupId": 4,
+ "Scale": 10,
+ "ItemId": 819,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 18,
+ "GroupId": 4,
+ "Scale": 10,
+ "ItemId": 206,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 19,
+ "GroupId": 4,
+ "Scale": 11,
+ "ItemId": 138,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 20,
+ "GroupId": 4,
+ "Scale": 12,
+ "ItemId": 139,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 7,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 21,
+ "GroupId": 4,
+ "Scale": 13,
+ "ItemId": 139,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 7,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 22,
+ "GroupId": 4,
+ "Scale": 13,
+ "ItemId": 820,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 70,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 23,
+ "GroupId": 4,
+ "Scale": 13,
+ "ItemId": 205,
+ "SaleNum": [
+ 50,
+ 50
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 24,
+ "GroupId": 4,
+ "Scale": 16,
+ "ItemId": 821,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 25,
+ "GroupId": 4,
+ "Scale": 16,
+ "ItemId": 216,
+ "SaleNum": [
+ 50,
+ 50
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 25,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 26,
+ "GroupId": 4,
+ "Scale": 17,
+ "ItemId": 210,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 27,
+ "GroupId": 4,
+ "Scale": 19,
+ "ItemId": 858,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 28,
+ "GroupId": 4,
+ "Scale": 19,
+ "ItemId": 207,
+ "SaleNum": [
+ 50,
+ 50
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 29,
+ "GroupId": 4,
+ "Scale": 20,
+ "ItemId": 211,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 30,
+ "GroupId": 4,
+ "Scale": 20,
+ "ItemId": 212,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5001,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 133,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 3,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5002,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 134,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5003,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 135,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 6,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5004,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 136,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5005,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 137,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5006,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 138,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 11,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5007,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 815,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 4,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5008,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 816,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 7,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5009,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 819,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5010,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 209,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 9,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5011,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 116,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 6,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5012,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 107,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5013,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 108,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5014,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 117,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5015,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 114,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5016,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 126,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5017,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 115,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5018,
+ "GroupId": 101,
+ "Scale": 0,
+ "ItemId": 113,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5019,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 7229,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5101,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 133,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 3,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5102,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 134,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5103,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 135,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 6,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5104,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 136,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5105,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 137,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5106,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 138,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 11,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5107,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 139,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 12,
+ "SellingCurrencyType": 1,
+ "Price": 7,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5108,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 140,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 13,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5109,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 815,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 4,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5110,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 816,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 7,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5111,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 819,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5112,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 820,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 13,
+ "SellingCurrencyType": 1,
+ "Price": 70,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5113,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 213,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 14,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5114,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 116,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5115,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 107,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5116,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 108,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5117,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 117,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5118,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 115,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5119,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 129,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5120,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 130,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5121,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 7229,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5122,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 308,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 15,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5123,
+ "GroupId": 102,
+ "Scale": 0,
+ "ItemId": 128,
+ "SaleNum": [
+ 50,
+ 50
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5201,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 133,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 3,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5202,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 134,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5203,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 135,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 6,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5204,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 136,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5205,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 137,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5206,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 138,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 11,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5207,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 139,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5208,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 140,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 13,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5209,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 815,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 4,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5210,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 816,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 7,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5211,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 819,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5212,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 820,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 13,
+ "SellingCurrencyType": 1,
+ "Price": 70,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5213,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 821,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5214,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 211,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 17,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5215,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 213,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 11,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5216,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 116,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5217,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 107,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5218,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 108,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5219,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 117,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5220,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 115,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5221,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 7229,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5222,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 143,
+ "SaleNum": [
+ 20,
+ 40
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5223,
+ "GroupId": 103,
+ "Scale": 0,
+ "ItemId": 132,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5301,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 133,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 3,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5302,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 134,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5303,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 135,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 6,
+ "SellingCurrencyType": 1,
+ "Price": 3,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5304,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 136,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5305,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 137,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5306,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 138,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 11,
+ "SellingCurrencyType": 1,
+ "Price": 6,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5307,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 139,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 12,
+ "SellingCurrencyType": 1,
+ "Price": 7,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5308,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 140,
+ "SaleNum": [
+ 1000,
+ 1000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 5,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5309,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 815,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 4,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5310,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 816,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 7,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5311,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 819,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 10,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5312,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 820,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 13,
+ "SellingCurrencyType": 1,
+ "Price": 70,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5313,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 821,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5314,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 858,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 19,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5315,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 213,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 5,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5316,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 116,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5317,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 107,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5318,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 108,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 1
+ },
+ {
+ "Id": 5319,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 117,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5320,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 115,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5321,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 212,
+ "SaleNum": [
+ 500,
+ 500
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 20,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 5322,
+ "GroupId": 104,
+ "Scale": 0,
+ "ItemId": 7229,
+ "SaleNum": [
+ 100,
+ 100
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 2,
+ "SaleConditionParemeter": 8,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6001,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 701,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 150,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6002,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1900,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6003,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 316,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6004,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 131,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 300,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6005,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 7308,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6006,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1901,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 5000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6007,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1902,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 5000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6008,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1903,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6009,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1904,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 7000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6010,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1905,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 7000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6011,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 1906,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6012,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 4153,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6013,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 4154,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 6014,
+ "GroupId": 201,
+ "Scale": 0,
+ "ItemId": 4155,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 3,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7001,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7309,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 10,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7002,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7309,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 10,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 180,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7003,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7224,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7004,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 327,
+ "SaleNum": [
+ 20,
+ 20
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7005,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1900,
+ "SaleNum": [
+ 2,
+ 2
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7006,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 815,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7007,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 816,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 40,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7008,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 819,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 60,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7009,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 820,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7010,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 821,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7011,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 858,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 800,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7012,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7304,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7013,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7305,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7014,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7306,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7015,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7307,
+ "SaleNum": [
+ 3,
+ 3
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 18000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7016,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 132,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 800,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7017,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 113,
+ "SaleNum": [
+ 3,
+ 3
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7018,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1200,
+ "SaleNum": [
+ 3,
+ 3
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7019,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1201,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 90000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7020,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1202,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 270000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7021,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1006,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7022,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1007,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7023,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1008,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7024,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1009,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7025,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1010,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7026,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1011,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 6000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7027,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1022,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7028,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1036,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7029,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1037,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7030,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1022,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7031,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1036,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 300,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7032,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1037,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 300,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7033,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 1300,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7034,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4202,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7035,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4203,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 150,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7036,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4204,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7037,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4205,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7038,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4150,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7039,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4151,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7040,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4152,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7041,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4153,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7042,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4154,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7043,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4155,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7044,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 316,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 800,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7045,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 131,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7046,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 143,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7047,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 701,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7048,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 205,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7049,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 206,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7050,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 207,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7051,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 208,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 80,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7052,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 3031,
+ "SaleNum": [
+ 3,
+ 3
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7053,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4004,
+ "SaleNum": [
+ 2,
+ 2
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7054,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4005,
+ "SaleNum": [
+ 2,
+ 2
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 800,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7055,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4009,
+ "SaleNum": [
+ 2,
+ 2
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7056,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 4010,
+ "SaleNum": [
+ 2,
+ 2
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 800,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7057,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6001,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7058,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6002,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7059,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6003,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7060,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6004,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7061,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6005,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7062,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6006,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7063,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6007,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7064,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6008,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7065,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6009,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7066,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6010,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7067,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6011,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7068,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6012,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 20,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7069,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6013,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 20,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7070,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6014,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7071,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6015,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7072,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6016,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7073,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 6017,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 100,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 1500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7074,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 326,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 20,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 2,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7075,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7027,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 5000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7076,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7028,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7077,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7029,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7078,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7030,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7079,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7032,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7080,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7033,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7081,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7034,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7082,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7035,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7083,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7036,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7084,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7037,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7085,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7038,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7086,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7039,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7087,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7040,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 30000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7088,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7042,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7089,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7043,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7090,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7044,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7091,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7421,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 10,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7092,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7505,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7093,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7045,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7094,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7046,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7095,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7047,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7096,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7048,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7097,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7049,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7098,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7050,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7099,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7051,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7100,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7052,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7101,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7053,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7102,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7054,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7103,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7055,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7104,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7056,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7105,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7057,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7106,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7058,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7107,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7059,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7108,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7060,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7109,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7061,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7110,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7062,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 20000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7111,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7063,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7112,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7064,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7113,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7065,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7114,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7066,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7115,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7067,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7116,
+ "GroupId": 202,
+ "Scale": 0,
+ "ItemId": 7068,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 50,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50000,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": 1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7117,
+ "GroupId": 301,
+ "Scale": 0,
+ "ItemId": 130000,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 4000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7118,
+ "GroupId": 301,
+ "Scale": 0,
+ "ItemId": 130001,
+ "SaleNum": [
+ 3,
+ 3
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7119,
+ "GroupId": 301,
+ "Scale": 0,
+ "ItemId": 130002,
+ "SaleNum": [
+ 3,
+ 3
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 1000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7120,
+ "GroupId": 301,
+ "Scale": 0,
+ "ItemId": 130003,
+ "SaleNum": [
+ 1,
+ 1
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 5000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7121,
+ "GroupId": 302,
+ "Scale": 0,
+ "ItemId": 702,
+ "SaleNum": [
+ 10,
+ 10
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 4,
+ "Price": 1,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7122,
+ "GroupId": 303,
+ "Scale": 0,
+ "ItemId": 131,
+ "SaleNum": [
+ 70,
+ 70
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 3000,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7123,
+ "GroupId": 303,
+ "Scale": 0,
+ "ItemId": 131,
+ "SaleNum": [
+ 70,
+ 70
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 2,
+ "Price": 10,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7124,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 10,
+ "SaleNum": [
+ 10000,
+ 10000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 4,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7125,
+ "GroupId": 401,
+ "Scale": 0,
+ "ItemId": 20,
+ "SaleNum": [
+ 20000,
+ 20000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 2,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7126,
+ "GroupId": 402,
+ "Scale": 0,
+ "ItemId": 11,
+ "SaleNum": [
+ 20000,
+ 20000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 8,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7127,
+ "GroupId": 403,
+ "Scale": 0,
+ "ItemId": 12,
+ "SaleNum": [
+ 20000,
+ 20000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 10,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7128,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 215,
+ "SaleNum": [
+ 10000,
+ 10000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 16,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7129,
+ "GroupId": 404,
+ "Scale": 0,
+ "ItemId": 17,
+ "SaleNum": [
+ 10000,
+ 10000
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 15,
+ "Discount": 90,
+ "DiscountWeight": 0,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7130,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7802,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7131,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7803,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7132,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7804,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7133,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7805,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 300,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7134,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7806,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7135,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7807,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7136,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7808,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7137,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7809,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7138,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7810,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7139,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7811,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 200,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7140,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7812,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7141,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7813,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 50,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7142,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7814,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 300,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7143,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7815,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 100,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ },
+ {
+ "Id": 7144,
+ "GroupId": 405,
+ "Scale": 0,
+ "ItemId": 7816,
+ "SaleNum": [
+ 5,
+ 5
+ ],
+ "Weight": 1,
+ "OverlayWeight": 0,
+ "SaleCondition": 0,
+ "SaleConditionParemeter": 0,
+ "SellingCurrencyType": 1,
+ "Price": 500,
+ "Discount": 90,
+ "DiscountWeight": 10,
+ "SaleMax": -1,
+ "DiscountMark": "",
+ "Specialty": 0
+ }
+]
\ No newline at end of file
diff --git a/config/GossipConfigCategory.json b/config/GossipConfigCategory.json
new file mode 100644
index 0000000..73ea2c5
--- /dev/null
+++ b/config/GossipConfigCategory.json
@@ -0,0 +1,1304 @@
+[
+ {
+ "Id": 1,
+ "ScaleCondition": [
+ 2,
+ 3
+ ],
+ "GameStage": [],
+ "TriggerType": 1,
+ "TriggerCondition": 11,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 91,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 50,
+ 100
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40018
+ },
+ {
+ "Id": 2,
+ "ScaleCondition": [
+ 1,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 1,
+ "TriggerCondition": 11,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 91,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 50,
+ 100
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40001
+ },
+ {
+ "Id": 2001,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2
+ ],
+ "TriggerType": 2,
+ "TriggerCondition": 12,
+ "ConditionParameter": [
+ 4
+ ],
+ "Priority": 21,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40022
+ },
+ {
+ "Id": 2002,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2
+ ],
+ "TriggerType": 2,
+ "TriggerCondition": 13,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 22,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40023
+ },
+ {
+ "Id": 2003,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2
+ ],
+ "TriggerType": 2,
+ "TriggerCondition": 13,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 22,
+ "Probability": 100,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40024
+ },
+ {
+ "Id": 3001,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 3,
+ "TriggerCondition": 10,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 99,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40005
+ },
+ {
+ "Id": 3002,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 3,
+ "TriggerCondition": 14,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 97,
+ "Probability": 100,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 5,
+ 10
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 30001
+ },
+ {
+ "Id": 4001,
+ "ScaleCondition": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 9,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 89,
+ "Probability": 50,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 100,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40002
+ },
+ {
+ "Id": 4002,
+ "ScaleCondition": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 7,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 85,
+ "Probability": 50,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 120,
+ 300
+ ],
+ "CD": [
+ 180,
+ 240
+ ],
+ "DialogueGroup": 40003
+ },
+ {
+ "Id": 4003,
+ "ScaleCondition": [],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 8,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 83,
+ "Probability": 50,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 120,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40004
+ },
+ {
+ "Id": 4004,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 3,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 93,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 8,
+ 25
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40006
+ },
+ {
+ "Id": 4005,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 3,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 93,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 5,
+ 30
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40007
+ },
+ {
+ "Id": 4006,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 4,
+ "ConditionParameter": [
+ 1
+ ],
+ "Priority": 87,
+ "Probability": 40,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 150,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40008
+ },
+ {
+ "Id": 4007,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 5,
+ "ConditionParameter": [
+ 1
+ ],
+ "Priority": 87,
+ "Probability": 40,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 150,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40009
+ },
+ {
+ "Id": 4008,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 4,
+ "ConditionParameter": [
+ 2
+ ],
+ "Priority": 89,
+ "Probability": 50,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 100,
+ 250
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40010
+ },
+ {
+ "Id": 4009,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 5,
+ "ConditionParameter": [
+ 2
+ ],
+ "Priority": 89,
+ "Probability": 50,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 100,
+ 250
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40011
+ },
+ {
+ "Id": 4010,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 4,
+ "ConditionParameter": [
+ 3
+ ],
+ "Priority": 95,
+ "Probability": 70,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 80,
+ 220
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40012
+ },
+ {
+ "Id": 4011,
+ "ScaleCondition": [],
+ "GameStage": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "TriggerType": 4,
+ "TriggerCondition": 5,
+ "ConditionParameter": [
+ 3
+ ],
+ "Priority": 95,
+ "Probability": 70,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 80,
+ 220
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40013
+ },
+ {
+ "Id": 4012,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 5,
+ 20
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40020
+ },
+ {
+ "Id": 4013,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 5,
+ 20
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40015
+ },
+ {
+ "Id": 4014,
+ "ScaleCondition": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 30,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40014
+ },
+ {
+ "Id": 4015,
+ "ScaleCondition": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 30,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40021
+ },
+ {
+ "Id": 4016,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 5,
+ 20
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40019
+ },
+ {
+ "Id": 4017,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 5,
+ 40
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40019
+ },
+ {
+ "Id": 4018,
+ "ScaleCondition": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 10,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 150,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40017
+ },
+ {
+ "Id": 4019,
+ "ScaleCondition": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 4,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 50,
+ "RoleType": 1,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 100,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 40016
+ },
+ {
+ "Id": 5001,
+ "ScaleCondition": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 5,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 30,
+ 120
+ ],
+ "DialogueGroup": 1001
+ },
+ {
+ "Id": 5002,
+ "ScaleCondition": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 5,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 30,
+ 120
+ ],
+ "DialogueGroup": 1002
+ },
+ {
+ "Id": 5003,
+ "ScaleCondition": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 5,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 30,
+ 120
+ ],
+ "DialogueGroup": 1003
+ },
+ {
+ "Id": 5004,
+ "ScaleCondition": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 5,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 0
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 30,
+ 120
+ ],
+ "DialogueGroup": 1004
+ },
+ {
+ "Id": 5005,
+ "ScaleCondition": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 5,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 1
+ ],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 30,
+ 120
+ ],
+ "DialogueGroup": 1005
+ },
+ {
+ "Id": 6001,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GameStage": [],
+ "TriggerType": 6,
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "Priority": 1,
+ "Probability": 60,
+ "RoleType": 7,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 60001
+ },
+ {
+ "Id": 6002,
+ "ScaleCondition": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "GameStage": [],
+ "TriggerType": 6,
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "Priority": 1,
+ "Probability": 60,
+ "RoleType": 7,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 60001
+ },
+ {
+ "Id": 6003,
+ "ScaleCondition": [
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 6,
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "Priority": 1,
+ "Probability": 60,
+ "RoleType": 7,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 60001
+ },
+ {
+ "Id": 7001,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "GameStage": [],
+ "TriggerType": 7,
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 8,
+ "RoleNum": [
+ 2
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 70001
+ },
+ {
+ "Id": 7002,
+ "ScaleCondition": [
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "GameStage": [],
+ "TriggerType": 7,
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 8,
+ "RoleNum": [
+ 2
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 70002
+ },
+ {
+ "Id": 7003,
+ "ScaleCondition": [
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19
+ ],
+ "GameStage": [],
+ "TriggerType": 7,
+ "TriggerCondition": 2,
+ "ConditionParameter": [],
+ "Priority": 1,
+ "Probability": 100,
+ "RoleType": 8,
+ "RoleNum": [
+ 2
+ ],
+ "DisplayInterval": [
+ 30,
+ 120
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 70003
+ },
+ {
+ "Id": 8001,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "GameStage": [],
+ "TriggerType": 8,
+ "TriggerCondition": 15,
+ "ConditionParameter": [
+ 40
+ ],
+ "Priority": 1,
+ "Probability": 50,
+ "RoleType": 2,
+ "RoleNum": [
+ 1
+ ],
+ "DisplayInterval": [
+ 100,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 80001
+ },
+ {
+ "Id": 8002,
+ "ScaleCondition": [
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "GameStage": [],
+ "TriggerType": 8,
+ "TriggerCondition": 15,
+ "ConditionParameter": [
+ 220
+ ],
+ "Priority": 1,
+ "Probability": 50,
+ "RoleType": 2,
+ "RoleNum": [
+ 2
+ ],
+ "DisplayInterval": [
+ 100,
+ 300
+ ],
+ "CD": [
+ 20,
+ 60
+ ],
+ "DialogueGroup": 80002
+ }
+]
\ No newline at end of file
diff --git a/config/GossipTextConfigCategory.json b/config/GossipTextConfigCategory.json
new file mode 100644
index 0000000..453e169
--- /dev/null
+++ b/config/GossipTextConfigCategory.json
@@ -0,0 +1,282 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "Order": 1,
+ "Text": "昨夜你有听到狼叫吗?",
+ "Personality1": 3,
+ "Text1": "问你个事儿,你昨晚有听到狼叫声不?",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 2,
+ "GroupId": 1001,
+ "Order": 2,
+ "Text": "没有",
+ "Personality1": 3,
+ "Text1": "没有耶!",
+ "Personality2": 5,
+ "Text2": "(摇头)",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 3,
+ "GroupId": 1001,
+ "Order": 1,
+ "Text": "啊...难道我听错啦?吓得我不敢睡",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 4,
+ "GroupId": 1001,
+ "Order": 2,
+ "Text": "别自己吓自己,在这里我们很安全",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 5,
+ "GroupId": 1001,
+ "Order": 2,
+ "Text": "就算真的有狼,我们就齐心协力打倒!",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 6,
+ "GroupId": 1002,
+ "Order": 1,
+ "Text": "你在吃这路边的果子?不酸吗?",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 7,
+ "GroupId": 1002,
+ "Order": 2,
+ "Text": "不酸,可好吃",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 8,
+ "GroupId": 1002,
+ "Order": 1,
+ "Text": "那我也要吃",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 9,
+ "GroupId": 1002,
+ "Order": 2,
+ "Text": "呐,给你",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 10,
+ "GroupId": 1002,
+ "Order": 1,
+ "Text": "大!骗!子!(被果子酸到变形)",
+ "Personality1": 5,
+ "Text1": "(被果子酸到把脸皱成一团)(小声地说)骗子...",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 11,
+ "GroupId": 1003,
+ "Order": 1,
+ "Text": "好臭的屁,是谁放的",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 12,
+ "GroupId": 1003,
+ "Order": 2,
+ "Text": "这哪是屁,明明是五谷之气",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 13,
+ "GroupId": 1003,
+ "Order": 1,
+ "Text": "......",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 14,
+ "GroupId": 1004,
+ "Order": 1,
+ "Text": "我觉得我们应该多修一些防御工事",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 15,
+ "GroupId": 1004,
+ "Order": 2,
+ "Text": "的确,这样我们住的会更安全",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 16,
+ "GroupId": 1004,
+ "Order": 2,
+ "Text": "毕竟偶尔来犯的妖兽真是吓人",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 17,
+ "GroupId": 1005,
+ "Order": 1,
+ "Text": "昨夜梦到你活了一千年",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 18,
+ "GroupId": 1005,
+ "Order": 2,
+ "Text": "梦生得死,恐怕不吉利吧",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 19,
+ "GroupId": 1005,
+ "Order": 1,
+ "Text": "呸呸呸,我说错了,我是梦见你已经死了一千年",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 20,
+ "GroupId": 1005,
+ "Order": 2,
+ "Text": "行,借你吉言了!",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 2,
+ "Parameter": 0
+ },
+ {
+ "Id": 21,
+ "GroupId": 1006,
+ "Order": 1,
+ "Text": "昨晚我梦见你了",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 22,
+ "GroupId": 1006,
+ "Order": 2,
+ "Text": "梦见什么?",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ },
+ {
+ "Id": 23,
+ "GroupId": 1006,
+ "Order": 1,
+ "Text": "我梦见你没有梦见我",
+ "Text1": "",
+ "Text2": "",
+ "Text3": "",
+ "Text4": "",
+ "Reaction": 0,
+ "Parameter": 0
+ }
+]
\ No newline at end of file
diff --git a/config/GuideStepConfigCategory.json b/config/GuideStepConfigCategory.json
new file mode 100644
index 0000000..a9309b5
--- /dev/null
+++ b/config/GuideStepConfigCategory.json
@@ -0,0 +1,1453 @@
+[
+ {
+ "Id": 9001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "忙碌了这么久,村民们可能有点饿了。"
+ },
+ {
+ "Id": 9002,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5016,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "这里记录当前谷内的[color=#009a04]基础食物[/color]存储量,点击它可以查看详情。"
+ },
+ {
+ "Id": 9003,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "[color=#009a04]“消耗”[/color]表示当前谷内每小时需要的食物量.
[color=#009a04]储备[/color]表示当前的基础食物存储量可供使用多少天。"
+ },
+ {
+ "Id": 9004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "谷主需要关注食物储备,[color=#009a04]食物不足[/color]时村民的[color=#009a04]劳作效率[/color]也会[color=#009a04]降低[/color]。"
+ },
+ {
+ "Id": 9005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "通过采集地图上的食物资源可以获得基础食物,当产出小于消耗时,基础食物存储量会慢慢降低,反之则会慢慢增加。"
+ },
+ {
+ "Id": 10001,
+ "DisplayType": 2,
+ "TextPosition": 1,
+ "Highlight": 5013,
+ "HighlightPosition": 4,
+ "Delay": true,
+ "NextStepOpration": 1,
+ "Text": "[color=#009a04]入夜后可以举办家宴[/color],村民们会聚集在家宴里品尝美食,同时获得体质经验和寿命经验
点击场景中的“宴席”"
+ },
+ {
+ "Id": 10002,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5085,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "可以在这里选择放置在家宴中的菜品
菜品的[color=#009a04]营养值越高,村民相应获得的体质[color=#009a04]经验和寿命经验越多;而放置的菜品[color=#009a04]种类越多,菜品的[color=#009a04]丰盛度越高,村民能够获得更高的[color=#009a04]体质经验加成[/color]。"
+ },
+ {
+ "Id": 11001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5024,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "有村民身体不适,打开村民界面了解一下。"
+ },
+ {
+ "Id": 11002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "村民界面记录了村民们的详细信息。"
+ },
+ {
+ "Id": 11003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5025,
+ "HighlightPosition": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "可以从这里看到村民的疾病和受伤状态。"
+ },
+ {
+ "Id": 12001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "粗衣坊建造完成!
现在可以制作衣服和雨具了"
+ },
+ {
+ "Id": 12002,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5004,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【制作】[/color]按钮。"
+ },
+ {
+ "Id": 12003,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5022,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择[color=#009a04]【衣服】[/color]"
+ },
+ {
+ "Id": 12004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5070,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "衣服制作完成后,村民们会自动穿上"
+ },
+ {
+ "Id": 12005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5082,
+ "HighlightPosition": 6,
+ "Delay": true,
+ "NextStepOpration": 2,
+ "Text": "不同的季节需要不同的衣服"
+ },
+ {
+ "Id": 12006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5083,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里展示衣服的属性,衣服能够让村民少生病,还能够提供寿命经验"
+ },
+ {
+ "Id": 12007,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 5084,
+ "HighlightPosition": 6,
+ "Delay": true,
+ "NextStepOpration": 1,
+ "Text": "在“其他”标签里可以制作雨具,
请点击这个标签页"
+ },
+ {
+ "Id": 12008,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5083,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里展示雨具的属性,雨具能够降低村民在恶劣天气下劳作时受到的伤害"
+ },
+ {
+ "Id": 14001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "草药台建造完成,现在可以制作一些常用的药品"
+ },
+ {
+ "Id": 14002,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5004,
+ "HighlightPosition": 2,
+ "Delay": true,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【制作】[/color]按钮。"
+ },
+ {
+ "Id": 14003,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5028,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择[color=#009a04]【药品】[/color]"
+ },
+ {
+ "Id": 14004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5078,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这是当前可以制作的药品列表
不同类型的疾病需要使用不同的药品,[color=#009a04]恢复生命的药品只有勇士可以使用[/color]"
+ },
+ {
+ "Id": 14005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5079,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "是药三分毒,药品在治疗的同时也具有一定的毒性,会轻微影响村民的寿命"
+ },
+ {
+ "Id": 17001,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 1003,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "农田种植可以收获大量基础食物和各种农产品。"
+ },
+ {
+ "Id": 17002,
+ "DisplayType": 5,
+ "TextPosition": 0,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": ""
+ },
+ {
+ "Id": 17003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5029,
+ "HighlightPosition": 2,
+ "Delay": true,
+ "NextStepOpration": 1,
+ "Text": "在这里可以为农田设置管理员,管理员的劳作可以提高农田的产量
请点击这个按钮"
+ },
+ {
+ "Id": 17004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5073,
+ "HighlightPosition": 8,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "每个村民最多管理[color=#009a04]4块农田[/color],这里显示该村民当前管理的农田数量"
+ },
+ {
+ "Id": 17005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5072,
+ "HighlightPosition": 8,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里可以了解到山谷里[color=#009a04]未设置管理员[/color]的农田数量"
+ },
+ {
+ "Id": 18001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "鸡窝建造完成,[color=#009a04]森林打猎[/color]获得的家禽可以饲养在山谷咯~"
+ },
+ {
+ "Id": 18002,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 1007,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【鸡窝】"
+ },
+ {
+ "Id": 18003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5040,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里可以快速切换到其他鸡窝"
+ },
+ {
+ "Id": 18004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5032,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "记得添加饲料,[color=#009a04]饲料不足[/color]的话家禽们可能会离家出走!"
+ },
+ {
+ "Id": 18005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5037,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里可以收取鸡蛋
小鸡仔长大后就能下蛋"
+ },
+ {
+ "Id": 18006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5089,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "每逢[color=#009a04]春季[/color]来临,蛋还能孵化成新的小鸡仔"
+ },
+ {
+ "Id": 18007,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "鸡生蛋、蛋生鸡,山谷的美好生活指日可待咯~~"
+ },
+ {
+ "Id": 19001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "书舍建造完成,村民们可以上学念书,学习知识啦!"
+ },
+ {
+ "Id": 19002,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 1006,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【书舍】"
+ },
+ {
+ "Id": 19003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5047,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里可以快速切换到其他书舍"
+ },
+ {
+ "Id": 19004,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5041,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "先选择课程"
+ },
+ {
+ "Id": 19005,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5042,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "再选择学生"
+ },
+ {
+ "Id": 19006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5043,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "如果设置陪读先生,可以[color=#009a04]提高大家的学习效率[/color],不设置也可以"
+ },
+ {
+ "Id": 19007,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5044,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "最后点击开课,大家就会前往学舍进行学习"
+ },
+ {
+ "Id": 19008,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "学习时,每个人掌握了知识后都会[color=#009a04]消耗1本书籍[/color],请谷主多多准备书籍哦!"
+ },
+ {
+ "Id": 20001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5051,
+ "HighlightPosition": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "部分资源采集完后能够获得该资源的幼苗,幼苗会自动放入仓库中,点击【仓库】进入仓库界面查看。"
+ },
+ {
+ "Id": 20002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5056,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择【道具】标签页。"
+ },
+ {
+ "Id": 20003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "点击幼苗后会弹出详情界面,点击详情界面中的种植按钮就能够进入种植幼苗的界面。"
+ },
+ {
+ "Id": 21001,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5003,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "利用收集的材料先建造一个工台
点击[color=#009a04]【建造】[/color]按钮,打开建造界面
"
+ },
+ {
+ "Id": 21002,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5071,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "此处显示建造建筑所需要的材料"
+ },
+ {
+ "Id": 21003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5018,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【建造】[/color]按钮"
+ },
+ {
+ "Id": 21004,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 5019,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "当占地方块为[color=#FF0000]红色[/color]时,表示此区域无法建造建筑;占地方块为[color=#009a04]绿色[/color]表示能够建造。
选择好建造位置后,点击【√】确认建造点,就可以派遣村民进行建造了"
+ },
+ {
+ "Id": 22001,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 2002,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【亚麻】[/color]打开资源采集框"
+ },
+ {
+ "Id": 22002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5005,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "通过[color=#009a04]【+】[/color]按钮来派遣村民进行劳作"
+ },
+ {
+ "Id": 22003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5006,
+ "HighlightPosition": 8,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "勾选想要派遣的村民"
+ },
+ {
+ "Id": 22004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5007,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择完毕后点击[color=#009a04]【确定】[/color]按钮"
+ },
+ {
+ "Id": 22005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 0,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "派遣成功!
村民将会前往此处采集亚麻。"
+ },
+ {
+ "Id": 23001,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5055,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "已经采集了足够的亚麻!
现在点击[color=#009a04]【材料】[/color]按钮,打开材料制作界面"
+ },
+ {
+ "Id": 23002,
+ "DisplayType": 2,
+ "TextPosition": 7,
+ "Highlight": 5054,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【制作】[/color]按钮,制作亚麻绳。"
+ },
+ {
+ "Id": 24001,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5051,
+ "HighlightPosition": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "药品存放在山谷仓库中
点击[color=#009a04]【仓库】[/color],打开仓库界面。"
+ },
+ {
+ "Id": 24002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5052,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "在[color=#009a04]【丹药】[/color]类别里可以快速找到丹药类物品。"
+ },
+ {
+ "Id": 24003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5053,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "选择[color=#009a04]断续膏[/color]对柳长英使用。"
+ },
+ {
+ "Id": 25001,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5001,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "在大家的共同努力下山谷的规模提升了。
点击【头像】,打开桃谷信息界面。"
+ },
+ {
+ "Id": 25002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5011,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "当前已经满足所有的升级条件了!"
+ },
+ {
+ "Id": 25003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5057,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【升级规模】[/color]
升级规模后可得到升级奖励,并解锁更多的建筑。"
+ },
+ {
+ "Id": 27001,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 8001,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "山路建造完成后,村民们就可以到到达此处
点击这个老树根"
+ },
+ {
+ "Id": 27002,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5058,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【种植】[/color]按钮,派遣村民种下迷谷树"
+ },
+ {
+ "Id": 28001,
+ "DisplayType": 6,
+ "TextPosition": 0,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": ""
+ },
+ {
+ "Id": 29001,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 6003,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "在这里放置月光宝瓶正合适!
点击这里
"
+ },
+ {
+ "Id": 29002,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5077,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "收集足够的建造材料后,就派遣村民开始建造月光宝瓶吧!"
+ },
+ {
+ "Id": 30001,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 1004,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "月光宝瓶已经放置在山谷上了!
点击打开月光宝瓶界面"
+ },
+ {
+ "Id": 30002,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5069,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "无论山谷处于在线还是离线状态,宝瓶都会随着时间流逝[color=#009a04]积攒凝时[/color],积攒至上限后不再增加
建造建筑时使用凝时可以[color=#009a04]缩短建造耗时[/color]
"
+ },
+ {
+ "Id": 32001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5004,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【制作】[/color]按钮"
+ },
+ {
+ "Id": 32002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5023,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【装备】[/color]按钮,打开装备制作界面。"
+ },
+ {
+ "Id": 32003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5061,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【飞镖】[/color]标签页,进入制作飞镖的界面"
+ },
+ {
+ "Id": 32004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "尽快为陶小青制作石飞镖!"
+ },
+ {
+ "Id": 33001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 11001,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【不死树】[/color],打开不死树界面。"
+ },
+ {
+ "Id": 33002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5066,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "施肥可以增加不死树的成长经验从而提升等级"
+ },
+ {
+ "Id": 33003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5086,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "不死树的等级越高,能够庇佑的村民数量就越多"
+ },
+ {
+ "Id": 33004,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "当活力值达到当前上限后,不死树会在第二天开花,花朵的气味会引来怪物袭城,请谷主做好准备。"
+ },
+ {
+ "Id": 33005,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "开花后不死树会结果,可以安排村民进行摇树获得不死树结果的掉落。"
+ },
+ {
+ "Id": 33006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5067,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "点击【掉落】按钮可查看不死树掉落情况。"
+ },
+ {
+ "Id": 35001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "[color=#009a04]夜晚事件[/color]会记录桃谷在夜晚发生的事件。"
+ },
+ {
+ "Id": 35002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "点击【跳过夜晚】按钮即可跳过夜晚。
在距离天亮不到一小时的时候无法跳过夜晚。"
+ },
+ {
+ "Id": 36001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 6004,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "城门和哨塔建造完成了!快把这个消息告诉陶先生
将这条通往陶先生家的山路修建完后,就可以去拜访他了"
+ },
+ {
+ "Id": 37001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 9001,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "终于可以去拜访陶先生了!"
+ },
+ {
+ "Id": 37002,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5114,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【选中队伍】"
+ },
+ {
+ "Id": 37003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "选中队伍后,能够控制勇士进行移动、拾取怪物掉落、进行战斗"
+ },
+ {
+ "Id": 37004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "现在让勇士移动到陶渊明的家吧!"
+ },
+ {
+ "Id": 39001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 9002,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "现在可以去山谷西边的森林看看了
将队伍移动到此处,先让勇士们去探索一番"
+ },
+ {
+ "Id": 40001,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 10001,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "妖兽已经出现在附近,快点打败它吧!"
+ },
+ {
+ "Id": 43001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "周围的野菜野果快采光了,这样下去食物就不够维持生存了……"
+ },
+ {
+ "Id": 43002,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5016,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "这里记录当前谷内的[color=#009a04]基础食物[/color]存储量,点击它可以查看详情。"
+ },
+ {
+ "Id": 43003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5093,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "[color=#009a04]“变化”[/color]表示当前谷内每小时需要的食物量。
[color=#009a04]储备[/color]表示当前的基础食物存储量可供使用多少天。
谷主需要关注食物储备,[color=#009a04]食物不足[/color]时村民的[color=#009a04]劳作效率[/color]也会[color=#009a04]降低[/color]。"
+ },
+ {
+ "Id": 43004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "从村子离开的时候,柳大富一行人带了一些小麦种子。开始[b][color=#009a04]耕地开田[/color][/b]吧!这样就能有源源不断的食物了。"
+ },
+ {
+ "Id": 44001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "有了营火,就可以制作一些简单的菜品"
+ },
+ {
+ "Id": 44002,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5004,
+ "HighlightPosition": 1,
+ "Delay": true,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【制作】[/color]按钮"
+ },
+ {
+ "Id": 44003,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5020,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择[color=#009a04]【食物】[/color]"
+ },
+ {
+ "Id": 44004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5080,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里可以制作各种各样美味的菜品,既可以在[color=#009a04]仓库中直接食用[/color],也可以[color=#009a04]放置到家宴里[/color]"
+ },
+ {
+ "Id": 44005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5081,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "菜品营养值越高,在家宴中就能带来越多的经验加成;充饥值越高,则表示它能转化为越多的基础食物"
+ },
+ {
+ "Id": 46001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "不死树结果了,安排村民进行摇树吧"
+ },
+ {
+ "Id": 46002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 11001,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【不死树】"
+ },
+ {
+ "Id": 46003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5100,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里安排村民"
+ },
+ {
+ "Id": 46004,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5101,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "安排完成后,点击【摇树按钮】"
+ },
+ {
+ "Id": 46005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "被寿果砸中的村民可以获得寿命经验,延年益寿!"
+ },
+ {
+ "Id": 47001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "恭喜谷主解锁新区域,世界地图已开启!"
+ },
+ {
+ "Id": 47002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5087,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【世界地图】"
+ },
+ {
+ "Id": 47003,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "点击地图上不同的地点,就能快速切换至该地图
已经解锁的区域会在地图中显示,白云笼罩之处是还未解锁的区域,等待谷主自行探索"
+ },
+ {
+ "Id": 47004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5103,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【乘鹤飞行】按钮可进入乘鹤飞行模式
在乘鹤飞行模式下选择目的地可以让勇士快速前往该地区"
+ },
+ {
+ "Id": 47005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5103,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "再次点击【乘鹤飞行】按钮即可退出乘鹤飞行模式"
+ },
+ {
+ "Id": 48001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "吃下不死果的勇士虽然不会真正的死亡,但仍会在战斗中倒下!"
+ },
+ {
+ "Id": 48002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "当勇士在战斗中受到攻击直至[color=#009a04]血量为0[/color]时就会回到复活点。
打开勇士界面或选中队伍后能看到勇士的复活倒计时。"
+ },
+ {
+ "Id": 48003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "每个区域都有复活点,复活倒计时结束后勇士会出现在倒下前所在区域的复活点。
虽然勇士不会真正的死亡,但是每一次阵亡都会增加勇士的[color=#009a04]受伤值[/color],所以需要提升勇士的装备和战斗属性,避免勇士在战斗中阵亡。"
+ },
+ {
+ "Id": 49001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "农坊建造完成,现在可以进行各种农学研究了!"
+ },
+ {
+ "Id": 49002,
+ "DisplayType": 2,
+ "TextPosition": 8,
+ "Highlight": 1005,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【农坊】"
+ },
+ {
+ "Id": 49003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5091,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "先在这里选择农学研究项目"
+ },
+ {
+ "Id": 49004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5092,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "再在这里分配村民进行农学研究"
+ },
+ {
+ "Id": 49005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5090,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "最后点击【研究】,村民们就会前往此处进行农学研究"
+ },
+ {
+ "Id": 49006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "通过农坊的研究,不仅可以解锁多种农作物,还能提高作物的产量哦!"
+ },
+ {
+ "Id": 50001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5074,
+ "HighlightPosition": 1,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击[color=#009a04]【勇士】[/color]按钮,打开勇士界面"
+ },
+ {
+ "Id": 50002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5094,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择陶小青"
+ },
+ {
+ "Id": 50003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5075,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "切换到[color=#009a04]【装备】[/color]标签页"
+ },
+ {
+ "Id": 50004,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5076,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在这里可以为勇士装备武器和护甲,提高勇士的各种战斗属性,从而提升战力"
+ },
+ {
+ "Id": 50005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5095,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【升阶】按钮"
+ },
+ {
+ "Id": 50006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5096,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里可以查看升阶当前装备所需要的材料"
+ },
+ {
+ "Id": 50007,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5097,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里可以查看武器升阶后的属性变化"
+ },
+ {
+ "Id": 50008,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5099,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "当前已经满足升阶所需的材料和条件,点击【升阶】按钮即可升阶武器。
快快升阶陶小青的武器,然后打败妖兽!"
+ },
+ {
+ "Id": 51001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "七星鼎建造完成了,现在可以合成宝石和宝物了!"
+ },
+ {
+ "Id": 51002,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 1008,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击场景上的【七星鼎】。"
+ },
+ {
+ "Id": 51003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5113,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "在合成标签页中,点击宝石即可将其放入右侧的鼎中进行合成,长按宝石可查看宝石详情。"
+ },
+ {
+ "Id": 51004,
+ "DisplayType": 2,
+ "TextPosition": 1,
+ "Highlight": 5102,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里是宝石的合成区域,在预计结果中会显示当前已放入的宝石能够合成什么。"
+ },
+ {
+ "Id": 51005,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5109,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择【宝石】标签页。"
+ },
+ {
+ "Id": 51006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5110,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "选择一个宝石。"
+ },
+ {
+ "Id": 51007,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5111,
+ "HighlightPosition": 6,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里显示宝石的合成配方,材料足够时点击【去合成】按钮可跳转至合成界面进行合成,材料不足时会显示为【材料不足】。"
+ },
+ {
+ "Id": 51008,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5112,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "【宝物】标签页中能够查看宝物的合成配方。"
+ },
+ {
+ "Id": 51009,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "宝石不仅能够镶嵌在勇士的装备上,还是勇士装备升阶的材料,因此合成宝石对于提升勇士属性起到很大的作用。"
+ },
+ {
+ "Id": 52001,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "守护桃谷可不仅仅靠城门和箭塔就足够,还需要提升勇士自身的战斗力!
升级勇士的体魂能够提高勇士的战斗力!"
+ },
+ {
+ "Id": 52002,
+ "DisplayType": 2,
+ "TextPosition": 6,
+ "Highlight": 5074,
+ "HighlightPosition": 2,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【勇士】按钮。"
+ },
+ {
+ "Id": 52003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5104,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "点击【体魂】图标,打开体魂升级界面
注:体魂可升级时会显示绿色箭头。"
+ },
+ {
+ "Id": 52004,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5105,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里显示的是体魂升级前后勇士的属性变化。"
+ },
+ {
+ "Id": 52005,
+ "DisplayType": 2,
+ "TextPosition": 2,
+ "Highlight": 5106,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "这里显示的是体魂升级所需要消耗的材料魂石和精魄,每个勇士的魂石都是独一无二的。"
+ },
+ {
+ "Id": 52006,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5107,
+ "HighlightPosition": 4,
+ "Delay": false,
+ "NextStepOpration": 1,
+ "Text": "现在升级材料已足够,点击【升级】按钮,升级勇士的体魂吧!"
+ },
+ {
+ "Id": 54001,
+ "DisplayType": 2,
+ "TextPosition": 4,
+ "Highlight": 5115,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "跟福小二做生意是一件开心的事情,因为他回收物品时总会给出令人心动的价格"
+ },
+ {
+ "Id": 54002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 5116,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "看看其他谷主发布的消息,如果遇到价格更高的信息,不要犹豫,立刻前去拜访并交易!"
+ },
+ {
+ "Id": 54003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "每周二和周六会刷新高价回收的物品,常来看看哦~"
+ },
+ {
+ "Id": 55001,
+ "DisplayType": 4,
+ "TextPosition": 0,
+ "Highlight": 1,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": ""
+ },
+ {
+ "Id": 55002,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1009,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "夜市落成,太阳下山后会有商人到山谷夜市赶集"
+ },
+ {
+ "Id": 55003,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 1010,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "建造夜市内摊位,就会有来自村落的商人到山谷里一起参与夜市"
+ },
+ {
+ "Id": 55004,
+ "DisplayType": 2,
+ "TextPosition": 5,
+ "Highlight": 7002,
+ "HighlightPosition": 5,
+ "Delay": false,
+ "NextStepOpration": 2,
+ "Text": "现在有几个商人正在夜市里,去看看他们都在做些什么有趣的生意吧~"
+ }
+]
\ No newline at end of file
diff --git a/config/GuideTriggerConfigCategory.json b/config/GuideTriggerConfigCategory.json
new file mode 100644
index 0000000..2df8540
--- /dev/null
+++ b/config/GuideTriggerConfigCategory.json
@@ -0,0 +1,422 @@
+[
+ {
+ "Id": 2002,
+ "TriggerType": 3,
+ "TypeParameter": "FeastWindow",
+ "GuideStep": [
+ 10001,
+ 10002
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2003,
+ "TriggerType": 2,
+ "TypeParameter": "80",
+ "GuideStep": [
+ 14001,
+ 14002,
+ 14003,
+ 14004,
+ 14005
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2004,
+ "TriggerType": 10,
+ "TypeParameter": "",
+ "GuideStep": [
+ 11001,
+ 11002,
+ 11003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2005,
+ "TriggerType": 2,
+ "TypeParameter": "100",
+ "GuideStep": [
+ 12001,
+ 12002,
+ 12003,
+ 12004,
+ 12005,
+ 12006,
+ 12007,
+ 12008
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2008,
+ "TriggerType": 2,
+ "TypeParameter": "580",
+ "GuideStep": [
+ 18001,
+ 18002,
+ 18003,
+ 18004,
+ 18005,
+ 18006,
+ 18007
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2009,
+ "TriggerType": 2,
+ "TypeParameter": "320;321",
+ "GuideStep": [
+ 19001,
+ 19002,
+ 19003,
+ 19004,
+ 19005,
+ 19006,
+ 19007,
+ 19008
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2010,
+ "TriggerType": 12,
+ "TypeParameter": "1",
+ "GuideStep": [
+ 20001,
+ 20002,
+ 20003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2012,
+ "TriggerType": 2,
+ "TypeParameter": "40",
+ "GuideStep": [
+ 44001,
+ 44002,
+ 44003,
+ 44004,
+ 44005
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2014,
+ "TriggerType": 13,
+ "TypeParameter": "5",
+ "GuideStep": [
+ 46001,
+ 46002,
+ 46003,
+ 46004,
+ 46005
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2015,
+ "TriggerType": 15,
+ "TypeParameter": "",
+ "GuideStep": [
+ 48001,
+ 48002,
+ 48003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2016,
+ "TriggerType": 2,
+ "TypeParameter": "120",
+ "GuideStep": [
+ 49001,
+ 49002,
+ 49003,
+ 49004,
+ 49005,
+ 49006
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 2017,
+ "TriggerType": 2,
+ "TypeParameter": "422",
+ "GuideStep": [
+ 51001,
+ 51002,
+ 51003,
+ 51004,
+ 51005,
+ 51006,
+ 51007,
+ 51008,
+ 51009
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1002,
+ "TriggerType": 11,
+ "TypeParameter": "1004",
+ "GuideStep": [
+ 21001,
+ 21002,
+ 21003,
+ 21004
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1003,
+ "TriggerType": 11,
+ "TypeParameter": "1001",
+ "GuideStep": [
+ 22001,
+ 22002,
+ 22003,
+ 22004,
+ 22005
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1004,
+ "TriggerType": 11,
+ "TypeParameter": "1002",
+ "GuideStep": [
+ 23001,
+ 23002
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1005,
+ "TriggerType": 11,
+ "TypeParameter": "1003",
+ "GuideStep": [
+ 24001,
+ 24002,
+ 24003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1007,
+ "TriggerType": 11,
+ "TypeParameter": "1008",
+ "GuideStep": [
+ 25001,
+ 25002,
+ 25003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1009,
+ "TriggerType": 11,
+ "TypeParameter": "1010",
+ "GuideStep": [
+ 27001,
+ 27002
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1010,
+ "TriggerType": 2,
+ "TypeParameter": "360",
+ "GuideStep": [
+ 17001,
+ 17002,
+ 17003,
+ 17004,
+ 17005
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1011,
+ "TriggerType": 11,
+ "TypeParameter": "1016",
+ "GuideStep": [
+ 29001,
+ 29002
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1012,
+ "TriggerType": 2,
+ "TypeParameter": "662",
+ "GuideStep": [
+ 30001,
+ 30002
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1013,
+ "TriggerType": 11,
+ "TypeParameter": "1018",
+ "GuideStep": [
+ 33001,
+ 33002,
+ 33003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1016,
+ "TriggerType": 11,
+ "TypeParameter": "1020",
+ "GuideStep": [
+ 37001,
+ 37002,
+ 37003,
+ 37004
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1018,
+ "TriggerType": 11,
+ "TypeParameter": "1025",
+ "GuideStep": [
+ 39001
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1019,
+ "TriggerType": 11,
+ "TypeParameter": "1015",
+ "GuideStep": [
+ 40001
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1021,
+ "TriggerType": 11,
+ "TypeParameter": "1013",
+ "GuideStep": [
+ 43001,
+ 43002,
+ 43003,
+ 43004
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1022,
+ "TriggerType": 11,
+ "TypeParameter": "1021",
+ "GuideStep": [
+ 47001,
+ 47002,
+ 47003,
+ 47004,
+ 47005
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1023,
+ "TriggerType": 11,
+ "TypeParameter": "1014",
+ "GuideStep": [
+ 50001,
+ 50002,
+ 50003,
+ 50004,
+ 50005,
+ 50006,
+ 50007,
+ 50008
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1024,
+ "TriggerType": 11,
+ "TypeParameter": "1019",
+ "GuideStep": [
+ 52001,
+ 52002,
+ 52003,
+ 52004,
+ 52005,
+ 52006
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1025,
+ "TriggerType": 16,
+ "TypeParameter": "",
+ "GuideStep": [
+ 28001
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1027,
+ "TriggerType": 17,
+ "TypeParameter": "",
+ "GuideStep": [
+ 55001,
+ 55002,
+ 55003,
+ 55004
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ },
+ {
+ "Id": 1028,
+ "TriggerType": 3,
+ "TypeParameter": "SpecialRecycleShopWindow",
+ "GuideStep": [
+ 54001,
+ 54002,
+ 54003
+ ],
+ "CanPass": true,
+ "DropItemGroup": 0
+ }
+]
\ No newline at end of file
diff --git a/config/HeadIconConfigCategory.json b/config/HeadIconConfigCategory.json
new file mode 100644
index 0000000..0b9c8b6
--- /dev/null
+++ b/config/HeadIconConfigCategory.json
@@ -0,0 +1,107 @@
+[
+ {
+ "ID": 1,
+ "Type": 1,
+ "HeadIconName": "孩童男",
+ "HeadIcon": "Head_M_1001",
+ "Description": "孩童男"
+ },
+ {
+ "ID": 2,
+ "Type": 1,
+ "HeadIconName": "少年男",
+ "HeadIcon": "Head_M_2001",
+ "Description": "少年男"
+ },
+ {
+ "ID": 3,
+ "Type": 1,
+ "HeadIconName": "青年男",
+ "HeadIcon": "Head_M_3001",
+ "Description": "青年男"
+ },
+ {
+ "ID": 4,
+ "Type": 1,
+ "HeadIconName": "壮年男",
+ "HeadIcon": "Head_M_4001",
+ "Description": "壮年男"
+ },
+ {
+ "ID": 5,
+ "Type": 1,
+ "HeadIconName": "中年男",
+ "HeadIcon": "Head_M_5001",
+ "Description": "中年男"
+ },
+ {
+ "ID": 6,
+ "Type": 1,
+ "HeadIconName": "老年男",
+ "HeadIcon": "Head_M_6001",
+ "Description": "老年男"
+ },
+ {
+ "ID": 7,
+ "Type": 1,
+ "HeadIconName": "古稀男",
+ "HeadIcon": "Head_M_7001",
+ "Description": "古稀男"
+ },
+ {
+ "ID": 8,
+ "Type": 1,
+ "HeadIconName": "孩童女",
+ "HeadIcon": "Head_F_1001",
+ "Description": "孩童女"
+ },
+ {
+ "ID": 9,
+ "Type": 1,
+ "HeadIconName": "少年女",
+ "HeadIcon": "Head_F_2001",
+ "Description": "少年女"
+ },
+ {
+ "ID": 10,
+ "Type": 1,
+ "HeadIconName": "青年女",
+ "HeadIcon": "Head_F_3001",
+ "Description": "青年女"
+ },
+ {
+ "ID": 11,
+ "Type": 1,
+ "HeadIconName": "壮年女",
+ "HeadIcon": "Head_F_4001",
+ "Description": "壮年女"
+ },
+ {
+ "ID": 12,
+ "Type": 1,
+ "HeadIconName": "中年女",
+ "HeadIcon": "Head_F_5001",
+ "Description": "中年女"
+ },
+ {
+ "ID": 13,
+ "Type": 1,
+ "HeadIconName": "老年女",
+ "HeadIcon": "Head_F_6001",
+ "Description": "老年女"
+ },
+ {
+ "ID": 14,
+ "Type": 1,
+ "HeadIconName": "古稀女",
+ "HeadIcon": "Head_F_7001",
+ "Description": "古稀女"
+ },
+ {
+ "ID": 2000,
+ "Type": 2,
+ "HeadIconName": "默认头像框",
+ "HeadIcon": "HeadFrame_Default",
+ "Description": "默认头像框"
+ }
+]
\ No newline at end of file
diff --git a/config/HelpConfigCategory.json b/config/HelpConfigCategory.json
new file mode 100644
index 0000000..859a195
--- /dev/null
+++ b/config/HelpConfigCategory.json
@@ -0,0 +1,67 @@
+[
+ {
+ "id": 1,
+ "Group": 1,
+ "Page": 1,
+ "Stencil": 3,
+ "Picture1": "",
+ "Text1": "1. 等级:即庇护力的等级。表示村民在战斗中生命值为0时[color=#009a04]不会死亡[/color],只会受伤。等级越高,庇护村民的数量越多,施肥可以增加庇护等级升级所需的经验。\\n2. 当村民的数量超过不死树庇护能力后,战斗中生命值为0的村民,[color=#009a04]会死亡[/color]的个数为超过的数量。\\n3. 活力:影响摇一摇不死树后掉落物品的数量,[color=#009a04]活力越高掉落物品数量越多[/color]。\\n4. 村民数量超过庇护能力时,[color=#009a04]降低[/color]不死树的活力值上限。",
+ "Picture2": "",
+ "Text2": "5. 妖怪袭击,防守失败后。不死树的活力值会变为0,而后游戏里每天恢复当前上限值的20%。\\n6. 开花:不死树活力值达到当前上限后,[color=#009a04]隔1天[/color](游戏里的天数)会开花。开花时,会引来[color=#009a04]妖兽的袭击[/color]。\\n7. 结果:不死树开花后,且活力值达到当前上限,[color=#009a04]隔1天[/color]会结出[color=#009a04]寿果[/color]。摇一摇会掉落寿果,树下的4个位置可以安排村民获得寿果,增加[color=#009a04]寿命经验[/color]。\\n8. 凤羽:凤羽每天(现实时间)[color=#009a04]仅第1次[/color]摇树会获得。",
+ "Picture3": "",
+ "Text3": "",
+ "NextPage": 2
+ },
+ {
+ "id": 2,
+ "Group": 1,
+ "Page": 2,
+ "Stencil": 1,
+ "Picture1": "Help_Picture_1",
+ "Text1": "点击[color=#009a04]【施肥】[/color]按钮可以选择施肥所用的道具,给不死树施肥能够增加不死树的经验,不死树的经验越高庇护的村民数量就越多。",
+ "Picture2": "Help_Picture_2",
+ "Text2": "点击[color=#009a04]【掉落】[/color]按钮可以查看当前不死树的掉落物品情况。",
+ "Picture3": "",
+ "Text3": "",
+ "NextPage": 3
+ },
+ {
+ "id": 3,
+ "Group": 1,
+ "Page": 3,
+ "Stencil": 2,
+ "Picture1": "Help_Picture_3",
+ "Text1": "不死树开花后,第二天就会结果,结果时会有怪物前来攻击桃谷。\\n不死树结果后会出现[color=#009a04]【摇一摇】[/color]按钮,安排村民进行摇树可以增加村民的寿命经验。若当天一直没有安排村民摇树的话,夜里00:00寿果会自动掉落。\\n每天的第一次摇树还会掉落[color=#009a04]凤羽[/color],可以卖给商人换取铜币。",
+ "Picture2": "",
+ "Text2": "",
+ "Picture3": "",
+ "Text3": "",
+ "NextPage": 4
+ },
+ {
+ "id": 4,
+ "Group": 1,
+ "Page": 4,
+ "Stencil": 4,
+ "Picture1": "Help_Gif1",
+ "Text1": "不死树结果后会出现[color=#009a04]【摇一摇】[/color]按钮,安排村民进行摇树可以增加村民的寿命经验。若当天一直没有安排村民摇树的话,夜里00:00寿果会自动掉落。",
+ "Picture2": "",
+ "Text2": "",
+ "Picture3": "",
+ "Text3": "",
+ "NextPage": 0
+ },
+ {
+ "id": 5,
+ "Group": 2,
+ "Page": 1,
+ "Stencil": 3,
+ "Picture1": "",
+ "Text1": "1、运输目的地不同,所需要的时间也不同。\\n2、运输1000个货物需要消耗100个铜币(不足1000个按1000个计算)\\n3、还未运送到目的地的货物可在记录标签页中追回。",
+ "Picture2": "",
+ "Text2": "",
+ "Picture3": "",
+ "Text3": "",
+ "NextPage": 0
+ }
+]
\ No newline at end of file
diff --git a/config/HighlightConfigCategory.json b/config/HighlightConfigCategory.json
new file mode 100644
index 0000000..cc41fb7
--- /dev/null
+++ b/config/HighlightConfigCategory.json
@@ -0,0 +1,854 @@
+[
+ {
+ "Id": 1,
+ "Type": 5,
+ "Name": "",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1001,
+ "Type": 1,
+ "Name": "41",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1002,
+ "Type": 1,
+ "Name": "80",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1003,
+ "Type": 1,
+ "Name": "360",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1004,
+ "Type": 1,
+ "Name": "662",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1005,
+ "Type": 1,
+ "Name": "120",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1006,
+ "Type": 1,
+ "Name": "320",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1007,
+ "Type": 1,
+ "Name": "580",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1008,
+ "Type": 1,
+ "Name": "422",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1009,
+ "Type": 1,
+ "Name": "240",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 1010,
+ "Type": 1,
+ "Name": "244",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 2001,
+ "Type": 2,
+ "Name": "26",
+ "HighlightCircle": 1
+ },
+ {
+ "Id": 2002,
+ "Type": 2,
+ "Name": "30",
+ "HighlightCircle": 1
+ },
+ {
+ "Id": 2003,
+ "Type": 2,
+ "Name": "1",
+ "HighlightCircle": 1
+ },
+ {
+ "Id": 5001,
+ "Type": 5,
+ "Name": "Main.scaleBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5002,
+ "Type": 5,
+ "Name": "Main.SeasonInfoBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5003,
+ "Type": 5,
+ "Name": "Main.BuildingButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5004,
+ "Type": 5,
+ "Name": "Main.SynthesisButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5005,
+ "Type": 5,
+ "Name": "ResourceWindow.Panel.SinglePeopleItem",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5006,
+ "Type": 5,
+ "Name": "CommonSelectWorkerWindow.PeopleList.0",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5007,
+ "Type": 5,
+ "Name": "CommonSelectWorkerWindow.ConfirmButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5008,
+ "Type": 5,
+ "Name": "Main.n133",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5009,
+ "Type": 5,
+ "Name": "ValleyMainWindow.ScalePanel",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5010,
+ "Type": 5,
+ "Name": "ValleyMainWindow.ScalePanel.n76",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5011,
+ "Type": 5,
+ "Name": "ValleyMainWindow.ScalePanel.RequirementList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5012,
+ "Type": 5,
+ "Name": "Main.FeastButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5013,
+ "Type": 5,
+ "Name": "FeastWindow.FoodMenuButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5014,
+ "Type": 5,
+ "Name": "FeastWindow.FoodMenuPanel.CuisineList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5015,
+ "Type": 5,
+ "Name": "RepairBuildingWindow.n44",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5016,
+ "Type": 5,
+ "Name": "Main.FoodBar",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5017,
+ "Type": 5,
+ "Name": "FeastWindow.StartButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5018,
+ "Type": 5,
+ "Name": "BuildingWindow.CreateButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5019,
+ "Type": 5,
+ "Name": "UnitEditWindow.ConfirmButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5020,
+ "Type": 5,
+ "Name": "Main.SynthesisFoodButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5021,
+ "Type": 5,
+ "Name": "NightEventWindow.SkipNightBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5022,
+ "Type": 5,
+ "Name": "Main.SynthesisClotheButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5023,
+ "Type": 5,
+ "Name": "Main.SynthesisEquipButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5024,
+ "Type": 5,
+ "Name": "Main.PeopleButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5025,
+ "Type": 5,
+ "Name": "PeopleListWindow.n158",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5026,
+ "Type": 5,
+ "Name": "PartnerListWindow.DetailPanel",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5027,
+ "Type": 5,
+ "Name": "Main.SynthesisMaterialButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5028,
+ "Type": 5,
+ "Name": "Main.SynthesisMedicineButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5029,
+ "Type": 5,
+ "Name": "FarmlandWindow.Panel.ManagerFarmerInfo",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5030,
+ "Type": 5,
+ "Name": "FarmlandWindow.Panel.PlantSeedList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5031,
+ "Type": 5,
+ "Name": "CuisineWindow.CuisineTypeTab.0",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5032,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.FeedBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5033,
+ "Type": 5,
+ "Name": "FeedWindow.UsingBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5034,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.ShowInfoBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5035,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.ShowKillBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5036,
+ "Type": 5,
+ "Name": "KillWindow.ConfirmBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5037,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.ProductionList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5038,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.ChangeNameBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5039,
+ "Type": 5,
+ "Name": "CommonInputWindow.n0",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5040,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.StockList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5041,
+ "Type": 5,
+ "Name": "SchoolMainWindow.RoomCom.LessonBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5042,
+ "Type": 5,
+ "Name": "SchoolMainWindow.Desk",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5043,
+ "Type": 5,
+ "Name": "SchoolMainWindow.RoomCom.Teacher",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5044,
+ "Type": 5,
+ "Name": "SchoolMainWindow.RoomCom.StartBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5045,
+ "Type": 5,
+ "Name": "SchoolMainWindow.ChangeNameBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5046,
+ "Type": 5,
+ "Name": "CommonInputWindow.n0",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5047,
+ "Type": 5,
+ "Name": "SchoolMainWindow.SchoolList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5048,
+ "Type": 5,
+ "Name": "BuildingWindow.TabList.0",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5049,
+ "Type": 5,
+ "Name": "BuildingWindow.BuildingList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5050,
+ "Type": 5,
+ "Name": "MaterialSynthesisWindow.SynthesisListPanel",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5051,
+ "Type": 5,
+ "Name": "Main.StoreHouseButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5052,
+ "Type": 5,
+ "Name": "StoreHouseWindow.Panel.StoreFilterList.6",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5053,
+ "Type": 5,
+ "Name": "StoreHouseWindow.Panel.n33",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5054,
+ "Type": 5,
+ "Name": "MaterialSynthesisWindow.SynthesisInfoPanel.SynthesisButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5055,
+ "Type": 5,
+ "Name": "Main.SynthesisMaterialButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5056,
+ "Type": 5,
+ "Name": "StoreHouseWindow.Panel.StoreFilterList.1",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5057,
+ "Type": 5,
+ "Name": "ValleyMainWindow.ScalePanel.upgradeBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5058,
+ "Type": 5,
+ "Name": "FixedPositionSaplingSlotWindow.PlantBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5059,
+ "Type": 5,
+ "Name": "PeopleListWindow.NomadPanel.DetailPanel.PropertyList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5060,
+ "Type": 5,
+ "Name": "EquipForgingWindow.TabList.1",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5061,
+ "Type": 5,
+ "Name": "EquipForgingWindow.TabSubList.2",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5062,
+ "Type": 5,
+ "Name": "PartnerListWindow.PropertyList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5063,
+ "Type": 5,
+ "Name": "BuildingWindow.BuildingPlanCheckBox",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5064,
+ "Type": 5,
+ "Name": "BuildingWindow.BuildingList.0",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5065,
+ "Type": 5,
+ "Name": "PeopleListWindow.AgeBar",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5066,
+ "Type": 5,
+ "Name": "ImmortalTreeMainWindow.FertilizeBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5067,
+ "Type": 5,
+ "Name": "ImmortalTreeMainWindow.ShowDropBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5068,
+ "Type": 5,
+ "Name": "MedicineWindow.Bg.n35",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5069,
+ "Type": 5,
+ "Name": "ValleyFrozenTimeWindow.n25",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5070,
+ "Type": 5,
+ "Name": "ClothesSynthesisWindow.Bg.n35",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5071,
+ "Type": 5,
+ "Name": "BuildingWindow.n49",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5072,
+ "Type": 5,
+ "Name": "CommonSelectWorkerWindow.SelectNum",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5073,
+ "Type": 5,
+ "Name": "CommonSelectWorkerWindow.PeopleList.0.AttrRight",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5074,
+ "Type": 5,
+ "Name": "Main.PartnerButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5075,
+ "Type": 5,
+ "Name": "PartnerListWindow.EquipInfo",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5076,
+ "Type": 5,
+ "Name": "PartnerListWindow.ItemStorePanel",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5077,
+ "Type": 5,
+ "Name": "FixedPositionBuildingWindow.BG",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5078,
+ "Type": 5,
+ "Name": "MedicineWindow.Bg.n35",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5079,
+ "Type": 5,
+ "Name": "MedicineWindow.MedicineInfoPanel.AttrList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5080,
+ "Type": 5,
+ "Name": "CuisineWindow.Bg.n35",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5081,
+ "Type": 5,
+ "Name": "CuisineWindow.CuisineInfoPanel.AttrList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5082,
+ "Type": 5,
+ "Name": "ClothesSynthesisWindow.TabList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5083,
+ "Type": 5,
+ "Name": "ClothesSynthesisWindow.SynthesisInfoPanel.AttrList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5084,
+ "Type": 5,
+ "Name": "ClothesSynthesisWindow.TabList.4",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5085,
+ "Type": 5,
+ "Name": "FeastWindow.FoodMenuPanel",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5086,
+ "Type": 5,
+ "Name": "ImmortalTreeMainWindow.n36",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5087,
+ "Type": 5,
+ "Name": "Main.WorldMapButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5088,
+ "Type": 5,
+ "Name": "PartnerListWindow.PropertyList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5089,
+ "Type": 5,
+ "Name": "LiveStockMainWindow.EggHatchBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5090,
+ "Type": 5,
+ "Name": "ScienceMainWindow.StartButton",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5091,
+ "Type": 5,
+ "Name": "ScienceMainWindow.SelectScienceBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5092,
+ "Type": 5,
+ "Name": "ScienceMainWindow.PeopleList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5093,
+ "Type": 5,
+ "Name": "Main.n293",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5094,
+ "Type": 5,
+ "Name": "PartnerListWindow.PeopleList.1",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5095,
+ "Type": 5,
+ "Name": "PartnerListWindow.DressItemList.0.UpgradeBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5096,
+ "Type": 5,
+ "Name": "EquipUpgradeWindow.MaterialList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5097,
+ "Type": 5,
+ "Name": "EquipUpgradeWindow.AttrList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5098,
+ "Type": 5,
+ "Name": "EquipUpgradeWindow.LockReason",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5099,
+ "Type": 5,
+ "Name": "EquipUpgradeWindow.ConfirmBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5100,
+ "Type": 5,
+ "Name": "ImmortalTreeMainWindow.WorkerList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5101,
+ "Type": 5,
+ "Name": "ImmortalTreeMainWindow.ShakeTreeBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5102,
+ "Type": 5,
+ "Name": "TreasureSynthesisMainWindow.n8",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5103,
+ "Type": 5,
+ "Name": "WorldMapWindow.FlyBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5104,
+ "Type": 5,
+ "Name": "PartnerListWindow.BodySoul",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5105,
+ "Type": 5,
+ "Name": "PartnerBodySoulWindow.GrowPropertyList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5106,
+ "Type": 5,
+ "Name": "PartnerBodySoulWindow.BodySoulCostList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5107,
+ "Type": 5,
+ "Name": "PartnerBodySoulWindow.BodySoullUpgradeBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5108,
+ "Type": 5,
+ "Name": "PartnerListWindow.PeopleList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5109,
+ "Type": 5,
+ "Name": "TreasureSynthesisMainWindow.TabList.1",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5110,
+ "Type": 5,
+ "Name": "TreasureSynthesisMainWindow.HandBookPanel.List",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5111,
+ "Type": 5,
+ "Name": "TreasureSynthesisMainWindow.HandBookPanel.n25",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5112,
+ "Type": 5,
+ "Name": "TreasureSynthesisMainWindow.TabList.2",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5113,
+ "Type": 5,
+ "Name": "TreasureSynthesisMainWindow.MaterialList",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5114,
+ "Type": 5,
+ "Name": "Main.SelectMainPeopleBtn",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5115,
+ "Type": 5,
+ "Name": "SpecialRecycleShopWindow.n32",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 5116,
+ "Type": 5,
+ "Name": "SpecialRecycleShopWindow.n36",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 6001,
+ "Type": 6,
+ "Name": "1",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 6002,
+ "Type": 6,
+ "Name": "4",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 6003,
+ "Type": 6,
+ "Name": "16",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 6004,
+ "Type": 6,
+ "Name": "7",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 6005,
+ "Type": 6,
+ "Name": "460",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 7001,
+ "Type": 7,
+ "Name": "10",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 7002,
+ "Type": 7,
+ "Name": "1071",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 8001,
+ "Type": 8,
+ "Name": "18",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 9001,
+ "Type": 9,
+ "Name": "17",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 9002,
+ "Type": 9,
+ "Name": "1",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 10001,
+ "Type": 10,
+ "Name": "32",
+ "HighlightCircle": 0
+ },
+ {
+ "Id": 11001,
+ "Type": 11,
+ "Name": "",
+ "HighlightCircle": 0
+ }
+]
\ No newline at end of file
diff --git a/config/HolidaysConfigCategory.json b/config/HolidaysConfigCategory.json
new file mode 100644
index 0000000..443f942
--- /dev/null
+++ b/config/HolidaysConfigCategory.json
@@ -0,0 +1,226 @@
+[
+ {
+ "Id": 1,
+ "Year": 0,
+ "Month": 1,
+ "Date": 1,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 2,
+ "Year": 0,
+ "Month": 5,
+ "Date": 1,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 3,
+ "Year": 0,
+ "Month": 10,
+ "Date": 1,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 4,
+ "Year": 0,
+ "Month": 10,
+ "Date": 2,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 5,
+ "Year": 0,
+ "Month": 10,
+ "Date": 3,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 6,
+ "Year": 2022,
+ "Month": 12,
+ "Date": 31,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 7,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 1,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 8,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 2,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 9,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 21,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 10,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 22,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 11,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 23,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 12,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 24,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 13,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 25,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 14,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 26,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 15,
+ "Year": 2023,
+ "Month": 1,
+ "Date": 27,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 16,
+ "Year": 2023,
+ "Month": 4,
+ "Date": 5,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 17,
+ "Year": 2023,
+ "Month": 4,
+ "Date": 29,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 18,
+ "Year": 2023,
+ "Month": 4,
+ "Date": 30,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 19,
+ "Year": 2023,
+ "Month": 5,
+ "Date": 1,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 20,
+ "Year": 2023,
+ "Month": 5,
+ "Date": 2,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 21,
+ "Year": 2023,
+ "Month": 5,
+ "Date": 3,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 22,
+ "Year": 2023,
+ "Month": 6,
+ "Date": 22,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 23,
+ "Year": 2023,
+ "Month": 6,
+ "Date": 23,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 24,
+ "Year": 2023,
+ "Month": 6,
+ "Date": 24,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 25,
+ "Year": 2023,
+ "Month": 9,
+ "Date": 29,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 26,
+ "Year": 2023,
+ "Month": 9,
+ "Date": 30,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 27,
+ "Year": 2023,
+ "Month": 10,
+ "Date": 1,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 28,
+ "Year": 2023,
+ "Month": 10,
+ "Date": 2,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 29,
+ "Year": 2023,
+ "Month": 10,
+ "Date": 3,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 30,
+ "Year": 2023,
+ "Month": 10,
+ "Date": 4,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 31,
+ "Year": 2023,
+ "Month": 10,
+ "Date": 5,
+ "TimeLimit": 60
+ },
+ {
+ "Id": 32,
+ "Year": 2023,
+ "Month": 10,
+ "Date": 6,
+ "TimeLimit": 60
+ }
+]
\ No newline at end of file
diff --git a/config/ImmortalTreeConfigCategory.json b/config/ImmortalTreeConfigCategory.json
new file mode 100644
index 0000000..6d298dd
--- /dev/null
+++ b/config/ImmortalTreeConfigCategory.json
@@ -0,0 +1,8 @@
+[
+ {
+ "Id": 1,
+ "FertilizationTimes": 3,
+ "IrrigationTimes": 2,
+ "PrefabName": "ImmortalTree_1"
+ }
+]
\ No newline at end of file
diff --git a/config/ImmortalTreeLvConfigCategory.json b/config/ImmortalTreeLvConfigCategory.json
new file mode 100644
index 0000000..1f73a54
--- /dev/null
+++ b/config/ImmortalTreeLvConfigCategory.json
@@ -0,0 +1,1082 @@
+[
+ {
+ "Id": 1,
+ "Lv": 1,
+ "NextExp": 50,
+ "Num": 10,
+ "DEF": 0,
+ "MpMax": 1000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 5,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 2,
+ "Lv": 2,
+ "NextExp": 150,
+ "Num": 11,
+ "DEF": 0,
+ "MpMax": 2000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 6,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 3,
+ "Lv": 3,
+ "NextExp": 300,
+ "Num": 12,
+ "DEF": 0,
+ "MpMax": 3000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 7,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 4,
+ "Lv": 4,
+ "NextExp": 500,
+ "Num": 13,
+ "DEF": 0,
+ "MpMax": 4000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 8,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 5,
+ "Lv": 5,
+ "NextExp": 750,
+ "Num": 14,
+ "DEF": 0,
+ "MpMax": 5000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 9,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 6,
+ "Lv": 6,
+ "NextExp": 1050,
+ "Num": 15,
+ "DEF": 0,
+ "MpMax": 6000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 10,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 7,
+ "Lv": 7,
+ "NextExp": 1350,
+ "Num": 16,
+ "DEF": 0,
+ "MpMax": 7000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 11,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 8,
+ "Lv": 8,
+ "NextExp": 1700,
+ "Num": 17,
+ "DEF": 0,
+ "MpMax": 8000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 12,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 9,
+ "Lv": 9,
+ "NextExp": 2050,
+ "Num": 18,
+ "DEF": 0,
+ "MpMax": 9000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 13,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 10,
+ "Lv": 10,
+ "NextExp": 2500,
+ "Num": 19,
+ "DEF": 0,
+ "MpMax": 10000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 14,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 11,
+ "Lv": 11,
+ "NextExp": 2900,
+ "Num": 20,
+ "DEF": 0,
+ "MpMax": 11000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 15,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 12,
+ "Lv": 12,
+ "NextExp": 3400,
+ "Num": 21,
+ "DEF": 0,
+ "MpMax": 12000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 16,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 13,
+ "Lv": 13,
+ "NextExp": 3900,
+ "Num": 22,
+ "DEF": 0,
+ "MpMax": 13000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 17,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 14,
+ "Lv": 14,
+ "NextExp": 4400,
+ "Num": 23,
+ "DEF": 0,
+ "MpMax": 14000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 18,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 15,
+ "Lv": 15,
+ "NextExp": 4950,
+ "Num": 24,
+ "DEF": 0,
+ "MpMax": 15000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 19,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 16,
+ "Lv": 16,
+ "NextExp": 5550,
+ "Num": 25,
+ "DEF": 0,
+ "MpMax": 16000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 20,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 17,
+ "Lv": 17,
+ "NextExp": 6150,
+ "Num": 26,
+ "DEF": 0,
+ "MpMax": 17000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 21,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 18,
+ "Lv": 18,
+ "NextExp": 6800,
+ "Num": 27,
+ "DEF": 0,
+ "MpMax": 18000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 22,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 19,
+ "Lv": 19,
+ "NextExp": 7450,
+ "Num": 28,
+ "DEF": 0,
+ "MpMax": 19000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 23,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 20,
+ "Lv": 20,
+ "NextExp": 8100,
+ "Num": 29,
+ "DEF": 0,
+ "MpMax": 20000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 24,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 21,
+ "Lv": 21,
+ "NextExp": 8800,
+ "Num": 30,
+ "DEF": 0,
+ "MpMax": 21000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 25,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 22,
+ "Lv": 22,
+ "NextExp": 9550,
+ "Num": 31,
+ "DEF": 0,
+ "MpMax": 22000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 26,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 23,
+ "Lv": 23,
+ "NextExp": 10300,
+ "Num": 32,
+ "DEF": 0,
+ "MpMax": 23000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 27,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 24,
+ "Lv": 24,
+ "NextExp": 11100,
+ "Num": 33,
+ "DEF": 0,
+ "MpMax": 24000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 28,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 25,
+ "Lv": 25,
+ "NextExp": 11850,
+ "Num": 34,
+ "DEF": 0,
+ "MpMax": 25000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 29,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 26,
+ "Lv": 26,
+ "NextExp": 12700,
+ "Num": 35,
+ "DEF": 0,
+ "MpMax": 26000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 30,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 27,
+ "Lv": 27,
+ "NextExp": 13550,
+ "Num": 36,
+ "DEF": 0,
+ "MpMax": 27000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 31,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 28,
+ "Lv": 28,
+ "NextExp": 14400,
+ "Num": 37,
+ "DEF": 0,
+ "MpMax": 28000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 32,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 29,
+ "Lv": 29,
+ "NextExp": 15300,
+ "Num": 38,
+ "DEF": 0,
+ "MpMax": 29000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 33,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 30,
+ "Lv": 30,
+ "NextExp": 16200,
+ "Num": 39,
+ "DEF": 0,
+ "MpMax": 30000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 34,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 31,
+ "Lv": 31,
+ "NextExp": 17150,
+ "Num": 40,
+ "DEF": 0,
+ "MpMax": 31000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 35,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 32,
+ "Lv": 32,
+ "NextExp": 18100,
+ "Num": 41,
+ "DEF": 0,
+ "MpMax": 32000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 36,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 33,
+ "Lv": 33,
+ "NextExp": 19050,
+ "Num": 42,
+ "DEF": 0,
+ "MpMax": 33000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 37,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 34,
+ "Lv": 34,
+ "NextExp": 20050,
+ "Num": 43,
+ "DEF": 0,
+ "MpMax": 34000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 38,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 35,
+ "Lv": 35,
+ "NextExp": 21050,
+ "Num": 44,
+ "DEF": 0,
+ "MpMax": 35000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 39,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 36,
+ "Lv": 36,
+ "NextExp": 22100,
+ "Num": 45,
+ "DEF": 0,
+ "MpMax": 36000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 40,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 37,
+ "Lv": 37,
+ "NextExp": 23150,
+ "Num": 46,
+ "DEF": 0,
+ "MpMax": 37000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 41,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 38,
+ "Lv": 38,
+ "NextExp": 24200,
+ "Num": 47,
+ "DEF": 0,
+ "MpMax": 38000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 42,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 39,
+ "Lv": 39,
+ "NextExp": 25300,
+ "Num": 48,
+ "DEF": 0,
+ "MpMax": 39000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 43,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 40,
+ "Lv": 40,
+ "NextExp": 26450,
+ "Num": 49,
+ "DEF": 0,
+ "MpMax": 40000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 44,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 41,
+ "Lv": 41,
+ "NextExp": 27550,
+ "Num": 50,
+ "DEF": 0,
+ "MpMax": 41000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 45,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 42,
+ "Lv": 42,
+ "NextExp": 28700,
+ "Num": 51,
+ "DEF": 0,
+ "MpMax": 42000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 46,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 43,
+ "Lv": 43,
+ "NextExp": 29900,
+ "Num": 52,
+ "DEF": 0,
+ "MpMax": 43000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 47,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 44,
+ "Lv": 44,
+ "NextExp": 31100,
+ "Num": 53,
+ "DEF": 0,
+ "MpMax": 44000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 48,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 45,
+ "Lv": 45,
+ "NextExp": 32300,
+ "Num": 54,
+ "DEF": 0,
+ "MpMax": 45000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 49,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 46,
+ "Lv": 46,
+ "NextExp": 33500,
+ "Num": 55,
+ "DEF": 0,
+ "MpMax": 46000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 50,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 47,
+ "Lv": 47,
+ "NextExp": 34750,
+ "Num": 56,
+ "DEF": 0,
+ "MpMax": 47000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 51,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 48,
+ "Lv": 48,
+ "NextExp": 36050,
+ "Num": 57,
+ "DEF": 0,
+ "MpMax": 48000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 52,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 49,
+ "Lv": 49,
+ "NextExp": 37350,
+ "Num": 58,
+ "DEF": 0,
+ "MpMax": 49000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 53,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 50,
+ "Lv": 50,
+ "NextExp": 38650,
+ "Num": 59,
+ "DEF": 0,
+ "MpMax": 50000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 54,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 51,
+ "Lv": 51,
+ "NextExp": 39950,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 51000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 55,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 52,
+ "Lv": 52,
+ "NextExp": 41300,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 60000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 56,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 53,
+ "Lv": 53,
+ "NextExp": 42650,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 70000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 57,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 54,
+ "Lv": 54,
+ "NextExp": 44050,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 80000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 58,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 55,
+ "Lv": 55,
+ "NextExp": 45450,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 90000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 59,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 56,
+ "Lv": 56,
+ "NextExp": 46850,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 100000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 60,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 57,
+ "Lv": 57,
+ "NextExp": 48300,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 110000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 61,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 58,
+ "Lv": 58,
+ "NextExp": 49750,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 120000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 62,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 59,
+ "Lv": 59,
+ "NextExp": 51200,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 130000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 63,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ },
+ {
+ "Id": 60,
+ "Lv": 60,
+ "NextExp": 52700,
+ "Num": 60,
+ "DEF": 0,
+ "MpMax": 140000,
+ "ItemId_1": 7303,
+ "ItemNum_1": 64,
+ "ItemId_2": 200001,
+ "ItemNum_2": 1,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "ItemId_5": 0,
+ "ItemNum_5": 0
+ }
+]
\ No newline at end of file
diff --git a/config/InitialDanMuConfigCategory.json b/config/InitialDanMuConfigCategory.json
new file mode 100644
index 0000000..c03e210
--- /dev/null
+++ b/config/InitialDanMuConfigCategory.json
@@ -0,0 +1,328 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "Text": "测试弹幕,1-3规模,山谷",
+ "Scale": [
+ 1,
+ 2,
+ 3
+ ]
+ },
+ {
+ "Id": 2,
+ "GroupId": 1001,
+ "Text": "测试弹幕,4-6规模,山谷",
+ "Scale": [
+ 4,
+ 5,
+ 6
+ ]
+ },
+ {
+ "Id": 3,
+ "GroupId": 1001,
+ "Text": "测试弹幕,7-9规模,山谷",
+ "Scale": [
+ 7,
+ 8,
+ 9
+ ]
+ },
+ {
+ "Id": 4,
+ "GroupId": 1001,
+ "Text": "测试弹幕10-12规模,山谷",
+ "Scale": [
+ 10,
+ 11,
+ 12
+ ]
+ },
+ {
+ "Id": 5,
+ "GroupId": 1001,
+ "Text": "测试弹幕,13-15规模,山谷",
+ "Scale": [
+ 13,
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 6,
+ "GroupId": 1001,
+ "Text": "测试弹幕16-19规模,山谷",
+ "Scale": [
+ 16,
+ 17,
+ 18,
+ 19
+ ]
+ },
+ {
+ "Id": 7,
+ "GroupId": 1002,
+ "Text": "测试弹幕,4-6规模,渔溪村",
+ "Scale": [
+ 4,
+ 5,
+ 6
+ ]
+ },
+ {
+ "Id": 8,
+ "GroupId": 1002,
+ "Text": "测试弹幕,7-9规模,渔溪村",
+ "Scale": [
+ 7,
+ 8,
+ 9
+ ]
+ },
+ {
+ "Id": 9,
+ "GroupId": 1002,
+ "Text": "测试弹幕10-12规模,渔溪村",
+ "Scale": [
+ 10,
+ 11,
+ 12
+ ]
+ },
+ {
+ "Id": 10,
+ "GroupId": 1002,
+ "Text": "测试弹幕,13-15规模,渔溪村",
+ "Scale": [
+ 13,
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 11,
+ "GroupId": 1002,
+ "Text": "测试弹幕16-19规模,渔溪村",
+ "Scale": [
+ 16,
+ 17,
+ 18,
+ 19
+ ]
+ },
+ {
+ "Id": 12,
+ "GroupId": 1003,
+ "Text": "测试弹幕,4-6规模,赤丘山",
+ "Scale": [
+ 4,
+ 5,
+ 6
+ ]
+ },
+ {
+ "Id": 13,
+ "GroupId": 1003,
+ "Text": "测试弹幕,7-9规模,赤丘山",
+ "Scale": [
+ 7,
+ 8,
+ 9
+ ]
+ },
+ {
+ "Id": 14,
+ "GroupId": 1003,
+ "Text": "测试弹幕10-12规模,赤丘山",
+ "Scale": [
+ 10,
+ 11,
+ 12
+ ]
+ },
+ {
+ "Id": 15,
+ "GroupId": 1003,
+ "Text": "测试弹幕,13-15规模,赤丘山",
+ "Scale": [
+ 13,
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 16,
+ "GroupId": 1003,
+ "Text": "测试弹幕16-19规模,赤丘山",
+ "Scale": [
+ 16,
+ 17,
+ 18,
+ 19
+ ]
+ },
+ {
+ "Id": 17,
+ "GroupId": 1004,
+ "Text": "测试弹幕,4-6规模,太姥村",
+ "Scale": [
+ 4,
+ 5,
+ 6
+ ]
+ },
+ {
+ "Id": 18,
+ "GroupId": 1004,
+ "Text": "测试弹幕,7-9规模,太姥村",
+ "Scale": [
+ 7,
+ 8,
+ 9
+ ]
+ },
+ {
+ "Id": 19,
+ "GroupId": 1004,
+ "Text": "测试弹幕10-12规模,太姥村",
+ "Scale": [
+ 10,
+ 11,
+ 12
+ ]
+ },
+ {
+ "Id": 20,
+ "GroupId": 1004,
+ "Text": "测试弹幕,13-15规模,太姥村",
+ "Scale": [
+ 13,
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 21,
+ "GroupId": 1004,
+ "Text": "测试弹幕16-19规模,太姥村",
+ "Scale": [
+ 16,
+ 17,
+ 18,
+ 19
+ ]
+ },
+ {
+ "Id": 22,
+ "GroupId": 1005,
+ "Text": "测试弹幕,4-6规模,朱山镇",
+ "Scale": [
+ 4,
+ 5,
+ 6
+ ]
+ },
+ {
+ "Id": 23,
+ "GroupId": 1005,
+ "Text": "测试弹幕,7-9规模,朱山镇",
+ "Scale": [
+ 7,
+ 8,
+ 9
+ ]
+ },
+ {
+ "Id": 24,
+ "GroupId": 1005,
+ "Text": "测试弹幕10-12规模,朱山镇",
+ "Scale": [
+ 10,
+ 11,
+ 12
+ ]
+ },
+ {
+ "Id": 25,
+ "GroupId": 1005,
+ "Text": "测试弹幕,13-15规模,朱山镇",
+ "Scale": [
+ 13,
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 26,
+ "GroupId": 1005,
+ "Text": "测试弹幕16-19规模,朱山镇",
+ "Scale": [
+ 16,
+ 17,
+ 18,
+ 19
+ ]
+ },
+ {
+ "Id": 27,
+ "GroupId": 2001,
+ "Text": "测试弹幕,1-3规模,家宴界面",
+ "Scale": [
+ 1,
+ 2,
+ 3
+ ]
+ },
+ {
+ "Id": 28,
+ "GroupId": 2001,
+ "Text": "测试弹幕,4-6规模,家宴界面",
+ "Scale": [
+ 4,
+ 5,
+ 6
+ ]
+ },
+ {
+ "Id": 29,
+ "GroupId": 2001,
+ "Text": "测试弹幕,7-9规模,家宴界面",
+ "Scale": [
+ 7,
+ 8,
+ 9
+ ]
+ },
+ {
+ "Id": 30,
+ "GroupId": 2001,
+ "Text": "测试弹幕10-12规模,家宴界面",
+ "Scale": [
+ 10,
+ 11,
+ 12
+ ]
+ },
+ {
+ "Id": 31,
+ "GroupId": 2001,
+ "Text": "测试弹幕,13-15规模,家宴界面",
+ "Scale": [
+ 13,
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 32,
+ "GroupId": 2001,
+ "Text": "测试弹幕16-19规模,家宴界面",
+ "Scale": [
+ 16,
+ 17,
+ 18,
+ 19
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/InitialDialogueConfigCategory.json b/config/InitialDialogueConfigCategory.json
new file mode 100644
index 0000000..8c5dd0d
--- /dev/null
+++ b/config/InitialDialogueConfigCategory.json
@@ -0,0 +1,537 @@
+[
+ {
+ "Id": 1,
+ "DialogueText": 1,
+ "State": []
+ },
+ {
+ "Id": 2,
+ "DialogueText": 2,
+ "State": []
+ },
+ {
+ "Id": 3,
+ "DialogueText": 3,
+ "State": []
+ },
+ {
+ "Id": 4,
+ "DialogueText": 4,
+ "State": []
+ },
+ {
+ "Id": 5,
+ "DialogueText": 5,
+ "State": []
+ },
+ {
+ "Id": 6,
+ "DialogueText": 6,
+ "State": []
+ },
+ {
+ "Id": 7,
+ "DialogueText": 7,
+ "State": []
+ },
+ {
+ "Id": 8,
+ "DialogueText": 8,
+ "State": []
+ },
+ {
+ "Id": 9,
+ "DialogueText": 9,
+ "State": []
+ },
+ {
+ "Id": 10,
+ "DialogueText": 10,
+ "State": []
+ },
+ {
+ "Id": 11,
+ "DialogueText": 11,
+ "State": []
+ },
+ {
+ "Id": 12,
+ "DialogueText": 12,
+ "State": []
+ },
+ {
+ "Id": 13,
+ "DialogueText": 13,
+ "State": []
+ },
+ {
+ "Id": 14,
+ "DialogueText": 14,
+ "State": []
+ },
+ {
+ "Id": 15,
+ "DialogueText": 15,
+ "State": []
+ },
+ {
+ "Id": 16,
+ "DialogueText": 16,
+ "State": []
+ },
+ {
+ "Id": 51,
+ "DialogueText": 51,
+ "State": []
+ },
+ {
+ "Id": 52,
+ "DialogueText": 52,
+ "State": []
+ },
+ {
+ "Id": 53,
+ "DialogueText": 53,
+ "State": []
+ },
+ {
+ "Id": 54,
+ "DialogueText": 54,
+ "State": []
+ },
+ {
+ "Id": 55,
+ "DialogueText": 55,
+ "State": []
+ },
+ {
+ "Id": 56,
+ "DialogueText": 56,
+ "State": []
+ },
+ {
+ "Id": 57,
+ "DialogueText": 57,
+ "State": []
+ },
+ {
+ "Id": 58,
+ "DialogueText": 58,
+ "State": []
+ },
+ {
+ "Id": 59,
+ "DialogueText": 59,
+ "State": []
+ },
+ {
+ "Id": 60,
+ "DialogueText": 60,
+ "State": []
+ },
+ {
+ "Id": 61,
+ "DialogueText": 61,
+ "State": []
+ },
+ {
+ "Id": 62,
+ "DialogueText": 62,
+ "State": []
+ },
+ {
+ "Id": 63,
+ "DialogueText": 63,
+ "State": []
+ },
+ {
+ "Id": 64,
+ "DialogueText": 64,
+ "State": []
+ },
+ {
+ "Id": 65,
+ "DialogueText": 65,
+ "State": []
+ },
+ {
+ "Id": 66,
+ "DialogueText": 66,
+ "State": []
+ },
+ {
+ "Id": 67,
+ "DialogueText": 67,
+ "State": []
+ },
+ {
+ "Id": 68,
+ "DialogueText": 68,
+ "State": []
+ },
+ {
+ "Id": 69,
+ "DialogueText": 69,
+ "State": []
+ },
+ {
+ "Id": 70,
+ "DialogueText": 70,
+ "State": []
+ },
+ {
+ "Id": 71,
+ "DialogueText": 71,
+ "State": []
+ },
+ {
+ "Id": 101,
+ "DialogueText": 101,
+ "State": []
+ },
+ {
+ "Id": 102,
+ "DialogueText": 102,
+ "State": []
+ },
+ {
+ "Id": 103,
+ "DialogueText": 110,
+ "State": []
+ },
+ {
+ "Id": 104,
+ "DialogueText": 1001,
+ "State": []
+ },
+ {
+ "Id": 105,
+ "DialogueText": 106,
+ "State": [
+ 2
+ ]
+ },
+ {
+ "Id": 106,
+ "DialogueText": 105,
+ "State": [
+ 2
+ ]
+ },
+ {
+ "Id": 107,
+ "DialogueText": 103,
+ "State": []
+ },
+ {
+ "Id": 108,
+ "DialogueText": 104,
+ "State": []
+ },
+ {
+ "Id": 109,
+ "DialogueText": 107,
+ "State": [
+ 3
+ ]
+ },
+ {
+ "Id": 110,
+ "DialogueText": 108,
+ "State": [
+ 3
+ ]
+ },
+ {
+ "Id": 111,
+ "DialogueText": 109,
+ "State": []
+ },
+ {
+ "Id": 1017,
+ "DialogueText": 1031,
+ "State": []
+ },
+ {
+ "Id": 10000,
+ "DialogueText": 10000,
+ "State": []
+ },
+ {
+ "Id": 10001,
+ "DialogueText": 10001,
+ "State": []
+ },
+ {
+ "Id": 10002,
+ "DialogueText": 10005,
+ "State": []
+ },
+ {
+ "Id": 10003,
+ "DialogueText": 10006,
+ "State": []
+ },
+ {
+ "Id": 10004,
+ "DialogueText": 10008,
+ "State": [
+ 1
+ ]
+ },
+ {
+ "Id": 10005,
+ "DialogueText": 10009,
+ "State": []
+ },
+ {
+ "Id": 10006,
+ "DialogueText": 10011,
+ "State": []
+ },
+ {
+ "Id": 10007,
+ "DialogueText": 10013,
+ "State": []
+ },
+ {
+ "Id": 10008,
+ "DialogueText": 10015,
+ "State": []
+ },
+ {
+ "Id": 10009,
+ "DialogueText": 10016,
+ "State": []
+ },
+ {
+ "Id": 10010,
+ "DialogueText": 10017,
+ "State": []
+ },
+ {
+ "Id": 10011,
+ "DialogueText": 10018,
+ "State": []
+ },
+ {
+ "Id": 10012,
+ "DialogueText": 10019,
+ "State": []
+ },
+ {
+ "Id": 10013,
+ "DialogueText": 10020,
+ "State": []
+ },
+ {
+ "Id": 10014,
+ "DialogueText": 10021,
+ "State": []
+ },
+ {
+ "Id": 10015,
+ "DialogueText": 10022,
+ "State": []
+ },
+ {
+ "Id": 10016,
+ "DialogueText": 10023,
+ "State": []
+ },
+ {
+ "Id": 10017,
+ "DialogueText": 10024,
+ "State": []
+ },
+ {
+ "Id": 10018,
+ "DialogueText": 10025,
+ "State": []
+ },
+ {
+ "Id": 10019,
+ "DialogueText": 10026,
+ "State": []
+ },
+ {
+ "Id": 10020,
+ "DialogueText": 10027,
+ "State": []
+ },
+ {
+ "Id": 10021,
+ "DialogueText": 10028,
+ "State": []
+ },
+ {
+ "Id": 10022,
+ "DialogueText": 10029,
+ "State": []
+ },
+ {
+ "Id": 10023,
+ "DialogueText": 10030,
+ "State": []
+ },
+ {
+ "Id": 10024,
+ "DialogueText": 10031,
+ "State": []
+ },
+ {
+ "Id": 10025,
+ "DialogueText": 10032,
+ "State": []
+ },
+ {
+ "Id": 10026,
+ "DialogueText": 10033,
+ "State": []
+ },
+ {
+ "Id": 10027,
+ "DialogueText": 10034,
+ "State": []
+ },
+ {
+ "Id": 10028,
+ "DialogueText": 10035,
+ "State": []
+ },
+ {
+ "Id": 10029,
+ "DialogueText": 10036,
+ "State": []
+ },
+ {
+ "Id": 10030,
+ "DialogueText": 10037,
+ "State": []
+ },
+ {
+ "Id": 10031,
+ "DialogueText": 10038,
+ "State": []
+ },
+ {
+ "Id": 10032,
+ "DialogueText": 10039,
+ "State": []
+ },
+ {
+ "Id": 10033,
+ "DialogueText": 10040,
+ "State": []
+ },
+ {
+ "Id": 10034,
+ "DialogueText": 10041,
+ "State": []
+ },
+ {
+ "Id": 10035,
+ "DialogueText": 10042,
+ "State": []
+ },
+ {
+ "Id": 10036,
+ "DialogueText": 10043,
+ "State": []
+ },
+ {
+ "Id": 10037,
+ "DialogueText": 10044,
+ "State": []
+ },
+ {
+ "Id": 10038,
+ "DialogueText": 10045,
+ "State": []
+ },
+ {
+ "Id": 10039,
+ "DialogueText": 10046,
+ "State": []
+ },
+ {
+ "Id": 10040,
+ "DialogueText": 10047,
+ "State": []
+ },
+ {
+ "Id": 10041,
+ "DialogueText": 10048,
+ "State": []
+ },
+ {
+ "Id": 10042,
+ "DialogueText": 10049,
+ "State": []
+ },
+ {
+ "Id": 10043,
+ "DialogueText": 10050,
+ "State": []
+ },
+ {
+ "Id": 10044,
+ "DialogueText": 10051,
+ "State": []
+ },
+ {
+ "Id": 10045,
+ "DialogueText": 10052,
+ "State": []
+ },
+ {
+ "Id": 10046,
+ "DialogueText": 10053,
+ "State": []
+ },
+ {
+ "Id": 10047,
+ "DialogueText": 10054,
+ "State": []
+ },
+ {
+ "Id": 10048,
+ "DialogueText": 10055,
+ "State": []
+ },
+ {
+ "Id": 10049,
+ "DialogueText": 10056,
+ "State": []
+ },
+ {
+ "Id": 10050,
+ "DialogueText": 10057,
+ "State": []
+ },
+ {
+ "Id": 10051,
+ "DialogueText": 10058,
+ "State": []
+ },
+ {
+ "Id": 10052,
+ "DialogueText": 10059,
+ "State": []
+ },
+ {
+ "Id": 10053,
+ "DialogueText": 10060,
+ "State": []
+ },
+ {
+ "Id": 10054,
+ "DialogueText": 10061,
+ "State": []
+ },
+ {
+ "Id": 10055,
+ "DialogueText": 10062,
+ "State": []
+ }
+]
\ No newline at end of file
diff --git a/config/InitialItemConfigCategory.json b/config/InitialItemConfigCategory.json
new file mode 100644
index 0000000..9b25183
--- /dev/null
+++ b/config/InitialItemConfigCategory.json
@@ -0,0 +1,27 @@
+[
+ {
+ "Id": 2000,
+ "Type": 1,
+ "Amount": 200
+ },
+ {
+ "Id": 210000,
+ "Type": 1,
+ "Amount": 100
+ },
+ {
+ "Id": 230000,
+ "Type": 1,
+ "Amount": 10
+ },
+ {
+ "Id": 7206,
+ "Type": 1,
+ "Amount": 1
+ },
+ {
+ "Id": 133,
+ "Type": 1,
+ "Amount": 500
+ }
+]
\ No newline at end of file
diff --git a/config/InitialMonsterCategory.json b/config/InitialMonsterCategory.json
new file mode 100644
index 0000000..10cd736
--- /dev/null
+++ b/config/InitialMonsterCategory.json
@@ -0,0 +1,564 @@
+[
+ {
+ "InitMonsterItems": [
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 32,
+ "Region": 1001,
+ "Pos": {
+ "x": -9.47,
+ "y": -42.72
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -40.300003,
+ "y": -49.87
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -43.29,
+ "y": -51.66
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -47.710003,
+ "y": -48.64
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 35,
+ "Region": 1001,
+ "Pos": {
+ "x": 11.26,
+ "y": -48.44
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -37.750004,
+ "y": -48.41
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -34.800003,
+ "y": -50.26
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -33.730003,
+ "y": -53.87
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -36.980003,
+ "y": -52.43
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -40.440002,
+ "y": -46.38
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -45.9,
+ "y": -53.91
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -46.350002,
+ "y": -51.84
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -40.670002,
+ "y": -52.28
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 20,
+ "Region": 1001,
+ "Pos": {
+ "x": -44.770004,
+ "y": -48.67
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -40.070004,
+ "y": -34
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 33,
+ "Region": 1001,
+ "Pos": {
+ "x": -14.290003,
+ "y": -7.58
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 34,
+ "Region": 1001,
+ "Pos": {
+ "x": 38.14,
+ "y": -11.17
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 33,
+ "Region": 1001,
+ "Pos": {
+ "x": -35.820004,
+ "y": -1.29
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 1,
+ "Region": 1001,
+ "Pos": {
+ "x": -26.640003,
+ "y": -32.31
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -41.45,
+ "y": -35.53
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -42.06,
+ "y": -8.46
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -33.47,
+ "y": -10.93
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -30.900002,
+ "y": -2.41
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -40.910004,
+ "y": -2.47
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -32.81,
+ "y": 1.87
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 3,
+ "Region": 1001,
+ "Pos": {
+ "x": -38.140003,
+ "y": 2.09
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 1,
+ "Region": 1001,
+ "Pos": {
+ "x": -32.100002,
+ "y": -29.22
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 1,
+ "Region": 1001,
+ "Pos": {
+ "x": -23.440002,
+ "y": -24.31
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 1,
+ "Region": 1001,
+ "Pos": {
+ "x": -23.270002,
+ "y": -16.36
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 2,
+ "Region": 1001,
+ "Pos": {
+ "x": -12.070002,
+ "y": 2.56
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": -9.060002,
+ "y": -5.56
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 2,
+ "Region": 1001,
+ "Pos": {
+ "x": -17.880003,
+ "y": -0.19
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 2.3899975,
+ "y": -18.85
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 8.239998,
+ "y": -20.74
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 5.4099975,
+ "y": -12.56
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 13.449998,
+ "y": -16.27
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 19.549997,
+ "y": -41.48
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 28.159998,
+ "y": -36.13
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 40.979996,
+ "y": -32.87
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 35.829998,
+ "y": -18.66
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 30.609997,
+ "y": -9.23
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 33.559998,
+ "y": -2.45
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 41.42,
+ "y": -14.83
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 4,
+ "Region": 1001,
+ "Pos": {
+ "x": 42.609997,
+ "y": -5.27
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 35,
+ "Region": 1001,
+ "Pos": {
+ "x": -8.44,
+ "y": -40.46
+ }
+ },
+ {
+ "MonsterGroupConfigId": 1,
+ "MonsterConfigId": 1,
+ "Region": 1001,
+ "Pos": {
+ "x": -13.930002,
+ "y": -42.33
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3002,
+ "MonsterConfigId": 21,
+ "Region": 3002,
+ "Pos": {
+ "x": -105.5,
+ "y": 144
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3002,
+ "MonsterConfigId": 22,
+ "Region": 3002,
+ "Pos": {
+ "x": -110.65,
+ "y": 134.69
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3002,
+ "MonsterConfigId": 23,
+ "Region": 3002,
+ "Pos": {
+ "x": -106.85,
+ "y": 123.32
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3002,
+ "MonsterConfigId": 24,
+ "Region": 3002,
+ "Pos": {
+ "x": -89.3,
+ "y": 135.76
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3003,
+ "MonsterConfigId": 26,
+ "Region": 3003,
+ "Pos": {
+ "x": -189.27,
+ "y": 135.14
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3003,
+ "MonsterConfigId": 27,
+ "Region": 3003,
+ "Pos": {
+ "x": -170.11,
+ "y": 146.07
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3003,
+ "MonsterConfigId": 25,
+ "Region": 3003,
+ "Pos": {
+ "x": -190.52,
+ "y": 152.42
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3003,
+ "MonsterConfigId": 28,
+ "Region": 3003,
+ "Pos": {
+ "x": -214.56,
+ "y": 134.79
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3004,
+ "MonsterConfigId": 36,
+ "Region": 3004,
+ "Pos": {
+ "x": -294.9,
+ "y": 105.7
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3004,
+ "MonsterConfigId": 37,
+ "Region": 3004,
+ "Pos": {
+ "x": -307.76,
+ "y": 94.12
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3004,
+ "MonsterConfigId": 38,
+ "Region": 3004,
+ "Pos": {
+ "x": -286.38,
+ "y": 114.45
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3004,
+ "MonsterConfigId": 39,
+ "Region": 3004,
+ "Pos": {
+ "x": -271.7,
+ "y": 98.2
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3005,
+ "MonsterConfigId": 40,
+ "Region": 3005,
+ "Pos": {
+ "x": -229.56,
+ "y": -34.85
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3005,
+ "MonsterConfigId": 41,
+ "Region": 3005,
+ "Pos": {
+ "x": -218.68,
+ "y": -13.77
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3005,
+ "MonsterConfigId": 42,
+ "Region": 3005,
+ "Pos": {
+ "x": -204.92,
+ "y": -20.62
+ }
+ },
+ {
+ "MonsterGroupConfigId": 3005,
+ "MonsterConfigId": 43,
+ "Region": 3005,
+ "Pos": {
+ "x": -191.1,
+ "y": -28.8
+ }
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/InitialNpcCategory.json b/config/InitialNpcCategory.json
new file mode 100644
index 0000000..f62ec71
--- /dev/null
+++ b/config/InitialNpcCategory.json
@@ -0,0 +1,213 @@
+[
+ {
+ "InitNpcItems": [
+ {
+ "NpcConfigId": 3
+ },
+ {
+ "NpcConfigId": 7
+ },
+ {
+ "NpcConfigId": 1060
+ },
+ {
+ "NpcConfigId": 1064
+ },
+ {
+ "NpcConfigId": 1065
+ },
+ {
+ "NpcConfigId": 1061
+ },
+ {
+ "NpcConfigId": 1062
+ },
+ {
+ "NpcConfigId": 1066
+ },
+ {
+ "NpcConfigId": 1067
+ },
+ {
+ "NpcConfigId": 1063
+ },
+ {
+ "NpcConfigId": 6
+ },
+ {
+ "NpcConfigId": 5
+ },
+ {
+ "NpcConfigId": 4
+ },
+ {
+ "NpcConfigId": 1068
+ },
+ {
+ "NpcConfigId": 1069
+ },
+ {
+ "NpcConfigId": 3002009
+ },
+ {
+ "NpcConfigId": 3002010
+ },
+ {
+ "NpcConfigId": 3002012
+ },
+ {
+ "NpcConfigId": 99001
+ },
+ {
+ "NpcConfigId": 99000
+ },
+ {
+ "NpcConfigId": 1051
+ },
+ {
+ "NpcConfigId": 1070
+ },
+ {
+ "NpcConfigId": 1071
+ },
+ {
+ "NpcConfigId": 1058
+ },
+ {
+ "NpcConfigId": 1056
+ },
+ {
+ "NpcConfigId": 1053
+ },
+ {
+ "NpcConfigId": 8
+ },
+ {
+ "NpcConfigId": 2
+ },
+ {
+ "NpcConfigId": 99002
+ },
+ {
+ "NpcConfigId": 3002016
+ },
+ {
+ "NpcConfigId": 3002017
+ },
+ {
+ "NpcConfigId": 3002018
+ },
+ {
+ "NpcConfigId": 3002019
+ },
+ {
+ "NpcConfigId": 3003001
+ },
+ {
+ "NpcConfigId": 3003002
+ },
+ {
+ "NpcConfigId": 3003003
+ },
+ {
+ "NpcConfigId": 3003004
+ },
+ {
+ "NpcConfigId": 3003005
+ },
+ {
+ "NpcConfigId": 3003006
+ },
+ {
+ "NpcConfigId": 3003007
+ },
+ {
+ "NpcConfigId": 3003008
+ },
+ {
+ "NpcConfigId": 3003009
+ },
+ {
+ "NpcConfigId": 3004001
+ },
+ {
+ "NpcConfigId": 3004002
+ },
+ {
+ "NpcConfigId": 3004003
+ },
+ {
+ "NpcConfigId": 3004004
+ },
+ {
+ "NpcConfigId": 3004005
+ },
+ {
+ "NpcConfigId": 3004006
+ },
+ {
+ "NpcConfigId": 3004007
+ },
+ {
+ "NpcConfigId": 3004008
+ },
+ {
+ "NpcConfigId": 3004009
+ },
+ {
+ "NpcConfigId": 3005001
+ },
+ {
+ "NpcConfigId": 3005002
+ },
+ {
+ "NpcConfigId": 3005003
+ },
+ {
+ "NpcConfigId": 3005004
+ },
+ {
+ "NpcConfigId": 3005005
+ },
+ {
+ "NpcConfigId": 3005006
+ },
+ {
+ "NpcConfigId": 3005007
+ },
+ {
+ "NpcConfigId": 3005008
+ },
+ {
+ "NpcConfigId": 3002020
+ },
+ {
+ "NpcConfigId": 3003010
+ },
+ {
+ "NpcConfigId": 3004010
+ },
+ {
+ "NpcConfigId": 3004011
+ },
+ {
+ "NpcConfigId": 3004012
+ },
+ {
+ "NpcConfigId": 3004013
+ },
+ {
+ "NpcConfigId": 3005009
+ },
+ {
+ "NpcConfigId": 3005010
+ },
+ {
+ "NpcConfigId": 3005011
+ },
+ {
+ "NpcConfigId": 3005012
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/InitialResourceConfigCategory.json b/config/InitialResourceConfigCategory.json
new file mode 100644
index 0000000..0b6e1b9
--- /dev/null
+++ b/config/InitialResourceConfigCategory.json
@@ -0,0 +1,23 @@
+[
+ {
+ "Id": 1,
+ "Villagers": [
+ 1,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14
+ ],
+ "Warrior": [
+ 1
+ ],
+ "StartSeason": 1,
+ "StartTime": 600
+ }
+]
\ No newline at end of file
diff --git a/config/InitialVillagerConfigCategory.json b/config/InitialVillagerConfigCategory.json
new file mode 100644
index 0000000..2acca70
--- /dev/null
+++ b/config/InitialVillagerConfigCategory.json
@@ -0,0 +1,745 @@
+[
+ {
+ "Id": 1,
+ "FirstName": "柳",
+ "Name": "大富",
+ "Gender": 1,
+ "Genegration": 1,
+ "Personality": 1,
+ "Physique": 1,
+ "Age": 45,
+ "LifeMax": 55,
+ "StartHp": 100,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 18,
+ "Wisdom": 10,
+ "MoveSpeed": 25,
+ "Skill": [],
+ "SurvivalStatus": true,
+ "DisplayState": 1,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 11
+ ],
+ "Mother": [
+ 14
+ ],
+ "Wife": [
+ 7
+ ],
+ "brotherAndSister": [
+ 8
+ ],
+ "Child": [
+ 2,
+ 3
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 2,
+ "FirstName": "柳",
+ "Name": "长剩",
+ "Gender": 1,
+ "Personality": 2,
+ "Physique": 1,
+ "Age": 22,
+ "LifeMax": 55,
+ "StartHp": 120,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 25,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 1
+ ],
+ "Mother": [
+ 7
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 3
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 3,
+ "FirstName": "柳",
+ "Name": "长英",
+ "Gender": 1,
+ "Genegration": 1,
+ "Personality": 3,
+ "Physique": 1,
+ "Age": 20,
+ "LifeMax": 55,
+ "StartHp": 110,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 30,
+ "Skill": [
+ 4
+ ],
+ "SurvivalStatus": true,
+ "DisplayState": 1,
+ "Injury": 150,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 1
+ ],
+ "Mother": [
+ 7
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 2
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 4,
+ "FirstName": "鲍",
+ "Name": "小翠",
+ "Gender": 2,
+ "Genegration": 1,
+ "Personality": 5,
+ "Physique": 1,
+ "Age": 18,
+ "LifeMax": 55,
+ "StartHp": 100,
+ "StartATK": 3,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 14,
+ "Wisdom": 10,
+ "MoveSpeed": 22,
+ "Skill": [
+ 3
+ ],
+ "SurvivalStatus": true,
+ "DisplayState": 1,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 10
+ ],
+ "Mother": [
+ 9
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 5
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 5,
+ "FirstName": "鲍",
+ "Name": "青槐",
+ "Gender": 1,
+ "Personality": 3,
+ "Physique": 2,
+ "Age": 6,
+ "LifeMax": 55,
+ "StartHp": 100,
+ "StartATK": 1,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 6,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 10
+ ],
+ "Mother": [
+ 9
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 4
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 6,
+ "FirstName": "梅",
+ "Name": "小雪",
+ "Gender": 2,
+ "Genegration": 1,
+ "Personality": 9,
+ "Physique": 1,
+ "Age": 7,
+ "LifeMax": 60,
+ "StartHp": 60,
+ "StartATK": 1,
+ "StartDEF": 1,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 1,
+ "Wisdom": 5,
+ "MoveSpeed": 18,
+ "Skill": [],
+ "SurvivalStatus": true,
+ "DisplayState": 1,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 12
+ ],
+ "Mother": [
+ 13
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 9
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 7,
+ "FirstName": "屈",
+ "Name": "全妹",
+ "Gender": 2,
+ "Personality": 3,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 55,
+ "StartHp": 90,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 16,
+ "Wisdom": 10,
+ "MoveSpeed": 18,
+ "Skill": [
+ 6
+ ],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 1
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 8,
+ "FirstName": "柳",
+ "Name": "大贵",
+ "Gender": 1,
+ "Personality": 7,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 3,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 9,
+ "FirstName": "梅",
+ "Name": "花",
+ "Gender": 2,
+ "Personality": 8,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 10,
+ "FirstName": "鲍",
+ "Name": "云书",
+ "Gender": 1,
+ "Personality": 3,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 11,
+ "FirstName": "柳",
+ "Name": "庄",
+ "Gender": 1,
+ "Personality": 6,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 12,
+ "FirstName": "梅",
+ "Name": "文博",
+ "Gender": 1,
+ "Personality": 4,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 13,
+ "FirstName": "蔡",
+ "Name": "守姑",
+ "Gender": 2,
+ "Personality": 3,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 2,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 14,
+ "FirstName": "严",
+ "Name": "二姑",
+ "Gender": 2,
+ "Personality": 2,
+ "Physique": 1,
+ "Age": 60,
+ "LifeMax": 70,
+ "StartHp": 100,
+ "StartATK": 10,
+ "StartDEF": 10,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 10,
+ "Skill": [],
+ "SurvivalStatus": false,
+ "DisplayState": 3,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 15,
+ "FirstName": "车",
+ "Name": "平",
+ "Gender": 1,
+ "Genegration": 2,
+ "Personality": 3,
+ "Physique": 2,
+ "Age": 11,
+ "LifeMax": 70,
+ "StartHp": 110,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 30,
+ "Skill": [
+ 7
+ ],
+ "SurvivalStatus": true,
+ "DisplayState": 1,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ },
+ {
+ "Id": 16,
+ "FirstName": "乔",
+ "Name": "二娃",
+ "Gender": 2,
+ "Genegration": 2,
+ "Personality": 5,
+ "Physique": 2,
+ "Age": 5,
+ "LifeMax": 55,
+ "StartHp": 100,
+ "StartATK": 3,
+ "StartDEF": 2,
+ "HitRate": 90,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Labor": 14,
+ "Wisdom": 10,
+ "MoveSpeed": 22,
+ "Skill": [],
+ "SurvivalStatus": true,
+ "DisplayState": 1,
+ "Injury": 0,
+ "Illness": 0,
+ "Clothes": [
+ 3001,
+ 3008,
+ 3015,
+ 3022
+ ],
+ "Father": [
+ 0
+ ],
+ "Mother": [
+ 0
+ ],
+ "Wife": [
+ 0
+ ],
+ "brotherAndSister": [
+ 0
+ ],
+ "Child": [
+ 0
+ ],
+ "Skin": 1,
+ "HeadIcon": ""
+ }
+]
\ No newline at end of file
diff --git a/config/LaborConfigCategory.json b/config/LaborConfigCategory.json
new file mode 100644
index 0000000..f439c16
--- /dev/null
+++ b/config/LaborConfigCategory.json
@@ -0,0 +1,602 @@
+[
+ {
+ "Id": 1,
+ "Labor": 1,
+ "LaborExp": 15,
+ "IncomeCoefficient": 3
+ },
+ {
+ "Id": 2,
+ "Labor": 2,
+ "LaborExp": 18,
+ "IncomeCoefficient": 4
+ },
+ {
+ "Id": 3,
+ "Labor": 3,
+ "LaborExp": 24,
+ "IncomeCoefficient": 5
+ },
+ {
+ "Id": 4,
+ "Labor": 4,
+ "LaborExp": 33,
+ "IncomeCoefficient": 6
+ },
+ {
+ "Id": 5,
+ "Labor": 5,
+ "LaborExp": 45,
+ "IncomeCoefficient": 7
+ },
+ {
+ "Id": 6,
+ "Labor": 6,
+ "LaborExp": 60,
+ "IncomeCoefficient": 8
+ },
+ {
+ "Id": 7,
+ "Labor": 7,
+ "LaborExp": 78,
+ "IncomeCoefficient": 9
+ },
+ {
+ "Id": 8,
+ "Labor": 8,
+ "LaborExp": 99,
+ "IncomeCoefficient": 10
+ },
+ {
+ "Id": 9,
+ "Labor": 9,
+ "LaborExp": 123,
+ "IncomeCoefficient": 11
+ },
+ {
+ "Id": 10,
+ "Labor": 10,
+ "LaborExp": 150,
+ "IncomeCoefficient": 12
+ },
+ {
+ "Id": 11,
+ "Labor": 11,
+ "LaborExp": 180,
+ "IncomeCoefficient": 13
+ },
+ {
+ "Id": 12,
+ "Labor": 12,
+ "LaborExp": 213,
+ "IncomeCoefficient": 14
+ },
+ {
+ "Id": 13,
+ "Labor": 13,
+ "LaborExp": 249,
+ "IncomeCoefficient": 15
+ },
+ {
+ "Id": 14,
+ "Labor": 14,
+ "LaborExp": 288,
+ "IncomeCoefficient": 16
+ },
+ {
+ "Id": 15,
+ "Labor": 15,
+ "LaborExp": 330,
+ "IncomeCoefficient": 17
+ },
+ {
+ "Id": 16,
+ "Labor": 16,
+ "LaborExp": 375,
+ "IncomeCoefficient": 18
+ },
+ {
+ "Id": 17,
+ "Labor": 17,
+ "LaborExp": 423,
+ "IncomeCoefficient": 19
+ },
+ {
+ "Id": 18,
+ "Labor": 18,
+ "LaborExp": 474,
+ "IncomeCoefficient": 20
+ },
+ {
+ "Id": 19,
+ "Labor": 19,
+ "LaborExp": 528,
+ "IncomeCoefficient": 21
+ },
+ {
+ "Id": 20,
+ "Labor": 20,
+ "LaborExp": 585,
+ "IncomeCoefficient": 22
+ },
+ {
+ "Id": 21,
+ "Labor": 21,
+ "LaborExp": 645,
+ "IncomeCoefficient": 23
+ },
+ {
+ "Id": 22,
+ "Labor": 22,
+ "LaborExp": 708,
+ "IncomeCoefficient": 24
+ },
+ {
+ "Id": 23,
+ "Labor": 23,
+ "LaborExp": 774,
+ "IncomeCoefficient": 25
+ },
+ {
+ "Id": 24,
+ "Labor": 24,
+ "LaborExp": 843,
+ "IncomeCoefficient": 26
+ },
+ {
+ "Id": 25,
+ "Labor": 25,
+ "LaborExp": 915,
+ "IncomeCoefficient": 27
+ },
+ {
+ "Id": 26,
+ "Labor": 26,
+ "LaborExp": 990,
+ "IncomeCoefficient": 28
+ },
+ {
+ "Id": 27,
+ "Labor": 27,
+ "LaborExp": 1068,
+ "IncomeCoefficient": 29
+ },
+ {
+ "Id": 28,
+ "Labor": 28,
+ "LaborExp": 1149,
+ "IncomeCoefficient": 30
+ },
+ {
+ "Id": 29,
+ "Labor": 29,
+ "LaborExp": 1233,
+ "IncomeCoefficient": 31
+ },
+ {
+ "Id": 30,
+ "Labor": 30,
+ "LaborExp": 1320,
+ "IncomeCoefficient": 32
+ },
+ {
+ "Id": 31,
+ "Labor": 31,
+ "LaborExp": 1410,
+ "IncomeCoefficient": 33
+ },
+ {
+ "Id": 32,
+ "Labor": 32,
+ "LaborExp": 1503,
+ "IncomeCoefficient": 34
+ },
+ {
+ "Id": 33,
+ "Labor": 33,
+ "LaborExp": 1599,
+ "IncomeCoefficient": 35
+ },
+ {
+ "Id": 34,
+ "Labor": 34,
+ "LaborExp": 1698,
+ "IncomeCoefficient": 36
+ },
+ {
+ "Id": 35,
+ "Labor": 35,
+ "LaborExp": 1800,
+ "IncomeCoefficient": 37
+ },
+ {
+ "Id": 36,
+ "Labor": 36,
+ "LaborExp": 1905,
+ "IncomeCoefficient": 38
+ },
+ {
+ "Id": 37,
+ "Labor": 37,
+ "LaborExp": 2013,
+ "IncomeCoefficient": 39
+ },
+ {
+ "Id": 38,
+ "Labor": 38,
+ "LaborExp": 2124,
+ "IncomeCoefficient": 40
+ },
+ {
+ "Id": 39,
+ "Labor": 39,
+ "LaborExp": 2238,
+ "IncomeCoefficient": 41
+ },
+ {
+ "Id": 40,
+ "Labor": 40,
+ "LaborExp": 2355,
+ "IncomeCoefficient": 42
+ },
+ {
+ "Id": 41,
+ "Labor": 41,
+ "LaborExp": 2475,
+ "IncomeCoefficient": 43
+ },
+ {
+ "Id": 42,
+ "Labor": 42,
+ "LaborExp": 2598,
+ "IncomeCoefficient": 44
+ },
+ {
+ "Id": 43,
+ "Labor": 43,
+ "LaborExp": 2724,
+ "IncomeCoefficient": 45
+ },
+ {
+ "Id": 44,
+ "Labor": 44,
+ "LaborExp": 2853,
+ "IncomeCoefficient": 46
+ },
+ {
+ "Id": 45,
+ "Labor": 45,
+ "LaborExp": 2985,
+ "IncomeCoefficient": 47
+ },
+ {
+ "Id": 46,
+ "Labor": 46,
+ "LaborExp": 3120,
+ "IncomeCoefficient": 48
+ },
+ {
+ "Id": 47,
+ "Labor": 47,
+ "LaborExp": 3258,
+ "IncomeCoefficient": 49
+ },
+ {
+ "Id": 48,
+ "Labor": 48,
+ "LaborExp": 3399,
+ "IncomeCoefficient": 50
+ },
+ {
+ "Id": 49,
+ "Labor": 49,
+ "LaborExp": 3543,
+ "IncomeCoefficient": 51
+ },
+ {
+ "Id": 50,
+ "Labor": 50,
+ "LaborExp": 3690,
+ "IncomeCoefficient": 52
+ },
+ {
+ "Id": 51,
+ "Labor": 51,
+ "LaborExp": 3840,
+ "IncomeCoefficient": 53
+ },
+ {
+ "Id": 52,
+ "Labor": 52,
+ "LaborExp": 3993,
+ "IncomeCoefficient": 54
+ },
+ {
+ "Id": 53,
+ "Labor": 53,
+ "LaborExp": 4149,
+ "IncomeCoefficient": 55
+ },
+ {
+ "Id": 54,
+ "Labor": 54,
+ "LaborExp": 4308,
+ "IncomeCoefficient": 56
+ },
+ {
+ "Id": 55,
+ "Labor": 55,
+ "LaborExp": 4470,
+ "IncomeCoefficient": 57
+ },
+ {
+ "Id": 56,
+ "Labor": 56,
+ "LaborExp": 4635,
+ "IncomeCoefficient": 58
+ },
+ {
+ "Id": 57,
+ "Labor": 57,
+ "LaborExp": 4803,
+ "IncomeCoefficient": 59
+ },
+ {
+ "Id": 58,
+ "Labor": 58,
+ "LaborExp": 4974,
+ "IncomeCoefficient": 60
+ },
+ {
+ "Id": 59,
+ "Labor": 59,
+ "LaborExp": 5148,
+ "IncomeCoefficient": 61
+ },
+ {
+ "Id": 60,
+ "Labor": 60,
+ "LaborExp": 5325,
+ "IncomeCoefficient": 62
+ },
+ {
+ "Id": 61,
+ "Labor": 61,
+ "LaborExp": 5505,
+ "IncomeCoefficient": 63
+ },
+ {
+ "Id": 62,
+ "Labor": 62,
+ "LaborExp": 5688,
+ "IncomeCoefficient": 64
+ },
+ {
+ "Id": 63,
+ "Labor": 63,
+ "LaborExp": 5874,
+ "IncomeCoefficient": 65
+ },
+ {
+ "Id": 64,
+ "Labor": 64,
+ "LaborExp": 6063,
+ "IncomeCoefficient": 66
+ },
+ {
+ "Id": 65,
+ "Labor": 65,
+ "LaborExp": 6255,
+ "IncomeCoefficient": 67
+ },
+ {
+ "Id": 66,
+ "Labor": 66,
+ "LaborExp": 6450,
+ "IncomeCoefficient": 68
+ },
+ {
+ "Id": 67,
+ "Labor": 67,
+ "LaborExp": 6648,
+ "IncomeCoefficient": 69
+ },
+ {
+ "Id": 68,
+ "Labor": 68,
+ "LaborExp": 6849,
+ "IncomeCoefficient": 70
+ },
+ {
+ "Id": 69,
+ "Labor": 69,
+ "LaborExp": 7053,
+ "IncomeCoefficient": 71
+ },
+ {
+ "Id": 70,
+ "Labor": 70,
+ "LaborExp": 7260,
+ "IncomeCoefficient": 72
+ },
+ {
+ "Id": 71,
+ "Labor": 71,
+ "LaborExp": 7470,
+ "IncomeCoefficient": 73
+ },
+ {
+ "Id": 72,
+ "Labor": 72,
+ "LaborExp": 7683,
+ "IncomeCoefficient": 74
+ },
+ {
+ "Id": 73,
+ "Labor": 73,
+ "LaborExp": 7899,
+ "IncomeCoefficient": 75
+ },
+ {
+ "Id": 74,
+ "Labor": 74,
+ "LaborExp": 8118,
+ "IncomeCoefficient": 76
+ },
+ {
+ "Id": 75,
+ "Labor": 75,
+ "LaborExp": 8340,
+ "IncomeCoefficient": 77
+ },
+ {
+ "Id": 76,
+ "Labor": 76,
+ "LaborExp": 8565,
+ "IncomeCoefficient": 78
+ },
+ {
+ "Id": 77,
+ "Labor": 77,
+ "LaborExp": 8793,
+ "IncomeCoefficient": 79
+ },
+ {
+ "Id": 78,
+ "Labor": 78,
+ "LaborExp": 9024,
+ "IncomeCoefficient": 80
+ },
+ {
+ "Id": 79,
+ "Labor": 79,
+ "LaborExp": 9258,
+ "IncomeCoefficient": 81
+ },
+ {
+ "Id": 80,
+ "Labor": 80,
+ "LaborExp": 9495,
+ "IncomeCoefficient": 82
+ },
+ {
+ "Id": 81,
+ "Labor": 81,
+ "LaborExp": 9735,
+ "IncomeCoefficient": 83
+ },
+ {
+ "Id": 82,
+ "Labor": 82,
+ "LaborExp": 9978,
+ "IncomeCoefficient": 84
+ },
+ {
+ "Id": 83,
+ "Labor": 83,
+ "LaborExp": 10224,
+ "IncomeCoefficient": 85
+ },
+ {
+ "Id": 84,
+ "Labor": 84,
+ "LaborExp": 10473,
+ "IncomeCoefficient": 86
+ },
+ {
+ "Id": 85,
+ "Labor": 85,
+ "LaborExp": 10725,
+ "IncomeCoefficient": 87
+ },
+ {
+ "Id": 86,
+ "Labor": 86,
+ "LaborExp": 10980,
+ "IncomeCoefficient": 88
+ },
+ {
+ "Id": 87,
+ "Labor": 87,
+ "LaborExp": 11238,
+ "IncomeCoefficient": 89
+ },
+ {
+ "Id": 88,
+ "Labor": 88,
+ "LaborExp": 11499,
+ "IncomeCoefficient": 90
+ },
+ {
+ "Id": 89,
+ "Labor": 89,
+ "LaborExp": 11763,
+ "IncomeCoefficient": 91
+ },
+ {
+ "Id": 90,
+ "Labor": 90,
+ "LaborExp": 12030,
+ "IncomeCoefficient": 92
+ },
+ {
+ "Id": 91,
+ "Labor": 91,
+ "LaborExp": 12300,
+ "IncomeCoefficient": 93
+ },
+ {
+ "Id": 92,
+ "Labor": 92,
+ "LaborExp": 12573,
+ "IncomeCoefficient": 94
+ },
+ {
+ "Id": 93,
+ "Labor": 93,
+ "LaborExp": 12849,
+ "IncomeCoefficient": 95
+ },
+ {
+ "Id": 94,
+ "Labor": 94,
+ "LaborExp": 13128,
+ "IncomeCoefficient": 96
+ },
+ {
+ "Id": 95,
+ "Labor": 95,
+ "LaborExp": 13410,
+ "IncomeCoefficient": 97
+ },
+ {
+ "Id": 96,
+ "Labor": 96,
+ "LaborExp": 13695,
+ "IncomeCoefficient": 98
+ },
+ {
+ "Id": 97,
+ "Labor": 97,
+ "LaborExp": 13983,
+ "IncomeCoefficient": 99
+ },
+ {
+ "Id": 98,
+ "Labor": 98,
+ "LaborExp": 14274,
+ "IncomeCoefficient": 100
+ },
+ {
+ "Id": 99,
+ "Labor": 99,
+ "LaborExp": 14568,
+ "IncomeCoefficient": 101
+ },
+ {
+ "Id": 100,
+ "Labor": 100,
+ "LaborExp": 14865,
+ "IncomeCoefficient": 102
+ }
+]
\ No newline at end of file
diff --git a/config/LifeExpConfigCategory.json b/config/LifeExpConfigCategory.json
new file mode 100644
index 0000000..f6d2c1d
--- /dev/null
+++ b/config/LifeExpConfigCategory.json
@@ -0,0 +1,722 @@
+[
+ {
+ "Id": 1,
+ "Life": 1,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 2,
+ "Life": 2,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 3,
+ "Life": 3,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 4,
+ "Life": 4,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 5,
+ "Life": 5,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 6,
+ "Life": 6,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 7,
+ "Life": 7,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 8,
+ "Life": 8,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 9,
+ "Life": 9,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 10,
+ "Life": 10,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 11,
+ "Life": 11,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 12,
+ "Life": 12,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 13,
+ "Life": 13,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 14,
+ "Life": 14,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 15,
+ "Life": 15,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 16,
+ "Life": 16,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 17,
+ "Life": 17,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 18,
+ "Life": 18,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 19,
+ "Life": 19,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 20,
+ "Life": 20,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 21,
+ "Life": 21,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 22,
+ "Life": 22,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 23,
+ "Life": 23,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 24,
+ "Life": 24,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 25,
+ "Life": 25,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 26,
+ "Life": 26,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 27,
+ "Life": 27,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 28,
+ "Life": 28,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 29,
+ "Life": 29,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 30,
+ "Life": 30,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 31,
+ "Life": 31,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 32,
+ "Life": 32,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 33,
+ "Life": 33,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 34,
+ "Life": 34,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 35,
+ "Life": 35,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 36,
+ "Life": 36,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 37,
+ "Life": 37,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 38,
+ "Life": 38,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 39,
+ "Life": 39,
+ "LifeExp": 1,
+ "Show": 0
+ },
+ {
+ "Id": 40,
+ "Life": 40,
+ "LifeExp": 50,
+ "Show": 1
+ },
+ {
+ "Id": 41,
+ "Life": 41,
+ "LifeExp": 60,
+ "Show": 2
+ },
+ {
+ "Id": 42,
+ "Life": 42,
+ "LifeExp": 70,
+ "Show": 3
+ },
+ {
+ "Id": 43,
+ "Life": 43,
+ "LifeExp": 80,
+ "Show": 4
+ },
+ {
+ "Id": 44,
+ "Life": 44,
+ "LifeExp": 90,
+ "Show": 5
+ },
+ {
+ "Id": 45,
+ "Life": 45,
+ "LifeExp": 100,
+ "Show": 6
+ },
+ {
+ "Id": 46,
+ "Life": 46,
+ "LifeExp": 110,
+ "Show": 7
+ },
+ {
+ "Id": 47,
+ "Life": 47,
+ "LifeExp": 120,
+ "Show": 8
+ },
+ {
+ "Id": 48,
+ "Life": 48,
+ "LifeExp": 130,
+ "Show": 9
+ },
+ {
+ "Id": 49,
+ "Life": 49,
+ "LifeExp": 140,
+ "Show": 10
+ },
+ {
+ "Id": 50,
+ "Life": 50,
+ "LifeExp": 150,
+ "Show": 11
+ },
+ {
+ "Id": 51,
+ "Life": 51,
+ "LifeExp": 200,
+ "Show": 12
+ },
+ {
+ "Id": 52,
+ "Life": 52,
+ "LifeExp": 250,
+ "Show": 13
+ },
+ {
+ "Id": 53,
+ "Life": 53,
+ "LifeExp": 300,
+ "Show": 14
+ },
+ {
+ "Id": 54,
+ "Life": 54,
+ "LifeExp": 350,
+ "Show": 15
+ },
+ {
+ "Id": 55,
+ "Life": 55,
+ "LifeExp": 400,
+ "Show": 16
+ },
+ {
+ "Id": 56,
+ "Life": 56,
+ "LifeExp": 450,
+ "Show": 17
+ },
+ {
+ "Id": 57,
+ "Life": 57,
+ "LifeExp": 500,
+ "Show": 18
+ },
+ {
+ "Id": 58,
+ "Life": 58,
+ "LifeExp": 550,
+ "Show": 19
+ },
+ {
+ "Id": 59,
+ "Life": 59,
+ "LifeExp": 600,
+ "Show": 20
+ },
+ {
+ "Id": 60,
+ "Life": 60,
+ "LifeExp": 1500,
+ "Show": 21
+ },
+ {
+ "Id": 61,
+ "Life": 61,
+ "LifeExp": 2500,
+ "Show": 22
+ },
+ {
+ "Id": 62,
+ "Life": 62,
+ "LifeExp": 3500,
+ "Show": 23
+ },
+ {
+ "Id": 63,
+ "Life": 63,
+ "LifeExp": 4500,
+ "Show": 24
+ },
+ {
+ "Id": 64,
+ "Life": 64,
+ "LifeExp": 5500,
+ "Show": 25
+ },
+ {
+ "Id": 65,
+ "Life": 65,
+ "LifeExp": 6500,
+ "Show": 26
+ },
+ {
+ "Id": 66,
+ "Life": 66,
+ "LifeExp": 6600,
+ "Show": 27
+ },
+ {
+ "Id": 67,
+ "Life": 67,
+ "LifeExp": 6700,
+ "Show": 28
+ },
+ {
+ "Id": 68,
+ "Life": 68,
+ "LifeExp": 6800,
+ "Show": 29
+ },
+ {
+ "Id": 69,
+ "Life": 69,
+ "LifeExp": 6900,
+ "Show": 30
+ },
+ {
+ "Id": 70,
+ "Life": 70,
+ "LifeExp": 7000,
+ "Show": 31
+ },
+ {
+ "Id": 71,
+ "Life": 71,
+ "LifeExp": 7100,
+ "Show": 32
+ },
+ {
+ "Id": 72,
+ "Life": 72,
+ "LifeExp": 7200,
+ "Show": 33
+ },
+ {
+ "Id": 73,
+ "Life": 73,
+ "LifeExp": 7300,
+ "Show": 34
+ },
+ {
+ "Id": 74,
+ "Life": 74,
+ "LifeExp": 7400,
+ "Show": 35
+ },
+ {
+ "Id": 75,
+ "Life": 75,
+ "LifeExp": 7500,
+ "Show": 36
+ },
+ {
+ "Id": 76,
+ "Life": 76,
+ "LifeExp": 7600,
+ "Show": 37
+ },
+ {
+ "Id": 77,
+ "Life": 77,
+ "LifeExp": 7700,
+ "Show": 38
+ },
+ {
+ "Id": 78,
+ "Life": 78,
+ "LifeExp": 7800,
+ "Show": 39
+ },
+ {
+ "Id": 79,
+ "Life": 79,
+ "LifeExp": 7900,
+ "Show": 40
+ },
+ {
+ "Id": 80,
+ "Life": 80,
+ "LifeExp": 8000,
+ "Show": 41
+ },
+ {
+ "Id": 81,
+ "Life": 81,
+ "LifeExp": 8100,
+ "Show": 42
+ },
+ {
+ "Id": 82,
+ "Life": 82,
+ "LifeExp": 8200,
+ "Show": 43
+ },
+ {
+ "Id": 83,
+ "Life": 83,
+ "LifeExp": 8300,
+ "Show": 44
+ },
+ {
+ "Id": 84,
+ "Life": 84,
+ "LifeExp": 8400,
+ "Show": 45
+ },
+ {
+ "Id": 85,
+ "Life": 85,
+ "LifeExp": 8500,
+ "Show": 46
+ },
+ {
+ "Id": 86,
+ "Life": 86,
+ "LifeExp": 8600,
+ "Show": 47
+ },
+ {
+ "Id": 87,
+ "Life": 87,
+ "LifeExp": 8700,
+ "Show": 48
+ },
+ {
+ "Id": 88,
+ "Life": 88,
+ "LifeExp": 8800,
+ "Show": 49
+ },
+ {
+ "Id": 89,
+ "Life": 89,
+ "LifeExp": 8900,
+ "Show": 50
+ },
+ {
+ "Id": 90,
+ "Life": 90,
+ "LifeExp": 9000,
+ "Show": 51
+ },
+ {
+ "Id": 91,
+ "Life": 91,
+ "LifeExp": 9100,
+ "Show": 52
+ },
+ {
+ "Id": 92,
+ "Life": 92,
+ "LifeExp": 9200,
+ "Show": 53
+ },
+ {
+ "Id": 93,
+ "Life": 93,
+ "LifeExp": 9300,
+ "Show": 54
+ },
+ {
+ "Id": 94,
+ "Life": 94,
+ "LifeExp": 9400,
+ "Show": 55
+ },
+ {
+ "Id": 95,
+ "Life": 95,
+ "LifeExp": 9500,
+ "Show": 56
+ },
+ {
+ "Id": 96,
+ "Life": 96,
+ "LifeExp": 9600,
+ "Show": 57
+ },
+ {
+ "Id": 97,
+ "Life": 97,
+ "LifeExp": 9700,
+ "Show": 58
+ },
+ {
+ "Id": 98,
+ "Life": 98,
+ "LifeExp": 9800,
+ "Show": 59
+ },
+ {
+ "Id": 99,
+ "Life": 99,
+ "LifeExp": 9900,
+ "Show": 60
+ },
+ {
+ "Id": 100,
+ "Life": 100,
+ "LifeExp": 10000,
+ "Show": 61
+ },
+ {
+ "Id": 101,
+ "Life": 101,
+ "LifeExp": 10100,
+ "Show": 62
+ },
+ {
+ "Id": 102,
+ "Life": 102,
+ "LifeExp": 10200,
+ "Show": 63
+ },
+ {
+ "Id": 103,
+ "Life": 103,
+ "LifeExp": 10300,
+ "Show": 64
+ },
+ {
+ "Id": 104,
+ "Life": 104,
+ "LifeExp": 10400,
+ "Show": 65
+ },
+ {
+ "Id": 105,
+ "Life": 105,
+ "LifeExp": 10500,
+ "Show": 66
+ },
+ {
+ "Id": 106,
+ "Life": 106,
+ "LifeExp": 10600,
+ "Show": 67
+ },
+ {
+ "Id": 107,
+ "Life": 107,
+ "LifeExp": 10700,
+ "Show": 68
+ },
+ {
+ "Id": 108,
+ "Life": 108,
+ "LifeExp": 10800,
+ "Show": 69
+ },
+ {
+ "Id": 109,
+ "Life": 109,
+ "LifeExp": 10900,
+ "Show": 70
+ },
+ {
+ "Id": 110,
+ "Life": 110,
+ "LifeExp": 11000,
+ "Show": 71
+ },
+ {
+ "Id": 111,
+ "Life": 111,
+ "LifeExp": 11100,
+ "Show": 72
+ },
+ {
+ "Id": 112,
+ "Life": 112,
+ "LifeExp": 11200,
+ "Show": 73
+ },
+ {
+ "Id": 113,
+ "Life": 113,
+ "LifeExp": 11300,
+ "Show": 74
+ },
+ {
+ "Id": 114,
+ "Life": 114,
+ "LifeExp": 11400,
+ "Show": 75
+ },
+ {
+ "Id": 115,
+ "Life": 115,
+ "LifeExp": 11500,
+ "Show": 76
+ },
+ {
+ "Id": 116,
+ "Life": 116,
+ "LifeExp": 11600,
+ "Show": 77
+ },
+ {
+ "Id": 117,
+ "Life": 117,
+ "LifeExp": 11700,
+ "Show": 78
+ },
+ {
+ "Id": 118,
+ "Life": 118,
+ "LifeExp": 11800,
+ "Show": 79
+ },
+ {
+ "Id": 119,
+ "Life": 119,
+ "LifeExp": 11900,
+ "Show": 80
+ },
+ {
+ "Id": 120,
+ "Life": 120,
+ "LifeExp": 12000,
+ "Show": 81
+ }
+]
\ No newline at end of file
diff --git a/config/LinlinPresentConfigCategory.json b/config/LinlinPresentConfigCategory.json
new file mode 100644
index 0000000..bf0936d
--- /dev/null
+++ b/config/LinlinPresentConfigCategory.json
@@ -0,0 +1,116 @@
+[
+ {
+ "Id": 1,
+ "Scale": 1,
+ "Copper": 300,
+ "MonthlyCard": 300
+ },
+ {
+ "Id": 2,
+ "Scale": 2,
+ "Copper": 900,
+ "MonthlyCard": 900
+ },
+ {
+ "Id": 3,
+ "Scale": 3,
+ "Copper": 1650,
+ "MonthlyCard": 1650
+ },
+ {
+ "Id": 4,
+ "Scale": 4,
+ "Copper": 7500,
+ "MonthlyCard": 7500
+ },
+ {
+ "Id": 5,
+ "Scale": 5,
+ "Copper": 11250,
+ "MonthlyCard": 11250
+ },
+ {
+ "Id": 6,
+ "Scale": 6,
+ "Copper": 15000,
+ "MonthlyCard": 15000
+ },
+ {
+ "Id": 7,
+ "Scale": 7,
+ "Copper": 22500,
+ "MonthlyCard": 22500
+ },
+ {
+ "Id": 8,
+ "Scale": 8,
+ "Copper": 36750,
+ "MonthlyCard": 36750
+ },
+ {
+ "Id": 9,
+ "Scale": 9,
+ "Copper": 52500,
+ "MonthlyCard": 52500
+ },
+ {
+ "Id": 10,
+ "Scale": 10,
+ "Copper": 75000,
+ "MonthlyCard": 75000
+ },
+ {
+ "Id": 11,
+ "Scale": 11,
+ "Copper": 90000,
+ "MonthlyCard": 90000
+ },
+ {
+ "Id": 12,
+ "Scale": 12,
+ "Copper": 120000,
+ "MonthlyCard": 120000
+ },
+ {
+ "Id": 13,
+ "Scale": 13,
+ "Copper": 138750,
+ "MonthlyCard": 138750
+ },
+ {
+ "Id": 14,
+ "Scale": 14,
+ "Copper": 165000,
+ "MonthlyCard": 165000
+ },
+ {
+ "Id": 15,
+ "Scale": 15,
+ "Copper": 195000,
+ "MonthlyCard": 195000
+ },
+ {
+ "Id": 16,
+ "Scale": 16,
+ "Copper": 240000,
+ "MonthlyCard": 240000
+ },
+ {
+ "Id": 17,
+ "Scale": 17,
+ "Copper": 277500,
+ "MonthlyCard": 277500
+ },
+ {
+ "Id": 18,
+ "Scale": 18,
+ "Copper": 322500,
+ "MonthlyCard": 322500
+ },
+ {
+ "Id": 19,
+ "Scale": 19,
+ "Copper": 375000,
+ "MonthlyCard": 375000
+ }
+]
\ No newline at end of file
diff --git a/config/LiveStockConfigCategory.json b/config/LiveStockConfigCategory.json
new file mode 100644
index 0000000..a5e867c
--- /dev/null
+++ b/config/LiveStockConfigCategory.json
@@ -0,0 +1,130 @@
+[
+ {
+ "Id": 1001,
+ "Name": "鸡仔",
+ "Type": 1,
+ "Egg": 110,
+ "Variety": 1,
+ "Life": 2,
+ "NextStage": 1002,
+ "ConversionType": 111,
+ "ConversionBaseNum": 1,
+ "Output": 0,
+ "OutputBaseNum": [
+ 0
+ ],
+ "OutputCD": 0,
+ "FeedConsume": 5,
+ "MoveSpeed": 5,
+ "TransportSpeed": 0,
+ "MalePrefabName": "Livestock_1001",
+ "FemalePrefabName": "Livestock_1001"
+ },
+ {
+ "Id": 1002,
+ "Name": "鸡",
+ "Type": 1,
+ "Egg": -1,
+ "Variety": 1,
+ "Life": 10,
+ "NextStage": 0,
+ "ConversionType": 111,
+ "ConversionBaseNum": 1,
+ "Output": 110,
+ "OutputBaseNum": [
+ 2,
+ 3
+ ],
+ "OutputCD": 2,
+ "FeedConsume": 10,
+ "MoveSpeed": 10,
+ "TransportSpeed": 0,
+ "MalePrefabName": "Livestock_1002_M",
+ "FemalePrefabName": "Livestock_1002_F"
+ },
+ {
+ "Id": 2001,
+ "Name": "鸭仔",
+ "Type": 1,
+ "Egg": -1,
+ "Variety": 2,
+ "Life": 2,
+ "NextStage": 2002,
+ "ConversionType": 111,
+ "ConversionBaseNum": 1,
+ "Output": 0,
+ "OutputBaseNum": [
+ 0
+ ],
+ "OutputCD": 0,
+ "FeedConsume": 5,
+ "MoveSpeed": 5,
+ "TransportSpeed": 0,
+ "MalePrefabName": "Livestock_1001",
+ "FemalePrefabName": "Livestock_1001"
+ },
+ {
+ "Id": 2002,
+ "Name": "鸭",
+ "Type": 1,
+ "Egg": -1,
+ "Variety": 2,
+ "Life": 10,
+ "NextStage": 0,
+ "ConversionType": 111,
+ "ConversionBaseNum": 1,
+ "Output": 110,
+ "OutputBaseNum": [
+ 2,
+ 3
+ ],
+ "OutputCD": 2,
+ "FeedConsume": 10,
+ "MoveSpeed": 10,
+ "TransportSpeed": 0,
+ "MalePrefabName": "Livestock_1002_M",
+ "FemalePrefabName": "Livestock_1002_F"
+ },
+ {
+ "Id": 4001,
+ "Name": "猪仔",
+ "Type": 2,
+ "Egg": -1,
+ "Variety": 4,
+ "Life": 2,
+ "NextStage": 4002,
+ "ConversionType": 101,
+ "ConversionBaseNum": 1,
+ "Output": 0,
+ "OutputBaseNum": [
+ 0
+ ],
+ "OutputCD": 0,
+ "FeedConsume": 5,
+ "MoveSpeed": 5,
+ "TransportSpeed": 0,
+ "MalePrefabName": "Livestock_1001",
+ "FemalePrefabName": "Livestock_1001"
+ },
+ {
+ "Id": 4002,
+ "Name": "猪",
+ "Type": 2,
+ "Egg": -1,
+ "Variety": 4,
+ "Life": 10,
+ "NextStage": 0,
+ "ConversionType": 101,
+ "ConversionBaseNum": 1,
+ "Output": 0,
+ "OutputBaseNum": [
+ 0
+ ],
+ "OutputCD": 0,
+ "FeedConsume": 10,
+ "MoveSpeed": 5,
+ "TransportSpeed": 0,
+ "MalePrefabName": "Livestock_1002_M",
+ "FemalePrefabName": "Livestock_1002_F"
+ }
+]
\ No newline at end of file
diff --git a/config/LotteryExpendConfigCategory.json b/config/LotteryExpendConfigCategory.json
new file mode 100644
index 0000000..ee633fe
--- /dev/null
+++ b/config/LotteryExpendConfigCategory.json
@@ -0,0 +1,42 @@
+[
+ {
+ "Id": 1,
+ "Frequency": [
+ 1,
+ 7
+ ],
+ "SpendNum": 1
+ },
+ {
+ "Id": 2,
+ "Frequency": [
+ 8,
+ 12
+ ],
+ "SpendNum": 2
+ },
+ {
+ "Id": 3,
+ "Frequency": [
+ 13,
+ 15
+ ],
+ "SpendNum": 3
+ },
+ {
+ "Id": 4,
+ "Frequency": [
+ 16,
+ 18
+ ],
+ "SpendNum": 4
+ },
+ {
+ "Id": 5,
+ "Frequency": [
+ 19,
+ -1
+ ],
+ "SpendNum": 5
+ }
+]
\ No newline at end of file
diff --git a/config/LotteryGroupConfigCategory.json b/config/LotteryGroupConfigCategory.json
new file mode 100644
index 0000000..2e80827
--- /dev/null
+++ b/config/LotteryGroupConfigCategory.json
@@ -0,0 +1,7 @@
+[
+ {
+ "Id": 1,
+ "Type": 2,
+ "DropGroup": 1000
+ }
+]
\ No newline at end of file
diff --git a/config/LotteryWeightConfigCategory.json b/config/LotteryWeightConfigCategory.json
new file mode 100644
index 0000000..6fa41a1
--- /dev/null
+++ b/config/LotteryWeightConfigCategory.json
@@ -0,0 +1,149 @@
+[
+ {
+ "Id": 1,
+ "Layer": 1,
+ "latticeId": 101,
+ "Weight": 20,
+ "Culling": false
+ },
+ {
+ "Id": 2,
+ "Layer": 1,
+ "latticeId": 102,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 3,
+ "Layer": 1,
+ "latticeId": 103,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 4,
+ "Layer": 1,
+ "latticeId": 104,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 5,
+ "Layer": 1,
+ "latticeId": 105,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 6,
+ "Layer": 1,
+ "latticeId": 106,
+ "Weight": 20,
+ "Culling": false
+ },
+ {
+ "Id": 7,
+ "Layer": 2,
+ "latticeId": 201,
+ "Weight": 10,
+ "Culling": false
+ },
+ {
+ "Id": 8,
+ "Layer": 2,
+ "latticeId": 202,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 9,
+ "Layer": 2,
+ "latticeId": 203,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 10,
+ "Layer": 2,
+ "latticeId": 204,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 11,
+ "Layer": 2,
+ "latticeId": 205,
+ "Weight": 20,
+ "Culling": false
+ },
+ {
+ "Id": 12,
+ "Layer": 3,
+ "latticeId": 301,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 13,
+ "Layer": 3,
+ "latticeId": 302,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 14,
+ "Layer": 3,
+ "latticeId": 303,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 15,
+ "Layer": 3,
+ "latticeId": 304,
+ "Weight": 5,
+ "Culling": false
+ },
+ {
+ "Id": 16,
+ "Layer": 4,
+ "latticeId": 401,
+ "Weight": 30,
+ "Culling": true
+ },
+ {
+ "Id": 17,
+ "Layer": 4,
+ "latticeId": 402,
+ "Weight": 30,
+ "Culling": true
+ },
+ {
+ "Id": 18,
+ "Layer": 4,
+ "latticeId": 403,
+ "Weight": 5,
+ "Culling": false
+ },
+ {
+ "Id": 19,
+ "Layer": 5,
+ "latticeId": 501,
+ "Weight": 20,
+ "Culling": true
+ },
+ {
+ "Id": 20,
+ "Layer": 5,
+ "latticeId": 502,
+ "Weight": 1,
+ "Culling": false
+ },
+ {
+ "Id": 21,
+ "Layer": 6,
+ "latticeId": 601,
+ "Weight": 1,
+ "Culling": true
+ }
+]
\ No newline at end of file
diff --git a/config/MailConfigCategory.json b/config/MailConfigCategory.json
new file mode 100644
index 0000000..e7c1f5f
--- /dev/null
+++ b/config/MailConfigCategory.json
@@ -0,0 +1,62 @@
+[
+ {
+ "ID": 1,
+ "MailName": "欢迎谷主",
+ "Type": 1,
+ "OverdueType": 1,
+ "Greetings": "",
+ "Sender": "陶先生",
+ "Content": " 世界之大,此处桃谷乃是隐秘所在。寻得此处想必跋山涉水,披星戴月,历经千辛万苦。\n 谷内人烟稀少,但景色优美,资源丰富。很高兴与您相逢,老朽为谷主准备了一些见面礼,请您务必要收下。",
+ "Reward": 99997
+ },
+ {
+ "ID": 2,
+ "MailName": "月卡奖励补发",
+ "Type": 2,
+ "OverdueType": 1,
+ "Greetings": "",
+ "Sender": "陶先生",
+ "Content": "以下是谷主未领取的月卡奖励,请查收。",
+ "Reward": 99999
+ },
+ {
+ "ID": 3,
+ "MailName": "四凶兽排行奖励",
+ "Type": 3,
+ "OverdueType": 2,
+ "Greetings": "",
+ "Sender": "陶先生",
+ "Content": " 在四凶兽的挑战中,您排名为{名次},以下是您的奖励。",
+ "Reward": 0
+ },
+ {
+ "ID": 4,
+ "MailName": "守护者奖励",
+ "Type": 4,
+ "OverdueType": 2,
+ "Greetings": "",
+ "Sender": "陶先生",
+ "Content": " 尊敬的勇士,感谢您守护{村落名称},免受妖兽的侵袭。您的努力在众多守护者中,排名第{名次}。以下是老朽给您准备的一份厚礼,请笑纳!",
+ "Reward": 0
+ },
+ {
+ "ID": 5,
+ "MailName": "繁荣积分排行日奖励",
+ "Type": 5,
+ "OverdueType": 2,
+ "Greetings": "",
+ "Sender": "陶先生",
+ "Content": "尊敬的勇士,您昨日的繁荣积分排名为{名次},以下是您的奖励",
+ "Reward": 0
+ },
+ {
+ "ID": 6,
+ "MailName": "繁荣积分排行期奖励",
+ "Type": 6,
+ "OverdueType": 2,
+ "Greetings": "",
+ "Sender": "陶先生",
+ "Content": "尊敬的勇士,您上期的繁荣积分排名为{名次},以下是您的奖励",
+ "Reward": 0
+ }
+]
\ No newline at end of file
diff --git a/config/MainButtonConfigCategory.json b/config/MainButtonConfigCategory.json
new file mode 100644
index 0000000..438ee79
--- /dev/null
+++ b/config/MainButtonConfigCategory.json
@@ -0,0 +1,308 @@
+[
+ {
+ "Id": 1,
+ "Name": "家宴",
+ "UIName": "FeastButton",
+ "DisplayType": 2,
+ "Parameter": 40,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 2,
+ "Name": "制作",
+ "UIName": "SynthesisButton",
+ "DisplayType": 2,
+ "Parameter": 40,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 201,
+ "Name": "衣服",
+ "UIName": "SynthesisClotheButton",
+ "DisplayType": 2,
+ "Parameter": 100,
+ "FatherButton": 2,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 202,
+ "Name": "药品",
+ "UIName": "SynthesisMedicineButton",
+ "DisplayType": 2,
+ "Parameter": 80,
+ "FatherButton": 2,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 203,
+ "Name": "食物",
+ "UIName": "SynthesisFoodButton",
+ "DisplayType": 2,
+ "Parameter": 40,
+ "FatherButton": 2,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 3,
+ "Name": "建造",
+ "UIName": "BuildingButton",
+ "DisplayType": 3,
+ "Parameter": 1003,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 4,
+ "Name": "村民",
+ "UIName": "PeopleButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 5,
+ "Name": "勇士",
+ "UIName": "PartnerButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 6,
+ "Name": "仓库",
+ "UIName": "StoreHouseButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 7,
+ "Name": "任务",
+ "UIName": "TaskButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 8,
+ "Name": "选中主角",
+ "UIName": "SelectMainPeopleBtn",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 9,
+ "Name": "世界地图",
+ "UIName": "WorldMapButton",
+ "DisplayType": 3,
+ "Parameter": 1020,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 10,
+ "Name": "消息",
+ "UIName": "ValleyMessageBtn",
+ "DisplayType": 2,
+ "Parameter": 40,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 11,
+ "Name": "材料",
+ "UIName": "SynthesisMaterialButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 12,
+ "Name": "活动",
+ "UIName": "EventButton",
+ "DisplayType": 1,
+ "Parameter": 4,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1201,
+ "Name": "食为天",
+ "UIName": "ExchangeEventBtn",
+ "DisplayType": 1,
+ "Parameter": 6,
+ "FatherButton": 12,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1202,
+ "Name": "陵鱼洞",
+ "UIName": "DrawEventBtn",
+ "DisplayType": 1,
+ "Parameter": 7,
+ "FatherButton": 12,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1203,
+ "Name": "排行榜",
+ "UIName": "RankingBtn",
+ "DisplayType": 1,
+ "Parameter": 4,
+ "FatherButton": 12,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 13,
+ "Name": "挑战",
+ "UIName": "ChallengeButton",
+ "DisplayType": 1,
+ "Parameter": 5,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1301,
+ "Name": "四凶兽",
+ "UIName": "ChallengeFightBtn",
+ "DisplayType": 1,
+ "Parameter": 5,
+ "FatherButton": 13,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1302,
+ "Name": "兽潮",
+ "UIName": "ChallengeWarButton",
+ "DisplayType": 1,
+ "Parameter": 6,
+ "FatherButton": 13,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 14,
+ "Name": "其他",
+ "UIName": "SettingPanelBtn",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 0,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1401,
+ "Name": "一元商店",
+ "UIName": "OneYuanShoppingMallBtn",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1402,
+ "Name": "商店",
+ "UIName": "ShoppingMallBtn",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1403,
+ "Name": "图鉴",
+ "UIName": "ManualButton",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1404,
+ "Name": "族谱",
+ "UIName": "FamilyTreeBtn",
+ "DisplayType": 2,
+ "Parameter": 260,
+ "FatherButton": 14,
+ "UnlockCondition": "建造宗厅后解锁"
+ },
+ {
+ "Id": 1405,
+ "Name": "编辑",
+ "UIName": "EditUnitButton",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1406,
+ "Name": "种植",
+ "UIName": "EditResourceButton",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1407,
+ "Name": "新手补给",
+ "UIName": "SupplyButton",
+ "DisplayType": 1,
+ "Parameter": 2,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模2解锁"
+ },
+ {
+ "Id": 1408,
+ "Name": "好友",
+ "UIName": "FriendBtn",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1409,
+ "Name": "邮件",
+ "UIName": "MailButton",
+ "DisplayType": 1,
+ "Parameter": 3,
+ "FatherButton": 14,
+ "UnlockCondition": "达到规模3解锁"
+ },
+ {
+ "Id": 1410,
+ "Name": "公告",
+ "UIName": "AnnouncementButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 14,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1411,
+ "Name": "设置",
+ "UIName": "SettingButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 14,
+ "UnlockCondition": ""
+ },
+ {
+ "Id": 1412,
+ "Name": "暂停游戏",
+ "UIName": "PauseButton",
+ "DisplayType": 0,
+ "Parameter": 0,
+ "FatherButton": 14,
+ "UnlockCondition": ""
+ }
+]
\ No newline at end of file
diff --git a/config/MedicineConfigCategory.json b/config/MedicineConfigCategory.json
new file mode 100644
index 0000000..e1bb69c
--- /dev/null
+++ b/config/MedicineConfigCategory.json
@@ -0,0 +1,332 @@
+[
+ {
+ "Id": 1,
+ "Name": "跌打散",
+ "Type": 1,
+ "Toxicity": 10,
+ "MedicinalEfficacy": 30,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 101
+ },
+ {
+ "Id": 2,
+ "Name": "金创药",
+ "Type": 1,
+ "Toxicity": 10,
+ "MedicinalEfficacy": 45,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 102
+ },
+ {
+ "Id": 3,
+ "Name": "田七散",
+ "Type": 1,
+ "Toxicity": 8,
+ "MedicinalEfficacy": 70,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 103
+ },
+ {
+ "Id": 4,
+ "Name": "箭骨散",
+ "Type": 1,
+ "Toxicity": 6,
+ "MedicinalEfficacy": 100,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 104
+ },
+ {
+ "Id": 5,
+ "Name": "断续膏",
+ "Type": 1,
+ "Toxicity": 4,
+ "MedicinalEfficacy": 150,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 105
+ },
+ {
+ "Id": 11,
+ "Name": "跌打散",
+ "Type": 1,
+ "Toxicity": 5,
+ "MedicinalEfficacy": 40,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 121
+ },
+ {
+ "Id": 12,
+ "Name": "金创药",
+ "Type": 1,
+ "Toxicity": 4,
+ "MedicinalEfficacy": 55,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 122
+ },
+ {
+ "Id": 13,
+ "Name": "田七散",
+ "Type": 1,
+ "Toxicity": 3,
+ "MedicinalEfficacy": 85,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 123
+ },
+ {
+ "Id": 14,
+ "Name": "箭骨散",
+ "Type": 1,
+ "Toxicity": 2,
+ "MedicinalEfficacy": 120,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 124
+ },
+ {
+ "Id": 15,
+ "Name": "断续膏",
+ "Type": 1,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 180,
+ "TakeBody": 3,
+ "NumLimit": -1,
+ "Buff": 125
+ },
+ {
+ "Id": 201,
+ "Name": "葛根汤",
+ "Type": 2,
+ "Toxicity": 10,
+ "MedicinalEfficacy": 30,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 141
+ },
+ {
+ "Id": 202,
+ "Name": "香蒲汤",
+ "Type": 2,
+ "Toxicity": 10,
+ "MedicinalEfficacy": 45,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 142
+ },
+ {
+ "Id": 203,
+ "Name": "白虎汤",
+ "Type": 2,
+ "Toxicity": 8,
+ "MedicinalEfficacy": 70,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 143
+ },
+ {
+ "Id": 204,
+ "Name": "独活汤",
+ "Type": 2,
+ "Toxicity": 6,
+ "MedicinalEfficacy": 100,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 144
+ },
+ {
+ "Id": 205,
+ "Name": "回神汤",
+ "Type": 2,
+ "Toxicity": 4,
+ "MedicinalEfficacy": 150,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 145
+ },
+ {
+ "Id": 211,
+ "Name": "葛根汤",
+ "Type": 2,
+ "Toxicity": 5,
+ "MedicinalEfficacy": 40,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 161
+ },
+ {
+ "Id": 212,
+ "Name": "香蒲汤",
+ "Type": 2,
+ "Toxicity": 4,
+ "MedicinalEfficacy": 55,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 162
+ },
+ {
+ "Id": 213,
+ "Name": "白虎汤",
+ "Type": 2,
+ "Toxicity": 3,
+ "MedicinalEfficacy": 85,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 163
+ },
+ {
+ "Id": 214,
+ "Name": "独活汤",
+ "Type": 2,
+ "Toxicity": 2,
+ "MedicinalEfficacy": 120,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 164
+ },
+ {
+ "Id": 215,
+ "Name": "回神汤",
+ "Type": 2,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 180,
+ "TakeBody": 2,
+ "NumLimit": -1,
+ "Buff": 165
+ },
+ {
+ "Id": 301,
+ "Name": "七品生命丹",
+ "Type": 3,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 50,
+ "TakeBody": 1,
+ "NumLimit": 20,
+ "Buff": 231
+ },
+ {
+ "Id": 302,
+ "Name": "七品防御丹",
+ "Type": 3,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 10,
+ "TakeBody": 1,
+ "NumLimit": 20,
+ "Buff": 232
+ },
+ {
+ "Id": 303,
+ "Name": "七品攻击丹",
+ "Type": 3,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 10,
+ "TakeBody": 1,
+ "NumLimit": 20,
+ "Buff": 233
+ },
+ {
+ "Id": 304,
+ "Name": "七品寿命丹",
+ "Type": 3,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 1,
+ "TakeBody": 2,
+ "NumLimit": 3,
+ "Buff": 234
+ },
+ {
+ "Id": 305,
+ "Name": "七品劳力丹",
+ "Type": 3,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 1,
+ "TakeBody": 2,
+ "NumLimit": 3,
+ "Buff": 235
+ },
+ {
+ "Id": 306,
+ "Name": "七品智慧丹",
+ "Type": 3,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 1,
+ "TakeBody": 2,
+ "NumLimit": 3,
+ "Buff": 236
+ },
+ {
+ "Id": 401,
+ "Name": "七品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 20,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 241
+ },
+ {
+ "Id": 402,
+ "Name": "六品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 40,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 242
+ },
+ {
+ "Id": 403,
+ "Name": "五品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 80,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 243
+ },
+ {
+ "Id": 404,
+ "Name": "四品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 120,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 244
+ },
+ {
+ "Id": 405,
+ "Name": "三品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 180,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 245
+ },
+ {
+ "Id": 406,
+ "Name": "二品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 240,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 246
+ },
+ {
+ "Id": 407,
+ "Name": "一品回血丹",
+ "Type": 4,
+ "Toxicity": 0,
+ "MedicinalEfficacy": 300,
+ "TakeBody": 1,
+ "NumLimit": -1,
+ "Buff": 247
+ }
+]
\ No newline at end of file
diff --git a/config/MessageTipsConfigCategory.json b/config/MessageTipsConfigCategory.json
new file mode 100644
index 0000000..5009464
--- /dev/null
+++ b/config/MessageTipsConfigCategory.json
@@ -0,0 +1,162 @@
+[
+ {
+ "Id": 2,
+ "MsgTitle": "居所不足",
+ "Type": 2,
+ "Priority": 60,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": false,
+ "HintType": 1,
+ "DisplayText": "居所不足",
+ "MsgText": "[color=#009a04]{0}[/color]个村民没有居所,入夜后容易生病",
+ "HasButton": false,
+ "ButtonText": "",
+ "MsgIcon": "Msg_Icon_2"
+ },
+ {
+ "Id": 3,
+ "MsgTitle": "商人来访",
+ "Type": 3,
+ "Priority": 65,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": false,
+ "HintType": 2,
+ "DisplayText": "出现商人",
+ "MsgText": "[color=#009a04]{0}[/color]正在城门口",
+ "HasButton": false,
+ "ButtonText": "",
+ "MsgIcon": "Msg_Icon_3"
+ },
+ {
+ "Id": 4,
+ "MsgTitle": "村民去世",
+ "Type": 4,
+ "Priority": 60,
+ "IsShake": false,
+ "Refresh": true,
+ "IsDisplay": false,
+ "Clear": true,
+ "HintType": 1,
+ "DisplayText": "村民去世",
+ "MsgText": "[color=#009a04]{0}[/color]逝世了,享年[color=#009a04]{1}岁[/color]",
+ "HasButton": true,
+ "ButtonText": "下一条",
+ "MsgIcon": ""
+ },
+ {
+ "Id": 5,
+ "MsgTitle": "身体不适",
+ "Type": 5,
+ "Priority": 59,
+ "IsShake": false,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": true,
+ "HintType": 1,
+ "DisplayText": "身体不适",
+ "MsgText": "[color=#009a04]{0}[/color]处于{1}中,正在卧床修养,无法劳作",
+ "HasButton": false,
+ "ButtonText": "",
+ "MsgIcon": "Msg_Icon_5"
+ },
+ {
+ "Id": 6,
+ "MsgTitle": "前方战情",
+ "Type": 6,
+ "Priority": 65,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": true,
+ "HintType": 1,
+ "DisplayText": "前方战情",
+ "MsgText": "急!桃谷内正在发生战斗!",
+ "HasButton": true,
+ "ButtonText": "查看",
+ "MsgIcon": "Msg_Icon_6"
+ },
+ {
+ "Id": 7,
+ "MsgTitle": "缺少禽舍",
+ "Type": 7,
+ "Priority": 68,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": false,
+ "HintType": 1,
+ "DisplayText": "缺少禽舍",
+ "MsgText": "有[color=#009a04]{0}[/color]只家禽没有禽舍,入夜后会逃走",
+ "HasButton": false,
+ "ButtonText": "",
+ "MsgIcon": "Msg_Icon_7"
+ },
+ {
+ "Id": 8,
+ "MsgTitle": "缺少畜棚",
+ "Type": 8,
+ "Priority": 68,
+ "IsShake": false,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": false,
+ "HintType": 1,
+ "DisplayText": "缺少畜棚",
+ "MsgText": "有[color=#009a04]{0}[/color]只家畜没有畜棚,入夜后会逃走",
+ "HasButton": false,
+ "ButtonText": "",
+ "MsgIcon": "Msg_Icon_8"
+ },
+ {
+ "Id": 9,
+ "MsgTitle": "村落礼物",
+ "Type": 9,
+ "Priority": 60,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": true,
+ "HintType": 2,
+ "DisplayText": "村落礼物",
+ "MsgText": "礼厅收到了来自谷外村落的礼物",
+ "HasButton": true,
+ "ButtonText": "查看",
+ "MsgIcon": "Msg_Icon_9"
+ },
+ {
+ "Id": 10,
+ "MsgTitle": "陵陵来啦",
+ "Type": 10,
+ "Priority": 60,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": true,
+ "HintType": 2,
+ "DisplayText": "陵陵来啦",
+ "MsgText": "陵陵带着每日补给来了!",
+ "HasButton": true,
+ "ButtonText": "查看",
+ "MsgIcon": "Msg_Icon_10"
+ },
+ {
+ "Id": 11,
+ "MsgTitle": "有人在吗",
+ "Type": 11,
+ "Priority": 68,
+ "IsShake": true,
+ "Refresh": false,
+ "IsDisplay": true,
+ "Clear": false,
+ "HintType": 2,
+ "DisplayText": "有人在吗",
+ "MsgText": "似乎有人误入此地,去看看吧",
+ "HasButton": true,
+ "ButtonText": "查看",
+ "MsgIcon": "Msg_Icon_11"
+ }
+]
\ No newline at end of file
diff --git a/config/MoneyConfigCategory.json b/config/MoneyConfigCategory.json
new file mode 100644
index 0000000..a27e385
--- /dev/null
+++ b/config/MoneyConfigCategory.json
@@ -0,0 +1,26 @@
+[
+ {
+ "Id": 1,
+ "Name": "铜钱",
+ "Enums": 1,
+ "ItemId": 210000
+ },
+ {
+ "Id": 2,
+ "Name": "金元宝",
+ "Enums": 2,
+ "ItemId": 220000
+ },
+ {
+ "Id": 3,
+ "Name": "刀币",
+ "Enums": 3,
+ "ItemId": 210001
+ },
+ {
+ "Id": 4,
+ "Name": "夜明珠",
+ "Enums": 4,
+ "ItemId": 705
+ }
+]
\ No newline at end of file
diff --git a/config/MonsterAiConfigCategory.json b/config/MonsterAiConfigCategory.json
new file mode 100644
index 0000000..b05114f
--- /dev/null
+++ b/config/MonsterAiConfigCategory.json
@@ -0,0 +1,227 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 15,
+ "Priority": 4,
+ "CastSkill": 20011,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 2,
+ "GroupId": 1,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 50,
+ "Priority": 3,
+ "CastSkill": 20021,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 3,
+ "GroupId": 1,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 120,
+ "Priority": 2,
+ "CastSkill": 20031,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 4,
+ "GroupId": 2,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 15,
+ "Priority": 4,
+ "CastSkill": 20121,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 5,
+ "GroupId": 2,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 50,
+ "Priority": 3,
+ "CastSkill": 20131,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 6,
+ "GroupId": 2,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 120,
+ "Priority": 2,
+ "CastSkill": 20141,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 7,
+ "GroupId": 3,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 15,
+ "Priority": 4,
+ "CastSkill": 20221,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 8,
+ "GroupId": 3,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 50,
+ "Priority": 3,
+ "CastSkill": 20231,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 9,
+ "GroupId": 3,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 120,
+ "Priority": 2,
+ "CastSkill": 20241,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 10,
+ "GroupId": 4,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 15,
+ "Priority": 4,
+ "CastSkill": 20321,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 11,
+ "GroupId": 4,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 50,
+ "Priority": 3,
+ "CastSkill": 20331,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 12,
+ "GroupId": 4,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 120,
+ "Priority": 2,
+ "CastSkill": 20341,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 15,
+ "GroupId": 1000,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10020,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 16,
+ "GroupId": 1001,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10040,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 17,
+ "GroupId": 1002,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 2,
+ "CastSkill": 10060,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 18,
+ "GroupId": 1002,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 15,
+ "Priority": 1,
+ "CastSkill": 10070,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 19,
+ "GroupId": 1003,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10120,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 20,
+ "GroupId": 1004,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10150,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 21,
+ "GroupId": 1005,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10170,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 22,
+ "GroupId": 1006,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10220,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 23,
+ "GroupId": 1007,
+ "TriggeringConditions": 3,
+ "ConditionParameters": 10,
+ "Priority": 1,
+ "CastSkill": 10240,
+ "CastFrequency": -1
+ },
+ {
+ "Id": 1001,
+ "GroupId": 1,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 0,
+ "Priority": 1,
+ "CastSkill": 11001,
+ "CastFrequency": 1
+ },
+ {
+ "Id": 1002,
+ "GroupId": 2,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 0,
+ "Priority": 1,
+ "CastSkill": 11001,
+ "CastFrequency": 1
+ },
+ {
+ "Id": 1003,
+ "GroupId": 3,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 0,
+ "Priority": 1,
+ "CastSkill": 11001,
+ "CastFrequency": 1
+ },
+ {
+ "Id": 1004,
+ "GroupId": 4,
+ "TriggeringConditions": 4,
+ "ConditionParameters": 0,
+ "Priority": 1,
+ "CastSkill": 11001,
+ "CastFrequency": 1
+ }
+]
\ No newline at end of file
diff --git a/config/MonsterConfigCategory.json b/config/MonsterConfigCategory.json
new file mode 100644
index 0000000..2cb9d82
--- /dev/null
+++ b/config/MonsterConfigCategory.json
@@ -0,0 +1,35326 @@
+[
+ {
+ "Id": 1,
+ "Type": 1,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 8,
+ "HP": 100,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 5
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2,
+ "Type": 1,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 10,
+ "HP": 130,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 3,
+ 6
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3,
+ "Type": 1,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 12,
+ "HP": 180,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 4,
+ 7
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 4,
+ "Type": 1,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 14,
+ "HP": 225,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 5,
+ 8
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 5,
+ "Type": 1,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 15,
+ "HP": 480,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 9
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 6,
+ "Type": 1,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 21,
+ "HP": 780,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 7,
+ 10
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 7,
+ "Type": 1,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 30,
+ "HP": 1140,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 11
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 8,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 8,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 787,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 9,
+ 12
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 9,
+ "Type": 1,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 2070,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 10,
+ 13
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10,
+ "Type": 1,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 83,
+ "HP": 2670,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 11,
+ 14
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 11,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 111,
+ "HP": 3735,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 12,
+ 15
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 12,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 144,
+ "HP": 4620,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 13,
+ 16
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 13,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 184,
+ "HP": 5655,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 17
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 14,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 230,
+ "HP": 6585,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 15,
+ 18
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 15,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 284,
+ "HP": 7860,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 19
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 16,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 344,
+ "HP": 9315,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 19
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 17,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 412,
+ "HP": 10935,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 19
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 18,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 488,
+ "HP": 12735,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 19
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 19,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 573,
+ "HP": 14745,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 19
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 20,
+ "Type": 1,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 8,
+ "HP": 120,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 5,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 17,
+ 20
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 21,
+ "Type": 1,
+ "Name": "猩猩精英",
+ "InitialDisplay": false,
+ "BodySoulLv": 2,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 10,
+ "HP": 1200,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 300,
+ 500
+ ],
+ "DropGroup": 20803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 22,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 787,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 200,
+ 300
+ ],
+ "DropGroup": 20802,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 23,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 787,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 200,
+ 300
+ ],
+ "DropGroup": 20802,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 24,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 787,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 200,
+ 300
+ ],
+ "DropGroup": 20802,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 25,
+ "Type": 1,
+ "Name": "猩猩王",
+ "InitialDisplay": false,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 150,
+ "HP": 3000,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 5,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 800,
+ 1000
+ ],
+ "DropGroup": 21203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 26,
+ "Type": 1,
+ "Name": "猩猩精英",
+ "InitialDisplay": false,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 83,
+ "HP": 1335,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 300,
+ 500
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 27,
+ "Type": 1,
+ "Name": "猩猩精英",
+ "InitialDisplay": false,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 83,
+ "HP": 1335,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 300,
+ 500
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 28,
+ "Type": 1,
+ "Name": "猩猩精英",
+ "InitialDisplay": false,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 83,
+ "HP": 1335,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 300,
+ 500
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 31,
+ "Type": 1,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 14,
+ "HP": 270,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 18,
+ 21
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 32,
+ "Type": 1,
+ "Name": "猩猩小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 14,
+ "HP": 350,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 5,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": -1,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 30
+ ],
+ "DropGroup": 19000,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 33,
+ "Type": 1,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 17,
+ "HP": 700,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 5,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 40,
+ 60
+ ],
+ "DropGroup": 19001,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 34,
+ "Type": 1,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 20,
+ "HP": 1260,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 5,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 100
+ ],
+ "DropGroup": 19002,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 35,
+ "Type": 1,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 8,
+ "HP": 100,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 5,
+ 20
+ ],
+ "DropGroup": 19101,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 36,
+ "Type": 1,
+ "Name": "猎猎王",
+ "InitialDisplay": false,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 250,
+ "HP": 4620,
+ "DEF": 3,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 1200,
+ 2000
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 37,
+ "Type": 1,
+ "Name": "猎猎小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 7,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 120,
+ "HP": 2310,
+ "DEF": 3,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 500,
+ 800
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 38,
+ "Type": 1,
+ "Name": "猎猎小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 7,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 120,
+ "HP": 2310,
+ "DEF": 3,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 500,
+ 800
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 39,
+ "Type": 1,
+ "Name": "猎猎小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 7,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 120,
+ "HP": 2310,
+ "DEF": 3,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 500,
+ 800
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 40,
+ "Type": 1,
+ "Name": "奇雀王",
+ "InitialDisplay": false,
+ "BodySoulLv": 10,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 461,
+ "HP": 6585,
+ "DEF": 4,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2000,
+ 3000
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 100,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 41,
+ "Type": 1,
+ "Name": "奇雀小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 10,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 230,
+ "HP": 3292,
+ "DEF": 4,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 1000,
+ 1500
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 42,
+ "Type": 1,
+ "Name": "奇雀小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 10,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 230,
+ "HP": 3292,
+ "DEF": 4,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 1000,
+ 1500
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 43,
+ "Type": 1,
+ "Name": "奇雀小怪",
+ "InitialDisplay": false,
+ "BodySoulLv": 10,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 230,
+ "HP": 3292,
+ "DEF": 4,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 3,
+ "ChasingCircle": 7,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 1000,
+ 1500
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 40,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1101,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 10,
+ "HP": 68,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1201,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 14,
+ "HP": 88,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 4,
+ 6
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1301,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 18,
+ "HP": 283,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 8
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1302,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 14,
+ "HP": 400,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 8
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1303,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 28,
+ "HP": 500,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 8
+ ],
+ "DropGroup": 20403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1401,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 16,
+ "HP": 114,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1402,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 17,
+ "HP": 143,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1403,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 18,
+ "HP": 172,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1404,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 19,
+ "HP": 201,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1405,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 21,
+ "HP": 230,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 20401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1406,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 27,
+ "HP": 295,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 4,
+ 6
+ ],
+ "DropGroup": 20402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1407,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 33,
+ "HP": 343,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 4,
+ 6
+ ],
+ "DropGroup": 20402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1408,
+ "Type": 2,
+ "Name": "狼王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 27,
+ "HP": 393,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 8
+ ],
+ "DropGroup": 20403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1409,
+ "Type": 2,
+ "Name": "狼王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 33,
+ "HP": 451,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 8
+ ],
+ "DropGroup": 20403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1501,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 21,
+ "HP": 230,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 20501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1502,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 23,
+ "HP": 259,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 20501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1503,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 25,
+ "HP": 289,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 20501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1504,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 27,
+ "HP": 319,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 20501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1505,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 30,
+ "HP": 349,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 20501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1506,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 39,
+ "HP": 391,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 10,
+ 12
+ ],
+ "DropGroup": 20502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1507,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 49,
+ "HP": 503,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 10,
+ 12
+ ],
+ "DropGroup": 20502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1508,
+ "Type": 2,
+ "Name": "虎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 39,
+ "HP": 510,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 30,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 12,
+ 14
+ ],
+ "DropGroup": 20503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1509,
+ "Type": 2,
+ "Name": "虎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 49,
+ "HP": 640,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 30,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 12,
+ 14
+ ],
+ "DropGroup": 20503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1601,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 30,
+ "HP": 349,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 16
+ ],
+ "DropGroup": 20601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1602,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 33,
+ "HP": 378,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 16
+ ],
+ "DropGroup": 20601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1603,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 36,
+ "HP": 407,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 16
+ ],
+ "DropGroup": 20601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1604,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 39,
+ "HP": 436,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 16
+ ],
+ "DropGroup": 20601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1605,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 466,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 16
+ ],
+ "DropGroup": 20601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1606,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 616,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 18
+ ],
+ "DropGroup": 20602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1607,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 75,
+ "HP": 691,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 18
+ ],
+ "DropGroup": 20602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1608,
+ "Type": 2,
+ "Name": "虎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 770,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 30,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 18,
+ 20
+ ],
+ "DropGroup": 20603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1609,
+ "Type": 2,
+ "Name": "虎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 75,
+ "HP": 827,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 30,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 18,
+ 20
+ ],
+ "DropGroup": 20603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1701,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 466,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1702,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 44,
+ "HP": 483,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1703,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 46,
+ "HP": 500,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1704,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 48,
+ "HP": 518,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1705,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 50,
+ "HP": 535,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1706,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 52,
+ "HP": 553,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1707,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 54,
+ "HP": 570,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1708,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 56,
+ "HP": 588,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1709,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 58,
+ "HP": 605,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1710,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 623,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 20701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1711,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 90,
+ "HP": 766,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 22,
+ 24
+ ],
+ "DropGroup": 20702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1712,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 101,
+ "HP": 827,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 22,
+ 24
+ ],
+ "DropGroup": 20702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1713,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 112,
+ "HP": 888,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 22,
+ 24
+ ],
+ "DropGroup": 20702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1714,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 90,
+ "HP": 885,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 24,
+ 26
+ ],
+ "DropGroup": 20703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1715,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 101,
+ "HP": 950,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 24,
+ 26
+ ],
+ "DropGroup": 20703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1716,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 112,
+ "HP": 1016,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 24,
+ 26
+ ],
+ "DropGroup": 20703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1801,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 623,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1802,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 62,
+ "HP": 646,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1803,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 64,
+ "HP": 669,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1804,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 66,
+ "HP": 692,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1805,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 69,
+ "HP": 716,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1806,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 71,
+ "HP": 739,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1807,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 73,
+ "HP": 762,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1808,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 76,
+ "HP": 786,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1809,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 78,
+ "HP": 809,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1810,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 81,
+ "HP": 833,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1811,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 123,
+ "HP": 949,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 28,
+ 30
+ ],
+ "DropGroup": 20802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1812,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 145,
+ "HP": 1065,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 28,
+ 30
+ ],
+ "DropGroup": 20802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1813,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 167,
+ "HP": 1181,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 28,
+ 30
+ ],
+ "DropGroup": 20802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1814,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 123,
+ "HP": 1082,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 30,
+ 32
+ ],
+ "DropGroup": 20803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1815,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 145,
+ "HP": 1200,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 30,
+ 32
+ ],
+ "DropGroup": 20803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1816,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 167,
+ "HP": 1318,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 30,
+ 32
+ ],
+ "DropGroup": 20803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1901,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 81,
+ "HP": 833,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1902,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 83,
+ "HP": 860,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1903,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 86,
+ "HP": 888,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1904,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 89,
+ "HP": 916,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1905,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 92,
+ "HP": 944,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1906,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 94,
+ "HP": 971,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1907,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 97,
+ "HP": 999,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1908,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 100,
+ "HP": 1027,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1909,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 103,
+ "HP": 1055,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1910,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 106,
+ "HP": 1083,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 20901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1911,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 189,
+ "HP": 1297,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 34,
+ 36
+ ],
+ "DropGroup": 20902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1912,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 196,
+ "HP": 1446,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 34,
+ 36
+ ],
+ "DropGroup": 20902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1913,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 203,
+ "HP": 1595,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 34,
+ 36
+ ],
+ "DropGroup": 20902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1914,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 189,
+ "HP": 1437,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 36,
+ 38
+ ],
+ "DropGroup": 20903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1915,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 196,
+ "HP": 1843,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 36,
+ 38
+ ],
+ "DropGroup": 20903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 1916,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 203,
+ "HP": 2249,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 36,
+ 38
+ ],
+ "DropGroup": 20903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2001,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 106,
+ "HP": 1083,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2002,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 108,
+ "HP": 1103,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2003,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 110,
+ "HP": 1124,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2004,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 112,
+ "HP": 1145,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2005,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 114,
+ "HP": 1165,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2006,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 116,
+ "HP": 1186,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2007,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 118,
+ "HP": 1207,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2008,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 120,
+ "HP": 1228,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2009,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 122,
+ "HP": 1248,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2010,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 124,
+ "HP": 1269,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2011,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 126,
+ "HP": 1290,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2012,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 128,
+ "HP": 1310,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2013,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 130,
+ "HP": 1331,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2014,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 132,
+ "HP": 1352,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2015,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 135,
+ "HP": 1373,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 21001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2016,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 210,
+ "HP": 1745,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 40,
+ 42
+ ],
+ "DropGroup": 21002,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2017,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 225,
+ "HP": 1818,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 40,
+ 42
+ ],
+ "DropGroup": 21002,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2018,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 241,
+ "HP": 1892,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 40,
+ 42
+ ],
+ "DropGroup": 21002,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2019,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 257,
+ "HP": 1965,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 40,
+ 42
+ ],
+ "DropGroup": 21002,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2020,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 210,
+ "HP": 2655,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 42,
+ 44
+ ],
+ "DropGroup": 21003,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2021,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 225,
+ "HP": 2758,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 42,
+ 44
+ ],
+ "DropGroup": 21003,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2022,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 241,
+ "HP": 2861,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 42,
+ 44
+ ],
+ "DropGroup": 21003,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2023,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 257,
+ "HP": 2964,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 42,
+ 44
+ ],
+ "DropGroup": 21003,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2101,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 135,
+ "HP": 1373,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2102,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 137,
+ "HP": 1396,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2103,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 139,
+ "HP": 1420,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2104,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 142,
+ "HP": 1443,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2105,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 144,
+ "HP": 1467,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2106,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 146,
+ "HP": 1490,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2107,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 149,
+ "HP": 1514,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2108,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 151,
+ "HP": 1538,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2109,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 153,
+ "HP": 1561,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2110,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 156,
+ "HP": 1585,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2111,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 158,
+ "HP": 1608,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2112,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 160,
+ "HP": 1632,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2113,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 163,
+ "HP": 1655,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2114,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 165,
+ "HP": 1679,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2115,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 168,
+ "HP": 1703,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 21101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2116,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 273,
+ "HP": 2039,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 46,
+ 48
+ ],
+ "DropGroup": 21102,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2117,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 308,
+ "HP": 2182,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 46,
+ 48
+ ],
+ "DropGroup": 21102,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2118,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 343,
+ "HP": 2326,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 46,
+ 48
+ ],
+ "DropGroup": 21102,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2119,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 378,
+ "HP": 2469,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 46,
+ 48
+ ],
+ "DropGroup": 21102,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2120,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 273,
+ "HP": 3068,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 48,
+ 50
+ ],
+ "DropGroup": 21103,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2121,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 308,
+ "HP": 3264,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 48,
+ 50
+ ],
+ "DropGroup": 21103,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2122,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 343,
+ "HP": 3460,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 48,
+ 50
+ ],
+ "DropGroup": 21103,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2123,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 378,
+ "HP": 3656,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 48,
+ 50
+ ],
+ "DropGroup": 21103,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2201,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 168,
+ "HP": 1703,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2202,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 169,
+ "HP": 1722,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2203,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 171,
+ "HP": 1741,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2204,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 173,
+ "HP": 1761,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2205,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 175,
+ "HP": 1780,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2206,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 177,
+ "HP": 1800,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2207,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 179,
+ "HP": 1819,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2208,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 181,
+ "HP": 1839,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2209,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 183,
+ "HP": 1858,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2210,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 185,
+ "HP": 1878,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2211,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 187,
+ "HP": 1897,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2212,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 189,
+ "HP": 1917,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2213,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 191,
+ "HP": 1936,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2214,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 193,
+ "HP": 1956,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2215,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 195,
+ "HP": 1975,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2216,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 197,
+ "HP": 1995,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2217,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 199,
+ "HP": 2014,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2218,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 201,
+ "HP": 2034,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2219,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 203,
+ "HP": 2053,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2220,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 205,
+ "HP": 2073,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 21201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2221,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 414,
+ "HP": 2613,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 52,
+ 54
+ ],
+ "DropGroup": 21202,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2222,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 442,
+ "HP": 2618,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 52,
+ 54
+ ],
+ "DropGroup": 21202,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2223,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 471,
+ "HP": 2624,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 52,
+ 54
+ ],
+ "DropGroup": 21202,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2224,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 500,
+ "HP": 2629,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 52,
+ 54
+ ],
+ "DropGroup": 21202,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2225,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 529,
+ "HP": 2635,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 52,
+ 54
+ ],
+ "DropGroup": 21202,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2226,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 414,
+ "HP": 3852,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 54,
+ 56
+ ],
+ "DropGroup": 21203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2227,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 442,
+ "HP": 4011,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 54,
+ 56
+ ],
+ "DropGroup": 21203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2228,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 471,
+ "HP": 4171,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 54,
+ 56
+ ],
+ "DropGroup": 21203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2229,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 500,
+ "HP": 4330,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 54,
+ 56
+ ],
+ "DropGroup": 21203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2230,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 529,
+ "HP": 4490,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 54,
+ 56
+ ],
+ "DropGroup": 21203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2301,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 205,
+ "HP": 2073,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2302,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 207,
+ "HP": 2094,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2303,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 209,
+ "HP": 2116,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2304,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 211,
+ "HP": 2137,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2305,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 213,
+ "HP": 2159,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2306,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 215,
+ "HP": 2180,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2307,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 217,
+ "HP": 2202,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2308,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 220,
+ "HP": 2224,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2309,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 222,
+ "HP": 2245,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2310,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 224,
+ "HP": 2267,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2311,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 226,
+ "HP": 2288,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2312,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 228,
+ "HP": 2310,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2313,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 230,
+ "HP": 2331,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2314,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 233,
+ "HP": 2353,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2315,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 235,
+ "HP": 2375,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2316,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 237,
+ "HP": 2396,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2317,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 239,
+ "HP": 2418,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2318,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 241,
+ "HP": 2439,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2319,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 243,
+ "HP": 2461,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2320,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 246,
+ "HP": 2483,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 21301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2321,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 558,
+ "HP": 2641,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 58,
+ 60
+ ],
+ "DropGroup": 21302,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2322,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 569,
+ "HP": 2688,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 58,
+ 60
+ ],
+ "DropGroup": 21302,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2323,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 580,
+ "HP": 2736,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 58,
+ 60
+ ],
+ "DropGroup": 21302,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2324,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 592,
+ "HP": 2783,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 58,
+ 60
+ ],
+ "DropGroup": 21302,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2325,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 603,
+ "HP": 2831,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 58,
+ 60
+ ],
+ "DropGroup": 21302,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2326,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 558,
+ "HP": 4650,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 62
+ ],
+ "DropGroup": 21303,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2327,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 569,
+ "HP": 4722,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 62
+ ],
+ "DropGroup": 21303,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2328,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 580,
+ "HP": 4795,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 62
+ ],
+ "DropGroup": 21303,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2329,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 592,
+ "HP": 4868,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 62
+ ],
+ "DropGroup": 21303,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2330,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 603,
+ "HP": 4941,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 62
+ ],
+ "DropGroup": 21303,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2401,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 246,
+ "HP": 2483,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2402,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 248,
+ "HP": 2506,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2403,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 250,
+ "HP": 2530,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2404,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 253,
+ "HP": 2554,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2405,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 255,
+ "HP": 2577,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2406,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 257,
+ "HP": 2601,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2407,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 260,
+ "HP": 2625,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2408,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 262,
+ "HP": 2648,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2409,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 264,
+ "HP": 2672,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2410,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 267,
+ "HP": 2696,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2411,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 269,
+ "HP": 2719,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2412,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 272,
+ "HP": 2743,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2413,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 274,
+ "HP": 2767,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2414,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 276,
+ "HP": 2790,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2415,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 279,
+ "HP": 2814,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2416,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 281,
+ "HP": 2838,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2417,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 283,
+ "HP": 2861,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2418,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 286,
+ "HP": 2885,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2419,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 288,
+ "HP": 2909,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2420,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 291,
+ "HP": 2933,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2421,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 615,
+ "HP": 2879,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 64,
+ 66
+ ],
+ "DropGroup": 21402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2422,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 636,
+ "HP": 2944,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 64,
+ 66
+ ],
+ "DropGroup": 21402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2423,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 658,
+ "HP": 3010,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 64,
+ 66
+ ],
+ "DropGroup": 21402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2424,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 679,
+ "HP": 3076,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 64,
+ 66
+ ],
+ "DropGroup": 21402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2425,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 701,
+ "HP": 3142,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 64,
+ 66
+ ],
+ "DropGroup": 21402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2426,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 615,
+ "HP": 5014,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 66,
+ 68
+ ],
+ "DropGroup": 21403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2427,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 636,
+ "HP": 5127,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 66,
+ 68
+ ],
+ "DropGroup": 21403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2428,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 658,
+ "HP": 5240,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 66,
+ 68
+ ],
+ "DropGroup": 21403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2429,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 679,
+ "HP": 5354,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 66,
+ 68
+ ],
+ "DropGroup": 21403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2430,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 701,
+ "HP": 5467,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 66,
+ 68
+ ],
+ "DropGroup": 21403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2501,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 291,
+ "HP": 2933,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2502,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 293,
+ "HP": 2953,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2503,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 295,
+ "HP": 2973,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2504,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 297,
+ "HP": 2994,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2505,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 299,
+ "HP": 3014,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2506,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 301,
+ "HP": 3035,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2507,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 303,
+ "HP": 3055,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2508,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 305,
+ "HP": 3075,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2509,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 307,
+ "HP": 3096,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2510,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 309,
+ "HP": 3116,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2511,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 311,
+ "HP": 3137,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2512,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 313,
+ "HP": 3157,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2513,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 315,
+ "HP": 3178,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2514,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 317,
+ "HP": 3198,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2515,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 319,
+ "HP": 3218,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2516,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 321,
+ "HP": 3239,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2517,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 323,
+ "HP": 3259,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2518,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 325,
+ "HP": 3280,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2519,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 327,
+ "HP": 3300,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2520,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 329,
+ "HP": 3320,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2521,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 331,
+ "HP": 3341,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2522,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 333,
+ "HP": 3361,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2523,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 335,
+ "HP": 3382,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2524,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 337,
+ "HP": 3402,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2525,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 340,
+ "HP": 3423,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 21501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2526,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3208,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 21502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2527,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3289,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 21502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2528,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3371,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 21502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2529,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3453,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 21502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2530,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3534,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 21502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2531,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3616,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 21502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2532,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 5581,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 21503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2533,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 5854,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 21503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2534,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 6127,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 21503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2535,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 6400,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 21503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2536,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 6673,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 21503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2537,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 6946,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 21503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2601,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 340,
+ "HP": 3423,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2602,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 342,
+ "HP": 3445,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2603,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 344,
+ "HP": 3467,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2604,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 346,
+ "HP": 3489,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2605,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 348,
+ "HP": 3511,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2606,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 351,
+ "HP": 3533,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2607,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 353,
+ "HP": 3555,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2608,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 355,
+ "HP": 3577,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2609,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 357,
+ "HP": 3599,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2610,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 359,
+ "HP": 3621,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2611,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 362,
+ "HP": 3643,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2612,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 364,
+ "HP": 3665,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2613,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 366,
+ "HP": 3688,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2614,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 368,
+ "HP": 3710,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2615,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 370,
+ "HP": 3732,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2616,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 373,
+ "HP": 3754,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2617,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 375,
+ "HP": 3776,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2618,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 377,
+ "HP": 3798,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2619,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 379,
+ "HP": 3820,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2620,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 381,
+ "HP": 3842,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2621,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 384,
+ "HP": 3864,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2622,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 386,
+ "HP": 3886,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2623,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 388,
+ "HP": 3908,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2624,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 390,
+ "HP": 3930,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2625,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 393,
+ "HP": 3953,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 21601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2626,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 3698,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 21602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2627,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 745,
+ "HP": 3794,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 21602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2628,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 768,
+ "HP": 3891,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 21602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2629,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 790,
+ "HP": 3988,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 21602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2630,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 813,
+ "HP": 4085,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 21602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2631,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 835,
+ "HP": 4182,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 21602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2632,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 723,
+ "HP": 7219,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2633,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 745,
+ "HP": 7401,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2634,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 768,
+ "HP": 7584,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2635,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 790,
+ "HP": 7767,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2636,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 813,
+ "HP": 7949,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2637,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 835,
+ "HP": 8132,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 21603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2701,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 393,
+ "HP": 3953,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2702,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 395,
+ "HP": 3976,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2703,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 397,
+ "HP": 4000,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2704,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 400,
+ "HP": 4024,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2705,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 402,
+ "HP": 4047,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2706,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 404,
+ "HP": 4071,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2707,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 407,
+ "HP": 4095,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2708,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 409,
+ "HP": 4119,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2709,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 411,
+ "HP": 4142,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2710,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 414,
+ "HP": 4166,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2711,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 416,
+ "HP": 4190,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2712,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 419,
+ "HP": 4214,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2713,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 421,
+ "HP": 4238,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2714,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 423,
+ "HP": 4261,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2715,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 426,
+ "HP": 4285,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2716,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 428,
+ "HP": 4309,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2717,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 430,
+ "HP": 4332,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2718,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 433,
+ "HP": 4356,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2719,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 435,
+ "HP": 4380,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2720,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 438,
+ "HP": 4404,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2721,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 440,
+ "HP": 4428,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2722,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 442,
+ "HP": 4451,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2723,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 445,
+ "HP": 4475,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2724,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 447,
+ "HP": 4499,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2725,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 450,
+ "HP": 4523,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 21701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2726,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 858,
+ "HP": 4279,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 21702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2727,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 866,
+ "HP": 4414,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 21702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2728,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 874,
+ "HP": 4549,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 21702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2729,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 882,
+ "HP": 4685,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 21702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2730,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 890,
+ "HP": 4820,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 21702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2731,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 898,
+ "HP": 4955,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 21702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2732,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 858,
+ "HP": 8315,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 21703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2733,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 866,
+ "HP": 8709,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 21703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2734,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 874,
+ "HP": 9104,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 21703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2735,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 882,
+ "HP": 9499,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 21703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2736,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 890,
+ "HP": 9894,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 21703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2737,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 898,
+ "HP": 10289,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 21703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2801,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 450,
+ "HP": 4523,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2802,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 452,
+ "HP": 4548,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2803,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 455,
+ "HP": 4573,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2804,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 457,
+ "HP": 4599,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2805,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 460,
+ "HP": 4624,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2806,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 462,
+ "HP": 4650,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2807,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 465,
+ "HP": 4675,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2808,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 467,
+ "HP": 4700,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2809,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 470,
+ "HP": 4726,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2810,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 472,
+ "HP": 4751,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2811,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 475,
+ "HP": 4777,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2812,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 477,
+ "HP": 4802,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2813,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 480,
+ "HP": 4828,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2814,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 483,
+ "HP": 4853,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2815,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 485,
+ "HP": 4878,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2816,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 488,
+ "HP": 4904,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2817,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 490,
+ "HP": 4929,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2818,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 493,
+ "HP": 4955,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2819,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 495,
+ "HP": 4980,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2820,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 498,
+ "HP": 5005,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2821,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 500,
+ "HP": 5031,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2822,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 503,
+ "HP": 5056,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2823,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 505,
+ "HP": 5082,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2824,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 508,
+ "HP": 5107,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2825,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 511,
+ "HP": 5133,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 21801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2826,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 906,
+ "HP": 5091,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 21802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2827,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 914,
+ "HP": 5442,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 21802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2828,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 922,
+ "HP": 5793,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 21802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2829,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 930,
+ "HP": 6144,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 21802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2830,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 938,
+ "HP": 6495,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 21802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2831,
+ "Type": 2,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 946,
+ "HP": 6846,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 21802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2832,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 906,
+ "HP": 10684,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 21803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2833,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 914,
+ "HP": 11439,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 21803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2834,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 922,
+ "HP": 12195,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 21803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2835,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 930,
+ "HP": 12950,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 21803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2836,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 938,
+ "HP": 13706,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 21803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2837,
+ "Type": 2,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 946,
+ "HP": 14461,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 21803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2901,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 511,
+ "HP": 5133,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2902,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 513,
+ "HP": 5157,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2903,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 515,
+ "HP": 5181,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2904,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 518,
+ "HP": 5206,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2905,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 520,
+ "HP": 5230,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2906,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 523,
+ "HP": 5255,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2907,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 525,
+ "HP": 5279,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2908,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 528,
+ "HP": 5303,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2909,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 530,
+ "HP": 5328,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2910,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 532,
+ "HP": 5352,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2911,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 535,
+ "HP": 5377,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2912,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 537,
+ "HP": 5401,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2913,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 540,
+ "HP": 5425,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2914,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 542,
+ "HP": 5450,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2915,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 545,
+ "HP": 5474,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2916,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 547,
+ "HP": 5499,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2917,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 550,
+ "HP": 5523,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2918,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 552,
+ "HP": 5547,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2919,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 554,
+ "HP": 5572,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2920,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 557,
+ "HP": 5596,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2921,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 559,
+ "HP": 5621,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2922,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 562,
+ "HP": 5645,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2923,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 564,
+ "HP": 5669,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2924,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 567,
+ "HP": 5694,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2925,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 569,
+ "HP": 5718,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2926,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 954,
+ "HP": 7198,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2927,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 962,
+ "HP": 7549,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2928,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 970,
+ "HP": 7900,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2929,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 978,
+ "HP": 8251,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2930,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 986,
+ "HP": 8602,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2931,
+ "Type": 2,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 994,
+ "HP": 8953,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2932,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 954,
+ "HP": 15217,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2933,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 962,
+ "HP": 15972,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2934,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 970,
+ "HP": 16728,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2935,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 978,
+ "HP": 17483,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2936,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 986,
+ "HP": 18239,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 2937,
+ "Type": 2,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 994,
+ "HP": 18994,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3001,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 572,
+ "HP": 5743,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3002,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 573,
+ "HP": 5759,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3003,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 575,
+ "HP": 5775,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3004,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 577,
+ "HP": 5791,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3005,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 579,
+ "HP": 5808,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3006,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 581,
+ "HP": 5824,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3007,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 583,
+ "HP": 5840,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3008,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 585,
+ "HP": 5856,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3009,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 587,
+ "HP": 5873,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3010,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 589,
+ "HP": 5889,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3011,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 591,
+ "HP": 5905,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3012,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 593,
+ "HP": 5922,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3013,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 595,
+ "HP": 5938,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3014,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 596,
+ "HP": 5954,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3015,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 598,
+ "HP": 5970,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3016,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 600,
+ "HP": 5987,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3017,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 602,
+ "HP": 6003,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3018,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 604,
+ "HP": 6019,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3019,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 606,
+ "HP": 6036,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3020,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 608,
+ "HP": 6052,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3021,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 610,
+ "HP": 6068,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3022,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 612,
+ "HP": 6084,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3023,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 614,
+ "HP": 6101,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3024,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 616,
+ "HP": 6117,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3025,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 618,
+ "HP": 6133,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3026,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1002,
+ "HP": 9305,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3027,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1018,
+ "HP": 9504,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3028,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1034,
+ "HP": 9703,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3029,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1051,
+ "HP": 9902,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3030,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1067,
+ "HP": 10101,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3031,
+ "Type": 2,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1083,
+ "HP": 10300,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 21902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3032,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1002,
+ "HP": 18610,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3033,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1018,
+ "HP": 19008,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3034,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1034,
+ "HP": 19406,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3035,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1051,
+ "HP": 19805,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3036,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1067,
+ "HP": 20203,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 3037,
+ "Type": 2,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1083,
+ "HP": 20601,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 21903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10001,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 27,
+ "HP": 127,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10002,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 38,
+ "HP": 140,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10003,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 49,
+ "HP": 153,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10004,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 166,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10005,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 71,
+ "HP": 179,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10006,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 82,
+ "HP": 192,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10007,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 93,
+ "HP": 205,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10008,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 104,
+ "HP": 218,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10009,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 111,
+ "HP": 219,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10010,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 111,
+ "HP": 219,
+ "DEF": 10,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10011,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 113,
+ "HP": 237,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10012,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 115,
+ "HP": 255,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10013,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 117,
+ "HP": 273,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10014,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 119,
+ "HP": 291,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10015,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 121,
+ "HP": 309,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10016,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 123,
+ "HP": 327,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10017,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 125,
+ "HP": 345,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10018,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 127,
+ "HP": 363,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10019,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 133,
+ "HP": 382,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10020,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 133,
+ "HP": 382,
+ "DEF": 21,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10021,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 136,
+ "HP": 398,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10022,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 139,
+ "HP": 414,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10023,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 142,
+ "HP": 430,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10024,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 145,
+ "HP": 446,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10025,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 148,
+ "HP": 462,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10026,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 151,
+ "HP": 478,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10027,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 154,
+ "HP": 494,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10028,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 157,
+ "HP": 510,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10029,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 162,
+ "HP": 529,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10030,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 162,
+ "HP": 529,
+ "DEF": 36,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10031,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 165,
+ "HP": 549,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10032,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 168,
+ "HP": 569,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10033,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 171,
+ "HP": 589,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10034,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 174,
+ "HP": 609,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10035,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 177,
+ "HP": 629,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10036,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 180,
+ "HP": 649,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10037,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 183,
+ "HP": 669,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10038,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 186,
+ "HP": 689,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10039,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 192,
+ "HP": 711,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10040,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 192,
+ "HP": 711,
+ "DEF": 54,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10041,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 202,
+ "HP": 748,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10042,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 212,
+ "HP": 785,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10043,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 222,
+ "HP": 822,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10044,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 232,
+ "HP": 859,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10045,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 242,
+ "HP": 896,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10046,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 252,
+ "HP": 933,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10047,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 262,
+ "HP": 970,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10048,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 272,
+ "HP": 1007,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10049,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 289,
+ "HP": 1052,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10050,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 289,
+ "HP": 1052,
+ "DEF": 75,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10051,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 309,
+ "HP": 1090,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10052,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 329,
+ "HP": 1128,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10053,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 349,
+ "HP": 1166,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10054,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 369,
+ "HP": 1204,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10055,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 389,
+ "HP": 1242,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10056,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 409,
+ "HP": 1280,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10057,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 429,
+ "HP": 1318,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10058,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 449,
+ "HP": 1356,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10059,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 477,
+ "HP": 1398,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10060,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 477,
+ "HP": 1398,
+ "DEF": 99,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10061,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 485,
+ "HP": 1426,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10062,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 493,
+ "HP": 1454,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10063,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 501,
+ "HP": 1482,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10064,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 509,
+ "HP": 1510,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10065,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 517,
+ "HP": 1538,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10066,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 525,
+ "HP": 1566,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10067,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 533,
+ "HP": 1594,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10068,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 541,
+ "HP": 1622,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10069,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 553,
+ "HP": 1652,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10070,
+ "Type": 2,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 553,
+ "HP": 1652,
+ "DEF": 126,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10071,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 561,
+ "HP": 1684,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10072,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 569,
+ "HP": 1716,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10073,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 577,
+ "HP": 1748,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10074,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 585,
+ "HP": 1780,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10075,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 593,
+ "HP": 1812,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10076,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 601,
+ "HP": 1844,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10077,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 609,
+ "HP": 1876,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10078,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 617,
+ "HP": 1908,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10079,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 632,
+ "HP": 1943,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10080,
+ "Type": 2,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 632,
+ "HP": 1943,
+ "DEF": 156,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10081,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 649,
+ "HP": 1997,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10082,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 666,
+ "HP": 2051,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10083,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 683,
+ "HP": 2105,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10084,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 700,
+ "HP": 2159,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10085,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 717,
+ "HP": 2213,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10086,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 734,
+ "HP": 2267,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10087,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 751,
+ "HP": 2321,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10088,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 768,
+ "HP": 2375,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10089,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 788,
+ "HP": 2430,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10090,
+ "Type": 2,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 788,
+ "HP": 2430,
+ "DEF": 189,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10091,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 808,
+ "HP": 2490,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10092,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 828,
+ "HP": 2550,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10093,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 848,
+ "HP": 2610,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10094,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 868,
+ "HP": 2670,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10095,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 888,
+ "HP": 2730,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10096,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 908,
+ "HP": 2790,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10097,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 928,
+ "HP": 2850,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10098,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 948,
+ "HP": 2910,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10099,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 970,
+ "HP": 2972,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10100,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 970,
+ "HP": 2972,
+ "DEF": 224,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10101,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1041,
+ "HP": 3038,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10102,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1112,
+ "HP": 3104,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10103,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1183,
+ "HP": 3170,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10104,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1254,
+ "HP": 3236,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10105,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1325,
+ "HP": 3302,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10106,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1396,
+ "HP": 3368,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10107,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1467,
+ "HP": 3434,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10108,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1538,
+ "HP": 3500,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10109,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1615,
+ "HP": 3569,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10110,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1615,
+ "HP": 3569,
+ "DEF": 262,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10111,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1648,
+ "HP": 3627,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10112,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1681,
+ "HP": 3685,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10113,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1714,
+ "HP": 3743,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10114,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1747,
+ "HP": 3801,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10115,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1780,
+ "HP": 3859,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10116,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1813,
+ "HP": 3917,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10117,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1846,
+ "HP": 3975,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10118,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1879,
+ "HP": 4033,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10119,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1916,
+ "HP": 4093,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10120,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1916,
+ "HP": 4093,
+ "DEF": 303,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10121,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2018,
+ "HP": 4248,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10122,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2120,
+ "HP": 4403,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10123,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2222,
+ "HP": 4558,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10124,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2324,
+ "HP": 4713,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10125,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2426,
+ "HP": 4868,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10126,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2528,
+ "HP": 5023,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10127,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2630,
+ "HP": 5178,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10128,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2732,
+ "HP": 5333,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10129,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2842,
+ "HP": 5490,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10130,
+ "Type": 2,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2842,
+ "HP": 5490,
+ "DEF": 346,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 20801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10131,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2859,
+ "HP": 6097,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10132,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2876,
+ "HP": 6704,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10133,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2893,
+ "HP": 7311,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10134,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2910,
+ "HP": 7918,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10135,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2927,
+ "HP": 8525,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10136,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2944,
+ "HP": 9132,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10137,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2961,
+ "HP": 9739,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10138,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2978,
+ "HP": 10346,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10139,
+ "Type": 2,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 2995,
+ "HP": 10957,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 21401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10140,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2995,
+ "HP": 10957,
+ "DEF": 392,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10141,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3075,
+ "HP": 11142,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10142,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3155,
+ "HP": 11327,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10143,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3235,
+ "HP": 11512,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10144,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3315,
+ "HP": 11697,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10145,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3395,
+ "HP": 11882,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10146,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3475,
+ "HP": 12067,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10147,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3555,
+ "HP": 12252,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10148,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3635,
+ "HP": 12437,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10149,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3719,
+ "HP": 12629,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10150,
+ "Type": 2,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 3803,
+ "HP": 12821,
+ "DEF": 441,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 21901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 20001,
+ "Type": 4,
+ "Name": "穷奇",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 20,
+ "HP": 99999999,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 20001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 11001,
+ 20011,
+ 20021,
+ 20031
+ ],
+ "Ai": 1,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 100,
+ "Help": false,
+ "Copper": [],
+ "DropGroup": 0,
+ "Probability": 0,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Qiongqi",
+ "HeadImage": "Monster_Qiongqi",
+ "NameImage": "Qiongqi",
+ "Introduction": "是中国古代神话传说中的一种凶恶贪食的妖兽,被视为四大凶兽之一。"
+ },
+ {
+ "Id": 20002,
+ "Type": 4,
+ "Name": "饕餮",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 400,
+ "HP": 99999999,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 20111,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 11001,
+ 20121,
+ 20131,
+ 20141
+ ],
+ "Ai": 2,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 100,
+ "Help": false,
+ "Copper": [],
+ "DropGroup": 0,
+ "Probability": 0,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Taotie",
+ "HeadImage": "Monster_Taotie",
+ "NameImage": "Taotie",
+ "Introduction": "是中国古代神话传说中的一种凶恶贪食的妖兽,被视为四大凶兽之一。"
+ },
+ {
+ "Id": 20003,
+ "Type": 4,
+ "Name": "梼杌",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2293,
+ "HP": 99999999,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 20211,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 11001,
+ 20221,
+ 20231,
+ 20241
+ ],
+ "Ai": 3,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 100,
+ "Help": false,
+ "Copper": [],
+ "DropGroup": 0,
+ "Probability": 0,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Taowu",
+ "HeadImage": "Monster_Taowu",
+ "NameImage": "Taowu",
+ "Introduction": "是中国古代神话传说中的一种凶恶贪食的妖兽,被视为四大凶兽之一。"
+ },
+ {
+ "Id": 20004,
+ "Type": 4,
+ "Name": "蠃鱼",
+ "InitialDisplay": true,
+ "BodySoulLv": 19,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1833,
+ "HP": 99999999,
+ "DEF": 13,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 20311,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 11001,
+ 20321,
+ 20331,
+ 20341
+ ],
+ "Ai": 4,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 0,
+ "TowerHatred": 0,
+ "ImmortalTreeHatred": 0,
+ "StructureHatred": 0,
+ "WarriorHatred": 100,
+ "Help": false,
+ "Copper": [],
+ "DropGroup": 0,
+ "Probability": 0,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Luoyu",
+ "HeadImage": "Monster_Luoyu",
+ "NameImage": "Luoyu",
+ "Introduction": "是中国古代神话传说中的一种凶恶贪食的妖兽,被视为四大凶兽之一。"
+ },
+ {
+ "Id": 50001,
+ "Type": 5,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 14,
+ "HP": 225,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 4
+ ],
+ "DropGroup": 30401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50002,
+ "Type": 5,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 28,
+ "HP": 450,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 4,
+ 6
+ ],
+ "DropGroup": 30402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50003,
+ "Type": 5,
+ "Name": "狼王",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 56,
+ "HP": 4560,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 6,
+ 8
+ ],
+ "DropGroup": 30403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50011,
+ "Type": 5,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 15,
+ "HP": 480,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 8,
+ 10
+ ],
+ "DropGroup": 30501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50012,
+ "Type": 5,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 31,
+ "HP": 960,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 10,
+ 12
+ ],
+ "DropGroup": 30502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50013,
+ "Type": 5,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 63,
+ "HP": 6300,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 100,
+ "TowerHatred": 50,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 12,
+ 14
+ ],
+ "DropGroup": 30503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50021,
+ "Type": 5,
+ "Name": "豹子",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 21,
+ "HP": 780,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 14,
+ 16
+ ],
+ "DropGroup": 30601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Bao_pt",
+ "HeadImage": "Monster_Bao",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50022,
+ "Type": 5,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 42,
+ "HP": 1560,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10002,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 16,
+ 18
+ ],
+ "DropGroup": 30602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50023,
+ "Type": 5,
+ "Name": "虎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 84,
+ "HP": 8280,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 200,
+ "TowerHatred": 100,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 18,
+ 20
+ ],
+ "DropGroup": 30603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50031,
+ "Type": 5,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 2,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 30,
+ "HP": 1140,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 20,
+ 22
+ ],
+ "DropGroup": 30701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50032,
+ "Type": 5,
+ "Name": "老虎",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 2280,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10003,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 22,
+ 24
+ ],
+ "DropGroup": 30702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Hu_pt",
+ "HeadImage": "Monster_Hu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50033,
+ "Type": 5,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 120,
+ "HP": 10680,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 300,
+ "TowerHatred": 150,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 24,
+ 26
+ ],
+ "DropGroup": 30703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50041,
+ "Type": 5,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 43,
+ "HP": 1575,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 26,
+ 28
+ ],
+ "DropGroup": 30801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50042,
+ "Type": 5,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 86,
+ "HP": 3150,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 28,
+ 30
+ ],
+ "DropGroup": 30802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50043,
+ "Type": 5,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 173,
+ "HP": 14940,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 400,
+ "TowerHatred": 200,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 30,
+ 32
+ ],
+ "DropGroup": 30803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50051,
+ "Type": 5,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 3,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 60,
+ "HP": 2070,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 32,
+ 34
+ ],
+ "DropGroup": 30901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50052,
+ "Type": 5,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 121,
+ "HP": 4140,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 34,
+ 36
+ ],
+ "DropGroup": 30902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50053,
+ "Type": 5,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 243,
+ "HP": 18480,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 500,
+ "TowerHatred": 250,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 36,
+ 38
+ ],
+ "DropGroup": 30903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50061,
+ "Type": 5,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 83,
+ "HP": 2670,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 38,
+ 40
+ ],
+ "DropGroup": 31001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50062,
+ "Type": 5,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 166,
+ "HP": 5340,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 40,
+ 42
+ ],
+ "DropGroup": 31002,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50063,
+ "Type": 5,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 332,
+ "HP": 22620,
+ "DEF": 1,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 600,
+ "TowerHatred": 300,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 42,
+ 44
+ ],
+ "DropGroup": 31003,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50071,
+ "Type": 5,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 4,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 111,
+ "HP": 3735,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 44,
+ 46
+ ],
+ "DropGroup": 31101,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50072,
+ "Type": 5,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 222,
+ "HP": 7470,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 46,
+ 48
+ ],
+ "DropGroup": 31102,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50073,
+ "Type": 5,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 444,
+ "HP": 26340,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 700,
+ "TowerHatred": 350,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 48,
+ 50
+ ],
+ "DropGroup": 31103,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50081,
+ "Type": 5,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 144,
+ "HP": 4620,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 50,
+ 52
+ ],
+ "DropGroup": 31201,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50082,
+ "Type": 5,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 289,
+ "HP": 9240,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 52,
+ 54
+ ],
+ "DropGroup": 31202,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50083,
+ "Type": 5,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 578,
+ "HP": 31440,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 800,
+ "TowerHatred": 400,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 54,
+ 56
+ ],
+ "DropGroup": 31203,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50091,
+ "Type": 5,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 5,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 184,
+ "HP": 5655,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 56,
+ 58
+ ],
+ "DropGroup": 31301,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50092,
+ "Type": 5,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 10,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 368,
+ "HP": 11310,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 58,
+ 60
+ ],
+ "DropGroup": 31302,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50093,
+ "Type": 5,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 737,
+ "HP": 37260,
+ "DEF": 2,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 900,
+ "TowerHatred": 450,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 62
+ ],
+ "DropGroup": 31303,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50101,
+ "Type": 5,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 230,
+ "HP": 6585,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 62,
+ 64
+ ],
+ "DropGroup": 31401,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50102,
+ "Type": 5,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 11,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 461,
+ "HP": 13170,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 64,
+ 66
+ ],
+ "DropGroup": 31402,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50103,
+ "Type": 5,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 923,
+ "HP": 43740,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 66,
+ 68
+ ],
+ "DropGroup": 31403,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50111,
+ "Type": 5,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 6,
+ "Class": 2,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 284,
+ "HP": 7860,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 68,
+ 70
+ ],
+ "DropGroup": 31501,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50112,
+ "Type": 5,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 12,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 568,
+ "HP": 15720,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 70,
+ 72
+ ],
+ "DropGroup": 31502,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50113,
+ "Type": 5,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1136,
+ "HP": 50940,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 72,
+ 74
+ ],
+ "DropGroup": 31503,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50121,
+ "Type": 5,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 344,
+ "HP": 9315,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 74,
+ 76
+ ],
+ "DropGroup": 31601,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50122,
+ "Type": 5,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 13,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 689,
+ "HP": 18630,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 76,
+ 78
+ ],
+ "DropGroup": 31602,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50123,
+ "Type": 5,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1378,
+ "HP": 58980,
+ "DEF": 5,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 78,
+ 80
+ ],
+ "DropGroup": 31603,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50131,
+ "Type": 5,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 7,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 412,
+ "HP": 10935,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10110,
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 80,
+ 82
+ ],
+ "DropGroup": 31701,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50132,
+ "Type": 5,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 14,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 825,
+ "HP": 21870,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10140,
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 82,
+ 84
+ ],
+ "DropGroup": 31702,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50133,
+ "Type": 5,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1651,
+ "HP": 67740,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 84,
+ 86
+ ],
+ "DropGroup": 31703,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50141,
+ "Type": 5,
+ "Name": "奇雀小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 488,
+ "HP": 12735,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10200,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 86,
+ 88
+ ],
+ "DropGroup": 31801,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 145,
+ "Offset": {
+ "x": -30,
+ "y": -185
+ },
+ "Prefab": "Monster_Qique_pt",
+ "HeadImage": "Monster_Qique_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50142,
+ "Type": 5,
+ "Name": "奇雀精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 15,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 977,
+ "HP": 25470,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10210,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10220
+ ],
+ "Ai": 1006,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 88,
+ 90
+ ],
+ "DropGroup": 31802,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 130,
+ "Offset": {
+ "x": -25,
+ "y": -140
+ },
+ "Prefab": "Monster_Qique_jy",
+ "HeadImage": "Monster_Qique_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50143,
+ "Type": 5,
+ "Name": "奇雀王",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 2
+ },
+ "ATK": 1955,
+ "HP": 77400,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10230,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10240
+ ],
+ "Ai": 1007,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 90,
+ 92
+ ],
+ "DropGroup": 31803,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 100,
+ "Offset": {
+ "x": 20,
+ "y": -110
+ },
+ "Prefab": "Monster_Qique",
+ "HeadImage": "Monster_Qique",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50151,
+ "Type": 5,
+ "Name": "猩猩小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 8,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 573,
+ "HP": 14745,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10010,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10020
+ ],
+ "Ai": 1000,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 92,
+ 94
+ ],
+ "DropGroup": 31901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_pt",
+ "HeadImage": "Monster_Jufu_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50152,
+ "Type": 5,
+ "Name": "猩猩精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 16,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1146,
+ "HP": 29490,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10030,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10040
+ ],
+ "Ai": 1001,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 94,
+ 96
+ ],
+ "DropGroup": 31902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 155,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu_jy",
+ "HeadImage": "Monster_Jufu_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50153,
+ "Type": 5,
+ "Name": "猩猩王",
+ "InitialDisplay": true,
+ "BodySoulLv": 17,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2293,
+ "HP": 87960,
+ "DEF": 9,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10050,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10060,
+ 10070
+ ],
+ "Ai": 1002,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 96,
+ 98
+ ],
+ "DropGroup": 31903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 110,
+ "Offset": {
+ "x": -40,
+ "y": 1
+ },
+ "Prefab": "Monster_Jufu",
+ "HeadImage": "Monster_Jufu",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50161,
+ "Type": 5,
+ "Name": "猎猎小怪",
+ "InitialDisplay": true,
+ "BodySoulLv": 9,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 666,
+ "HP": 16935,
+ "DEF": 13,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10100,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10120
+ ],
+ "Ai": 1003,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 60,
+ 65
+ ],
+ "DropGroup": 31901,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -50,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_pt",
+ "HeadImage": "Monster_Lielie_pt",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50162,
+ "Type": 5,
+ "Name": "猎猎精英",
+ "InitialDisplay": true,
+ "BodySoulLv": 17,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1332,
+ "HP": 33870,
+ "DEF": 13,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 5,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10130,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10150
+ ],
+ "Ai": 1004,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 130,
+ 150
+ ],
+ "DropGroup": 31902,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 135,
+ "Offset": {
+ "x": -55,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie_jy",
+ "HeadImage": "Monster_Lielie_jy",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 50163,
+ "Type": 5,
+ "Name": "猎猎王",
+ "InitialDisplay": true,
+ "BodySoulLv": 18,
+ "Class": 3,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 2665,
+ "HP": 99420,
+ "DEF": 13,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 10,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10160,
+ "BattleCircle": 150,
+ "ChasingCircle": 150,
+ "SkillSet": [
+ 10170
+ ],
+ "Ai": 1005,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 70,
+ "DoorHatred": 1000,
+ "TowerHatred": 500,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 280,
+ 320
+ ],
+ "DropGroup": 31903,
+ "Probability": 100,
+ "ExtraOutProbability2": 100,
+ "ExtraOutProbability3": 0,
+ "Scale": 120,
+ "Offset": {
+ "x": -30,
+ "y": 1
+ },
+ "Prefab": "Monster_Lielie",
+ "HeadImage": "Monster_Lielie",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 99999,
+ "Type": 1,
+ "Name": "狼",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1,
+ "HP": 10000,
+ "DEF": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 5,
+ "ChasingCircle": 5,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 600,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 5
+ ],
+ "DropGroup": 20001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 100000,
+ "Type": 1,
+ "Name": "千防狼木桩",
+ "InitialDisplay": true,
+ "BodySoulLv": 1,
+ "Class": 1,
+ "BeHitPos": {
+ "x": 0,
+ "y": 0.9
+ },
+ "ATK": 1,
+ "HP": 100000,
+ "DEF": 1000,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "DodgeRate": 0,
+ "MoveSpeed": 20,
+ "Weapon": 0,
+ "NormalAttack": 10001,
+ "BattleCircle": 5,
+ "ChasingCircle": 5,
+ "SkillSet": [],
+ "Ai": 0,
+ "DisperseYaoyun": 0,
+ "VillageHatred": 0,
+ "DoorHatred": 0,
+ "TowerHatred": 600,
+ "ImmortalTreeHatred": 50,
+ "StructureHatred": 0,
+ "WarriorHatred": 0,
+ "Help": false,
+ "Copper": [
+ 2,
+ 5
+ ],
+ "DropGroup": 20001,
+ "Probability": 100,
+ "ExtraOutProbability2": 0,
+ "ExtraOutProbability3": 0,
+ "Scale": 150,
+ "Offset": {
+ "x": 1,
+ "y": 1
+ },
+ "Prefab": "Monster_Lang_pt",
+ "HeadImage": "Monster_Lang",
+ "NameImage": "",
+ "Introduction": ""
+ }
+]
\ No newline at end of file
diff --git a/config/MonsterGroupConfigCategory.json b/config/MonsterGroupConfigCategory.json
new file mode 100644
index 0000000..b22a33f
--- /dev/null
+++ b/config/MonsterGroupConfigCategory.json
@@ -0,0 +1,130 @@
+[
+ {
+ "Id": 3002,
+ "RefreshConditionType": 2,
+ "RefreshConditionParameter": 1,
+ "MonsterID": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "RefreshNum": 1,
+ "RefreshPeriod": [
+ 800,
+ 1600
+ ],
+ "TimeInterval": 60,
+ "Coordinate": {
+ "x": 0,
+ "y": 0
+ }
+ },
+ {
+ "Id": 3003,
+ "RefreshConditionType": 2,
+ "RefreshConditionParameter": 1,
+ "MonsterID": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "RefreshNum": 1,
+ "RefreshPeriod": [
+ 800,
+ 1600
+ ],
+ "TimeInterval": 60,
+ "Coordinate": {
+ "x": 0,
+ "y": 0
+ }
+ },
+ {
+ "Id": 3004,
+ "RefreshConditionType": 2,
+ "RefreshConditionParameter": 1,
+ "MonsterID": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "RefreshNum": 1,
+ "RefreshPeriod": [
+ 800,
+ 1600
+ ],
+ "TimeInterval": 60,
+ "Coordinate": {
+ "x": 0,
+ "y": 0
+ }
+ },
+ {
+ "Id": 3005,
+ "RefreshConditionType": 2,
+ "RefreshConditionParameter": 1,
+ "MonsterID": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "RefreshNum": 1,
+ "RefreshPeriod": [
+ 800,
+ 1600
+ ],
+ "TimeInterval": 60,
+ "Coordinate": {
+ "x": 0,
+ "y": 0
+ }
+ }
+]
\ No newline at end of file
diff --git a/config/MonthlyCardConfigCategory.json b/config/MonthlyCardConfigCategory.json
new file mode 100644
index 0000000..bcf5a56
--- /dev/null
+++ b/config/MonthlyCardConfigCategory.json
@@ -0,0 +1,126 @@
+[
+ {
+ "Id": 1,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 1,
+ "Description": "每日领取:100雨花石;仙露*5"
+ },
+ {
+ "Id": 2,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 2,
+ "Description": "制作时间降低50%"
+ },
+ {
+ "Id": 3,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 3,
+ "Description": "建造时间加快10%"
+ },
+ {
+ "Id": 4,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 4,
+ "Description": "幼苗成长时间降低20%"
+ },
+ {
+ "Id": 5,
+ "Privilege": [
+ 2
+ ],
+ "ValleyEffect": 5,
+ "Description": "修理建筑消耗的材料或者铜钱,降低20%"
+ },
+ {
+ "Id": 6,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 6,
+ "Description": "居所类型建筑居住人口+1"
+ },
+ {
+ "Id": 7,
+ "Privilege": [
+ 2
+ ],
+ "ValleyEffect": 7,
+ "Description": "凝时的速度10分钟增加1点,变为5分钟增加一点"
+ },
+ {
+ "Id": 8,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 8,
+ "Description": "不死树庇护村民人数+2"
+ },
+ {
+ "Id": 9,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 9,
+ "Description": "科技研究效率+1(农学院和天工院里研究获得的收益)"
+ },
+ {
+ "Id": 10,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 10,
+ "Description": "神秘商人货物栏+3"
+ },
+ {
+ "Id": 11,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 11,
+ "Description": "不死树的施肥次数额外增加5次"
+ },
+ {
+ "Id": 12,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 12,
+ "Description": "陵陵送礼铜钱增加"
+ },
+ {
+ "Id": 14,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 14,
+ "Description": "陵陵宝藏抽奖轮数+2"
+ },
+ {
+ "Id": 15,
+ "Privilege": [
+ 1,
+ 2
+ ],
+ "ValleyEffect": 16,
+ "Description": "脱战状态下勇士移速增加"
+ }
+]
\ No newline at end of file
diff --git a/config/MonthlyCardPriceConfigCategory.json b/config/MonthlyCardPriceConfigCategory.json
new file mode 100644
index 0000000..81741e4
--- /dev/null
+++ b/config/MonthlyCardPriceConfigCategory.json
@@ -0,0 +1,18 @@
+[
+ {
+ "Id": 1,
+ "Type": 1,
+ "Parameter": 30,
+ "Reward": 99998,
+ "Price": 14,
+ "DiscountIcon": ""
+ },
+ {
+ "Id": 2,
+ "Type": 2,
+ "Parameter": -1,
+ "Reward": 99999,
+ "Price": 15,
+ "DiscountIcon": ""
+ }
+]
\ No newline at end of file
diff --git a/config/MonthlyEventsConfigCategory.json b/config/MonthlyEventsConfigCategory.json
new file mode 100644
index 0000000..ceeb5a8
--- /dev/null
+++ b/config/MonthlyEventsConfigCategory.json
@@ -0,0 +1,9 @@
+[
+ {
+ "Id": 1,
+ "BeginTime": "2024-02-01 12:00:00",
+ "EndTime": "2024-03-01 12:00:00",
+ "Round": 8,
+ "MonthlyEventReward": 1
+ }
+]
\ No newline at end of file
diff --git a/config/MonthlyEventsRewardConfigCategory.json b/config/MonthlyEventsRewardConfigCategory.json
new file mode 100644
index 0000000..43eb350
--- /dev/null
+++ b/config/MonthlyEventsRewardConfigCategory.json
@@ -0,0 +1,250 @@
+[
+ {
+ "Id": 1,
+ "Group": 1,
+ "Position": [
+ 1,
+ 1
+ ],
+ "Type": 3,
+ "Alternative": false,
+ "ItemID": 1,
+ "ItemNum": 1
+ },
+ {
+ "Id": 2,
+ "Group": 1,
+ "Position": [
+ 1,
+ 2
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 2,
+ "ItemNum": 1
+ },
+ {
+ "Id": 3,
+ "Group": 1,
+ "Position": [
+ 1,
+ 3
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 3,
+ "ItemNum": 1
+ },
+ {
+ "Id": 4,
+ "Group": 1,
+ "Position": [
+ 1,
+ 4
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 4,
+ "ItemNum": 1
+ },
+ {
+ "Id": 5,
+ "Group": 1,
+ "Position": [
+ 1,
+ 5
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 5,
+ "ItemNum": 1
+ },
+ {
+ "Id": 6,
+ "Group": 1,
+ "Position": [
+ 1,
+ 6
+ ],
+ "Type": 2,
+ "Alternative": false,
+ "ItemID": 6,
+ "ItemNum": 1
+ },
+ {
+ "Id": 7,
+ "Group": 1,
+ "Position": [
+ 2,
+ 1
+ ],
+ "Type": 3,
+ "Alternative": false,
+ "ItemID": 1,
+ "ItemNum": 1
+ },
+ {
+ "Id": 8,
+ "Group": 1,
+ "Position": [
+ 2,
+ 2
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 2,
+ "ItemNum": 1
+ },
+ {
+ "Id": 9,
+ "Group": 1,
+ "Position": [
+ 2,
+ 3
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 3,
+ "ItemNum": 1
+ },
+ {
+ "Id": 10,
+ "Group": 1,
+ "Position": [
+ 2,
+ 4
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 4,
+ "ItemNum": 1
+ },
+ {
+ "Id": 11,
+ "Group": 1,
+ "Position": [
+ 2,
+ 5
+ ],
+ "Type": 2,
+ "Alternative": false,
+ "ItemID": 5,
+ "ItemNum": 1
+ },
+ {
+ "Id": 12,
+ "Group": 1,
+ "Position": [
+ 3,
+ 1
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 6,
+ "ItemNum": 1
+ },
+ {
+ "Id": 13,
+ "Group": 1,
+ "Position": [
+ 3,
+ 2
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 1,
+ "ItemNum": 1
+ },
+ {
+ "Id": 14,
+ "Group": 1,
+ "Position": [
+ 3,
+ 3
+ ],
+ "Type": 1,
+ "Alternative": false,
+ "ItemID": 2,
+ "ItemNum": 1
+ },
+ {
+ "Id": 15,
+ "Group": 1,
+ "Position": [
+ 3,
+ 4
+ ],
+ "Type": 2,
+ "Alternative": false,
+ "ItemID": 3,
+ "ItemNum": 1
+ },
+ {
+ "Id": 16,
+ "Group": 1,
+ "Position": [
+ 4,
+ 1
+ ],
+ "Type": 1,
+ "Alternative": true,
+ "ItemGroup": 1001
+ },
+ {
+ "Id": 17,
+ "Group": 1,
+ "Position": [
+ 4,
+ 2
+ ],
+ "Type": 1,
+ "Alternative": true,
+ "ItemGroup": 1002
+ },
+ {
+ "Id": 18,
+ "Group": 1,
+ "Position": [
+ 4,
+ 3
+ ],
+ "Type": 2,
+ "Alternative": false,
+ "ItemID": 6,
+ "ItemNum": 1
+ },
+ {
+ "Id": 19,
+ "Group": 1,
+ "Position": [
+ 5,
+ 1
+ ],
+ "Type": 1,
+ "Alternative": true,
+ "ItemGroup": 1003
+ },
+ {
+ "Id": 20,
+ "Group": 1,
+ "Position": [
+ 5,
+ 2
+ ],
+ "Type": 2,
+ "Alternative": false,
+ "ItemID": 2,
+ "ItemNum": 1
+ },
+ {
+ "Id": 21,
+ "Group": 1,
+ "Position": [
+ 6,
+ 1
+ ],
+ "Type": 4,
+ "Alternative": true,
+ "ItemGroup": 1004
+ }
+]
\ No newline at end of file
diff --git a/config/MonthlyEventsRewardGroupConfigCategory.json b/config/MonthlyEventsRewardGroupConfigCategory.json
new file mode 100644
index 0000000..79d193a
--- /dev/null
+++ b/config/MonthlyEventsRewardGroupConfigCategory.json
@@ -0,0 +1,146 @@
+[
+ {
+ "Id": 1,
+ "Group": 1001,
+ "UnlockRound": 1,
+ "ItemID": 1,
+ "ItemNum": 2,
+ "ChooseNum": -1
+ },
+ {
+ "Id": 2,
+ "Group": 1001,
+ "UnlockRound": 1,
+ "ItemID": 2,
+ "ItemNum": 2,
+ "ChooseNum": 1
+ },
+ {
+ "Id": 3,
+ "Group": 1001,
+ "UnlockRound": 1,
+ "ItemID": 3,
+ "ItemNum": 2,
+ "ChooseNum": 1
+ },
+ {
+ "Id": 4,
+ "Group": 1001,
+ "UnlockRound": 1,
+ "ItemID": 4,
+ "ItemNum": 2,
+ "ChooseNum": 2
+ },
+ {
+ "Id": 5,
+ "Group": 1002,
+ "UnlockRound": 1,
+ "ItemID": 5,
+ "ItemNum": 2,
+ "ChooseNum": -1
+ },
+ {
+ "Id": 6,
+ "Group": 1002,
+ "UnlockRound": 1,
+ "ItemID": 6,
+ "ItemNum": 2,
+ "ChooseNum": 2
+ },
+ {
+ "Id": 7,
+ "Group": 1002,
+ "UnlockRound": 1,
+ "ItemID": 7,
+ "ItemNum": 2,
+ "ChooseNum": 2
+ },
+ {
+ "Id": 8,
+ "Group": 1002,
+ "UnlockRound": 1,
+ "ItemID": 8,
+ "ItemNum": 2,
+ "ChooseNum": 2
+ },
+ {
+ "Id": 9,
+ "Group": 1002,
+ "UnlockRound": 3,
+ "ItemID": 1,
+ "ItemNum": 2,
+ "ChooseNum": 5
+ },
+ {
+ "Id": 10,
+ "Group": 1003,
+ "UnlockRound": 1,
+ "ItemID": 10,
+ "ItemNum": 2,
+ "ChooseNum": -1
+ },
+ {
+ "Id": 11,
+ "Group": 1003,
+ "UnlockRound": 1,
+ "ItemID": 11,
+ "ItemNum": 2,
+ "ChooseNum": 2
+ },
+ {
+ "Id": 12,
+ "Group": 1003,
+ "UnlockRound": 1,
+ "ItemID": 12,
+ "ItemNum": 2,
+ "ChooseNum": 2
+ },
+ {
+ "Id": 13,
+ "Group": 1003,
+ "UnlockRound": 1,
+ "ItemID": 13,
+ "ItemNum": 2,
+ "ChooseNum": 1
+ },
+ {
+ "Id": 14,
+ "Group": 1003,
+ "UnlockRound": 1,
+ "ItemID": 14,
+ "ItemNum": 2,
+ "ChooseNum": 1
+ },
+ {
+ "Id": 15,
+ "Group": 1004,
+ "UnlockRound": 1,
+ "ItemID": 15,
+ "ItemNum": 2,
+ "ChooseNum": -1
+ },
+ {
+ "Id": 16,
+ "Group": 1004,
+ "UnlockRound": 1,
+ "ItemID": 16,
+ "ItemNum": 2,
+ "ChooseNum": 1
+ },
+ {
+ "Id": 17,
+ "Group": 1004,
+ "UnlockRound": 4,
+ "ItemID": 17,
+ "ItemNum": 2,
+ "ChooseNum": 1
+ },
+ {
+ "Id": 18,
+ "Group": 1004,
+ "UnlockRound": 5,
+ "ItemID": 18,
+ "ItemNum": 2,
+ "ChooseNum": 3
+ }
+]
\ No newline at end of file
diff --git a/config/MoonlightAquariusConfigCategory.json b/config/MoonlightAquariusConfigCategory.json
new file mode 100644
index 0000000..d382de3
--- /dev/null
+++ b/config/MoonlightAquariusConfigCategory.json
@@ -0,0 +1,50 @@
+[
+ {
+ "Id": 1,
+ "Lv": 1,
+ "StorageLimit": 10,
+ "ConversionRatio": 50,
+ "UsageCount": 3,
+ "UpConsumption": 702
+ },
+ {
+ "Id": 2,
+ "Lv": 2,
+ "StorageLimit": 20,
+ "ConversionRatio": 100,
+ "UsageCount": 4,
+ "UpConsumption": 702
+ },
+ {
+ "Id": 3,
+ "Lv": 3,
+ "StorageLimit": 40,
+ "ConversionRatio": 200,
+ "UsageCount": 5,
+ "UpConsumption": 702
+ },
+ {
+ "Id": 4,
+ "Lv": 4,
+ "StorageLimit": 60,
+ "ConversionRatio": 400,
+ "UsageCount": 6,
+ "UpConsumption": 702
+ },
+ {
+ "Id": 5,
+ "Lv": 5,
+ "StorageLimit": 80,
+ "ConversionRatio": 600,
+ "UsageCount": 7,
+ "UpConsumption": 702
+ },
+ {
+ "Id": 6,
+ "Lv": 6,
+ "StorageLimit": 100,
+ "ConversionRatio": 800,
+ "UsageCount": 8,
+ "UpConsumption": 702
+ }
+]
\ No newline at end of file
diff --git a/config/NameLibraryConfigCategory.json b/config/NameLibraryConfigCategory.json
new file mode 100644
index 0000000..b195f26
--- /dev/null
+++ b/config/NameLibraryConfigCategory.json
@@ -0,0 +1,10747 @@
+[
+ {
+ "ID": 10001,
+ "Gender": 1,
+ "Name": "博文"
+ },
+ {
+ "ID": 10002,
+ "Gender": 1,
+ "Name": "梓晨"
+ },
+ {
+ "ID": 10003,
+ "Gender": 1,
+ "Name": "胤祥"
+ },
+ {
+ "ID": 10004,
+ "Gender": 1,
+ "Name": "瑞霖"
+ },
+ {
+ "ID": 10005,
+ "Gender": 1,
+ "Name": "明哲"
+ },
+ {
+ "ID": 10006,
+ "Gender": 1,
+ "Name": "天翊"
+ },
+ {
+ "ID": 10007,
+ "Gender": 1,
+ "Name": "凯瑞"
+ },
+ {
+ "ID": 10008,
+ "Gender": 1,
+ "Name": "健雄"
+ },
+ {
+ "ID": 10009,
+ "Gender": 1,
+ "Name": "耀杰"
+ },
+ {
+ "ID": 10010,
+ "Gender": 1,
+ "Name": "潇然"
+ },
+ {
+ "ID": 10011,
+ "Gender": 1,
+ "Name": "子涵"
+ },
+ {
+ "ID": 10012,
+ "Gender": 1,
+ "Name": "越彬"
+ },
+ {
+ "ID": 10013,
+ "Gender": 1,
+ "Name": "钰轩"
+ },
+ {
+ "ID": 10014,
+ "Gender": 1,
+ "Name": "智辉"
+ },
+ {
+ "ID": 10015,
+ "Gender": 1,
+ "Name": "致远"
+ },
+ {
+ "ID": 10016,
+ "Gender": 1,
+ "Name": "俊驰"
+ },
+ {
+ "ID": 10017,
+ "Gender": 1,
+ "Name": "雨泽"
+ },
+ {
+ "ID": 10018,
+ "Gender": 1,
+ "Name": "烨磊"
+ },
+ {
+ "ID": 10019,
+ "Gender": 1,
+ "Name": "晟睿"
+ },
+ {
+ "ID": 10020,
+ "Gender": 1,
+ "Name": "文昊"
+ },
+ {
+ "ID": 10021,
+ "Gender": 1,
+ "Name": "修洁"
+ },
+ {
+ "ID": 10022,
+ "Gender": 1,
+ "Name": "黎昕"
+ },
+ {
+ "ID": 10023,
+ "Gender": 1,
+ "Name": "远航"
+ },
+ {
+ "ID": 10024,
+ "Gender": 1,
+ "Name": "旭尧"
+ },
+ {
+ "ID": 10025,
+ "Gender": 1,
+ "Name": "鸿涛"
+ },
+ {
+ "ID": 10026,
+ "Gender": 1,
+ "Name": "伟祺"
+ },
+ {
+ "ID": 10027,
+ "Gender": 1,
+ "Name": "荣轩"
+ },
+ {
+ "ID": 10028,
+ "Gender": 1,
+ "Name": "越泽"
+ },
+ {
+ "ID": 10029,
+ "Gender": 1,
+ "Name": "浩宇"
+ },
+ {
+ "ID": 10030,
+ "Gender": 1,
+ "Name": "瑾瑜"
+ },
+ {
+ "ID": 10031,
+ "Gender": 1,
+ "Name": "皓轩"
+ },
+ {
+ "ID": 10032,
+ "Gender": 1,
+ "Name": "擎苍"
+ },
+ {
+ "ID": 10033,
+ "Gender": 1,
+ "Name": "擎宇"
+ },
+ {
+ "ID": 10034,
+ "Gender": 1,
+ "Name": "晋鹏"
+ },
+ {
+ "ID": 10035,
+ "Gender": 1,
+ "Name": "绍辉"
+ },
+ {
+ "ID": 10036,
+ "Gender": 1,
+ "Name": "风华"
+ },
+ {
+ "ID": 10037,
+ "Gender": 1,
+ "Name": "靖琪"
+ },
+ {
+ "ID": 10038,
+ "Gender": 1,
+ "Name": "明辉"
+ },
+ {
+ "ID": 10039,
+ "Gender": 1,
+ "Name": "健柏"
+ },
+ {
+ "ID": 10040,
+ "Gender": 1,
+ "Name": "修杰"
+ },
+ {
+ "ID": 10041,
+ "Gender": 1,
+ "Name": "烨霖"
+ },
+ {
+ "ID": 10042,
+ "Gender": 1,
+ "Name": "烨华"
+ },
+ {
+ "ID": 10043,
+ "Gender": 1,
+ "Name": "煜祺"
+ },
+ {
+ "ID": 10044,
+ "Gender": 1,
+ "Name": "正豪"
+ },
+ {
+ "ID": 10045,
+ "Gender": 1,
+ "Name": "昊然"
+ },
+ {
+ "ID": 10046,
+ "Gender": 1,
+ "Name": "明杰"
+ },
+ {
+ "ID": 10047,
+ "Gender": 1,
+ "Name": "立诚"
+ },
+ {
+ "ID": 10048,
+ "Gender": 1,
+ "Name": "立轩"
+ },
+ {
+ "ID": 10049,
+ "Gender": 1,
+ "Name": "立辉"
+ },
+ {
+ "ID": 10050,
+ "Gender": 1,
+ "Name": "鑫鹏"
+ },
+ {
+ "ID": 10051,
+ "Gender": 1,
+ "Name": "昊天"
+ },
+ {
+ "ID": 10052,
+ "Gender": 1,
+ "Name": "明思"
+ },
+ {
+ "ID": 10053,
+ "Gender": 1,
+ "Name": "展鹏"
+ },
+ {
+ "ID": 10054,
+ "Gender": 1,
+ "Name": "笑愚"
+ },
+ {
+ "ID": 10055,
+ "Gender": 1,
+ "Name": "志强"
+ },
+ {
+ "ID": 10056,
+ "Gender": 1,
+ "Name": "炫明"
+ },
+ {
+ "ID": 10057,
+ "Gender": 1,
+ "Name": "雪松"
+ },
+ {
+ "ID": 10058,
+ "Gender": 1,
+ "Name": "思源"
+ },
+ {
+ "ID": 10059,
+ "Gender": 1,
+ "Name": "智渊"
+ },
+ {
+ "ID": 10060,
+ "Gender": 1,
+ "Name": "思淼"
+ },
+ {
+ "ID": 10061,
+ "Gender": 1,
+ "Name": "晓啸"
+ },
+ {
+ "ID": 10062,
+ "Gender": 1,
+ "Name": "天宇"
+ },
+ {
+ "ID": 10063,
+ "Gender": 1,
+ "Name": "浩然"
+ },
+ {
+ "ID": 10064,
+ "Gender": 1,
+ "Name": "文轩"
+ },
+ {
+ "ID": 10065,
+ "Gender": 1,
+ "Name": "鹭洋"
+ },
+ {
+ "ID": 10066,
+ "Gender": 1,
+ "Name": "振家"
+ },
+ {
+ "ID": 10067,
+ "Gender": 1,
+ "Name": "乐驹"
+ },
+ {
+ "ID": 10068,
+ "Gender": 1,
+ "Name": "晓博"
+ },
+ {
+ "ID": 10069,
+ "Gender": 1,
+ "Name": "文博"
+ },
+ {
+ "ID": 10070,
+ "Gender": 1,
+ "Name": "昊焱"
+ },
+ {
+ "ID": 10071,
+ "Gender": 1,
+ "Name": "立果"
+ },
+ {
+ "ID": 10072,
+ "Gender": 1,
+ "Name": "金鑫"
+ },
+ {
+ "ID": 10073,
+ "Gender": 1,
+ "Name": "锦程"
+ },
+ {
+ "ID": 10074,
+ "Gender": 1,
+ "Name": "嘉熙"
+ },
+ {
+ "ID": 10075,
+ "Gender": 1,
+ "Name": "鹏飞"
+ },
+ {
+ "ID": 10076,
+ "Gender": 1,
+ "Name": "子默"
+ },
+ {
+ "ID": 10077,
+ "Gender": 1,
+ "Name": "思远"
+ },
+ {
+ "ID": 10078,
+ "Gender": 1,
+ "Name": "浩轩"
+ },
+ {
+ "ID": 10079,
+ "Gender": 1,
+ "Name": "语堂"
+ },
+ {
+ "ID": 10080,
+ "Gender": 1,
+ "Name": "聪健"
+ },
+ {
+ "ID": 10081,
+ "Gender": 1,
+ "Name": "惜文"
+ },
+ {
+ "ID": 10082,
+ "Gender": 1,
+ "Name": "涵柏"
+ },
+ {
+ "ID": 10083,
+ "Gender": 1,
+ "Name": "醉蓝"
+ },
+ {
+ "ID": 10084,
+ "Gender": 1,
+ "Name": "海云"
+ },
+ {
+ "ID": 10085,
+ "Gender": 1,
+ "Name": "平安"
+ },
+ {
+ "ID": 10086,
+ "Gender": 1,
+ "Name": "梦柏"
+ },
+ {
+ "ID": 10087,
+ "Gender": 1,
+ "Name": "访旋"
+ },
+ {
+ "ID": 10088,
+ "Gender": 1,
+ "Name": "怀亦"
+ },
+ {
+ "ID": 10089,
+ "Gender": 1,
+ "Name": "笑蓝"
+ },
+ {
+ "ID": 10090,
+ "Gender": 1,
+ "Name": "乐枫"
+ },
+ {
+ "ID": 10091,
+ "Gender": 1,
+ "Name": "靖雁"
+ },
+ {
+ "ID": 10092,
+ "Gender": 1,
+ "Name": "凡旋"
+ },
+ {
+ "ID": 10093,
+ "Gender": 1,
+ "Name": "以亦"
+ },
+ {
+ "ID": 10094,
+ "Gender": 1,
+ "Name": "新波"
+ },
+ {
+ "ID": 10095,
+ "Gender": 1,
+ "Name": "代真"
+ },
+ {
+ "ID": 10096,
+ "Gender": 1,
+ "Name": "紫山"
+ },
+ {
+ "ID": 10097,
+ "Gender": 1,
+ "Name": "盼山"
+ },
+ {
+ "ID": 10098,
+ "Gender": 1,
+ "Name": "山柏"
+ },
+ {
+ "ID": 10099,
+ "Gender": 1,
+ "Name": "问旋"
+ },
+ {
+ "ID": 10100,
+ "Gender": 1,
+ "Name": "白易"
+ },
+ {
+ "ID": 10101,
+ "Gender": 1,
+ "Name": "青槐"
+ },
+ {
+ "ID": 10102,
+ "Gender": 1,
+ "Name": "夏槐"
+ },
+ {
+ "ID": 10103,
+ "Gender": 1,
+ "Name": "听白"
+ },
+ {
+ "ID": 10104,
+ "Gender": 1,
+ "Name": "灵雁"
+ },
+ {
+ "ID": 10105,
+ "Gender": 1,
+ "Name": "元柏"
+ },
+ {
+ "ID": 10106,
+ "Gender": 1,
+ "Name": "寒安"
+ },
+ {
+ "ID": 10107,
+ "Gender": 1,
+ "Name": "以山"
+ },
+ {
+ "ID": 10108,
+ "Gender": 1,
+ "Name": "谷冬"
+ },
+ {
+ "ID": 10109,
+ "Gender": 1,
+ "Name": "南松"
+ },
+ {
+ "ID": 10110,
+ "Gender": 1,
+ "Name": "以蓝"
+ },
+ {
+ "ID": 10111,
+ "Gender": 1,
+ "Name": "笑寒"
+ },
+ {
+ "ID": 10112,
+ "Gender": 1,
+ "Name": "映之"
+ },
+ {
+ "ID": 10113,
+ "Gender": 1,
+ "Name": "夜山"
+ },
+ {
+ "ID": 10114,
+ "Gender": 1,
+ "Name": "念波"
+ },
+ {
+ "ID": 10115,
+ "Gender": 1,
+ "Name": "迎松"
+ },
+ {
+ "ID": 10116,
+ "Gender": 1,
+ "Name": "笑天"
+ },
+ {
+ "ID": 10117,
+ "Gender": 1,
+ "Name": "忆山"
+ },
+ {
+ "ID": 10118,
+ "Gender": 1,
+ "Name": "以寒"
+ },
+ {
+ "ID": 10119,
+ "Gender": 1,
+ "Name": "小凡"
+ },
+ {
+ "ID": 10120,
+ "Gender": 1,
+ "Name": "映波"
+ },
+ {
+ "ID": 10121,
+ "Gender": 1,
+ "Name": "寄凡"
+ },
+ {
+ "ID": 10122,
+ "Gender": 1,
+ "Name": "雁枫"
+ },
+ {
+ "ID": 10123,
+ "Gender": 1,
+ "Name": "谷南"
+ },
+ {
+ "ID": 10124,
+ "Gender": 1,
+ "Name": "友儿"
+ },
+ {
+ "ID": 10125,
+ "Gender": 1,
+ "Name": "紫青"
+ },
+ {
+ "ID": 10126,
+ "Gender": 1,
+ "Name": "庆炳"
+ },
+ {
+ "ID": 10127,
+ "Gender": 1,
+ "Name": "经夫"
+ },
+ {
+ "ID": 10128,
+ "Gender": 1,
+ "Name": "进斌"
+ },
+ {
+ "ID": 10129,
+ "Gender": 1,
+ "Name": "建平"
+ },
+ {
+ "ID": 10130,
+ "Gender": 1,
+ "Name": "圣靖"
+ },
+ {
+ "ID": 10131,
+ "Gender": 1,
+ "Name": "厚坤"
+ },
+ {
+ "ID": 10132,
+ "Gender": 1,
+ "Name": "旭文"
+ },
+ {
+ "ID": 10133,
+ "Gender": 1,
+ "Name": "继升"
+ },
+ {
+ "ID": 10134,
+ "Gender": 1,
+ "Name": "承丰"
+ },
+ {
+ "ID": 10135,
+ "Gender": 1,
+ "Name": "元赋"
+ },
+ {
+ "ID": 10136,
+ "Gender": 1,
+ "Name": "卓康"
+ },
+ {
+ "ID": 10137,
+ "Gender": 1,
+ "Name": "更材"
+ },
+ {
+ "ID": 10138,
+ "Gender": 1,
+ "Name": "发辰"
+ },
+ {
+ "ID": 10139,
+ "Gender": 1,
+ "Name": "璨渊"
+ },
+ {
+ "ID": 10140,
+ "Gender": 1,
+ "Name": "齐光"
+ },
+ {
+ "ID": 10141,
+ "Gender": 1,
+ "Name": "久华"
+ },
+ {
+ "ID": 10142,
+ "Gender": 1,
+ "Name": "友甫"
+ },
+ {
+ "ID": 10143,
+ "Gender": 1,
+ "Name": "圣欢"
+ },
+ {
+ "ID": 10144,
+ "Gender": 1,
+ "Name": "斗吉"
+ },
+ {
+ "ID": 10145,
+ "Gender": 1,
+ "Name": "滕辉"
+ },
+ {
+ "ID": 10146,
+ "Gender": 1,
+ "Name": "清临"
+ },
+ {
+ "ID": 10147,
+ "Gender": 1,
+ "Name": "少羽"
+ },
+ {
+ "ID": 10148,
+ "Gender": 1,
+ "Name": "益城"
+ },
+ {
+ "ID": 10149,
+ "Gender": 1,
+ "Name": "先瑞"
+ },
+ {
+ "ID": 10150,
+ "Gender": 1,
+ "Name": "颜炳"
+ },
+ {
+ "ID": 10151,
+ "Gender": 1,
+ "Name": "参斌"
+ },
+ {
+ "ID": 10152,
+ "Gender": 1,
+ "Name": "连炳"
+ },
+ {
+ "ID": 10153,
+ "Gender": 1,
+ "Name": "进松"
+ },
+ {
+ "ID": 10154,
+ "Gender": 1,
+ "Name": "参辰"
+ },
+ {
+ "ID": 10155,
+ "Gender": 1,
+ "Name": "啸业"
+ },
+ {
+ "ID": 10156,
+ "Gender": 1,
+ "Name": "润书"
+ },
+ {
+ "ID": 10157,
+ "Gender": 1,
+ "Name": "恩炳"
+ },
+ {
+ "ID": 10158,
+ "Gender": 1,
+ "Name": "江员"
+ },
+ {
+ "ID": 10159,
+ "Gender": 1,
+ "Name": "伯武"
+ },
+ {
+ "ID": 10160,
+ "Gender": 1,
+ "Name": "洪进"
+ },
+ {
+ "ID": 10161,
+ "Gender": 1,
+ "Name": "功泉"
+ },
+ {
+ "ID": 10162,
+ "Gender": 1,
+ "Name": "亚海"
+ },
+ {
+ "ID": 10163,
+ "Gender": 1,
+ "Name": "瑞祥"
+ },
+ {
+ "ID": 10164,
+ "Gender": 1,
+ "Name": "进益"
+ },
+ {
+ "ID": 10165,
+ "Gender": 1,
+ "Name": "甚棉"
+ },
+ {
+ "ID": 10166,
+ "Gender": 1,
+ "Name": "茂贵"
+ },
+ {
+ "ID": 10167,
+ "Gender": 1,
+ "Name": "颜海"
+ },
+ {
+ "ID": 10168,
+ "Gender": 1,
+ "Name": "继宾"
+ },
+ {
+ "ID": 10169,
+ "Gender": 1,
+ "Name": "捷权"
+ },
+ {
+ "ID": 10170,
+ "Gender": 1,
+ "Name": "伟林"
+ },
+ {
+ "ID": 10171,
+ "Gender": 1,
+ "Name": "璨军"
+ },
+ {
+ "ID": 10172,
+ "Gender": 1,
+ "Name": "秉军"
+ },
+ {
+ "ID": 10173,
+ "Gender": 1,
+ "Name": "观鸣"
+ },
+ {
+ "ID": 10174,
+ "Gender": 1,
+ "Name": "伟炳"
+ },
+ {
+ "ID": 10175,
+ "Gender": 1,
+ "Name": "聪瑞"
+ },
+ {
+ "ID": 10176,
+ "Gender": 1,
+ "Name": "乐兵"
+ },
+ {
+ "ID": 10177,
+ "Gender": 1,
+ "Name": "兼旺"
+ },
+ {
+ "ID": 10178,
+ "Gender": 1,
+ "Name": "子宾"
+ },
+ {
+ "ID": 10179,
+ "Gender": 1,
+ "Name": "申阳"
+ },
+ {
+ "ID": 10180,
+ "Gender": 1,
+ "Name": "寿军"
+ },
+ {
+ "ID": 10181,
+ "Gender": 1,
+ "Name": "先冬"
+ },
+ {
+ "ID": 10182,
+ "Gender": 1,
+ "Name": "亚君"
+ },
+ {
+ "ID": 10183,
+ "Gender": 1,
+ "Name": "帛阳"
+ },
+ {
+ "ID": 10184,
+ "Gender": 1,
+ "Name": "启业"
+ },
+ {
+ "ID": 10185,
+ "Gender": 1,
+ "Name": "丰瑞"
+ },
+ {
+ "ID": 10186,
+ "Gender": 1,
+ "Name": "进振"
+ },
+ {
+ "ID": 10187,
+ "Gender": 1,
+ "Name": "千生"
+ },
+ {
+ "ID": 10188,
+ "Gender": 1,
+ "Name": "乐彪"
+ },
+ {
+ "ID": 10189,
+ "Gender": 1,
+ "Name": "希仪"
+ },
+ {
+ "ID": 10190,
+ "Gender": 1,
+ "Name": "均敏"
+ },
+ {
+ "ID": 10191,
+ "Gender": 1,
+ "Name": "建卿"
+ },
+ {
+ "ID": 10192,
+ "Gender": 1,
+ "Name": "喻欢"
+ },
+ {
+ "ID": 10193,
+ "Gender": 1,
+ "Name": "尚清"
+ },
+ {
+ "ID": 10194,
+ "Gender": 1,
+ "Name": "秋瑾"
+ },
+ {
+ "ID": 10195,
+ "Gender": 1,
+ "Name": "敬良"
+ },
+ {
+ "ID": 10196,
+ "Gender": 1,
+ "Name": "孝荃"
+ },
+ {
+ "ID": 10197,
+ "Gender": 1,
+ "Name": "安友"
+ },
+ {
+ "ID": 10198,
+ "Gender": 1,
+ "Name": "彦舒"
+ },
+ {
+ "ID": 10199,
+ "Gender": 1,
+ "Name": "厚民"
+ },
+ {
+ "ID": 10200,
+ "Gender": 1,
+ "Name": "志祥"
+ },
+ {
+ "ID": 10201,
+ "Gender": 1,
+ "Name": "贤静"
+ },
+ {
+ "ID": 10202,
+ "Gender": 1,
+ "Name": "本友"
+ },
+ {
+ "ID": 10203,
+ "Gender": 1,
+ "Name": "贵冬"
+ },
+ {
+ "ID": 10204,
+ "Gender": 1,
+ "Name": "华能"
+ },
+ {
+ "ID": 10205,
+ "Gender": 1,
+ "Name": "珍帛"
+ },
+ {
+ "ID": 10206,
+ "Gender": 1,
+ "Name": "威羽"
+ },
+ {
+ "ID": 10207,
+ "Gender": 1,
+ "Name": "颜棉"
+ },
+ {
+ "ID": 10208,
+ "Gender": 1,
+ "Name": "惠萃"
+ },
+ {
+ "ID": 10209,
+ "Gender": 1,
+ "Name": "同辉"
+ },
+ {
+ "ID": 10210,
+ "Gender": 1,
+ "Name": "眉娴"
+ },
+ {
+ "ID": 10211,
+ "Gender": 1,
+ "Name": "景韵"
+ },
+ {
+ "ID": 10212,
+ "Gender": 1,
+ "Name": "斗光"
+ },
+ {
+ "ID": 10213,
+ "Gender": 1,
+ "Name": "革浩"
+ },
+ {
+ "ID": 10214,
+ "Gender": 1,
+ "Name": "卓冲"
+ },
+ {
+ "ID": 10215,
+ "Gender": 1,
+ "Name": "嘉辰"
+ },
+ {
+ "ID": 10216,
+ "Gender": 1,
+ "Name": "悦雁"
+ },
+ {
+ "ID": 10217,
+ "Gender": 1,
+ "Name": "津鸣"
+ },
+ {
+ "ID": 10218,
+ "Gender": 1,
+ "Name": "圣发"
+ },
+ {
+ "ID": 10219,
+ "Gender": 1,
+ "Name": "富琼"
+ },
+ {
+ "ID": 10220,
+ "Gender": 1,
+ "Name": "再瑞"
+ },
+ {
+ "ID": 10221,
+ "Gender": 1,
+ "Name": "忠业"
+ },
+ {
+ "ID": 10222,
+ "Gender": 1,
+ "Name": "富竣"
+ },
+ {
+ "ID": 10223,
+ "Gender": 1,
+ "Name": "芮珍"
+ },
+ {
+ "ID": 10224,
+ "Gender": 1,
+ "Name": "安驰"
+ },
+ {
+ "ID": 10225,
+ "Gender": 1,
+ "Name": "本才"
+ },
+ {
+ "ID": 10226,
+ "Gender": 1,
+ "Name": "旭吉"
+ },
+ {
+ "ID": 10227,
+ "Gender": 1,
+ "Name": "惠琼"
+ },
+ {
+ "ID": 10228,
+ "Gender": 1,
+ "Name": "祥瑞"
+ },
+ {
+ "ID": 10229,
+ "Gender": 1,
+ "Name": "保华"
+ },
+ {
+ "ID": 10230,
+ "Gender": 1,
+ "Name": "映聪"
+ },
+ {
+ "ID": 10231,
+ "Gender": 1,
+ "Name": "应瑜"
+ },
+ {
+ "ID": 10232,
+ "Gender": 1,
+ "Name": "益麟"
+ },
+ {
+ "ID": 10233,
+ "Gender": 1,
+ "Name": "业捷"
+ },
+ {
+ "ID": 10234,
+ "Gender": 1,
+ "Name": "伯川"
+ },
+ {
+ "ID": 10235,
+ "Gender": 1,
+ "Name": "畅光"
+ },
+ {
+ "ID": 10236,
+ "Gender": 1,
+ "Name": "伯彬"
+ },
+ {
+ "ID": 10237,
+ "Gender": 1,
+ "Name": "欣荔"
+ },
+ {
+ "ID": 10238,
+ "Gender": 1,
+ "Name": "任晨"
+ },
+ {
+ "ID": 10239,
+ "Gender": 1,
+ "Name": "众洲"
+ },
+ {
+ "ID": 10240,
+ "Gender": 1,
+ "Name": "汝宜"
+ },
+ {
+ "ID": 10241,
+ "Gender": 1,
+ "Name": "美婕"
+ },
+ {
+ "ID": 10242,
+ "Gender": 1,
+ "Name": "民安"
+ },
+ {
+ "ID": 10243,
+ "Gender": 1,
+ "Name": "竣"
+ },
+ {
+ "ID": 10244,
+ "Gender": 1,
+ "Name": "楠蓓"
+ },
+ {
+ "ID": 10245,
+ "Gender": 1,
+ "Name": "艾弈"
+ },
+ {
+ "ID": 10246,
+ "Gender": 1,
+ "Name": "焱丹"
+ },
+ {
+ "ID": 10247,
+ "Gender": 1,
+ "Name": "小瑜"
+ },
+ {
+ "ID": 10248,
+ "Gender": 1,
+ "Name": "平洪"
+ },
+ {
+ "ID": 10249,
+ "Gender": 1,
+ "Name": "艾杰"
+ },
+ {
+ "ID": 10250,
+ "Gender": 1,
+ "Name": "锐萧"
+ },
+ {
+ "ID": 10251,
+ "Gender": 1,
+ "Name": "益强"
+ },
+ {
+ "ID": 10252,
+ "Gender": 1,
+ "Name": "恩晨"
+ },
+ {
+ "ID": 10253,
+ "Gender": 1,
+ "Name": "盈琦"
+ },
+ {
+ "ID": 10254,
+ "Gender": 1,
+ "Name": "秉丰"
+ },
+ {
+ "ID": 10255,
+ "Gender": 1,
+ "Name": "悦菊"
+ },
+ {
+ "ID": 10256,
+ "Gender": 1,
+ "Name": "若强"
+ },
+ {
+ "ID": 10257,
+ "Gender": 1,
+ "Name": "齐榕"
+ },
+ {
+ "ID": 10258,
+ "Gender": 1,
+ "Name": "怀宜"
+ },
+ {
+ "ID": 10259,
+ "Gender": 1,
+ "Name": "孝姣"
+ },
+ {
+ "ID": 10260,
+ "Gender": 1,
+ "Name": "毕海"
+ },
+ {
+ "ID": 10261,
+ "Gender": 1,
+ "Name": "卓恒"
+ },
+ {
+ "ID": 10262,
+ "Gender": 1,
+ "Name": "啸奇"
+ },
+ {
+ "ID": 10263,
+ "Gender": 1,
+ "Name": "伯聚"
+ },
+ {
+ "ID": 10264,
+ "Gender": 1,
+ "Name": "连麟"
+ },
+ {
+ "ID": 10265,
+ "Gender": 1,
+ "Name": "德宏"
+ },
+ {
+ "ID": 10266,
+ "Gender": 1,
+ "Name": "子能"
+ },
+ {
+ "ID": 10267,
+ "Gender": 1,
+ "Name": "子升"
+ },
+ {
+ "ID": 10268,
+ "Gender": 1,
+ "Name": "继泉"
+ },
+ {
+ "ID": 10269,
+ "Gender": 1,
+ "Name": "元宏"
+ },
+ {
+ "ID": 10270,
+ "Gender": 1,
+ "Name": "维香"
+ },
+ {
+ "ID": 10271,
+ "Gender": 1,
+ "Name": "敬"
+ },
+ {
+ "ID": 10272,
+ "Gender": 1,
+ "Name": "庆奇"
+ },
+ {
+ "ID": 10273,
+ "Gender": 1,
+ "Name": "菊俏"
+ },
+ {
+ "ID": 10274,
+ "Gender": 1,
+ "Name": "恩恒"
+ },
+ {
+ "ID": 10275,
+ "Gender": 1,
+ "Name": "元华"
+ },
+ {
+ "ID": 10276,
+ "Gender": 1,
+ "Name": "加靖"
+ },
+ {
+ "ID": 10277,
+ "Gender": 1,
+ "Name": "彪炳"
+ },
+ {
+ "ID": 10278,
+ "Gender": 1,
+ "Name": "恩卿"
+ },
+ {
+ "ID": 10279,
+ "Gender": 1,
+ "Name": "骄轮"
+ },
+ {
+ "ID": 10280,
+ "Gender": 1,
+ "Name": "益瑞"
+ },
+ {
+ "ID": 10281,
+ "Gender": 1,
+ "Name": "继权"
+ },
+ {
+ "ID": 10282,
+ "Gender": 1,
+ "Name": "承信"
+ },
+ {
+ "ID": 10283,
+ "Gender": 1,
+ "Name": "更江"
+ },
+ {
+ "ID": 10284,
+ "Gender": 1,
+ "Name": "丰竣"
+ },
+ {
+ "ID": 10285,
+ "Gender": 1,
+ "Name": "申彤"
+ },
+ {
+ "ID": 10286,
+ "Gender": 1,
+ "Name": "其权"
+ },
+ {
+ "ID": 10287,
+ "Gender": 1,
+ "Name": "加冲"
+ },
+ {
+ "ID": 10288,
+ "Gender": 1,
+ "Name": "希缨"
+ },
+ {
+ "ID": 10289,
+ "Gender": 1,
+ "Name": "发兴"
+ },
+ {
+ "ID": 10290,
+ "Gender": 1,
+ "Name": "旭康"
+ },
+ {
+ "ID": 10291,
+ "Gender": 1,
+ "Name": "德荣"
+ },
+ {
+ "ID": 10292,
+ "Gender": 1,
+ "Name": "平宇"
+ },
+ {
+ "ID": 10293,
+ "Gender": 1,
+ "Name": "润澜"
+ },
+ {
+ "ID": 10294,
+ "Gender": 1,
+ "Name": "进国"
+ },
+ {
+ "ID": 10295,
+ "Gender": 1,
+ "Name": "共兵"
+ },
+ {
+ "ID": 10296,
+ "Gender": 1,
+ "Name": "璨江"
+ },
+ {
+ "ID": 10297,
+ "Gender": 1,
+ "Name": "先舜"
+ },
+ {
+ "ID": 10298,
+ "Gender": 1,
+ "Name": "素苹"
+ },
+ {
+ "ID": 10299,
+ "Gender": 1,
+ "Name": "艾志"
+ },
+ {
+ "ID": 10300,
+ "Gender": 1,
+ "Name": "恩夫"
+ },
+ {
+ "ID": 10301,
+ "Gender": 1,
+ "Name": "安昆"
+ },
+ {
+ "ID": 10302,
+ "Gender": 1,
+ "Name": "双临"
+ },
+ {
+ "ID": 10303,
+ "Gender": 1,
+ "Name": "彦匀"
+ },
+ {
+ "ID": 10304,
+ "Gender": 1,
+ "Name": "家先"
+ },
+ {
+ "ID": 10305,
+ "Gender": 1,
+ "Name": "天萧"
+ },
+ {
+ "ID": 10306,
+ "Gender": 1,
+ "Name": "思荔"
+ },
+ {
+ "ID": 10307,
+ "Gender": 1,
+ "Name": "秀穗"
+ },
+ {
+ "ID": 10308,
+ "Gender": 1,
+ "Name": "兼宇"
+ },
+ {
+ "ID": 10309,
+ "Gender": 1,
+ "Name": "圣宁"
+ },
+ {
+ "ID": 10310,
+ "Gender": 1,
+ "Name": "锐晶"
+ },
+ {
+ "ID": 10311,
+ "Gender": 1,
+ "Name": "意咏"
+ },
+ {
+ "ID": 10312,
+ "Gender": 1,
+ "Name": "齐志"
+ },
+ {
+ "ID": 10313,
+ "Gender": 1,
+ "Name": "秋伶"
+ },
+ {
+ "ID": 10314,
+ "Gender": 1,
+ "Name": "彩芝"
+ },
+ {
+ "ID": 10315,
+ "Gender": 1,
+ "Name": "牡秋"
+ },
+ {
+ "ID": 10316,
+ "Gender": 1,
+ "Name": "从宏"
+ },
+ {
+ "ID": 10317,
+ "Gender": 1,
+ "Name": "良岚"
+ },
+ {
+ "ID": 10318,
+ "Gender": 1,
+ "Name": "艾驰"
+ },
+ {
+ "ID": 10319,
+ "Gender": 1,
+ "Name": "继阳"
+ },
+ {
+ "ID": 10320,
+ "Gender": 1,
+ "Name": "玲思"
+ },
+ {
+ "ID": 10321,
+ "Gender": 1,
+ "Name": "江原"
+ },
+ {
+ "ID": 10322,
+ "Gender": 1,
+ "Name": "必彪"
+ },
+ {
+ "ID": 10323,
+ "Gender": 1,
+ "Name": "楠俏"
+ },
+ {
+ "ID": 10324,
+ "Gender": 1,
+ "Name": "元君"
+ },
+ {
+ "ID": 10325,
+ "Gender": 1,
+ "Name": "致书"
+ },
+ {
+ "ID": 10326,
+ "Gender": 1,
+ "Name": "璨能"
+ },
+ {
+ "ID": 10327,
+ "Gender": 1,
+ "Name": "维秋"
+ },
+ {
+ "ID": 10328,
+ "Gender": 1,
+ "Name": "威武"
+ },
+ {
+ "ID": 10329,
+ "Gender": 1,
+ "Name": "秀遥"
+ },
+ {
+ "ID": 10330,
+ "Gender": 1,
+ "Name": "德根"
+ },
+ {
+ "ID": 10331,
+ "Gender": 1,
+ "Name": "兼先"
+ },
+ {
+ "ID": 10332,
+ "Gender": 1,
+ "Name": "榕健"
+ },
+ {
+ "ID": 10333,
+ "Gender": 1,
+ "Name": "必龙"
+ },
+ {
+ "ID": 10334,
+ "Gender": 1,
+ "Name": "苇棋"
+ },
+ {
+ "ID": 10335,
+ "Gender": 1,
+ "Name": "农阳"
+ },
+ {
+ "ID": 10336,
+ "Gender": 1,
+ "Name": "顺玄"
+ },
+ {
+ "ID": 10337,
+ "Gender": 1,
+ "Name": "润帝"
+ },
+ {
+ "ID": 10338,
+ "Gender": 1,
+ "Name": "喻莎"
+ },
+ {
+ "ID": 10339,
+ "Gender": 1,
+ "Name": "敬捷"
+ },
+ {
+ "ID": 10340,
+ "Gender": 1,
+ "Name": "宾川"
+ },
+ {
+ "ID": 10341,
+ "Gender": 1,
+ "Name": "必华"
+ },
+ {
+ "ID": 10342,
+ "Gender": 1,
+ "Name": "恩明"
+ },
+ {
+ "ID": 10343,
+ "Gender": 1,
+ "Name": "景蓓"
+ },
+ {
+ "ID": 10344,
+ "Gender": 1,
+ "Name": "德甫"
+ },
+ {
+ "ID": 10345,
+ "Gender": 1,
+ "Name": "致玉"
+ },
+ {
+ "ID": 10346,
+ "Gender": 1,
+ "Name": "维晶"
+ },
+ {
+ "ID": 10347,
+ "Gender": 1,
+ "Name": "景凤"
+ },
+ {
+ "ID": 10348,
+ "Gender": 1,
+ "Name": "千江"
+ },
+ {
+ "ID": 10349,
+ "Gender": 1,
+ "Name": "若杰"
+ },
+ {
+ "ID": 10350,
+ "Gender": 1,
+ "Name": "富月"
+ },
+ {
+ "ID": 10351,
+ "Gender": 1,
+ "Name": "玫月"
+ },
+ {
+ "ID": 10352,
+ "Gender": 1,
+ "Name": "冰蕾"
+ },
+ {
+ "ID": 10353,
+ "Gender": 1,
+ "Name": "关麟"
+ },
+ {
+ "ID": 10354,
+ "Gender": 1,
+ "Name": "少南"
+ },
+ {
+ "ID": 10355,
+ "Gender": 1,
+ "Name": "怀菊"
+ },
+ {
+ "ID": 10356,
+ "Gender": 1,
+ "Name": "虹暖"
+ },
+ {
+ "ID": 10357,
+ "Gender": 1,
+ "Name": "申民"
+ },
+ {
+ "ID": 10358,
+ "Gender": 1,
+ "Name": "贤仪"
+ },
+ {
+ "ID": 10359,
+ "Gender": 1,
+ "Name": "艾江"
+ },
+ {
+ "ID": 10360,
+ "Gender": 1,
+ "Name": "卓旺"
+ },
+ {
+ "ID": 10361,
+ "Gender": 1,
+ "Name": "厚友"
+ },
+ {
+ "ID": 10362,
+ "Gender": 1,
+ "Name": "锐仪"
+ },
+ {
+ "ID": 10363,
+ "Gender": 1,
+ "Name": "秉辉"
+ },
+ {
+ "ID": 10364,
+ "Gender": 1,
+ "Name": "孝晶"
+ },
+ {
+ "ID": 10365,
+ "Gender": 1,
+ "Name": "有远"
+ },
+ {
+ "ID": 10366,
+ "Gender": 1,
+ "Name": "银远"
+ },
+ {
+ "ID": 10367,
+ "Gender": 1,
+ "Name": "家剑"
+ },
+ {
+ "ID": 10368,
+ "Gender": 1,
+ "Name": "心俏"
+ },
+ {
+ "ID": 10369,
+ "Gender": 1,
+ "Name": "榕城"
+ },
+ {
+ "ID": 10370,
+ "Gender": 1,
+ "Name": "彩萃"
+ },
+ {
+ "ID": 10371,
+ "Gender": 1,
+ "Name": "莉怡"
+ },
+ {
+ "ID": 10372,
+ "Gender": 1,
+ "Name": "思利"
+ },
+ {
+ "ID": 10373,
+ "Gender": 1,
+ "Name": "眉芝"
+ },
+ {
+ "ID": 10374,
+ "Gender": 1,
+ "Name": "圣宏"
+ },
+ {
+ "ID": 10375,
+ "Gender": 1,
+ "Name": "咏利"
+ },
+ {
+ "ID": 10376,
+ "Gender": 1,
+ "Name": "功勇"
+ },
+ {
+ "ID": 10377,
+ "Gender": 1,
+ "Name": "毕茗"
+ },
+ {
+ "ID": 10378,
+ "Gender": 1,
+ "Name": "秀茵"
+ },
+ {
+ "ID": 10379,
+ "Gender": 1,
+ "Name": "支华"
+ },
+ {
+ "ID": 10380,
+ "Gender": 1,
+ "Name": "致鹏"
+ },
+ {
+ "ID": 10381,
+ "Gender": 1,
+ "Name": "海羽"
+ },
+ {
+ "ID": 10382,
+ "Gender": 1,
+ "Name": "润榕"
+ },
+ {
+ "ID": 10383,
+ "Gender": 1,
+ "Name": "启虎"
+ },
+ {
+ "ID": 10384,
+ "Gender": 1,
+ "Name": "啸元"
+ },
+ {
+ "ID": 10385,
+ "Gender": 1,
+ "Name": "远麟"
+ },
+ {
+ "ID": 10386,
+ "Gender": 1,
+ "Name": "邑"
+ },
+ {
+ "ID": 10387,
+ "Gender": 1,
+ "Name": "乾"
+ },
+ {
+ "ID": 10388,
+ "Gender": 1,
+ "Name": "绯"
+ },
+ {
+ "ID": 10389,
+ "Gender": 1,
+ "Name": "擎汉"
+ },
+ {
+ "ID": 10390,
+ "Gender": 1,
+ "Name": "豪英"
+ },
+ {
+ "ID": 10391,
+ "Gender": 1,
+ "Name": "剑愁"
+ },
+ {
+ "ID": 10392,
+ "Gender": 1,
+ "Name": "一笑"
+ },
+ {
+ "ID": 10393,
+ "Gender": 1,
+ "Name": "逊"
+ },
+ {
+ "ID": 10394,
+ "Gender": 1,
+ "Name": "蹇"
+ },
+ {
+ "ID": 10395,
+ "Gender": 1,
+ "Name": "涔"
+ },
+ {
+ "ID": 10396,
+ "Gender": 1,
+ "Name": "酬海"
+ },
+ {
+ "ID": 10397,
+ "Gender": 1,
+ "Name": "成败"
+ },
+ {
+ "ID": 10398,
+ "Gender": 1,
+ "Name": "冥幽"
+ },
+ {
+ "ID": 10399,
+ "Gender": 1,
+ "Name": "天问"
+ },
+ {
+ "ID": 10400,
+ "Gender": 1,
+ "Name": "臻"
+ },
+ {
+ "ID": 10401,
+ "Gender": 1,
+ "Name": "复天"
+ },
+ {
+ "ID": 10402,
+ "Gender": 1,
+ "Name": "忘幽"
+ },
+ {
+ "ID": 10403,
+ "Gender": 1,
+ "Name": "士萧"
+ },
+ {
+ "ID": 10404,
+ "Gender": 1,
+ "Name": "山河"
+ },
+ {
+ "ID": 10405,
+ "Gender": 1,
+ "Name": "凡"
+ },
+ {
+ "ID": 10406,
+ "Gender": 1,
+ "Name": "鞯"
+ },
+ {
+ "ID": 10407,
+ "Gender": 1,
+ "Name": "珩"
+ },
+ {
+ "ID": 10408,
+ "Gender": 1,
+ "Name": "严青"
+ },
+ {
+ "ID": 10409,
+ "Gender": 1,
+ "Name": "成危"
+ },
+ {
+ "ID": 10410,
+ "Gender": 1,
+ "Name": "中道"
+ },
+ {
+ "ID": 10411,
+ "Gender": 1,
+ "Name": "愁天"
+ },
+ {
+ "ID": 10412,
+ "Gender": 1,
+ "Name": "嵩"
+ },
+ {
+ "ID": 10413,
+ "Gender": 1,
+ "Name": "达"
+ },
+ {
+ "ID": 10414,
+ "Gender": 1,
+ "Name": "鹤"
+ },
+ {
+ "ID": 10415,
+ "Gender": 1,
+ "Name": "成风"
+ },
+ {
+ "ID": 10416,
+ "Gender": 1,
+ "Name": "道天"
+ },
+ {
+ "ID": 10417,
+ "Gender": 1,
+ "Name": "一斩"
+ },
+ {
+ "ID": 10418,
+ "Gender": 1,
+ "Name": "豪"
+ },
+ {
+ "ID": 10419,
+ "Gender": 1,
+ "Name": "烙"
+ },
+ {
+ "ID": 10420,
+ "Gender": 1,
+ "Name": "鞅"
+ },
+ {
+ "ID": 10421,
+ "Gender": 1,
+ "Name": "不可"
+ },
+ {
+ "ID": 10422,
+ "Gender": 1,
+ "Name": "成仁"
+ },
+ {
+ "ID": 10423,
+ "Gender": 1,
+ "Name": "道消"
+ },
+ {
+ "ID": 10424,
+ "Gender": 1,
+ "Name": "不二"
+ },
+ {
+ "ID": 10425,
+ "Gender": 1,
+ "Name": "裘"
+ },
+ {
+ "ID": 10426,
+ "Gender": 1,
+ "Name": "冥"
+ },
+ {
+ "ID": 10427,
+ "Gender": 1,
+ "Name": "霸"
+ },
+ {
+ "ID": 10428,
+ "Gender": 1,
+ "Name": "不正"
+ },
+ {
+ "ID": 10429,
+ "Gender": 1,
+ "Name": "无施"
+ },
+ {
+ "ID": 10430,
+ "Gender": 1,
+ "Name": "道罡"
+ },
+ {
+ "ID": 10431,
+ "Gender": 1,
+ "Name": "无剑"
+ },
+ {
+ "ID": 10432,
+ "Gender": 1,
+ "Name": "匪"
+ },
+ {
+ "ID": 10433,
+ "Gender": 1,
+ "Name": "惮"
+ },
+ {
+ "ID": 10434,
+ "Gender": 1,
+ "Name": "寇"
+ },
+ {
+ "ID": 10435,
+ "Gender": 1,
+ "Name": "无声"
+ },
+ {
+ "ID": 10436,
+ "Gender": 1,
+ "Name": "不斜"
+ },
+ {
+ "ID": 10437,
+ "Gender": 1,
+ "Name": "不凡"
+ },
+ {
+ "ID": 10438,
+ "Gender": 1,
+ "Name": "断天"
+ },
+ {
+ "ID": 10439,
+ "Gender": 1,
+ "Name": "戾"
+ },
+ {
+ "ID": 10440,
+ "Gender": 1,
+ "Name": "雍"
+ },
+ {
+ "ID": 10441,
+ "Gender": 1,
+ "Name": "博"
+ },
+ {
+ "ID": 10442,
+ "Gender": 1,
+ "Name": "百招"
+ },
+ {
+ "ID": 10443,
+ "Gender": 1,
+ "Name": "靖愁"
+ },
+ {
+ "ID": 10444,
+ "Gender": 1,
+ "Name": "不尤"
+ },
+ {
+ "ID": 10445,
+ "Gender": 1,
+ "Name": "远侵"
+ },
+ {
+ "ID": 10446,
+ "Gender": 1,
+ "Name": "瑛"
+ },
+ {
+ "ID": 10447,
+ "Gender": 1,
+ "Name": "鑫"
+ },
+ {
+ "ID": 10448,
+ "Gender": 1,
+ "Name": "匕"
+ },
+ {
+ "ID": 10449,
+ "Gender": 1,
+ "Name": "千万"
+ },
+ {
+ "ID": 10450,
+ "Gender": 1,
+ "Name": "若风"
+ },
+ {
+ "ID": 10451,
+ "Gender": 1,
+ "Name": "千筹"
+ },
+ {
+ "ID": 10452,
+ "Gender": 1,
+ "Name": "一刀"
+ },
+ {
+ "ID": 10453,
+ "Gender": 1,
+ "Name": "铭"
+ },
+ {
+ "ID": 10454,
+ "Gender": 1,
+ "Name": "靖"
+ },
+ {
+ "ID": 10455,
+ "Gender": 1,
+ "Name": "弼"
+ },
+ {
+ "ID": 10456,
+ "Gender": 1,
+ "Name": "随"
+ },
+ {
+ "ID": 10457,
+ "Gender": 1,
+ "Name": "若剑"
+ },
+ {
+ "ID": 10458,
+ "Gender": 1,
+ "Name": "断秋"
+ },
+ {
+ "ID": 10459,
+ "Gender": 1,
+ "Name": "碧空"
+ },
+ {
+ "ID": 10460,
+ "Gender": 1,
+ "Name": "霆"
+ },
+ {
+ "ID": 10461,
+ "Gender": 1,
+ "Name": "紊"
+ },
+ {
+ "ID": 10462,
+ "Gender": 1,
+ "Name": "碧"
+ },
+ {
+ "ID": 10463,
+ "Gender": 1,
+ "Name": "一手"
+ },
+ {
+ "ID": 10464,
+ "Gender": 1,
+ "Name": "若之"
+ },
+ {
+ "ID": 10465,
+ "Gender": 1,
+ "Name": "断缘"
+ },
+ {
+ "ID": 10466,
+ "Gender": 1,
+ "Name": "愁写"
+ },
+ {
+ "ID": 10467,
+ "Gender": 1,
+ "Name": "驳"
+ },
+ {
+ "ID": 10468,
+ "Gender": 1,
+ "Name": "钧"
+ },
+ {
+ "ID": 10469,
+ "Gender": 1,
+ "Name": "捕"
+ },
+ {
+ "ID": 10470,
+ "Gender": 1,
+ "Name": "三读"
+ },
+ {
+ "ID": 10471,
+ "Gender": 1,
+ "Name": "亿先"
+ },
+ {
+ "ID": 10472,
+ "Gender": 1,
+ "Name": "道之"
+ },
+ {
+ "ID": 10473,
+ "Gender": 1,
+ "Name": "万声"
+ },
+ {
+ "ID": 10474,
+ "Gender": 1,
+ "Name": "疾"
+ },
+ {
+ "ID": 10475,
+ "Gender": 1,
+ "Name": "隶"
+ },
+ {
+ "ID": 10476,
+ "Gender": 1,
+ "Name": "败"
+ },
+ {
+ "ID": 10477,
+ "Gender": 1,
+ "Name": "三德"
+ },
+ {
+ "ID": 10478,
+ "Gender": 1,
+ "Name": "人达"
+ },
+ {
+ "ID": 10479,
+ "Gender": 1,
+ "Name": "剑心"
+ },
+ {
+ "ID": 10480,
+ "Gender": 1,
+ "Name": "万天"
+ },
+ {
+ "ID": 10481,
+ "Gender": 1,
+ "Name": "威"
+ },
+ {
+ "ID": 10482,
+ "Gender": 1,
+ "Name": "沅"
+ },
+ {
+ "ID": 10483,
+ "Gender": 1,
+ "Name": "悲"
+ },
+ {
+ "ID": 10484,
+ "Gender": 1,
+ "Name": "一德"
+ },
+ {
+ "ID": 10485,
+ "Gender": 1,
+ "Name": "人英"
+ },
+ {
+ "ID": 10486,
+ "Gender": 1,
+ "Name": "剑成"
+ },
+ {
+ "ID": 10487,
+ "Gender": 1,
+ "Name": "送"
+ },
+ {
+ "ID": 10488,
+ "Gender": 1,
+ "Name": "祥"
+ },
+ {
+ "ID": 10489,
+ "Gender": 1,
+ "Name": "翎"
+ },
+ {
+ "ID": 10490,
+ "Gender": 1,
+ "Name": "羿"
+ },
+ {
+ "ID": 10491,
+ "Gender": 1,
+ "Name": "老九"
+ },
+ {
+ "ID": 10492,
+ "Gender": 1,
+ "Name": "人杰"
+ },
+ {
+ "ID": 10493,
+ "Gender": 1,
+ "Name": "剑封"
+ },
+ {
+ "ID": 10494,
+ "Gender": 1,
+ "Name": "绝山"
+ },
+ {
+ "ID": 10495,
+ "Gender": 1,
+ "Name": "誉"
+ },
+ {
+ "ID": 10496,
+ "Gender": 1,
+ "Name": "储"
+ },
+ {
+ "ID": 10497,
+ "Gender": 1,
+ "Name": "老五"
+ },
+ {
+ "ID": 10498,
+ "Gender": 1,
+ "Name": "人雄"
+ },
+ {
+ "ID": 10499,
+ "Gender": 1,
+ "Name": "万言"
+ },
+ {
+ "ID": 10500,
+ "Gender": 1,
+ "Name": "绝义"
+ },
+ {
+ "ID": 10501,
+ "Gender": 1,
+ "Name": "枫"
+ },
+ {
+ "ID": 10502,
+ "Gender": 1,
+ "Name": "擎"
+ },
+ {
+ "ID": 10503,
+ "Gender": 1,
+ "Name": "靳"
+ },
+ {
+ "ID": 10504,
+ "Gender": 1,
+ "Name": "老四"
+ },
+ {
+ "ID": 10505,
+ "Gender": 1,
+ "Name": "元龙"
+ },
+ {
+ "ID": 10506,
+ "Gender": 1,
+ "Name": "绝悟"
+ },
+ {
+ "ID": 10507,
+ "Gender": 1,
+ "Name": "沧海"
+ },
+ {
+ "ID": 10508,
+ "Gender": 1,
+ "Name": "凛"
+ },
+ {
+ "ID": 10509,
+ "Gender": 1,
+ "Name": "荆"
+ },
+ {
+ "ID": 10510,
+ "Gender": 1,
+ "Name": "汲"
+ },
+ {
+ "ID": 10511,
+ "Gender": 1,
+ "Name": "十三"
+ },
+ {
+ "ID": 10512,
+ "Gender": 1,
+ "Name": "成威"
+ },
+ {
+ "ID": 10513,
+ "Gender": 1,
+ "Name": "绝施"
+ },
+ {
+ "ID": 10514,
+ "Gender": 1,
+ "Name": "万愁"
+ },
+ {
+ "ID": 10515,
+ "Gender": 1,
+ "Name": "涛"
+ },
+ {
+ "ID": 10516,
+ "Gender": 1,
+ "Name": "丑"
+ },
+ {
+ "ID": 10517,
+ "Gender": 1,
+ "Name": "邴"
+ },
+ {
+ "ID": 10518,
+ "Gender": 1,
+ "Name": "如豹"
+ },
+ {
+ "ID": 10519,
+ "Gender": 1,
+ "Name": "成协"
+ },
+ {
+ "ID": 10520,
+ "Gender": 1,
+ "Name": "乘风"
+ },
+ {
+ "ID": 10521,
+ "Gender": 1,
+ "Name": "万怨"
+ },
+ {
+ "ID": 10522,
+ "Gender": 1,
+ "Name": "坤"
+ },
+ {
+ "ID": 10523,
+ "Gender": 1,
+ "Name": "糜"
+ },
+ {
+ "ID": 10524,
+ "Gender": 1,
+ "Name": "连虎"
+ },
+ {
+ "ID": 10525,
+ "Gender": 1,
+ "Name": "不评"
+ },
+ {
+ "ID": 10526,
+ "Gender": 1,
+ "Name": "乘云"
+ },
+ {
+ "ID": 10527,
+ "Gender": 1,
+ "Name": "万恶"
+ },
+ {
+ "ID": 10528,
+ "Gender": 1,
+ "Name": "豁"
+ },
+ {
+ "ID": 10529,
+ "Gender": 1,
+ "Name": "耷"
+ },
+ {
+ "ID": 10530,
+ "Gender": 1,
+ "Name": "松"
+ },
+ {
+ "ID": 10531,
+ "Gender": 1,
+ "Name": "似狮"
+ },
+ {
+ "ID": 10532,
+ "Gender": 1,
+ "Name": "老三"
+ },
+ {
+ "ID": 10533,
+ "Gender": 1,
+ "Name": "世开"
+ },
+ {
+ "ID": 10534,
+ "Gender": 1,
+ "Name": "恶天"
+ },
+ {
+ "ID": 10535,
+ "Gender": 1,
+ "Name": "焱"
+ },
+ {
+ "ID": 10536,
+ "Gender": 1,
+ "Name": "磬"
+ },
+ {
+ "ID": 10537,
+ "Gender": 1,
+ "Name": "井"
+ },
+ {
+ "ID": 10538,
+ "Gender": 1,
+ "Name": "大楚"
+ },
+ {
+ "ID": 10539,
+ "Gender": 1,
+ "Name": "广山"
+ },
+ {
+ "ID": 10540,
+ "Gender": 1,
+ "Name": "剑鬼"
+ },
+ {
+ "ID": 10541,
+ "Gender": 1,
+ "Name": "灭龙"
+ },
+ {
+ "ID": 10542,
+ "Gender": 1,
+ "Name": "虔"
+ },
+ {
+ "ID": 10543,
+ "Gender": 1,
+ "Name": "函"
+ },
+ {
+ "ID": 10544,
+ "Gender": 1,
+ "Name": "富"
+ },
+ {
+ "ID": 10545,
+ "Gender": 1,
+ "Name": "定帮"
+ },
+ {
+ "ID": 10546,
+ "Gender": 1,
+ "Name": "不言"
+ },
+ {
+ "ID": 10547,
+ "Gender": 1,
+ "Name": "远锋"
+ },
+ {
+ "ID": 10548,
+ "Gender": 1,
+ "Name": "剑身"
+ },
+ {
+ "ID": 10549,
+ "Gender": 1,
+ "Name": "契"
+ },
+ {
+ "ID": 10550,
+ "Gender": 1,
+ "Name": "翰"
+ },
+ {
+ "ID": 10551,
+ "Gender": 1,
+ "Name": "乌"
+ },
+ {
+ "ID": 10552,
+ "Gender": 1,
+ "Name": "伟帮"
+ },
+ {
+ "ID": 10553,
+ "Gender": 1,
+ "Name": "追命"
+ },
+ {
+ "ID": 10554,
+ "Gender": 1,
+ "Name": "远望"
+ },
+ {
+ "ID": 10555,
+ "Gender": 1,
+ "Name": "无敌"
+ },
+ {
+ "ID": 10556,
+ "Gender": 1,
+ "Name": "罡"
+ },
+ {
+ "ID": 10557,
+ "Gender": 1,
+ "Name": "遥"
+ },
+ {
+ "ID": 10558,
+ "Gender": 1,
+ "Name": "焦"
+ },
+ {
+ "ID": 10559,
+ "Gender": 1,
+ "Name": "大有"
+ },
+ {
+ "ID": 10560,
+ "Gender": 1,
+ "Name": "难敌"
+ },
+ {
+ "ID": 10561,
+ "Gender": 1,
+ "Name": "远山"
+ },
+ {
+ "ID": 10562,
+ "Gender": 1,
+ "Name": "半鬼"
+ },
+ {
+ "ID": 10563,
+ "Gender": 1,
+ "Name": "鸿"
+ },
+ {
+ "ID": 10564,
+ "Gender": 1,
+ "Name": "萧"
+ },
+ {
+ "ID": 10565,
+ "Gender": 1,
+ "Name": "奎"
+ },
+ {
+ "ID": 10566,
+ "Gender": 1,
+ "Name": "高烽"
+ },
+ {
+ "ID": 10567,
+ "Gender": 1,
+ "Name": "难破"
+ },
+ {
+ "ID": 10568,
+ "Gender": 1,
+ "Name": "广缘"
+ },
+ {
+ "ID": 10569,
+ "Gender": 1,
+ "Name": "行天"
+ },
+ {
+ "ID": 10570,
+ "Gender": 1,
+ "Name": "胜"
+ },
+ {
+ "ID": 10571,
+ "Gender": 1,
+ "Name": "嚣"
+ },
+ {
+ "ID": 10572,
+ "Gender": 1,
+ "Name": "稀"
+ },
+ {
+ "ID": 10573,
+ "Gender": 1,
+ "Name": "自中"
+ },
+ {
+ "ID": 10574,
+ "Gender": 1,
+ "Name": "难摧"
+ },
+ {
+ "ID": 10575,
+ "Gender": 1,
+ "Name": "天与"
+ },
+ {
+ "ID": 10576,
+ "Gender": 1,
+ "Name": "浩天"
+ },
+ {
+ "ID": 10577,
+ "Gender": 1,
+ "Name": "鹰"
+ },
+ {
+ "ID": 10578,
+ "Gender": 1,
+ "Name": "骁"
+ },
+ {
+ "ID": 10579,
+ "Gender": 1,
+ "Name": "班"
+ },
+ {
+ "ID": 10580,
+ "Gender": 1,
+ "Name": "天川"
+ },
+ {
+ "ID": 10581,
+ "Gender": 1,
+ "Name": "难胜"
+ },
+ {
+ "ID": 10582,
+ "Gender": 1,
+ "Name": "天抒"
+ },
+ {
+ "ID": 10583,
+ "Gender": 1,
+ "Name": "天寿"
+ },
+ {
+ "ID": 10584,
+ "Gender": 1,
+ "Name": "鲂"
+ },
+ {
+ "ID": 10585,
+ "Gender": 1,
+ "Name": "仰"
+ },
+ {
+ "ID": 10586,
+ "Gender": 1,
+ "Name": "大开"
+ },
+ {
+ "ID": 10587,
+ "Gender": 1,
+ "Name": "德地"
+ },
+ {
+ "ID": 10588,
+ "Gender": 1,
+ "Name": "天奇"
+ },
+ {
+ "ID": 10589,
+ "Gender": 1,
+ "Name": "无写"
+ },
+ {
+ "ID": 10590,
+ "Gender": 1,
+ "Name": "城"
+ },
+ {
+ "ID": 10591,
+ "Gender": 1,
+ "Name": "剑"
+ },
+ {
+ "ID": 10592,
+ "Gender": 1,
+ "Name": "伊"
+ },
+ {
+ "ID": 10593,
+ "Gender": 1,
+ "Name": "魁磊"
+ },
+ {
+ "ID": 10594,
+ "Gender": 1,
+ "Name": "德天"
+ },
+ {
+ "ID": 10595,
+ "Gender": 1,
+ "Name": "半仙"
+ },
+ {
+ "ID": 10596,
+ "Gender": 1,
+ "Name": "聋五"
+ },
+ {
+ "ID": 10597,
+ "Gender": 1,
+ "Name": "康"
+ },
+ {
+ "ID": 10598,
+ "Gender": 1,
+ "Name": "筮"
+ },
+ {
+ "ID": 10599,
+ "Gender": 1,
+ "Name": "栾"
+ },
+ {
+ "ID": 10600,
+ "Gender": 1,
+ "Name": "羊青"
+ },
+ {
+ "ID": 10601,
+ "Gender": 1,
+ "Name": "世平"
+ },
+ {
+ "ID": 10602,
+ "Gender": 1,
+ "Name": "一鸣"
+ },
+ {
+ "ID": 10603,
+ "Gender": 1,
+ "Name": "如花"
+ },
+ {
+ "ID": 10604,
+ "Gender": 1,
+ "Name": "阁"
+ },
+ {
+ "ID": 10605,
+ "Gender": 1,
+ "Name": "勒"
+ },
+ {
+ "ID": 10606,
+ "Gender": 1,
+ "Name": "厉"
+ },
+ {
+ "ID": 10607,
+ "Gender": 1,
+ "Name": "牛青"
+ },
+ {
+ "ID": 10608,
+ "Gender": 1,
+ "Name": "世德"
+ },
+ {
+ "ID": 10609,
+ "Gender": 1,
+ "Name": "文龙"
+ },
+ {
+ "ID": 10610,
+ "Gender": 1,
+ "Name": "三问"
+ },
+ {
+ "ID": 10611,
+ "Gender": 1,
+ "Name": "穆"
+ },
+ {
+ "ID": 10612,
+ "Gender": 1,
+ "Name": "炳"
+ },
+ {
+ "ID": 10613,
+ "Gender": 1,
+ "Name": "戎"
+ },
+ {
+ "ID": 10614,
+ "Gender": 1,
+ "Name": "开山"
+ },
+ {
+ "ID": 10615,
+ "Gender": 1,
+ "Name": "世立"
+ },
+ {
+ "ID": 10616,
+ "Gender": 1,
+ "Name": "元正"
+ },
+ {
+ "ID": 10617,
+ "Gender": 1,
+ "Name": "非笑"
+ },
+ {
+ "ID": 10618,
+ "Gender": 1,
+ "Name": "扬"
+ },
+ {
+ "ID": 10619,
+ "Gender": 1,
+ "Name": "斩"
+ },
+ {
+ "ID": 10620,
+ "Gender": 1,
+ "Name": "天德"
+ },
+ {
+ "ID": 10621,
+ "Gender": 1,
+ "Name": "中恶"
+ },
+ {
+ "ID": 10622,
+ "Gender": 1,
+ "Name": "浩阑"
+ },
+ {
+ "ID": 10623,
+ "Gender": 1,
+ "Name": "蓝写"
+ },
+ {
+ "ID": 10624,
+ "Gender": 1,
+ "Name": "垣"
+ },
+ {
+ "ID": 10625,
+ "Gender": 1,
+ "Name": "颤"
+ },
+ {
+ "ID": 10626,
+ "Gender": 1,
+ "Name": "铁身"
+ },
+ {
+ "ID": 10627,
+ "Gender": 1,
+ "Name": "延恶"
+ },
+ {
+ "ID": 10628,
+ "Gender": 1,
+ "Name": "士晋"
+ },
+ {
+ "ID": 10629,
+ "Gender": 1,
+ "Name": "无招"
+ },
+ {
+ "ID": 10630,
+ "Gender": 1,
+ "Name": "师"
+ },
+ {
+ "ID": 10631,
+ "Gender": 1,
+ "Name": "蝉"
+ },
+ {
+ "ID": 10632,
+ "Gender": 1,
+ "Name": "老黑"
+ },
+ {
+ "ID": 10633,
+ "Gender": 1,
+ "Name": "百川"
+ },
+ {
+ "ID": 10634,
+ "Gender": 1,
+ "Name": "铸海"
+ },
+ {
+ "ID": 10635,
+ "Gender": 1,
+ "Name": "无极"
+ },
+ {
+ "ID": 10636,
+ "Gender": 1,
+ "Name": "翼"
+ },
+ {
+ "ID": 10637,
+ "Gender": 1,
+ "Name": "续"
+ },
+ {
+ "ID": 10638,
+ "Gender": 1,
+ "Name": "半邪"
+ },
+ {
+ "ID": 10639,
+ "Gender": 1,
+ "Name": "世倌"
+ },
+ {
+ "ID": 10640,
+ "Gender": 1,
+ "Name": "人龙"
+ },
+ {
+ "ID": 10641,
+ "Gender": 1,
+ "Name": "鬼神"
+ },
+ {
+ "ID": 10642,
+ "Gender": 1,
+ "Name": "秋"
+ },
+ {
+ "ID": 10643,
+ "Gender": 1,
+ "Name": "岩"
+ },
+ {
+ "ID": 10644,
+ "Gender": 1,
+ "Name": "半山"
+ },
+ {
+ "ID": 10645,
+ "Gender": 1,
+ "Name": "连碧"
+ },
+ {
+ "ID": 10646,
+ "Gender": 1,
+ "Name": "伯云"
+ },
+ {
+ "ID": 10647,
+ "Gender": 1,
+ "Name": "满天"
+ },
+ {
+ "ID": 10648,
+ "Gender": 1,
+ "Name": "傥"
+ },
+ {
+ "ID": 10649,
+ "Gender": 1,
+ "Name": "奄"
+ },
+ {
+ "ID": 10650,
+ "Gender": 1,
+ "Name": "一江"
+ },
+ {
+ "ID": 10651,
+ "Gender": 1,
+ "Name": "岱周"
+ },
+ {
+ "ID": 10652,
+ "Gender": 1,
+ "Name": "老头"
+ },
+ {
+ "ID": 10653,
+ "Gender": 1,
+ "Name": "飞扬"
+ },
+ {
+ "ID": 10654,
+ "Gender": 1,
+ "Name": "乞"
+ },
+ {
+ "ID": 10655,
+ "Gender": 1,
+ "Name": "箴"
+ },
+ {
+ "ID": 10656,
+ "Gender": 1,
+ "Name": "十八"
+ },
+ {
+ "ID": 10657,
+ "Gender": 1,
+ "Name": "天佑"
+ },
+ {
+ "ID": 10658,
+ "Gender": 1,
+ "Name": "子轩"
+ },
+ {
+ "ID": 10659,
+ "Gender": 1,
+ "Name": "睿渊"
+ },
+ {
+ "ID": 10660,
+ "Gender": 1,
+ "Name": "哲瀚"
+ },
+ {
+ "ID": 10661,
+ "Gender": 1,
+ "Name": "楷瑞"
+ },
+ {
+ "ID": 10662,
+ "Gender": 1,
+ "Name": "建辉"
+ },
+ {
+ "ID": 10663,
+ "Gender": 1,
+ "Name": "天磊"
+ },
+ {
+ "ID": 10664,
+ "Gender": 1,
+ "Name": "泽洋"
+ },
+ {
+ "ID": 10665,
+ "Gender": 1,
+ "Name": "鑫磊"
+ },
+ {
+ "ID": 10666,
+ "Gender": 1,
+ "Name": "鹏煊"
+ },
+ {
+ "ID": 10667,
+ "Gender": 1,
+ "Name": "昊强"
+ },
+ {
+ "ID": 10668,
+ "Gender": 1,
+ "Name": "伟宸"
+ },
+ {
+ "ID": 10669,
+ "Gender": 1,
+ "Name": "博超"
+ },
+ {
+ "ID": 10670,
+ "Gender": 1,
+ "Name": "君浩"
+ },
+ {
+ "ID": 10671,
+ "Gender": 1,
+ "Name": "子骞"
+ },
+ {
+ "ID": 10672,
+ "Gender": 1,
+ "Name": "鹏涛"
+ },
+ {
+ "ID": 10673,
+ "Gender": 1,
+ "Name": "炎彬"
+ },
+ {
+ "ID": 10674,
+ "Gender": 1,
+ "Name": "鹤轩"
+ },
+ {
+ "ID": 10675,
+ "Gender": 1,
+ "Name": "伟诚"
+ },
+ {
+ "ID": 10676,
+ "Gender": 1,
+ "Name": "明轩"
+ },
+ {
+ "ID": 10677,
+ "Gender": 1,
+ "Name": "志泽"
+ },
+ {
+ "ID": 10678,
+ "Gender": 1,
+ "Name": "嘉懿"
+ },
+ {
+ "ID": 10679,
+ "Gender": 1,
+ "Name": "煜城"
+ },
+ {
+ "ID": 10680,
+ "Gender": 1,
+ "Name": "懿轩"
+ },
+ {
+ "ID": 10681,
+ "Gender": 1,
+ "Name": "烨伟"
+ },
+ {
+ "ID": 10682,
+ "Gender": 1,
+ "Name": "苑博"
+ },
+ {
+ "ID": 10683,
+ "Gender": 1,
+ "Name": "伟泽"
+ },
+ {
+ "ID": 10684,
+ "Gender": 1,
+ "Name": "博涛"
+ },
+ {
+ "ID": 10685,
+ "Gender": 1,
+ "Name": "智宸"
+ },
+ {
+ "ID": 10686,
+ "Gender": 1,
+ "Name": "峻熙"
+ },
+ {
+ "ID": 10687,
+ "Gender": 1,
+ "Name": "弘文"
+ },
+ {
+ "ID": 10688,
+ "Gender": 1,
+ "Name": "天思"
+ },
+ {
+ "ID": 10689,
+ "Gender": 1,
+ "Name": "聪展"
+ },
+ {
+ "ID": 10690,
+ "Gender": 1,
+ "Name": "鹏笑"
+ },
+ {
+ "ID": 10691,
+ "Gender": 1,
+ "Name": "愚志"
+ },
+ {
+ "ID": 10692,
+ "Gender": 1,
+ "Name": "强炫"
+ },
+ {
+ "ID": 10693,
+ "Gender": 1,
+ "Name": "明雪"
+ },
+ {
+ "ID": 10694,
+ "Gender": 1,
+ "Name": "松思"
+ },
+ {
+ "ID": 10695,
+ "Gender": 1,
+ "Name": "源智"
+ },
+ {
+ "ID": 10696,
+ "Gender": 1,
+ "Name": "渊思"
+ },
+ {
+ "ID": 10697,
+ "Gender": 1,
+ "Name": "觅云"
+ },
+ {
+ "ID": 10698,
+ "Gender": 1,
+ "Name": "二牛"
+ },
+ {
+ "ID": 10699,
+ "Gender": 1,
+ "Name": "重八"
+ },
+ {
+ "ID": 10700,
+ "Gender": 1,
+ "Name": "季"
+ },
+ {
+ "ID": 10701,
+ "Gender": 1,
+ "Name": "小起"
+ },
+ {
+ "ID": 10702,
+ "Gender": 1,
+ "Name": "伯"
+ },
+ {
+ "ID": 10703,
+ "Gender": 1,
+ "Name": "太剑"
+ },
+ {
+ "ID": 10704,
+ "Gender": 1,
+ "Name": "马虎"
+ },
+ {
+ "ID": 20001,
+ "Gender": 2,
+ "Name": "梦琪"
+ },
+ {
+ "ID": 20002,
+ "Gender": 2,
+ "Name": "之雅"
+ },
+ {
+ "ID": 20003,
+ "Gender": 2,
+ "Name": "慕青"
+ },
+ {
+ "ID": 20004,
+ "Gender": 2,
+ "Name": "尔岚"
+ },
+ {
+ "ID": 20005,
+ "Gender": 2,
+ "Name": "沛菡"
+ },
+ {
+ "ID": 20006,
+ "Gender": 2,
+ "Name": "傲珊"
+ },
+ {
+ "ID": 20007,
+ "Gender": 2,
+ "Name": "曼文"
+ },
+ {
+ "ID": 20008,
+ "Gender": 2,
+ "Name": "乐菱"
+ },
+ {
+ "ID": 20009,
+ "Gender": 2,
+ "Name": "香寒"
+ },
+ {
+ "ID": 20010,
+ "Gender": 2,
+ "Name": "新柔"
+ },
+ {
+ "ID": 20011,
+ "Gender": 2,
+ "Name": "水桃"
+ },
+ {
+ "ID": 20012,
+ "Gender": 2,
+ "Name": "语琴"
+ },
+ {
+ "ID": 20013,
+ "Gender": 2,
+ "Name": "从彤"
+ },
+ {
+ "ID": 20014,
+ "Gender": 2,
+ "Name": "傲晴"
+ },
+ {
+ "ID": 20015,
+ "Gender": 2,
+ "Name": "语兰"
+ },
+ {
+ "ID": 20016,
+ "Gender": 2,
+ "Name": "又菱"
+ },
+ {
+ "ID": 20017,
+ "Gender": 2,
+ "Name": "碧彤"
+ },
+ {
+ "ID": 20018,
+ "Gender": 2,
+ "Name": "元霜"
+ },
+ {
+ "ID": 20019,
+ "Gender": 2,
+ "Name": "怜梦"
+ },
+ {
+ "ID": 20020,
+ "Gender": 2,
+ "Name": "紫寒"
+ },
+ {
+ "ID": 20021,
+ "Gender": 2,
+ "Name": "妙彤"
+ },
+ {
+ "ID": 20022,
+ "Gender": 2,
+ "Name": "曼易"
+ },
+ {
+ "ID": 20023,
+ "Gender": 2,
+ "Name": "紫萃"
+ },
+ {
+ "ID": 20024,
+ "Gender": 2,
+ "Name": "雨寒"
+ },
+ {
+ "ID": 20025,
+ "Gender": 2,
+ "Name": "易烟"
+ },
+ {
+ "ID": 20026,
+ "Gender": 2,
+ "Name": "如萱"
+ },
+ {
+ "ID": 20027,
+ "Gender": 2,
+ "Name": "若南"
+ },
+ {
+ "ID": 20028,
+ "Gender": 2,
+ "Name": "寻真"
+ },
+ {
+ "ID": 20029,
+ "Gender": 2,
+ "Name": "晓亦"
+ },
+ {
+ "ID": 20030,
+ "Gender": 2,
+ "Name": "向珊"
+ },
+ {
+ "ID": 20031,
+ "Gender": 2,
+ "Name": "慕灵"
+ },
+ {
+ "ID": 20032,
+ "Gender": 2,
+ "Name": "以蕊"
+ },
+ {
+ "ID": 20033,
+ "Gender": 2,
+ "Name": "映易"
+ },
+ {
+ "ID": 20034,
+ "Gender": 2,
+ "Name": "雪柳"
+ },
+ {
+ "ID": 20035,
+ "Gender": 2,
+ "Name": "凝天"
+ },
+ {
+ "ID": 20036,
+ "Gender": 2,
+ "Name": "沛珊"
+ },
+ {
+ "ID": 20037,
+ "Gender": 2,
+ "Name": "冰旋"
+ },
+ {
+ "ID": 20038,
+ "Gender": 2,
+ "Name": "宛儿"
+ },
+ {
+ "ID": 20039,
+ "Gender": 2,
+ "Name": "绿真"
+ },
+ {
+ "ID": 20040,
+ "Gender": 2,
+ "Name": "晓霜"
+ },
+ {
+ "ID": 20041,
+ "Gender": 2,
+ "Name": "碧凡"
+ },
+ {
+ "ID": 20042,
+ "Gender": 2,
+ "Name": "曼香"
+ },
+ {
+ "ID": 20043,
+ "Gender": 2,
+ "Name": "若烟"
+ },
+ {
+ "ID": 20044,
+ "Gender": 2,
+ "Name": "半梦"
+ },
+ {
+ "ID": 20045,
+ "Gender": 2,
+ "Name": "雅绿"
+ },
+ {
+ "ID": 20046,
+ "Gender": 2,
+ "Name": "冰蓝"
+ },
+ {
+ "ID": 20047,
+ "Gender": 2,
+ "Name": "书书"
+ },
+ {
+ "ID": 20048,
+ "Gender": 2,
+ "Name": "萃风"
+ },
+ {
+ "ID": 20049,
+ "Gender": 2,
+ "Name": "梦曼"
+ },
+ {
+ "ID": 20050,
+ "Gender": 2,
+ "Name": "幼晨"
+ },
+ {
+ "ID": 20051,
+ "Gender": 2,
+ "Name": "听寒"
+ },
+ {
+ "ID": 20052,
+ "Gender": 2,
+ "Name": "凌萱"
+ },
+ {
+ "ID": 20053,
+ "Gender": 2,
+ "Name": "访卉"
+ },
+ {
+ "ID": 20054,
+ "Gender": 2,
+ "Name": "夜蕾"
+ },
+ {
+ "ID": 20055,
+ "Gender": 2,
+ "Name": "梦松"
+ },
+ {
+ "ID": 20056,
+ "Gender": 2,
+ "Name": "书雪"
+ },
+ {
+ "ID": 20057,
+ "Gender": 2,
+ "Name": "念薇"
+ },
+ {
+ "ID": 20058,
+ "Gender": 2,
+ "Name": "从寒"
+ },
+ {
+ "ID": 20059,
+ "Gender": 2,
+ "Name": "觅波"
+ },
+ {
+ "ID": 20060,
+ "Gender": 2,
+ "Name": "静曼"
+ },
+ {
+ "ID": 20061,
+ "Gender": 2,
+ "Name": "芷蕾"
+ },
+ {
+ "ID": 20062,
+ "Gender": 2,
+ "Name": "千兰"
+ },
+ {
+ "ID": 20063,
+ "Gender": 2,
+ "Name": "新蕾"
+ },
+ {
+ "ID": 20064,
+ "Gender": 2,
+ "Name": "雁玉"
+ },
+ {
+ "ID": 20065,
+ "Gender": 2,
+ "Name": "千琴"
+ },
+ {
+ "ID": 20066,
+ "Gender": 2,
+ "Name": "傲芙"
+ },
+ {
+ "ID": 20067,
+ "Gender": 2,
+ "Name": "怀蝶"
+ },
+ {
+ "ID": 20068,
+ "Gender": 2,
+ "Name": "冰兰"
+ },
+ {
+ "ID": 20069,
+ "Gender": 2,
+ "Name": "萃萱"
+ },
+ {
+ "ID": 20070,
+ "Gender": 2,
+ "Name": "问筠"
+ },
+ {
+ "ID": 20071,
+ "Gender": 2,
+ "Name": "如霜"
+ },
+ {
+ "ID": 20072,
+ "Gender": 2,
+ "Name": "丹珍"
+ },
+ {
+ "ID": 20073,
+ "Gender": 2,
+ "Name": "冰彤"
+ },
+ {
+ "ID": 20074,
+ "Gender": 2,
+ "Name": "亦寒"
+ },
+ {
+ "ID": 20075,
+ "Gender": 2,
+ "Name": "之瑶"
+ },
+ {
+ "ID": 20076,
+ "Gender": 2,
+ "Name": "冰露"
+ },
+ {
+ "ID": 20077,
+ "Gender": 2,
+ "Name": "尔珍"
+ },
+ {
+ "ID": 20078,
+ "Gender": 2,
+ "Name": "乐萱"
+ },
+ {
+ "ID": 20079,
+ "Gender": 2,
+ "Name": "涵菡"
+ },
+ {
+ "ID": 20080,
+ "Gender": 2,
+ "Name": "海莲"
+ },
+ {
+ "ID": 20081,
+ "Gender": 2,
+ "Name": "傲蕾"
+ },
+ {
+ "ID": 20082,
+ "Gender": 2,
+ "Name": "惜雪"
+ },
+ {
+ "ID": 20083,
+ "Gender": 2,
+ "Name": "宛海"
+ },
+ {
+ "ID": 20084,
+ "Gender": 2,
+ "Name": "之柔"
+ },
+ {
+ "ID": 20085,
+ "Gender": 2,
+ "Name": "夏青"
+ },
+ {
+ "ID": 20086,
+ "Gender": 2,
+ "Name": "亦瑶"
+ },
+ {
+ "ID": 20087,
+ "Gender": 2,
+ "Name": "紫蓝"
+ },
+ {
+ "ID": 20088,
+ "Gender": 2,
+ "Name": "元风"
+ },
+ {
+ "ID": 20089,
+ "Gender": 2,
+ "Name": "冰枫"
+ },
+ {
+ "ID": 20090,
+ "Gender": 2,
+ "Name": "访蕊"
+ },
+ {
+ "ID": 20091,
+ "Gender": 2,
+ "Name": "芷蕊"
+ },
+ {
+ "ID": 20092,
+ "Gender": 2,
+ "Name": "凡蕾"
+ },
+ {
+ "ID": 20093,
+ "Gender": 2,
+ "Name": "凡柔"
+ },
+ {
+ "ID": 20094,
+ "Gender": 2,
+ "Name": "安蕾"
+ },
+ {
+ "ID": 20095,
+ "Gender": 2,
+ "Name": "天荷"
+ },
+ {
+ "ID": 20096,
+ "Gender": 2,
+ "Name": "书瑶"
+ },
+ {
+ "ID": 20097,
+ "Gender": 2,
+ "Name": "念芹"
+ },
+ {
+ "ID": 20098,
+ "Gender": 2,
+ "Name": "代曼"
+ },
+ {
+ "ID": 20099,
+ "Gender": 2,
+ "Name": "谷丝"
+ },
+ {
+ "ID": 20100,
+ "Gender": 2,
+ "Name": "白晴"
+ },
+ {
+ "ID": 20101,
+ "Gender": 2,
+ "Name": "海露"
+ },
+ {
+ "ID": 20102,
+ "Gender": 2,
+ "Name": "代荷"
+ },
+ {
+ "ID": 20103,
+ "Gender": 2,
+ "Name": "书蕾"
+ },
+ {
+ "ID": 20104,
+ "Gender": 2,
+ "Name": "雪青"
+ },
+ {
+ "ID": 20105,
+ "Gender": 2,
+ "Name": "乐瑶"
+ },
+ {
+ "ID": 20106,
+ "Gender": 2,
+ "Name": "含烟"
+ },
+ {
+ "ID": 20107,
+ "Gender": 2,
+ "Name": "涵双"
+ },
+ {
+ "ID": 20108,
+ "Gender": 2,
+ "Name": "平蝶"
+ },
+ {
+ "ID": 20109,
+ "Gender": 2,
+ "Name": "雅蕊"
+ },
+ {
+ "ID": 20110,
+ "Gender": 2,
+ "Name": "灵薇"
+ },
+ {
+ "ID": 20111,
+ "Gender": 2,
+ "Name": "蕾"
+ },
+ {
+ "ID": 20112,
+ "Gender": 2,
+ "Name": "从梦"
+ },
+ {
+ "ID": 20113,
+ "Gender": 2,
+ "Name": "初丹"
+ },
+ {
+ "ID": 20114,
+ "Gender": 2,
+ "Name": "听兰"
+ },
+ {
+ "ID": 20115,
+ "Gender": 2,
+ "Name": "听蓉"
+ },
+ {
+ "ID": 20116,
+ "Gender": 2,
+ "Name": "语芙"
+ },
+ {
+ "ID": 20117,
+ "Gender": 2,
+ "Name": "夏彤"
+ },
+ {
+ "ID": 20118,
+ "Gender": 2,
+ "Name": "凌瑶"
+ },
+ {
+ "ID": 20119,
+ "Gender": 2,
+ "Name": "忆萃"
+ },
+ {
+ "ID": 20120,
+ "Gender": 2,
+ "Name": "幻灵"
+ },
+ {
+ "ID": 20121,
+ "Gender": 2,
+ "Name": "怜菡"
+ },
+ {
+ "ID": 20122,
+ "Gender": 2,
+ "Name": "依珊"
+ },
+ {
+ "ID": 20123,
+ "Gender": 2,
+ "Name": "妙竹"
+ },
+ {
+ "ID": 20124,
+ "Gender": 2,
+ "Name": "映寒"
+ },
+ {
+ "ID": 20125,
+ "Gender": 2,
+ "Name": "冰萍"
+ },
+ {
+ "ID": 20126,
+ "Gender": 2,
+ "Name": "惜霜"
+ },
+ {
+ "ID": 20127,
+ "Gender": 2,
+ "Name": "迎梦"
+ },
+ {
+ "ID": 20128,
+ "Gender": 2,
+ "Name": "代萱"
+ },
+ {
+ "ID": 20129,
+ "Gender": 2,
+ "Name": "紫真"
+ },
+ {
+ "ID": 20130,
+ "Gender": 2,
+ "Name": "千青"
+ },
+ {
+ "ID": 20131,
+ "Gender": 2,
+ "Name": "凌寒"
+ },
+ {
+ "ID": 20132,
+ "Gender": 2,
+ "Name": "怀蕊"
+ },
+ {
+ "ID": 20133,
+ "Gender": 2,
+ "Name": "涵雁"
+ },
+ {
+ "ID": 20134,
+ "Gender": 2,
+ "Name": "凡梅"
+ },
+ {
+ "ID": 20135,
+ "Gender": 2,
+ "Name": "盼曼"
+ },
+ {
+ "ID": 20136,
+ "Gender": 2,
+ "Name": "萃彤"
+ },
+ {
+ "ID": 20137,
+ "Gender": 2,
+ "Name": "千萍"
+ },
+ {
+ "ID": 20138,
+ "Gender": 2,
+ "Name": "冰烟"
+ },
+ {
+ "ID": 20139,
+ "Gender": 2,
+ "Name": "雅阳"
+ },
+ {
+ "ID": 20140,
+ "Gender": 2,
+ "Name": "友绿"
+ },
+ {
+ "ID": 20141,
+ "Gender": 2,
+ "Name": "诗云"
+ },
+ {
+ "ID": 20142,
+ "Gender": 2,
+ "Name": "飞风"
+ },
+ {
+ "ID": 20143,
+ "Gender": 2,
+ "Name": "书芹"
+ },
+ {
+ "ID": 20144,
+ "Gender": 2,
+ "Name": "幼蓉"
+ },
+ {
+ "ID": 20145,
+ "Gender": 2,
+ "Name": "忆寒"
+ },
+ {
+ "ID": 20146,
+ "Gender": 2,
+ "Name": "秋烟"
+ },
+ {
+ "ID": 20147,
+ "Gender": 2,
+ "Name": "芷巧"
+ },
+ {
+ "ID": 20148,
+ "Gender": 2,
+ "Name": "水香"
+ },
+ {
+ "ID": 20149,
+ "Gender": 2,
+ "Name": "醉波"
+ },
+ {
+ "ID": 20150,
+ "Gender": 2,
+ "Name": "幻莲"
+ },
+ {
+ "ID": 20151,
+ "Gender": 2,
+ "Name": "芷卉"
+ },
+ {
+ "ID": 20152,
+ "Gender": 2,
+ "Name": "向彤"
+ },
+ {
+ "ID": 20153,
+ "Gender": 2,
+ "Name": "小玉"
+ },
+ {
+ "ID": 20154,
+ "Gender": 2,
+ "Name": "幼南"
+ },
+ {
+ "ID": 20155,
+ "Gender": 2,
+ "Name": "凡梦"
+ },
+ {
+ "ID": 20156,
+ "Gender": 2,
+ "Name": "尔曼"
+ },
+ {
+ "ID": 20157,
+ "Gender": 2,
+ "Name": "青寒"
+ },
+ {
+ "ID": 20158,
+ "Gender": 2,
+ "Name": "碧菡"
+ },
+ {
+ "ID": 20159,
+ "Gender": 2,
+ "Name": "映秋"
+ },
+ {
+ "ID": 20160,
+ "Gender": 2,
+ "Name": "盼烟"
+ },
+ {
+ "ID": 20161,
+ "Gender": 2,
+ "Name": "寒香"
+ },
+ {
+ "ID": 20162,
+ "Gender": 2,
+ "Name": "代亦"
+ },
+ {
+ "ID": 20163,
+ "Gender": 2,
+ "Name": "梦露"
+ },
+ {
+ "ID": 20164,
+ "Gender": 2,
+ "Name": "友蕊"
+ },
+ {
+ "ID": 20165,
+ "Gender": 2,
+ "Name": "怜蕾"
+ },
+ {
+ "ID": 20166,
+ "Gender": 2,
+ "Name": "水绿"
+ },
+ {
+ "ID": 20167,
+ "Gender": 2,
+ "Name": "曼荷"
+ },
+ {
+ "ID": 20168,
+ "Gender": 2,
+ "Name": "笑珊"
+ },
+ {
+ "ID": 20169,
+ "Gender": 2,
+ "Name": "寒珊"
+ },
+ {
+ "ID": 20170,
+ "Gender": 2,
+ "Name": "慕儿"
+ },
+ {
+ "ID": 20171,
+ "Gender": 2,
+ "Name": "夏岚"
+ },
+ {
+ "ID": 20172,
+ "Gender": 2,
+ "Name": "小萱"
+ },
+ {
+ "ID": 20173,
+ "Gender": 2,
+ "Name": "妙菱"
+ },
+ {
+ "ID": 20174,
+ "Gender": 2,
+ "Name": "冬寒"
+ },
+ {
+ "ID": 20175,
+ "Gender": 2,
+ "Name": "曼柔"
+ },
+ {
+ "ID": 20176,
+ "Gender": 2,
+ "Name": "青筠"
+ },
+ {
+ "ID": 20177,
+ "Gender": 2,
+ "Name": "夜安"
+ },
+ {
+ "ID": 20178,
+ "Gender": 2,
+ "Name": "觅海"
+ },
+ {
+ "ID": 20179,
+ "Gender": 2,
+ "Name": "问安"
+ },
+ {
+ "ID": 20180,
+ "Gender": 2,
+ "Name": "晓槐"
+ },
+ {
+ "ID": 20181,
+ "Gender": 2,
+ "Name": "雅山"
+ },
+ {
+ "ID": 20182,
+ "Gender": 2,
+ "Name": "访云"
+ },
+ {
+ "ID": 20183,
+ "Gender": 2,
+ "Name": "萃容"
+ },
+ {
+ "ID": 20184,
+ "Gender": 2,
+ "Name": "寒凡"
+ },
+ {
+ "ID": 20185,
+ "Gender": 2,
+ "Name": "晓绿"
+ },
+ {
+ "ID": 20186,
+ "Gender": 2,
+ "Name": "以菱"
+ },
+ {
+ "ID": 20187,
+ "Gender": 2,
+ "Name": "冬云"
+ },
+ {
+ "ID": 20188,
+ "Gender": 2,
+ "Name": "含玉"
+ },
+ {
+ "ID": 20189,
+ "Gender": 2,
+ "Name": "访枫"
+ },
+ {
+ "ID": 20190,
+ "Gender": 2,
+ "Name": "含卉"
+ },
+ {
+ "ID": 20191,
+ "Gender": 2,
+ "Name": "夜白"
+ },
+ {
+ "ID": 20192,
+ "Gender": 2,
+ "Name": "冷安"
+ },
+ {
+ "ID": 20193,
+ "Gender": 2,
+ "Name": "灵竹"
+ },
+ {
+ "ID": 20194,
+ "Gender": 2,
+ "Name": "醉薇"
+ },
+ {
+ "ID": 20195,
+ "Gender": 2,
+ "Name": "元珊"
+ },
+ {
+ "ID": 20196,
+ "Gender": 2,
+ "Name": "幻波"
+ },
+ {
+ "ID": 20197,
+ "Gender": 2,
+ "Name": "元瑶"
+ },
+ {
+ "ID": 20198,
+ "Gender": 2,
+ "Name": "水云"
+ },
+ {
+ "ID": 20199,
+ "Gender": 2,
+ "Name": "访琴"
+ },
+ {
+ "ID": 20200,
+ "Gender": 2,
+ "Name": "谷波"
+ },
+ {
+ "ID": 20201,
+ "Gender": 2,
+ "Name": "笑白"
+ },
+ {
+ "ID": 20202,
+ "Gender": 2,
+ "Name": "妙海"
+ },
+ {
+ "ID": 20203,
+ "Gender": 2,
+ "Name": "紫霜"
+ },
+ {
+ "ID": 20204,
+ "Gender": 2,
+ "Name": "凌旋"
+ },
+ {
+ "ID": 20205,
+ "Gender": 2,
+ "Name": "孤丝"
+ },
+ {
+ "ID": 20206,
+ "Gender": 2,
+ "Name": "怜寒"
+ },
+ {
+ "ID": 20207,
+ "Gender": 2,
+ "Name": "凡松"
+ },
+ {
+ "ID": 20208,
+ "Gender": 2,
+ "Name": "青丝"
+ },
+ {
+ "ID": 20209,
+ "Gender": 2,
+ "Name": "萃安"
+ },
+ {
+ "ID": 20210,
+ "Gender": 2,
+ "Name": "如天"
+ },
+ {
+ "ID": 20211,
+ "Gender": 2,
+ "Name": "凌雪"
+ },
+ {
+ "ID": 20212,
+ "Gender": 2,
+ "Name": "绮菱"
+ },
+ {
+ "ID": 20213,
+ "Gender": 2,
+ "Name": "代云"
+ },
+ {
+ "ID": 20214,
+ "Gender": 2,
+ "Name": "凌珍"
+ },
+ {
+ "ID": 20215,
+ "Gender": 2,
+ "Name": "沛文"
+ },
+ {
+ "ID": 20216,
+ "Gender": 2,
+ "Name": "紫槐"
+ },
+ {
+ "ID": 20217,
+ "Gender": 2,
+ "Name": "幻柏"
+ },
+ {
+ "ID": 20218,
+ "Gender": 2,
+ "Name": "雪旋"
+ },
+ {
+ "ID": 20219,
+ "Gender": 2,
+ "Name": "盼海"
+ },
+ {
+ "ID": 20220,
+ "Gender": 2,
+ "Name": "映梦"
+ },
+ {
+ "ID": 20221,
+ "Gender": 2,
+ "Name": "安雁"
+ },
+ {
+ "ID": 20222,
+ "Gender": 2,
+ "Name": "映容"
+ },
+ {
+ "ID": 20223,
+ "Gender": 2,
+ "Name": "凝阳"
+ },
+ {
+ "ID": 20224,
+ "Gender": 2,
+ "Name": "访风"
+ },
+ {
+ "ID": 20225,
+ "Gender": 2,
+ "Name": "天亦"
+ },
+ {
+ "ID": 20226,
+ "Gender": 2,
+ "Name": "觅风"
+ },
+ {
+ "ID": 20227,
+ "Gender": 2,
+ "Name": "小霜"
+ },
+ {
+ "ID": 20228,
+ "Gender": 2,
+ "Name": "雪萍"
+ },
+ {
+ "ID": 20229,
+ "Gender": 2,
+ "Name": "半雪"
+ },
+ {
+ "ID": 20230,
+ "Gender": 2,
+ "Name": "山柳"
+ },
+ {
+ "ID": 20231,
+ "Gender": 2,
+ "Name": "谷雪"
+ },
+ {
+ "ID": 20232,
+ "Gender": 2,
+ "Name": "白薇"
+ },
+ {
+ "ID": 20233,
+ "Gender": 2,
+ "Name": "梦菡"
+ },
+ {
+ "ID": 20234,
+ "Gender": 2,
+ "Name": "飞绿"
+ },
+ {
+ "ID": 20235,
+ "Gender": 2,
+ "Name": "如波"
+ },
+ {
+ "ID": 20236,
+ "Gender": 2,
+ "Name": "又晴"
+ },
+ {
+ "ID": 20237,
+ "Gender": 2,
+ "Name": "冬亦"
+ },
+ {
+ "ID": 20238,
+ "Gender": 2,
+ "Name": "问雁"
+ },
+ {
+ "ID": 20239,
+ "Gender": 2,
+ "Name": "海冬"
+ },
+ {
+ "ID": 20240,
+ "Gender": 2,
+ "Name": "秋灵"
+ },
+ {
+ "ID": 20241,
+ "Gender": 2,
+ "Name": "念烟"
+ },
+ {
+ "ID": 20242,
+ "Gender": 2,
+ "Name": "白山"
+ },
+ {
+ "ID": 20243,
+ "Gender": 2,
+ "Name": "从灵"
+ },
+ {
+ "ID": 20244,
+ "Gender": 2,
+ "Name": "尔芙"
+ },
+ {
+ "ID": 20245,
+ "Gender": 2,
+ "Name": "迎蓉"
+ },
+ {
+ "ID": 20246,
+ "Gender": 2,
+ "Name": "萃绿"
+ },
+ {
+ "ID": 20247,
+ "Gender": 2,
+ "Name": "萃芙"
+ },
+ {
+ "ID": 20248,
+ "Gender": 2,
+ "Name": "靖儿"
+ },
+ {
+ "ID": 20249,
+ "Gender": 2,
+ "Name": "妙柏"
+ },
+ {
+ "ID": 20250,
+ "Gender": 2,
+ "Name": "千凝"
+ },
+ {
+ "ID": 20251,
+ "Gender": 2,
+ "Name": "小珍"
+ },
+ {
+ "ID": 20252,
+ "Gender": 2,
+ "Name": "妙旋"
+ },
+ {
+ "ID": 20253,
+ "Gender": 2,
+ "Name": "雪枫"
+ },
+ {
+ "ID": 20254,
+ "Gender": 2,
+ "Name": "夏菡"
+ },
+ {
+ "ID": 20255,
+ "Gender": 2,
+ "Name": "绮琴"
+ },
+ {
+ "ID": 20256,
+ "Gender": 2,
+ "Name": "雨双"
+ },
+ {
+ "ID": 20257,
+ "Gender": 2,
+ "Name": "听枫"
+ },
+ {
+ "ID": 20258,
+ "Gender": 2,
+ "Name": "觅荷"
+ },
+ {
+ "ID": 20259,
+ "Gender": 2,
+ "Name": "凡之"
+ },
+ {
+ "ID": 20260,
+ "Gender": 2,
+ "Name": "晓凡"
+ },
+ {
+ "ID": 20261,
+ "Gender": 2,
+ "Name": "雅彤"
+ },
+ {
+ "ID": 20262,
+ "Gender": 2,
+ "Name": "孤风"
+ },
+ {
+ "ID": 20263,
+ "Gender": 2,
+ "Name": "从安"
+ },
+ {
+ "ID": 20264,
+ "Gender": 2,
+ "Name": "绮彤"
+ },
+ {
+ "ID": 20265,
+ "Gender": 2,
+ "Name": "之玉"
+ },
+ {
+ "ID": 20266,
+ "Gender": 2,
+ "Name": "雨珍"
+ },
+ {
+ "ID": 20267,
+ "Gender": 2,
+ "Name": "代梅"
+ },
+ {
+ "ID": 20268,
+ "Gender": 2,
+ "Name": "青亦"
+ },
+ {
+ "ID": 20269,
+ "Gender": 2,
+ "Name": "元菱"
+ },
+ {
+ "ID": 20270,
+ "Gender": 2,
+ "Name": "海瑶"
+ },
+ {
+ "ID": 20271,
+ "Gender": 2,
+ "Name": "飞槐"
+ },
+ {
+ "ID": 20272,
+ "Gender": 2,
+ "Name": "听露"
+ },
+ {
+ "ID": 20273,
+ "Gender": 2,
+ "Name": "梦岚"
+ },
+ {
+ "ID": 20274,
+ "Gender": 2,
+ "Name": "幻竹"
+ },
+ {
+ "ID": 20275,
+ "Gender": 2,
+ "Name": "谷云"
+ },
+ {
+ "ID": 20276,
+ "Gender": 2,
+ "Name": "忆霜"
+ },
+ {
+ "ID": 20277,
+ "Gender": 2,
+ "Name": "水瑶"
+ },
+ {
+ "ID": 20278,
+ "Gender": 2,
+ "Name": "慕晴"
+ },
+ {
+ "ID": 20279,
+ "Gender": 2,
+ "Name": "秋双"
+ },
+ {
+ "ID": 20280,
+ "Gender": 2,
+ "Name": "雨真"
+ },
+ {
+ "ID": 20281,
+ "Gender": 2,
+ "Name": "觅珍"
+ },
+ {
+ "ID": 20282,
+ "Gender": 2,
+ "Name": "丹雪"
+ },
+ {
+ "ID": 20283,
+ "Gender": 2,
+ "Name": "元枫"
+ },
+ {
+ "ID": 20284,
+ "Gender": 2,
+ "Name": "思天"
+ },
+ {
+ "ID": 20285,
+ "Gender": 2,
+ "Name": "如松"
+ },
+ {
+ "ID": 20286,
+ "Gender": 2,
+ "Name": "妙晴"
+ },
+ {
+ "ID": 20287,
+ "Gender": 2,
+ "Name": "谷秋"
+ },
+ {
+ "ID": 20288,
+ "Gender": 2,
+ "Name": "妙松"
+ },
+ {
+ "ID": 20289,
+ "Gender": 2,
+ "Name": "晓夏"
+ },
+ {
+ "ID": 20290,
+ "Gender": 2,
+ "Name": "宛筠"
+ },
+ {
+ "ID": 20291,
+ "Gender": 2,
+ "Name": "碧琴"
+ },
+ {
+ "ID": 20292,
+ "Gender": 2,
+ "Name": "盼兰"
+ },
+ {
+ "ID": 20293,
+ "Gender": 2,
+ "Name": "小夏"
+ },
+ {
+ "ID": 20294,
+ "Gender": 2,
+ "Name": "安容"
+ },
+ {
+ "ID": 20295,
+ "Gender": 2,
+ "Name": "青曼"
+ },
+ {
+ "ID": 20296,
+ "Gender": 2,
+ "Name": "千儿"
+ },
+ {
+ "ID": 20297,
+ "Gender": 2,
+ "Name": "寻双"
+ },
+ {
+ "ID": 20298,
+ "Gender": 2,
+ "Name": "涵瑶"
+ },
+ {
+ "ID": 20299,
+ "Gender": 2,
+ "Name": "冷梅"
+ },
+ {
+ "ID": 20300,
+ "Gender": 2,
+ "Name": "向雪"
+ },
+ {
+ "ID": 20301,
+ "Gender": 2,
+ "Name": "以丹"
+ },
+ {
+ "ID": 20302,
+ "Gender": 2,
+ "Name": "依凝"
+ },
+ {
+ "ID": 20303,
+ "Gender": 2,
+ "Name": "如柏"
+ },
+ {
+ "ID": 20304,
+ "Gender": 2,
+ "Name": "雁菱"
+ },
+ {
+ "ID": 20305,
+ "Gender": 2,
+ "Name": "凝竹"
+ },
+ {
+ "ID": 20306,
+ "Gender": 2,
+ "Name": "宛白"
+ },
+ {
+ "ID": 20307,
+ "Gender": 2,
+ "Name": "初柔"
+ },
+ {
+ "ID": 20308,
+ "Gender": 2,
+ "Name": "南蕾"
+ },
+ {
+ "ID": 20309,
+ "Gender": 2,
+ "Name": "书萱"
+ },
+ {
+ "ID": 20310,
+ "Gender": 2,
+ "Name": "南琴"
+ },
+ {
+ "ID": 20311,
+ "Gender": 2,
+ "Name": "绿海"
+ },
+ {
+ "ID": 20312,
+ "Gender": 2,
+ "Name": "沛儿"
+ },
+ {
+ "ID": 20313,
+ "Gender": 2,
+ "Name": "晓瑶"
+ },
+ {
+ "ID": 20314,
+ "Gender": 2,
+ "Name": "凝蝶"
+ },
+ {
+ "ID": 20315,
+ "Gender": 2,
+ "Name": "念双"
+ },
+ {
+ "ID": 20316,
+ "Gender": 2,
+ "Name": "念真"
+ },
+ {
+ "ID": 20317,
+ "Gender": 2,
+ "Name": "曼寒"
+ },
+ {
+ "ID": 20318,
+ "Gender": 2,
+ "Name": "凡霜"
+ },
+ {
+ "ID": 20319,
+ "Gender": 2,
+ "Name": "飞雪"
+ },
+ {
+ "ID": 20320,
+ "Gender": 2,
+ "Name": "雪兰"
+ },
+ {
+ "ID": 20321,
+ "Gender": 2,
+ "Name": "雅霜"
+ },
+ {
+ "ID": 20322,
+ "Gender": 2,
+ "Name": "冷雪"
+ },
+ {
+ "ID": 20323,
+ "Gender": 2,
+ "Name": "靖巧"
+ },
+ {
+ "ID": 20324,
+ "Gender": 2,
+ "Name": "萃丝"
+ },
+ {
+ "ID": 20325,
+ "Gender": 2,
+ "Name": "觅萃"
+ },
+ {
+ "ID": 20326,
+ "Gender": 2,
+ "Name": "迎波"
+ },
+ {
+ "ID": 20327,
+ "Gender": 2,
+ "Name": "丹烟"
+ },
+ {
+ "ID": 20328,
+ "Gender": 2,
+ "Name": "梦旋"
+ },
+ {
+ "ID": 20329,
+ "Gender": 2,
+ "Name": "书双"
+ },
+ {
+ "ID": 20330,
+ "Gender": 2,
+ "Name": "念桃"
+ },
+ {
+ "ID": 20331,
+ "Gender": 2,
+ "Name": "夜天"
+ },
+ {
+ "ID": 20332,
+ "Gender": 2,
+ "Name": "安筠"
+ },
+ {
+ "ID": 20333,
+ "Gender": 2,
+ "Name": "觅柔"
+ },
+ {
+ "ID": 20334,
+ "Gender": 2,
+ "Name": "秋蝶"
+ },
+ {
+ "ID": 20335,
+ "Gender": 2,
+ "Name": "千易"
+ },
+ {
+ "ID": 20336,
+ "Gender": 2,
+ "Name": "安露"
+ },
+ {
+ "ID": 20337,
+ "Gender": 2,
+ "Name": "诗蕊"
+ },
+ {
+ "ID": 20338,
+ "Gender": 2,
+ "Name": "山雁"
+ },
+ {
+ "ID": 20339,
+ "Gender": 2,
+ "Name": "友菱"
+ },
+ {
+ "ID": 20340,
+ "Gender": 2,
+ "Name": "香露"
+ },
+ {
+ "ID": 20341,
+ "Gender": 2,
+ "Name": "晓兰"
+ },
+ {
+ "ID": 20342,
+ "Gender": 2,
+ "Name": "白卉"
+ },
+ {
+ "ID": 20343,
+ "Gender": 2,
+ "Name": "语山"
+ },
+ {
+ "ID": 20344,
+ "Gender": 2,
+ "Name": "冷珍"
+ },
+ {
+ "ID": 20345,
+ "Gender": 2,
+ "Name": "秋萃"
+ },
+ {
+ "ID": 20346,
+ "Gender": 2,
+ "Name": "如之"
+ },
+ {
+ "ID": 20347,
+ "Gender": 2,
+ "Name": "忆南"
+ },
+ {
+ "ID": 20348,
+ "Gender": 2,
+ "Name": "书易"
+ },
+ {
+ "ID": 20349,
+ "Gender": 2,
+ "Name": "萃桃"
+ },
+ {
+ "ID": 20350,
+ "Gender": 2,
+ "Name": "寄瑶"
+ },
+ {
+ "ID": 20351,
+ "Gender": 2,
+ "Name": "如曼"
+ },
+ {
+ "ID": 20352,
+ "Gender": 2,
+ "Name": "问柳"
+ },
+ {
+ "ID": 20353,
+ "Gender": 2,
+ "Name": "幻桃"
+ },
+ {
+ "ID": 20354,
+ "Gender": 2,
+ "Name": "又菡"
+ },
+ {
+ "ID": 20355,
+ "Gender": 2,
+ "Name": "醉蝶"
+ },
+ {
+ "ID": 20356,
+ "Gender": 2,
+ "Name": "亦绿"
+ },
+ {
+ "ID": 20357,
+ "Gender": 2,
+ "Name": "听芹"
+ },
+ {
+ "ID": 20358,
+ "Gender": 2,
+ "Name": "新之"
+ },
+ {
+ "ID": 20359,
+ "Gender": 2,
+ "Name": "易巧"
+ },
+ {
+ "ID": 20360,
+ "Gender": 2,
+ "Name": "念云"
+ },
+ {
+ "ID": 20361,
+ "Gender": 2,
+ "Name": "静枫"
+ },
+ {
+ "ID": 20362,
+ "Gender": 2,
+ "Name": "夏蓉"
+ },
+ {
+ "ID": 20363,
+ "Gender": 2,
+ "Name": "如南"
+ },
+ {
+ "ID": 20364,
+ "Gender": 2,
+ "Name": "幼丝"
+ },
+ {
+ "ID": 20365,
+ "Gender": 2,
+ "Name": "冰安"
+ },
+ {
+ "ID": 20366,
+ "Gender": 2,
+ "Name": "秋白"
+ },
+ {
+ "ID": 20367,
+ "Gender": 2,
+ "Name": "南风"
+ },
+ {
+ "ID": 20368,
+ "Gender": 2,
+ "Name": "醉山"
+ },
+ {
+ "ID": 20369,
+ "Gender": 2,
+ "Name": "初彤"
+ },
+ {
+ "ID": 20370,
+ "Gender": 2,
+ "Name": "凝海"
+ },
+ {
+ "ID": 20371,
+ "Gender": 2,
+ "Name": "紫文"
+ },
+ {
+ "ID": 20372,
+ "Gender": 2,
+ "Name": "凌晴"
+ },
+ {
+ "ID": 20373,
+ "Gender": 2,
+ "Name": "雅琴"
+ },
+ {
+ "ID": 20374,
+ "Gender": 2,
+ "Name": "傲安"
+ },
+ {
+ "ID": 20375,
+ "Gender": 2,
+ "Name": "傲之"
+ },
+ {
+ "ID": 20376,
+ "Gender": 2,
+ "Name": "代芹"
+ },
+ {
+ "ID": 20377,
+ "Gender": 2,
+ "Name": "诗霜"
+ },
+ {
+ "ID": 20378,
+ "Gender": 2,
+ "Name": "碧灵"
+ },
+ {
+ "ID": 20379,
+ "Gender": 2,
+ "Name": "诗柳"
+ },
+ {
+ "ID": 20380,
+ "Gender": 2,
+ "Name": "夏柳"
+ },
+ {
+ "ID": 20381,
+ "Gender": 2,
+ "Name": "采白"
+ },
+ {
+ "ID": 20382,
+ "Gender": 2,
+ "Name": "慕梅"
+ },
+ {
+ "ID": 20383,
+ "Gender": 2,
+ "Name": "乐安"
+ },
+ {
+ "ID": 20384,
+ "Gender": 2,
+ "Name": "冬菱"
+ },
+ {
+ "ID": 20385,
+ "Gender": 2,
+ "Name": "紫安"
+ },
+ {
+ "ID": 20386,
+ "Gender": 2,
+ "Name": "宛凝"
+ },
+ {
+ "ID": 20387,
+ "Gender": 2,
+ "Name": "雨雪"
+ },
+ {
+ "ID": 20388,
+ "Gender": 2,
+ "Name": "易真"
+ },
+ {
+ "ID": 20389,
+ "Gender": 2,
+ "Name": "安荷"
+ },
+ {
+ "ID": 20390,
+ "Gender": 2,
+ "Name": "静竹"
+ },
+ {
+ "ID": 20391,
+ "Gender": 2,
+ "Name": "代柔"
+ },
+ {
+ "ID": 20392,
+ "Gender": 2,
+ "Name": "丹秋"
+ },
+ {
+ "ID": 20393,
+ "Gender": 2,
+ "Name": "绮梅"
+ },
+ {
+ "ID": 20394,
+ "Gender": 2,
+ "Name": "依白"
+ },
+ {
+ "ID": 20395,
+ "Gender": 2,
+ "Name": "凝荷"
+ },
+ {
+ "ID": 20396,
+ "Gender": 2,
+ "Name": "幼珊"
+ },
+ {
+ "ID": 20397,
+ "Gender": 2,
+ "Name": "忆彤"
+ },
+ {
+ "ID": 20398,
+ "Gender": 2,
+ "Name": "之桃"
+ },
+ {
+ "ID": 20399,
+ "Gender": 2,
+ "Name": "芷荷"
+ },
+ {
+ "ID": 20400,
+ "Gender": 2,
+ "Name": "听荷"
+ },
+ {
+ "ID": 20401,
+ "Gender": 2,
+ "Name": "代玉"
+ },
+ {
+ "ID": 20402,
+ "Gender": 2,
+ "Name": "念珍"
+ },
+ {
+ "ID": 20403,
+ "Gender": 2,
+ "Name": "梦菲"
+ },
+ {
+ "ID": 20404,
+ "Gender": 2,
+ "Name": "夜春"
+ },
+ {
+ "ID": 20405,
+ "Gender": 2,
+ "Name": "千秋"
+ },
+ {
+ "ID": 20406,
+ "Gender": 2,
+ "Name": "白秋"
+ },
+ {
+ "ID": 20407,
+ "Gender": 2,
+ "Name": "谷菱"
+ },
+ {
+ "ID": 20408,
+ "Gender": 2,
+ "Name": "飞松"
+ },
+ {
+ "ID": 20409,
+ "Gender": 2,
+ "Name": "惜灵"
+ },
+ {
+ "ID": 20410,
+ "Gender": 2,
+ "Name": "梦易"
+ },
+ {
+ "ID": 20411,
+ "Gender": 2,
+ "Name": "新瑶"
+ },
+ {
+ "ID": 20412,
+ "Gender": 2,
+ "Name": "曼梅"
+ },
+ {
+ "ID": 20413,
+ "Gender": 2,
+ "Name": "友瑶"
+ },
+ {
+ "ID": 20414,
+ "Gender": 2,
+ "Name": "雨兰"
+ },
+ {
+ "ID": 20415,
+ "Gender": 2,
+ "Name": "夜柳"
+ },
+ {
+ "ID": 20416,
+ "Gender": 2,
+ "Name": "芷珍"
+ },
+ {
+ "ID": 20417,
+ "Gender": 2,
+ "Name": "含芙"
+ },
+ {
+ "ID": 20418,
+ "Gender": 2,
+ "Name": "夜云"
+ },
+ {
+ "ID": 20419,
+ "Gender": 2,
+ "Name": "依萱"
+ },
+ {
+ "ID": 20420,
+ "Gender": 2,
+ "Name": "凝雁"
+ },
+ {
+ "ID": 20421,
+ "Gender": 2,
+ "Name": "以莲"
+ },
+ {
+ "ID": 20422,
+ "Gender": 2,
+ "Name": "安南"
+ },
+ {
+ "ID": 20423,
+ "Gender": 2,
+ "Name": "幼晴"
+ },
+ {
+ "ID": 20424,
+ "Gender": 2,
+ "Name": "尔琴"
+ },
+ {
+ "ID": 20425,
+ "Gender": 2,
+ "Name": "飞阳"
+ },
+ {
+ "ID": 20426,
+ "Gender": 2,
+ "Name": "白凡"
+ },
+ {
+ "ID": 20427,
+ "Gender": 2,
+ "Name": "沛萍"
+ },
+ {
+ "ID": 20428,
+ "Gender": 2,
+ "Name": "雪瑶"
+ },
+ {
+ "ID": 20429,
+ "Gender": 2,
+ "Name": "向卉"
+ },
+ {
+ "ID": 20430,
+ "Gender": 2,
+ "Name": "采文"
+ },
+ {
+ "ID": 20431,
+ "Gender": 2,
+ "Name": "乐珍"
+ },
+ {
+ "ID": 20432,
+ "Gender": 2,
+ "Name": "寒荷"
+ },
+ {
+ "ID": 20433,
+ "Gender": 2,
+ "Name": "白桃"
+ },
+ {
+ "ID": 20434,
+ "Gender": 2,
+ "Name": "安卉"
+ },
+ {
+ "ID": 20435,
+ "Gender": 2,
+ "Name": "迎曼"
+ },
+ {
+ "ID": 20436,
+ "Gender": 2,
+ "Name": "盼雁"
+ },
+ {
+ "ID": 20437,
+ "Gender": 2,
+ "Name": "乐松"
+ },
+ {
+ "ID": 20438,
+ "Gender": 2,
+ "Name": "涵山"
+ },
+ {
+ "ID": 20439,
+ "Gender": 2,
+ "Name": "问枫"
+ },
+ {
+ "ID": 20440,
+ "Gender": 2,
+ "Name": "以柳"
+ },
+ {
+ "ID": 20441,
+ "Gender": 2,
+ "Name": "含海"
+ },
+ {
+ "ID": 20442,
+ "Gender": 2,
+ "Name": "萃曼"
+ },
+ {
+ "ID": 20443,
+ "Gender": 2,
+ "Name": "忆梅"
+ },
+ {
+ "ID": 20444,
+ "Gender": 2,
+ "Name": "涵柳"
+ },
+ {
+ "ID": 20445,
+ "Gender": 2,
+ "Name": "海蓝"
+ },
+ {
+ "ID": 20446,
+ "Gender": 2,
+ "Name": "晓曼"
+ },
+ {
+ "ID": 20447,
+ "Gender": 2,
+ "Name": "忆丹"
+ },
+ {
+ "ID": 20448,
+ "Gender": 2,
+ "Name": "静芙"
+ },
+ {
+ "ID": 20449,
+ "Gender": 2,
+ "Name": "绮兰"
+ },
+ {
+ "ID": 20450,
+ "Gender": 2,
+ "Name": "梦安"
+ },
+ {
+ "ID": 20451,
+ "Gender": 2,
+ "Name": "紫丝"
+ },
+ {
+ "ID": 20452,
+ "Gender": 2,
+ "Name": "千雁"
+ },
+ {
+ "ID": 20453,
+ "Gender": 2,
+ "Name": "凝珍"
+ },
+ {
+ "ID": 20454,
+ "Gender": 2,
+ "Name": "香萱"
+ },
+ {
+ "ID": 20455,
+ "Gender": 2,
+ "Name": "梦容"
+ },
+ {
+ "ID": 20456,
+ "Gender": 2,
+ "Name": "冷雁"
+ },
+ {
+ "ID": 20457,
+ "Gender": 2,
+ "Name": "飞柏"
+ },
+ {
+ "ID": 20458,
+ "Gender": 2,
+ "Name": "天真"
+ },
+ {
+ "ID": 20459,
+ "Gender": 2,
+ "Name": "萃琴"
+ },
+ {
+ "ID": 20460,
+ "Gender": 2,
+ "Name": "寄真"
+ },
+ {
+ "ID": 20461,
+ "Gender": 2,
+ "Name": "秋荷"
+ },
+ {
+ "ID": 20462,
+ "Gender": 2,
+ "Name": "初雪"
+ },
+ {
+ "ID": 20463,
+ "Gender": 2,
+ "Name": "雅柏"
+ },
+ {
+ "ID": 20464,
+ "Gender": 2,
+ "Name": "怜容"
+ },
+ {
+ "ID": 20465,
+ "Gender": 2,
+ "Name": "如风"
+ },
+ {
+ "ID": 20466,
+ "Gender": 2,
+ "Name": "南露"
+ },
+ {
+ "ID": 20467,
+ "Gender": 2,
+ "Name": "紫易"
+ },
+ {
+ "ID": 20468,
+ "Gender": 2,
+ "Name": "冰凡"
+ },
+ {
+ "ID": 20469,
+ "Gender": 2,
+ "Name": "海雪"
+ },
+ {
+ "ID": 20470,
+ "Gender": 2,
+ "Name": "语蓉"
+ },
+ {
+ "ID": 20471,
+ "Gender": 2,
+ "Name": "碧玉"
+ },
+ {
+ "ID": 20472,
+ "Gender": 2,
+ "Name": "语风"
+ },
+ {
+ "ID": 20473,
+ "Gender": 2,
+ "Name": "凝梦"
+ },
+ {
+ "ID": 20474,
+ "Gender": 2,
+ "Name": "从雪"
+ },
+ {
+ "ID": 20475,
+ "Gender": 2,
+ "Name": "白枫"
+ },
+ {
+ "ID": 20476,
+ "Gender": 2,
+ "Name": "傲云"
+ },
+ {
+ "ID": 20477,
+ "Gender": 2,
+ "Name": "念露"
+ },
+ {
+ "ID": 20478,
+ "Gender": 2,
+ "Name": "慕凝"
+ },
+ {
+ "ID": 20479,
+ "Gender": 2,
+ "Name": "雅柔"
+ },
+ {
+ "ID": 20480,
+ "Gender": 2,
+ "Name": "盼柳"
+ },
+ {
+ "ID": 20481,
+ "Gender": 2,
+ "Name": "半青"
+ },
+ {
+ "ID": 20482,
+ "Gender": 2,
+ "Name": "从霜"
+ },
+ {
+ "ID": 20483,
+ "Gender": 2,
+ "Name": "怀柔"
+ },
+ {
+ "ID": 20484,
+ "Gender": 2,
+ "Name": "怜晴"
+ },
+ {
+ "ID": 20485,
+ "Gender": 2,
+ "Name": "夜蓉"
+ },
+ {
+ "ID": 20486,
+ "Gender": 2,
+ "Name": "代双"
+ },
+ {
+ "ID": 20487,
+ "Gender": 2,
+ "Name": "以南"
+ },
+ {
+ "ID": 20488,
+ "Gender": 2,
+ "Name": "若菱"
+ },
+ {
+ "ID": 20489,
+ "Gender": 2,
+ "Name": "芷文"
+ },
+ {
+ "ID": 20490,
+ "Gender": 2,
+ "Name": "南晴"
+ },
+ {
+ "ID": 20491,
+ "Gender": 2,
+ "Name": "梦寒"
+ },
+ {
+ "ID": 20492,
+ "Gender": 2,
+ "Name": "初萃"
+ },
+ {
+ "ID": 20493,
+ "Gender": 2,
+ "Name": "灵波"
+ },
+ {
+ "ID": 20494,
+ "Gender": 2,
+ "Name": "问夏"
+ },
+ {
+ "ID": 20495,
+ "Gender": 2,
+ "Name": "惜海"
+ },
+ {
+ "ID": 20496,
+ "Gender": 2,
+ "Name": "亦旋"
+ },
+ {
+ "ID": 20497,
+ "Gender": 2,
+ "Name": "沛芹"
+ },
+ {
+ "ID": 20498,
+ "Gender": 2,
+ "Name": "幼萱"
+ },
+ {
+ "ID": 20499,
+ "Gender": 2,
+ "Name": "白凝"
+ },
+ {
+ "ID": 20500,
+ "Gender": 2,
+ "Name": "初露"
+ },
+ {
+ "ID": 20501,
+ "Gender": 2,
+ "Name": "迎海"
+ },
+ {
+ "ID": 20502,
+ "Gender": 2,
+ "Name": "绮玉"
+ },
+ {
+ "ID": 20503,
+ "Gender": 2,
+ "Name": "凌香"
+ },
+ {
+ "ID": 20504,
+ "Gender": 2,
+ "Name": "寻芹"
+ },
+ {
+ "ID": 20505,
+ "Gender": 2,
+ "Name": "秋柳"
+ },
+ {
+ "ID": 20506,
+ "Gender": 2,
+ "Name": "尔白"
+ },
+ {
+ "ID": 20507,
+ "Gender": 2,
+ "Name": "映真"
+ },
+ {
+ "ID": 20508,
+ "Gender": 2,
+ "Name": "含雁"
+ },
+ {
+ "ID": 20509,
+ "Gender": 2,
+ "Name": "寒松"
+ },
+ {
+ "ID": 20510,
+ "Gender": 2,
+ "Name": "寻雪"
+ },
+ {
+ "ID": 20511,
+ "Gender": 2,
+ "Name": "青烟"
+ },
+ {
+ "ID": 20512,
+ "Gender": 2,
+ "Name": "问蕊"
+ },
+ {
+ "ID": 20513,
+ "Gender": 2,
+ "Name": "灵阳"
+ },
+ {
+ "ID": 20514,
+ "Gender": 2,
+ "Name": "雪巧"
+ },
+ {
+ "ID": 20515,
+ "Gender": 2,
+ "Name": "丹萱"
+ },
+ {
+ "ID": 20516,
+ "Gender": 2,
+ "Name": "凡双"
+ },
+ {
+ "ID": 20517,
+ "Gender": 2,
+ "Name": "孤萍"
+ },
+ {
+ "ID": 20518,
+ "Gender": 2,
+ "Name": "紫菱"
+ },
+ {
+ "ID": 20519,
+ "Gender": 2,
+ "Name": "寻凝"
+ },
+ {
+ "ID": 20520,
+ "Gender": 2,
+ "Name": "傲柏"
+ },
+ {
+ "ID": 20521,
+ "Gender": 2,
+ "Name": "傲儿"
+ },
+ {
+ "ID": 20522,
+ "Gender": 2,
+ "Name": "友容"
+ },
+ {
+ "ID": 20523,
+ "Gender": 2,
+ "Name": "灵枫"
+ },
+ {
+ "ID": 20524,
+ "Gender": 2,
+ "Name": "尔丝"
+ },
+ {
+ "ID": 20525,
+ "Gender": 2,
+ "Name": "曼凝"
+ },
+ {
+ "ID": 20526,
+ "Gender": 2,
+ "Name": "若蕊"
+ },
+ {
+ "ID": 20527,
+ "Gender": 2,
+ "Name": "问丝"
+ },
+ {
+ "ID": 20528,
+ "Gender": 2,
+ "Name": "思枫"
+ },
+ {
+ "ID": 20529,
+ "Gender": 2,
+ "Name": "水卉"
+ },
+ {
+ "ID": 20530,
+ "Gender": 2,
+ "Name": "问梅"
+ },
+ {
+ "ID": 20531,
+ "Gender": 2,
+ "Name": "念寒"
+ },
+ {
+ "ID": 20532,
+ "Gender": 2,
+ "Name": "萃霜"
+ },
+ {
+ "ID": 20533,
+ "Gender": 2,
+ "Name": "夜香"
+ },
+ {
+ "ID": 20534,
+ "Gender": 2,
+ "Name": "寒蕾"
+ },
+ {
+ "ID": 20535,
+ "Gender": 2,
+ "Name": "凡阳"
+ },
+ {
+ "ID": 20536,
+ "Gender": 2,
+ "Name": "平彤"
+ },
+ {
+ "ID": 20537,
+ "Gender": 2,
+ "Name": "语薇"
+ },
+ {
+ "ID": 20538,
+ "Gender": 2,
+ "Name": "幻珊"
+ },
+ {
+ "ID": 20539,
+ "Gender": 2,
+ "Name": "紫夏"
+ },
+ {
+ "ID": 20540,
+ "Gender": 2,
+ "Name": "凌波"
+ },
+ {
+ "ID": 20541,
+ "Gender": 2,
+ "Name": "芷蝶"
+ },
+ {
+ "ID": 20542,
+ "Gender": 2,
+ "Name": "丹南"
+ },
+ {
+ "ID": 20543,
+ "Gender": 2,
+ "Name": "之双"
+ },
+ {
+ "ID": 20544,
+ "Gender": 2,
+ "Name": "凡波"
+ },
+ {
+ "ID": 20545,
+ "Gender": 2,
+ "Name": "思雁"
+ },
+ {
+ "ID": 20546,
+ "Gender": 2,
+ "Name": "白莲"
+ },
+ {
+ "ID": 20547,
+ "Gender": 2,
+ "Name": "从菡"
+ },
+ {
+ "ID": 20548,
+ "Gender": 2,
+ "Name": "如容"
+ },
+ {
+ "ID": 20549,
+ "Gender": 2,
+ "Name": "采柳"
+ },
+ {
+ "ID": 20550,
+ "Gender": 2,
+ "Name": "沛岚"
+ },
+ {
+ "ID": 20551,
+ "Gender": 2,
+ "Name": "惜儿"
+ },
+ {
+ "ID": 20552,
+ "Gender": 2,
+ "Name": "夜玉"
+ },
+ {
+ "ID": 20553,
+ "Gender": 2,
+ "Name": "水儿"
+ },
+ {
+ "ID": 20554,
+ "Gender": 2,
+ "Name": "半凡"
+ },
+ {
+ "ID": 20555,
+ "Gender": 2,
+ "Name": "听莲"
+ },
+ {
+ "ID": 20556,
+ "Gender": 2,
+ "Name": "幻枫"
+ },
+ {
+ "ID": 20557,
+ "Gender": 2,
+ "Name": "念柏"
+ },
+ {
+ "ID": 20558,
+ "Gender": 2,
+ "Name": "冰珍"
+ },
+ {
+ "ID": 20559,
+ "Gender": 2,
+ "Name": "思山"
+ },
+ {
+ "ID": 20560,
+ "Gender": 2,
+ "Name": "凝蕊"
+ },
+ {
+ "ID": 20561,
+ "Gender": 2,
+ "Name": "天玉"
+ },
+ {
+ "ID": 20562,
+ "Gender": 2,
+ "Name": "向梦"
+ },
+ {
+ "ID": 20563,
+ "Gender": 2,
+ "Name": "笑南"
+ },
+ {
+ "ID": 20564,
+ "Gender": 2,
+ "Name": "夏旋"
+ },
+ {
+ "ID": 20565,
+ "Gender": 2,
+ "Name": "元灵"
+ },
+ {
+ "ID": 20566,
+ "Gender": 2,
+ "Name": "以彤"
+ },
+ {
+ "ID": 20567,
+ "Gender": 2,
+ "Name": "采萱"
+ },
+ {
+ "ID": 20568,
+ "Gender": 2,
+ "Name": "巧曼"
+ },
+ {
+ "ID": 20569,
+ "Gender": 2,
+ "Name": "平蓝"
+ },
+ {
+ "ID": 20570,
+ "Gender": 2,
+ "Name": "问萍"
+ },
+ {
+ "ID": 20571,
+ "Gender": 2,
+ "Name": "绿蓉"
+ },
+ {
+ "ID": 20572,
+ "Gender": 2,
+ "Name": "靖柏"
+ },
+ {
+ "ID": 20573,
+ "Gender": 2,
+ "Name": "迎蕾"
+ },
+ {
+ "ID": 20574,
+ "Gender": 2,
+ "Name": "碧曼"
+ },
+ {
+ "ID": 20575,
+ "Gender": 2,
+ "Name": "思卉"
+ },
+ {
+ "ID": 20576,
+ "Gender": 2,
+ "Name": "白柏"
+ },
+ {
+ "ID": 20577,
+ "Gender": 2,
+ "Name": "妙菡"
+ },
+ {
+ "ID": 20578,
+ "Gender": 2,
+ "Name": "怜阳"
+ },
+ {
+ "ID": 20579,
+ "Gender": 2,
+ "Name": "雨柏"
+ },
+ {
+ "ID": 20580,
+ "Gender": 2,
+ "Name": "雁菡"
+ },
+ {
+ "ID": 20581,
+ "Gender": 2,
+ "Name": "又莲"
+ },
+ {
+ "ID": 20582,
+ "Gender": 2,
+ "Name": "乐荷"
+ },
+ {
+ "ID": 20583,
+ "Gender": 2,
+ "Name": "寒天"
+ },
+ {
+ "ID": 20584,
+ "Gender": 2,
+ "Name": "凝琴"
+ },
+ {
+ "ID": 20585,
+ "Gender": 2,
+ "Name": "书南"
+ },
+ {
+ "ID": 20586,
+ "Gender": 2,
+ "Name": "白梦"
+ },
+ {
+ "ID": 20587,
+ "Gender": 2,
+ "Name": "初瑶"
+ },
+ {
+ "ID": 20588,
+ "Gender": 2,
+ "Name": "平露"
+ },
+ {
+ "ID": 20589,
+ "Gender": 2,
+ "Name": "含巧"
+ },
+ {
+ "ID": 20590,
+ "Gender": 2,
+ "Name": "半莲"
+ },
+ {
+ "ID": 20591,
+ "Gender": 2,
+ "Name": "醉卉"
+ },
+ {
+ "ID": 20592,
+ "Gender": 2,
+ "Name": "天菱"
+ },
+ {
+ "ID": 20593,
+ "Gender": 2,
+ "Name": "青雪"
+ },
+ {
+ "ID": 20594,
+ "Gender": 2,
+ "Name": "雅旋"
+ },
+ {
+ "ID": 20595,
+ "Gender": 2,
+ "Name": "巧荷"
+ },
+ {
+ "ID": 20596,
+ "Gender": 2,
+ "Name": "飞丹"
+ },
+ {
+ "ID": 20597,
+ "Gender": 2,
+ "Name": "若灵"
+ },
+ {
+ "ID": 20598,
+ "Gender": 2,
+ "Name": "尔云"
+ },
+ {
+ "ID": 20599,
+ "Gender": 2,
+ "Name": "幻天"
+ },
+ {
+ "ID": 20600,
+ "Gender": 2,
+ "Name": "诗兰"
+ },
+ {
+ "ID": 20601,
+ "Gender": 2,
+ "Name": "青梦"
+ },
+ {
+ "ID": 20602,
+ "Gender": 2,
+ "Name": "海菡"
+ },
+ {
+ "ID": 20603,
+ "Gender": 2,
+ "Name": "灵槐"
+ },
+ {
+ "ID": 20604,
+ "Gender": 2,
+ "Name": "忆秋"
+ },
+ {
+ "ID": 20605,
+ "Gender": 2,
+ "Name": "寒凝"
+ },
+ {
+ "ID": 20606,
+ "Gender": 2,
+ "Name": "凝芙"
+ },
+ {
+ "ID": 20607,
+ "Gender": 2,
+ "Name": "绮山"
+ },
+ {
+ "ID": 20608,
+ "Gender": 2,
+ "Name": "静白"
+ },
+ {
+ "ID": 20609,
+ "Gender": 2,
+ "Name": "尔蓉"
+ },
+ {
+ "ID": 20610,
+ "Gender": 2,
+ "Name": "尔冬"
+ },
+ {
+ "ID": 20611,
+ "Gender": 2,
+ "Name": "映萱"
+ },
+ {
+ "ID": 20612,
+ "Gender": 2,
+ "Name": "白筠"
+ },
+ {
+ "ID": 20613,
+ "Gender": 2,
+ "Name": "访彤"
+ },
+ {
+ "ID": 20614,
+ "Gender": 2,
+ "Name": "绿柏"
+ },
+ {
+ "ID": 20615,
+ "Gender": 2,
+ "Name": "夏云"
+ },
+ {
+ "ID": 20616,
+ "Gender": 2,
+ "Name": "笑萃"
+ },
+ {
+ "ID": 20617,
+ "Gender": 2,
+ "Name": "晓灵"
+ },
+ {
+ "ID": 20618,
+ "Gender": 2,
+ "Name": "含双"
+ },
+ {
+ "ID": 20619,
+ "Gender": 2,
+ "Name": "盼波"
+ },
+ {
+ "ID": 20620,
+ "Gender": 2,
+ "Name": "以云"
+ },
+ {
+ "ID": 20621,
+ "Gender": 2,
+ "Name": "怜萃"
+ },
+ {
+ "ID": 20622,
+ "Gender": 2,
+ "Name": "雁风"
+ },
+ {
+ "ID": 20623,
+ "Gender": 2,
+ "Name": "之卉"
+ },
+ {
+ "ID": 20624,
+ "Gender": 2,
+ "Name": "平松"
+ },
+ {
+ "ID": 20625,
+ "Gender": 2,
+ "Name": "问儿"
+ },
+ {
+ "ID": 20626,
+ "Gender": 2,
+ "Name": "绿柳"
+ },
+ {
+ "ID": 20627,
+ "Gender": 2,
+ "Name": "如蓉"
+ },
+ {
+ "ID": 20628,
+ "Gender": 2,
+ "Name": "曼容"
+ },
+ {
+ "ID": 20629,
+ "Gender": 2,
+ "Name": "天晴"
+ },
+ {
+ "ID": 20630,
+ "Gender": 2,
+ "Name": "丹琴"
+ },
+ {
+ "ID": 20631,
+ "Gender": 2,
+ "Name": "惜天"
+ },
+ {
+ "ID": 20632,
+ "Gender": 2,
+ "Name": "寻琴"
+ },
+ {
+ "ID": 20633,
+ "Gender": 2,
+ "Name": "依瑶"
+ },
+ {
+ "ID": 20634,
+ "Gender": 2,
+ "Name": "从波"
+ },
+ {
+ "ID": 20635,
+ "Gender": 2,
+ "Name": "依柔"
+ },
+ {
+ "ID": 20636,
+ "Gender": 2,
+ "Name": "问兰"
+ },
+ {
+ "ID": 20637,
+ "Gender": 2,
+ "Name": "山晴"
+ },
+ {
+ "ID": 20638,
+ "Gender": 2,
+ "Name": "怜珊"
+ },
+ {
+ "ID": 20639,
+ "Gender": 2,
+ "Name": "之云"
+ },
+ {
+ "ID": 20640,
+ "Gender": 2,
+ "Name": "傲白"
+ },
+ {
+ "ID": 20641,
+ "Gender": 2,
+ "Name": "雨南"
+ },
+ {
+ "ID": 20642,
+ "Gender": 2,
+ "Name": "梦之"
+ },
+ {
+ "ID": 20643,
+ "Gender": 2,
+ "Name": "笑阳"
+ },
+ {
+ "ID": 20644,
+ "Gender": 2,
+ "Name": "代容"
+ },
+ {
+ "ID": 20645,
+ "Gender": 2,
+ "Name": "友琴"
+ },
+ {
+ "ID": 20646,
+ "Gender": 2,
+ "Name": "雁梅"
+ },
+ {
+ "ID": 20647,
+ "Gender": 2,
+ "Name": "友桃"
+ },
+ {
+ "ID": 20648,
+ "Gender": 2,
+ "Name": "从露"
+ },
+ {
+ "ID": 20649,
+ "Gender": 2,
+ "Name": "语柔"
+ },
+ {
+ "ID": 20650,
+ "Gender": 2,
+ "Name": "傲玉"
+ },
+ {
+ "ID": 20651,
+ "Gender": 2,
+ "Name": "觅夏"
+ },
+ {
+ "ID": 20652,
+ "Gender": 2,
+ "Name": "晓蓝"
+ },
+ {
+ "ID": 20653,
+ "Gender": 2,
+ "Name": "新晴"
+ },
+ {
+ "ID": 20654,
+ "Gender": 2,
+ "Name": "雨莲"
+ },
+ {
+ "ID": 20655,
+ "Gender": 2,
+ "Name": "凝旋"
+ },
+ {
+ "ID": 20656,
+ "Gender": 2,
+ "Name": "绿旋"
+ },
+ {
+ "ID": 20657,
+ "Gender": 2,
+ "Name": "幻香"
+ },
+ {
+ "ID": 20658,
+ "Gender": 2,
+ "Name": "觅双"
+ },
+ {
+ "ID": 20659,
+ "Gender": 2,
+ "Name": "冷亦"
+ },
+ {
+ "ID": 20660,
+ "Gender": 2,
+ "Name": "忆雪"
+ },
+ {
+ "ID": 20661,
+ "Gender": 2,
+ "Name": "友卉"
+ },
+ {
+ "ID": 20662,
+ "Gender": 2,
+ "Name": "幻萃"
+ },
+ {
+ "ID": 20663,
+ "Gender": 2,
+ "Name": "靖柔"
+ },
+ {
+ "ID": 20664,
+ "Gender": 2,
+ "Name": "寻菱"
+ },
+ {
+ "ID": 20665,
+ "Gender": 2,
+ "Name": "丹萃"
+ },
+ {
+ "ID": 20666,
+ "Gender": 2,
+ "Name": "安阳"
+ },
+ {
+ "ID": 20667,
+ "Gender": 2,
+ "Name": "雅寒"
+ },
+ {
+ "ID": 20668,
+ "Gender": 2,
+ "Name": "惜筠"
+ },
+ {
+ "ID": 20669,
+ "Gender": 2,
+ "Name": "尔安"
+ },
+ {
+ "ID": 20670,
+ "Gender": 2,
+ "Name": "雁易"
+ },
+ {
+ "ID": 20671,
+ "Gender": 2,
+ "Name": "飞瑶"
+ },
+ {
+ "ID": 20672,
+ "Gender": 2,
+ "Name": "夏兰"
+ },
+ {
+ "ID": 20673,
+ "Gender": 2,
+ "Name": "沛蓝"
+ },
+ {
+ "ID": 20674,
+ "Gender": 2,
+ "Name": "静丹"
+ },
+ {
+ "ID": 20675,
+ "Gender": 2,
+ "Name": "山芙"
+ },
+ {
+ "ID": 20676,
+ "Gender": 2,
+ "Name": "笑晴"
+ },
+ {
+ "ID": 20677,
+ "Gender": 2,
+ "Name": "新烟"
+ },
+ {
+ "ID": 20678,
+ "Gender": 2,
+ "Name": "笑旋"
+ },
+ {
+ "ID": 20679,
+ "Gender": 2,
+ "Name": "雁兰"
+ },
+ {
+ "ID": 20680,
+ "Gender": 2,
+ "Name": "凌萃"
+ },
+ {
+ "ID": 20681,
+ "Gender": 2,
+ "Name": "秋莲"
+ },
+ {
+ "ID": 20682,
+ "Gender": 2,
+ "Name": "书桃"
+ },
+ {
+ "ID": 20683,
+ "Gender": 2,
+ "Name": "傲松"
+ },
+ {
+ "ID": 20684,
+ "Gender": 2,
+ "Name": "语儿"
+ },
+ {
+ "ID": 20685,
+ "Gender": 2,
+ "Name": "映菡"
+ },
+ {
+ "ID": 20686,
+ "Gender": 2,
+ "Name": "初曼"
+ },
+ {
+ "ID": 20687,
+ "Gender": 2,
+ "Name": "听云"
+ },
+ {
+ "ID": 20688,
+ "Gender": 2,
+ "Name": "初夏"
+ },
+ {
+ "ID": 20689,
+ "Gender": 2,
+ "Name": "雅香"
+ },
+ {
+ "ID": 20690,
+ "Gender": 2,
+ "Name": "语雪"
+ },
+ {
+ "ID": 20691,
+ "Gender": 2,
+ "Name": "白安"
+ },
+ {
+ "ID": 20692,
+ "Gender": 2,
+ "Name": "冰薇"
+ },
+ {
+ "ID": 20693,
+ "Gender": 2,
+ "Name": "冷玉"
+ },
+ {
+ "ID": 20694,
+ "Gender": 2,
+ "Name": "冰巧"
+ },
+ {
+ "ID": 20695,
+ "Gender": 2,
+ "Name": "之槐"
+ },
+ {
+ "ID": 20696,
+ "Gender": 2,
+ "Name": "夏寒"
+ },
+ {
+ "ID": 20697,
+ "Gender": 2,
+ "Name": "诗筠"
+ },
+ {
+ "ID": 20698,
+ "Gender": 2,
+ "Name": "新梅"
+ },
+ {
+ "ID": 20699,
+ "Gender": 2,
+ "Name": "白曼"
+ },
+ {
+ "ID": 20700,
+ "Gender": 2,
+ "Name": "安波"
+ },
+ {
+ "ID": 20701,
+ "Gender": 2,
+ "Name": "从阳"
+ },
+ {
+ "ID": 20702,
+ "Gender": 2,
+ "Name": "含桃"
+ },
+ {
+ "ID": 20703,
+ "Gender": 2,
+ "Name": "曼卉"
+ },
+ {
+ "ID": 20704,
+ "Gender": 2,
+ "Name": "笑萍"
+ },
+ {
+ "ID": 20705,
+ "Gender": 2,
+ "Name": "晓露"
+ },
+ {
+ "ID": 20706,
+ "Gender": 2,
+ "Name": "寻菡"
+ },
+ {
+ "ID": 20707,
+ "Gender": 2,
+ "Name": "平灵"
+ },
+ {
+ "ID": 20708,
+ "Gender": 2,
+ "Name": "水彤"
+ },
+ {
+ "ID": 20709,
+ "Gender": 2,
+ "Name": "安彤"
+ },
+ {
+ "ID": 20710,
+ "Gender": 2,
+ "Name": "乐巧"
+ },
+ {
+ "ID": 20711,
+ "Gender": 2,
+ "Name": "依风"
+ },
+ {
+ "ID": 20712,
+ "Gender": 2,
+ "Name": "紫南"
+ },
+ {
+ "ID": 20713,
+ "Gender": 2,
+ "Name": "亦丝"
+ },
+ {
+ "ID": 20714,
+ "Gender": 2,
+ "Name": "紫萍"
+ },
+ {
+ "ID": 20715,
+ "Gender": 2,
+ "Name": "惜萱"
+ },
+ {
+ "ID": 20716,
+ "Gender": 2,
+ "Name": "诗蕾"
+ },
+ {
+ "ID": 20717,
+ "Gender": 2,
+ "Name": "寻绿"
+ },
+ {
+ "ID": 20718,
+ "Gender": 2,
+ "Name": "诗双"
+ },
+ {
+ "ID": 20719,
+ "Gender": 2,
+ "Name": "寻云"
+ },
+ {
+ "ID": 20720,
+ "Gender": 2,
+ "Name": "孤丹"
+ },
+ {
+ "ID": 20721,
+ "Gender": 2,
+ "Name": "谷蓝"
+ },
+ {
+ "ID": 20722,
+ "Gender": 2,
+ "Name": "山灵"
+ },
+ {
+ "ID": 20723,
+ "Gender": 2,
+ "Name": "幻丝"
+ },
+ {
+ "ID": 20724,
+ "Gender": 2,
+ "Name": "友梅"
+ },
+ {
+ "ID": 20725,
+ "Gender": 2,
+ "Name": "从云"
+ },
+ {
+ "ID": 20726,
+ "Gender": 2,
+ "Name": "雁丝"
+ },
+ {
+ "ID": 20727,
+ "Gender": 2,
+ "Name": "盼旋"
+ },
+ {
+ "ID": 20728,
+ "Gender": 2,
+ "Name": "幼旋"
+ },
+ {
+ "ID": 20729,
+ "Gender": 2,
+ "Name": "尔蓝"
+ },
+ {
+ "ID": 20730,
+ "Gender": 2,
+ "Name": "沛山"
+ },
+ {
+ "ID": 20731,
+ "Gender": 2,
+ "Name": "代丝"
+ },
+ {
+ "ID": 20732,
+ "Gender": 2,
+ "Name": "觅松"
+ },
+ {
+ "ID": 20733,
+ "Gender": 2,
+ "Name": "冰香"
+ },
+ {
+ "ID": 20734,
+ "Gender": 2,
+ "Name": "依玉"
+ },
+ {
+ "ID": 20735,
+ "Gender": 2,
+ "Name": "冰之"
+ },
+ {
+ "ID": 20736,
+ "Gender": 2,
+ "Name": "妙梦"
+ },
+ {
+ "ID": 20737,
+ "Gender": 2,
+ "Name": "以冬"
+ },
+ {
+ "ID": 20738,
+ "Gender": 2,
+ "Name": "曼青"
+ },
+ {
+ "ID": 20739,
+ "Gender": 2,
+ "Name": "冷菱"
+ },
+ {
+ "ID": 20740,
+ "Gender": 2,
+ "Name": "雪曼"
+ },
+ {
+ "ID": 20741,
+ "Gender": 2,
+ "Name": "安白"
+ },
+ {
+ "ID": 20742,
+ "Gender": 2,
+ "Name": "千亦"
+ },
+ {
+ "ID": 20743,
+ "Gender": 2,
+ "Name": "凌蝶"
+ },
+ {
+ "ID": 20744,
+ "Gender": 2,
+ "Name": "又夏"
+ },
+ {
+ "ID": 20745,
+ "Gender": 2,
+ "Name": "南烟"
+ },
+ {
+ "ID": 20746,
+ "Gender": 2,
+ "Name": "靖易"
+ },
+ {
+ "ID": 20747,
+ "Gender": 2,
+ "Name": "萃梅"
+ },
+ {
+ "ID": 20748,
+ "Gender": 2,
+ "Name": "书文"
+ },
+ {
+ "ID": 20749,
+ "Gender": 2,
+ "Name": "雪卉"
+ },
+ {
+ "ID": 20750,
+ "Gender": 2,
+ "Name": "乐儿"
+ },
+ {
+ "ID": 20751,
+ "Gender": 2,
+ "Name": "傲丝"
+ },
+ {
+ "ID": 20752,
+ "Gender": 2,
+ "Name": "安青"
+ },
+ {
+ "ID": 20753,
+ "Gender": 2,
+ "Name": "初蝶"
+ },
+ {
+ "ID": 20754,
+ "Gender": 2,
+ "Name": "寄灵"
+ },
+ {
+ "ID": 20755,
+ "Gender": 2,
+ "Name": "惜寒"
+ },
+ {
+ "ID": 20756,
+ "Gender": 2,
+ "Name": "雨竹"
+ },
+ {
+ "ID": 20757,
+ "Gender": 2,
+ "Name": "冬莲"
+ },
+ {
+ "ID": 20758,
+ "Gender": 2,
+ "Name": "绮南"
+ },
+ {
+ "ID": 20759,
+ "Gender": 2,
+ "Name": "萃柏"
+ },
+ {
+ "ID": 20760,
+ "Gender": 2,
+ "Name": "平凡"
+ },
+ {
+ "ID": 20761,
+ "Gender": 2,
+ "Name": "孤兰"
+ },
+ {
+ "ID": 20762,
+ "Gender": 2,
+ "Name": "秋珊"
+ },
+ {
+ "ID": 20763,
+ "Gender": 2,
+ "Name": "新筠"
+ },
+ {
+ "ID": 20764,
+ "Gender": 2,
+ "Name": "半芹"
+ },
+ {
+ "ID": 20765,
+ "Gender": 2,
+ "Name": "夏瑶"
+ },
+ {
+ "ID": 20766,
+ "Gender": 2,
+ "Name": "念文"
+ },
+ {
+ "ID": 20767,
+ "Gender": 2,
+ "Name": "晓丝"
+ },
+ {
+ "ID": 20768,
+ "Gender": 2,
+ "Name": "涵蕾"
+ },
+ {
+ "ID": 20769,
+ "Gender": 2,
+ "Name": "雁凡"
+ },
+ {
+ "ID": 20770,
+ "Gender": 2,
+ "Name": "谷兰"
+ },
+ {
+ "ID": 20771,
+ "Gender": 2,
+ "Name": "灵凡"
+ },
+ {
+ "ID": 20772,
+ "Gender": 2,
+ "Name": "凝云"
+ },
+ {
+ "ID": 20773,
+ "Gender": 2,
+ "Name": "曼云"
+ },
+ {
+ "ID": 20774,
+ "Gender": 2,
+ "Name": "丹彤"
+ },
+ {
+ "ID": 20775,
+ "Gender": 2,
+ "Name": "南霜"
+ },
+ {
+ "ID": 20776,
+ "Gender": 2,
+ "Name": "夜梦"
+ },
+ {
+ "ID": 20777,
+ "Gender": 2,
+ "Name": "从筠"
+ },
+ {
+ "ID": 20778,
+ "Gender": 2,
+ "Name": "雁芙"
+ },
+ {
+ "ID": 20779,
+ "Gender": 2,
+ "Name": "语蝶"
+ },
+ {
+ "ID": 20780,
+ "Gender": 2,
+ "Name": "晓旋"
+ },
+ {
+ "ID": 20781,
+ "Gender": 2,
+ "Name": "念之"
+ },
+ {
+ "ID": 20782,
+ "Gender": 2,
+ "Name": "盼芙"
+ },
+ {
+ "ID": 20783,
+ "Gender": 2,
+ "Name": "采珊"
+ },
+ {
+ "ID": 20784,
+ "Gender": 2,
+ "Name": "初柳"
+ },
+ {
+ "ID": 20785,
+ "Gender": 2,
+ "Name": "迎天"
+ },
+ {
+ "ID": 20786,
+ "Gender": 2,
+ "Name": "曼安"
+ },
+ {
+ "ID": 20787,
+ "Gender": 2,
+ "Name": "南珍"
+ },
+ {
+ "ID": 20788,
+ "Gender": 2,
+ "Name": "妙芙"
+ },
+ {
+ "ID": 20789,
+ "Gender": 2,
+ "Name": "语柳"
+ },
+ {
+ "ID": 20790,
+ "Gender": 2,
+ "Name": "含莲"
+ },
+ {
+ "ID": 20791,
+ "Gender": 2,
+ "Name": "晓筠"
+ },
+ {
+ "ID": 20792,
+ "Gender": 2,
+ "Name": "念梦"
+ },
+ {
+ "ID": 20793,
+ "Gender": 2,
+ "Name": "傲南"
+ },
+ {
+ "ID": 20794,
+ "Gender": 2,
+ "Name": "问薇"
+ },
+ {
+ "ID": 20795,
+ "Gender": 2,
+ "Name": "雨灵"
+ },
+ {
+ "ID": 20796,
+ "Gender": 2,
+ "Name": "凝安"
+ },
+ {
+ "ID": 20797,
+ "Gender": 2,
+ "Name": "冰海"
+ },
+ {
+ "ID": 20798,
+ "Gender": 2,
+ "Name": "初珍"
+ },
+ {
+ "ID": 20799,
+ "Gender": 2,
+ "Name": "宛菡"
+ },
+ {
+ "ID": 20800,
+ "Gender": 2,
+ "Name": "盼晴"
+ },
+ {
+ "ID": 20801,
+ "Gender": 2,
+ "Name": "冷荷"
+ },
+ {
+ "ID": 20802,
+ "Gender": 2,
+ "Name": "寄萃"
+ },
+ {
+ "ID": 20803,
+ "Gender": 2,
+ "Name": "幻梅"
+ },
+ {
+ "ID": 20804,
+ "Gender": 2,
+ "Name": "如凡"
+ },
+ {
+ "ID": 20805,
+ "Gender": 2,
+ "Name": "易梦"
+ },
+ {
+ "ID": 20806,
+ "Gender": 2,
+ "Name": "千柔"
+ },
+ {
+ "ID": 20807,
+ "Gender": 2,
+ "Name": "向露"
+ },
+ {
+ "ID": 20808,
+ "Gender": 2,
+ "Name": "梦玉"
+ },
+ {
+ "ID": 20809,
+ "Gender": 2,
+ "Name": "傲霜"
+ },
+ {
+ "ID": 20810,
+ "Gender": 2,
+ "Name": "依霜"
+ },
+ {
+ "ID": 20811,
+ "Gender": 2,
+ "Name": "灵松"
+ },
+ {
+ "ID": 20812,
+ "Gender": 2,
+ "Name": "诗桃"
+ },
+ {
+ "ID": 20813,
+ "Gender": 2,
+ "Name": "书蝶"
+ },
+ {
+ "ID": 20814,
+ "Gender": 2,
+ "Name": "冰蝶"
+ },
+ {
+ "ID": 20815,
+ "Gender": 2,
+ "Name": "山槐"
+ },
+ {
+ "ID": 20816,
+ "Gender": 2,
+ "Name": "以晴"
+ },
+ {
+ "ID": 20817,
+ "Gender": 2,
+ "Name": "友易"
+ },
+ {
+ "ID": 20818,
+ "Gender": 2,
+ "Name": "梦桃"
+ },
+ {
+ "ID": 20819,
+ "Gender": 2,
+ "Name": "香菱"
+ },
+ {
+ "ID": 20820,
+ "Gender": 2,
+ "Name": "孤云"
+ },
+ {
+ "ID": 20821,
+ "Gender": 2,
+ "Name": "水蓉"
+ },
+ {
+ "ID": 20822,
+ "Gender": 2,
+ "Name": "雅容"
+ },
+ {
+ "ID": 20823,
+ "Gender": 2,
+ "Name": "飞烟"
+ },
+ {
+ "ID": 20824,
+ "Gender": 2,
+ "Name": "雁荷"
+ },
+ {
+ "ID": 20825,
+ "Gender": 2,
+ "Name": "代芙"
+ },
+ {
+ "ID": 20826,
+ "Gender": 2,
+ "Name": "醉易"
+ },
+ {
+ "ID": 20827,
+ "Gender": 2,
+ "Name": "夏烟"
+ },
+ {
+ "ID": 20828,
+ "Gender": 2,
+ "Name": "依秋"
+ },
+ {
+ "ID": 20829,
+ "Gender": 2,
+ "Name": "依波"
+ },
+ {
+ "ID": 20830,
+ "Gender": 2,
+ "Name": "紫萱"
+ },
+ {
+ "ID": 20831,
+ "Gender": 2,
+ "Name": "涵易"
+ },
+ {
+ "ID": 20832,
+ "Gender": 2,
+ "Name": "忆之"
+ },
+ {
+ "ID": 20833,
+ "Gender": 2,
+ "Name": "幻巧"
+ },
+ {
+ "ID": 20834,
+ "Gender": 2,
+ "Name": "水风"
+ },
+ {
+ "ID": 20835,
+ "Gender": 2,
+ "Name": "安寒"
+ },
+ {
+ "ID": 20836,
+ "Gender": 2,
+ "Name": "白亦"
+ },
+ {
+ "ID": 20837,
+ "Gender": 2,
+ "Name": "怜雪"
+ },
+ {
+ "ID": 20838,
+ "Gender": 2,
+ "Name": "听南"
+ },
+ {
+ "ID": 20839,
+ "Gender": 2,
+ "Name": "念蕾"
+ },
+ {
+ "ID": 20840,
+ "Gender": 2,
+ "Name": "梦竹"
+ },
+ {
+ "ID": 20841,
+ "Gender": 2,
+ "Name": "千凡"
+ },
+ {
+ "ID": 20842,
+ "Gender": 2,
+ "Name": "寄琴"
+ },
+ {
+ "ID": 20843,
+ "Gender": 2,
+ "Name": "采波"
+ },
+ {
+ "ID": 20844,
+ "Gender": 2,
+ "Name": "笑柳"
+ },
+ {
+ "ID": 20845,
+ "Gender": 2,
+ "Name": "谷梦"
+ },
+ {
+ "ID": 20846,
+ "Gender": 2,
+ "Name": "绿蝶"
+ },
+ {
+ "ID": 20847,
+ "Gender": 2,
+ "Name": "飞荷"
+ },
+ {
+ "ID": 20848,
+ "Gender": 2,
+ "Name": "孤晴"
+ },
+ {
+ "ID": 20849,
+ "Gender": 2,
+ "Name": "曼冬"
+ },
+ {
+ "ID": 20850,
+ "Gender": 2,
+ "Name": "尔槐"
+ },
+ {
+ "ID": 20851,
+ "Gender": 2,
+ "Name": "以旋"
+ },
+ {
+ "ID": 20852,
+ "Gender": 2,
+ "Name": "绿蕊"
+ },
+ {
+ "ID": 20853,
+ "Gender": 2,
+ "Name": "依丝"
+ },
+ {
+ "ID": 20854,
+ "Gender": 2,
+ "Name": "怜南"
+ },
+ {
+ "ID": 20855,
+ "Gender": 2,
+ "Name": "千山"
+ },
+ {
+ "ID": 20856,
+ "Gender": 2,
+ "Name": "雨安"
+ },
+ {
+ "ID": 20857,
+ "Gender": 2,
+ "Name": "幼枫"
+ },
+ {
+ "ID": 20858,
+ "Gender": 2,
+ "Name": "凡桃"
+ },
+ {
+ "ID": 20859,
+ "Gender": 2,
+ "Name": "新儿"
+ },
+ {
+ "ID": 20860,
+ "Gender": 2,
+ "Name": "夏波"
+ },
+ {
+ "ID": 20861,
+ "Gender": 2,
+ "Name": "雨琴"
+ },
+ {
+ "ID": 20862,
+ "Gender": 2,
+ "Name": "静槐"
+ },
+ {
+ "ID": 20863,
+ "Gender": 2,
+ "Name": "元槐"
+ },
+ {
+ "ID": 20864,
+ "Gender": 2,
+ "Name": "映阳"
+ },
+ {
+ "ID": 20865,
+ "Gender": 2,
+ "Name": "飞薇"
+ },
+ {
+ "ID": 20866,
+ "Gender": 2,
+ "Name": "小凝"
+ },
+ {
+ "ID": 20867,
+ "Gender": 2,
+ "Name": "傲菡"
+ },
+ {
+ "ID": 20868,
+ "Gender": 2,
+ "Name": "谷蕊"
+ },
+ {
+ "ID": 20869,
+ "Gender": 2,
+ "Name": "笑槐"
+ },
+ {
+ "ID": 20870,
+ "Gender": 2,
+ "Name": "笑卉"
+ },
+ {
+ "ID": 20871,
+ "Gender": 2,
+ "Name": "迎荷"
+ },
+ {
+ "ID": 20872,
+ "Gender": 2,
+ "Name": "元冬"
+ },
+ {
+ "ID": 20873,
+ "Gender": 2,
+ "Name": "书竹"
+ },
+ {
+ "ID": 20874,
+ "Gender": 2,
+ "Name": "半烟"
+ },
+ {
+ "ID": 20875,
+ "Gender": 2,
+ "Name": "绮波"
+ },
+ {
+ "ID": 20876,
+ "Gender": 2,
+ "Name": "小之"
+ },
+ {
+ "ID": 20877,
+ "Gender": 2,
+ "Name": "觅露"
+ },
+ {
+ "ID": 20878,
+ "Gender": 2,
+ "Name": "夜雪"
+ },
+ {
+ "ID": 20879,
+ "Gender": 2,
+ "Name": "寒梦"
+ },
+ {
+ "ID": 20880,
+ "Gender": 2,
+ "Name": "尔风"
+ },
+ {
+ "ID": 20881,
+ "Gender": 2,
+ "Name": "白梅"
+ },
+ {
+ "ID": 20882,
+ "Gender": 2,
+ "Name": "雨旋"
+ },
+ {
+ "ID": 20883,
+ "Gender": 2,
+ "Name": "芷珊"
+ },
+ {
+ "ID": 20884,
+ "Gender": 2,
+ "Name": "山彤"
+ },
+ {
+ "ID": 20885,
+ "Gender": 2,
+ "Name": "尔柳"
+ },
+ {
+ "ID": 20886,
+ "Gender": 2,
+ "Name": "沛柔"
+ },
+ {
+ "ID": 20887,
+ "Gender": 2,
+ "Name": "灵萱"
+ },
+ {
+ "ID": 20888,
+ "Gender": 2,
+ "Name": "白容"
+ },
+ {
+ "ID": 20889,
+ "Gender": 2,
+ "Name": "乐蓉"
+ },
+ {
+ "ID": 20890,
+ "Gender": 2,
+ "Name": "映安"
+ },
+ {
+ "ID": 20891,
+ "Gender": 2,
+ "Name": "映冬"
+ },
+ {
+ "ID": 20892,
+ "Gender": 2,
+ "Name": "凡雁"
+ },
+ {
+ "ID": 20893,
+ "Gender": 2,
+ "Name": "梦秋"
+ },
+ {
+ "ID": 20894,
+ "Gender": 2,
+ "Name": "醉柳"
+ },
+ {
+ "ID": 20895,
+ "Gender": 2,
+ "Name": "梦凡"
+ },
+ {
+ "ID": 20896,
+ "Gender": 2,
+ "Name": "元容"
+ },
+ {
+ "ID": 20897,
+ "Gender": 2,
+ "Name": "怀蕾"
+ },
+ {
+ "ID": 20898,
+ "Gender": 2,
+ "Name": "灵寒"
+ },
+ {
+ "ID": 20899,
+ "Gender": 2,
+ "Name": "天薇"
+ },
+ {
+ "ID": 20900,
+ "Gender": 2,
+ "Name": "白风"
+ },
+ {
+ "ID": 20901,
+ "Gender": 2,
+ "Name": "访波"
+ },
+ {
+ "ID": 20902,
+ "Gender": 2,
+ "Name": "亦凝"
+ },
+ {
+ "ID": 20903,
+ "Gender": 2,
+ "Name": "易绿"
+ },
+ {
+ "ID": 20904,
+ "Gender": 2,
+ "Name": "夜南"
+ },
+ {
+ "ID": 20905,
+ "Gender": 2,
+ "Name": "曼凡"
+ },
+ {
+ "ID": 20906,
+ "Gender": 2,
+ "Name": "亦巧"
+ },
+ {
+ "ID": 20907,
+ "Gender": 2,
+ "Name": "青易"
+ },
+ {
+ "ID": 20908,
+ "Gender": 2,
+ "Name": "冰真"
+ },
+ {
+ "ID": 20909,
+ "Gender": 2,
+ "Name": "白萱"
+ },
+ {
+ "ID": 20910,
+ "Gender": 2,
+ "Name": "友安"
+ },
+ {
+ "ID": 20911,
+ "Gender": 2,
+ "Name": "诗萃"
+ },
+ {
+ "ID": 20912,
+ "Gender": 2,
+ "Name": "雪珍"
+ },
+ {
+ "ID": 20913,
+ "Gender": 2,
+ "Name": "海之"
+ },
+ {
+ "ID": 20914,
+ "Gender": 2,
+ "Name": "小蕊"
+ },
+ {
+ "ID": 20915,
+ "Gender": 2,
+ "Name": "又琴"
+ },
+ {
+ "ID": 20916,
+ "Gender": 2,
+ "Name": "香彤"
+ },
+ {
+ "ID": 20917,
+ "Gender": 2,
+ "Name": "语梦"
+ },
+ {
+ "ID": 20918,
+ "Gender": 2,
+ "Name": "惜蕊"
+ },
+ {
+ "ID": 20919,
+ "Gender": 2,
+ "Name": "迎彤"
+ },
+ {
+ "ID": 20920,
+ "Gender": 2,
+ "Name": "沛白"
+ },
+ {
+ "ID": 20921,
+ "Gender": 2,
+ "Name": "雁山"
+ },
+ {
+ "ID": 20922,
+ "Gender": 2,
+ "Name": "易蓉"
+ },
+ {
+ "ID": 20923,
+ "Gender": 2,
+ "Name": "雪晴"
+ },
+ {
+ "ID": 20924,
+ "Gender": 2,
+ "Name": "诗珊"
+ },
+ {
+ "ID": 20925,
+ "Gender": 2,
+ "Name": "冰绿"
+ },
+ {
+ "ID": 20926,
+ "Gender": 2,
+ "Name": "半梅"
+ },
+ {
+ "ID": 20927,
+ "Gender": 2,
+ "Name": "笑容"
+ },
+ {
+ "ID": 20928,
+ "Gender": 2,
+ "Name": "沛凝"
+ },
+ {
+ "ID": 20929,
+ "Gender": 2,
+ "Name": "念瑶"
+ },
+ {
+ "ID": 20930,
+ "Gender": 2,
+ "Name": "如冬"
+ },
+ {
+ "ID": 20931,
+ "Gender": 2,
+ "Name": "向真"
+ },
+ {
+ "ID": 20932,
+ "Gender": 2,
+ "Name": "从蓉"
+ },
+ {
+ "ID": 20933,
+ "Gender": 2,
+ "Name": "亦云"
+ },
+ {
+ "ID": 20934,
+ "Gender": 2,
+ "Name": "向雁"
+ },
+ {
+ "ID": 20935,
+ "Gender": 2,
+ "Name": "尔蝶"
+ },
+ {
+ "ID": 20936,
+ "Gender": 2,
+ "Name": "冬易"
+ },
+ {
+ "ID": 20937,
+ "Gender": 2,
+ "Name": "丹亦"
+ },
+ {
+ "ID": 20938,
+ "Gender": 2,
+ "Name": "夏山"
+ },
+ {
+ "ID": 20939,
+ "Gender": 2,
+ "Name": "醉香"
+ },
+ {
+ "ID": 20940,
+ "Gender": 2,
+ "Name": "盼夏"
+ },
+ {
+ "ID": 20941,
+ "Gender": 2,
+ "Name": "孤菱"
+ },
+ {
+ "ID": 20942,
+ "Gender": 2,
+ "Name": "安莲"
+ },
+ {
+ "ID": 20943,
+ "Gender": 2,
+ "Name": "问凝"
+ },
+ {
+ "ID": 20944,
+ "Gender": 2,
+ "Name": "冬萱"
+ },
+ {
+ "ID": 20945,
+ "Gender": 2,
+ "Name": "晓山"
+ },
+ {
+ "ID": 20946,
+ "Gender": 2,
+ "Name": "雁蓉"
+ },
+ {
+ "ID": 20947,
+ "Gender": 2,
+ "Name": "梦蕊"
+ },
+ {
+ "ID": 20948,
+ "Gender": 2,
+ "Name": "山菡"
+ },
+ {
+ "ID": 20949,
+ "Gender": 2,
+ "Name": "南莲"
+ },
+ {
+ "ID": 20950,
+ "Gender": 2,
+ "Name": "飞双"
+ },
+ {
+ "ID": 20951,
+ "Gender": 2,
+ "Name": "凝丝"
+ },
+ {
+ "ID": 20952,
+ "Gender": 2,
+ "Name": "思萱"
+ },
+ {
+ "ID": 20953,
+ "Gender": 2,
+ "Name": "怀梦"
+ },
+ {
+ "ID": 20954,
+ "Gender": 2,
+ "Name": "雨梅"
+ },
+ {
+ "ID": 20955,
+ "Gender": 2,
+ "Name": "冷霜"
+ },
+ {
+ "ID": 20956,
+ "Gender": 2,
+ "Name": "向松"
+ },
+ {
+ "ID": 20957,
+ "Gender": 2,
+ "Name": "迎丝"
+ },
+ {
+ "ID": 20958,
+ "Gender": 2,
+ "Name": "迎梅"
+ },
+ {
+ "ID": 20959,
+ "Gender": 2,
+ "Name": "听双"
+ },
+ {
+ "ID": 20960,
+ "Gender": 2,
+ "Name": "山蝶"
+ },
+ {
+ "ID": 20961,
+ "Gender": 2,
+ "Name": "夜梅"
+ },
+ {
+ "ID": 20962,
+ "Gender": 2,
+ "Name": "醉冬"
+ },
+ {
+ "ID": 20963,
+ "Gender": 2,
+ "Name": "雨筠"
+ },
+ {
+ "ID": 20964,
+ "Gender": 2,
+ "Name": "平文"
+ },
+ {
+ "ID": 20965,
+ "Gender": 2,
+ "Name": "青文"
+ },
+ {
+ "ID": 20966,
+ "Gender": 2,
+ "Name": "半蕾"
+ },
+ {
+ "ID": 20967,
+ "Gender": 2,
+ "Name": "幼菱"
+ },
+ {
+ "ID": 20968,
+ "Gender": 2,
+ "Name": "寻梅"
+ },
+ {
+ "ID": 20969,
+ "Gender": 2,
+ "Name": "含之"
+ },
+ {
+ "ID": 20970,
+ "Gender": 2,
+ "Name": "香之"
+ },
+ {
+ "ID": 20971,
+ "Gender": 2,
+ "Name": "含蕊"
+ },
+ {
+ "ID": 20972,
+ "Gender": 2,
+ "Name": "亦玉"
+ },
+ {
+ "ID": 20973,
+ "Gender": 2,
+ "Name": "靖荷"
+ },
+ {
+ "ID": 20974,
+ "Gender": 2,
+ "Name": "碧萱"
+ },
+ {
+ "ID": 20975,
+ "Gender": 2,
+ "Name": "寒云"
+ },
+ {
+ "ID": 20976,
+ "Gender": 2,
+ "Name": "向南"
+ },
+ {
+ "ID": 20977,
+ "Gender": 2,
+ "Name": "书雁"
+ },
+ {
+ "ID": 20978,
+ "Gender": 2,
+ "Name": "怀薇"
+ },
+ {
+ "ID": 20979,
+ "Gender": 2,
+ "Name": "思菱"
+ },
+ {
+ "ID": 20980,
+ "Gender": 2,
+ "Name": "忆文"
+ },
+ {
+ "ID": 20981,
+ "Gender": 2,
+ "Name": "若山"
+ },
+ {
+ "ID": 20982,
+ "Gender": 2,
+ "Name": "向秋"
+ },
+ {
+ "ID": 20983,
+ "Gender": 2,
+ "Name": "凡白"
+ },
+ {
+ "ID": 20984,
+ "Gender": 2,
+ "Name": "绮烟"
+ },
+ {
+ "ID": 20985,
+ "Gender": 2,
+ "Name": "从蕾"
+ },
+ {
+ "ID": 20986,
+ "Gender": 2,
+ "Name": "天曼"
+ },
+ {
+ "ID": 20987,
+ "Gender": 2,
+ "Name": "又亦"
+ },
+ {
+ "ID": 20988,
+ "Gender": 2,
+ "Name": "依琴"
+ },
+ {
+ "ID": 20989,
+ "Gender": 2,
+ "Name": "曼彤"
+ },
+ {
+ "ID": 20990,
+ "Gender": 2,
+ "Name": "沛槐"
+ },
+ {
+ "ID": 20991,
+ "Gender": 2,
+ "Name": "又槐"
+ },
+ {
+ "ID": 20992,
+ "Gender": 2,
+ "Name": "元绿"
+ },
+ {
+ "ID": 20993,
+ "Gender": 2,
+ "Name": "安珊"
+ },
+ {
+ "ID": 20994,
+ "Gender": 2,
+ "Name": "夏之"
+ },
+ {
+ "ID": 20995,
+ "Gender": 2,
+ "Name": "易槐"
+ },
+ {
+ "ID": 20996,
+ "Gender": 2,
+ "Name": "宛亦"
+ },
+ {
+ "ID": 20997,
+ "Gender": 2,
+ "Name": "白萃"
+ },
+ {
+ "ID": 20998,
+ "Gender": 2,
+ "Name": "丹云"
+ },
+ {
+ "ID": 20999,
+ "Gender": 2,
+ "Name": "问寒"
+ },
+ {
+ "ID": 21000,
+ "Gender": 2,
+ "Name": "易文"
+ },
+ {
+ "ID": 21001,
+ "Gender": 2,
+ "Name": "傲易"
+ },
+ {
+ "ID": 21002,
+ "Gender": 2,
+ "Name": "青旋"
+ },
+ {
+ "ID": 21003,
+ "Gender": 2,
+ "Name": "思真"
+ },
+ {
+ "ID": 21004,
+ "Gender": 2,
+ "Name": "妙之"
+ },
+ {
+ "ID": 21005,
+ "Gender": 2,
+ "Name": "半双"
+ },
+ {
+ "ID": 21006,
+ "Gender": 2,
+ "Name": "若萃"
+ },
+ {
+ "ID": 21007,
+ "Gender": 2,
+ "Name": "初兰"
+ },
+ {
+ "ID": 21008,
+ "Gender": 2,
+ "Name": "怀曼"
+ },
+ {
+ "ID": 21009,
+ "Gender": 2,
+ "Name": "惜萍"
+ },
+ {
+ "ID": 21010,
+ "Gender": 2,
+ "Name": "初之"
+ },
+ {
+ "ID": 21011,
+ "Gender": 2,
+ "Name": "宛丝"
+ },
+ {
+ "ID": 21012,
+ "Gender": 2,
+ "Name": "幻儿"
+ },
+ {
+ "ID": 21013,
+ "Gender": 2,
+ "Name": "千风"
+ },
+ {
+ "ID": 21014,
+ "Gender": 2,
+ "Name": "天蓉"
+ },
+ {
+ "ID": 21015,
+ "Gender": 2,
+ "Name": "雅青"
+ },
+ {
+ "ID": 21016,
+ "Gender": 2,
+ "Name": "寄文"
+ },
+ {
+ "ID": 21017,
+ "Gender": 2,
+ "Name": "代天"
+ },
+ {
+ "ID": 21018,
+ "Gender": 2,
+ "Name": "惜珊"
+ },
+ {
+ "ID": 21019,
+ "Gender": 2,
+ "Name": "向薇"
+ },
+ {
+ "ID": 21020,
+ "Gender": 2,
+ "Name": "冬灵"
+ },
+ {
+ "ID": 21021,
+ "Gender": 2,
+ "Name": "惜芹"
+ },
+ {
+ "ID": 21022,
+ "Gender": 2,
+ "Name": "凌青"
+ },
+ {
+ "ID": 21023,
+ "Gender": 2,
+ "Name": "谷芹"
+ },
+ {
+ "ID": 21024,
+ "Gender": 2,
+ "Name": "雁桃"
+ },
+ {
+ "ID": 21025,
+ "Gender": 2,
+ "Name": "映雁"
+ },
+ {
+ "ID": 21026,
+ "Gender": 2,
+ "Name": "书兰"
+ },
+ {
+ "ID": 21027,
+ "Gender": 2,
+ "Name": "寄风"
+ },
+ {
+ "ID": 21028,
+ "Gender": 2,
+ "Name": "访烟"
+ },
+ {
+ "ID": 21029,
+ "Gender": 2,
+ "Name": "绮晴"
+ },
+ {
+ "ID": 21030,
+ "Gender": 2,
+ "Name": "傲柔"
+ },
+ {
+ "ID": 21031,
+ "Gender": 2,
+ "Name": "寄容"
+ },
+ {
+ "ID": 21032,
+ "Gender": 2,
+ "Name": "以珊"
+ },
+ {
+ "ID": 21033,
+ "Gender": 2,
+ "Name": "紫雪"
+ },
+ {
+ "ID": 21034,
+ "Gender": 2,
+ "Name": "芷容"
+ },
+ {
+ "ID": 21035,
+ "Gender": 2,
+ "Name": "书琴"
+ },
+ {
+ "ID": 21036,
+ "Gender": 2,
+ "Name": "寻桃"
+ },
+ {
+ "ID": 21037,
+ "Gender": 2,
+ "Name": "涵阳"
+ },
+ {
+ "ID": 21038,
+ "Gender": 2,
+ "Name": "怀寒"
+ },
+ {
+ "ID": 21039,
+ "Gender": 2,
+ "Name": "易云"
+ },
+ {
+ "ID": 21040,
+ "Gender": 2,
+ "Name": "采蓝"
+ },
+ {
+ "ID": 21041,
+ "Gender": 2,
+ "Name": "代秋"
+ },
+ {
+ "ID": 21042,
+ "Gender": 2,
+ "Name": "惜梦"
+ },
+ {
+ "ID": 21043,
+ "Gender": 2,
+ "Name": "尔烟"
+ },
+ {
+ "ID": 21044,
+ "Gender": 2,
+ "Name": "谷槐"
+ },
+ {
+ "ID": 21045,
+ "Gender": 2,
+ "Name": "怀莲"
+ },
+ {
+ "ID": 21046,
+ "Gender": 2,
+ "Name": "涵菱"
+ },
+ {
+ "ID": 21047,
+ "Gender": 2,
+ "Name": "水蓝"
+ },
+ {
+ "ID": 21048,
+ "Gender": 2,
+ "Name": "访冬"
+ },
+ {
+ "ID": 21049,
+ "Gender": 2,
+ "Name": "半兰"
+ },
+ {
+ "ID": 21050,
+ "Gender": 2,
+ "Name": "又柔"
+ },
+ {
+ "ID": 21051,
+ "Gender": 2,
+ "Name": "冬卉"
+ },
+ {
+ "ID": 21052,
+ "Gender": 2,
+ "Name": "安双"
+ },
+ {
+ "ID": 21053,
+ "Gender": 2,
+ "Name": "冰岚"
+ },
+ {
+ "ID": 21054,
+ "Gender": 2,
+ "Name": "香薇"
+ },
+ {
+ "ID": 21055,
+ "Gender": 2,
+ "Name": "语芹"
+ },
+ {
+ "ID": 21056,
+ "Gender": 2,
+ "Name": "静珊"
+ },
+ {
+ "ID": 21057,
+ "Gender": 2,
+ "Name": "幻露"
+ },
+ {
+ "ID": 21058,
+ "Gender": 2,
+ "Name": "访天"
+ },
+ {
+ "ID": 21059,
+ "Gender": 2,
+ "Name": "静柏"
+ },
+ {
+ "ID": 21060,
+ "Gender": 2,
+ "Name": "凌丝"
+ },
+ {
+ "ID": 21061,
+ "Gender": 2,
+ "Name": "小萃"
+ },
+ {
+ "ID": 21062,
+ "Gender": 2,
+ "Name": "雁卉"
+ },
+ {
+ "ID": 21063,
+ "Gender": 2,
+ "Name": "访文"
+ },
+ {
+ "ID": 21064,
+ "Gender": 2,
+ "Name": "凌文"
+ },
+ {
+ "ID": 21065,
+ "Gender": 2,
+ "Name": "芷云"
+ },
+ {
+ "ID": 21066,
+ "Gender": 2,
+ "Name": "思柔"
+ },
+ {
+ "ID": 21067,
+ "Gender": 2,
+ "Name": "巧凡"
+ },
+ {
+ "ID": 21068,
+ "Gender": 2,
+ "Name": "慕山"
+ },
+ {
+ "ID": 21069,
+ "Gender": 2,
+ "Name": "依云"
+ },
+ {
+ "ID": 21070,
+ "Gender": 2,
+ "Name": "千柳"
+ },
+ {
+ "ID": 21071,
+ "Gender": 2,
+ "Name": "从凝"
+ },
+ {
+ "ID": 21072,
+ "Gender": 2,
+ "Name": "安梦"
+ },
+ {
+ "ID": 21073,
+ "Gender": 2,
+ "Name": "香旋"
+ },
+ {
+ "ID": 21074,
+ "Gender": 2,
+ "Name": "映天"
+ },
+ {
+ "ID": 21075,
+ "Gender": 2,
+ "Name": "安柏"
+ },
+ {
+ "ID": 21076,
+ "Gender": 2,
+ "Name": "平萱"
+ },
+ {
+ "ID": 21077,
+ "Gender": 2,
+ "Name": "以筠"
+ },
+ {
+ "ID": 21078,
+ "Gender": 2,
+ "Name": "忆曼"
+ },
+ {
+ "ID": 21079,
+ "Gender": 2,
+ "Name": "新竹"
+ },
+ {
+ "ID": 21080,
+ "Gender": 2,
+ "Name": "绮露"
+ },
+ {
+ "ID": 21081,
+ "Gender": 2,
+ "Name": "觅儿"
+ },
+ {
+ "ID": 21082,
+ "Gender": 2,
+ "Name": "碧蓉"
+ },
+ {
+ "ID": 21083,
+ "Gender": 2,
+ "Name": "白竹"
+ },
+ {
+ "ID": 21084,
+ "Gender": 2,
+ "Name": "飞兰"
+ },
+ {
+ "ID": 21085,
+ "Gender": 2,
+ "Name": "曼雁"
+ },
+ {
+ "ID": 21086,
+ "Gender": 2,
+ "Name": "雁露"
+ },
+ {
+ "ID": 21087,
+ "Gender": 2,
+ "Name": "凝冬"
+ },
+ {
+ "ID": 21088,
+ "Gender": 2,
+ "Name": "含灵"
+ },
+ {
+ "ID": 21089,
+ "Gender": 2,
+ "Name": "初阳"
+ },
+ {
+ "ID": 21090,
+ "Gender": 2,
+ "Name": "海秋"
+ },
+ {
+ "ID": 21091,
+ "Gender": 2,
+ "Name": "冰双"
+ },
+ {
+ "ID": 21092,
+ "Gender": 2,
+ "Name": "绿兰"
+ },
+ {
+ "ID": 21093,
+ "Gender": 2,
+ "Name": "盼易"
+ },
+ {
+ "ID": 21094,
+ "Gender": 2,
+ "Name": "思松"
+ },
+ {
+ "ID": 21095,
+ "Gender": 2,
+ "Name": "梦山"
+ },
+ {
+ "ID": 21096,
+ "Gender": 2,
+ "Name": "友灵"
+ },
+ {
+ "ID": 21097,
+ "Gender": 2,
+ "Name": "绿竹"
+ },
+ {
+ "ID": 21098,
+ "Gender": 2,
+ "Name": "灵安"
+ },
+ {
+ "ID": 21099,
+ "Gender": 2,
+ "Name": "凌柏"
+ },
+ {
+ "ID": 21100,
+ "Gender": 2,
+ "Name": "秋柔"
+ },
+ {
+ "ID": 21101,
+ "Gender": 2,
+ "Name": "又蓝"
+ },
+ {
+ "ID": 21102,
+ "Gender": 2,
+ "Name": "尔竹"
+ },
+ {
+ "ID": 21103,
+ "Gender": 2,
+ "Name": "天蓝"
+ },
+ {
+ "ID": 21104,
+ "Gender": 2,
+ "Name": "青枫"
+ },
+ {
+ "ID": 21105,
+ "Gender": 2,
+ "Name": "问芙"
+ },
+ {
+ "ID": 21106,
+ "Gender": 2,
+ "Name": "语海"
+ },
+ {
+ "ID": 21107,
+ "Gender": 2,
+ "Name": "灵珊"
+ },
+ {
+ "ID": 21108,
+ "Gender": 2,
+ "Name": "凝丹"
+ },
+ {
+ "ID": 21109,
+ "Gender": 2,
+ "Name": "小蕾"
+ },
+ {
+ "ID": 21110,
+ "Gender": 2,
+ "Name": "迎夏"
+ },
+ {
+ "ID": 21111,
+ "Gender": 2,
+ "Name": "水之"
+ },
+ {
+ "ID": 21112,
+ "Gender": 2,
+ "Name": "飞珍"
+ },
+ {
+ "ID": 21113,
+ "Gender": 2,
+ "Name": "冰夏"
+ },
+ {
+ "ID": 21114,
+ "Gender": 2,
+ "Name": "亦竹"
+ },
+ {
+ "ID": 21115,
+ "Gender": 2,
+ "Name": "飞莲"
+ },
+ {
+ "ID": 21116,
+ "Gender": 2,
+ "Name": "海白"
+ },
+ {
+ "ID": 21117,
+ "Gender": 2,
+ "Name": "元蝶"
+ },
+ {
+ "ID": 21118,
+ "Gender": 2,
+ "Name": "芷天"
+ },
+ {
+ "ID": 21119,
+ "Gender": 2,
+ "Name": "怀绿"
+ },
+ {
+ "ID": 21120,
+ "Gender": 2,
+ "Name": "尔容"
+ },
+ {
+ "ID": 21121,
+ "Gender": 2,
+ "Name": "元芹"
+ },
+ {
+ "ID": 21122,
+ "Gender": 2,
+ "Name": "若云"
+ },
+ {
+ "ID": 21123,
+ "Gender": 2,
+ "Name": "寒烟"
+ },
+ {
+ "ID": 21124,
+ "Gender": 2,
+ "Name": "听筠"
+ },
+ {
+ "ID": 21125,
+ "Gender": 2,
+ "Name": "采梦"
+ },
+ {
+ "ID": 21126,
+ "Gender": 2,
+ "Name": "凝莲"
+ },
+ {
+ "ID": 21127,
+ "Gender": 2,
+ "Name": "元彤"
+ },
+ {
+ "ID": 21128,
+ "Gender": 2,
+ "Name": "觅山"
+ },
+ {
+ "ID": 21129,
+ "Gender": 2,
+ "Name": "代桃"
+ },
+ {
+ "ID": 21130,
+ "Gender": 2,
+ "Name": "冷之"
+ },
+ {
+ "ID": 21131,
+ "Gender": 2,
+ "Name": "盼秋"
+ },
+ {
+ "ID": 21132,
+ "Gender": 2,
+ "Name": "秋寒"
+ },
+ {
+ "ID": 21133,
+ "Gender": 2,
+ "Name": "慕蕊"
+ },
+ {
+ "ID": 21134,
+ "Gender": 2,
+ "Name": "海亦"
+ },
+ {
+ "ID": 21135,
+ "Gender": 2,
+ "Name": "初晴"
+ },
+ {
+ "ID": 21136,
+ "Gender": 2,
+ "Name": "巧蕊"
+ },
+ {
+ "ID": 21137,
+ "Gender": 2,
+ "Name": "听安"
+ },
+ {
+ "ID": 21138,
+ "Gender": 2,
+ "Name": "芷雪"
+ },
+ {
+ "ID": 21139,
+ "Gender": 2,
+ "Name": "以松"
+ },
+ {
+ "ID": 21140,
+ "Gender": 2,
+ "Name": "梦槐"
+ },
+ {
+ "ID": 21141,
+ "Gender": 2,
+ "Name": "寒梅"
+ },
+ {
+ "ID": 21142,
+ "Gender": 2,
+ "Name": "香岚"
+ },
+ {
+ "ID": 21143,
+ "Gender": 2,
+ "Name": "寄柔"
+ },
+ {
+ "ID": 21144,
+ "Gender": 2,
+ "Name": "孤容"
+ },
+ {
+ "ID": 21145,
+ "Gender": 2,
+ "Name": "晓蕾"
+ },
+ {
+ "ID": 21146,
+ "Gender": 2,
+ "Name": "安萱"
+ },
+ {
+ "ID": 21147,
+ "Gender": 2,
+ "Name": "夜绿"
+ },
+ {
+ "ID": 21148,
+ "Gender": 2,
+ "Name": "雪莲"
+ },
+ {
+ "ID": 21149,
+ "Gender": 2,
+ "Name": "从丹"
+ },
+ {
+ "ID": 21150,
+ "Gender": 2,
+ "Name": "雨文"
+ },
+ {
+ "ID": 21151,
+ "Gender": 2,
+ "Name": "幼荷"
+ },
+ {
+ "ID": 21152,
+ "Gender": 2,
+ "Name": "青柏"
+ },
+ {
+ "ID": 21153,
+ "Gender": 2,
+ "Name": "初蓝"
+ },
+ {
+ "ID": 21154,
+ "Gender": 2,
+ "Name": "忆安"
+ },
+ {
+ "ID": 21155,
+ "Gender": 2,
+ "Name": "寻冬"
+ },
+ {
+ "ID": 21156,
+ "Gender": 2,
+ "Name": "雪珊"
+ },
+ {
+ "ID": 21157,
+ "Gender": 2,
+ "Name": "迎南"
+ },
+ {
+ "ID": 21158,
+ "Gender": 2,
+ "Name": "如彤"
+ },
+ {
+ "ID": 21159,
+ "Gender": 2,
+ "Name": "采枫"
+ },
+ {
+ "ID": 21160,
+ "Gender": 2,
+ "Name": "若雁"
+ },
+ {
+ "ID": 21161,
+ "Gender": 2,
+ "Name": "萃阳"
+ },
+ {
+ "ID": 21162,
+ "Gender": 2,
+ "Name": "沛容"
+ },
+ {
+ "ID": 21163,
+ "Gender": 2,
+ "Name": "山兰"
+ },
+ {
+ "ID": 21164,
+ "Gender": 2,
+ "Name": "芷波"
+ },
+ {
+ "ID": 21165,
+ "Gender": 2,
+ "Name": "寄云"
+ },
+ {
+ "ID": 21166,
+ "Gender": 2,
+ "Name": "慕卉"
+ },
+ {
+ "ID": 21167,
+ "Gender": 2,
+ "Name": "冷松"
+ },
+ {
+ "ID": 21168,
+ "Gender": 2,
+ "Name": "涵梅"
+ },
+ {
+ "ID": 21169,
+ "Gender": 2,
+ "Name": "书白"
+ },
+ {
+ "ID": 21170,
+ "Gender": 2,
+ "Name": "乐天"
+ },
+ {
+ "ID": 21171,
+ "Gender": 2,
+ "Name": "宛秋"
+ },
+ {
+ "ID": 21172,
+ "Gender": 2,
+ "Name": "傲旋"
+ },
+ {
+ "ID": 21173,
+ "Gender": 2,
+ "Name": "凡儿"
+ },
+ {
+ "ID": 21174,
+ "Gender": 2,
+ "Name": "夏真"
+ },
+ {
+ "ID": 21175,
+ "Gender": 2,
+ "Name": "乐双"
+ },
+ {
+ "ID": 21176,
+ "Gender": 2,
+ "Name": "白玉"
+ },
+ {
+ "ID": 21177,
+ "Gender": 2,
+ "Name": "问玉"
+ },
+ {
+ "ID": 21178,
+ "Gender": 2,
+ "Name": "寄松"
+ },
+ {
+ "ID": 21179,
+ "Gender": 2,
+ "Name": "丹蝶"
+ },
+ {
+ "ID": 21180,
+ "Gender": 2,
+ "Name": "访曼"
+ },
+ {
+ "ID": 21181,
+ "Gender": 2,
+ "Name": "代灵"
+ },
+ {
+ "ID": 21182,
+ "Gender": 2,
+ "Name": "芷烟"
+ },
+ {
+ "ID": 21183,
+ "Gender": 2,
+ "Name": "尔阳"
+ },
+ {
+ "ID": 21184,
+ "Gender": 2,
+ "Name": "怜烟"
+ },
+ {
+ "ID": 21185,
+ "Gender": 2,
+ "Name": "平卉"
+ },
+ {
+ "ID": 21186,
+ "Gender": 2,
+ "Name": "丹寒"
+ },
+ {
+ "ID": 21187,
+ "Gender": 2,
+ "Name": "访梦"
+ },
+ {
+ "ID": 21188,
+ "Gender": 2,
+ "Name": "绿凝"
+ },
+ {
+ "ID": 21189,
+ "Gender": 2,
+ "Name": "冰菱"
+ },
+ {
+ "ID": 21190,
+ "Gender": 2,
+ "Name": "语蕊"
+ },
+ {
+ "ID": 21191,
+ "Gender": 2,
+ "Name": "思烟"
+ },
+ {
+ "ID": 21192,
+ "Gender": 2,
+ "Name": "忆枫"
+ },
+ {
+ "ID": 21193,
+ "Gender": 2,
+ "Name": "映菱"
+ },
+ {
+ "ID": 21194,
+ "Gender": 2,
+ "Name": "凌兰"
+ },
+ {
+ "ID": 21195,
+ "Gender": 2,
+ "Name": "曼岚"
+ },
+ {
+ "ID": 21196,
+ "Gender": 2,
+ "Name": "若枫"
+ },
+ {
+ "ID": 21197,
+ "Gender": 2,
+ "Name": "傲薇"
+ },
+ {
+ "ID": 21198,
+ "Gender": 2,
+ "Name": "凡灵"
+ },
+ {
+ "ID": 21199,
+ "Gender": 2,
+ "Name": "乐蕊"
+ },
+ {
+ "ID": 21200,
+ "Gender": 2,
+ "Name": "莹"
+ },
+ {
+ "ID": 21201,
+ "Gender": 2,
+ "Name": "妍"
+ },
+ {
+ "ID": 21202,
+ "Gender": 2,
+ "Name": "鸣凤"
+ },
+ {
+ "ID": 21203,
+ "Gender": 2,
+ "Name": "茗"
+ },
+ {
+ "ID": 21204,
+ "Gender": 2,
+ "Name": "颖"
+ },
+ {
+ "ID": 21205,
+ "Gender": 2,
+ "Name": "嫣"
+ },
+ {
+ "ID": 21206,
+ "Gender": 2,
+ "Name": "无颜"
+ },
+ {
+ "ID": 21207,
+ "Gender": 2,
+ "Name": "千愁"
+ },
+ {
+ "ID": 21208,
+ "Gender": 2,
+ "Name": "摇伽"
+ },
+ {
+ "ID": 21209,
+ "Gender": 2,
+ "Name": "敏"
+ },
+ {
+ "ID": 21210,
+ "Gender": 2,
+ "Name": "盈"
+ },
+ {
+ "ID": 21211,
+ "Gender": 2,
+ "Name": "芫"
+ },
+ {
+ "ID": 21212,
+ "Gender": 2,
+ "Name": "莫言"
+ },
+ {
+ "ID": 21213,
+ "Gender": 2,
+ "Name": "稚晴"
+ },
+ {
+ "ID": 21214,
+ "Gender": 2,
+ "Name": "菲鹰"
+ },
+ {
+ "ID": 21215,
+ "Gender": 2,
+ "Name": "莆"
+ },
+ {
+ "ID": 21216,
+ "Gender": 2,
+ "Name": "樱"
+ },
+ {
+ "ID": 21217,
+ "Gender": 2,
+ "Name": "凤"
+ },
+ {
+ "ID": 21218,
+ "Gender": 2,
+ "Name": "无色"
+ },
+ {
+ "ID": 21219,
+ "Gender": 2,
+ "Name": "英姑"
+ },
+ {
+ "ID": 21220,
+ "Gender": 2,
+ "Name": "冰颜"
+ },
+ {
+ "ID": 21221,
+ "Gender": 2,
+ "Name": "姝"
+ },
+ {
+ "ID": 21222,
+ "Gender": 2,
+ "Name": "荧"
+ },
+ {
+ "ID": 21223,
+ "Gender": 2,
+ "Name": "珠"
+ },
+ {
+ "ID": 21224,
+ "Gender": 2,
+ "Name": "亚"
+ },
+ {
+ "ID": 21225,
+ "Gender": 2,
+ "Name": "若颜"
+ },
+ {
+ "ID": 21226,
+ "Gender": 2,
+ "Name": "无心"
+ },
+ {
+ "ID": 21227,
+ "Gender": 2,
+ "Name": "涟妖"
+ },
+ {
+ "ID": 21228,
+ "Gender": 2,
+ "Name": "彤"
+ },
+ {
+ "ID": 21229,
+ "Gender": 2,
+ "Name": "萤"
+ },
+ {
+ "ID": 21230,
+ "Gender": 2,
+ "Name": "洙"
+ },
+ {
+ "ID": 21231,
+ "Gender": 2,
+ "Name": "素阴"
+ },
+ {
+ "ID": 21232,
+ "Gender": 2,
+ "Name": "飞飞"
+ },
+ {
+ "ID": 21233,
+ "Gender": 2,
+ "Name": "藏鸟"
+ },
+ {
+ "ID": 21234,
+ "Gender": 2,
+ "Name": "虔纹"
+ },
+ {
+ "ID": 21235,
+ "Gender": 2,
+ "Name": "桐"
+ },
+ {
+ "ID": 21236,
+ "Gender": 2,
+ "Name": "莺"
+ },
+ {
+ "ID": 21237,
+ "Gender": 2,
+ "Name": "竺"
+ },
+ {
+ "ID": 21238,
+ "Gender": 2,
+ "Name": "若若"
+ },
+ {
+ "ID": 21239,
+ "Gender": 2,
+ "Name": "妙芹"
+ },
+ {
+ "ID": 21240,
+ "Gender": 2,
+ "Name": "若冰"
+ },
+ {
+ "ID": 21241,
+ "Gender": 2,
+ "Name": "若魔"
+ },
+ {
+ "ID": 21242,
+ "Gender": 2,
+ "Name": "芝"
+ },
+ {
+ "ID": 21243,
+ "Gender": 2,
+ "Name": "萝"
+ },
+ {
+ "ID": 21244,
+ "Gender": 2,
+ "Name": "灭"
+ },
+ {
+ "ID": 21245,
+ "Gender": 2,
+ "Name": "珊珊"
+ },
+ {
+ "ID": 21246,
+ "Gender": 2,
+ "Name": "嫣娆"
+ },
+ {
+ "ID": 21247,
+ "Gender": 2,
+ "Name": "绾绾"
+ },
+ {
+ "ID": 21248,
+ "Gender": 2,
+ "Name": "璎"
+ },
+ {
+ "ID": 21249,
+ "Gender": 2,
+ "Name": "等"
+ },
+ {
+ "ID": 21250,
+ "Gender": 2,
+ "Name": "高丽"
+ },
+ {
+ "ID": 21251,
+ "Gender": 2,
+ "Name": "如雪"
+ },
+ {
+ "ID": 21252,
+ "Gender": 2,
+ "Name": "唯雪"
+ },
+ {
+ "ID": 21253,
+ "Gender": 2,
+ "Name": "艳写"
+ },
+ {
+ "ID": 21254,
+ "Gender": 2,
+ "Name": "姿"
+ },
+ {
+ "ID": 21255,
+ "Gender": 2,
+ "Name": "芙"
+ },
+ {
+ "ID": 21256,
+ "Gender": 2,
+ "Name": "眉"
+ },
+ {
+ "ID": 21257,
+ "Gender": 2,
+ "Name": "妖丽"
+ },
+ {
+ "ID": 21258,
+ "Gender": 2,
+ "Name": "雪一"
+ },
+ {
+ "ID": 21259,
+ "Gender": 2,
+ "Name": "菲音"
+ },
+ {
+ "ID": 21260,
+ "Gender": 2,
+ "Name": "芾"
+ },
+ {
+ "ID": 21261,
+ "Gender": 2,
+ "Name": "柔"
+ },
+ {
+ "ID": 21262,
+ "Gender": 2,
+ "Name": "三颜"
+ },
+ {
+ "ID": 21263,
+ "Gender": 2,
+ "Name": "茗茗"
+ },
+ {
+ "ID": 21264,
+ "Gender": 2,
+ "Name": "如冰"
+ },
+ {
+ "ID": 21265,
+ "Gender": 2,
+ "Name": "写茗"
+ },
+ {
+ "ID": 21266,
+ "Gender": 2,
+ "Name": "涫"
+ },
+ {
+ "ID": 21267,
+ "Gender": 2,
+ "Name": "湘"
+ },
+ {
+ "ID": 21268,
+ "Gender": 2,
+ "Name": "沁"
+ },
+ {
+ "ID": 21269,
+ "Gender": 2,
+ "Name": "代"
+ },
+ {
+ "ID": 21270,
+ "Gender": 2,
+ "Name": "荧荧"
+ },
+ {
+ "ID": 21271,
+ "Gender": 2,
+ "Name": "如娆"
+ },
+ {
+ "ID": 21272,
+ "Gender": 2,
+ "Name": "凤妖"
+ },
+ {
+ "ID": 21273,
+ "Gender": 2,
+ "Name": "秀"
+ },
+ {
+ "ID": 21274,
+ "Gender": 2,
+ "Name": "襄"
+ },
+ {
+ "ID": 21275,
+ "Gender": 2,
+ "Name": "芹"
+ },
+ {
+ "ID": 21276,
+ "Gender": 2,
+ "Name": "踏歌"
+ },
+ {
+ "ID": 21277,
+ "Gender": 2,
+ "Name": "赛凤"
+ },
+ {
+ "ID": 21278,
+ "Gender": 2,
+ "Name": "如音"
+ },
+ {
+ "ID": 21279,
+ "Gender": 2,
+ "Name": "若写"
+ },
+ {
+ "ID": 21280,
+ "Gender": 2,
+ "Name": "蓉"
+ },
+ {
+ "ID": 21281,
+ "Gender": 2,
+ "Name": "香"
+ },
+ {
+ "ID": 21282,
+ "Gender": 2,
+ "Name": "衫"
+ },
+ {
+ "ID": 21283,
+ "Gender": 2,
+ "Name": "芙蓉"
+ },
+ {
+ "ID": 21284,
+ "Gender": 2,
+ "Name": "柏柳"
+ },
+ {
+ "ID": 21285,
+ "Gender": 2,
+ "Name": "一曲"
+ },
+ {
+ "ID": 21286,
+ "Gender": 2,
+ "Name": "雪冥"
+ },
+ {
+ "ID": 21287,
+ "Gender": 2,
+ "Name": "青"
+ },
+ {
+ "ID": 21288,
+ "Gender": 2,
+ "Name": "玲"
+ },
+ {
+ "ID": 21289,
+ "Gender": 2,
+ "Name": "珊"
+ },
+ {
+ "ID": 21290,
+ "Gender": 2,
+ "Name": "雁开"
+ },
+ {
+ "ID": 21291,
+ "Gender": 2,
+ "Name": "艳一"
+ },
+ {
+ "ID": 21292,
+ "Gender": 2,
+ "Name": "灵煌"
+ },
+ {
+ "ID": 21293,
+ "Gender": 2,
+ "Name": "冰姬"
+ },
+ {
+ "ID": 21294,
+ "Gender": 2,
+ "Name": "卿"
+ },
+ {
+ "ID": 21295,
+ "Gender": 2,
+ "Name": "灵"
+ },
+ {
+ "ID": 21296,
+ "Gender": 2,
+ "Name": "琳"
+ },
+ {
+ "ID": 21297,
+ "Gender": 2,
+ "Name": "东蒽"
+ },
+ {
+ "ID": 21298,
+ "Gender": 2,
+ "Name": "宝川"
+ },
+ {
+ "ID": 21299,
+ "Gender": 2,
+ "Name": "宫苴"
+ },
+ {
+ "ID": 21300,
+ "Gender": 2,
+ "Name": "绝音"
+ },
+ {
+ "ID": 21301,
+ "Gender": 2,
+ "Name": "清"
+ },
+ {
+ "ID": 21302,
+ "Gender": 2,
+ "Name": "绫"
+ },
+ {
+ "ID": 21303,
+ "Gender": 2,
+ "Name": "莛"
+ },
+ {
+ "ID": 21304,
+ "Gender": 2,
+ "Name": "沉鱼"
+ },
+ {
+ "ID": 21305,
+ "Gender": 2,
+ "Name": "宝莹"
+ },
+ {
+ "ID": 21306,
+ "Gender": 2,
+ "Name": "涔雨"
+ },
+ {
+ "ID": 21307,
+ "Gender": 2,
+ "Name": "邪欢"
+ },
+ {
+ "ID": 21308,
+ "Gender": 2,
+ "Name": "惠"
+ },
+ {
+ "ID": 21309,
+ "Gender": 2,
+ "Name": "葶"
+ },
+ {
+ "ID": 21310,
+ "Gender": 2,
+ "Name": "落雁"
+ },
+ {
+ "ID": 21311,
+ "Gender": 2,
+ "Name": "不弱"
+ },
+ {
+ "ID": 21312,
+ "Gender": 2,
+ "Name": "太君"
+ },
+ {
+ "ID": 21313,
+ "Gender": 2,
+ "Name": "老姆"
+ },
+ {
+ "ID": 21314,
+ "Gender": 2,
+ "Name": "荟"
+ },
+ {
+ "ID": 21315,
+ "Gender": 2,
+ "Name": "丝"
+ },
+ {
+ "ID": 21316,
+ "Gender": 2,
+ "Name": "芮"
+ },
+ {
+ "ID": 21317,
+ "Gender": 2,
+ "Name": "凡英"
+ },
+ {
+ "ID": 21318,
+ "Gender": 2,
+ "Name": "不惜"
+ },
+ {
+ "ID": 21319,
+ "Gender": 2,
+ "Name": "莫茗"
+ },
+ {
+ "ID": 21320,
+ "Gender": 2,
+ "Name": "黎云"
+ },
+ {
+ "ID": 21321,
+ "Gender": 2,
+ "Name": "筝"
+ },
+ {
+ "ID": 21322,
+ "Gender": 2,
+ "Name": "姒"
+ },
+ {
+ "ID": 21323,
+ "Gender": 2,
+ "Name": "赛君"
+ },
+ {
+ "ID": 21324,
+ "Gender": 2,
+ "Name": "可仁"
+ },
+ {
+ "ID": 21325,
+ "Gender": 2,
+ "Name": "莫英"
+ },
+ {
+ "ID": 21326,
+ "Gender": 2,
+ "Name": "凤凰"
+ },
+ {
+ "ID": 21327,
+ "Gender": 2,
+ "Name": "真"
+ },
+ {
+ "ID": 21328,
+ "Gender": 2,
+ "Name": "苠"
+ },
+ {
+ "ID": 21329,
+ "Gender": 2,
+ "Name": "闭月"
+ },
+ {
+ "ID": 21330,
+ "Gender": 2,
+ "Name": "可兰"
+ },
+ {
+ "ID": 21331,
+ "Gender": 2,
+ "Name": "朝雪"
+ },
+ {
+ "ID": 21332,
+ "Gender": 2,
+ "Name": "一寡"
+ },
+ {
+ "ID": 21333,
+ "Gender": 2,
+ "Name": "贞"
+ },
+ {
+ "ID": 21334,
+ "Gender": 2,
+ "Name": "绮"
+ },
+ {
+ "ID": 21335,
+ "Gender": 2,
+ "Name": "羞花"
+ },
+ {
+ "ID": 21336,
+ "Gender": 2,
+ "Name": "可燕"
+ },
+ {
+ "ID": 21337,
+ "Gender": 2,
+ "Name": "老太"
+ },
+ {
+ "ID": 21338,
+ "Gender": 2,
+ "Name": "颜演"
+ },
+ {
+ "ID": 21339,
+ "Gender": 2,
+ "Name": "珍"
+ },
+ {
+ "ID": 21340,
+ "Gender": 2,
+ "Name": "绮绮"
+ },
+ {
+ "ID": 21341,
+ "Gender": 2,
+ "Name": "不愁"
+ },
+ {
+ "ID": 21342,
+ "Gender": 2,
+ "Name": "可愁"
+ },
+ {
+ "ID": 21343,
+ "Gender": 2,
+ "Name": "茹嫣"
+ },
+ {
+ "ID": 21344,
+ "Gender": 2,
+ "Name": "幻然"
+ },
+ {
+ "ID": 21345,
+ "Gender": 2,
+ "Name": "宛"
+ },
+ {
+ "ID": 21346,
+ "Gender": 2,
+ "Name": "荠"
+ },
+ {
+ "ID": 21347,
+ "Gender": 2,
+ "Name": "盛"
+ },
+ {
+ "ID": 21348,
+ "Gender": 2,
+ "Name": "可冥"
+ },
+ {
+ "ID": 21349,
+ "Gender": 2,
+ "Name": "丹妗"
+ },
+ {
+ "ID": 21350,
+ "Gender": 2,
+ "Name": "幻悲"
+ },
+ {
+ "ID": 21351,
+ "Gender": 2,
+ "Name": "娩"
+ },
+ {
+ "ID": 21352,
+ "Gender": 2,
+ "Name": "琦"
+ },
+ {
+ "ID": 21353,
+ "Gender": 2,
+ "Name": "青荷"
+ },
+ {
+ "ID": 21354,
+ "Gender": 2,
+ "Name": "梨愁"
+ },
+ {
+ "ID": 21355,
+ "Gender": 2,
+ "Name": "缘郡"
+ },
+ {
+ "ID": 21356,
+ "Gender": 2,
+ "Name": "幻雪"
+ },
+ {
+ "ID": 21357,
+ "Gender": 2,
+ "Name": "莞"
+ },
+ {
+ "ID": 21358,
+ "Gender": 2,
+ "Name": "衣"
+ },
+ {
+ "ID": 21359,
+ "Gender": 2,
+ "Name": "不悔"
+ },
+ {
+ "ID": 21360,
+ "Gender": 2,
+ "Name": "冥茗"
+ },
+ {
+ "ID": 21361,
+ "Gender": 2,
+ "Name": "幻嫣"
+ },
+ {
+ "ID": 21362,
+ "Gender": 2,
+ "Name": "菀"
+ },
+ {
+ "ID": 21363,
+ "Gender": 2,
+ "Name": "沂"
+ },
+ {
+ "ID": 21364,
+ "Gender": 2,
+ "Name": "一兰"
+ },
+ {
+ "ID": 21365,
+ "Gender": 2,
+ "Name": "不乐"
+ },
+ {
+ "ID": 21366,
+ "Gender": 2,
+ "Name": "溪灵"
+ },
+ {
+ "ID": 21367,
+ "Gender": 2,
+ "Name": "葵阴"
+ },
+ {
+ "ID": 21368,
+ "Gender": 2,
+ "Name": "素"
+ },
+ {
+ "ID": 21369,
+ "Gender": 2,
+ "Name": "苡"
+ },
+ {
+ "ID": 21370,
+ "Gender": 2,
+ "Name": "起眸"
+ },
+ {
+ "ID": 21371,
+ "Gender": 2,
+ "Name": "惋清"
+ },
+ {
+ "ID": 21372,
+ "Gender": 2,
+ "Name": "灭绝"
+ },
+ {
+ "ID": 21373,
+ "Gender": 2,
+ "Name": "愫"
+ },
+ {
+ "ID": 21374,
+ "Gender": 2,
+ "Name": "怡"
+ },
+ {
+ "ID": 21375,
+ "Gender": 2,
+ "Name": "惋庭"
+ },
+ {
+ "ID": 21376,
+ "Gender": 2,
+ "Name": "太英"
+ },
+ {
+ "ID": 21377,
+ "Gender": 2,
+ "Name": "夜阑"
+ },
+ {
+ "ID": 21378,
+ "Gender": 2,
+ "Name": "涑"
+ },
+ {
+ "ID": 21379,
+ "Gender": 2,
+ "Name": "悒"
+ },
+ {
+ "ID": 21380,
+ "Gender": 2,
+ "Name": "绣连"
+ },
+ {
+ "ID": 21381,
+ "Gender": 2,
+ "Name": "香芦"
+ },
+ {
+ "ID": 21382,
+ "Gender": 2,
+ "Name": "太清"
+ },
+ {
+ "ID": 21383,
+ "Gender": 2,
+ "Name": "藏今"
+ },
+ {
+ "ID": 21384,
+ "Gender": 2,
+ "Name": "兰"
+ },
+ {
+ "ID": 21385,
+ "Gender": 2,
+ "Name": "芳"
+ },
+ {
+ "ID": 21386,
+ "Gender": 2,
+ "Name": "金连"
+ },
+ {
+ "ID": 21387,
+ "Gender": 2,
+ "Name": "飞凤"
+ },
+ {
+ "ID": 21388,
+ "Gender": 2,
+ "Name": "善斓"
+ },
+ {
+ "ID": 21389,
+ "Gender": 2,
+ "Name": "幻姬"
+ },
+ {
+ "ID": 21390,
+ "Gender": 2,
+ "Name": "澜"
+ },
+ {
+ "ID": 21391,
+ "Gender": 2,
+ "Name": "芸"
+ },
+ {
+ "ID": 21392,
+ "Gender": 2,
+ "Name": "大凄"
+ },
+ {
+ "ID": 21393,
+ "Gender": 2,
+ "Name": "无春"
+ },
+ {
+ "ID": 21394,
+ "Gender": 2,
+ "Name": "善愁"
+ },
+ {
+ "ID": 21395,
+ "Gender": 2,
+ "Name": "茹妖"
+ },
+ {
+ "ID": 21396,
+ "Gender": 2,
+ "Name": "蓝"
+ },
+ {
+ "ID": 21397,
+ "Gender": 2,
+ "Name": "笙"
+ },
+ {
+ "ID": 21398,
+ "Gender": 2,
+ "Name": "傻姑"
+ },
+ {
+ "ID": 21399,
+ "Gender": 2,
+ "Name": "紫烟"
+ },
+ {
+ "ID": 21400,
+ "Gender": 2,
+ "Name": "善若"
+ },
+ {
+ "ID": 21401,
+ "Gender": 2,
+ "Name": "香魔"
+ },
+ {
+ "ID": 21402,
+ "Gender": 2,
+ "Name": "斓"
+ },
+ {
+ "ID": 21403,
+ "Gender": 2,
+ "Name": "忻"
+ },
+ {
+ "ID": 21404,
+ "Gender": 2,
+ "Name": "蛟凤"
+ },
+ {
+ "ID": 21405,
+ "Gender": 2,
+ "Name": "双双"
+ },
+ {
+ "ID": 21406,
+ "Gender": 2,
+ "Name": "嫣然"
+ },
+ {
+ "ID": 21407,
+ "Gender": 2,
+ "Name": "魂幽"
+ },
+ {
+ "ID": 21408,
+ "Gender": 2,
+ "Name": "纹"
+ },
+ {
+ "ID": 21409,
+ "Gender": 2,
+ "Name": "芯"
+ },
+ {
+ "ID": 21410,
+ "Gender": 2,
+ "Name": "莹芝"
+ },
+ {
+ "ID": 21411,
+ "Gender": 2,
+ "Name": "汝燕"
+ },
+ {
+ "ID": 21412,
+ "Gender": 2,
+ "Name": "阑悦"
+ },
+ {
+ "ID": 21413,
+ "Gender": 2,
+ "Name": "藏花"
+ },
+ {
+ "ID": 21414,
+ "Gender": 2,
+ "Name": "雯"
+ },
+ {
+ "ID": 21415,
+ "Gender": 2,
+ "Name": "紫"
+ },
+ {
+ "ID": 21416,
+ "Gender": 2,
+ "Name": "中蓝"
+ },
+ {
+ "ID": 21417,
+ "Gender": 2,
+ "Name": "玉兰"
+ },
+ {
+ "ID": 21418,
+ "Gender": 2,
+ "Name": "阑香"
+ },
+ {
+ "ID": 21419,
+ "Gender": 2,
+ "Name": "妖妖"
+ },
+ {
+ "ID": 21420,
+ "Gender": 2,
+ "Name": "若"
+ },
+ {
+ "ID": 21421,
+ "Gender": 2,
+ "Name": "茈"
+ },
+ {
+ "ID": 21422,
+ "Gender": 2,
+ "Name": "太兰"
+ },
+ {
+ "ID": 21423,
+ "Gender": 2,
+ "Name": "婷冉"
+ },
+ {
+ "ID": 21424,
+ "Gender": 2,
+ "Name": "岂愈"
+ },
+ {
+ "ID": 21425,
+ "Gender": 2,
+ "Name": "一凤"
+ },
+ {
+ "ID": 21426,
+ "Gender": 2,
+ "Name": "弱"
+ },
+ {
+ "ID": 21427,
+ "Gender": 2,
+ "Name": "芷"
+ },
+ {
+ "ID": 21428,
+ "Gender": 2,
+ "Name": "秋尽"
+ },
+ {
+ "ID": 21429,
+ "Gender": 2,
+ "Name": "紫伊"
+ },
+ {
+ "ID": 21430,
+ "Gender": 2,
+ "Name": "芸遥"
+ },
+ {
+ "ID": 21431,
+ "Gender": 2,
+ "Name": "萍"
+ },
+ {
+ "ID": 21432,
+ "Gender": 2,
+ "Name": "颜"
+ },
+ {
+ "ID": 21433,
+ "Gender": 2,
+ "Name": "外绣"
+ },
+ {
+ "ID": 21434,
+ "Gender": 2,
+ "Name": "凤灵"
+ },
+ {
+ "ID": 21435,
+ "Gender": 2,
+ "Name": "清炎"
+ },
+ {
+ "ID": 21436,
+ "Gender": 2,
+ "Name": "颦"
+ },
+ {
+ "ID": 21437,
+ "Gender": 2,
+ "Name": "艳"
+ },
+ {
+ "ID": 21438,
+ "Gender": 2,
+ "Name": "不平"
+ },
+ {
+ "ID": 21439,
+ "Gender": 2,
+ "Name": "媚颜"
+ },
+ {
+ "ID": 21440,
+ "Gender": 2,
+ "Name": "清涟"
+ },
+ {
+ "ID": 21441,
+ "Gender": 2,
+ "Name": "舞仙"
+ },
+ {
+ "ID": 21442,
+ "Gender": 2,
+ "Name": "读良"
+ },
+ {
+ "ID": 21443,
+ "Gender": 2,
+ "Name": "问晴"
+ },
+ {
+ "ID": 21444,
+ "Gender": 2,
+ "Name": "苑睐"
+ },
+ {
+ "ID": 21445,
+ "Gender": 2,
+ "Name": "小小"
+ }
+]
\ No newline at end of file
diff --git a/config/NightEventConfigCategory.json b/config/NightEventConfigCategory.json
new file mode 100644
index 0000000..9edb354
--- /dev/null
+++ b/config/NightEventConfigCategory.json
@@ -0,0 +1,210 @@
+[
+ {
+ "Id": 1001,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "安静无事",
+ "Description": "长夜漫漫,无事发生"
+ },
+ {
+ "Id": 1002,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "夜色如水",
+ "Description": "万物静谧,夜风微凉"
+ },
+ {
+ "Id": 1003,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "偶有失眠",
+ "Description": "有人无心睡眠打算出门走走,刚打开门就打了个寒噤,老老实实钻回被窝"
+ },
+ {
+ "Id": 1004,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "偶有失眠",
+ "Description": "有人无心睡眠,外出闲逛,意外踢到了脚小拇指"
+ },
+ {
+ "Id": 1005,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 101,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "偶有失眠",
+ "Description": "有人无心睡眠借口出门散心,捡到了[color=#009a04]{物品名称}[/color]"
+ },
+ {
+ "Id": 1006,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "思念成疾",
+ "Description": "夜色渐沉,有人在思念自己的家人,辗转反侧"
+ },
+ {
+ "Id": 1007,
+ "Type": 1,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 102,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "偶有失眠",
+ "Description": "无所事事,采摘了一株无名的[color=#009a04]{物品名称}[/color],说不定会有用"
+ },
+ {
+ "Id": 2001,
+ "Type": 2,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 2,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]无家可归[/color]",
+ "Description": "有[color=#009a04]{数量}[/color]个村民缺乏居所,长夜漫漫,风好凉呀..."
+ },
+ {
+ "Id": 3001,
+ "Type": 3,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 1,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "家宴",
+ "Description": "忙碌了一天,大家聚在一起吃喝畅谈,大家均获得体质经验:[color=#009a04]{体质经验}[/color]。"
+ },
+ {
+ "Id": 3002,
+ "Type": 3,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 1,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "家宴",
+ "Description": "忙碌了一天,大家聚在一起吃喝畅谈,大家均获得体质经验:[color=#009a04]{体质经验}[/color],寿命经验:[color=#009a04]{寿命经验}[/color]。"
+ },
+ {
+ "Id": 4001,
+ "Type": 4,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 103,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]漂亮羽毛[/color]",
+ "Description": "村民在比翼楼里获得了[color=#009a04]{0}[/color]个漂亮羽毛"
+ },
+ {
+ "Id": 5001,
+ "Type": 5,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]家禽逃跑[/color]",
+ "Description": "太饿了,我要离开这里!——不愿留下姓名的[color=#009a04]{0}[/color]只小动物"
+ },
+ {
+ "Id": 6001,
+ "Type": 6,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]家禽逃跑[/color]",
+ "Description": "这里连个窝都没有,我要离开这里!——不愿留下姓名的[color=#009a04]{0}[/color]只小动物"
+ },
+ {
+ "Id": 7001,
+ "Type": 7,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 5,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]缺少禽舍",
+ "Description": "有家禽缺少禽舍,在夜风里瑟瑟发抖,无家可归的话会可能会逃走"
+ },
+ {
+ "Id": 8001,
+ "Type": 8,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 2,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]难民徘徊[/color]",
+ "Description": "有难民在谷中徘徊,似乎是在等待帮助..."
+ },
+ {
+ "Id": 9001,
+ "Type": 9,
+ "TriggerCondition": 0,
+ "ConditionParameter": [],
+ "DropGroup": 0,
+ "EventWeight": 1,
+ "Priority": 3,
+ "AdditionalEffects": 0,
+ "AdditionalEffectsValue": 0,
+ "EventName": "[color=#009a04]不死树开花[/color]",
+ "Description": "不死树已开花,第二天早上将会结果,届时将会引来可怕的怪物攻城..."
+ }
+]
\ No newline at end of file
diff --git a/config/NpcConfigCategory.json b/config/NpcConfigCategory.json
new file mode 100644
index 0000000..46ecfbd
--- /dev/null
+++ b/config/NpcConfigCategory.json
@@ -0,0 +1,2578 @@
+[
+ {
+ "Id": 2,
+ "Type": 1,
+ "Name": "陶渊明",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 103
+ ],
+ "BubbleText": 0,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 3002,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1029
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 2,
+ "DisappearConditionParameter": [
+ 1031
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "TaoYuanming",
+ "Prefab": "Valley_Npc",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "陶先生,行踪神秘,常常突然出现又突然消失,嗯……让人无法捉摸"
+ },
+ {
+ "Id": 3,
+ "Type": 1,
+ "Name": "余村长",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 101,
+ 106
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3002,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1031
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_6001",
+ "Prefab": "Village_Npc_3",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "渔溪村村长,妖兽霍乱、村民流离失所的时候,也依然守护在渔溪村里。"
+ },
+ {
+ "Id": 4,
+ "Type": 1,
+ "Name": "丘师父",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 102,
+ 105
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3003,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 2002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_6002",
+ "Prefab": "Village_Npc_4",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "丘师父是一个严谨的人,生性不爱笑,淘气的村民们会在背后偷偷叫他老古板。"
+ },
+ {
+ "Id": 5,
+ "Type": 1,
+ "Name": "宁管事",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 107,
+ 109
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3004,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 3002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_5001",
+ "Prefab": "Village_Npc_5",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "宁管事出生在一个医药世家,除了管理太姥村事务以外,还常为村民看病抓药"
+ },
+ {
+ "Id": 6,
+ "Type": 1,
+ "Name": "朱里长",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 108,
+ 110
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3005,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 4002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_6003",
+ "Prefab": "Village_Npc_6",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "朱山镇事务繁多,朱里长每天都很忙碌。她最爱的食物是辣椒,这种让人鼻涕横流额头冒汗的食物能舒缓她的压力。"
+ },
+ {
+ "Id": 7,
+ "Type": 1,
+ "Name": "陶渊明",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 111
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 2004,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1019
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_T_1",
+ "Prefab": "Valley_Npc",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "陶先生,行踪神秘,常常突然出现又突然消失,也许拥有特别的能力?嗯……让人无法捉摸"
+ },
+ {
+ "Id": 8,
+ "Type": 5,
+ "Name": "陵陵",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 71
+ ],
+ "BubbleText": 0,
+ "FixedPoint": false,
+ "MoveSpeed": 35,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 600,
+ 630
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1021
+ ],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1200
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Npc_LingLing",
+ "Prefab": "Valley_Npc_LingLing",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "被陶先生救后一直跟在他身边,性格天真可爱,喜欢吐泡泡。但他记性不太好,大概也是因为这样,因此没有什么烦恼。"
+ },
+ {
+ "Id": 1000,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 4,
+ "DialogueWithOptions": [
+ 1
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1001,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 5,
+ "DialogueWithOptions": [
+ 2
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1002,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 6,
+ "DialogueWithOptions": [
+ 3
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1003,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 7,
+ "DialogueWithOptions": [
+ 4
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1004,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 8,
+ "DialogueWithOptions": [
+ 5
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1005,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 9,
+ "DialogueWithOptions": [
+ 6
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1006,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 10,
+ "DialogueWithOptions": [
+ 7
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1007,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 11,
+ "DialogueWithOptions": [
+ 8
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1008,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 12,
+ "DialogueWithOptions": [
+ 9
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1009,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 13,
+ "DialogueWithOptions": [
+ 10
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1010,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 14,
+ "DialogueWithOptions": [
+ 11
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1011,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 15,
+ "DialogueWithOptions": [
+ 12
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1012,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 16,
+ "DialogueWithOptions": [
+ 13
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1013,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 17,
+ "DialogueWithOptions": [
+ 14
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1014,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 18,
+ "DialogueWithOptions": [
+ 15
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1015,
+ "Type": 3,
+ "Name": "桃谷货郎",
+ "RelatedId": 19,
+ "DialogueWithOptions": [
+ 16
+ ],
+ "BubbleText": 1001,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 8,
+ "CreateParameter1": [
+ 700
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 8,
+ "DisappearConditionParameter": [
+ 1900
+ ],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "常常推着小推车到桃谷门口兜售一些日常消耗品,价格还算合理。"
+ },
+ {
+ "Id": 1051,
+ "Type": 6,
+ "Name": "余发财",
+ "RelatedId": 2201,
+ "DialogueWithOptions": [
+ 51
+ ],
+ "BubbleText": 1002,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 1,
+ "CreateParameter1": [
+ 244
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1034
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 1800,
+ 200
+ ],
+ "VisitDisplay": true,
+ "Icon": "Head_M_4001",
+ "Prefab": "Village_Npc_1051",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "渔溪村村民,会带着村里盛产的材料到桃谷夜市上贩售"
+ },
+ {
+ "Id": 1053,
+ "Type": 6,
+ "Name": "丘小香",
+ "RelatedId": 2202,
+ "DialogueWithOptions": [
+ 53
+ ],
+ "BubbleText": 1002,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 1,
+ "CreateParameter1": [
+ 245
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1034
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 1800,
+ 200
+ ],
+ "VisitDisplay": true,
+ "Icon": "Head_F_2002",
+ "Prefab": "Village_Npc_1053",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "赤丘山山民,会带着山里盛产的材料到桃谷夜市上贩售"
+ },
+ {
+ "Id": 1056,
+ "Type": 6,
+ "Name": "宁大头",
+ "RelatedId": 2203,
+ "DialogueWithOptions": [
+ 56
+ ],
+ "BubbleText": 1002,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 1,
+ "CreateParameter1": [
+ 246
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1034
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 1800,
+ 200
+ ],
+ "VisitDisplay": true,
+ "Icon": "Head_M_2001",
+ "Prefab": "Village_Npc_1056",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "太姥村村民,会带着村里盛产的材料到桃谷夜市上贩售"
+ },
+ {
+ "Id": 1058,
+ "Type": 6,
+ "Name": "朱雀",
+ "RelatedId": 2204,
+ "DialogueWithOptions": [
+ 67
+ ],
+ "BubbleText": 1002,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 2004,
+ "CreateCondition1": 1,
+ "CreateParameter1": [
+ 247
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1034
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 1800,
+ 200
+ ],
+ "VisitDisplay": true,
+ "Icon": "Head_F_2002",
+ "Prefab": "Village_Npc_1058",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "朱山镇居民,会带着镇里盛产的材料到桃谷夜市贩售"
+ },
+ {
+ "Id": 1060,
+ "Type": 6,
+ "Name": "杂货商",
+ "RelatedId": 2001,
+ "DialogueWithOptions": [
+ 57
+ ],
+ "BubbleText": 1003,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3002,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1031
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_3003",
+ "Prefab": "Village_Npc_1060",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "渔溪村里的杂货商,杂杂七,杂杂八,做一点小本生意咯"
+ },
+ {
+ "Id": 1061,
+ "Type": 6,
+ "Name": "杂货商",
+ "RelatedId": 2002,
+ "DialogueWithOptions": [
+ 58
+ ],
+ "BubbleText": 1003,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3003,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 2002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_3003",
+ "Prefab": "Village_Npc_1060",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "赤丘山里的杂货商,杂杂七,杂杂八,做一点小本生意咯"
+ },
+ {
+ "Id": 1062,
+ "Type": 6,
+ "Name": "杂货商",
+ "RelatedId": 2003,
+ "DialogueWithOptions": [
+ 59
+ ],
+ "BubbleText": 1003,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3004,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 3002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_3003",
+ "Prefab": "Village_Npc_1060",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "太姥村里的杂货商,杂杂七,杂杂八,做一点小本生意咯"
+ },
+ {
+ "Id": 1063,
+ "Type": 6,
+ "Name": "杂货商",
+ "RelatedId": 2004,
+ "DialogueWithOptions": [
+ 60
+ ],
+ "BubbleText": 1003,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3005,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 4002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_3003",
+ "Prefab": "Village_Npc_1060",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "朱山镇里的杂货商,杂杂七,杂杂八,做一点小本生意咯"
+ },
+ {
+ "Id": 1064,
+ "Type": 1,
+ "Name": "声望商",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 61
+ ],
+ "BubbleText": 1004,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3002,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1031
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_5003",
+ "Prefab": "Village_Npc_1061",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "积累一定的声望后,就可以在声望商这里购买一些珍贵难得的物品"
+ },
+ {
+ "Id": 1065,
+ "Type": 1,
+ "Name": "声望商",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 62
+ ],
+ "BubbleText": 1004,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3003,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 2002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_5003",
+ "Prefab": "Village_Npc_1061",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "积累一定的声望后,就可以在声望商这里购买一些珍贵难得的物品"
+ },
+ {
+ "Id": 1066,
+ "Type": 1,
+ "Name": "声望商",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 63
+ ],
+ "BubbleText": 1004,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3004,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 3002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_5003",
+ "Prefab": "Village_Npc_1061",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "积累一定的声望后,就可以在声望商这里购买一些珍贵难得的物品"
+ },
+ {
+ "Id": 1067,
+ "Type": 1,
+ "Name": "声望商",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 64
+ ],
+ "BubbleText": 1004,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 3005,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 4002
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2300
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_5003",
+ "Prefab": "Village_Npc_1061",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "积累一定的声望后,就可以在声望商这里购买一些珍贵难得的物品"
+ },
+ {
+ "Id": 1068,
+ "Type": 6,
+ "Name": "神秘商人",
+ "RelatedId": 3001,
+ "DialogueWithOptions": [
+ 65
+ ],
+ "BubbleText": 1007,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 2004,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1020
+ ],
+ "CreateCondition2": 8,
+ "CreateParameter2": [
+ 1900,
+ 1900
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 1900,
+ 159
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_M_5003",
+ "Prefab": "Village_Npc_1061",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "每当夜幕降临,神秘商人就会到陶先生的家兜售一些东西,常看常新"
+ },
+ {
+ "Id": 1069,
+ "Type": 6,
+ "Name": "银蟾",
+ "RelatedId": 2100,
+ "DialogueWithOptions": [
+ 70
+ ],
+ "BubbleText": 1008,
+ "FixedPoint": false,
+ "MoveSpeed": 25,
+ "Area": 2004,
+ "CreateCondition1": 2,
+ "CreateParameter1": [
+ 1020
+ ],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 600,
+ 2359
+ ],
+ "VisitDisplay": false,
+ "Icon": "Head_F_3003",
+ "Prefab": "Village_Npc_1060",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "(呱……呱呱……)"
+ },
+ {
+ "Id": 1070,
+ "Type": 4,
+ "Name": "福小二",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 68
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 4,
+ "CreateParameter1": [
+ 8
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1034
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": true,
+ "Icon": "Head_M_5003",
+ "Prefab": "Village_Npc_1070",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "似乎拥有神秘的钞能力?"
+ },
+ {
+ "Id": 1071,
+ "Type": 6,
+ "Name": "丁咚铛",
+ "RelatedId": 2205,
+ "DialogueWithOptions": [
+ 69
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 25,
+ "Area": 1001,
+ "CreateCondition1": 4,
+ "CreateParameter1": [
+ 8
+ ],
+ "CreateCondition2": 2,
+ "CreateParameter2": [
+ 1034
+ ],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [
+ 1800,
+ 200
+ ],
+ "VisitDisplay": false,
+ "Icon": "Valley_Businessman",
+ "Prefab": "Valley_Businessman",
+ "DialogueWay": true,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "喜欢摆弄一些小玩意儿,虽然没什么用但是摆着好看呀!"
+ },
+ {
+ "Id": 3002009,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10009
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "SceneInteractiveObj_3002009",
+ "Prefab": "SceneInteractiveObj_3002009",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": ""
+ },
+ {
+ "Id": 3002010,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10010
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "SceneInteractiveObj_3002008",
+ "Prefab": "SceneInteractiveObj_3002008",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": ""
+ },
+ {
+ "Id": 3002012,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10012
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "SceneInteractiveObj_3002009",
+ "Prefab": "SceneInteractiveObj_3002009",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": ""
+ },
+ {
+ "Id": 3002016,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10016
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7821",
+ "Prefab": "SceneInteractiveObj_tao",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桃树"
+ },
+ {
+ "Id": 3002017,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10017
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3002018,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10018
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7823",
+ "Prefab": "SceneInteractiveObj_li",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵梨树"
+ },
+ {
+ "Id": 3002019,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10019
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7828",
+ "Prefab": "SceneInteractiveObj_zhu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵竹子"
+ },
+ {
+ "Id": 3002020,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10046
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3002,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "MarketAcc_6",
+ "Prefab": "SceneInteractiveObj_3002020",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "可以坐着休息一会儿"
+ },
+ {
+ "Id": 3003001,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10020
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3003002,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10021
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3003003,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10022
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7821",
+ "Prefab": "SceneInteractiveObj_tao",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桃树"
+ },
+ {
+ "Id": 3003004,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10023
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7824",
+ "Prefab": "SceneInteractiveObj_song",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵松树"
+ },
+ {
+ "Id": 3003005,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10024
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7824",
+ "Prefab": "SceneInteractiveObj_song",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵松树"
+ },
+ {
+ "Id": 3003006,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10025
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7824",
+ "Prefab": "SceneInteractiveObj_song",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵松树"
+ },
+ {
+ "Id": 3003007,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10026
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7823",
+ "Prefab": "SceneInteractiveObj_li",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵梨树"
+ },
+ {
+ "Id": 3003008,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10027
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7825",
+ "Prefab": "SceneInteractiveObj_hua",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桦树"
+ },
+ {
+ "Id": 3003009,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10028
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7826",
+ "Prefab": "SceneInteractiveObj_sang",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桑树"
+ },
+ {
+ "Id": 3003010,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10047
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3003,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Decoretion_18",
+ "Prefab": "SceneInteractiveObj_3003010",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "可以坐着休息一会儿"
+ },
+ {
+ "Id": 3004001,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10029
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7821",
+ "Prefab": "SceneInteractiveObj_tao",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桃树"
+ },
+ {
+ "Id": 3004002,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10030
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7826",
+ "Prefab": "SceneInteractiveObj_sang",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桑树"
+ },
+ {
+ "Id": 3004003,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10031
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7823",
+ "Prefab": "SceneInteractiveObj_li",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵梨树"
+ },
+ {
+ "Id": 3004004,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10032
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7828",
+ "Prefab": "SceneInteractiveObj_zhu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵竹子"
+ },
+ {
+ "Id": 3004005,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10033
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3004006,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10034
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3004007,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10035
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7824",
+ "Prefab": "SceneInteractiveObj_song",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵松树"
+ },
+ {
+ "Id": 3004008,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10036
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7824",
+ "Prefab": "SceneInteractiveObj_song",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵松树"
+ },
+ {
+ "Id": 3004009,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10037
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7827",
+ "Prefab": "SceneInteractiveObj_rong",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵榕树"
+ },
+ {
+ "Id": 3004010,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10048
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "MarketAcc_11_open",
+ "Prefab": "SceneInteractiveObj_3004010",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "看起来像个小摊,老板呢?"
+ },
+ {
+ "Id": 3004011,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10049
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "structure Picture_341",
+ "Prefab": "SceneInteractiveObj_3004011",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "水边的渔屋"
+ },
+ {
+ "Id": 3004012,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10050
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "SceneInteractiveObj_3002008",
+ "Prefab": "SceneInteractiveObj_3002008",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一处残败的废墟,不知曾经居住在这里的人现在在哪里"
+ },
+ {
+ "Id": 3004013,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10051
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3004,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "MarketAcc_11_open",
+ "Prefab": "SceneInteractiveObj_3004013",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "可以坐着休息一会儿"
+ },
+ {
+ "Id": 3005001,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10038
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7821",
+ "Prefab": "SceneInteractiveObj_tao",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桃树"
+ },
+ {
+ "Id": 3005002,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10039
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7823",
+ "Prefab": "SceneInteractiveObj_li",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵梨树"
+ },
+ {
+ "Id": 3005003,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10040
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7828",
+ "Prefab": "SceneInteractiveObj_zhu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵竹子"
+ },
+ {
+ "Id": 3005004,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10041
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7826",
+ "Prefab": "SceneInteractiveObj_sang",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵桑树"
+ },
+ {
+ "Id": 3005005,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10042
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7827",
+ "Prefab": "SceneInteractiveObj_rong",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵榕树"
+ },
+ {
+ "Id": 3005006,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10043
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7824",
+ "Prefab": "SceneInteractiveObj_song",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵松树"
+ },
+ {
+ "Id": 3005007,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10044
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3005008,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10045
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "Item_Icon_7822",
+ "Prefab": "SceneInteractiveObj_liu",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一棵柳树"
+ },
+ {
+ "Id": 3005009,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10052
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "MarketAcc_10_open",
+ "Prefab": "SceneInteractiveObj_3005009",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "看起来像个小摊,老板呢?"
+ },
+ {
+ "Id": 3005010,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10053
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "SceneInteractiveObj_3002009",
+ "Prefab": "SceneInteractiveObj_3002009",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "一处残败的废墟,不知曾经居住在这里的人现在在哪里"
+ },
+ {
+ "Id": 3005011,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10054
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "MarketAcc_1",
+ "Prefab": "SceneInteractiveObj_3004013",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "可以坐着休息一会儿"
+ },
+ {
+ "Id": 3005012,
+ "Type": 2,
+ "Name": "",
+ "RelatedId": 0,
+ "DialogueWithOptions": [
+ 10055
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 3005,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "MarketAcc_6",
+ "Prefab": "SceneInteractiveObj_3002020",
+ "DialogueWay": false,
+ "Disappear": true,
+ "Repeat": false,
+ "Hide": false,
+ "Description": "可以坐着休息一会儿"
+ },
+ {
+ "Id": 99000,
+ "Type": 6,
+ "Name": "食券商店",
+ "RelatedId": 4001,
+ "DialogueWithOptions": [
+ 1
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 1001,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "",
+ "Prefab": "",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": true,
+ "Description": ""
+ },
+ {
+ "Id": 99001,
+ "Type": 6,
+ "Name": "新鲜鱼市",
+ "RelatedId": 4002,
+ "DialogueWithOptions": [
+ 1
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 1001,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "",
+ "Prefab": "",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": true,
+ "Description": ""
+ },
+ {
+ "Id": 99002,
+ "Type": 6,
+ "Name": "刀币商店",
+ "RelatedId": 4003,
+ "DialogueWithOptions": [
+ 1
+ ],
+ "BubbleText": 0,
+ "FixedPoint": true,
+ "MoveSpeed": 0,
+ "Area": 1001,
+ "CreateCondition1": 0,
+ "CreateParameter1": [],
+ "CreateCondition2": 0,
+ "CreateParameter2": [],
+ "DisappearCondition": 0,
+ "DisappearConditionParameter": [],
+ "AppearTime": [],
+ "VisitDisplay": false,
+ "Icon": "",
+ "Prefab": "",
+ "DialogueWay": false,
+ "Disappear": false,
+ "Repeat": false,
+ "Hide": true,
+ "Description": ""
+ }
+]
\ No newline at end of file
diff --git a/config/NpcPosInfoConfigCategory.json b/config/NpcPosInfoConfigCategory.json
new file mode 100644
index 0000000..8edd60c
--- /dev/null
+++ b/config/NpcPosInfoConfigCategory.json
@@ -0,0 +1,686 @@
+[
+ {
+ "NpcPosInfos": [
+ {
+ "ConfigId": 3,
+ "Pos": {
+ "x": -111.34,
+ "y": 142.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "Pos": {
+ "x": 155.21,
+ "y": 30.13
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1060,
+ "Pos": {
+ "x": -98.27,
+ "y": 143.88
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1064,
+ "Pos": {
+ "x": -101.71,
+ "y": 144.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1065,
+ "Pos": {
+ "x": -175.18,
+ "y": 147.29
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1061,
+ "Pos": {
+ "x": -181.11,
+ "y": 145.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1062,
+ "Pos": {
+ "x": -294.72,
+ "y": 103.43
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1066,
+ "Pos": {
+ "x": -305.23,
+ "y": 108.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1067,
+ "Pos": {
+ "x": -214.9,
+ "y": -33.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1063,
+ "Pos": {
+ "x": -220.9,
+ "y": -33.73
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "Pos": {
+ "x": -228.41,
+ "y": -26.78
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "Pos": {
+ "x": -301.58,
+ "y": 100.45
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "Pos": {
+ "x": -173.14,
+ "y": 152.05
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1068,
+ "Pos": {
+ "x": 167.05,
+ "y": 32.12
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1069,
+ "Pos": {
+ "x": 165.88,
+ "y": 21.68
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002009,
+ "Pos": {
+ "x": -85.08,
+ "y": 131.23
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002010,
+ "Pos": {
+ "x": -94.85,
+ "y": 134.24
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002012,
+ "Pos": {
+ "x": -85.64,
+ "y": 135.27
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 99001,
+ "Pos": {
+ "x": 23.7,
+ "y": 51.29
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 99000,
+ "Pos": {
+ "x": 24.59,
+ "y": 51.36
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1051,
+ "Pos": {
+ "x": 46.159996,
+ "y": -44.71
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1070,
+ "Pos": {
+ "x": 36.53,
+ "y": -48.66
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1071,
+ "Pos": {
+ "x": 38.449997,
+ "y": -52.07
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1058,
+ "Pos": {
+ "x": 34.87,
+ "y": -52.48
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1056,
+ "Pos": {
+ "x": 46.370003,
+ "y": -53.46
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1053,
+ "Pos": {
+ "x": 32.71,
+ "y": -45.72
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "Pos": {
+ "x": -48.74,
+ "y": -17.16
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1000,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1001,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1002,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1003,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1004,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1005,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1006,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1007,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1008,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1009,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1010,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1011,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1012,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1013,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1014,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1015,
+ "Pos": {
+ "x": -41.3,
+ "y": -51.18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "Pos": {
+ "x": -87.01,
+ "y": 138.39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 99002,
+ "Pos": {
+ "x": 23.49,
+ "y": 51.29
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002016,
+ "Pos": {
+ "x": -94.77,
+ "y": 140.7
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002017,
+ "Pos": {
+ "x": -107.99,
+ "y": 134.82
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002018,
+ "Pos": {
+ "x": -119.71,
+ "y": 130.52
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002019,
+ "Pos": {
+ "x": -113.5,
+ "y": 121.39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003001,
+ "Pos": {
+ "x": -185.74,
+ "y": 156.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003002,
+ "Pos": {
+ "x": -201.17,
+ "y": 140.46
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003003,
+ "Pos": {
+ "x": -197.35,
+ "y": 160.35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003004,
+ "Pos": {
+ "x": -173.23,
+ "y": 138.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003005,
+ "Pos": {
+ "x": -167.34,
+ "y": 151.46
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003006,
+ "Pos": {
+ "x": -207.13,
+ "y": 152.67
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 3003007,
+ "Pos": {
+ "x": -185.14,
+ "y": 131.24
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003008,
+ "Pos": {
+ "x": -177.99,
+ "y": 146.73
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003009,
+ "Pos": {
+ "x": -187.01,
+ "y": 150.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004001,
+ "Pos": {
+ "x": -276.82,
+ "y": 113.47
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004002,
+ "Pos": {
+ "x": -270.85,
+ "y": 110.53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004003,
+ "Pos": {
+ "x": -270.19,
+ "y": 95.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004004,
+ "Pos": {
+ "x": -287.04,
+ "y": 113.2
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004005,
+ "Pos": {
+ "x": -285.1,
+ "y": 90.86
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004006,
+ "Pos": {
+ "x": -275.79,
+ "y": 101.39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004007,
+ "Pos": {
+ "x": -289.72,
+ "y": 94.91
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004008,
+ "Pos": {
+ "x": -304.02,
+ "y": 92.96
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004009,
+ "Pos": {
+ "x": -297.41,
+ "y": 103.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005001,
+ "Pos": {
+ "x": -221.41,
+ "y": -17.02
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005002,
+ "Pos": {
+ "x": -205.76,
+ "y": -19.46
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005003,
+ "Pos": {
+ "x": -207.92,
+ "y": -12.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005004,
+ "Pos": {
+ "x": -198.66,
+ "y": -40.33
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005005,
+ "Pos": {
+ "x": -219.63,
+ "y": -32.35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005006,
+ "Pos": {
+ "x": -228.91,
+ "y": -35.48
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005007,
+ "Pos": {
+ "x": -206.7,
+ "y": -36.23
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005008,
+ "Pos": {
+ "x": -196.77,
+ "y": -26.39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002020,
+ "Pos": {
+ "x": -119.22,
+ "y": 129.7
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003010,
+ "Pos": {
+ "x": -176.52,
+ "y": 132.83
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004010,
+ "Pos": {
+ "x": -318.37,
+ "y": 114.35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004011,
+ "Pos": {
+ "x": -293.43,
+ "y": 85.34
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004012,
+ "Pos": {
+ "x": -267.32,
+ "y": 100.11
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 3004013,
+ "Pos": {
+ "x": -278.55,
+ "y": 98.44
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 3005009,
+ "Pos": {
+ "x": -201.08,
+ "y": -22.54
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005010,
+ "Pos": {
+ "x": -186.42,
+ "y": -24.19
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005011,
+ "Pos": {
+ "x": -194.06,
+ "y": -35.22
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 3005012,
+ "Pos": {
+ "x": -204.8,
+ "y": -32.19
+ },
+ "IsFlip": false
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/OfficialShopConfigCategory.json b/config/OfficialShopConfigCategory.json
new file mode 100644
index 0000000..971fe06
--- /dev/null
+++ b/config/OfficialShopConfigCategory.json
@@ -0,0 +1,32 @@
+[
+ {
+ "Id": 1,
+ "Price": 6,
+ "RewardGroup": 2001
+ },
+ {
+ "Id": 2,
+ "Price": 30,
+ "RewardGroup": 2002
+ },
+ {
+ "Id": 3,
+ "Price": 68,
+ "RewardGroup": 2003
+ },
+ {
+ "Id": 4,
+ "Price": 108,
+ "RewardGroup": 2004
+ },
+ {
+ "Id": 5,
+ "Price": 328,
+ "RewardGroup": 2005
+ },
+ {
+ "Id": 6,
+ "Price": 648,
+ "RewardGroup": 2006
+ }
+]
\ No newline at end of file
diff --git a/config/OptionsBehaviourConfigCategory.json b/config/OptionsBehaviourConfigCategory.json
new file mode 100644
index 0000000..1a896f6
--- /dev/null
+++ b/config/OptionsBehaviourConfigCategory.json
@@ -0,0 +1,907 @@
+[
+ {
+ "Id": 2001,
+ "Type": 2,
+ "TypeParameter": [
+ 1000
+ ]
+ },
+ {
+ "Id": 2002,
+ "Type": 2,
+ "TypeParameter": [
+ 1001
+ ]
+ },
+ {
+ "Id": 2003,
+ "Type": 2,
+ "TypeParameter": [
+ 1002
+ ]
+ },
+ {
+ "Id": 2004,
+ "Type": 2,
+ "TypeParameter": [
+ 1003
+ ]
+ },
+ {
+ "Id": 2005,
+ "Type": 2,
+ "TypeParameter": [
+ 1004
+ ]
+ },
+ {
+ "Id": 2006,
+ "Type": 2,
+ "TypeParameter": [
+ 1005
+ ]
+ },
+ {
+ "Id": 2007,
+ "Type": 2,
+ "TypeParameter": [
+ 1006
+ ]
+ },
+ {
+ "Id": 2008,
+ "Type": 2,
+ "TypeParameter": [
+ 1007
+ ]
+ },
+ {
+ "Id": 2009,
+ "Type": 2,
+ "TypeParameter": [
+ 1008
+ ]
+ },
+ {
+ "Id": 2010,
+ "Type": 2,
+ "TypeParameter": [
+ 1009
+ ]
+ },
+ {
+ "Id": 2011,
+ "Type": 2,
+ "TypeParameter": [
+ 1010
+ ]
+ },
+ {
+ "Id": 2012,
+ "Type": 2,
+ "TypeParameter": [
+ 1011
+ ]
+ },
+ {
+ "Id": 2013,
+ "Type": 2,
+ "TypeParameter": [
+ 1012
+ ]
+ },
+ {
+ "Id": 2014,
+ "Type": 2,
+ "TypeParameter": [
+ 1013
+ ]
+ },
+ {
+ "Id": 2015,
+ "Type": 2,
+ "TypeParameter": [
+ 1014
+ ]
+ },
+ {
+ "Id": 2016,
+ "Type": 2,
+ "TypeParameter": [
+ 1015
+ ]
+ },
+ {
+ "Id": 2101,
+ "Type": 2,
+ "TypeParameter": [
+ 2001
+ ]
+ },
+ {
+ "Id": 2102,
+ "Type": 2,
+ "TypeParameter": [
+ 2002
+ ]
+ },
+ {
+ "Id": 2103,
+ "Type": 2,
+ "TypeParameter": [
+ 2003
+ ]
+ },
+ {
+ "Id": 2104,
+ "Type": 2,
+ "TypeParameter": [
+ 2004
+ ]
+ },
+ {
+ "Id": 2105,
+ "Type": 2,
+ "TypeParameter": [
+ 3001
+ ]
+ },
+ {
+ "Id": 2106,
+ "Type": 2,
+ "TypeParameter": [
+ 2201
+ ]
+ },
+ {
+ "Id": 2107,
+ "Type": 2,
+ "TypeParameter": [
+ 2202
+ ]
+ },
+ {
+ "Id": 2108,
+ "Type": 2,
+ "TypeParameter": [
+ 2203
+ ]
+ },
+ {
+ "Id": 2109,
+ "Type": 2,
+ "TypeParameter": [
+ 2204
+ ]
+ },
+ {
+ "Id": 2110,
+ "Type": 2,
+ "TypeParameter": [
+ 2205
+ ]
+ },
+ {
+ "Id": 4001,
+ "Type": 4,
+ "TypeParameter": [
+ 801,
+ 1
+ ]
+ },
+ {
+ "Id": 4002,
+ "Type": 4,
+ "TypeParameter": [
+ 803,
+ 100
+ ]
+ },
+ {
+ "Id": 4003,
+ "Type": 4,
+ "TypeParameter": [
+ 860,
+ 30
+ ]
+ },
+ {
+ "Id": 4004,
+ "Type": 4,
+ "TypeParameter": [
+ 839,
+ 50
+ ]
+ },
+ {
+ "Id": 4005,
+ "Type": 4,
+ "TypeParameter": [
+ 809,
+ 100
+ ]
+ },
+ {
+ "Id": 4006,
+ "Type": 4,
+ "TypeParameter": [
+ 4003,
+ 50
+ ]
+ },
+ {
+ "Id": 4007,
+ "Type": 4,
+ "TypeParameter": [
+ 3024,
+ 20
+ ]
+ },
+ {
+ "Id": 4008,
+ "Type": 4,
+ "TypeParameter": [
+ 827,
+ 100
+ ]
+ },
+ {
+ "Id": 4009,
+ "Type": 4,
+ "TypeParameter": [
+ 850,
+ 100
+ ]
+ },
+ {
+ "Id": 4010,
+ "Type": 4,
+ "TypeParameter": [
+ 841,
+ 50
+ ]
+ },
+ {
+ "Id": 4011,
+ "Type": 4,
+ "TypeParameter": [
+ 810,
+ 100
+ ]
+ },
+ {
+ "Id": 4012,
+ "Type": 4,
+ "TypeParameter": [
+ 124,
+ 100
+ ]
+ },
+ {
+ "Id": 4013,
+ "Type": 4,
+ "TypeParameter": [
+ 7229,
+ 50
+ ]
+ },
+ {
+ "Id": 4014,
+ "Type": 4,
+ "TypeParameter": [
+ 803,
+ 200
+ ]
+ },
+ {
+ "Id": 4015,
+ "Type": 4,
+ "TypeParameter": [
+ 800,
+ 80
+ ]
+ },
+ {
+ "Id": 4016,
+ "Type": 4,
+ "TypeParameter": [
+ 803,
+ 200
+ ]
+ },
+ {
+ "Id": 6000,
+ "Type": 6,
+ "TypeParameter": []
+ },
+ {
+ "Id": 7001,
+ "Type": 7,
+ "TypeParameter": [
+ 1
+ ]
+ },
+ {
+ "Id": 7002,
+ "Type": 7,
+ "TypeParameter": [
+ 2
+ ]
+ },
+ {
+ "Id": 7003,
+ "Type": 7,
+ "TypeParameter": [
+ 3
+ ]
+ },
+ {
+ "Id": 7004,
+ "Type": 7,
+ "TypeParameter": [
+ 4
+ ]
+ },
+ {
+ "Id": 7005,
+ "Type": 7,
+ "TypeParameter": [
+ 5
+ ]
+ },
+ {
+ "Id": 7006,
+ "Type": 7,
+ "TypeParameter": [
+ 6
+ ]
+ },
+ {
+ "Id": 7007,
+ "Type": 7,
+ "TypeParameter": [
+ 1005
+ ]
+ },
+ {
+ "Id": 7008,
+ "Type": 7,
+ "TypeParameter": [
+ 1031
+ ]
+ },
+ {
+ "Id": 7009,
+ "Type": 7,
+ "TypeParameter": [
+ 1032
+ ]
+ },
+ {
+ "Id": 7010,
+ "Type": 7,
+ "TypeParameter": [
+ 1033
+ ]
+ },
+ {
+ "Id": 9001,
+ "Type": 9,
+ "TypeParameter": [
+ 1
+ ]
+ },
+ {
+ "Id": 9002,
+ "Type": 9,
+ "TypeParameter": [
+ 1034
+ ]
+ },
+ {
+ "Id": 9003,
+ "Type": 9,
+ "TypeParameter": [
+ 3
+ ]
+ },
+ {
+ "Id": 9004,
+ "Type": 9,
+ "TypeParameter": [
+ 2
+ ]
+ },
+ {
+ "Id": 9005,
+ "Type": 9,
+ "TypeParameter": [
+ 5
+ ]
+ },
+ {
+ "Id": 9006,
+ "Type": 9,
+ "TypeParameter": [
+ 6
+ ]
+ },
+ {
+ "Id": 10001,
+ "Type": 10,
+ "TypeParameter": [
+ 3002
+ ]
+ },
+ {
+ "Id": 10002,
+ "Type": 10,
+ "TypeParameter": [
+ 3003
+ ]
+ },
+ {
+ "Id": 10003,
+ "Type": 10,
+ "TypeParameter": [
+ 3004
+ ]
+ },
+ {
+ "Id": 10004,
+ "Type": 10,
+ "TypeParameter": [
+ 3005
+ ]
+ },
+ {
+ "Id": 11001,
+ "Type": 11,
+ "TypeParameter": [
+ 2001
+ ]
+ },
+ {
+ "Id": 11002,
+ "Type": 11,
+ "TypeParameter": [
+ 4001
+ ]
+ },
+ {
+ "Id": 11003,
+ "Type": 11,
+ "TypeParameter": [
+ 3001
+ ]
+ },
+ {
+ "Id": 11004,
+ "Type": 11,
+ "TypeParameter": [
+ 3019
+ ]
+ },
+ {
+ "Id": 11005,
+ "Type": 11,
+ "TypeParameter": [
+ 3020
+ ]
+ },
+ {
+ "Id": 11006,
+ "Type": 11,
+ "TypeParameter": [
+ 3021
+ ]
+ },
+ {
+ "Id": 11007,
+ "Type": 11,
+ "TypeParameter": [
+ 3022
+ ]
+ },
+ {
+ "Id": 11008,
+ "Type": 11,
+ "TypeParameter": [
+ 3023
+ ]
+ },
+ {
+ "Id": 11009,
+ "Type": 11,
+ "TypeParameter": [
+ 3024
+ ]
+ },
+ {
+ "Id": 11010,
+ "Type": 11,
+ "TypeParameter": [
+ 3025
+ ]
+ },
+ {
+ "Id": 11011,
+ "Type": 11,
+ "TypeParameter": [
+ 3026
+ ]
+ },
+ {
+ "Id": 12001,
+ "Type": 12,
+ "TypeParameter": [
+ 3002002,
+ 1
+ ]
+ },
+ {
+ "Id": 12002,
+ "Type": 12,
+ "TypeParameter": [
+ 3,
+ 2
+ ]
+ },
+ {
+ "Id": 12003,
+ "Type": 12,
+ "TypeParameter": [
+ 4,
+ 2
+ ]
+ },
+ {
+ "Id": 12004,
+ "Type": 12,
+ "TypeParameter": [
+ 10,
+ 4
+ ]
+ },
+ {
+ "Id": 13001,
+ "Type": 13,
+ "TypeParameter": []
+ },
+ {
+ "Id": 14001,
+ "Type": 14,
+ "TypeParameter": [
+ 1,
+ 1
+ ]
+ },
+ {
+ "Id": 14002,
+ "Type": 14,
+ "TypeParameter": [
+ 10,
+ 0
+ ]
+ },
+ {
+ "Id": 14003,
+ "Type": 14,
+ "TypeParameter": [
+ 3002008,
+ 0
+ ]
+ },
+ {
+ "Id": 14004,
+ "Type": 14,
+ "TypeParameter": [
+ 3002009,
+ 0
+ ]
+ },
+ {
+ "Id": 14005,
+ "Type": 14,
+ "TypeParameter": [
+ 3002010,
+ 0
+ ]
+ },
+ {
+ "Id": 14006,
+ "Type": 14,
+ "TypeParameter": [
+ 3002011,
+ 0
+ ]
+ },
+ {
+ "Id": 14007,
+ "Type": 14,
+ "TypeParameter": [
+ 3002012,
+ 0
+ ]
+ },
+ {
+ "Id": 14008,
+ "Type": 14,
+ "TypeParameter": [
+ 3002013,
+ 0
+ ]
+ },
+ {
+ "Id": 14009,
+ "Type": 14,
+ "TypeParameter": [
+ 3002014,
+ 0
+ ]
+ },
+ {
+ "Id": 14010,
+ "Type": 14,
+ "TypeParameter": [
+ 3002015,
+ 0
+ ]
+ },
+ {
+ "Id": 14011,
+ "Type": 14,
+ "TypeParameter": [
+ 3002016,
+ 0
+ ]
+ },
+ {
+ "Id": 14012,
+ "Type": 14,
+ "TypeParameter": [
+ 3002017,
+ 0
+ ]
+ },
+ {
+ "Id": 14013,
+ "Type": 14,
+ "TypeParameter": [
+ 3002018,
+ 0
+ ]
+ },
+ {
+ "Id": 14014,
+ "Type": 14,
+ "TypeParameter": [
+ 3002019,
+ 0
+ ]
+ },
+ {
+ "Id": 14015,
+ "Type": 14,
+ "TypeParameter": [
+ 3003001,
+ 0
+ ]
+ },
+ {
+ "Id": 14016,
+ "Type": 14,
+ "TypeParameter": [
+ 3003002,
+ 0
+ ]
+ },
+ {
+ "Id": 14017,
+ "Type": 14,
+ "TypeParameter": [
+ 3003003,
+ 0
+ ]
+ },
+ {
+ "Id": 14018,
+ "Type": 14,
+ "TypeParameter": [
+ 3003004,
+ 0
+ ]
+ },
+ {
+ "Id": 14019,
+ "Type": 14,
+ "TypeParameter": [
+ 3003005,
+ 0
+ ]
+ },
+ {
+ "Id": 14020,
+ "Type": 14,
+ "TypeParameter": [
+ 3003006,
+ 0
+ ]
+ },
+ {
+ "Id": 14021,
+ "Type": 14,
+ "TypeParameter": [
+ 3003007,
+ 0
+ ]
+ },
+ {
+ "Id": 14022,
+ "Type": 14,
+ "TypeParameter": [
+ 3003008,
+ 0
+ ]
+ },
+ {
+ "Id": 14023,
+ "Type": 14,
+ "TypeParameter": [
+ 3003009,
+ 0
+ ]
+ },
+ {
+ "Id": 14024,
+ "Type": 14,
+ "TypeParameter": [
+ 3004001,
+ 0
+ ]
+ },
+ {
+ "Id": 14025,
+ "Type": 14,
+ "TypeParameter": [
+ 3004002,
+ 0
+ ]
+ },
+ {
+ "Id": 14026,
+ "Type": 14,
+ "TypeParameter": [
+ 3004003,
+ 0
+ ]
+ },
+ {
+ "Id": 14027,
+ "Type": 14,
+ "TypeParameter": [
+ 3004004,
+ 0
+ ]
+ },
+ {
+ "Id": 14028,
+ "Type": 14,
+ "TypeParameter": [
+ 3004005,
+ 0
+ ]
+ },
+ {
+ "Id": 14029,
+ "Type": 14,
+ "TypeParameter": [
+ 3004006,
+ 0
+ ]
+ },
+ {
+ "Id": 14030,
+ "Type": 14,
+ "TypeParameter": [
+ 3004007,
+ 0
+ ]
+ },
+ {
+ "Id": 14031,
+ "Type": 14,
+ "TypeParameter": [
+ 3004008,
+ 0
+ ]
+ },
+ {
+ "Id": 14032,
+ "Type": 14,
+ "TypeParameter": [
+ 3004009,
+ 0
+ ]
+ },
+ {
+ "Id": 14033,
+ "Type": 14,
+ "TypeParameter": [
+ 3005001,
+ 0
+ ]
+ },
+ {
+ "Id": 14034,
+ "Type": 14,
+ "TypeParameter": [
+ 3005002,
+ 0
+ ]
+ },
+ {
+ "Id": 14035,
+ "Type": 14,
+ "TypeParameter": [
+ 3005003,
+ 0
+ ]
+ },
+ {
+ "Id": 14036,
+ "Type": 14,
+ "TypeParameter": [
+ 3005004,
+ 0
+ ]
+ },
+ {
+ "Id": 14037,
+ "Type": 14,
+ "TypeParameter": [
+ 3005005,
+ 0
+ ]
+ },
+ {
+ "Id": 14038,
+ "Type": 14,
+ "TypeParameter": [
+ 3005006,
+ 0
+ ]
+ },
+ {
+ "Id": 14039,
+ "Type": 14,
+ "TypeParameter": [
+ 3005007,
+ 0
+ ]
+ },
+ {
+ "Id": 14040,
+ "Type": 14,
+ "TypeParameter": [
+ 3005008,
+ 0
+ ]
+ },
+ {
+ "Id": 14045,
+ "Type": 14,
+ "TypeParameter": [
+ 3004012,
+ 0
+ ]
+ },
+ {
+ "Id": 14048,
+ "Type": 14,
+ "TypeParameter": [
+ 3005010,
+ 0
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/OptionsConfigCategory.json b/config/OptionsConfigCategory.json
new file mode 100644
index 0000000..7cb1f70
--- /dev/null
+++ b/config/OptionsConfigCategory.json
@@ -0,0 +1,1269 @@
+[
+ {
+ "Id": 1,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1002
+ },
+ {
+ "Id": 2,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1004
+ },
+ {
+ "Id": 3,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1005
+ },
+ {
+ "Id": 4,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 7001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 5,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1007
+ },
+ {
+ "Id": 6,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 9001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 7,
+ "RoleState": [],
+ "Name": "离开",
+ "OptionsBehaviour": [
+ 6000
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 8,
+ "RoleState": [],
+ "Name": "与谷外往来",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1016
+ },
+ {
+ "Id": 9,
+ "RoleState": [],
+ "Name": "运输厅建好了",
+ "OptionsBehaviour": [
+ 12002,
+ 9002
+ ],
+ "NextDialogue": 1027
+ },
+ {
+ "Id": 10,
+ "RoleState": [],
+ "Name": "声望商店",
+ "OptionsBehaviour": [
+ 10001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 11,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1008
+ },
+ {
+ "Id": 12,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1009
+ },
+ {
+ "Id": 13,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1010
+ },
+ {
+ "Id": 14,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1013
+ },
+ {
+ "Id": 15,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 7004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 16,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1015
+ },
+ {
+ "Id": 17,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 7004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 18,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1011
+ },
+ {
+ "Id": 19,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 7005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 20,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1012
+ },
+ {
+ "Id": 21,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 9005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 22,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1028
+ },
+ {
+ "Id": 23,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 7006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 24,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 9006
+ ],
+ "NextDialogue": 1029
+ },
+ {
+ "Id": 25,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 26,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 9002,
+ 12002,
+ 12003
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 27,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1017
+ },
+ {
+ "Id": 28,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1018
+ },
+ {
+ "Id": 29,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1019
+ },
+ {
+ "Id": 30,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1020
+ },
+ {
+ "Id": 31,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [],
+ "NextDialogue": 1022
+ },
+ {
+ "Id": 32,
+ "RoleState": [],
+ "Name": "1",
+ "OptionsBehaviour": [
+ 7002,
+ 11002
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 33,
+ "RoleState": [],
+ "Name": "救人要紧",
+ "OptionsBehaviour": [
+ 12004
+ ],
+ "NextDialogue": 1032
+ },
+ {
+ "Id": 34,
+ "RoleState": [
+ 4
+ ],
+ "Name": "扔下绳索",
+ "OptionsBehaviour": [
+ 4001,
+ 14002
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 35,
+ "RoleState": [],
+ "Name": "捐赠白木板",
+ "OptionsBehaviour": [
+ 4002
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 36,
+ "RoleState": [],
+ "Name": "捐赠石灰石块",
+ "OptionsBehaviour": [
+ 4003
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 37,
+ "RoleState": [],
+ "Name": "捐赠兽皮",
+ "OptionsBehaviour": [
+ 4004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 38,
+ "RoleState": [],
+ "Name": "捐赠青石块",
+ "OptionsBehaviour": [
+ 4005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 39,
+ "RoleState": [],
+ "Name": "捐赠硬木板",
+ "OptionsBehaviour": [
+ 4006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 40,
+ "RoleState": [],
+ "Name": "捐赠丝绸",
+ "OptionsBehaviour": [
+ 4007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 41,
+ "RoleState": [],
+ "Name": "捐赠青瓦",
+ "OptionsBehaviour": [
+ 4008
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 42,
+ "RoleState": [],
+ "Name": "捐赠楠木板",
+ "OptionsBehaviour": [
+ 4009
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 43,
+ "RoleState": [],
+ "Name": "捐赠青金锭",
+ "OptionsBehaviour": [
+ 4010
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 44,
+ "RoleState": [],
+ "Name": "捐赠花岗石块",
+ "OptionsBehaviour": [
+ 4011
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 45,
+ "RoleState": [],
+ "Name": "捐赠桃花鱼",
+ "OptionsBehaviour": [
+ 4012
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 46,
+ "RoleState": [],
+ "Name": "捐赠东坡肉",
+ "OptionsBehaviour": [
+ 4013
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 47,
+ "RoleState": [
+ 2
+ ],
+ "Name": "是的",
+ "OptionsBehaviour": [
+ 9002
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1000,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1001,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2002
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1002,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2003
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1003,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1004,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1005,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1006,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1007,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2008
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1008,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2009
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1009,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2010
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1010,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2011
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1011,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2012
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1012,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2013
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1013,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2014
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1014,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2015
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1015,
+ "RoleState": [],
+ "Name": "互通有无",
+ "OptionsBehaviour": [
+ 2016
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1100,
+ "RoleState": [],
+ "Name": "对话",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1101,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2101
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1102,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2102
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1103,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2103
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1104,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2104
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1105,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 10001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1106,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 10002
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1107,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 10003
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1108,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 10004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1109,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2105
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 1110,
+ "RoleState": [],
+ "Name": "瞧瞧",
+ "OptionsBehaviour": [
+ 13001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2000,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2106
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2002,
+ "RoleState": [],
+ "Name": "抢拍",
+ "OptionsBehaviour": [
+ 13001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2003,
+ "RoleState": [],
+ "Name": "高价收购",
+ "OptionsBehaviour": [
+ 13001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2004,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2107
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2005,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2108
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2006,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2109
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 2007,
+ "RoleState": [],
+ "Name": "交易",
+ "OptionsBehaviour": [
+ 2110
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100001,
+ "RoleState": [],
+ "Name": "坐下休息",
+ "OptionsBehaviour": [
+ 12001
+ ],
+ "NextDialogue": 10002
+ },
+ {
+ "Id": 100002,
+ "RoleState": [],
+ "Name": "搬开",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10003
+ },
+ {
+ "Id": 100003,
+ "RoleState": [],
+ "Name": "用力搬开",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10004
+ },
+ {
+ "Id": 100004,
+ "RoleState": [],
+ "Name": "丢掉",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100005,
+ "RoleState": [],
+ "Name": "拿走",
+ "OptionsBehaviour": [
+ 11001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100006,
+ "RoleState": [],
+ "Name": "读看看",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10007
+ },
+ {
+ "Id": 100007,
+ "RoleState": [],
+ "Name": "没兴趣",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100008,
+ "RoleState": [],
+ "Name": "o.o",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100009,
+ "RoleState": [],
+ "Name": "坐下去",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10010
+ },
+ {
+ "Id": 100010,
+ "RoleState": [],
+ "Name": "搬回家",
+ "OptionsBehaviour": [
+ 11001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100011,
+ "RoleState": [],
+ "Name": "带走",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100012,
+ "RoleState": [],
+ "Name": "看两眼",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10012
+ },
+ {
+ "Id": 100013,
+ "RoleState": [],
+ "Name": "打开看看",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10014
+ },
+ {
+ "Id": 100014,
+ "RoleState": [],
+ "Name": "算了",
+ "OptionsBehaviour": [],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100015,
+ "RoleState": [],
+ "Name": "好运!",
+ "OptionsBehaviour": [
+ 11001
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100016,
+ "RoleState": [],
+ "Name": "搜索",
+ "OptionsBehaviour": [
+ 11003,
+ 14003
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100017,
+ "RoleState": [],
+ "Name": "搜索",
+ "OptionsBehaviour": [
+ 11003,
+ 14004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100018,
+ "RoleState": [],
+ "Name": "搜索",
+ "OptionsBehaviour": [
+ 11003,
+ 14005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100019,
+ "RoleState": [],
+ "Name": "搜索",
+ "OptionsBehaviour": [
+ 11003,
+ 14006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100020,
+ "RoleState": [],
+ "Name": "搜索",
+ "OptionsBehaviour": [
+ 11003,
+ 14007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100021,
+ "RoleState": [],
+ "Name": "提交材料",
+ "OptionsBehaviour": [
+ 4014,
+ 14008
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100022,
+ "RoleState": [],
+ "Name": "提交材料",
+ "OptionsBehaviour": [
+ 4015,
+ 14009
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100023,
+ "RoleState": [],
+ "Name": "提交材料",
+ "OptionsBehaviour": [
+ 4016,
+ 14010
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100024,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14011,
+ 11004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100025,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14012,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100026,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14013,
+ 11006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100027,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14014,
+ 11011
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100028,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14015,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100029,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14016,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100030,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14017,
+ 11004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100031,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14018,
+ 11007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100032,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14019,
+ 11007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100033,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14020,
+ 11007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100034,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14021,
+ 11006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100035,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14022,
+ 11008
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100036,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14023,
+ 11009
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100037,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14024,
+ 11004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100038,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14025,
+ 11009
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100039,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14026,
+ 11006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100040,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14027,
+ 11011
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100041,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14028,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100042,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14029,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100043,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14030,
+ 11007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100044,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14031,
+ 11007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100045,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14032,
+ 11006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100046,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14033,
+ 11004
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100047,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14034,
+ 11006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100048,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14035,
+ 11011
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100049,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14036,
+ 11009
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100050,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14037,
+ 11006
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100051,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14038,
+ 11007
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100052,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14039,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100053,
+ "RoleState": [],
+ "Name": "挖掉",
+ "OptionsBehaviour": [
+ 14040,
+ 11005
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100054,
+ "RoleState": [],
+ "Name": "休息一下",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10063
+ },
+ {
+ "Id": 100055,
+ "RoleState": [],
+ "Name": "休息一下",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10064
+ },
+ {
+ "Id": 100056,
+ "RoleState": [],
+ "Name": "随便看看",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10065
+ },
+ {
+ "Id": 100057,
+ "RoleState": [],
+ "Name": "随便看看",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10065
+ },
+ {
+ "Id": 100058,
+ "RoleState": [],
+ "Name": "搜索",
+ "OptionsBehaviour": [
+ 11003,
+ 14045
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100059,
+ "RoleState": [],
+ "Name": "休息一下",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10063
+ },
+ {
+ "Id": 100060,
+ "RoleState": [],
+ "Name": "随便看看",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10065
+ },
+ {
+ "Id": 100061,
+ "RoleState": [],
+ "Name": "搜搜",
+ "OptionsBehaviour": [
+ 11003,
+ 14048
+ ],
+ "NextDialogue": 0
+ },
+ {
+ "Id": 100062,
+ "RoleState": [],
+ "Name": "休息一下",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10063
+ },
+ {
+ "Id": 100063,
+ "RoleState": [],
+ "Name": "休息一下",
+ "OptionsBehaviour": [],
+ "NextDialogue": 10064
+ }
+]
\ No newline at end of file
diff --git a/config/PersonalityLabelConfigCategory.json b/config/PersonalityLabelConfigCategory.json
new file mode 100644
index 0000000..2abc3ea
--- /dev/null
+++ b/config/PersonalityLabelConfigCategory.json
@@ -0,0 +1,47 @@
+[
+ {
+ "Id": 1,
+ "ActionFlow": 1001,
+ "EndWords": 1
+ },
+ {
+ "Id": 2,
+ "ActionFlow": 2001,
+ "EndWords": 2
+ },
+ {
+ "Id": 3,
+ "ActionFlow": 3001,
+ "EndWords": 3
+ },
+ {
+ "Id": 4,
+ "ActionFlow": 4001,
+ "EndWords": 4
+ },
+ {
+ "Id": 5,
+ "ActionFlow": 5001,
+ "EndWords": 5
+ },
+ {
+ "Id": 6,
+ "ActionFlow": 6001,
+ "EndWords": 6
+ },
+ {
+ "Id": 7,
+ "ActionFlow": 6001,
+ "EndWords": 7
+ },
+ {
+ "Id": 8,
+ "ActionFlow": 6001,
+ "EndWords": 8
+ },
+ {
+ "Id": 9,
+ "ActionFlow": 6001,
+ "EndWords": 9
+ }
+]
\ No newline at end of file
diff --git a/config/PhysiqueConfigCategory.json b/config/PhysiqueConfigCategory.json
new file mode 100644
index 0000000..5c81f27
--- /dev/null
+++ b/config/PhysiqueConfigCategory.json
@@ -0,0 +1,212 @@
+[
+ {
+ "Id": 1,
+ "Lv": 1,
+ "Exp": 100,
+ "Section": 1,
+ "LaborMax": 20,
+ "LifeMin": 40,
+ "IllnessReduce": 1,
+ "DiseaseRecovery": 23,
+ "DiseaseWorsen": 48,
+ "AttackBonus": 2,
+ "HPBonus": 10,
+ "DEFBonus": 1
+ },
+ {
+ "Id": 2,
+ "Lv": 2,
+ "Exp": 300,
+ "Section": 1,
+ "LaborMax": 25,
+ "LifeMin": 42,
+ "IllnessReduce": 2,
+ "DiseaseRecovery": 26,
+ "DiseaseWorsen": 46,
+ "AttackBonus": 3,
+ "HPBonus": 20,
+ "DEFBonus": 2
+ },
+ {
+ "Id": 3,
+ "Lv": 3,
+ "Exp": 700,
+ "Section": 1,
+ "LaborMax": 30,
+ "LifeMin": 45,
+ "IllnessReduce": 3,
+ "DiseaseRecovery": 29,
+ "DiseaseWorsen": 44,
+ "AttackBonus": 4,
+ "HPBonus": 30,
+ "DEFBonus": 3
+ },
+ {
+ "Id": 4,
+ "Lv": 4,
+ "Exp": 1000,
+ "Section": 2,
+ "LaborMax": 35,
+ "LifeMin": 55,
+ "IllnessReduce": 4,
+ "DiseaseRecovery": 32,
+ "DiseaseWorsen": 42,
+ "AttackBonus": 5,
+ "HPBonus": 40,
+ "DEFBonus": 4
+ },
+ {
+ "Id": 5,
+ "Lv": 5,
+ "Exp": 1400,
+ "Section": 2,
+ "LaborMax": 40,
+ "LifeMin": 55,
+ "IllnessReduce": 5,
+ "DiseaseRecovery": 35,
+ "DiseaseWorsen": 40,
+ "AttackBonus": 6,
+ "HPBonus": 50,
+ "DEFBonus": 5
+ },
+ {
+ "Id": 6,
+ "Lv": 6,
+ "Exp": 1800,
+ "Section": 2,
+ "LaborMax": 45,
+ "LifeMin": 55,
+ "IllnessReduce": 6,
+ "DiseaseRecovery": 38,
+ "DiseaseWorsen": 38,
+ "AttackBonus": 7,
+ "HPBonus": 60,
+ "DEFBonus": 6
+ },
+ {
+ "Id": 7,
+ "Lv": 7,
+ "Exp": 2200,
+ "Section": 3,
+ "LaborMax": 50,
+ "LifeMin": 60,
+ "IllnessReduce": 7,
+ "DiseaseRecovery": 41,
+ "DiseaseWorsen": 36,
+ "AttackBonus": 8,
+ "HPBonus": 70,
+ "DEFBonus": 7
+ },
+ {
+ "Id": 8,
+ "Lv": 8,
+ "Exp": 2600,
+ "Section": 3,
+ "LaborMax": 55,
+ "LifeMin": 60,
+ "IllnessReduce": 8,
+ "DiseaseRecovery": 44,
+ "DiseaseWorsen": 34,
+ "AttackBonus": 9,
+ "HPBonus": 80,
+ "DEFBonus": 8
+ },
+ {
+ "Id": 9,
+ "Lv": 9,
+ "Exp": 3000,
+ "Section": 3,
+ "LaborMax": 60,
+ "LifeMin": 60,
+ "IllnessReduce": 9,
+ "DiseaseRecovery": 47,
+ "DiseaseWorsen": 32,
+ "AttackBonus": 10,
+ "HPBonus": 90,
+ "DEFBonus": 9
+ },
+ {
+ "Id": 10,
+ "Lv": 10,
+ "Exp": 3500,
+ "Section": 4,
+ "LaborMax": 65,
+ "LifeMin": 65,
+ "IllnessReduce": 10,
+ "DiseaseRecovery": 50,
+ "DiseaseWorsen": 30,
+ "AttackBonus": 11,
+ "HPBonus": 100,
+ "DEFBonus": 10
+ },
+ {
+ "Id": 11,
+ "Lv": 11,
+ "Exp": 3900,
+ "Section": 4,
+ "LaborMax": 70,
+ "LifeMin": 65,
+ "IllnessReduce": 11,
+ "DiseaseRecovery": 53,
+ "DiseaseWorsen": 28,
+ "AttackBonus": 12,
+ "HPBonus": 110,
+ "DEFBonus": 11
+ },
+ {
+ "Id": 12,
+ "Lv": 12,
+ "Exp": 4400,
+ "Section": 4,
+ "LaborMax": 75,
+ "LifeMin": 65,
+ "IllnessReduce": 12,
+ "DiseaseRecovery": 56,
+ "DiseaseWorsen": 26,
+ "AttackBonus": 13,
+ "HPBonus": 120,
+ "DEFBonus": 12
+ },
+ {
+ "Id": 13,
+ "Lv": 13,
+ "Exp": 4900,
+ "Section": 5,
+ "LaborMax": 80,
+ "LifeMin": 70,
+ "IllnessReduce": 13,
+ "DiseaseRecovery": 59,
+ "DiseaseWorsen": 24,
+ "AttackBonus": 14,
+ "HPBonus": 130,
+ "DEFBonus": 13
+ },
+ {
+ "Id": 14,
+ "Lv": 14,
+ "Exp": 5400,
+ "Section": 5,
+ "LaborMax": 85,
+ "LifeMin": 70,
+ "IllnessReduce": 14,
+ "DiseaseRecovery": 62,
+ "DiseaseWorsen": 22,
+ "AttackBonus": 15,
+ "HPBonus": 140,
+ "DEFBonus": 14
+ },
+ {
+ "Id": 15,
+ "Lv": 15,
+ "Exp": 5900,
+ "Section": 5,
+ "LaborMax": 90,
+ "LifeMin": 70,
+ "IllnessReduce": 15,
+ "DiseaseRecovery": 65,
+ "DiseaseWorsen": 20,
+ "AttackBonus": 16,
+ "HPBonus": 150,
+ "DEFBonus": 15
+ }
+]
\ No newline at end of file
diff --git a/config/PlayerAIConfigCategory.json b/config/PlayerAIConfigCategory.json
new file mode 100644
index 0000000..6217d32
--- /dev/null
+++ b/config/PlayerAIConfigCategory.json
@@ -0,0 +1,93 @@
+[
+ {
+ "Id": 101,
+ "AIConfigId": 1,
+ "Order": 1,
+ "Name": "PlayerAI_Idle",
+ "NodeParams": []
+ },
+ {
+ "Id": 102,
+ "AIConfigId": 1,
+ "Order": 2,
+ "Name": "PlayerAI_Task",
+ "NodeParams": []
+ },
+ {
+ "Id": 200,
+ "AIConfigId": 2,
+ "Order": 0,
+ "Name": "PlayerAI_SkipNight",
+ "NodeParams": []
+ },
+ {
+ "Id": 201,
+ "AIConfigId": 2,
+ "Order": 1,
+ "Name": "PlayerAI_Buy",
+ "NodeParams": []
+ },
+ {
+ "Id": 202,
+ "AIConfigId": 2,
+ "Order": 2,
+ "Name": "PlayerAI_Cure",
+ "NodeParams": []
+ },
+ {
+ "Id": 203,
+ "AIConfigId": 2,
+ "Order": 3,
+ "Name": "PlayerAI_AddIdlePeople",
+ "NodeParams": []
+ },
+ {
+ "Id": 204,
+ "AIConfigId": 2,
+ "Order": 4,
+ "Name": "PlayerAI_Task",
+ "NodeParams": []
+ },
+ {
+ "Id": 205,
+ "AIConfigId": 2,
+ "Order": 5,
+ "Name": "PlayerAI_Guard",
+ "NodeParams": []
+ },
+ {
+ "Id": 206,
+ "AIConfigId": 2,
+ "Order": 6,
+ "Name": "PlayerAI_Food",
+ "NodeParams": []
+ },
+ {
+ "Id": 207,
+ "AIConfigId": 2,
+ "Order": 7,
+ "Name": "PlayerAI_BedRoom",
+ "NodeParams": []
+ },
+ {
+ "Id": 208,
+ "AIConfigId": 2,
+ "Order": 8,
+ "Name": "PlayerAI_FixedPosBuild",
+ "NodeParams": []
+ },
+ {
+ "Id": 209,
+ "AIConfigId": 2,
+ "Order": 9,
+ "Name": "PlayerAI_UnlockMainButton",
+ "NodeParams": []
+ },
+ {
+ "Id": 301,
+ "AIConfigId": 3,
+ "Order": 1,
+ "Name": "PlayerAI_Food",
+ "NodeParams": []
+ }
+]
\ No newline at end of file
diff --git a/config/RankingListConfigCategory.json b/config/RankingListConfigCategory.json
new file mode 100644
index 0000000..1207252
--- /dev/null
+++ b/config/RankingListConfigCategory.json
@@ -0,0 +1,562 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 20001,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 10001
+ },
+ {
+ "Id": 2,
+ "GroupId": 20001,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 10002
+ },
+ {
+ "Id": 3,
+ "GroupId": 20001,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 10003
+ },
+ {
+ "Id": 4,
+ "GroupId": 20001,
+ "Ranking": [
+ 4
+ ],
+ "RewardGroup": 10004
+ },
+ {
+ "Id": 5,
+ "GroupId": 20001,
+ "Ranking": [
+ 5
+ ],
+ "RewardGroup": 10005
+ },
+ {
+ "Id": 6,
+ "GroupId": 20001,
+ "Ranking": [
+ 6
+ ],
+ "RewardGroup": 10006
+ },
+ {
+ "Id": 7,
+ "GroupId": 20001,
+ "Ranking": [
+ 7
+ ],
+ "RewardGroup": 10007
+ },
+ {
+ "Id": 8,
+ "GroupId": 20001,
+ "Ranking": [
+ 8
+ ],
+ "RewardGroup": 10008
+ },
+ {
+ "Id": 9,
+ "GroupId": 20001,
+ "Ranking": [
+ 9
+ ],
+ "RewardGroup": 10009
+ },
+ {
+ "Id": 10,
+ "GroupId": 20001,
+ "Ranking": [
+ 10
+ ],
+ "RewardGroup": 10010
+ },
+ {
+ "Id": 11,
+ "GroupId": 20001,
+ "Ranking": [
+ 11,
+ 20
+ ],
+ "RewardGroup": 10011
+ },
+ {
+ "Id": 12,
+ "GroupId": 20001,
+ "Ranking": [
+ 21,
+ 50
+ ],
+ "RewardGroup": 10012
+ },
+ {
+ "Id": 13,
+ "GroupId": 20001,
+ "Ranking": [
+ 51,
+ 100
+ ],
+ "RewardGroup": 10013
+ },
+ {
+ "Id": 14,
+ "GroupId": 20001,
+ "Ranking": [
+ 101,
+ 99999999
+ ],
+ "RewardGroup": 10014
+ },
+ {
+ "Id": 15,
+ "GroupId": 20002,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 10101
+ },
+ {
+ "Id": 16,
+ "GroupId": 20002,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 10102
+ },
+ {
+ "Id": 17,
+ "GroupId": 20002,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 10103
+ },
+ {
+ "Id": 18,
+ "GroupId": 20002,
+ "Ranking": [
+ 4
+ ],
+ "RewardGroup": 10104
+ },
+ {
+ "Id": 19,
+ "GroupId": 20002,
+ "Ranking": [
+ 5
+ ],
+ "RewardGroup": 10105
+ },
+ {
+ "Id": 20,
+ "GroupId": 20002,
+ "Ranking": [
+ 6
+ ],
+ "RewardGroup": 10106
+ },
+ {
+ "Id": 21,
+ "GroupId": 20002,
+ "Ranking": [
+ 7
+ ],
+ "RewardGroup": 10107
+ },
+ {
+ "Id": 22,
+ "GroupId": 20002,
+ "Ranking": [
+ 8
+ ],
+ "RewardGroup": 10108
+ },
+ {
+ "Id": 23,
+ "GroupId": 20002,
+ "Ranking": [
+ 9
+ ],
+ "RewardGroup": 10109
+ },
+ {
+ "Id": 24,
+ "GroupId": 20002,
+ "Ranking": [
+ 10
+ ],
+ "RewardGroup": 10110
+ },
+ {
+ "Id": 25,
+ "GroupId": 20002,
+ "Ranking": [
+ 11,
+ 20
+ ],
+ "RewardGroup": 10111
+ },
+ {
+ "Id": 26,
+ "GroupId": 20002,
+ "Ranking": [
+ 21,
+ 50
+ ],
+ "RewardGroup": 10112
+ },
+ {
+ "Id": 27,
+ "GroupId": 20002,
+ "Ranking": [
+ 51,
+ 100
+ ],
+ "RewardGroup": 10113
+ },
+ {
+ "Id": 28,
+ "GroupId": 20002,
+ "Ranking": [
+ 101,
+ 99999999
+ ],
+ "RewardGroup": 10114
+ },
+ {
+ "Id": 29,
+ "GroupId": 20003,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 10201
+ },
+ {
+ "Id": 30,
+ "GroupId": 20003,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 10202
+ },
+ {
+ "Id": 31,
+ "GroupId": 20003,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 10203
+ },
+ {
+ "Id": 32,
+ "GroupId": 20003,
+ "Ranking": [
+ 4
+ ],
+ "RewardGroup": 10204
+ },
+ {
+ "Id": 33,
+ "GroupId": 20003,
+ "Ranking": [
+ 5
+ ],
+ "RewardGroup": 10205
+ },
+ {
+ "Id": 34,
+ "GroupId": 20003,
+ "Ranking": [
+ 6
+ ],
+ "RewardGroup": 10206
+ },
+ {
+ "Id": 35,
+ "GroupId": 20003,
+ "Ranking": [
+ 7
+ ],
+ "RewardGroup": 10207
+ },
+ {
+ "Id": 36,
+ "GroupId": 20003,
+ "Ranking": [
+ 8
+ ],
+ "RewardGroup": 10208
+ },
+ {
+ "Id": 37,
+ "GroupId": 20003,
+ "Ranking": [
+ 9
+ ],
+ "RewardGroup": 10209
+ },
+ {
+ "Id": 38,
+ "GroupId": 20003,
+ "Ranking": [
+ 10
+ ],
+ "RewardGroup": 10210
+ },
+ {
+ "Id": 39,
+ "GroupId": 20003,
+ "Ranking": [
+ 11,
+ 20
+ ],
+ "RewardGroup": 10211
+ },
+ {
+ "Id": 40,
+ "GroupId": 20003,
+ "Ranking": [
+ 21,
+ 50
+ ],
+ "RewardGroup": 10212
+ },
+ {
+ "Id": 41,
+ "GroupId": 20003,
+ "Ranking": [
+ 51,
+ 100
+ ],
+ "RewardGroup": 10213
+ },
+ {
+ "Id": 42,
+ "GroupId": 20003,
+ "Ranking": [
+ 101,
+ 99999999
+ ],
+ "RewardGroup": 10214
+ },
+ {
+ "Id": 43,
+ "GroupId": 20004,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 10301
+ },
+ {
+ "Id": 44,
+ "GroupId": 20004,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 10302
+ },
+ {
+ "Id": 45,
+ "GroupId": 20004,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 10303
+ },
+ {
+ "Id": 46,
+ "GroupId": 20004,
+ "Ranking": [
+ 4
+ ],
+ "RewardGroup": 10304
+ },
+ {
+ "Id": 47,
+ "GroupId": 20004,
+ "Ranking": [
+ 5
+ ],
+ "RewardGroup": 10305
+ },
+ {
+ "Id": 48,
+ "GroupId": 20004,
+ "Ranking": [
+ 6
+ ],
+ "RewardGroup": 10306
+ },
+ {
+ "Id": 49,
+ "GroupId": 20004,
+ "Ranking": [
+ 7
+ ],
+ "RewardGroup": 10307
+ },
+ {
+ "Id": 50,
+ "GroupId": 20004,
+ "Ranking": [
+ 8
+ ],
+ "RewardGroup": 10308
+ },
+ {
+ "Id": 51,
+ "GroupId": 20004,
+ "Ranking": [
+ 9
+ ],
+ "RewardGroup": 10309
+ },
+ {
+ "Id": 52,
+ "GroupId": 20004,
+ "Ranking": [
+ 10
+ ],
+ "RewardGroup": 10310
+ },
+ {
+ "Id": 53,
+ "GroupId": 20004,
+ "Ranking": [
+ 11,
+ 20
+ ],
+ "RewardGroup": 10311
+ },
+ {
+ "Id": 54,
+ "GroupId": 20004,
+ "Ranking": [
+ 21,
+ 50
+ ],
+ "RewardGroup": 10312
+ },
+ {
+ "Id": 55,
+ "GroupId": 20004,
+ "Ranking": [
+ 51,
+ 100
+ ],
+ "RewardGroup": 10313
+ },
+ {
+ "Id": 56,
+ "GroupId": 20004,
+ "Ranking": [
+ 101,
+ 99999999
+ ],
+ "RewardGroup": 10314
+ },
+ {
+ "Id": 57,
+ "GroupId": 3002,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 11001
+ },
+ {
+ "Id": 58,
+ "GroupId": 3002,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 11002
+ },
+ {
+ "Id": 59,
+ "GroupId": 3002,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 11003
+ },
+ {
+ "Id": 60,
+ "GroupId": 3003,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 11001
+ },
+ {
+ "Id": 61,
+ "GroupId": 3003,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 11002
+ },
+ {
+ "Id": 62,
+ "GroupId": 3003,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 11003
+ },
+ {
+ "Id": 63,
+ "GroupId": 3004,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 11001
+ },
+ {
+ "Id": 64,
+ "GroupId": 3004,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 11002
+ },
+ {
+ "Id": 65,
+ "GroupId": 3004,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 11003
+ },
+ {
+ "Id": 66,
+ "GroupId": 3005,
+ "Ranking": [
+ 1
+ ],
+ "RewardGroup": 11001
+ },
+ {
+ "Id": 67,
+ "GroupId": 3005,
+ "Ranking": [
+ 2
+ ],
+ "RewardGroup": 11002
+ },
+ {
+ "Id": 68,
+ "GroupId": 3005,
+ "Ranking": [
+ 3
+ ],
+ "RewardGroup": 11003
+ }
+]
\ No newline at end of file
diff --git a/config/RechargeAddUpConfigCategory.json b/config/RechargeAddUpConfigCategory.json
new file mode 100644
index 0000000..85557bf
--- /dev/null
+++ b/config/RechargeAddUpConfigCategory.json
@@ -0,0 +1,82 @@
+[
+ {
+ "Id": 1,
+ "Quota": 1,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 2,
+ "Quota": 20,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 3,
+ "Quota": 68,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 4,
+ "Quota": 98,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 5,
+ "Quota": 198,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 7,
+ "Quota": 648,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 8,
+ "Quota": 1000,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ },
+ {
+ "Id": 9,
+ "Quota": 2000,
+ "Award": 3,
+ "Privilege": 0,
+ "Item": 8101,
+ "Name": "孟和",
+ "Icon": "Warrior_Picture_4",
+ "text": "真正的勇士,敢于面对任何危险"
+ }
+]
\ No newline at end of file
diff --git a/config/RechargeConfigCategory.json b/config/RechargeConfigCategory.json
new file mode 100644
index 0000000..7c4efb8
--- /dev/null
+++ b/config/RechargeConfigCategory.json
@@ -0,0 +1,182 @@
+[
+ {
+ "Id": 1,
+ "ShopType": 1,
+ "RMB_Num": 6,
+ "Currency": 1,
+ "ItemId": 220000,
+ "ItenNum": 60,
+ "Extra": 0,
+ "Double": true,
+ "Recommend": true,
+ "ICON": "Recharge_icon_1"
+ },
+ {
+ "Id": 2,
+ "ShopType": 1,
+ "RMB_Num": 30,
+ "Currency": 1,
+ "ItemId": 220000,
+ "ItenNum": 300,
+ "Extra": 50,
+ "Double": true,
+ "Recommend": false,
+ "ICON": "Recharge_icon_2"
+ },
+ {
+ "Id": 3,
+ "ShopType": 1,
+ "RMB_Num": 98,
+ "Currency": 1,
+ "ItemId": 220000,
+ "ItenNum": 980,
+ "Extra": 100,
+ "Double": true,
+ "Recommend": true,
+ "ICON": "Recharge_icon_3"
+ },
+ {
+ "Id": 4,
+ "ShopType": 1,
+ "RMB_Num": 198,
+ "Currency": 1,
+ "ItemId": 220000,
+ "ItenNum": 1980,
+ "Extra": 200,
+ "Double": true,
+ "Recommend": true,
+ "ICON": "Recharge_icon_4"
+ },
+ {
+ "Id": 5,
+ "ShopType": 1,
+ "RMB_Num": 328,
+ "Currency": 1,
+ "ItemId": 220000,
+ "ItenNum": 3280,
+ "Extra": 500,
+ "Double": true,
+ "Recommend": false,
+ "ICON": "Recharge_icon_5"
+ },
+ {
+ "Id": 6,
+ "ShopType": 1,
+ "RMB_Num": 648,
+ "Currency": 1,
+ "ItemId": 220000,
+ "ItenNum": 6480,
+ "Extra": 1000,
+ "Double": true,
+ "Recommend": true,
+ "ICON": "Recharge_icon_6"
+ },
+ {
+ "Id": 7,
+ "ShopType": 2,
+ "RMB_Num": 68,
+ "Currency": 1,
+ "ItemId": 130004,
+ "ItenNum": 1,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": "Recharge_icon_7"
+ },
+ {
+ "Id": 8,
+ "ShopType": 3,
+ "RMB_Num": 1,
+ "Currency": 1,
+ "ItemId": 130005,
+ "ItenNum": 2,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": "Item_Icon_130005"
+ },
+ {
+ "Id": 9,
+ "ShopType": 3,
+ "RMB_Num": 1,
+ "Currency": 1,
+ "ItemId": 1901,
+ "ItenNum": 1,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": "Item_Icon_1901"
+ },
+ {
+ "Id": 10,
+ "ShopType": 3,
+ "RMB_Num": 1,
+ "Currency": 1,
+ "ItemId": 1902,
+ "ItenNum": 1,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": "Item_Icon_1902"
+ },
+ {
+ "Id": 11,
+ "ShopType": 3,
+ "RMB_Num": 1,
+ "Currency": 1,
+ "ItemId": 1300,
+ "ItenNum": 3,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": "Item_Icon_1300"
+ },
+ {
+ "Id": 12,
+ "ShopType": 3,
+ "RMB_Num": 1,
+ "Currency": 1,
+ "ItemId": 7102,
+ "ItenNum": 1,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": "Item_Icon_7102"
+ },
+ {
+ "Id": 13,
+ "ShopType": 4,
+ "RMB_Num": 68,
+ "Currency": 1,
+ "ItemId": 0,
+ "ItenNum": 0,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": ""
+ },
+ {
+ "Id": 14,
+ "ShopType": 5,
+ "RMB_Num": 20,
+ "Currency": 1,
+ "ItemId": 0,
+ "ItenNum": 0,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": ""
+ },
+ {
+ "Id": 15,
+ "ShopType": 5,
+ "RMB_Num": 68,
+ "Currency": 1,
+ "ItemId": 0,
+ "ItenNum": 0,
+ "Extra": 0,
+ "Double": false,
+ "Recommend": false,
+ "ICON": ""
+ }
+]
\ No newline at end of file
diff --git a/config/RefreshPointCofigCategory.json b/config/RefreshPointCofigCategory.json
new file mode 100644
index 0000000..a5e1304
--- /dev/null
+++ b/config/RefreshPointCofigCategory.json
@@ -0,0 +1,38 @@
+[
+ {
+ "Id": 1,
+ "RefreshPointId": 1,
+ "MonsterID": [
+ 10006,
+ 10007,
+ 10008,
+ 10009,
+ 10010
+ ],
+ "RefreshNum": 1,
+ "TimeInterval": 10,
+ "MonsterNum": 2,
+ "Coordinate": {
+ "x": -30.94,
+ "y": -21.39
+ }
+ },
+ {
+ "Id": 2,
+ "RefreshPointId": 2,
+ "MonsterID": [
+ 10006,
+ 10007,
+ 10008,
+ 10009,
+ 10010
+ ],
+ "RefreshNum": 1,
+ "TimeInterval": 10,
+ "MonsterNum": 2,
+ "Coordinate": {
+ "x": -25.96,
+ "y": -26.37
+ }
+ }
+]
\ No newline at end of file
diff --git a/config/RefreshPointConfigCategory.json b/config/RefreshPointConfigCategory.json
new file mode 100644
index 0000000..a7e7c07
--- /dev/null
+++ b/config/RefreshPointConfigCategory.json
@@ -0,0 +1,74232 @@
+[
+ {
+ "Id": 1,
+ "RefreshPointId": 4011,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2,
+ "RefreshPointId": 4011,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3,
+ "RefreshPointId": 4011,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4,
+ "RefreshPointId": 4011,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5,
+ "RefreshPointId": 4011,
+ "MonsterID": 1406,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6,
+ "RefreshPointId": 4012,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 7,
+ "RefreshPointId": 4012,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 8,
+ "RefreshPointId": 4012,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 9,
+ "RefreshPointId": 4012,
+ "MonsterID": 1401,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10,
+ "RefreshPointId": 4012,
+ "MonsterID": 1408,
+ "TimeInterval": 5,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 11,
+ "RefreshPointId": 4021,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 12,
+ "RefreshPointId": 4021,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 13,
+ "RefreshPointId": 4021,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 14,
+ "RefreshPointId": 4021,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 15,
+ "RefreshPointId": 4021,
+ "MonsterID": 1406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 16,
+ "RefreshPointId": 4022,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 17,
+ "RefreshPointId": 4022,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 18,
+ "RefreshPointId": 4022,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 19,
+ "RefreshPointId": 4022,
+ "MonsterID": 1402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 20,
+ "RefreshPointId": 4022,
+ "MonsterID": 1408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 21,
+ "RefreshPointId": 4031,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 22,
+ "RefreshPointId": 4031,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 23,
+ "RefreshPointId": 4031,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 24,
+ "RefreshPointId": 4031,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 25,
+ "RefreshPointId": 4031,
+ "MonsterID": 1406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 26,
+ "RefreshPointId": 4032,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 27,
+ "RefreshPointId": 4032,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 28,
+ "RefreshPointId": 4032,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 29,
+ "RefreshPointId": 4032,
+ "MonsterID": 1403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 30,
+ "RefreshPointId": 4032,
+ "MonsterID": 1408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 31,
+ "RefreshPointId": 4041,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 32,
+ "RefreshPointId": 4041,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 33,
+ "RefreshPointId": 4041,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 34,
+ "RefreshPointId": 4041,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 35,
+ "RefreshPointId": 4041,
+ "MonsterID": 1406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 36,
+ "RefreshPointId": 4042,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 37,
+ "RefreshPointId": 4042,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 38,
+ "RefreshPointId": 4042,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 39,
+ "RefreshPointId": 4042,
+ "MonsterID": 1404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 40,
+ "RefreshPointId": 4042,
+ "MonsterID": 1408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 41,
+ "RefreshPointId": 4051,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 42,
+ "RefreshPointId": 4051,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 43,
+ "RefreshPointId": 4051,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 44,
+ "RefreshPointId": 4051,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 45,
+ "RefreshPointId": 4051,
+ "MonsterID": 1407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 46,
+ "RefreshPointId": 4052,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 47,
+ "RefreshPointId": 4052,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 48,
+ "RefreshPointId": 4052,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 49,
+ "RefreshPointId": 4052,
+ "MonsterID": 1405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 50,
+ "RefreshPointId": 4052,
+ "MonsterID": 1409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 51,
+ "RefreshPointId": 5011,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 52,
+ "RefreshPointId": 5011,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 53,
+ "RefreshPointId": 5011,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 54,
+ "RefreshPointId": 5011,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 55,
+ "RefreshPointId": 5011,
+ "MonsterID": 1506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 56,
+ "RefreshPointId": 5012,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 57,
+ "RefreshPointId": 5012,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 58,
+ "RefreshPointId": 5012,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 59,
+ "RefreshPointId": 5012,
+ "MonsterID": 1501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 60,
+ "RefreshPointId": 5012,
+ "MonsterID": 1508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 61,
+ "RefreshPointId": 5021,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 62,
+ "RefreshPointId": 5021,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 63,
+ "RefreshPointId": 5021,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 64,
+ "RefreshPointId": 5021,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 65,
+ "RefreshPointId": 5021,
+ "MonsterID": 1506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 66,
+ "RefreshPointId": 5022,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 67,
+ "RefreshPointId": 5022,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 68,
+ "RefreshPointId": 5022,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 69,
+ "RefreshPointId": 5022,
+ "MonsterID": 1502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 70,
+ "RefreshPointId": 5022,
+ "MonsterID": 1508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 71,
+ "RefreshPointId": 5031,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 72,
+ "RefreshPointId": 5031,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 73,
+ "RefreshPointId": 5031,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 74,
+ "RefreshPointId": 5031,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 75,
+ "RefreshPointId": 5031,
+ "MonsterID": 1506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 76,
+ "RefreshPointId": 5032,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 77,
+ "RefreshPointId": 5032,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 78,
+ "RefreshPointId": 5032,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 79,
+ "RefreshPointId": 5032,
+ "MonsterID": 1503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 80,
+ "RefreshPointId": 5032,
+ "MonsterID": 1508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 81,
+ "RefreshPointId": 5041,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 82,
+ "RefreshPointId": 5041,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 83,
+ "RefreshPointId": 5041,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 84,
+ "RefreshPointId": 5041,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 85,
+ "RefreshPointId": 5041,
+ "MonsterID": 1506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 86,
+ "RefreshPointId": 5042,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 87,
+ "RefreshPointId": 5042,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 88,
+ "RefreshPointId": 5042,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 89,
+ "RefreshPointId": 5042,
+ "MonsterID": 1504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 90,
+ "RefreshPointId": 5042,
+ "MonsterID": 1508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 91,
+ "RefreshPointId": 5051,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 92,
+ "RefreshPointId": 5051,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 93,
+ "RefreshPointId": 5051,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 94,
+ "RefreshPointId": 5051,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 95,
+ "RefreshPointId": 5051,
+ "MonsterID": 1507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 96,
+ "RefreshPointId": 5052,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 97,
+ "RefreshPointId": 5052,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 98,
+ "RefreshPointId": 5052,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 99,
+ "RefreshPointId": 5052,
+ "MonsterID": 1505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 100,
+ "RefreshPointId": 5052,
+ "MonsterID": 1509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 101,
+ "RefreshPointId": 6011,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 102,
+ "RefreshPointId": 6011,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 103,
+ "RefreshPointId": 6011,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 104,
+ "RefreshPointId": 6011,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 105,
+ "RefreshPointId": 6011,
+ "MonsterID": 1606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 106,
+ "RefreshPointId": 6012,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 107,
+ "RefreshPointId": 6012,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 108,
+ "RefreshPointId": 6012,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 109,
+ "RefreshPointId": 6012,
+ "MonsterID": 1601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 110,
+ "RefreshPointId": 6012,
+ "MonsterID": 1608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 111,
+ "RefreshPointId": 6021,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 112,
+ "RefreshPointId": 6021,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 113,
+ "RefreshPointId": 6021,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 114,
+ "RefreshPointId": 6021,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 115,
+ "RefreshPointId": 6021,
+ "MonsterID": 1606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 116,
+ "RefreshPointId": 6022,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 117,
+ "RefreshPointId": 6022,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 118,
+ "RefreshPointId": 6022,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 119,
+ "RefreshPointId": 6022,
+ "MonsterID": 1602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 120,
+ "RefreshPointId": 6022,
+ "MonsterID": 1608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 121,
+ "RefreshPointId": 6031,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 122,
+ "RefreshPointId": 6031,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 123,
+ "RefreshPointId": 6031,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 124,
+ "RefreshPointId": 6031,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 125,
+ "RefreshPointId": 6031,
+ "MonsterID": 1606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 126,
+ "RefreshPointId": 6032,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 127,
+ "RefreshPointId": 6032,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 128,
+ "RefreshPointId": 6032,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 129,
+ "RefreshPointId": 6032,
+ "MonsterID": 1603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 130,
+ "RefreshPointId": 6032,
+ "MonsterID": 1608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 131,
+ "RefreshPointId": 6041,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 132,
+ "RefreshPointId": 6041,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 133,
+ "RefreshPointId": 6041,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 134,
+ "RefreshPointId": 6041,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 135,
+ "RefreshPointId": 6041,
+ "MonsterID": 1606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 136,
+ "RefreshPointId": 6042,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 137,
+ "RefreshPointId": 6042,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 138,
+ "RefreshPointId": 6042,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 139,
+ "RefreshPointId": 6042,
+ "MonsterID": 1604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 140,
+ "RefreshPointId": 6042,
+ "MonsterID": 1608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 141,
+ "RefreshPointId": 6051,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 142,
+ "RefreshPointId": 6051,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 143,
+ "RefreshPointId": 6051,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 144,
+ "RefreshPointId": 6051,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 145,
+ "RefreshPointId": 6051,
+ "MonsterID": 1607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 146,
+ "RefreshPointId": 6052,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 147,
+ "RefreshPointId": 6052,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 148,
+ "RefreshPointId": 6052,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 149,
+ "RefreshPointId": 6052,
+ "MonsterID": 1605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 150,
+ "RefreshPointId": 6052,
+ "MonsterID": 1609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 151,
+ "RefreshPointId": 7011,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 152,
+ "RefreshPointId": 7011,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 153,
+ "RefreshPointId": 7011,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 154,
+ "RefreshPointId": 7011,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 155,
+ "RefreshPointId": 7011,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 156,
+ "RefreshPointId": 7011,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 157,
+ "RefreshPointId": 7011,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 158,
+ "RefreshPointId": 7012,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 159,
+ "RefreshPointId": 7012,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 160,
+ "RefreshPointId": 7012,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 161,
+ "RefreshPointId": 7012,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 162,
+ "RefreshPointId": 7012,
+ "MonsterID": 1701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 163,
+ "RefreshPointId": 7012,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 164,
+ "RefreshPointId": 7012,
+ "MonsterID": 1714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 165,
+ "RefreshPointId": 7021,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 166,
+ "RefreshPointId": 7021,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 167,
+ "RefreshPointId": 7021,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 168,
+ "RefreshPointId": 7021,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 169,
+ "RefreshPointId": 7021,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 170,
+ "RefreshPointId": 7021,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 171,
+ "RefreshPointId": 7021,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 172,
+ "RefreshPointId": 7022,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 173,
+ "RefreshPointId": 7022,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 174,
+ "RefreshPointId": 7022,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 175,
+ "RefreshPointId": 7022,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 176,
+ "RefreshPointId": 7022,
+ "MonsterID": 1702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 177,
+ "RefreshPointId": 7022,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 178,
+ "RefreshPointId": 7022,
+ "MonsterID": 1714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 179,
+ "RefreshPointId": 7031,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 180,
+ "RefreshPointId": 7031,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 181,
+ "RefreshPointId": 7031,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 182,
+ "RefreshPointId": 7031,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 183,
+ "RefreshPointId": 7031,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 184,
+ "RefreshPointId": 7031,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 185,
+ "RefreshPointId": 7031,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 186,
+ "RefreshPointId": 7032,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 187,
+ "RefreshPointId": 7032,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 188,
+ "RefreshPointId": 7032,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 189,
+ "RefreshPointId": 7032,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 190,
+ "RefreshPointId": 7032,
+ "MonsterID": 1703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 191,
+ "RefreshPointId": 7032,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 192,
+ "RefreshPointId": 7032,
+ "MonsterID": 1714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 193,
+ "RefreshPointId": 7041,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 194,
+ "RefreshPointId": 7041,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 195,
+ "RefreshPointId": 7041,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 196,
+ "RefreshPointId": 7041,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 197,
+ "RefreshPointId": 7041,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 198,
+ "RefreshPointId": 7041,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 199,
+ "RefreshPointId": 7041,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 200,
+ "RefreshPointId": 7042,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 201,
+ "RefreshPointId": 7042,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 202,
+ "RefreshPointId": 7042,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 203,
+ "RefreshPointId": 7042,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 204,
+ "RefreshPointId": 7042,
+ "MonsterID": 1704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 205,
+ "RefreshPointId": 7042,
+ "MonsterID": 1711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 206,
+ "RefreshPointId": 7042,
+ "MonsterID": 1714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 207,
+ "RefreshPointId": 7051,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 208,
+ "RefreshPointId": 7051,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 209,
+ "RefreshPointId": 7051,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 210,
+ "RefreshPointId": 7051,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 211,
+ "RefreshPointId": 7051,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 212,
+ "RefreshPointId": 7051,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 213,
+ "RefreshPointId": 7051,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 214,
+ "RefreshPointId": 7052,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 215,
+ "RefreshPointId": 7052,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 216,
+ "RefreshPointId": 7052,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 217,
+ "RefreshPointId": 7052,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 218,
+ "RefreshPointId": 7052,
+ "MonsterID": 1705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 219,
+ "RefreshPointId": 7052,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 220,
+ "RefreshPointId": 7052,
+ "MonsterID": 1715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 221,
+ "RefreshPointId": 7061,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 222,
+ "RefreshPointId": 7061,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 223,
+ "RefreshPointId": 7061,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 224,
+ "RefreshPointId": 7061,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 225,
+ "RefreshPointId": 7061,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 226,
+ "RefreshPointId": 7061,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 227,
+ "RefreshPointId": 7061,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 228,
+ "RefreshPointId": 7062,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 229,
+ "RefreshPointId": 7062,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 230,
+ "RefreshPointId": 7062,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 231,
+ "RefreshPointId": 7062,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 232,
+ "RefreshPointId": 7062,
+ "MonsterID": 1706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 233,
+ "RefreshPointId": 7062,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 234,
+ "RefreshPointId": 7062,
+ "MonsterID": 1715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 235,
+ "RefreshPointId": 7071,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 236,
+ "RefreshPointId": 7071,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 237,
+ "RefreshPointId": 7071,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 238,
+ "RefreshPointId": 7071,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 239,
+ "RefreshPointId": 7071,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 240,
+ "RefreshPointId": 7071,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 241,
+ "RefreshPointId": 7071,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 242,
+ "RefreshPointId": 7072,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 243,
+ "RefreshPointId": 7072,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 244,
+ "RefreshPointId": 7072,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 245,
+ "RefreshPointId": 7072,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 246,
+ "RefreshPointId": 7072,
+ "MonsterID": 1707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 247,
+ "RefreshPointId": 7072,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 248,
+ "RefreshPointId": 7072,
+ "MonsterID": 1715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 249,
+ "RefreshPointId": 7081,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 250,
+ "RefreshPointId": 7081,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 251,
+ "RefreshPointId": 7081,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 252,
+ "RefreshPointId": 7081,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 253,
+ "RefreshPointId": 7081,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 254,
+ "RefreshPointId": 7081,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 255,
+ "RefreshPointId": 7081,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 256,
+ "RefreshPointId": 7082,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 257,
+ "RefreshPointId": 7082,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 258,
+ "RefreshPointId": 7082,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 259,
+ "RefreshPointId": 7082,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 260,
+ "RefreshPointId": 7082,
+ "MonsterID": 1708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 261,
+ "RefreshPointId": 7082,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 262,
+ "RefreshPointId": 7082,
+ "MonsterID": 1715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 263,
+ "RefreshPointId": 7091,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 264,
+ "RefreshPointId": 7091,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 265,
+ "RefreshPointId": 7091,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 266,
+ "RefreshPointId": 7091,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 267,
+ "RefreshPointId": 7091,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 268,
+ "RefreshPointId": 7091,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 269,
+ "RefreshPointId": 7091,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 270,
+ "RefreshPointId": 7092,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 271,
+ "RefreshPointId": 7092,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 272,
+ "RefreshPointId": 7092,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 273,
+ "RefreshPointId": 7092,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 274,
+ "RefreshPointId": 7092,
+ "MonsterID": 1709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 275,
+ "RefreshPointId": 7092,
+ "MonsterID": 1712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 276,
+ "RefreshPointId": 7092,
+ "MonsterID": 1715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 277,
+ "RefreshPointId": 7101,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 278,
+ "RefreshPointId": 7101,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 279,
+ "RefreshPointId": 7101,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 280,
+ "RefreshPointId": 7101,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 281,
+ "RefreshPointId": 7101,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 282,
+ "RefreshPointId": 7101,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 283,
+ "RefreshPointId": 7101,
+ "MonsterID": 1713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 284,
+ "RefreshPointId": 7102,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 285,
+ "RefreshPointId": 7102,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 286,
+ "RefreshPointId": 7102,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 287,
+ "RefreshPointId": 7102,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 288,
+ "RefreshPointId": 7102,
+ "MonsterID": 1710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 289,
+ "RefreshPointId": 7102,
+ "MonsterID": 1713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 290,
+ "RefreshPointId": 7102,
+ "MonsterID": 1716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 291,
+ "RefreshPointId": 8011,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 292,
+ "RefreshPointId": 8011,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 293,
+ "RefreshPointId": 8011,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 294,
+ "RefreshPointId": 8011,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 295,
+ "RefreshPointId": 8011,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 296,
+ "RefreshPointId": 8011,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 297,
+ "RefreshPointId": 8011,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 298,
+ "RefreshPointId": 8012,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 299,
+ "RefreshPointId": 8012,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 300,
+ "RefreshPointId": 8012,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 301,
+ "RefreshPointId": 8012,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 302,
+ "RefreshPointId": 8012,
+ "MonsterID": 1801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 303,
+ "RefreshPointId": 8012,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 304,
+ "RefreshPointId": 8012,
+ "MonsterID": 1814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 305,
+ "RefreshPointId": 8021,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 306,
+ "RefreshPointId": 8021,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 307,
+ "RefreshPointId": 8021,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 308,
+ "RefreshPointId": 8021,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 309,
+ "RefreshPointId": 8021,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 310,
+ "RefreshPointId": 8021,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 311,
+ "RefreshPointId": 8021,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 312,
+ "RefreshPointId": 8022,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 313,
+ "RefreshPointId": 8022,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 314,
+ "RefreshPointId": 8022,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 315,
+ "RefreshPointId": 8022,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 316,
+ "RefreshPointId": 8022,
+ "MonsterID": 1802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 317,
+ "RefreshPointId": 8022,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 318,
+ "RefreshPointId": 8022,
+ "MonsterID": 1814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 319,
+ "RefreshPointId": 8031,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 320,
+ "RefreshPointId": 8031,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 321,
+ "RefreshPointId": 8031,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 322,
+ "RefreshPointId": 8031,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 323,
+ "RefreshPointId": 8031,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 324,
+ "RefreshPointId": 8031,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 325,
+ "RefreshPointId": 8031,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 326,
+ "RefreshPointId": 8032,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 327,
+ "RefreshPointId": 8032,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 328,
+ "RefreshPointId": 8032,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 329,
+ "RefreshPointId": 8032,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 330,
+ "RefreshPointId": 8032,
+ "MonsterID": 1803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 331,
+ "RefreshPointId": 8032,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 332,
+ "RefreshPointId": 8032,
+ "MonsterID": 1814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 333,
+ "RefreshPointId": 8041,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 334,
+ "RefreshPointId": 8041,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 335,
+ "RefreshPointId": 8041,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 336,
+ "RefreshPointId": 8041,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 337,
+ "RefreshPointId": 8041,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 338,
+ "RefreshPointId": 8041,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 339,
+ "RefreshPointId": 8041,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 340,
+ "RefreshPointId": 8042,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 341,
+ "RefreshPointId": 8042,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 342,
+ "RefreshPointId": 8042,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 343,
+ "RefreshPointId": 8042,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 344,
+ "RefreshPointId": 8042,
+ "MonsterID": 1804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 345,
+ "RefreshPointId": 8042,
+ "MonsterID": 1811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 346,
+ "RefreshPointId": 8042,
+ "MonsterID": 1814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 347,
+ "RefreshPointId": 8051,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 348,
+ "RefreshPointId": 8051,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 349,
+ "RefreshPointId": 8051,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 350,
+ "RefreshPointId": 8051,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 351,
+ "RefreshPointId": 8051,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 352,
+ "RefreshPointId": 8051,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 353,
+ "RefreshPointId": 8051,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 354,
+ "RefreshPointId": 8052,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 355,
+ "RefreshPointId": 8052,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 356,
+ "RefreshPointId": 8052,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 357,
+ "RefreshPointId": 8052,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 358,
+ "RefreshPointId": 8052,
+ "MonsterID": 1805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 359,
+ "RefreshPointId": 8052,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 360,
+ "RefreshPointId": 8052,
+ "MonsterID": 1815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 361,
+ "RefreshPointId": 8061,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 362,
+ "RefreshPointId": 8061,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 363,
+ "RefreshPointId": 8061,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 364,
+ "RefreshPointId": 8061,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 365,
+ "RefreshPointId": 8061,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 366,
+ "RefreshPointId": 8061,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 367,
+ "RefreshPointId": 8061,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 368,
+ "RefreshPointId": 8062,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 369,
+ "RefreshPointId": 8062,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 370,
+ "RefreshPointId": 8062,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 371,
+ "RefreshPointId": 8062,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 372,
+ "RefreshPointId": 8062,
+ "MonsterID": 1806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 373,
+ "RefreshPointId": 8062,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 374,
+ "RefreshPointId": 8062,
+ "MonsterID": 1815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 375,
+ "RefreshPointId": 8071,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 376,
+ "RefreshPointId": 8071,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 377,
+ "RefreshPointId": 8071,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 378,
+ "RefreshPointId": 8071,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 379,
+ "RefreshPointId": 8071,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 380,
+ "RefreshPointId": 8071,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 381,
+ "RefreshPointId": 8071,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 382,
+ "RefreshPointId": 8072,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 383,
+ "RefreshPointId": 8072,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 384,
+ "RefreshPointId": 8072,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 385,
+ "RefreshPointId": 8072,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 386,
+ "RefreshPointId": 8072,
+ "MonsterID": 1807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 387,
+ "RefreshPointId": 8072,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 388,
+ "RefreshPointId": 8072,
+ "MonsterID": 1815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 389,
+ "RefreshPointId": 8081,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 390,
+ "RefreshPointId": 8081,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 391,
+ "RefreshPointId": 8081,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 392,
+ "RefreshPointId": 8081,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 393,
+ "RefreshPointId": 8081,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 394,
+ "RefreshPointId": 8081,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 395,
+ "RefreshPointId": 8081,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 396,
+ "RefreshPointId": 8082,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 397,
+ "RefreshPointId": 8082,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 398,
+ "RefreshPointId": 8082,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 399,
+ "RefreshPointId": 8082,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 400,
+ "RefreshPointId": 8082,
+ "MonsterID": 1808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 401,
+ "RefreshPointId": 8082,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 402,
+ "RefreshPointId": 8082,
+ "MonsterID": 1815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 403,
+ "RefreshPointId": 8091,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 404,
+ "RefreshPointId": 8091,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 405,
+ "RefreshPointId": 8091,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 406,
+ "RefreshPointId": 8091,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 407,
+ "RefreshPointId": 8091,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 408,
+ "RefreshPointId": 8091,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 409,
+ "RefreshPointId": 8091,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 410,
+ "RefreshPointId": 8092,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 411,
+ "RefreshPointId": 8092,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 412,
+ "RefreshPointId": 8092,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 413,
+ "RefreshPointId": 8092,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 414,
+ "RefreshPointId": 8092,
+ "MonsterID": 1809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 415,
+ "RefreshPointId": 8092,
+ "MonsterID": 1812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 416,
+ "RefreshPointId": 8092,
+ "MonsterID": 1815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 417,
+ "RefreshPointId": 8101,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 418,
+ "RefreshPointId": 8101,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 419,
+ "RefreshPointId": 8101,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 420,
+ "RefreshPointId": 8101,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 421,
+ "RefreshPointId": 8101,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 422,
+ "RefreshPointId": 8101,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 423,
+ "RefreshPointId": 8101,
+ "MonsterID": 1813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 424,
+ "RefreshPointId": 8102,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 425,
+ "RefreshPointId": 8102,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 426,
+ "RefreshPointId": 8102,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 427,
+ "RefreshPointId": 8102,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 428,
+ "RefreshPointId": 8102,
+ "MonsterID": 1810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 429,
+ "RefreshPointId": 8102,
+ "MonsterID": 1813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 430,
+ "RefreshPointId": 8102,
+ "MonsterID": 1816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 431,
+ "RefreshPointId": 9011,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 432,
+ "RefreshPointId": 9011,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 433,
+ "RefreshPointId": 9011,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 434,
+ "RefreshPointId": 9011,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 435,
+ "RefreshPointId": 9011,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 436,
+ "RefreshPointId": 9011,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 437,
+ "RefreshPointId": 9011,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 438,
+ "RefreshPointId": 9012,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 439,
+ "RefreshPointId": 9012,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 440,
+ "RefreshPointId": 9012,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 441,
+ "RefreshPointId": 9012,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 442,
+ "RefreshPointId": 9012,
+ "MonsterID": 1901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 443,
+ "RefreshPointId": 9012,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 444,
+ "RefreshPointId": 9012,
+ "MonsterID": 1914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 445,
+ "RefreshPointId": 9021,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 446,
+ "RefreshPointId": 9021,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 447,
+ "RefreshPointId": 9021,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 448,
+ "RefreshPointId": 9021,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 449,
+ "RefreshPointId": 9021,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 450,
+ "RefreshPointId": 9021,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 451,
+ "RefreshPointId": 9021,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 452,
+ "RefreshPointId": 9022,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 453,
+ "RefreshPointId": 9022,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 454,
+ "RefreshPointId": 9022,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 455,
+ "RefreshPointId": 9022,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 456,
+ "RefreshPointId": 9022,
+ "MonsterID": 1902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 457,
+ "RefreshPointId": 9022,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 458,
+ "RefreshPointId": 9022,
+ "MonsterID": 1914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 459,
+ "RefreshPointId": 9031,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 460,
+ "RefreshPointId": 9031,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 461,
+ "RefreshPointId": 9031,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 462,
+ "RefreshPointId": 9031,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 463,
+ "RefreshPointId": 9031,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 464,
+ "RefreshPointId": 9031,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 465,
+ "RefreshPointId": 9031,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 466,
+ "RefreshPointId": 9032,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 467,
+ "RefreshPointId": 9032,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 468,
+ "RefreshPointId": 9032,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 469,
+ "RefreshPointId": 9032,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 470,
+ "RefreshPointId": 9032,
+ "MonsterID": 1903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 471,
+ "RefreshPointId": 9032,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 472,
+ "RefreshPointId": 9032,
+ "MonsterID": 1914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 473,
+ "RefreshPointId": 9041,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 474,
+ "RefreshPointId": 9041,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 475,
+ "RefreshPointId": 9041,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 476,
+ "RefreshPointId": 9041,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 477,
+ "RefreshPointId": 9041,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 478,
+ "RefreshPointId": 9041,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 479,
+ "RefreshPointId": 9041,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 480,
+ "RefreshPointId": 9042,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 481,
+ "RefreshPointId": 9042,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 482,
+ "RefreshPointId": 9042,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 483,
+ "RefreshPointId": 9042,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 484,
+ "RefreshPointId": 9042,
+ "MonsterID": 1904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 485,
+ "RefreshPointId": 9042,
+ "MonsterID": 1911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 486,
+ "RefreshPointId": 9042,
+ "MonsterID": 1914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 487,
+ "RefreshPointId": 9051,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 488,
+ "RefreshPointId": 9051,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 489,
+ "RefreshPointId": 9051,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 490,
+ "RefreshPointId": 9051,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 491,
+ "RefreshPointId": 9051,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 492,
+ "RefreshPointId": 9051,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 493,
+ "RefreshPointId": 9051,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 494,
+ "RefreshPointId": 9052,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 495,
+ "RefreshPointId": 9052,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 496,
+ "RefreshPointId": 9052,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 497,
+ "RefreshPointId": 9052,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 498,
+ "RefreshPointId": 9052,
+ "MonsterID": 1905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 499,
+ "RefreshPointId": 9052,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 500,
+ "RefreshPointId": 9052,
+ "MonsterID": 1915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 501,
+ "RefreshPointId": 9061,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 502,
+ "RefreshPointId": 9061,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 503,
+ "RefreshPointId": 9061,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 504,
+ "RefreshPointId": 9061,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 505,
+ "RefreshPointId": 9061,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 506,
+ "RefreshPointId": 9061,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 507,
+ "RefreshPointId": 9061,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 508,
+ "RefreshPointId": 9062,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 509,
+ "RefreshPointId": 9062,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 510,
+ "RefreshPointId": 9062,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 511,
+ "RefreshPointId": 9062,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 512,
+ "RefreshPointId": 9062,
+ "MonsterID": 1906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 513,
+ "RefreshPointId": 9062,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 514,
+ "RefreshPointId": 9062,
+ "MonsterID": 1915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 515,
+ "RefreshPointId": 9071,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 516,
+ "RefreshPointId": 9071,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 517,
+ "RefreshPointId": 9071,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 518,
+ "RefreshPointId": 9071,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 519,
+ "RefreshPointId": 9071,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 520,
+ "RefreshPointId": 9071,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 521,
+ "RefreshPointId": 9071,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 522,
+ "RefreshPointId": 9072,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 523,
+ "RefreshPointId": 9072,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 524,
+ "RefreshPointId": 9072,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 525,
+ "RefreshPointId": 9072,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 526,
+ "RefreshPointId": 9072,
+ "MonsterID": 1907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 527,
+ "RefreshPointId": 9072,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 528,
+ "RefreshPointId": 9072,
+ "MonsterID": 1915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 529,
+ "RefreshPointId": 9081,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 530,
+ "RefreshPointId": 9081,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 531,
+ "RefreshPointId": 9081,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 532,
+ "RefreshPointId": 9081,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 533,
+ "RefreshPointId": 9081,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 534,
+ "RefreshPointId": 9081,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 535,
+ "RefreshPointId": 9081,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 536,
+ "RefreshPointId": 9082,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 537,
+ "RefreshPointId": 9082,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 538,
+ "RefreshPointId": 9082,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 539,
+ "RefreshPointId": 9082,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 540,
+ "RefreshPointId": 9082,
+ "MonsterID": 1908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 541,
+ "RefreshPointId": 9082,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 542,
+ "RefreshPointId": 9082,
+ "MonsterID": 1915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 543,
+ "RefreshPointId": 9091,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 544,
+ "RefreshPointId": 9091,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 545,
+ "RefreshPointId": 9091,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 546,
+ "RefreshPointId": 9091,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 547,
+ "RefreshPointId": 9091,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 548,
+ "RefreshPointId": 9091,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 549,
+ "RefreshPointId": 9091,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 550,
+ "RefreshPointId": 9092,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 551,
+ "RefreshPointId": 9092,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 552,
+ "RefreshPointId": 9092,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 553,
+ "RefreshPointId": 9092,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 554,
+ "RefreshPointId": 9092,
+ "MonsterID": 1909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 555,
+ "RefreshPointId": 9092,
+ "MonsterID": 1912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 556,
+ "RefreshPointId": 9092,
+ "MonsterID": 1915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 557,
+ "RefreshPointId": 9101,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 558,
+ "RefreshPointId": 9101,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 559,
+ "RefreshPointId": 9101,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 560,
+ "RefreshPointId": 9101,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 561,
+ "RefreshPointId": 9101,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 562,
+ "RefreshPointId": 9101,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 563,
+ "RefreshPointId": 9101,
+ "MonsterID": 1913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 564,
+ "RefreshPointId": 9102,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 565,
+ "RefreshPointId": 9102,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 566,
+ "RefreshPointId": 9102,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 567,
+ "RefreshPointId": 9102,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 568,
+ "RefreshPointId": 9102,
+ "MonsterID": 1910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 569,
+ "RefreshPointId": 9102,
+ "MonsterID": 1913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 570,
+ "RefreshPointId": 9102,
+ "MonsterID": 1916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 571,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 572,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 573,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 574,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 575,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 576,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 577,
+ "RefreshPointId": 10011,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 578,
+ "RefreshPointId": 10011,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 579,
+ "RefreshPointId": 10011,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 580,
+ "RefreshPointId": 10012,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 581,
+ "RefreshPointId": 10012,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 582,
+ "RefreshPointId": 10012,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 583,
+ "RefreshPointId": 10012,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 584,
+ "RefreshPointId": 10012,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 585,
+ "RefreshPointId": 10012,
+ "MonsterID": 2001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 586,
+ "RefreshPointId": 10012,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 587,
+ "RefreshPointId": 10012,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 588,
+ "RefreshPointId": 10012,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 589,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 590,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 591,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 592,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 593,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 594,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 595,
+ "RefreshPointId": 10021,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 596,
+ "RefreshPointId": 10021,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 597,
+ "RefreshPointId": 10021,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 598,
+ "RefreshPointId": 10022,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 599,
+ "RefreshPointId": 10022,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 600,
+ "RefreshPointId": 10022,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 601,
+ "RefreshPointId": 10022,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 602,
+ "RefreshPointId": 10022,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 603,
+ "RefreshPointId": 10022,
+ "MonsterID": 2002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 604,
+ "RefreshPointId": 10022,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 605,
+ "RefreshPointId": 10022,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 606,
+ "RefreshPointId": 10022,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 607,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 608,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 609,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 610,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 611,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 612,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 613,
+ "RefreshPointId": 10031,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 614,
+ "RefreshPointId": 10031,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 615,
+ "RefreshPointId": 10031,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 616,
+ "RefreshPointId": 10032,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 617,
+ "RefreshPointId": 10032,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 618,
+ "RefreshPointId": 10032,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 619,
+ "RefreshPointId": 10032,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 620,
+ "RefreshPointId": 10032,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 621,
+ "RefreshPointId": 10032,
+ "MonsterID": 2003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 622,
+ "RefreshPointId": 10032,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 623,
+ "RefreshPointId": 10032,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 624,
+ "RefreshPointId": 10032,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 625,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 626,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 627,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 628,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 629,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 630,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 631,
+ "RefreshPointId": 10041,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 632,
+ "RefreshPointId": 10041,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 633,
+ "RefreshPointId": 10041,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 634,
+ "RefreshPointId": 10042,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 635,
+ "RefreshPointId": 10042,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 636,
+ "RefreshPointId": 10042,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 637,
+ "RefreshPointId": 10042,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 638,
+ "RefreshPointId": 10042,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 639,
+ "RefreshPointId": 10042,
+ "MonsterID": 2004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 640,
+ "RefreshPointId": 10042,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 641,
+ "RefreshPointId": 10042,
+ "MonsterID": 2016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 642,
+ "RefreshPointId": 10042,
+ "MonsterID": 2020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 643,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 644,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 645,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 646,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 647,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 648,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 649,
+ "RefreshPointId": 10051,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 650,
+ "RefreshPointId": 10051,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 651,
+ "RefreshPointId": 10051,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 652,
+ "RefreshPointId": 10052,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 653,
+ "RefreshPointId": 10052,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 654,
+ "RefreshPointId": 10052,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 655,
+ "RefreshPointId": 10052,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 656,
+ "RefreshPointId": 10052,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 657,
+ "RefreshPointId": 10052,
+ "MonsterID": 2005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 658,
+ "RefreshPointId": 10052,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 659,
+ "RefreshPointId": 10052,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 660,
+ "RefreshPointId": 10052,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 661,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 662,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 663,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 664,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 665,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 666,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 667,
+ "RefreshPointId": 10061,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 668,
+ "RefreshPointId": 10061,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 669,
+ "RefreshPointId": 10061,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 670,
+ "RefreshPointId": 10062,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 671,
+ "RefreshPointId": 10062,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 672,
+ "RefreshPointId": 10062,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 673,
+ "RefreshPointId": 10062,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 674,
+ "RefreshPointId": 10062,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 675,
+ "RefreshPointId": 10062,
+ "MonsterID": 2006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 676,
+ "RefreshPointId": 10062,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 677,
+ "RefreshPointId": 10062,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 678,
+ "RefreshPointId": 10062,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 679,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 680,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 681,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 682,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 683,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 684,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 685,
+ "RefreshPointId": 10071,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 686,
+ "RefreshPointId": 10071,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 687,
+ "RefreshPointId": 10071,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 688,
+ "RefreshPointId": 10072,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 689,
+ "RefreshPointId": 10072,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 690,
+ "RefreshPointId": 10072,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 691,
+ "RefreshPointId": 10072,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 692,
+ "RefreshPointId": 10072,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 693,
+ "RefreshPointId": 10072,
+ "MonsterID": 2007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 694,
+ "RefreshPointId": 10072,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 695,
+ "RefreshPointId": 10072,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 696,
+ "RefreshPointId": 10072,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 697,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 698,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 699,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 700,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 701,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 702,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 703,
+ "RefreshPointId": 10081,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 704,
+ "RefreshPointId": 10081,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 705,
+ "RefreshPointId": 10081,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 706,
+ "RefreshPointId": 10082,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 707,
+ "RefreshPointId": 10082,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 708,
+ "RefreshPointId": 10082,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 709,
+ "RefreshPointId": 10082,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 710,
+ "RefreshPointId": 10082,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 711,
+ "RefreshPointId": 10082,
+ "MonsterID": 2008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 712,
+ "RefreshPointId": 10082,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 713,
+ "RefreshPointId": 10082,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 714,
+ "RefreshPointId": 10082,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 715,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 716,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 717,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 718,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 719,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 720,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 721,
+ "RefreshPointId": 10091,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 722,
+ "RefreshPointId": 10091,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 723,
+ "RefreshPointId": 10091,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 724,
+ "RefreshPointId": 10092,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 725,
+ "RefreshPointId": 10092,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 726,
+ "RefreshPointId": 10092,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 727,
+ "RefreshPointId": 10092,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 728,
+ "RefreshPointId": 10092,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 729,
+ "RefreshPointId": 10092,
+ "MonsterID": 2009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 730,
+ "RefreshPointId": 10092,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 731,
+ "RefreshPointId": 10092,
+ "MonsterID": 2017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 732,
+ "RefreshPointId": 10092,
+ "MonsterID": 2021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 733,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 734,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 735,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 736,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 737,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 738,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 739,
+ "RefreshPointId": 10101,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 740,
+ "RefreshPointId": 10101,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 741,
+ "RefreshPointId": 10101,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 742,
+ "RefreshPointId": 10102,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 743,
+ "RefreshPointId": 10102,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 744,
+ "RefreshPointId": 10102,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 745,
+ "RefreshPointId": 10102,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 746,
+ "RefreshPointId": 10102,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 747,
+ "RefreshPointId": 10102,
+ "MonsterID": 2010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 748,
+ "RefreshPointId": 10102,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 749,
+ "RefreshPointId": 10102,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 750,
+ "RefreshPointId": 10102,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 751,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 752,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 753,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 754,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 755,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 756,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 757,
+ "RefreshPointId": 10111,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 758,
+ "RefreshPointId": 10111,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 759,
+ "RefreshPointId": 10111,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 760,
+ "RefreshPointId": 10112,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 761,
+ "RefreshPointId": 10112,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 762,
+ "RefreshPointId": 10112,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 763,
+ "RefreshPointId": 10112,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 764,
+ "RefreshPointId": 10112,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 765,
+ "RefreshPointId": 10112,
+ "MonsterID": 2011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 766,
+ "RefreshPointId": 10112,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 767,
+ "RefreshPointId": 10112,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 768,
+ "RefreshPointId": 10112,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 769,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 770,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 771,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 772,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 773,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 774,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 775,
+ "RefreshPointId": 10121,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 776,
+ "RefreshPointId": 10121,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 777,
+ "RefreshPointId": 10121,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 778,
+ "RefreshPointId": 10122,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 779,
+ "RefreshPointId": 10122,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 780,
+ "RefreshPointId": 10122,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 781,
+ "RefreshPointId": 10122,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 782,
+ "RefreshPointId": 10122,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 783,
+ "RefreshPointId": 10122,
+ "MonsterID": 2012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 784,
+ "RefreshPointId": 10122,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 785,
+ "RefreshPointId": 10122,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 786,
+ "RefreshPointId": 10122,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 787,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 788,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 789,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 790,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 791,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 792,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 793,
+ "RefreshPointId": 10131,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 794,
+ "RefreshPointId": 10131,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 795,
+ "RefreshPointId": 10131,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 796,
+ "RefreshPointId": 10132,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 797,
+ "RefreshPointId": 10132,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 798,
+ "RefreshPointId": 10132,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 799,
+ "RefreshPointId": 10132,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 800,
+ "RefreshPointId": 10132,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 801,
+ "RefreshPointId": 10132,
+ "MonsterID": 2013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 802,
+ "RefreshPointId": 10132,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 803,
+ "RefreshPointId": 10132,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 804,
+ "RefreshPointId": 10132,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 805,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 806,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 807,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 808,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 809,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 810,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 811,
+ "RefreshPointId": 10141,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 812,
+ "RefreshPointId": 10141,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 813,
+ "RefreshPointId": 10141,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 814,
+ "RefreshPointId": 10142,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 815,
+ "RefreshPointId": 10142,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 816,
+ "RefreshPointId": 10142,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 817,
+ "RefreshPointId": 10142,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 818,
+ "RefreshPointId": 10142,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 819,
+ "RefreshPointId": 10142,
+ "MonsterID": 2014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 820,
+ "RefreshPointId": 10142,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 821,
+ "RefreshPointId": 10142,
+ "MonsterID": 2018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 822,
+ "RefreshPointId": 10142,
+ "MonsterID": 2022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 823,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 824,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 825,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 826,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 827,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 828,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 829,
+ "RefreshPointId": 10151,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 830,
+ "RefreshPointId": 10151,
+ "MonsterID": 2019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 831,
+ "RefreshPointId": 10151,
+ "MonsterID": 2023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 832,
+ "RefreshPointId": 10152,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 833,
+ "RefreshPointId": 10152,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 834,
+ "RefreshPointId": 10152,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 835,
+ "RefreshPointId": 10152,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 836,
+ "RefreshPointId": 10152,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 837,
+ "RefreshPointId": 10152,
+ "MonsterID": 2015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 838,
+ "RefreshPointId": 10152,
+ "MonsterID": 2019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 839,
+ "RefreshPointId": 10152,
+ "MonsterID": 2019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 840,
+ "RefreshPointId": 10152,
+ "MonsterID": 2023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 841,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 842,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 843,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 844,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 845,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 846,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 847,
+ "RefreshPointId": 11011,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 848,
+ "RefreshPointId": 11011,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 849,
+ "RefreshPointId": 11011,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 850,
+ "RefreshPointId": 11012,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 851,
+ "RefreshPointId": 11012,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 852,
+ "RefreshPointId": 11012,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 853,
+ "RefreshPointId": 11012,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 854,
+ "RefreshPointId": 11012,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 855,
+ "RefreshPointId": 11012,
+ "MonsterID": 2101,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 856,
+ "RefreshPointId": 11012,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 857,
+ "RefreshPointId": 11012,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 858,
+ "RefreshPointId": 11012,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 859,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 860,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 861,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 862,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 863,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 864,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 865,
+ "RefreshPointId": 11021,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 866,
+ "RefreshPointId": 11021,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 867,
+ "RefreshPointId": 11021,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 868,
+ "RefreshPointId": 11022,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 869,
+ "RefreshPointId": 11022,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 870,
+ "RefreshPointId": 11022,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 871,
+ "RefreshPointId": 11022,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 872,
+ "RefreshPointId": 11022,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 873,
+ "RefreshPointId": 11022,
+ "MonsterID": 2102,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 874,
+ "RefreshPointId": 11022,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 875,
+ "RefreshPointId": 11022,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 876,
+ "RefreshPointId": 11022,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 877,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 878,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 879,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 880,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 881,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 882,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 883,
+ "RefreshPointId": 11031,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 884,
+ "RefreshPointId": 11031,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 885,
+ "RefreshPointId": 11031,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 886,
+ "RefreshPointId": 11032,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 887,
+ "RefreshPointId": 11032,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 888,
+ "RefreshPointId": 11032,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 889,
+ "RefreshPointId": 11032,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 890,
+ "RefreshPointId": 11032,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 891,
+ "RefreshPointId": 11032,
+ "MonsterID": 2103,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 892,
+ "RefreshPointId": 11032,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 893,
+ "RefreshPointId": 11032,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 894,
+ "RefreshPointId": 11032,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 895,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 896,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 897,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 898,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 899,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 900,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 901,
+ "RefreshPointId": 11041,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 902,
+ "RefreshPointId": 11041,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 903,
+ "RefreshPointId": 11041,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 904,
+ "RefreshPointId": 11042,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 905,
+ "RefreshPointId": 11042,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 906,
+ "RefreshPointId": 11042,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 907,
+ "RefreshPointId": 11042,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 908,
+ "RefreshPointId": 11042,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 909,
+ "RefreshPointId": 11042,
+ "MonsterID": 2104,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 910,
+ "RefreshPointId": 11042,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 911,
+ "RefreshPointId": 11042,
+ "MonsterID": 2116,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 912,
+ "RefreshPointId": 11042,
+ "MonsterID": 2120,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 913,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 914,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 915,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 916,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 917,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 918,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 919,
+ "RefreshPointId": 11051,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 920,
+ "RefreshPointId": 11051,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 921,
+ "RefreshPointId": 11051,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 922,
+ "RefreshPointId": 11052,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 923,
+ "RefreshPointId": 11052,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 924,
+ "RefreshPointId": 11052,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 925,
+ "RefreshPointId": 11052,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 926,
+ "RefreshPointId": 11052,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 927,
+ "RefreshPointId": 11052,
+ "MonsterID": 2105,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 928,
+ "RefreshPointId": 11052,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 929,
+ "RefreshPointId": 11052,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 930,
+ "RefreshPointId": 11052,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 931,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 932,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 933,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 934,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 935,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 936,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 937,
+ "RefreshPointId": 11061,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 938,
+ "RefreshPointId": 11061,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 939,
+ "RefreshPointId": 11061,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 940,
+ "RefreshPointId": 11062,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 941,
+ "RefreshPointId": 11062,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 942,
+ "RefreshPointId": 11062,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 943,
+ "RefreshPointId": 11062,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 944,
+ "RefreshPointId": 11062,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 945,
+ "RefreshPointId": 11062,
+ "MonsterID": 2106,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 946,
+ "RefreshPointId": 11062,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 947,
+ "RefreshPointId": 11062,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 948,
+ "RefreshPointId": 11062,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 949,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 950,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 951,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 952,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 953,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 954,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 955,
+ "RefreshPointId": 11071,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 956,
+ "RefreshPointId": 11071,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 957,
+ "RefreshPointId": 11071,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 958,
+ "RefreshPointId": 11072,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 959,
+ "RefreshPointId": 11072,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 960,
+ "RefreshPointId": 11072,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 961,
+ "RefreshPointId": 11072,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 962,
+ "RefreshPointId": 11072,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 963,
+ "RefreshPointId": 11072,
+ "MonsterID": 2107,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 964,
+ "RefreshPointId": 11072,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 965,
+ "RefreshPointId": 11072,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 966,
+ "RefreshPointId": 11072,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 967,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 968,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 969,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 970,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 971,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 972,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 973,
+ "RefreshPointId": 11081,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 974,
+ "RefreshPointId": 11081,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 975,
+ "RefreshPointId": 11081,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 976,
+ "RefreshPointId": 11082,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 977,
+ "RefreshPointId": 11082,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 978,
+ "RefreshPointId": 11082,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 979,
+ "RefreshPointId": 11082,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 980,
+ "RefreshPointId": 11082,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 981,
+ "RefreshPointId": 11082,
+ "MonsterID": 2108,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 982,
+ "RefreshPointId": 11082,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 983,
+ "RefreshPointId": 11082,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 984,
+ "RefreshPointId": 11082,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 985,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 986,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 987,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 988,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 989,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 990,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 991,
+ "RefreshPointId": 11091,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 992,
+ "RefreshPointId": 11091,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 993,
+ "RefreshPointId": 11091,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 994,
+ "RefreshPointId": 11092,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 995,
+ "RefreshPointId": 11092,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 996,
+ "RefreshPointId": 11092,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 997,
+ "RefreshPointId": 11092,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 998,
+ "RefreshPointId": 11092,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 999,
+ "RefreshPointId": 11092,
+ "MonsterID": 2109,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1000,
+ "RefreshPointId": 11092,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1001,
+ "RefreshPointId": 11092,
+ "MonsterID": 2117,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1002,
+ "RefreshPointId": 11092,
+ "MonsterID": 2121,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1003,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1004,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1005,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1006,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1007,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1008,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1009,
+ "RefreshPointId": 11101,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1010,
+ "RefreshPointId": 11101,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1011,
+ "RefreshPointId": 11101,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1012,
+ "RefreshPointId": 11102,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1013,
+ "RefreshPointId": 11102,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1014,
+ "RefreshPointId": 11102,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1015,
+ "RefreshPointId": 11102,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1016,
+ "RefreshPointId": 11102,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1017,
+ "RefreshPointId": 11102,
+ "MonsterID": 2110,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1018,
+ "RefreshPointId": 11102,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1019,
+ "RefreshPointId": 11102,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1020,
+ "RefreshPointId": 11102,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1021,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1022,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1023,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1024,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1025,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1026,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1027,
+ "RefreshPointId": 11111,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1028,
+ "RefreshPointId": 11111,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1029,
+ "RefreshPointId": 11111,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1030,
+ "RefreshPointId": 11112,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1031,
+ "RefreshPointId": 11112,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1032,
+ "RefreshPointId": 11112,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1033,
+ "RefreshPointId": 11112,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1034,
+ "RefreshPointId": 11112,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1035,
+ "RefreshPointId": 11112,
+ "MonsterID": 2111,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1036,
+ "RefreshPointId": 11112,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1037,
+ "RefreshPointId": 11112,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1038,
+ "RefreshPointId": 11112,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1039,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1040,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1041,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1042,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1043,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1044,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1045,
+ "RefreshPointId": 11121,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1046,
+ "RefreshPointId": 11121,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1047,
+ "RefreshPointId": 11121,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1048,
+ "RefreshPointId": 11122,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1049,
+ "RefreshPointId": 11122,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1050,
+ "RefreshPointId": 11122,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1051,
+ "RefreshPointId": 11122,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1052,
+ "RefreshPointId": 11122,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1053,
+ "RefreshPointId": 11122,
+ "MonsterID": 2112,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1054,
+ "RefreshPointId": 11122,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1055,
+ "RefreshPointId": 11122,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1056,
+ "RefreshPointId": 11122,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1057,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1058,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1059,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1060,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1061,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1062,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1063,
+ "RefreshPointId": 11131,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1064,
+ "RefreshPointId": 11131,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1065,
+ "RefreshPointId": 11131,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1066,
+ "RefreshPointId": 11132,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1067,
+ "RefreshPointId": 11132,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1068,
+ "RefreshPointId": 11132,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1069,
+ "RefreshPointId": 11132,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1070,
+ "RefreshPointId": 11132,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1071,
+ "RefreshPointId": 11132,
+ "MonsterID": 2113,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1072,
+ "RefreshPointId": 11132,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1073,
+ "RefreshPointId": 11132,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1074,
+ "RefreshPointId": 11132,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1075,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1076,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1077,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1078,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1079,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1080,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1081,
+ "RefreshPointId": 11141,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1082,
+ "RefreshPointId": 11141,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1083,
+ "RefreshPointId": 11141,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1084,
+ "RefreshPointId": 11142,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1085,
+ "RefreshPointId": 11142,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1086,
+ "RefreshPointId": 11142,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1087,
+ "RefreshPointId": 11142,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1088,
+ "RefreshPointId": 11142,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1089,
+ "RefreshPointId": 11142,
+ "MonsterID": 2114,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1090,
+ "RefreshPointId": 11142,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1091,
+ "RefreshPointId": 11142,
+ "MonsterID": 2118,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1092,
+ "RefreshPointId": 11142,
+ "MonsterID": 2122,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1093,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1094,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1095,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1096,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1097,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1098,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1099,
+ "RefreshPointId": 11151,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1100,
+ "RefreshPointId": 11151,
+ "MonsterID": 2119,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1101,
+ "RefreshPointId": 11151,
+ "MonsterID": 2123,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1102,
+ "RefreshPointId": 11152,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1103,
+ "RefreshPointId": 11152,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1104,
+ "RefreshPointId": 11152,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1105,
+ "RefreshPointId": 11152,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1106,
+ "RefreshPointId": 11152,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1107,
+ "RefreshPointId": 11152,
+ "MonsterID": 2115,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1108,
+ "RefreshPointId": 11152,
+ "MonsterID": 2119,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1109,
+ "RefreshPointId": 11152,
+ "MonsterID": 2119,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1110,
+ "RefreshPointId": 11152,
+ "MonsterID": 2123,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1111,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1112,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1113,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1114,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1115,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1116,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1117,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1118,
+ "RefreshPointId": 12011,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1119,
+ "RefreshPointId": 12011,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1120,
+ "RefreshPointId": 12011,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1121,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1122,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1123,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1124,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1125,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1126,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1127,
+ "RefreshPointId": 12012,
+ "MonsterID": 2201,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1128,
+ "RefreshPointId": 12012,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1129,
+ "RefreshPointId": 12012,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1130,
+ "RefreshPointId": 12012,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1131,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1132,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1133,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1134,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1135,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1136,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1137,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1138,
+ "RefreshPointId": 12021,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1139,
+ "RefreshPointId": 12021,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1140,
+ "RefreshPointId": 12021,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1141,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1142,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1143,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1144,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1145,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1146,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1147,
+ "RefreshPointId": 12022,
+ "MonsterID": 2202,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1148,
+ "RefreshPointId": 12022,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1149,
+ "RefreshPointId": 12022,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1150,
+ "RefreshPointId": 12022,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1151,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1152,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1153,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1154,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1155,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1156,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1157,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1158,
+ "RefreshPointId": 12031,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1159,
+ "RefreshPointId": 12031,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1160,
+ "RefreshPointId": 12031,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1161,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1162,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1163,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1164,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1165,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1166,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1167,
+ "RefreshPointId": 12032,
+ "MonsterID": 2203,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1168,
+ "RefreshPointId": 12032,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1169,
+ "RefreshPointId": 12032,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1170,
+ "RefreshPointId": 12032,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1171,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1172,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1173,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1174,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1175,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1176,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1177,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1178,
+ "RefreshPointId": 12041,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1179,
+ "RefreshPointId": 12041,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1180,
+ "RefreshPointId": 12041,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1181,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1182,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1183,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1184,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1185,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1186,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1187,
+ "RefreshPointId": 12042,
+ "MonsterID": 2204,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1188,
+ "RefreshPointId": 12042,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1189,
+ "RefreshPointId": 12042,
+ "MonsterID": 2221,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1190,
+ "RefreshPointId": 12042,
+ "MonsterID": 2226,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1191,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1192,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1193,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1194,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1195,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1196,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1197,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1198,
+ "RefreshPointId": 12051,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1199,
+ "RefreshPointId": 12051,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1200,
+ "RefreshPointId": 12051,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1201,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1202,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1203,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1204,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1205,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1206,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1207,
+ "RefreshPointId": 12052,
+ "MonsterID": 2205,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1208,
+ "RefreshPointId": 12052,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1209,
+ "RefreshPointId": 12052,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1210,
+ "RefreshPointId": 12052,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1211,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1212,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1213,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1214,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1215,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1216,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1217,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1218,
+ "RefreshPointId": 12061,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1219,
+ "RefreshPointId": 12061,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1220,
+ "RefreshPointId": 12061,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1221,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1222,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1223,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1224,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1225,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1226,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1227,
+ "RefreshPointId": 12062,
+ "MonsterID": 2206,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1228,
+ "RefreshPointId": 12062,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1229,
+ "RefreshPointId": 12062,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1230,
+ "RefreshPointId": 12062,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1231,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1232,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1233,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1234,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1235,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1236,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1237,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1238,
+ "RefreshPointId": 12071,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1239,
+ "RefreshPointId": 12071,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1240,
+ "RefreshPointId": 12071,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1241,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1242,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1243,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1244,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1245,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1246,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1247,
+ "RefreshPointId": 12072,
+ "MonsterID": 2207,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1248,
+ "RefreshPointId": 12072,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1249,
+ "RefreshPointId": 12072,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1250,
+ "RefreshPointId": 12072,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1251,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1252,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1253,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1254,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1255,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1256,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1257,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1258,
+ "RefreshPointId": 12081,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1259,
+ "RefreshPointId": 12081,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1260,
+ "RefreshPointId": 12081,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1261,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1262,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1263,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1264,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1265,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1266,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1267,
+ "RefreshPointId": 12082,
+ "MonsterID": 2208,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1268,
+ "RefreshPointId": 12082,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1269,
+ "RefreshPointId": 12082,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1270,
+ "RefreshPointId": 12082,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1271,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1272,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1273,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1274,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1275,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1276,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1277,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1278,
+ "RefreshPointId": 12091,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1279,
+ "RefreshPointId": 12091,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1280,
+ "RefreshPointId": 12091,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1281,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1282,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1283,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1284,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1285,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1286,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1287,
+ "RefreshPointId": 12092,
+ "MonsterID": 2209,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1288,
+ "RefreshPointId": 12092,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1289,
+ "RefreshPointId": 12092,
+ "MonsterID": 2222,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1290,
+ "RefreshPointId": 12092,
+ "MonsterID": 2227,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1291,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1292,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1293,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1294,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1295,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1296,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1297,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1298,
+ "RefreshPointId": 12101,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1299,
+ "RefreshPointId": 12101,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1300,
+ "RefreshPointId": 12101,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1301,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1302,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1303,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1304,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1305,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1306,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1307,
+ "RefreshPointId": 12102,
+ "MonsterID": 2210,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1308,
+ "RefreshPointId": 12102,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1309,
+ "RefreshPointId": 12102,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1310,
+ "RefreshPointId": 12102,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1311,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1312,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1313,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1314,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1315,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1316,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1317,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1318,
+ "RefreshPointId": 12111,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1319,
+ "RefreshPointId": 12111,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1320,
+ "RefreshPointId": 12111,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1321,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1322,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1323,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1324,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1325,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1326,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1327,
+ "RefreshPointId": 12112,
+ "MonsterID": 2211,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1328,
+ "RefreshPointId": 12112,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1329,
+ "RefreshPointId": 12112,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1330,
+ "RefreshPointId": 12112,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1331,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1332,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1333,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1334,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1335,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1336,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1337,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1338,
+ "RefreshPointId": 12121,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1339,
+ "RefreshPointId": 12121,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1340,
+ "RefreshPointId": 12121,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1341,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1342,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1343,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1344,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1345,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1346,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1347,
+ "RefreshPointId": 12122,
+ "MonsterID": 2212,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1348,
+ "RefreshPointId": 12122,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1349,
+ "RefreshPointId": 12122,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1350,
+ "RefreshPointId": 12122,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1351,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1352,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1353,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1354,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1355,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1356,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1357,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1358,
+ "RefreshPointId": 12131,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1359,
+ "RefreshPointId": 12131,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1360,
+ "RefreshPointId": 12131,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1361,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1362,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1363,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1364,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1365,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1366,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1367,
+ "RefreshPointId": 12132,
+ "MonsterID": 2213,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1368,
+ "RefreshPointId": 12132,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1369,
+ "RefreshPointId": 12132,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1370,
+ "RefreshPointId": 12132,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1371,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1372,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1373,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1374,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1375,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1376,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1377,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1378,
+ "RefreshPointId": 12141,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1379,
+ "RefreshPointId": 12141,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1380,
+ "RefreshPointId": 12141,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1381,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1382,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1383,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1384,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1385,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1386,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1387,
+ "RefreshPointId": 12142,
+ "MonsterID": 2214,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1388,
+ "RefreshPointId": 12142,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1389,
+ "RefreshPointId": 12142,
+ "MonsterID": 2223,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1390,
+ "RefreshPointId": 12142,
+ "MonsterID": 2228,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1391,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1392,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1393,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1394,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1395,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1396,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1397,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1398,
+ "RefreshPointId": 12151,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1399,
+ "RefreshPointId": 12151,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1400,
+ "RefreshPointId": 12151,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1401,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1402,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1403,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1404,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1405,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1406,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1407,
+ "RefreshPointId": 12152,
+ "MonsterID": 2215,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1408,
+ "RefreshPointId": 12152,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1409,
+ "RefreshPointId": 12152,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1410,
+ "RefreshPointId": 12152,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1411,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1412,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1413,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1414,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1415,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1416,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1417,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1418,
+ "RefreshPointId": 12161,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1419,
+ "RefreshPointId": 12161,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1420,
+ "RefreshPointId": 12161,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1421,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1422,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1423,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1424,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1425,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1426,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1427,
+ "RefreshPointId": 12162,
+ "MonsterID": 2216,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1428,
+ "RefreshPointId": 12162,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1429,
+ "RefreshPointId": 12162,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1430,
+ "RefreshPointId": 12162,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1431,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1432,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1433,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1434,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1435,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1436,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1437,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1438,
+ "RefreshPointId": 12171,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1439,
+ "RefreshPointId": 12171,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1440,
+ "RefreshPointId": 12171,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1441,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1442,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1443,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1444,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1445,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1446,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1447,
+ "RefreshPointId": 12172,
+ "MonsterID": 2217,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1448,
+ "RefreshPointId": 12172,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1449,
+ "RefreshPointId": 12172,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1450,
+ "RefreshPointId": 12172,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1451,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1452,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1453,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1454,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1455,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1456,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1457,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1458,
+ "RefreshPointId": 12181,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1459,
+ "RefreshPointId": 12181,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1460,
+ "RefreshPointId": 12181,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1461,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1462,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1463,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1464,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1465,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1466,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1467,
+ "RefreshPointId": 12182,
+ "MonsterID": 2218,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1468,
+ "RefreshPointId": 12182,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1469,
+ "RefreshPointId": 12182,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1470,
+ "RefreshPointId": 12182,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1471,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1472,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1473,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1474,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1475,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1476,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1477,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1478,
+ "RefreshPointId": 12191,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1479,
+ "RefreshPointId": 12191,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1480,
+ "RefreshPointId": 12191,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1481,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1482,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1483,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1484,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1485,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1486,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1487,
+ "RefreshPointId": 12192,
+ "MonsterID": 2219,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1488,
+ "RefreshPointId": 12192,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1489,
+ "RefreshPointId": 12192,
+ "MonsterID": 2224,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1490,
+ "RefreshPointId": 12192,
+ "MonsterID": 2229,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1491,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1492,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1493,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1494,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1495,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1496,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1497,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1498,
+ "RefreshPointId": 12201,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1499,
+ "RefreshPointId": 12201,
+ "MonsterID": 2225,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1500,
+ "RefreshPointId": 12201,
+ "MonsterID": 2230,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1501,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1502,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1503,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1504,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1505,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1506,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1507,
+ "RefreshPointId": 12202,
+ "MonsterID": 2220,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1508,
+ "RefreshPointId": 12202,
+ "MonsterID": 2225,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1509,
+ "RefreshPointId": 12202,
+ "MonsterID": 2225,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1510,
+ "RefreshPointId": 12202,
+ "MonsterID": 2230,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1511,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1512,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1513,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1514,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1515,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1516,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1517,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1518,
+ "RefreshPointId": 13011,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1519,
+ "RefreshPointId": 13011,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1520,
+ "RefreshPointId": 13011,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1521,
+ "RefreshPointId": 13011,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1522,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1523,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1524,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1525,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1526,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1527,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1528,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1529,
+ "RefreshPointId": 13012,
+ "MonsterID": 2301,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1530,
+ "RefreshPointId": 13012,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1531,
+ "RefreshPointId": 13012,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1532,
+ "RefreshPointId": 13012,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1533,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1534,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1535,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1536,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1537,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1538,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1539,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1540,
+ "RefreshPointId": 13021,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1541,
+ "RefreshPointId": 13021,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1542,
+ "RefreshPointId": 13021,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1543,
+ "RefreshPointId": 13021,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1544,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1545,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1546,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1547,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1548,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1549,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1550,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1551,
+ "RefreshPointId": 13022,
+ "MonsterID": 2302,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1552,
+ "RefreshPointId": 13022,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1553,
+ "RefreshPointId": 13022,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1554,
+ "RefreshPointId": 13022,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1555,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1556,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1557,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1558,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1559,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1560,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1561,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1562,
+ "RefreshPointId": 13031,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1563,
+ "RefreshPointId": 13031,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1564,
+ "RefreshPointId": 13031,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1565,
+ "RefreshPointId": 13031,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1566,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1567,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1568,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1569,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1570,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1571,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1572,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1573,
+ "RefreshPointId": 13032,
+ "MonsterID": 2303,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1574,
+ "RefreshPointId": 13032,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1575,
+ "RefreshPointId": 13032,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1576,
+ "RefreshPointId": 13032,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1577,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1578,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1579,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1580,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1581,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1582,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1583,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1584,
+ "RefreshPointId": 13041,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1585,
+ "RefreshPointId": 13041,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1586,
+ "RefreshPointId": 13041,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1587,
+ "RefreshPointId": 13041,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1588,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1589,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1590,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1591,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1592,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1593,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1594,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1595,
+ "RefreshPointId": 13042,
+ "MonsterID": 2304,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1596,
+ "RefreshPointId": 13042,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1597,
+ "RefreshPointId": 13042,
+ "MonsterID": 2321,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1598,
+ "RefreshPointId": 13042,
+ "MonsterID": 2326,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1599,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1600,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1601,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1602,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1603,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1604,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1605,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1606,
+ "RefreshPointId": 13051,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1607,
+ "RefreshPointId": 13051,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1608,
+ "RefreshPointId": 13051,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1609,
+ "RefreshPointId": 13051,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1610,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1611,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1612,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1613,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1614,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1615,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1616,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1617,
+ "RefreshPointId": 13052,
+ "MonsterID": 2305,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1618,
+ "RefreshPointId": 13052,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1619,
+ "RefreshPointId": 13052,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1620,
+ "RefreshPointId": 13052,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1621,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1622,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1623,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1624,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1625,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1626,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1627,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1628,
+ "RefreshPointId": 13061,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1629,
+ "RefreshPointId": 13061,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1630,
+ "RefreshPointId": 13061,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1631,
+ "RefreshPointId": 13061,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1632,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1633,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1634,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1635,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1636,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1637,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1638,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1639,
+ "RefreshPointId": 13062,
+ "MonsterID": 2306,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1640,
+ "RefreshPointId": 13062,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1641,
+ "RefreshPointId": 13062,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1642,
+ "RefreshPointId": 13062,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1643,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1644,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1645,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1646,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1647,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1648,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1649,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1650,
+ "RefreshPointId": 13071,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1651,
+ "RefreshPointId": 13071,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1652,
+ "RefreshPointId": 13071,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1653,
+ "RefreshPointId": 13071,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1654,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1655,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1656,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1657,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1658,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1659,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1660,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1661,
+ "RefreshPointId": 13072,
+ "MonsterID": 2307,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1662,
+ "RefreshPointId": 13072,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1663,
+ "RefreshPointId": 13072,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1664,
+ "RefreshPointId": 13072,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1665,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1666,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1667,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1668,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1669,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1670,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1671,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1672,
+ "RefreshPointId": 13081,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1673,
+ "RefreshPointId": 13081,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1674,
+ "RefreshPointId": 13081,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1675,
+ "RefreshPointId": 13081,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1676,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1677,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1678,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1679,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1680,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1681,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1682,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1683,
+ "RefreshPointId": 13082,
+ "MonsterID": 2308,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1684,
+ "RefreshPointId": 13082,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1685,
+ "RefreshPointId": 13082,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1686,
+ "RefreshPointId": 13082,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1687,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1688,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1689,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1690,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1691,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1692,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1693,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1694,
+ "RefreshPointId": 13091,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1695,
+ "RefreshPointId": 13091,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1696,
+ "RefreshPointId": 13091,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1697,
+ "RefreshPointId": 13091,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1698,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1699,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1700,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1701,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1702,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1703,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1704,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1705,
+ "RefreshPointId": 13092,
+ "MonsterID": 2309,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1706,
+ "RefreshPointId": 13092,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1707,
+ "RefreshPointId": 13092,
+ "MonsterID": 2322,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1708,
+ "RefreshPointId": 13092,
+ "MonsterID": 2327,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1709,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1710,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1711,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1712,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1713,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1714,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1715,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1716,
+ "RefreshPointId": 13101,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1717,
+ "RefreshPointId": 13101,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1718,
+ "RefreshPointId": 13101,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1719,
+ "RefreshPointId": 13101,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1720,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1721,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1722,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1723,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1724,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1725,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1726,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1727,
+ "RefreshPointId": 13102,
+ "MonsterID": 2310,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1728,
+ "RefreshPointId": 13102,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1729,
+ "RefreshPointId": 13102,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1730,
+ "RefreshPointId": 13102,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1731,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1732,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1733,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1734,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1735,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1736,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1737,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1738,
+ "RefreshPointId": 13111,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1739,
+ "RefreshPointId": 13111,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1740,
+ "RefreshPointId": 13111,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1741,
+ "RefreshPointId": 13111,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1742,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1743,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1744,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1745,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1746,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1747,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1748,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1749,
+ "RefreshPointId": 13112,
+ "MonsterID": 2311,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1750,
+ "RefreshPointId": 13112,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1751,
+ "RefreshPointId": 13112,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1752,
+ "RefreshPointId": 13112,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1753,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1754,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1755,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1756,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1757,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1758,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1759,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1760,
+ "RefreshPointId": 13121,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1761,
+ "RefreshPointId": 13121,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1762,
+ "RefreshPointId": 13121,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1763,
+ "RefreshPointId": 13121,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1764,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1765,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1766,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1767,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1768,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1769,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1770,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1771,
+ "RefreshPointId": 13122,
+ "MonsterID": 2312,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1772,
+ "RefreshPointId": 13122,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1773,
+ "RefreshPointId": 13122,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1774,
+ "RefreshPointId": 13122,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1775,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1776,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1777,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1778,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1779,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1780,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1781,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1782,
+ "RefreshPointId": 13131,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1783,
+ "RefreshPointId": 13131,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1784,
+ "RefreshPointId": 13131,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1785,
+ "RefreshPointId": 13131,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1786,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1787,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1788,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1789,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1790,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1791,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1792,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1793,
+ "RefreshPointId": 13132,
+ "MonsterID": 2313,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1794,
+ "RefreshPointId": 13132,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1795,
+ "RefreshPointId": 13132,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1796,
+ "RefreshPointId": 13132,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1797,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1798,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1799,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1800,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1801,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1802,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1803,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1804,
+ "RefreshPointId": 13141,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1805,
+ "RefreshPointId": 13141,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1806,
+ "RefreshPointId": 13141,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1807,
+ "RefreshPointId": 13141,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1808,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1809,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1810,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1811,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1812,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1813,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1814,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1815,
+ "RefreshPointId": 13142,
+ "MonsterID": 2314,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1816,
+ "RefreshPointId": 13142,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1817,
+ "RefreshPointId": 13142,
+ "MonsterID": 2323,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1818,
+ "RefreshPointId": 13142,
+ "MonsterID": 2328,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1819,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1820,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1821,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1822,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1823,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1824,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1825,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1826,
+ "RefreshPointId": 13151,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1827,
+ "RefreshPointId": 13151,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1828,
+ "RefreshPointId": 13151,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1829,
+ "RefreshPointId": 13151,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1830,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1831,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1832,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1833,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1834,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1835,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1836,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1837,
+ "RefreshPointId": 13152,
+ "MonsterID": 2315,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1838,
+ "RefreshPointId": 13152,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1839,
+ "RefreshPointId": 13152,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1840,
+ "RefreshPointId": 13152,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1841,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1842,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1843,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1844,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1845,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1846,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1847,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1848,
+ "RefreshPointId": 13161,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1849,
+ "RefreshPointId": 13161,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1850,
+ "RefreshPointId": 13161,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1851,
+ "RefreshPointId": 13161,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1852,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1853,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1854,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1855,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1856,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1857,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1858,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1859,
+ "RefreshPointId": 13162,
+ "MonsterID": 2316,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1860,
+ "RefreshPointId": 13162,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1861,
+ "RefreshPointId": 13162,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1862,
+ "RefreshPointId": 13162,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1863,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1864,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1865,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1866,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1867,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1868,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1869,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1870,
+ "RefreshPointId": 13171,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1871,
+ "RefreshPointId": 13171,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1872,
+ "RefreshPointId": 13171,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1873,
+ "RefreshPointId": 13171,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1874,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1875,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1876,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1877,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1878,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1879,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1880,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1881,
+ "RefreshPointId": 13172,
+ "MonsterID": 2317,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1882,
+ "RefreshPointId": 13172,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1883,
+ "RefreshPointId": 13172,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1884,
+ "RefreshPointId": 13172,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1885,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1886,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1887,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1888,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1889,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1890,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1891,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1892,
+ "RefreshPointId": 13181,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1893,
+ "RefreshPointId": 13181,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1894,
+ "RefreshPointId": 13181,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1895,
+ "RefreshPointId": 13181,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1896,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1897,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1898,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1899,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1900,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1901,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1902,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1903,
+ "RefreshPointId": 13182,
+ "MonsterID": 2318,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1904,
+ "RefreshPointId": 13182,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1905,
+ "RefreshPointId": 13182,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1906,
+ "RefreshPointId": 13182,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1907,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1908,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1909,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1910,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1911,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1912,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1913,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1914,
+ "RefreshPointId": 13191,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1915,
+ "RefreshPointId": 13191,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1916,
+ "RefreshPointId": 13191,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1917,
+ "RefreshPointId": 13191,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1918,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1919,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1920,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1921,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1922,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1923,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1924,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1925,
+ "RefreshPointId": 13192,
+ "MonsterID": 2319,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1926,
+ "RefreshPointId": 13192,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1927,
+ "RefreshPointId": 13192,
+ "MonsterID": 2324,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1928,
+ "RefreshPointId": 13192,
+ "MonsterID": 2329,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1929,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1930,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1931,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1932,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1933,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1934,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1935,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1936,
+ "RefreshPointId": 13201,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1937,
+ "RefreshPointId": 13201,
+ "MonsterID": 2325,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1938,
+ "RefreshPointId": 13201,
+ "MonsterID": 2325,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1939,
+ "RefreshPointId": 13201,
+ "MonsterID": 2330,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1940,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1941,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1942,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1943,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1944,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1945,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1946,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1947,
+ "RefreshPointId": 13202,
+ "MonsterID": 2320,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1948,
+ "RefreshPointId": 13202,
+ "MonsterID": 2325,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1949,
+ "RefreshPointId": 13202,
+ "MonsterID": 2325,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1950,
+ "RefreshPointId": 13202,
+ "MonsterID": 2330,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1951,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1952,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1953,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1954,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1955,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1956,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1957,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1958,
+ "RefreshPointId": 14011,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1959,
+ "RefreshPointId": 14011,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1960,
+ "RefreshPointId": 14011,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1961,
+ "RefreshPointId": 14011,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1962,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1963,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1964,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1965,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1966,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1967,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1968,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1969,
+ "RefreshPointId": 14012,
+ "MonsterID": 2401,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1970,
+ "RefreshPointId": 14012,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1971,
+ "RefreshPointId": 14012,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1972,
+ "RefreshPointId": 14012,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1973,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1974,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1975,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1976,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1977,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1978,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1979,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1980,
+ "RefreshPointId": 14021,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1981,
+ "RefreshPointId": 14021,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1982,
+ "RefreshPointId": 14021,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1983,
+ "RefreshPointId": 14021,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1984,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1985,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1986,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1987,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1988,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1989,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1990,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1991,
+ "RefreshPointId": 14022,
+ "MonsterID": 2402,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1992,
+ "RefreshPointId": 14022,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1993,
+ "RefreshPointId": 14022,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1994,
+ "RefreshPointId": 14022,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 1995,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1996,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1997,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1998,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 1999,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2000,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2001,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2002,
+ "RefreshPointId": 14031,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2003,
+ "RefreshPointId": 14031,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2004,
+ "RefreshPointId": 14031,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2005,
+ "RefreshPointId": 14031,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2006,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2007,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2008,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2009,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2010,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2011,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2012,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2013,
+ "RefreshPointId": 14032,
+ "MonsterID": 2403,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2014,
+ "RefreshPointId": 14032,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2015,
+ "RefreshPointId": 14032,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2016,
+ "RefreshPointId": 14032,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2017,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2018,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2019,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2020,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2021,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2022,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2023,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2024,
+ "RefreshPointId": 14041,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2025,
+ "RefreshPointId": 14041,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2026,
+ "RefreshPointId": 14041,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2027,
+ "RefreshPointId": 14041,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2028,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2029,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2030,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2031,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2032,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2033,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2034,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2035,
+ "RefreshPointId": 14042,
+ "MonsterID": 2404,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2036,
+ "RefreshPointId": 14042,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2037,
+ "RefreshPointId": 14042,
+ "MonsterID": 2421,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2038,
+ "RefreshPointId": 14042,
+ "MonsterID": 2426,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2039,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2040,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2041,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2042,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2043,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2044,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2045,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2046,
+ "RefreshPointId": 14051,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2047,
+ "RefreshPointId": 14051,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2048,
+ "RefreshPointId": 14051,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2049,
+ "RefreshPointId": 14051,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2050,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2051,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2052,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2053,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2054,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2055,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2056,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2057,
+ "RefreshPointId": 14052,
+ "MonsterID": 2405,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2058,
+ "RefreshPointId": 14052,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2059,
+ "RefreshPointId": 14052,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2060,
+ "RefreshPointId": 14052,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2061,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2062,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2063,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2064,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2065,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2066,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2067,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2068,
+ "RefreshPointId": 14061,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2069,
+ "RefreshPointId": 14061,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2070,
+ "RefreshPointId": 14061,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2071,
+ "RefreshPointId": 14061,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2072,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2073,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2074,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2075,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2076,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2077,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2078,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2079,
+ "RefreshPointId": 14062,
+ "MonsterID": 2406,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2080,
+ "RefreshPointId": 14062,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2081,
+ "RefreshPointId": 14062,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2082,
+ "RefreshPointId": 14062,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2083,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2084,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2085,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2086,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2087,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2088,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2089,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2090,
+ "RefreshPointId": 14071,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2091,
+ "RefreshPointId": 14071,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2092,
+ "RefreshPointId": 14071,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2093,
+ "RefreshPointId": 14071,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2094,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2095,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2096,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2097,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2098,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2099,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2100,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2101,
+ "RefreshPointId": 14072,
+ "MonsterID": 2407,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2102,
+ "RefreshPointId": 14072,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2103,
+ "RefreshPointId": 14072,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2104,
+ "RefreshPointId": 14072,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2105,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2106,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2107,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2108,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2109,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2110,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2111,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2112,
+ "RefreshPointId": 14081,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2113,
+ "RefreshPointId": 14081,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2114,
+ "RefreshPointId": 14081,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2115,
+ "RefreshPointId": 14081,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2116,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2117,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2118,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2119,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2120,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2121,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2122,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2123,
+ "RefreshPointId": 14082,
+ "MonsterID": 2408,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2124,
+ "RefreshPointId": 14082,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2125,
+ "RefreshPointId": 14082,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2126,
+ "RefreshPointId": 14082,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2127,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2128,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2129,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2130,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2131,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2132,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2133,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2134,
+ "RefreshPointId": 14091,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2135,
+ "RefreshPointId": 14091,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2136,
+ "RefreshPointId": 14091,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2137,
+ "RefreshPointId": 14091,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2138,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2139,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2140,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2141,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2142,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2143,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2144,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2145,
+ "RefreshPointId": 14092,
+ "MonsterID": 2409,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2146,
+ "RefreshPointId": 14092,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2147,
+ "RefreshPointId": 14092,
+ "MonsterID": 2422,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2148,
+ "RefreshPointId": 14092,
+ "MonsterID": 2427,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2149,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2150,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2151,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2152,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2153,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2154,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2155,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2156,
+ "RefreshPointId": 14101,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2157,
+ "RefreshPointId": 14101,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2158,
+ "RefreshPointId": 14101,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2159,
+ "RefreshPointId": 14101,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2160,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2161,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2162,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2163,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2164,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2165,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2166,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2167,
+ "RefreshPointId": 14102,
+ "MonsterID": 2410,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2168,
+ "RefreshPointId": 14102,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2169,
+ "RefreshPointId": 14102,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2170,
+ "RefreshPointId": 14102,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2171,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2172,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2173,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2174,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2175,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2176,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2177,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2178,
+ "RefreshPointId": 14111,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2179,
+ "RefreshPointId": 14111,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2180,
+ "RefreshPointId": 14111,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2181,
+ "RefreshPointId": 14111,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2182,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2183,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2184,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2185,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2186,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2187,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2188,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2189,
+ "RefreshPointId": 14112,
+ "MonsterID": 2411,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2190,
+ "RefreshPointId": 14112,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2191,
+ "RefreshPointId": 14112,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2192,
+ "RefreshPointId": 14112,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2193,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2194,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2195,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2196,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2197,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2198,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2199,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2200,
+ "RefreshPointId": 14121,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2201,
+ "RefreshPointId": 14121,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2202,
+ "RefreshPointId": 14121,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2203,
+ "RefreshPointId": 14121,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2204,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2205,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2206,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2207,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2208,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2209,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2210,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2211,
+ "RefreshPointId": 14122,
+ "MonsterID": 2412,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2212,
+ "RefreshPointId": 14122,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2213,
+ "RefreshPointId": 14122,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2214,
+ "RefreshPointId": 14122,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2215,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2216,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2217,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2218,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2219,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2220,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2221,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2222,
+ "RefreshPointId": 14131,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2223,
+ "RefreshPointId": 14131,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2224,
+ "RefreshPointId": 14131,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2225,
+ "RefreshPointId": 14131,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2226,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2227,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2228,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2229,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2230,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2231,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2232,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2233,
+ "RefreshPointId": 14132,
+ "MonsterID": 2413,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2234,
+ "RefreshPointId": 14132,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2235,
+ "RefreshPointId": 14132,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2236,
+ "RefreshPointId": 14132,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2237,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2238,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2239,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2240,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2241,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2242,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2243,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2244,
+ "RefreshPointId": 14141,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2245,
+ "RefreshPointId": 14141,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2246,
+ "RefreshPointId": 14141,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2247,
+ "RefreshPointId": 14141,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2248,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2249,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2250,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2251,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2252,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2253,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2254,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2255,
+ "RefreshPointId": 14142,
+ "MonsterID": 2414,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2256,
+ "RefreshPointId": 14142,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2257,
+ "RefreshPointId": 14142,
+ "MonsterID": 2423,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2258,
+ "RefreshPointId": 14142,
+ "MonsterID": 2428,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2259,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2260,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2261,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2262,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2263,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2264,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2265,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2266,
+ "RefreshPointId": 14151,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2267,
+ "RefreshPointId": 14151,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2268,
+ "RefreshPointId": 14151,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2269,
+ "RefreshPointId": 14151,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2270,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2271,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2272,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2273,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2274,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2275,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2276,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2277,
+ "RefreshPointId": 14152,
+ "MonsterID": 2415,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2278,
+ "RefreshPointId": 14152,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2279,
+ "RefreshPointId": 14152,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2280,
+ "RefreshPointId": 14152,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2281,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2282,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2283,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2284,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2285,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2286,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2287,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2288,
+ "RefreshPointId": 14161,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2289,
+ "RefreshPointId": 14161,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2290,
+ "RefreshPointId": 14161,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2291,
+ "RefreshPointId": 14161,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2292,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2293,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2294,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2295,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2296,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2297,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2298,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2299,
+ "RefreshPointId": 14162,
+ "MonsterID": 2416,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2300,
+ "RefreshPointId": 14162,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2301,
+ "RefreshPointId": 14162,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2302,
+ "RefreshPointId": 14162,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2303,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2304,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2305,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2306,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2307,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2308,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2309,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2310,
+ "RefreshPointId": 14171,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2311,
+ "RefreshPointId": 14171,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2312,
+ "RefreshPointId": 14171,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2313,
+ "RefreshPointId": 14171,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2314,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2315,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2316,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2317,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2318,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2319,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2320,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2321,
+ "RefreshPointId": 14172,
+ "MonsterID": 2417,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2322,
+ "RefreshPointId": 14172,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2323,
+ "RefreshPointId": 14172,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2324,
+ "RefreshPointId": 14172,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2325,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2326,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2327,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2328,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2329,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2330,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2331,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2332,
+ "RefreshPointId": 14181,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2333,
+ "RefreshPointId": 14181,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2334,
+ "RefreshPointId": 14181,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2335,
+ "RefreshPointId": 14181,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2336,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2337,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2338,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2339,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2340,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2341,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2342,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2343,
+ "RefreshPointId": 14182,
+ "MonsterID": 2418,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2344,
+ "RefreshPointId": 14182,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2345,
+ "RefreshPointId": 14182,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2346,
+ "RefreshPointId": 14182,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2347,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2348,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2349,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2350,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2351,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2352,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2353,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2354,
+ "RefreshPointId": 14191,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2355,
+ "RefreshPointId": 14191,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2356,
+ "RefreshPointId": 14191,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2357,
+ "RefreshPointId": 14191,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2358,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2359,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2360,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2361,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2362,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2363,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2364,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2365,
+ "RefreshPointId": 14192,
+ "MonsterID": 2419,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2366,
+ "RefreshPointId": 14192,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2367,
+ "RefreshPointId": 14192,
+ "MonsterID": 2424,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2368,
+ "RefreshPointId": 14192,
+ "MonsterID": 2429,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2369,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2370,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2371,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2372,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2373,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2374,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2375,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2376,
+ "RefreshPointId": 14201,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2377,
+ "RefreshPointId": 14201,
+ "MonsterID": 2425,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2378,
+ "RefreshPointId": 14201,
+ "MonsterID": 2425,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2379,
+ "RefreshPointId": 14201,
+ "MonsterID": 2430,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2380,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2381,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2382,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2383,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2384,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2385,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2386,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2387,
+ "RefreshPointId": 14202,
+ "MonsterID": 2420,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2388,
+ "RefreshPointId": 14202,
+ "MonsterID": 2425,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2389,
+ "RefreshPointId": 14202,
+ "MonsterID": 2425,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2390,
+ "RefreshPointId": 14202,
+ "MonsterID": 2430,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2391,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2392,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2393,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2394,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2395,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2396,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2397,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2398,
+ "RefreshPointId": 15011,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2399,
+ "RefreshPointId": 15011,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2400,
+ "RefreshPointId": 15011,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2401,
+ "RefreshPointId": 15011,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2402,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2403,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2404,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2405,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2406,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2407,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2408,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2409,
+ "RefreshPointId": 15012,
+ "MonsterID": 2501,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2410,
+ "RefreshPointId": 15012,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2411,
+ "RefreshPointId": 15012,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2412,
+ "RefreshPointId": 15012,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2413,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2414,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2415,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2416,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2417,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2418,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2419,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2420,
+ "RefreshPointId": 15021,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2421,
+ "RefreshPointId": 15021,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2422,
+ "RefreshPointId": 15021,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2423,
+ "RefreshPointId": 15021,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2424,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2425,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2426,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2427,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2428,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2429,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2430,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2431,
+ "RefreshPointId": 15022,
+ "MonsterID": 2502,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2432,
+ "RefreshPointId": 15022,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2433,
+ "RefreshPointId": 15022,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2434,
+ "RefreshPointId": 15022,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2435,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2436,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2437,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2438,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2439,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2440,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2441,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2442,
+ "RefreshPointId": 15031,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2443,
+ "RefreshPointId": 15031,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2444,
+ "RefreshPointId": 15031,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2445,
+ "RefreshPointId": 15031,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2446,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2447,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2448,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2449,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2450,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2451,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2452,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2453,
+ "RefreshPointId": 15032,
+ "MonsterID": 2503,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2454,
+ "RefreshPointId": 15032,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2455,
+ "RefreshPointId": 15032,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2456,
+ "RefreshPointId": 15032,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2457,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2458,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2459,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2460,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2461,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2462,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2463,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2464,
+ "RefreshPointId": 15041,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2465,
+ "RefreshPointId": 15041,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2466,
+ "RefreshPointId": 15041,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2467,
+ "RefreshPointId": 15041,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2468,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2469,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2470,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2471,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2472,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2473,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2474,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2475,
+ "RefreshPointId": 15042,
+ "MonsterID": 2504,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2476,
+ "RefreshPointId": 15042,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2477,
+ "RefreshPointId": 15042,
+ "MonsterID": 2526,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2478,
+ "RefreshPointId": 15042,
+ "MonsterID": 2532,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2479,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2480,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2481,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2482,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2483,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2484,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2485,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2486,
+ "RefreshPointId": 15051,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2487,
+ "RefreshPointId": 15051,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2488,
+ "RefreshPointId": 15051,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2489,
+ "RefreshPointId": 15051,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2490,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2491,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2492,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2493,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2494,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2495,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2496,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2497,
+ "RefreshPointId": 15052,
+ "MonsterID": 2505,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2498,
+ "RefreshPointId": 15052,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2499,
+ "RefreshPointId": 15052,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2500,
+ "RefreshPointId": 15052,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2501,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2502,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2503,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2504,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2505,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2506,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2507,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2508,
+ "RefreshPointId": 15061,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2509,
+ "RefreshPointId": 15061,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2510,
+ "RefreshPointId": 15061,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2511,
+ "RefreshPointId": 15061,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2512,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2513,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2514,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2515,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2516,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2517,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2518,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2519,
+ "RefreshPointId": 15062,
+ "MonsterID": 2506,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2520,
+ "RefreshPointId": 15062,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2521,
+ "RefreshPointId": 15062,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2522,
+ "RefreshPointId": 15062,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2523,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2524,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2525,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2526,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2527,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2528,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2529,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2530,
+ "RefreshPointId": 15071,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2531,
+ "RefreshPointId": 15071,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2532,
+ "RefreshPointId": 15071,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2533,
+ "RefreshPointId": 15071,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2534,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2535,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2536,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2537,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2538,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2539,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2540,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2541,
+ "RefreshPointId": 15072,
+ "MonsterID": 2507,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2542,
+ "RefreshPointId": 15072,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2543,
+ "RefreshPointId": 15072,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2544,
+ "RefreshPointId": 15072,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2545,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2546,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2547,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2548,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2549,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2550,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2551,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2552,
+ "RefreshPointId": 15081,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2553,
+ "RefreshPointId": 15081,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2554,
+ "RefreshPointId": 15081,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2555,
+ "RefreshPointId": 15081,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2556,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2557,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2558,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2559,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2560,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2561,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2562,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2563,
+ "RefreshPointId": 15082,
+ "MonsterID": 2508,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2564,
+ "RefreshPointId": 15082,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2565,
+ "RefreshPointId": 15082,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2566,
+ "RefreshPointId": 15082,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2567,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2568,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2569,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2570,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2571,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2572,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2573,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2574,
+ "RefreshPointId": 15091,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2575,
+ "RefreshPointId": 15091,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2576,
+ "RefreshPointId": 15091,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2577,
+ "RefreshPointId": 15091,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2578,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2579,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2580,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2581,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2582,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2583,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2584,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2585,
+ "RefreshPointId": 15092,
+ "MonsterID": 2509,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2586,
+ "RefreshPointId": 15092,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2587,
+ "RefreshPointId": 15092,
+ "MonsterID": 2527,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2588,
+ "RefreshPointId": 15092,
+ "MonsterID": 2533,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2589,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2590,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2591,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2592,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2593,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2594,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2595,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2596,
+ "RefreshPointId": 15101,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2597,
+ "RefreshPointId": 15101,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2598,
+ "RefreshPointId": 15101,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2599,
+ "RefreshPointId": 15101,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2600,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2601,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2602,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2603,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2604,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2605,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2606,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2607,
+ "RefreshPointId": 15102,
+ "MonsterID": 2510,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2608,
+ "RefreshPointId": 15102,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2609,
+ "RefreshPointId": 15102,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2610,
+ "RefreshPointId": 15102,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2611,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2612,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2613,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2614,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2615,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2616,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2617,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2618,
+ "RefreshPointId": 15111,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2619,
+ "RefreshPointId": 15111,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2620,
+ "RefreshPointId": 15111,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2621,
+ "RefreshPointId": 15111,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2622,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2623,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2624,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2625,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2626,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2627,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2628,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2629,
+ "RefreshPointId": 15112,
+ "MonsterID": 2511,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2630,
+ "RefreshPointId": 15112,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2631,
+ "RefreshPointId": 15112,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2632,
+ "RefreshPointId": 15112,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2633,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2634,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2635,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2636,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2637,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2638,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2639,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2640,
+ "RefreshPointId": 15121,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2641,
+ "RefreshPointId": 15121,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2642,
+ "RefreshPointId": 15121,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2643,
+ "RefreshPointId": 15121,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2644,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2645,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2646,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2647,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2648,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2649,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2650,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2651,
+ "RefreshPointId": 15122,
+ "MonsterID": 2512,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2652,
+ "RefreshPointId": 15122,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2653,
+ "RefreshPointId": 15122,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2654,
+ "RefreshPointId": 15122,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2655,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2656,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2657,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2658,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2659,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2660,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2661,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2662,
+ "RefreshPointId": 15131,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2663,
+ "RefreshPointId": 15131,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2664,
+ "RefreshPointId": 15131,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2665,
+ "RefreshPointId": 15131,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2666,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2667,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2668,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2669,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2670,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2671,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2672,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2673,
+ "RefreshPointId": 15132,
+ "MonsterID": 2513,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2674,
+ "RefreshPointId": 15132,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2675,
+ "RefreshPointId": 15132,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2676,
+ "RefreshPointId": 15132,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2677,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2678,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2679,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2680,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2681,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2682,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2683,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2684,
+ "RefreshPointId": 15141,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2685,
+ "RefreshPointId": 15141,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2686,
+ "RefreshPointId": 15141,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2687,
+ "RefreshPointId": 15141,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2688,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2689,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2690,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2691,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2692,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2693,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2694,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2695,
+ "RefreshPointId": 15142,
+ "MonsterID": 2514,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2696,
+ "RefreshPointId": 15142,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2697,
+ "RefreshPointId": 15142,
+ "MonsterID": 2528,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2698,
+ "RefreshPointId": 15142,
+ "MonsterID": 2534,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2699,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2700,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2701,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2702,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2703,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2704,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2705,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2706,
+ "RefreshPointId": 15151,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2707,
+ "RefreshPointId": 15151,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2708,
+ "RefreshPointId": 15151,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2709,
+ "RefreshPointId": 15151,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2710,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2711,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2712,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2713,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2714,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2715,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2716,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2717,
+ "RefreshPointId": 15152,
+ "MonsterID": 2515,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2718,
+ "RefreshPointId": 15152,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2719,
+ "RefreshPointId": 15152,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2720,
+ "RefreshPointId": 15152,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2721,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2722,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2723,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2724,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2725,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2726,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2727,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2728,
+ "RefreshPointId": 15161,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2729,
+ "RefreshPointId": 15161,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2730,
+ "RefreshPointId": 15161,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2731,
+ "RefreshPointId": 15161,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2732,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2733,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2734,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2735,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2736,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2737,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2738,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2739,
+ "RefreshPointId": 15162,
+ "MonsterID": 2516,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2740,
+ "RefreshPointId": 15162,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2741,
+ "RefreshPointId": 15162,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2742,
+ "RefreshPointId": 15162,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2743,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2744,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2745,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2746,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2747,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2748,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2749,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2750,
+ "RefreshPointId": 15171,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2751,
+ "RefreshPointId": 15171,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2752,
+ "RefreshPointId": 15171,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2753,
+ "RefreshPointId": 15171,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2754,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2755,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2756,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2757,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2758,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2759,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2760,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2761,
+ "RefreshPointId": 15172,
+ "MonsterID": 2517,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2762,
+ "RefreshPointId": 15172,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2763,
+ "RefreshPointId": 15172,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2764,
+ "RefreshPointId": 15172,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2765,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2766,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2767,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2768,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2769,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2770,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2771,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2772,
+ "RefreshPointId": 15181,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2773,
+ "RefreshPointId": 15181,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2774,
+ "RefreshPointId": 15181,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2775,
+ "RefreshPointId": 15181,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2776,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2777,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2778,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2779,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2780,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2781,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2782,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2783,
+ "RefreshPointId": 15182,
+ "MonsterID": 2518,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2784,
+ "RefreshPointId": 15182,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2785,
+ "RefreshPointId": 15182,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2786,
+ "RefreshPointId": 15182,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2787,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2788,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2789,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2790,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2791,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2792,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2793,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2794,
+ "RefreshPointId": 15191,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2795,
+ "RefreshPointId": 15191,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2796,
+ "RefreshPointId": 15191,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2797,
+ "RefreshPointId": 15191,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2798,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2799,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2800,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2801,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2802,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2803,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2804,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2805,
+ "RefreshPointId": 15192,
+ "MonsterID": 2519,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2806,
+ "RefreshPointId": 15192,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2807,
+ "RefreshPointId": 15192,
+ "MonsterID": 2529,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2808,
+ "RefreshPointId": 15192,
+ "MonsterID": 2535,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2809,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2810,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2811,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2812,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2813,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2814,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2815,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2816,
+ "RefreshPointId": 15201,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2817,
+ "RefreshPointId": 15201,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2818,
+ "RefreshPointId": 15201,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2819,
+ "RefreshPointId": 15201,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2820,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2821,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2822,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2823,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2824,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2825,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2826,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2827,
+ "RefreshPointId": 15202,
+ "MonsterID": 2520,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2828,
+ "RefreshPointId": 15202,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2829,
+ "RefreshPointId": 15202,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2830,
+ "RefreshPointId": 15202,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2831,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2832,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2833,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2834,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2835,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2836,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2837,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2838,
+ "RefreshPointId": 15211,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2839,
+ "RefreshPointId": 15211,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2840,
+ "RefreshPointId": 15211,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2841,
+ "RefreshPointId": 15211,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2842,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2843,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2844,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2845,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2846,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2847,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2848,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2849,
+ "RefreshPointId": 15212,
+ "MonsterID": 2521,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2850,
+ "RefreshPointId": 15212,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2851,
+ "RefreshPointId": 15212,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2852,
+ "RefreshPointId": 15212,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2853,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2854,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2855,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2856,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2857,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2858,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2859,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2860,
+ "RefreshPointId": 15221,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2861,
+ "RefreshPointId": 15221,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2862,
+ "RefreshPointId": 15221,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2863,
+ "RefreshPointId": 15221,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2864,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2865,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2866,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2867,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2868,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2869,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2870,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2871,
+ "RefreshPointId": 15222,
+ "MonsterID": 2522,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2872,
+ "RefreshPointId": 15222,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2873,
+ "RefreshPointId": 15222,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2874,
+ "RefreshPointId": 15222,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2875,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2876,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2877,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2878,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2879,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2880,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2881,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2882,
+ "RefreshPointId": 15231,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2883,
+ "RefreshPointId": 15231,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2884,
+ "RefreshPointId": 15231,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2885,
+ "RefreshPointId": 15231,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2886,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2887,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2888,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2889,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2890,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2891,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2892,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2893,
+ "RefreshPointId": 15232,
+ "MonsterID": 2523,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2894,
+ "RefreshPointId": 15232,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2895,
+ "RefreshPointId": 15232,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2896,
+ "RefreshPointId": 15232,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2897,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2898,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2899,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2900,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2901,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2902,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2903,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2904,
+ "RefreshPointId": 15241,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2905,
+ "RefreshPointId": 15241,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2906,
+ "RefreshPointId": 15241,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2907,
+ "RefreshPointId": 15241,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2908,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2909,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2910,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2911,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2912,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2913,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2914,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2915,
+ "RefreshPointId": 15242,
+ "MonsterID": 2524,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2916,
+ "RefreshPointId": 15242,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2917,
+ "RefreshPointId": 15242,
+ "MonsterID": 2530,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2918,
+ "RefreshPointId": 15242,
+ "MonsterID": 2536,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2919,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2920,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2921,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2922,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2923,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2924,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2925,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2926,
+ "RefreshPointId": 15251,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2927,
+ "RefreshPointId": 15251,
+ "MonsterID": 2531,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2928,
+ "RefreshPointId": 15251,
+ "MonsterID": 2531,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2929,
+ "RefreshPointId": 15251,
+ "MonsterID": 2537,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2930,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2931,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2932,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2933,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2934,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2935,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2936,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2937,
+ "RefreshPointId": 15252,
+ "MonsterID": 2525,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2938,
+ "RefreshPointId": 15252,
+ "MonsterID": 2531,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2939,
+ "RefreshPointId": 15252,
+ "MonsterID": 2531,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2940,
+ "RefreshPointId": 15252,
+ "MonsterID": 2537,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2941,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2942,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2943,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2944,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2945,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2946,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2947,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2948,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2949,
+ "RefreshPointId": 16011,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2950,
+ "RefreshPointId": 16011,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2951,
+ "RefreshPointId": 16011,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2952,
+ "RefreshPointId": 16011,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2953,
+ "RefreshPointId": 16011,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2954,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2955,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2956,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2957,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2958,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2959,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2960,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2961,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2962,
+ "RefreshPointId": 16012,
+ "MonsterID": 2601,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2963,
+ "RefreshPointId": 16012,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2964,
+ "RefreshPointId": 16012,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2965,
+ "RefreshPointId": 16012,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2966,
+ "RefreshPointId": 16012,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2967,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2968,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2969,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2970,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2971,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2972,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2973,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2974,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2975,
+ "RefreshPointId": 16021,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2976,
+ "RefreshPointId": 16021,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2977,
+ "RefreshPointId": 16021,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2978,
+ "RefreshPointId": 16021,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2979,
+ "RefreshPointId": 16021,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2980,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2981,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2982,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2983,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2984,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2985,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2986,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2987,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2988,
+ "RefreshPointId": 16022,
+ "MonsterID": 2602,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2989,
+ "RefreshPointId": 16022,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2990,
+ "RefreshPointId": 16022,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2991,
+ "RefreshPointId": 16022,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2992,
+ "RefreshPointId": 16022,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 2993,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2994,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2995,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2996,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2997,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2998,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 2999,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3000,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3001,
+ "RefreshPointId": 16031,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3002,
+ "RefreshPointId": 16031,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3003,
+ "RefreshPointId": 16031,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3004,
+ "RefreshPointId": 16031,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3005,
+ "RefreshPointId": 16031,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3006,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3007,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3008,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3009,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3010,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3011,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3012,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3013,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3014,
+ "RefreshPointId": 16032,
+ "MonsterID": 2603,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3015,
+ "RefreshPointId": 16032,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3016,
+ "RefreshPointId": 16032,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3017,
+ "RefreshPointId": 16032,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3018,
+ "RefreshPointId": 16032,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3019,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3020,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3021,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3022,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3023,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3024,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3025,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3026,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3027,
+ "RefreshPointId": 16041,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3028,
+ "RefreshPointId": 16041,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3029,
+ "RefreshPointId": 16041,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3030,
+ "RefreshPointId": 16041,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3031,
+ "RefreshPointId": 16041,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3032,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3033,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3034,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3035,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3036,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3037,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3038,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3039,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3040,
+ "RefreshPointId": 16042,
+ "MonsterID": 2604,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3041,
+ "RefreshPointId": 16042,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3042,
+ "RefreshPointId": 16042,
+ "MonsterID": 2626,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3043,
+ "RefreshPointId": 16042,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3044,
+ "RefreshPointId": 16042,
+ "MonsterID": 2632,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3045,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3046,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3047,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3048,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3049,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3050,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3051,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3052,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3053,
+ "RefreshPointId": 16051,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3054,
+ "RefreshPointId": 16051,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3055,
+ "RefreshPointId": 16051,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3056,
+ "RefreshPointId": 16051,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3057,
+ "RefreshPointId": 16051,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3058,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3059,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3060,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3061,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3062,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3063,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3064,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3065,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3066,
+ "RefreshPointId": 16052,
+ "MonsterID": 2605,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3067,
+ "RefreshPointId": 16052,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3068,
+ "RefreshPointId": 16052,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3069,
+ "RefreshPointId": 16052,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3070,
+ "RefreshPointId": 16052,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3071,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3072,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3073,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3074,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3075,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3076,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3077,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3078,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3079,
+ "RefreshPointId": 16061,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3080,
+ "RefreshPointId": 16061,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3081,
+ "RefreshPointId": 16061,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3082,
+ "RefreshPointId": 16061,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3083,
+ "RefreshPointId": 16061,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3084,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3085,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3086,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3087,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3088,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3089,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3090,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3091,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3092,
+ "RefreshPointId": 16062,
+ "MonsterID": 2606,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3093,
+ "RefreshPointId": 16062,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3094,
+ "RefreshPointId": 16062,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3095,
+ "RefreshPointId": 16062,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3096,
+ "RefreshPointId": 16062,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3097,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3098,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3099,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3100,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3101,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3102,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3103,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3104,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3105,
+ "RefreshPointId": 16071,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3106,
+ "RefreshPointId": 16071,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3107,
+ "RefreshPointId": 16071,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3108,
+ "RefreshPointId": 16071,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3109,
+ "RefreshPointId": 16071,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3110,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3111,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3112,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3113,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3114,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3115,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3116,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3117,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3118,
+ "RefreshPointId": 16072,
+ "MonsterID": 2607,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3119,
+ "RefreshPointId": 16072,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3120,
+ "RefreshPointId": 16072,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3121,
+ "RefreshPointId": 16072,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3122,
+ "RefreshPointId": 16072,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3123,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3124,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3125,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3126,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3127,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3128,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3129,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3130,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3131,
+ "RefreshPointId": 16081,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3132,
+ "RefreshPointId": 16081,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3133,
+ "RefreshPointId": 16081,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3134,
+ "RefreshPointId": 16081,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3135,
+ "RefreshPointId": 16081,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3136,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3137,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3138,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3139,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3140,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3141,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3142,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3143,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3144,
+ "RefreshPointId": 16082,
+ "MonsterID": 2608,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3145,
+ "RefreshPointId": 16082,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3146,
+ "RefreshPointId": 16082,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3147,
+ "RefreshPointId": 16082,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3148,
+ "RefreshPointId": 16082,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3149,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3150,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3151,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3152,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3153,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3154,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3155,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3156,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3157,
+ "RefreshPointId": 16091,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3158,
+ "RefreshPointId": 16091,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3159,
+ "RefreshPointId": 16091,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3160,
+ "RefreshPointId": 16091,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3161,
+ "RefreshPointId": 16091,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3162,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3163,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3164,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3165,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3166,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3167,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3168,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3169,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3170,
+ "RefreshPointId": 16092,
+ "MonsterID": 2609,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3171,
+ "RefreshPointId": 16092,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3172,
+ "RefreshPointId": 16092,
+ "MonsterID": 2627,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3173,
+ "RefreshPointId": 16092,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3174,
+ "RefreshPointId": 16092,
+ "MonsterID": 2633,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3175,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3176,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3177,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3178,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3179,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3180,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3181,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3182,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3183,
+ "RefreshPointId": 16101,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3184,
+ "RefreshPointId": 16101,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3185,
+ "RefreshPointId": 16101,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3186,
+ "RefreshPointId": 16101,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3187,
+ "RefreshPointId": 16101,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3188,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3189,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3190,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3191,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3192,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3193,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3194,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3195,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3196,
+ "RefreshPointId": 16102,
+ "MonsterID": 2610,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3197,
+ "RefreshPointId": 16102,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3198,
+ "RefreshPointId": 16102,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3199,
+ "RefreshPointId": 16102,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3200,
+ "RefreshPointId": 16102,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3201,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3202,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3203,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3204,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3205,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3206,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3207,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3208,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3209,
+ "RefreshPointId": 16111,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3210,
+ "RefreshPointId": 16111,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3211,
+ "RefreshPointId": 16111,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3212,
+ "RefreshPointId": 16111,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3213,
+ "RefreshPointId": 16111,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3214,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3215,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3216,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3217,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3218,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3219,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3220,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3221,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3222,
+ "RefreshPointId": 16112,
+ "MonsterID": 2611,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3223,
+ "RefreshPointId": 16112,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3224,
+ "RefreshPointId": 16112,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3225,
+ "RefreshPointId": 16112,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3226,
+ "RefreshPointId": 16112,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3227,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3228,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3229,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3230,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3231,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3232,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3233,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3234,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3235,
+ "RefreshPointId": 16121,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3236,
+ "RefreshPointId": 16121,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3237,
+ "RefreshPointId": 16121,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3238,
+ "RefreshPointId": 16121,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3239,
+ "RefreshPointId": 16121,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3240,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3241,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3242,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3243,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3244,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3245,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3246,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3247,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3248,
+ "RefreshPointId": 16122,
+ "MonsterID": 2612,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3249,
+ "RefreshPointId": 16122,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3250,
+ "RefreshPointId": 16122,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3251,
+ "RefreshPointId": 16122,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3252,
+ "RefreshPointId": 16122,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3253,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3254,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3255,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3256,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3257,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3258,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3259,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3260,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3261,
+ "RefreshPointId": 16131,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3262,
+ "RefreshPointId": 16131,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3263,
+ "RefreshPointId": 16131,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3264,
+ "RefreshPointId": 16131,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3265,
+ "RefreshPointId": 16131,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3266,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3267,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3268,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3269,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3270,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3271,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3272,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3273,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3274,
+ "RefreshPointId": 16132,
+ "MonsterID": 2613,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3275,
+ "RefreshPointId": 16132,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3276,
+ "RefreshPointId": 16132,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3277,
+ "RefreshPointId": 16132,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3278,
+ "RefreshPointId": 16132,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3279,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3280,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3281,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3282,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3283,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3284,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3285,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3286,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3287,
+ "RefreshPointId": 16141,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3288,
+ "RefreshPointId": 16141,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3289,
+ "RefreshPointId": 16141,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3290,
+ "RefreshPointId": 16141,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3291,
+ "RefreshPointId": 16141,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3292,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3293,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3294,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3295,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3296,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3297,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3298,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3299,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3300,
+ "RefreshPointId": 16142,
+ "MonsterID": 2614,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3301,
+ "RefreshPointId": 16142,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3302,
+ "RefreshPointId": 16142,
+ "MonsterID": 2628,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3303,
+ "RefreshPointId": 16142,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3304,
+ "RefreshPointId": 16142,
+ "MonsterID": 2634,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3305,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3306,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3307,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3308,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3309,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3310,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3311,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3312,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3313,
+ "RefreshPointId": 16151,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3314,
+ "RefreshPointId": 16151,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3315,
+ "RefreshPointId": 16151,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3316,
+ "RefreshPointId": 16151,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3317,
+ "RefreshPointId": 16151,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3318,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3319,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3320,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3321,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3322,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3323,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3324,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3325,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3326,
+ "RefreshPointId": 16152,
+ "MonsterID": 2615,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3327,
+ "RefreshPointId": 16152,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3328,
+ "RefreshPointId": 16152,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3329,
+ "RefreshPointId": 16152,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3330,
+ "RefreshPointId": 16152,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3331,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3332,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3333,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3334,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3335,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3336,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3337,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3338,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3339,
+ "RefreshPointId": 16161,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3340,
+ "RefreshPointId": 16161,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3341,
+ "RefreshPointId": 16161,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3342,
+ "RefreshPointId": 16161,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3343,
+ "RefreshPointId": 16161,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3344,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3345,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3346,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3347,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3348,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3349,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3350,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3351,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3352,
+ "RefreshPointId": 16162,
+ "MonsterID": 2616,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3353,
+ "RefreshPointId": 16162,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3354,
+ "RefreshPointId": 16162,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3355,
+ "RefreshPointId": 16162,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3356,
+ "RefreshPointId": 16162,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3357,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3358,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3359,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3360,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3361,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3362,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3363,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3364,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3365,
+ "RefreshPointId": 16171,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3366,
+ "RefreshPointId": 16171,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3367,
+ "RefreshPointId": 16171,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3368,
+ "RefreshPointId": 16171,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3369,
+ "RefreshPointId": 16171,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3370,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3371,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3372,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3373,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3374,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3375,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3376,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3377,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3378,
+ "RefreshPointId": 16172,
+ "MonsterID": 2617,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3379,
+ "RefreshPointId": 16172,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3380,
+ "RefreshPointId": 16172,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3381,
+ "RefreshPointId": 16172,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3382,
+ "RefreshPointId": 16172,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3383,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3384,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3385,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3386,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3387,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3388,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3389,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3390,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3391,
+ "RefreshPointId": 16181,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3392,
+ "RefreshPointId": 16181,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3393,
+ "RefreshPointId": 16181,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3394,
+ "RefreshPointId": 16181,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3395,
+ "RefreshPointId": 16181,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3396,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3397,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3398,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3399,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3400,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3401,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3402,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3403,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3404,
+ "RefreshPointId": 16182,
+ "MonsterID": 2618,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3405,
+ "RefreshPointId": 16182,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3406,
+ "RefreshPointId": 16182,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3407,
+ "RefreshPointId": 16182,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3408,
+ "RefreshPointId": 16182,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3409,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3410,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3411,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3412,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3413,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3414,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3415,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3416,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3417,
+ "RefreshPointId": 16191,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3418,
+ "RefreshPointId": 16191,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3419,
+ "RefreshPointId": 16191,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3420,
+ "RefreshPointId": 16191,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3421,
+ "RefreshPointId": 16191,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3422,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3423,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3424,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3425,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3426,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3427,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3428,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3429,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3430,
+ "RefreshPointId": 16192,
+ "MonsterID": 2619,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3431,
+ "RefreshPointId": 16192,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3432,
+ "RefreshPointId": 16192,
+ "MonsterID": 2629,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3433,
+ "RefreshPointId": 16192,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3434,
+ "RefreshPointId": 16192,
+ "MonsterID": 2635,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3435,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3436,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3437,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3438,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3439,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3440,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3441,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3442,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3443,
+ "RefreshPointId": 16201,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3444,
+ "RefreshPointId": 16201,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3445,
+ "RefreshPointId": 16201,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3446,
+ "RefreshPointId": 16201,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3447,
+ "RefreshPointId": 16201,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3448,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3449,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3450,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3451,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3452,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3453,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3454,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3455,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3456,
+ "RefreshPointId": 16202,
+ "MonsterID": 2620,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3457,
+ "RefreshPointId": 16202,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3458,
+ "RefreshPointId": 16202,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3459,
+ "RefreshPointId": 16202,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3460,
+ "RefreshPointId": 16202,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3461,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3462,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3463,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3464,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3465,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3466,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3467,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3468,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3469,
+ "RefreshPointId": 16211,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3470,
+ "RefreshPointId": 16211,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3471,
+ "RefreshPointId": 16211,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3472,
+ "RefreshPointId": 16211,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3473,
+ "RefreshPointId": 16211,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3474,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3475,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3476,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3477,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3478,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3479,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3480,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3481,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3482,
+ "RefreshPointId": 16212,
+ "MonsterID": 2621,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3483,
+ "RefreshPointId": 16212,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3484,
+ "RefreshPointId": 16212,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3485,
+ "RefreshPointId": 16212,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3486,
+ "RefreshPointId": 16212,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3487,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3488,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3489,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3490,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3491,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3492,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3493,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3494,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3495,
+ "RefreshPointId": 16221,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3496,
+ "RefreshPointId": 16221,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3497,
+ "RefreshPointId": 16221,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3498,
+ "RefreshPointId": 16221,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3499,
+ "RefreshPointId": 16221,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3500,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3501,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3502,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3503,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3504,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3505,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3506,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3507,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3508,
+ "RefreshPointId": 16222,
+ "MonsterID": 2622,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3509,
+ "RefreshPointId": 16222,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3510,
+ "RefreshPointId": 16222,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3511,
+ "RefreshPointId": 16222,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3512,
+ "RefreshPointId": 16222,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3513,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3514,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3515,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3516,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3517,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3518,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3519,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3520,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3521,
+ "RefreshPointId": 16231,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3522,
+ "RefreshPointId": 16231,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3523,
+ "RefreshPointId": 16231,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3524,
+ "RefreshPointId": 16231,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3525,
+ "RefreshPointId": 16231,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3526,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3527,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3528,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3529,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3530,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3531,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3532,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3533,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3534,
+ "RefreshPointId": 16232,
+ "MonsterID": 2623,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3535,
+ "RefreshPointId": 16232,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3536,
+ "RefreshPointId": 16232,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3537,
+ "RefreshPointId": 16232,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3538,
+ "RefreshPointId": 16232,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3539,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3540,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3541,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3542,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3543,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3544,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3545,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3546,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3547,
+ "RefreshPointId": 16241,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3548,
+ "RefreshPointId": 16241,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3549,
+ "RefreshPointId": 16241,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3550,
+ "RefreshPointId": 16241,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3551,
+ "RefreshPointId": 16241,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3552,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3553,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3554,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3555,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3556,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3557,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3558,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3559,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3560,
+ "RefreshPointId": 16242,
+ "MonsterID": 2624,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3561,
+ "RefreshPointId": 16242,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3562,
+ "RefreshPointId": 16242,
+ "MonsterID": 2630,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3563,
+ "RefreshPointId": 16242,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3564,
+ "RefreshPointId": 16242,
+ "MonsterID": 2636,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3565,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3566,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3567,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3568,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3569,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3570,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3571,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3572,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3573,
+ "RefreshPointId": 16251,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3574,
+ "RefreshPointId": 16251,
+ "MonsterID": 2631,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3575,
+ "RefreshPointId": 16251,
+ "MonsterID": 2631,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3576,
+ "RefreshPointId": 16251,
+ "MonsterID": 2631,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3577,
+ "RefreshPointId": 16251,
+ "MonsterID": 2637,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3578,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3579,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3580,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3581,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3582,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3583,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3584,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3585,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3586,
+ "RefreshPointId": 16252,
+ "MonsterID": 2625,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3587,
+ "RefreshPointId": 16252,
+ "MonsterID": 2631,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3588,
+ "RefreshPointId": 16252,
+ "MonsterID": 2631,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3589,
+ "RefreshPointId": 16252,
+ "MonsterID": 2637,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3590,
+ "RefreshPointId": 16252,
+ "MonsterID": 2637,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3591,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3592,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3593,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3594,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3595,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3596,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3597,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3598,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3599,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3600,
+ "RefreshPointId": 17011,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3601,
+ "RefreshPointId": 17011,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3602,
+ "RefreshPointId": 17011,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3603,
+ "RefreshPointId": 17011,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3604,
+ "RefreshPointId": 17011,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3605,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3606,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3607,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3608,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3609,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3610,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3611,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3612,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3613,
+ "RefreshPointId": 17012,
+ "MonsterID": 2701,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3614,
+ "RefreshPointId": 17012,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3615,
+ "RefreshPointId": 17012,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3616,
+ "RefreshPointId": 17012,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3617,
+ "RefreshPointId": 17012,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3618,
+ "RefreshPointId": 17012,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3619,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3620,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3621,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3622,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3623,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3624,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3625,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3626,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3627,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3628,
+ "RefreshPointId": 17021,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3629,
+ "RefreshPointId": 17021,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3630,
+ "RefreshPointId": 17021,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3631,
+ "RefreshPointId": 17021,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3632,
+ "RefreshPointId": 17021,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3633,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3634,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3635,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3636,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3637,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3638,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3639,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3640,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3641,
+ "RefreshPointId": 17022,
+ "MonsterID": 2702,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3642,
+ "RefreshPointId": 17022,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3643,
+ "RefreshPointId": 17022,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3644,
+ "RefreshPointId": 17022,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3645,
+ "RefreshPointId": 17022,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3646,
+ "RefreshPointId": 17022,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3647,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3648,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3649,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3650,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3651,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3652,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3653,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3654,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3655,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3656,
+ "RefreshPointId": 17031,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3657,
+ "RefreshPointId": 17031,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3658,
+ "RefreshPointId": 17031,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3659,
+ "RefreshPointId": 17031,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3660,
+ "RefreshPointId": 17031,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3661,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3662,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3663,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3664,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3665,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3666,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3667,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3668,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3669,
+ "RefreshPointId": 17032,
+ "MonsterID": 2703,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3670,
+ "RefreshPointId": 17032,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3671,
+ "RefreshPointId": 17032,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3672,
+ "RefreshPointId": 17032,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3673,
+ "RefreshPointId": 17032,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3674,
+ "RefreshPointId": 17032,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3675,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3676,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3677,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3678,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3679,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3680,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3681,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3682,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3683,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3684,
+ "RefreshPointId": 17041,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3685,
+ "RefreshPointId": 17041,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3686,
+ "RefreshPointId": 17041,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3687,
+ "RefreshPointId": 17041,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3688,
+ "RefreshPointId": 17041,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3689,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3690,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3691,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3692,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3693,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3694,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3695,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3696,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3697,
+ "RefreshPointId": 17042,
+ "MonsterID": 2704,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3698,
+ "RefreshPointId": 17042,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3699,
+ "RefreshPointId": 17042,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3700,
+ "RefreshPointId": 17042,
+ "MonsterID": 2726,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3701,
+ "RefreshPointId": 17042,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3702,
+ "RefreshPointId": 17042,
+ "MonsterID": 2732,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3703,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3704,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3705,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3706,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3707,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3708,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3709,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3710,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3711,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3712,
+ "RefreshPointId": 17051,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3713,
+ "RefreshPointId": 17051,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3714,
+ "RefreshPointId": 17051,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3715,
+ "RefreshPointId": 17051,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3716,
+ "RefreshPointId": 17051,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3717,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3718,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3719,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3720,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3721,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3722,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3723,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3724,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3725,
+ "RefreshPointId": 17052,
+ "MonsterID": 2705,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3726,
+ "RefreshPointId": 17052,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3727,
+ "RefreshPointId": 17052,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3728,
+ "RefreshPointId": 17052,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3729,
+ "RefreshPointId": 17052,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3730,
+ "RefreshPointId": 17052,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3731,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3732,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3733,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3734,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3735,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3736,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3737,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3738,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3739,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3740,
+ "RefreshPointId": 17061,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3741,
+ "RefreshPointId": 17061,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3742,
+ "RefreshPointId": 17061,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3743,
+ "RefreshPointId": 17061,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3744,
+ "RefreshPointId": 17061,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3745,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3746,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3747,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3748,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3749,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3750,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3751,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3752,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3753,
+ "RefreshPointId": 17062,
+ "MonsterID": 2706,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3754,
+ "RefreshPointId": 17062,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3755,
+ "RefreshPointId": 17062,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3756,
+ "RefreshPointId": 17062,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3757,
+ "RefreshPointId": 17062,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3758,
+ "RefreshPointId": 17062,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3759,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3760,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3761,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3762,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3763,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3764,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3765,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3766,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3767,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3768,
+ "RefreshPointId": 17071,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3769,
+ "RefreshPointId": 17071,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3770,
+ "RefreshPointId": 17071,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3771,
+ "RefreshPointId": 17071,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3772,
+ "RefreshPointId": 17071,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3773,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3774,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3775,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3776,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3777,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3778,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3779,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3780,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3781,
+ "RefreshPointId": 17072,
+ "MonsterID": 2707,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3782,
+ "RefreshPointId": 17072,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3783,
+ "RefreshPointId": 17072,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3784,
+ "RefreshPointId": 17072,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3785,
+ "RefreshPointId": 17072,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3786,
+ "RefreshPointId": 17072,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3787,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3788,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3789,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3790,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3791,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3792,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3793,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3794,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3795,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3796,
+ "RefreshPointId": 17081,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3797,
+ "RefreshPointId": 17081,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3798,
+ "RefreshPointId": 17081,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3799,
+ "RefreshPointId": 17081,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3800,
+ "RefreshPointId": 17081,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3801,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3802,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3803,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3804,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3805,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3806,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3807,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3808,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3809,
+ "RefreshPointId": 17082,
+ "MonsterID": 2708,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3810,
+ "RefreshPointId": 17082,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3811,
+ "RefreshPointId": 17082,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3812,
+ "RefreshPointId": 17082,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3813,
+ "RefreshPointId": 17082,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3814,
+ "RefreshPointId": 17082,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3815,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3816,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3817,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3818,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3819,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3820,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3821,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3822,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3823,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3824,
+ "RefreshPointId": 17091,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3825,
+ "RefreshPointId": 17091,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3826,
+ "RefreshPointId": 17091,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3827,
+ "RefreshPointId": 17091,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3828,
+ "RefreshPointId": 17091,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3829,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3830,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3831,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3832,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3833,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3834,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3835,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3836,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3837,
+ "RefreshPointId": 17092,
+ "MonsterID": 2709,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3838,
+ "RefreshPointId": 17092,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3839,
+ "RefreshPointId": 17092,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3840,
+ "RefreshPointId": 17092,
+ "MonsterID": 2727,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3841,
+ "RefreshPointId": 17092,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3842,
+ "RefreshPointId": 17092,
+ "MonsterID": 2733,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3843,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3844,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3845,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3846,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3847,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3848,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3849,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3850,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3851,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3852,
+ "RefreshPointId": 17101,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3853,
+ "RefreshPointId": 17101,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3854,
+ "RefreshPointId": 17101,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3855,
+ "RefreshPointId": 17101,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3856,
+ "RefreshPointId": 17101,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3857,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3858,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3859,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3860,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3861,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3862,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3863,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3864,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3865,
+ "RefreshPointId": 17102,
+ "MonsterID": 2710,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3866,
+ "RefreshPointId": 17102,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3867,
+ "RefreshPointId": 17102,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3868,
+ "RefreshPointId": 17102,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3869,
+ "RefreshPointId": 17102,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3870,
+ "RefreshPointId": 17102,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3871,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3872,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3873,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3874,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3875,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3876,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3877,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3878,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3879,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3880,
+ "RefreshPointId": 17111,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3881,
+ "RefreshPointId": 17111,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3882,
+ "RefreshPointId": 17111,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3883,
+ "RefreshPointId": 17111,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3884,
+ "RefreshPointId": 17111,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3885,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3886,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3887,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3888,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3889,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3890,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3891,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3892,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3893,
+ "RefreshPointId": 17112,
+ "MonsterID": 2711,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3894,
+ "RefreshPointId": 17112,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3895,
+ "RefreshPointId": 17112,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3896,
+ "RefreshPointId": 17112,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3897,
+ "RefreshPointId": 17112,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3898,
+ "RefreshPointId": 17112,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3899,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3900,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3901,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3902,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3903,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3904,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3905,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3906,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3907,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3908,
+ "RefreshPointId": 17121,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3909,
+ "RefreshPointId": 17121,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3910,
+ "RefreshPointId": 17121,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3911,
+ "RefreshPointId": 17121,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3912,
+ "RefreshPointId": 17121,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3913,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3914,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3915,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3916,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3917,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3918,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3919,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3920,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3921,
+ "RefreshPointId": 17122,
+ "MonsterID": 2712,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3922,
+ "RefreshPointId": 17122,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3923,
+ "RefreshPointId": 17122,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3924,
+ "RefreshPointId": 17122,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3925,
+ "RefreshPointId": 17122,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3926,
+ "RefreshPointId": 17122,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3927,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3928,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3929,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3930,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3931,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3932,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3933,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3934,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3935,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3936,
+ "RefreshPointId": 17131,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3937,
+ "RefreshPointId": 17131,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3938,
+ "RefreshPointId": 17131,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3939,
+ "RefreshPointId": 17131,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3940,
+ "RefreshPointId": 17131,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3941,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3942,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3943,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3944,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3945,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3946,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3947,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3948,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3949,
+ "RefreshPointId": 17132,
+ "MonsterID": 2713,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3950,
+ "RefreshPointId": 17132,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3951,
+ "RefreshPointId": 17132,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3952,
+ "RefreshPointId": 17132,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3953,
+ "RefreshPointId": 17132,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3954,
+ "RefreshPointId": 17132,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3955,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3956,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3957,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3958,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3959,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3960,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3961,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3962,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3963,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3964,
+ "RefreshPointId": 17141,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3965,
+ "RefreshPointId": 17141,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3966,
+ "RefreshPointId": 17141,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3967,
+ "RefreshPointId": 17141,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3968,
+ "RefreshPointId": 17141,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3969,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3970,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3971,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3972,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3973,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3974,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3975,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3976,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3977,
+ "RefreshPointId": 17142,
+ "MonsterID": 2714,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3978,
+ "RefreshPointId": 17142,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3979,
+ "RefreshPointId": 17142,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3980,
+ "RefreshPointId": 17142,
+ "MonsterID": 2728,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3981,
+ "RefreshPointId": 17142,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3982,
+ "RefreshPointId": 17142,
+ "MonsterID": 2734,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3983,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3984,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3985,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3986,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3987,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3988,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3989,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3990,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3991,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3992,
+ "RefreshPointId": 17151,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3993,
+ "RefreshPointId": 17151,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3994,
+ "RefreshPointId": 17151,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3995,
+ "RefreshPointId": 17151,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3996,
+ "RefreshPointId": 17151,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 3997,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3998,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 3999,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4000,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4001,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4002,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4003,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4004,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4005,
+ "RefreshPointId": 17152,
+ "MonsterID": 2715,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4006,
+ "RefreshPointId": 17152,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4007,
+ "RefreshPointId": 17152,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4008,
+ "RefreshPointId": 17152,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4009,
+ "RefreshPointId": 17152,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4010,
+ "RefreshPointId": 17152,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4011,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4012,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4013,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4014,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4015,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4016,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4017,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4018,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4019,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4020,
+ "RefreshPointId": 17161,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4021,
+ "RefreshPointId": 17161,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4022,
+ "RefreshPointId": 17161,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4023,
+ "RefreshPointId": 17161,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4024,
+ "RefreshPointId": 17161,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4025,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4026,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4027,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4028,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4029,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4030,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4031,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4032,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4033,
+ "RefreshPointId": 17162,
+ "MonsterID": 2716,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4034,
+ "RefreshPointId": 17162,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4035,
+ "RefreshPointId": 17162,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4036,
+ "RefreshPointId": 17162,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4037,
+ "RefreshPointId": 17162,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4038,
+ "RefreshPointId": 17162,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4039,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4040,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4041,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4042,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4043,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4044,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4045,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4046,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4047,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4048,
+ "RefreshPointId": 17171,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4049,
+ "RefreshPointId": 17171,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4050,
+ "RefreshPointId": 17171,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4051,
+ "RefreshPointId": 17171,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4052,
+ "RefreshPointId": 17171,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4053,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4054,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4055,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4056,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4057,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4058,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4059,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4060,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4061,
+ "RefreshPointId": 17172,
+ "MonsterID": 2717,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4062,
+ "RefreshPointId": 17172,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4063,
+ "RefreshPointId": 17172,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4064,
+ "RefreshPointId": 17172,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4065,
+ "RefreshPointId": 17172,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4066,
+ "RefreshPointId": 17172,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4067,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4068,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4069,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4070,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4071,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4072,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4073,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4074,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4075,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4076,
+ "RefreshPointId": 17181,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4077,
+ "RefreshPointId": 17181,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4078,
+ "RefreshPointId": 17181,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4079,
+ "RefreshPointId": 17181,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4080,
+ "RefreshPointId": 17181,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4081,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4082,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4083,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4084,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4085,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4086,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4087,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4088,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4089,
+ "RefreshPointId": 17182,
+ "MonsterID": 2718,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4090,
+ "RefreshPointId": 17182,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4091,
+ "RefreshPointId": 17182,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4092,
+ "RefreshPointId": 17182,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4093,
+ "RefreshPointId": 17182,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4094,
+ "RefreshPointId": 17182,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4095,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4096,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4097,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4098,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4099,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4100,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4101,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4102,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4103,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4104,
+ "RefreshPointId": 17191,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4105,
+ "RefreshPointId": 17191,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4106,
+ "RefreshPointId": 17191,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4107,
+ "RefreshPointId": 17191,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4108,
+ "RefreshPointId": 17191,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4109,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4110,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4111,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4112,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4113,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4114,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4115,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4116,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4117,
+ "RefreshPointId": 17192,
+ "MonsterID": 2719,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4118,
+ "RefreshPointId": 17192,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4119,
+ "RefreshPointId": 17192,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4120,
+ "RefreshPointId": 17192,
+ "MonsterID": 2729,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4121,
+ "RefreshPointId": 17192,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4122,
+ "RefreshPointId": 17192,
+ "MonsterID": 2735,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4123,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4124,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4125,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4126,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4127,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4128,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4129,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4130,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4131,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4132,
+ "RefreshPointId": 17201,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4133,
+ "RefreshPointId": 17201,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4134,
+ "RefreshPointId": 17201,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4135,
+ "RefreshPointId": 17201,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4136,
+ "RefreshPointId": 17201,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4137,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4138,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4139,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4140,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4141,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4142,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4143,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4144,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4145,
+ "RefreshPointId": 17202,
+ "MonsterID": 2720,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4146,
+ "RefreshPointId": 17202,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4147,
+ "RefreshPointId": 17202,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4148,
+ "RefreshPointId": 17202,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4149,
+ "RefreshPointId": 17202,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4150,
+ "RefreshPointId": 17202,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4151,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4152,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4153,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4154,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4155,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4156,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4157,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4158,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4159,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4160,
+ "RefreshPointId": 17211,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4161,
+ "RefreshPointId": 17211,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4162,
+ "RefreshPointId": 17211,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4163,
+ "RefreshPointId": 17211,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4164,
+ "RefreshPointId": 17211,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4165,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4166,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4167,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4168,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4169,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4170,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4171,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4172,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4173,
+ "RefreshPointId": 17212,
+ "MonsterID": 2721,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4174,
+ "RefreshPointId": 17212,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4175,
+ "RefreshPointId": 17212,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4176,
+ "RefreshPointId": 17212,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4177,
+ "RefreshPointId": 17212,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4178,
+ "RefreshPointId": 17212,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4179,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4180,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4181,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4182,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4183,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4184,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4185,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4186,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4187,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4188,
+ "RefreshPointId": 17221,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4189,
+ "RefreshPointId": 17221,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4190,
+ "RefreshPointId": 17221,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4191,
+ "RefreshPointId": 17221,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4192,
+ "RefreshPointId": 17221,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4193,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4194,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4195,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4196,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4197,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4198,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4199,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4200,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4201,
+ "RefreshPointId": 17222,
+ "MonsterID": 2722,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4202,
+ "RefreshPointId": 17222,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4203,
+ "RefreshPointId": 17222,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4204,
+ "RefreshPointId": 17222,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4205,
+ "RefreshPointId": 17222,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4206,
+ "RefreshPointId": 17222,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4207,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4208,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4209,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4210,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4211,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4212,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4213,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4214,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4215,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4216,
+ "RefreshPointId": 17231,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4217,
+ "RefreshPointId": 17231,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4218,
+ "RefreshPointId": 17231,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4219,
+ "RefreshPointId": 17231,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4220,
+ "RefreshPointId": 17231,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4221,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4222,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4223,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4224,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4225,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4226,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4227,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4228,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4229,
+ "RefreshPointId": 17232,
+ "MonsterID": 2723,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4230,
+ "RefreshPointId": 17232,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4231,
+ "RefreshPointId": 17232,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4232,
+ "RefreshPointId": 17232,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4233,
+ "RefreshPointId": 17232,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4234,
+ "RefreshPointId": 17232,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4235,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4236,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4237,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4238,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4239,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4240,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4241,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4242,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4243,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4244,
+ "RefreshPointId": 17241,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4245,
+ "RefreshPointId": 17241,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4246,
+ "RefreshPointId": 17241,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4247,
+ "RefreshPointId": 17241,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4248,
+ "RefreshPointId": 17241,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4249,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4250,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4251,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4252,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4253,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4254,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4255,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4256,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4257,
+ "RefreshPointId": 17242,
+ "MonsterID": 2724,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4258,
+ "RefreshPointId": 17242,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4259,
+ "RefreshPointId": 17242,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4260,
+ "RefreshPointId": 17242,
+ "MonsterID": 2730,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4261,
+ "RefreshPointId": 17242,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4262,
+ "RefreshPointId": 17242,
+ "MonsterID": 2736,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4263,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4264,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4265,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4266,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4267,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4268,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4269,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4270,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4271,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4272,
+ "RefreshPointId": 17251,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4273,
+ "RefreshPointId": 17251,
+ "MonsterID": 2731,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4274,
+ "RefreshPointId": 17251,
+ "MonsterID": 2731,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4275,
+ "RefreshPointId": 17251,
+ "MonsterID": 2731,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4276,
+ "RefreshPointId": 17251,
+ "MonsterID": 2737,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4277,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4278,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4279,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4280,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4281,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4282,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4283,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4284,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4285,
+ "RefreshPointId": 17252,
+ "MonsterID": 2725,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4286,
+ "RefreshPointId": 17252,
+ "MonsterID": 2731,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4287,
+ "RefreshPointId": 17252,
+ "MonsterID": 2731,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4288,
+ "RefreshPointId": 17252,
+ "MonsterID": 2731,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4289,
+ "RefreshPointId": 17252,
+ "MonsterID": 2737,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4290,
+ "RefreshPointId": 17252,
+ "MonsterID": 2737,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4291,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4292,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4293,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4294,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4295,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4296,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4297,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4298,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4299,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4300,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4301,
+ "RefreshPointId": 18011,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4302,
+ "RefreshPointId": 18011,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4303,
+ "RefreshPointId": 18011,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4304,
+ "RefreshPointId": 18011,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4305,
+ "RefreshPointId": 18011,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4306,
+ "RefreshPointId": 18011,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4307,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4308,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4309,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4310,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4311,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4312,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4313,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4314,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4315,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4316,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4317,
+ "RefreshPointId": 18012,
+ "MonsterID": 2801,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4318,
+ "RefreshPointId": 18012,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4319,
+ "RefreshPointId": 18012,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4320,
+ "RefreshPointId": 18012,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4321,
+ "RefreshPointId": 18012,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4322,
+ "RefreshPointId": 18012,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4323,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4324,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4325,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4326,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4327,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4328,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4329,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4330,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4331,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4332,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4333,
+ "RefreshPointId": 18021,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4334,
+ "RefreshPointId": 18021,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4335,
+ "RefreshPointId": 18021,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4336,
+ "RefreshPointId": 18021,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4337,
+ "RefreshPointId": 18021,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4338,
+ "RefreshPointId": 18021,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4339,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4340,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4341,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4342,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4343,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4344,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4345,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4346,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4347,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4348,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4349,
+ "RefreshPointId": 18022,
+ "MonsterID": 2802,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4350,
+ "RefreshPointId": 18022,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4351,
+ "RefreshPointId": 18022,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4352,
+ "RefreshPointId": 18022,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4353,
+ "RefreshPointId": 18022,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4354,
+ "RefreshPointId": 18022,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4355,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4356,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4357,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4358,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4359,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4360,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4361,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4362,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4363,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4364,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4365,
+ "RefreshPointId": 18031,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4366,
+ "RefreshPointId": 18031,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4367,
+ "RefreshPointId": 18031,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4368,
+ "RefreshPointId": 18031,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4369,
+ "RefreshPointId": 18031,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4370,
+ "RefreshPointId": 18031,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4371,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4372,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4373,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4374,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4375,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4376,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4377,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4378,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4379,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4380,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4381,
+ "RefreshPointId": 18032,
+ "MonsterID": 2803,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4382,
+ "RefreshPointId": 18032,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4383,
+ "RefreshPointId": 18032,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4384,
+ "RefreshPointId": 18032,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4385,
+ "RefreshPointId": 18032,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4386,
+ "RefreshPointId": 18032,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4387,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4388,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4389,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4390,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4391,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4392,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4393,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4394,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4395,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4396,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4397,
+ "RefreshPointId": 18041,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4398,
+ "RefreshPointId": 18041,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4399,
+ "RefreshPointId": 18041,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4400,
+ "RefreshPointId": 18041,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4401,
+ "RefreshPointId": 18041,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4402,
+ "RefreshPointId": 18041,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4403,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4404,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4405,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4406,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4407,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4408,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4409,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4410,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4411,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4412,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4413,
+ "RefreshPointId": 18042,
+ "MonsterID": 2804,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4414,
+ "RefreshPointId": 18042,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4415,
+ "RefreshPointId": 18042,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4416,
+ "RefreshPointId": 18042,
+ "MonsterID": 2826,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4417,
+ "RefreshPointId": 18042,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4418,
+ "RefreshPointId": 18042,
+ "MonsterID": 2832,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4419,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4420,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4421,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4422,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4423,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4424,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4425,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4426,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4427,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4428,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4429,
+ "RefreshPointId": 18051,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4430,
+ "RefreshPointId": 18051,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4431,
+ "RefreshPointId": 18051,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4432,
+ "RefreshPointId": 18051,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4433,
+ "RefreshPointId": 18051,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4434,
+ "RefreshPointId": 18051,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4435,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4436,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4437,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4438,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4439,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4440,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4441,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4442,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4443,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4444,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4445,
+ "RefreshPointId": 18052,
+ "MonsterID": 2805,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4446,
+ "RefreshPointId": 18052,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4447,
+ "RefreshPointId": 18052,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4448,
+ "RefreshPointId": 18052,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4449,
+ "RefreshPointId": 18052,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4450,
+ "RefreshPointId": 18052,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4451,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4452,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4453,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4454,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4455,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4456,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4457,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4458,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4459,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4460,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4461,
+ "RefreshPointId": 18061,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4462,
+ "RefreshPointId": 18061,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4463,
+ "RefreshPointId": 18061,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4464,
+ "RefreshPointId": 18061,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4465,
+ "RefreshPointId": 18061,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4466,
+ "RefreshPointId": 18061,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4467,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4468,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4469,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4470,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4471,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4472,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4473,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4474,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4475,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4476,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4477,
+ "RefreshPointId": 18062,
+ "MonsterID": 2806,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4478,
+ "RefreshPointId": 18062,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4479,
+ "RefreshPointId": 18062,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4480,
+ "RefreshPointId": 18062,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4481,
+ "RefreshPointId": 18062,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4482,
+ "RefreshPointId": 18062,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4483,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4484,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4485,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4486,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4487,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4488,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4489,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4490,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4491,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4492,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4493,
+ "RefreshPointId": 18071,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4494,
+ "RefreshPointId": 18071,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4495,
+ "RefreshPointId": 18071,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4496,
+ "RefreshPointId": 18071,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4497,
+ "RefreshPointId": 18071,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4498,
+ "RefreshPointId": 18071,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4499,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4500,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4501,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4502,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4503,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4504,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4505,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4506,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4507,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4508,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4509,
+ "RefreshPointId": 18072,
+ "MonsterID": 2807,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4510,
+ "RefreshPointId": 18072,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4511,
+ "RefreshPointId": 18072,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4512,
+ "RefreshPointId": 18072,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4513,
+ "RefreshPointId": 18072,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4514,
+ "RefreshPointId": 18072,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4515,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4516,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4517,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4518,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4519,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4520,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4521,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4522,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4523,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4524,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4525,
+ "RefreshPointId": 18081,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4526,
+ "RefreshPointId": 18081,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4527,
+ "RefreshPointId": 18081,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4528,
+ "RefreshPointId": 18081,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4529,
+ "RefreshPointId": 18081,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4530,
+ "RefreshPointId": 18081,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4531,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4532,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4533,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4534,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4535,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4536,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4537,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4538,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4539,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4540,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4541,
+ "RefreshPointId": 18082,
+ "MonsterID": 2808,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4542,
+ "RefreshPointId": 18082,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4543,
+ "RefreshPointId": 18082,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4544,
+ "RefreshPointId": 18082,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4545,
+ "RefreshPointId": 18082,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4546,
+ "RefreshPointId": 18082,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4547,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4548,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4549,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4550,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4551,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4552,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4553,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4554,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4555,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4556,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4557,
+ "RefreshPointId": 18091,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4558,
+ "RefreshPointId": 18091,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4559,
+ "RefreshPointId": 18091,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4560,
+ "RefreshPointId": 18091,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4561,
+ "RefreshPointId": 18091,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4562,
+ "RefreshPointId": 18091,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4563,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4564,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4565,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4566,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4567,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4568,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4569,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4570,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4571,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4572,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4573,
+ "RefreshPointId": 18092,
+ "MonsterID": 2809,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4574,
+ "RefreshPointId": 18092,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4575,
+ "RefreshPointId": 18092,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4576,
+ "RefreshPointId": 18092,
+ "MonsterID": 2827,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4577,
+ "RefreshPointId": 18092,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4578,
+ "RefreshPointId": 18092,
+ "MonsterID": 2833,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4579,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4580,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4581,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4582,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4583,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4584,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4585,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4586,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4587,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4588,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4589,
+ "RefreshPointId": 18101,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4590,
+ "RefreshPointId": 18101,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4591,
+ "RefreshPointId": 18101,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4592,
+ "RefreshPointId": 18101,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4593,
+ "RefreshPointId": 18101,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4594,
+ "RefreshPointId": 18101,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4595,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4596,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4597,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4598,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4599,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4600,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4601,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4602,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4603,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4604,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4605,
+ "RefreshPointId": 18102,
+ "MonsterID": 2810,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4606,
+ "RefreshPointId": 18102,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4607,
+ "RefreshPointId": 18102,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4608,
+ "RefreshPointId": 18102,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4609,
+ "RefreshPointId": 18102,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4610,
+ "RefreshPointId": 18102,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4611,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4612,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4613,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4614,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4615,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4616,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4617,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4618,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4619,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4620,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4621,
+ "RefreshPointId": 18111,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4622,
+ "RefreshPointId": 18111,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4623,
+ "RefreshPointId": 18111,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4624,
+ "RefreshPointId": 18111,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4625,
+ "RefreshPointId": 18111,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4626,
+ "RefreshPointId": 18111,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4627,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4628,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4629,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4630,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4631,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4632,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4633,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4634,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4635,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4636,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4637,
+ "RefreshPointId": 18112,
+ "MonsterID": 2811,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4638,
+ "RefreshPointId": 18112,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4639,
+ "RefreshPointId": 18112,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4640,
+ "RefreshPointId": 18112,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4641,
+ "RefreshPointId": 18112,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4642,
+ "RefreshPointId": 18112,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4643,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4644,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4645,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4646,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4647,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4648,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4649,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4650,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4651,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4652,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4653,
+ "RefreshPointId": 18121,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4654,
+ "RefreshPointId": 18121,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4655,
+ "RefreshPointId": 18121,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4656,
+ "RefreshPointId": 18121,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4657,
+ "RefreshPointId": 18121,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4658,
+ "RefreshPointId": 18121,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4659,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4660,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4661,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4662,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4663,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4664,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4665,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4666,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4667,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4668,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4669,
+ "RefreshPointId": 18122,
+ "MonsterID": 2812,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4670,
+ "RefreshPointId": 18122,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4671,
+ "RefreshPointId": 18122,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4672,
+ "RefreshPointId": 18122,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4673,
+ "RefreshPointId": 18122,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4674,
+ "RefreshPointId": 18122,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4675,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4676,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4677,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4678,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4679,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4680,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4681,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4682,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4683,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4684,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4685,
+ "RefreshPointId": 18131,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4686,
+ "RefreshPointId": 18131,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4687,
+ "RefreshPointId": 18131,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4688,
+ "RefreshPointId": 18131,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4689,
+ "RefreshPointId": 18131,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4690,
+ "RefreshPointId": 18131,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4691,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4692,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4693,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4694,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4695,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4696,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4697,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4698,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4699,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4700,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4701,
+ "RefreshPointId": 18132,
+ "MonsterID": 2813,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4702,
+ "RefreshPointId": 18132,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4703,
+ "RefreshPointId": 18132,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4704,
+ "RefreshPointId": 18132,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4705,
+ "RefreshPointId": 18132,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4706,
+ "RefreshPointId": 18132,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4707,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4708,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4709,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4710,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4711,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4712,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4713,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4714,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4715,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4716,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4717,
+ "RefreshPointId": 18141,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4718,
+ "RefreshPointId": 18141,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4719,
+ "RefreshPointId": 18141,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4720,
+ "RefreshPointId": 18141,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4721,
+ "RefreshPointId": 18141,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4722,
+ "RefreshPointId": 18141,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4723,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4724,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4725,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4726,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4727,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4728,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4729,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4730,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4731,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4732,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4733,
+ "RefreshPointId": 18142,
+ "MonsterID": 2814,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4734,
+ "RefreshPointId": 18142,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4735,
+ "RefreshPointId": 18142,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4736,
+ "RefreshPointId": 18142,
+ "MonsterID": 2828,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4737,
+ "RefreshPointId": 18142,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4738,
+ "RefreshPointId": 18142,
+ "MonsterID": 2834,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4739,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4740,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4741,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4742,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4743,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4744,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4745,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4746,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4747,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4748,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4749,
+ "RefreshPointId": 18151,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4750,
+ "RefreshPointId": 18151,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4751,
+ "RefreshPointId": 18151,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4752,
+ "RefreshPointId": 18151,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4753,
+ "RefreshPointId": 18151,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4754,
+ "RefreshPointId": 18151,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4755,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4756,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4757,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4758,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4759,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4760,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4761,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4762,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4763,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4764,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4765,
+ "RefreshPointId": 18152,
+ "MonsterID": 2815,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4766,
+ "RefreshPointId": 18152,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4767,
+ "RefreshPointId": 18152,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4768,
+ "RefreshPointId": 18152,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4769,
+ "RefreshPointId": 18152,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4770,
+ "RefreshPointId": 18152,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4771,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4772,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4773,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4774,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4775,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4776,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4777,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4778,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4779,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4780,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4781,
+ "RefreshPointId": 18161,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4782,
+ "RefreshPointId": 18161,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4783,
+ "RefreshPointId": 18161,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4784,
+ "RefreshPointId": 18161,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4785,
+ "RefreshPointId": 18161,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4786,
+ "RefreshPointId": 18161,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4787,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4788,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4789,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4790,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4791,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4792,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4793,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4794,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4795,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4796,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4797,
+ "RefreshPointId": 18162,
+ "MonsterID": 2816,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4798,
+ "RefreshPointId": 18162,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4799,
+ "RefreshPointId": 18162,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4800,
+ "RefreshPointId": 18162,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4801,
+ "RefreshPointId": 18162,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4802,
+ "RefreshPointId": 18162,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4803,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4804,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4805,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4806,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4807,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4808,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4809,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4810,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4811,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4812,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4813,
+ "RefreshPointId": 18171,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4814,
+ "RefreshPointId": 18171,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4815,
+ "RefreshPointId": 18171,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4816,
+ "RefreshPointId": 18171,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4817,
+ "RefreshPointId": 18171,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4818,
+ "RefreshPointId": 18171,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4819,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4820,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4821,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4822,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4823,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4824,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4825,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4826,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4827,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4828,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4829,
+ "RefreshPointId": 18172,
+ "MonsterID": 2817,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4830,
+ "RefreshPointId": 18172,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4831,
+ "RefreshPointId": 18172,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4832,
+ "RefreshPointId": 18172,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4833,
+ "RefreshPointId": 18172,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4834,
+ "RefreshPointId": 18172,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4835,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4836,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4837,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4838,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4839,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4840,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4841,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4842,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4843,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4844,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4845,
+ "RefreshPointId": 18181,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4846,
+ "RefreshPointId": 18181,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4847,
+ "RefreshPointId": 18181,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4848,
+ "RefreshPointId": 18181,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4849,
+ "RefreshPointId": 18181,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4850,
+ "RefreshPointId": 18181,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4851,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4852,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4853,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4854,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4855,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4856,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4857,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4858,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4859,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4860,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4861,
+ "RefreshPointId": 18182,
+ "MonsterID": 2818,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4862,
+ "RefreshPointId": 18182,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4863,
+ "RefreshPointId": 18182,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4864,
+ "RefreshPointId": 18182,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4865,
+ "RefreshPointId": 18182,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4866,
+ "RefreshPointId": 18182,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4867,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4868,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4869,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4870,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4871,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4872,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4873,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4874,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4875,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4876,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4877,
+ "RefreshPointId": 18191,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4878,
+ "RefreshPointId": 18191,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4879,
+ "RefreshPointId": 18191,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4880,
+ "RefreshPointId": 18191,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4881,
+ "RefreshPointId": 18191,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4882,
+ "RefreshPointId": 18191,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4883,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4884,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4885,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4886,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4887,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4888,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4889,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4890,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4891,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4892,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4893,
+ "RefreshPointId": 18192,
+ "MonsterID": 2819,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4894,
+ "RefreshPointId": 18192,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4895,
+ "RefreshPointId": 18192,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4896,
+ "RefreshPointId": 18192,
+ "MonsterID": 2829,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4897,
+ "RefreshPointId": 18192,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4898,
+ "RefreshPointId": 18192,
+ "MonsterID": 2835,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4899,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4900,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4901,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4902,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4903,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4904,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4905,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4906,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4907,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4908,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4909,
+ "RefreshPointId": 18201,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4910,
+ "RefreshPointId": 18201,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4911,
+ "RefreshPointId": 18201,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4912,
+ "RefreshPointId": 18201,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4913,
+ "RefreshPointId": 18201,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4914,
+ "RefreshPointId": 18201,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4915,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4916,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4917,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4918,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4919,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4920,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4921,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4922,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4923,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4924,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4925,
+ "RefreshPointId": 18202,
+ "MonsterID": 2820,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4926,
+ "RefreshPointId": 18202,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4927,
+ "RefreshPointId": 18202,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4928,
+ "RefreshPointId": 18202,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4929,
+ "RefreshPointId": 18202,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4930,
+ "RefreshPointId": 18202,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4931,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4932,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4933,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4934,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4935,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4936,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4937,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4938,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4939,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4940,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4941,
+ "RefreshPointId": 18211,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4942,
+ "RefreshPointId": 18211,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4943,
+ "RefreshPointId": 18211,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4944,
+ "RefreshPointId": 18211,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4945,
+ "RefreshPointId": 18211,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4946,
+ "RefreshPointId": 18211,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4947,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4948,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4949,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4950,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4951,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4952,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4953,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4954,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4955,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4956,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4957,
+ "RefreshPointId": 18212,
+ "MonsterID": 2821,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4958,
+ "RefreshPointId": 18212,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4959,
+ "RefreshPointId": 18212,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4960,
+ "RefreshPointId": 18212,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4961,
+ "RefreshPointId": 18212,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4962,
+ "RefreshPointId": 18212,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4963,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4964,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4965,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4966,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4967,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4968,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4969,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4970,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4971,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4972,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4973,
+ "RefreshPointId": 18221,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4974,
+ "RefreshPointId": 18221,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4975,
+ "RefreshPointId": 18221,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4976,
+ "RefreshPointId": 18221,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4977,
+ "RefreshPointId": 18221,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4978,
+ "RefreshPointId": 18221,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4979,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4980,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4981,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4982,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4983,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4984,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4985,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4986,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4987,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4988,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4989,
+ "RefreshPointId": 18222,
+ "MonsterID": 2822,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4990,
+ "RefreshPointId": 18222,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4991,
+ "RefreshPointId": 18222,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4992,
+ "RefreshPointId": 18222,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4993,
+ "RefreshPointId": 18222,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4994,
+ "RefreshPointId": 18222,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 4995,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4996,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4997,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4998,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 4999,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5000,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5001,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5002,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5003,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5004,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5005,
+ "RefreshPointId": 18231,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5006,
+ "RefreshPointId": 18231,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5007,
+ "RefreshPointId": 18231,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5008,
+ "RefreshPointId": 18231,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5009,
+ "RefreshPointId": 18231,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5010,
+ "RefreshPointId": 18231,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5011,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5012,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5013,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5014,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5015,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5016,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5017,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5018,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5019,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5020,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5021,
+ "RefreshPointId": 18232,
+ "MonsterID": 2823,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5022,
+ "RefreshPointId": 18232,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5023,
+ "RefreshPointId": 18232,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5024,
+ "RefreshPointId": 18232,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5025,
+ "RefreshPointId": 18232,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5026,
+ "RefreshPointId": 18232,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5027,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5028,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5029,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5030,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5031,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5032,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5033,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5034,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5035,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5036,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5037,
+ "RefreshPointId": 18241,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5038,
+ "RefreshPointId": 18241,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5039,
+ "RefreshPointId": 18241,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5040,
+ "RefreshPointId": 18241,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5041,
+ "RefreshPointId": 18241,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5042,
+ "RefreshPointId": 18241,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5043,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5044,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5045,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5046,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5047,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5048,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5049,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5050,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5051,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5052,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5053,
+ "RefreshPointId": 18242,
+ "MonsterID": 2824,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5054,
+ "RefreshPointId": 18242,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5055,
+ "RefreshPointId": 18242,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5056,
+ "RefreshPointId": 18242,
+ "MonsterID": 2830,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5057,
+ "RefreshPointId": 18242,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5058,
+ "RefreshPointId": 18242,
+ "MonsterID": 2836,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5059,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5060,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5061,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5062,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5063,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5064,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5065,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5066,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5067,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5068,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5069,
+ "RefreshPointId": 18251,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5070,
+ "RefreshPointId": 18251,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5071,
+ "RefreshPointId": 18251,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5072,
+ "RefreshPointId": 18251,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5073,
+ "RefreshPointId": 18251,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5074,
+ "RefreshPointId": 18251,
+ "MonsterID": 2837,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5075,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5076,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5077,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5078,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5079,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5080,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5081,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5082,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5083,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5084,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5085,
+ "RefreshPointId": 18252,
+ "MonsterID": 2825,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5086,
+ "RefreshPointId": 18252,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5087,
+ "RefreshPointId": 18252,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5088,
+ "RefreshPointId": 18252,
+ "MonsterID": 2831,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5089,
+ "RefreshPointId": 18252,
+ "MonsterID": 2837,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5090,
+ "RefreshPointId": 18252,
+ "MonsterID": 2837,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5091,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5092,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5093,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5094,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5095,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5096,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5097,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5098,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5099,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5100,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5101,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5102,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5103,
+ "RefreshPointId": 19011,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5104,
+ "RefreshPointId": 19011,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5105,
+ "RefreshPointId": 19011,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5106,
+ "RefreshPointId": 19011,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5107,
+ "RefreshPointId": 19011,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5108,
+ "RefreshPointId": 19011,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5109,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5110,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5111,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5112,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5113,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5114,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5115,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5116,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5117,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5118,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5119,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5120,
+ "RefreshPointId": 19012,
+ "MonsterID": 2901,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5121,
+ "RefreshPointId": 19012,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5122,
+ "RefreshPointId": 19012,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5123,
+ "RefreshPointId": 19012,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5124,
+ "RefreshPointId": 19012,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5125,
+ "RefreshPointId": 19012,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5126,
+ "RefreshPointId": 19012,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5127,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5128,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5129,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5130,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5131,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5132,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5133,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5134,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5135,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5136,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5137,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5138,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5139,
+ "RefreshPointId": 19021,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5140,
+ "RefreshPointId": 19021,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5141,
+ "RefreshPointId": 19021,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5142,
+ "RefreshPointId": 19021,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5143,
+ "RefreshPointId": 19021,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5144,
+ "RefreshPointId": 19021,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5145,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5146,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5147,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5148,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5149,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5150,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5151,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5152,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5153,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5154,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5155,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5156,
+ "RefreshPointId": 19022,
+ "MonsterID": 2902,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5157,
+ "RefreshPointId": 19022,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5158,
+ "RefreshPointId": 19022,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5159,
+ "RefreshPointId": 19022,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5160,
+ "RefreshPointId": 19022,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5161,
+ "RefreshPointId": 19022,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5162,
+ "RefreshPointId": 19022,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5163,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5164,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5165,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5166,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5167,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5168,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5169,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5170,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5171,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5172,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5173,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5174,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5175,
+ "RefreshPointId": 19031,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5176,
+ "RefreshPointId": 19031,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5177,
+ "RefreshPointId": 19031,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5178,
+ "RefreshPointId": 19031,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5179,
+ "RefreshPointId": 19031,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5180,
+ "RefreshPointId": 19031,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5181,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5182,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5183,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5184,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5185,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5186,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5187,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5188,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5189,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5190,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5191,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5192,
+ "RefreshPointId": 19032,
+ "MonsterID": 2903,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5193,
+ "RefreshPointId": 19032,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5194,
+ "RefreshPointId": 19032,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5195,
+ "RefreshPointId": 19032,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5196,
+ "RefreshPointId": 19032,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5197,
+ "RefreshPointId": 19032,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5198,
+ "RefreshPointId": 19032,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5199,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5200,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5201,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5202,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5203,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5204,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5205,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5206,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5207,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5208,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5209,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5210,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5211,
+ "RefreshPointId": 19041,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5212,
+ "RefreshPointId": 19041,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5213,
+ "RefreshPointId": 19041,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5214,
+ "RefreshPointId": 19041,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5215,
+ "RefreshPointId": 19041,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5216,
+ "RefreshPointId": 19041,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5217,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5218,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5219,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5220,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5221,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5222,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5223,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5224,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5225,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5226,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5227,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5228,
+ "RefreshPointId": 19042,
+ "MonsterID": 2904,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5229,
+ "RefreshPointId": 19042,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5230,
+ "RefreshPointId": 19042,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5231,
+ "RefreshPointId": 19042,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5232,
+ "RefreshPointId": 19042,
+ "MonsterID": 2926,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5233,
+ "RefreshPointId": 19042,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5234,
+ "RefreshPointId": 19042,
+ "MonsterID": 2932,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5235,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5236,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5237,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5238,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5239,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5240,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5241,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5242,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5243,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5244,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5245,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5246,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5247,
+ "RefreshPointId": 19051,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5248,
+ "RefreshPointId": 19051,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5249,
+ "RefreshPointId": 19051,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5250,
+ "RefreshPointId": 19051,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5251,
+ "RefreshPointId": 19051,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5252,
+ "RefreshPointId": 19051,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5253,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5254,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5255,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5256,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5257,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5258,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5259,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5260,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5261,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5262,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5263,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5264,
+ "RefreshPointId": 19052,
+ "MonsterID": 2905,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5265,
+ "RefreshPointId": 19052,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5266,
+ "RefreshPointId": 19052,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5267,
+ "RefreshPointId": 19052,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5268,
+ "RefreshPointId": 19052,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5269,
+ "RefreshPointId": 19052,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5270,
+ "RefreshPointId": 19052,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5271,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5272,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5273,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5274,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5275,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5276,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5277,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5278,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5279,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5280,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5281,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5282,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5283,
+ "RefreshPointId": 19061,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5284,
+ "RefreshPointId": 19061,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5285,
+ "RefreshPointId": 19061,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5286,
+ "RefreshPointId": 19061,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5287,
+ "RefreshPointId": 19061,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5288,
+ "RefreshPointId": 19061,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5289,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5290,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5291,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5292,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5293,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5294,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5295,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5296,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5297,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5298,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5299,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5300,
+ "RefreshPointId": 19062,
+ "MonsterID": 2906,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5301,
+ "RefreshPointId": 19062,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5302,
+ "RefreshPointId": 19062,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5303,
+ "RefreshPointId": 19062,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5304,
+ "RefreshPointId": 19062,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5305,
+ "RefreshPointId": 19062,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5306,
+ "RefreshPointId": 19062,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5307,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5308,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5309,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5310,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5311,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5312,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5313,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5314,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5315,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5316,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5317,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5318,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5319,
+ "RefreshPointId": 19071,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5320,
+ "RefreshPointId": 19071,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5321,
+ "RefreshPointId": 19071,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5322,
+ "RefreshPointId": 19071,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5323,
+ "RefreshPointId": 19071,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5324,
+ "RefreshPointId": 19071,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5325,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5326,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5327,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5328,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5329,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5330,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5331,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5332,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5333,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5334,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5335,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5336,
+ "RefreshPointId": 19072,
+ "MonsterID": 2907,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5337,
+ "RefreshPointId": 19072,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5338,
+ "RefreshPointId": 19072,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5339,
+ "RefreshPointId": 19072,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5340,
+ "RefreshPointId": 19072,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5341,
+ "RefreshPointId": 19072,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5342,
+ "RefreshPointId": 19072,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5343,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5344,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5345,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5346,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5347,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5348,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5349,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5350,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5351,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5352,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5353,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5354,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5355,
+ "RefreshPointId": 19081,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5356,
+ "RefreshPointId": 19081,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5357,
+ "RefreshPointId": 19081,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5358,
+ "RefreshPointId": 19081,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5359,
+ "RefreshPointId": 19081,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5360,
+ "RefreshPointId": 19081,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5361,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5362,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5363,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5364,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5365,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5366,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5367,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5368,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5369,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5370,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5371,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5372,
+ "RefreshPointId": 19082,
+ "MonsterID": 2908,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5373,
+ "RefreshPointId": 19082,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5374,
+ "RefreshPointId": 19082,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5375,
+ "RefreshPointId": 19082,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5376,
+ "RefreshPointId": 19082,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5377,
+ "RefreshPointId": 19082,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5378,
+ "RefreshPointId": 19082,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5379,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5380,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5381,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5382,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5383,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5384,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5385,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5386,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5387,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5388,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5389,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5390,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5391,
+ "RefreshPointId": 19091,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5392,
+ "RefreshPointId": 19091,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5393,
+ "RefreshPointId": 19091,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5394,
+ "RefreshPointId": 19091,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5395,
+ "RefreshPointId": 19091,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5396,
+ "RefreshPointId": 19091,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5397,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5398,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5399,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5400,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5401,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5402,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5403,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5404,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5405,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5406,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5407,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5408,
+ "RefreshPointId": 19092,
+ "MonsterID": 2909,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5409,
+ "RefreshPointId": 19092,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5410,
+ "RefreshPointId": 19092,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5411,
+ "RefreshPointId": 19092,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5412,
+ "RefreshPointId": 19092,
+ "MonsterID": 2927,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5413,
+ "RefreshPointId": 19092,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5414,
+ "RefreshPointId": 19092,
+ "MonsterID": 2933,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5415,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5416,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5417,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5418,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5419,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5420,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5421,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5422,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5423,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5424,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5425,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5426,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5427,
+ "RefreshPointId": 19101,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5428,
+ "RefreshPointId": 19101,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5429,
+ "RefreshPointId": 19101,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5430,
+ "RefreshPointId": 19101,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5431,
+ "RefreshPointId": 19101,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5432,
+ "RefreshPointId": 19101,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5433,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5434,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5435,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5436,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5437,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5438,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5439,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5440,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5441,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5442,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5443,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5444,
+ "RefreshPointId": 19102,
+ "MonsterID": 2910,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5445,
+ "RefreshPointId": 19102,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5446,
+ "RefreshPointId": 19102,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5447,
+ "RefreshPointId": 19102,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5448,
+ "RefreshPointId": 19102,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5449,
+ "RefreshPointId": 19102,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5450,
+ "RefreshPointId": 19102,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5451,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5452,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5453,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5454,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5455,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5456,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5457,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5458,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5459,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5460,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5461,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5462,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5463,
+ "RefreshPointId": 19111,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5464,
+ "RefreshPointId": 19111,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5465,
+ "RefreshPointId": 19111,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5466,
+ "RefreshPointId": 19111,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5467,
+ "RefreshPointId": 19111,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5468,
+ "RefreshPointId": 19111,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5469,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5470,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5471,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5472,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5473,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5474,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5475,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5476,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5477,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5478,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5479,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5480,
+ "RefreshPointId": 19112,
+ "MonsterID": 2911,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5481,
+ "RefreshPointId": 19112,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5482,
+ "RefreshPointId": 19112,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5483,
+ "RefreshPointId": 19112,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5484,
+ "RefreshPointId": 19112,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5485,
+ "RefreshPointId": 19112,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5486,
+ "RefreshPointId": 19112,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5487,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5488,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5489,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5490,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5491,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5492,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5493,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5494,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5495,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5496,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5497,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5498,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5499,
+ "RefreshPointId": 19121,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5500,
+ "RefreshPointId": 19121,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5501,
+ "RefreshPointId": 19121,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5502,
+ "RefreshPointId": 19121,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5503,
+ "RefreshPointId": 19121,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5504,
+ "RefreshPointId": 19121,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5505,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5506,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5507,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5508,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5509,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5510,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5511,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5512,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5513,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5514,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5515,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5516,
+ "RefreshPointId": 19122,
+ "MonsterID": 2912,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5517,
+ "RefreshPointId": 19122,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5518,
+ "RefreshPointId": 19122,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5519,
+ "RefreshPointId": 19122,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5520,
+ "RefreshPointId": 19122,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5521,
+ "RefreshPointId": 19122,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5522,
+ "RefreshPointId": 19122,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5523,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5524,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5525,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5526,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5527,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5528,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5529,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5530,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5531,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5532,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5533,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5534,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5535,
+ "RefreshPointId": 19131,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5536,
+ "RefreshPointId": 19131,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5537,
+ "RefreshPointId": 19131,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5538,
+ "RefreshPointId": 19131,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5539,
+ "RefreshPointId": 19131,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5540,
+ "RefreshPointId": 19131,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5541,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5542,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5543,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5544,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5545,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5546,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5547,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5548,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5549,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5550,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5551,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5552,
+ "RefreshPointId": 19132,
+ "MonsterID": 2913,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5553,
+ "RefreshPointId": 19132,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5554,
+ "RefreshPointId": 19132,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5555,
+ "RefreshPointId": 19132,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5556,
+ "RefreshPointId": 19132,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5557,
+ "RefreshPointId": 19132,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5558,
+ "RefreshPointId": 19132,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5559,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5560,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5561,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5562,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5563,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5564,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5565,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5566,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5567,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5568,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5569,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5570,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5571,
+ "RefreshPointId": 19141,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5572,
+ "RefreshPointId": 19141,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5573,
+ "RefreshPointId": 19141,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5574,
+ "RefreshPointId": 19141,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5575,
+ "RefreshPointId": 19141,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5576,
+ "RefreshPointId": 19141,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5577,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5578,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5579,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5580,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5581,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5582,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5583,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5584,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5585,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5586,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5587,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5588,
+ "RefreshPointId": 19142,
+ "MonsterID": 2914,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5589,
+ "RefreshPointId": 19142,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5590,
+ "RefreshPointId": 19142,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5591,
+ "RefreshPointId": 19142,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5592,
+ "RefreshPointId": 19142,
+ "MonsterID": 2928,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5593,
+ "RefreshPointId": 19142,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5594,
+ "RefreshPointId": 19142,
+ "MonsterID": 2934,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5595,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5596,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5597,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5598,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5599,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5600,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5601,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5602,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5603,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5604,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5605,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5606,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5607,
+ "RefreshPointId": 19151,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5608,
+ "RefreshPointId": 19151,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5609,
+ "RefreshPointId": 19151,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5610,
+ "RefreshPointId": 19151,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5611,
+ "RefreshPointId": 19151,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5612,
+ "RefreshPointId": 19151,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5613,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5614,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5615,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5616,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5617,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5618,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5619,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5620,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5621,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5622,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5623,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5624,
+ "RefreshPointId": 19152,
+ "MonsterID": 2915,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5625,
+ "RefreshPointId": 19152,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5626,
+ "RefreshPointId": 19152,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5627,
+ "RefreshPointId": 19152,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5628,
+ "RefreshPointId": 19152,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5629,
+ "RefreshPointId": 19152,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5630,
+ "RefreshPointId": 19152,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5631,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5632,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5633,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5634,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5635,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5636,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5637,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5638,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5639,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5640,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5641,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5642,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5643,
+ "RefreshPointId": 19161,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5644,
+ "RefreshPointId": 19161,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5645,
+ "RefreshPointId": 19161,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5646,
+ "RefreshPointId": 19161,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5647,
+ "RefreshPointId": 19161,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5648,
+ "RefreshPointId": 19161,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5649,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5650,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5651,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5652,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5653,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5654,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5655,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5656,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5657,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5658,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5659,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5660,
+ "RefreshPointId": 19162,
+ "MonsterID": 2916,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5661,
+ "RefreshPointId": 19162,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5662,
+ "RefreshPointId": 19162,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5663,
+ "RefreshPointId": 19162,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5664,
+ "RefreshPointId": 19162,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5665,
+ "RefreshPointId": 19162,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5666,
+ "RefreshPointId": 19162,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5667,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5668,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5669,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5670,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5671,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5672,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5673,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5674,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5675,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5676,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5677,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5678,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5679,
+ "RefreshPointId": 19171,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5680,
+ "RefreshPointId": 19171,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5681,
+ "RefreshPointId": 19171,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5682,
+ "RefreshPointId": 19171,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5683,
+ "RefreshPointId": 19171,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5684,
+ "RefreshPointId": 19171,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5685,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5686,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5687,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5688,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5689,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5690,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5691,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5692,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5693,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5694,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5695,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5696,
+ "RefreshPointId": 19172,
+ "MonsterID": 2917,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5697,
+ "RefreshPointId": 19172,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5698,
+ "RefreshPointId": 19172,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5699,
+ "RefreshPointId": 19172,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5700,
+ "RefreshPointId": 19172,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5701,
+ "RefreshPointId": 19172,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5702,
+ "RefreshPointId": 19172,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5703,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5704,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5705,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5706,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5707,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5708,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5709,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5710,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5711,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5712,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5713,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5714,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5715,
+ "RefreshPointId": 19181,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5716,
+ "RefreshPointId": 19181,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5717,
+ "RefreshPointId": 19181,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5718,
+ "RefreshPointId": 19181,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5719,
+ "RefreshPointId": 19181,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5720,
+ "RefreshPointId": 19181,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5721,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5722,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5723,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5724,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5725,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5726,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5727,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5728,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5729,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5730,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5731,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5732,
+ "RefreshPointId": 19182,
+ "MonsterID": 2918,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5733,
+ "RefreshPointId": 19182,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5734,
+ "RefreshPointId": 19182,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5735,
+ "RefreshPointId": 19182,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5736,
+ "RefreshPointId": 19182,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5737,
+ "RefreshPointId": 19182,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5738,
+ "RefreshPointId": 19182,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5739,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5740,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5741,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5742,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5743,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5744,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5745,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5746,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5747,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5748,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5749,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5750,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5751,
+ "RefreshPointId": 19191,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5752,
+ "RefreshPointId": 19191,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5753,
+ "RefreshPointId": 19191,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5754,
+ "RefreshPointId": 19191,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5755,
+ "RefreshPointId": 19191,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5756,
+ "RefreshPointId": 19191,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5757,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5758,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5759,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5760,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5761,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5762,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5763,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5764,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5765,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5766,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5767,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5768,
+ "RefreshPointId": 19192,
+ "MonsterID": 2919,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5769,
+ "RefreshPointId": 19192,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5770,
+ "RefreshPointId": 19192,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5771,
+ "RefreshPointId": 19192,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5772,
+ "RefreshPointId": 19192,
+ "MonsterID": 2929,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5773,
+ "RefreshPointId": 19192,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5774,
+ "RefreshPointId": 19192,
+ "MonsterID": 2935,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5775,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5776,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5777,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5778,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5779,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5780,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5781,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5782,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5783,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5784,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5785,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5786,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5787,
+ "RefreshPointId": 19201,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5788,
+ "RefreshPointId": 19201,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5789,
+ "RefreshPointId": 19201,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5790,
+ "RefreshPointId": 19201,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5791,
+ "RefreshPointId": 19201,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5792,
+ "RefreshPointId": 19201,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5793,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5794,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5795,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5796,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5797,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5798,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5799,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5800,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5801,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5802,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5803,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5804,
+ "RefreshPointId": 19202,
+ "MonsterID": 2920,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5805,
+ "RefreshPointId": 19202,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5806,
+ "RefreshPointId": 19202,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5807,
+ "RefreshPointId": 19202,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5808,
+ "RefreshPointId": 19202,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5809,
+ "RefreshPointId": 19202,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5810,
+ "RefreshPointId": 19202,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5811,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5812,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5813,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5814,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5815,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5816,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5817,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5818,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5819,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5820,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5821,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5822,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5823,
+ "RefreshPointId": 19211,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5824,
+ "RefreshPointId": 19211,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5825,
+ "RefreshPointId": 19211,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5826,
+ "RefreshPointId": 19211,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5827,
+ "RefreshPointId": 19211,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5828,
+ "RefreshPointId": 19211,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5829,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5830,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5831,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5832,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5833,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5834,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5835,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5836,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5837,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5838,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5839,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5840,
+ "RefreshPointId": 19212,
+ "MonsterID": 2921,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5841,
+ "RefreshPointId": 19212,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5842,
+ "RefreshPointId": 19212,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5843,
+ "RefreshPointId": 19212,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5844,
+ "RefreshPointId": 19212,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5845,
+ "RefreshPointId": 19212,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5846,
+ "RefreshPointId": 19212,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5847,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5848,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5849,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5850,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5851,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5852,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5853,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5854,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5855,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5856,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5857,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5858,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5859,
+ "RefreshPointId": 19221,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5860,
+ "RefreshPointId": 19221,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5861,
+ "RefreshPointId": 19221,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5862,
+ "RefreshPointId": 19221,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5863,
+ "RefreshPointId": 19221,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5864,
+ "RefreshPointId": 19221,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5865,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5866,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5867,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5868,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5869,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5870,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5871,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5872,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5873,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5874,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5875,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5876,
+ "RefreshPointId": 19222,
+ "MonsterID": 2922,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5877,
+ "RefreshPointId": 19222,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5878,
+ "RefreshPointId": 19222,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5879,
+ "RefreshPointId": 19222,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5880,
+ "RefreshPointId": 19222,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5881,
+ "RefreshPointId": 19222,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5882,
+ "RefreshPointId": 19222,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5883,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5884,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5885,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5886,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5887,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5888,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5889,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5890,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5891,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5892,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5893,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5894,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5895,
+ "RefreshPointId": 19231,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5896,
+ "RefreshPointId": 19231,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5897,
+ "RefreshPointId": 19231,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5898,
+ "RefreshPointId": 19231,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5899,
+ "RefreshPointId": 19231,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5900,
+ "RefreshPointId": 19231,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5901,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5902,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5903,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5904,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5905,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5906,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5907,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5908,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5909,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5910,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5911,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5912,
+ "RefreshPointId": 19232,
+ "MonsterID": 2923,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5913,
+ "RefreshPointId": 19232,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5914,
+ "RefreshPointId": 19232,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5915,
+ "RefreshPointId": 19232,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5916,
+ "RefreshPointId": 19232,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5917,
+ "RefreshPointId": 19232,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5918,
+ "RefreshPointId": 19232,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5919,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5920,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5921,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5922,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5923,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5924,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5925,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5926,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5927,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5928,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5929,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5930,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5931,
+ "RefreshPointId": 19241,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5932,
+ "RefreshPointId": 19241,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5933,
+ "RefreshPointId": 19241,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5934,
+ "RefreshPointId": 19241,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5935,
+ "RefreshPointId": 19241,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5936,
+ "RefreshPointId": 19241,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5937,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5938,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5939,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5940,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5941,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5942,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5943,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5944,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5945,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5946,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5947,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5948,
+ "RefreshPointId": 19242,
+ "MonsterID": 2924,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5949,
+ "RefreshPointId": 19242,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5950,
+ "RefreshPointId": 19242,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5951,
+ "RefreshPointId": 19242,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5952,
+ "RefreshPointId": 19242,
+ "MonsterID": 2930,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5953,
+ "RefreshPointId": 19242,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5954,
+ "RefreshPointId": 19242,
+ "MonsterID": 2936,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5955,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5956,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5957,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5958,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5959,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5960,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5961,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5962,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5963,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5964,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5965,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5966,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5967,
+ "RefreshPointId": 19251,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5968,
+ "RefreshPointId": 19251,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5969,
+ "RefreshPointId": 19251,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5970,
+ "RefreshPointId": 19251,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5971,
+ "RefreshPointId": 19251,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5972,
+ "RefreshPointId": 19251,
+ "MonsterID": 2937,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5973,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5974,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5975,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5976,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5977,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5978,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5979,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5980,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5981,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5982,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5983,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5984,
+ "RefreshPointId": 19252,
+ "MonsterID": 2925,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5985,
+ "RefreshPointId": 19252,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5986,
+ "RefreshPointId": 19252,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5987,
+ "RefreshPointId": 19252,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5988,
+ "RefreshPointId": 19252,
+ "MonsterID": 2931,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5989,
+ "RefreshPointId": 19252,
+ "MonsterID": 2937,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5990,
+ "RefreshPointId": 19252,
+ "MonsterID": 2937,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 5991,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5992,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5993,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5994,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5995,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5996,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5997,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5998,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 5999,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6000,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6001,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6002,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6003,
+ "RefreshPointId": 20011,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6004,
+ "RefreshPointId": 20011,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6005,
+ "RefreshPointId": 20011,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6006,
+ "RefreshPointId": 20011,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6007,
+ "RefreshPointId": 20011,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6008,
+ "RefreshPointId": 20011,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6009,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6010,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6011,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6012,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6013,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6014,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6015,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6016,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6017,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6018,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6019,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6020,
+ "RefreshPointId": 20012,
+ "MonsterID": 3001,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6021,
+ "RefreshPointId": 20012,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6022,
+ "RefreshPointId": 20012,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6023,
+ "RefreshPointId": 20012,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6024,
+ "RefreshPointId": 20012,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6025,
+ "RefreshPointId": 20012,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6026,
+ "RefreshPointId": 20012,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6027,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6028,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6029,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6030,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6031,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6032,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6033,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6034,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6035,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6036,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6037,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6038,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6039,
+ "RefreshPointId": 20021,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6040,
+ "RefreshPointId": 20021,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6041,
+ "RefreshPointId": 20021,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6042,
+ "RefreshPointId": 20021,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6043,
+ "RefreshPointId": 20021,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6044,
+ "RefreshPointId": 20021,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6045,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6046,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6047,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6048,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6049,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6050,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6051,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6052,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6053,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6054,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6055,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6056,
+ "RefreshPointId": 20022,
+ "MonsterID": 3002,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6057,
+ "RefreshPointId": 20022,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6058,
+ "RefreshPointId": 20022,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6059,
+ "RefreshPointId": 20022,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6060,
+ "RefreshPointId": 20022,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6061,
+ "RefreshPointId": 20022,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6062,
+ "RefreshPointId": 20022,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6063,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6064,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6065,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6066,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6067,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6068,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6069,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6070,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6071,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6072,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6073,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6074,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6075,
+ "RefreshPointId": 20031,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6076,
+ "RefreshPointId": 20031,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6077,
+ "RefreshPointId": 20031,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6078,
+ "RefreshPointId": 20031,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6079,
+ "RefreshPointId": 20031,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6080,
+ "RefreshPointId": 20031,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6081,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6082,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6083,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6084,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6085,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6086,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6087,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6088,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6089,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6090,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6091,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6092,
+ "RefreshPointId": 20032,
+ "MonsterID": 3003,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6093,
+ "RefreshPointId": 20032,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6094,
+ "RefreshPointId": 20032,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6095,
+ "RefreshPointId": 20032,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6096,
+ "RefreshPointId": 20032,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6097,
+ "RefreshPointId": 20032,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6098,
+ "RefreshPointId": 20032,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6099,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6100,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6101,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6102,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6103,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6104,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6105,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6106,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6107,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6108,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6109,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6110,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6111,
+ "RefreshPointId": 20041,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6112,
+ "RefreshPointId": 20041,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6113,
+ "RefreshPointId": 20041,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6114,
+ "RefreshPointId": 20041,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6115,
+ "RefreshPointId": 20041,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6116,
+ "RefreshPointId": 20041,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6117,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6118,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6119,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6120,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6121,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6122,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6123,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6124,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6125,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6126,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6127,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6128,
+ "RefreshPointId": 20042,
+ "MonsterID": 3004,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6129,
+ "RefreshPointId": 20042,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6130,
+ "RefreshPointId": 20042,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6131,
+ "RefreshPointId": 20042,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6132,
+ "RefreshPointId": 20042,
+ "MonsterID": 3026,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6133,
+ "RefreshPointId": 20042,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6134,
+ "RefreshPointId": 20042,
+ "MonsterID": 3032,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6135,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6136,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6137,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6138,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6139,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6140,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6141,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6142,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6143,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6144,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6145,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6146,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6147,
+ "RefreshPointId": 20051,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6148,
+ "RefreshPointId": 20051,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6149,
+ "RefreshPointId": 20051,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6150,
+ "RefreshPointId": 20051,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6151,
+ "RefreshPointId": 20051,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6152,
+ "RefreshPointId": 20051,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6153,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6154,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6155,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6156,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6157,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6158,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6159,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6160,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6161,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6162,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6163,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6164,
+ "RefreshPointId": 20052,
+ "MonsterID": 3005,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6165,
+ "RefreshPointId": 20052,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6166,
+ "RefreshPointId": 20052,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6167,
+ "RefreshPointId": 20052,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6168,
+ "RefreshPointId": 20052,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6169,
+ "RefreshPointId": 20052,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6170,
+ "RefreshPointId": 20052,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6171,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6172,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6173,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6174,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6175,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6176,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6177,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6178,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6179,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6180,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6181,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6182,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6183,
+ "RefreshPointId": 20061,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6184,
+ "RefreshPointId": 20061,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6185,
+ "RefreshPointId": 20061,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6186,
+ "RefreshPointId": 20061,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6187,
+ "RefreshPointId": 20061,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6188,
+ "RefreshPointId": 20061,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6189,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6190,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6191,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6192,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6193,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6194,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6195,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6196,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6197,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6198,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6199,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6200,
+ "RefreshPointId": 20062,
+ "MonsterID": 3006,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6201,
+ "RefreshPointId": 20062,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6202,
+ "RefreshPointId": 20062,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6203,
+ "RefreshPointId": 20062,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6204,
+ "RefreshPointId": 20062,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6205,
+ "RefreshPointId": 20062,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6206,
+ "RefreshPointId": 20062,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6207,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6208,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6209,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6210,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6211,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6212,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6213,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6214,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6215,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6216,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6217,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6218,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6219,
+ "RefreshPointId": 20071,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6220,
+ "RefreshPointId": 20071,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6221,
+ "RefreshPointId": 20071,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6222,
+ "RefreshPointId": 20071,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6223,
+ "RefreshPointId": 20071,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6224,
+ "RefreshPointId": 20071,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6225,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6226,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6227,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6228,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6229,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6230,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6231,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6232,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6233,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6234,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6235,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6236,
+ "RefreshPointId": 20072,
+ "MonsterID": 3007,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6237,
+ "RefreshPointId": 20072,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6238,
+ "RefreshPointId": 20072,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6239,
+ "RefreshPointId": 20072,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6240,
+ "RefreshPointId": 20072,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6241,
+ "RefreshPointId": 20072,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6242,
+ "RefreshPointId": 20072,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6243,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6244,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6245,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6246,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6247,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6248,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6249,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6250,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6251,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6252,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6253,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6254,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6255,
+ "RefreshPointId": 20081,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6256,
+ "RefreshPointId": 20081,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6257,
+ "RefreshPointId": 20081,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6258,
+ "RefreshPointId": 20081,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6259,
+ "RefreshPointId": 20081,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6260,
+ "RefreshPointId": 20081,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6261,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6262,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6263,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6264,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6265,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6266,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6267,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6268,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6269,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6270,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6271,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6272,
+ "RefreshPointId": 20082,
+ "MonsterID": 3008,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6273,
+ "RefreshPointId": 20082,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6274,
+ "RefreshPointId": 20082,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6275,
+ "RefreshPointId": 20082,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6276,
+ "RefreshPointId": 20082,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6277,
+ "RefreshPointId": 20082,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6278,
+ "RefreshPointId": 20082,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6279,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6280,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6281,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6282,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6283,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6284,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6285,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6286,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6287,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6288,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6289,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6290,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6291,
+ "RefreshPointId": 20091,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6292,
+ "RefreshPointId": 20091,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6293,
+ "RefreshPointId": 20091,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6294,
+ "RefreshPointId": 20091,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6295,
+ "RefreshPointId": 20091,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6296,
+ "RefreshPointId": 20091,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6297,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6298,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6299,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6300,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6301,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6302,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6303,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6304,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6305,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6306,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6307,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6308,
+ "RefreshPointId": 20092,
+ "MonsterID": 3009,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6309,
+ "RefreshPointId": 20092,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6310,
+ "RefreshPointId": 20092,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6311,
+ "RefreshPointId": 20092,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6312,
+ "RefreshPointId": 20092,
+ "MonsterID": 3027,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6313,
+ "RefreshPointId": 20092,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6314,
+ "RefreshPointId": 20092,
+ "MonsterID": 3033,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6315,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6316,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6317,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6318,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6319,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6320,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6321,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6322,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6323,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6324,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6325,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6326,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6327,
+ "RefreshPointId": 20101,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6328,
+ "RefreshPointId": 20101,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6329,
+ "RefreshPointId": 20101,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6330,
+ "RefreshPointId": 20101,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6331,
+ "RefreshPointId": 20101,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6332,
+ "RefreshPointId": 20101,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6333,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6334,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6335,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6336,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6337,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6338,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6339,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6340,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6341,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6342,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6343,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6344,
+ "RefreshPointId": 20102,
+ "MonsterID": 3010,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6345,
+ "RefreshPointId": 20102,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6346,
+ "RefreshPointId": 20102,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6347,
+ "RefreshPointId": 20102,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6348,
+ "RefreshPointId": 20102,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6349,
+ "RefreshPointId": 20102,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6350,
+ "RefreshPointId": 20102,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6351,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6352,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6353,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6354,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6355,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6356,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6357,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6358,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6359,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6360,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6361,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6362,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6363,
+ "RefreshPointId": 20111,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6364,
+ "RefreshPointId": 20111,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6365,
+ "RefreshPointId": 20111,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6366,
+ "RefreshPointId": 20111,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6367,
+ "RefreshPointId": 20111,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6368,
+ "RefreshPointId": 20111,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6369,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6370,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6371,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6372,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6373,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6374,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6375,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6376,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6377,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6378,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6379,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6380,
+ "RefreshPointId": 20112,
+ "MonsterID": 3011,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6381,
+ "RefreshPointId": 20112,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6382,
+ "RefreshPointId": 20112,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6383,
+ "RefreshPointId": 20112,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6384,
+ "RefreshPointId": 20112,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6385,
+ "RefreshPointId": 20112,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6386,
+ "RefreshPointId": 20112,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6387,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6388,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6389,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6390,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6391,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6392,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6393,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6394,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6395,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6396,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6397,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6398,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6399,
+ "RefreshPointId": 20121,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6400,
+ "RefreshPointId": 20121,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6401,
+ "RefreshPointId": 20121,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6402,
+ "RefreshPointId": 20121,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6403,
+ "RefreshPointId": 20121,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6404,
+ "RefreshPointId": 20121,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6405,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6406,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6407,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6408,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6409,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6410,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6411,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6412,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6413,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6414,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6415,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6416,
+ "RefreshPointId": 20122,
+ "MonsterID": 3012,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6417,
+ "RefreshPointId": 20122,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6418,
+ "RefreshPointId": 20122,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6419,
+ "RefreshPointId": 20122,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6420,
+ "RefreshPointId": 20122,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6421,
+ "RefreshPointId": 20122,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6422,
+ "RefreshPointId": 20122,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6423,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6424,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6425,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6426,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6427,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6428,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6429,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6430,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6431,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6432,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6433,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6434,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6435,
+ "RefreshPointId": 20131,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6436,
+ "RefreshPointId": 20131,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6437,
+ "RefreshPointId": 20131,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6438,
+ "RefreshPointId": 20131,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6439,
+ "RefreshPointId": 20131,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6440,
+ "RefreshPointId": 20131,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6441,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6442,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6443,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6444,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6445,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6446,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6447,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6448,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6449,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6450,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6451,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6452,
+ "RefreshPointId": 20132,
+ "MonsterID": 3013,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6453,
+ "RefreshPointId": 20132,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6454,
+ "RefreshPointId": 20132,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6455,
+ "RefreshPointId": 20132,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6456,
+ "RefreshPointId": 20132,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6457,
+ "RefreshPointId": 20132,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6458,
+ "RefreshPointId": 20132,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6459,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6460,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6461,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6462,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6463,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6464,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6465,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6466,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6467,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6468,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6469,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6470,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6471,
+ "RefreshPointId": 20141,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6472,
+ "RefreshPointId": 20141,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6473,
+ "RefreshPointId": 20141,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6474,
+ "RefreshPointId": 20141,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6475,
+ "RefreshPointId": 20141,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6476,
+ "RefreshPointId": 20141,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6477,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6478,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6479,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6480,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6481,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6482,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6483,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6484,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6485,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6486,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6487,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6488,
+ "RefreshPointId": 20142,
+ "MonsterID": 3014,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6489,
+ "RefreshPointId": 20142,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6490,
+ "RefreshPointId": 20142,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6491,
+ "RefreshPointId": 20142,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6492,
+ "RefreshPointId": 20142,
+ "MonsterID": 3028,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6493,
+ "RefreshPointId": 20142,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6494,
+ "RefreshPointId": 20142,
+ "MonsterID": 3034,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6495,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6496,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6497,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6498,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6499,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6500,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6501,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6502,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6503,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6504,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6505,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6506,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6507,
+ "RefreshPointId": 20151,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6508,
+ "RefreshPointId": 20151,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6509,
+ "RefreshPointId": 20151,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6510,
+ "RefreshPointId": 20151,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6511,
+ "RefreshPointId": 20151,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6512,
+ "RefreshPointId": 20151,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6513,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6514,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6515,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6516,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6517,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6518,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6519,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6520,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6521,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6522,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6523,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6524,
+ "RefreshPointId": 20152,
+ "MonsterID": 3015,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6525,
+ "RefreshPointId": 20152,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6526,
+ "RefreshPointId": 20152,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6527,
+ "RefreshPointId": 20152,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6528,
+ "RefreshPointId": 20152,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6529,
+ "RefreshPointId": 20152,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6530,
+ "RefreshPointId": 20152,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6531,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6532,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6533,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6534,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6535,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6536,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6537,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6538,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6539,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6540,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6541,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6542,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6543,
+ "RefreshPointId": 20161,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6544,
+ "RefreshPointId": 20161,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6545,
+ "RefreshPointId": 20161,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6546,
+ "RefreshPointId": 20161,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6547,
+ "RefreshPointId": 20161,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6548,
+ "RefreshPointId": 20161,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6549,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6550,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6551,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6552,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6553,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6554,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6555,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6556,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6557,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6558,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6559,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6560,
+ "RefreshPointId": 20162,
+ "MonsterID": 3016,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6561,
+ "RefreshPointId": 20162,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6562,
+ "RefreshPointId": 20162,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6563,
+ "RefreshPointId": 20162,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6564,
+ "RefreshPointId": 20162,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6565,
+ "RefreshPointId": 20162,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6566,
+ "RefreshPointId": 20162,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6567,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6568,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6569,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6570,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6571,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6572,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6573,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6574,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6575,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6576,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6577,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6578,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6579,
+ "RefreshPointId": 20171,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6580,
+ "RefreshPointId": 20171,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6581,
+ "RefreshPointId": 20171,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6582,
+ "RefreshPointId": 20171,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6583,
+ "RefreshPointId": 20171,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6584,
+ "RefreshPointId": 20171,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6585,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6586,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6587,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6588,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6589,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6590,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6591,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6592,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6593,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6594,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6595,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6596,
+ "RefreshPointId": 20172,
+ "MonsterID": 3017,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6597,
+ "RefreshPointId": 20172,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6598,
+ "RefreshPointId": 20172,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6599,
+ "RefreshPointId": 20172,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6600,
+ "RefreshPointId": 20172,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6601,
+ "RefreshPointId": 20172,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6602,
+ "RefreshPointId": 20172,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6603,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6604,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6605,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6606,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6607,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6608,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6609,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6610,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6611,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6612,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6613,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6614,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6615,
+ "RefreshPointId": 20181,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6616,
+ "RefreshPointId": 20181,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6617,
+ "RefreshPointId": 20181,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6618,
+ "RefreshPointId": 20181,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6619,
+ "RefreshPointId": 20181,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6620,
+ "RefreshPointId": 20181,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6621,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6622,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6623,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6624,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6625,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6626,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6627,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6628,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6629,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6630,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6631,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6632,
+ "RefreshPointId": 20182,
+ "MonsterID": 3018,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6633,
+ "RefreshPointId": 20182,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6634,
+ "RefreshPointId": 20182,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6635,
+ "RefreshPointId": 20182,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6636,
+ "RefreshPointId": 20182,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6637,
+ "RefreshPointId": 20182,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6638,
+ "RefreshPointId": 20182,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6639,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6640,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6641,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6642,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6643,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6644,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6645,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6646,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6647,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6648,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6649,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6650,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6651,
+ "RefreshPointId": 20191,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6652,
+ "RefreshPointId": 20191,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6653,
+ "RefreshPointId": 20191,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6654,
+ "RefreshPointId": 20191,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6655,
+ "RefreshPointId": 20191,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6656,
+ "RefreshPointId": 20191,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6657,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6658,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6659,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6660,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6661,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6662,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6663,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6664,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6665,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6666,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6667,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6668,
+ "RefreshPointId": 20192,
+ "MonsterID": 3019,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6669,
+ "RefreshPointId": 20192,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6670,
+ "RefreshPointId": 20192,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6671,
+ "RefreshPointId": 20192,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6672,
+ "RefreshPointId": 20192,
+ "MonsterID": 3029,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6673,
+ "RefreshPointId": 20192,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6674,
+ "RefreshPointId": 20192,
+ "MonsterID": 3035,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6675,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6676,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6677,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6678,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6679,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6680,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6681,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6682,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6683,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6684,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6685,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6686,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6687,
+ "RefreshPointId": 20201,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6688,
+ "RefreshPointId": 20201,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6689,
+ "RefreshPointId": 20201,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6690,
+ "RefreshPointId": 20201,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6691,
+ "RefreshPointId": 20201,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6692,
+ "RefreshPointId": 20201,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6693,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6694,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6695,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6696,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6697,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6698,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6699,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6700,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6701,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6702,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6703,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6704,
+ "RefreshPointId": 20202,
+ "MonsterID": 3020,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6705,
+ "RefreshPointId": 20202,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6706,
+ "RefreshPointId": 20202,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6707,
+ "RefreshPointId": 20202,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6708,
+ "RefreshPointId": 20202,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6709,
+ "RefreshPointId": 20202,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6710,
+ "RefreshPointId": 20202,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6711,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6712,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6713,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6714,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6715,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6716,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6717,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6718,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6719,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6720,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6721,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6722,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6723,
+ "RefreshPointId": 20211,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6724,
+ "RefreshPointId": 20211,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6725,
+ "RefreshPointId": 20211,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6726,
+ "RefreshPointId": 20211,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6727,
+ "RefreshPointId": 20211,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6728,
+ "RefreshPointId": 20211,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6729,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6730,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6731,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6732,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6733,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6734,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6735,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6736,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6737,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6738,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6739,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6740,
+ "RefreshPointId": 20212,
+ "MonsterID": 3021,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6741,
+ "RefreshPointId": 20212,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6742,
+ "RefreshPointId": 20212,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6743,
+ "RefreshPointId": 20212,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6744,
+ "RefreshPointId": 20212,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6745,
+ "RefreshPointId": 20212,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6746,
+ "RefreshPointId": 20212,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6747,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6748,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6749,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6750,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6751,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6752,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6753,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6754,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6755,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6756,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6757,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6758,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6759,
+ "RefreshPointId": 20221,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6760,
+ "RefreshPointId": 20221,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6761,
+ "RefreshPointId": 20221,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6762,
+ "RefreshPointId": 20221,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6763,
+ "RefreshPointId": 20221,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6764,
+ "RefreshPointId": 20221,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6765,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6766,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6767,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6768,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6769,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6770,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6771,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6772,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6773,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6774,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6775,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6776,
+ "RefreshPointId": 20222,
+ "MonsterID": 3022,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6777,
+ "RefreshPointId": 20222,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6778,
+ "RefreshPointId": 20222,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6779,
+ "RefreshPointId": 20222,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6780,
+ "RefreshPointId": 20222,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6781,
+ "RefreshPointId": 20222,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6782,
+ "RefreshPointId": 20222,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6783,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6784,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6785,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6786,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6787,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6788,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6789,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6790,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6791,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6792,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6793,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6794,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6795,
+ "RefreshPointId": 20231,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6796,
+ "RefreshPointId": 20231,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6797,
+ "RefreshPointId": 20231,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6798,
+ "RefreshPointId": 20231,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6799,
+ "RefreshPointId": 20231,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6800,
+ "RefreshPointId": 20231,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6801,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6802,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6803,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6804,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6805,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6806,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6807,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6808,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6809,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6810,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6811,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6812,
+ "RefreshPointId": 20232,
+ "MonsterID": 3023,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6813,
+ "RefreshPointId": 20232,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6814,
+ "RefreshPointId": 20232,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6815,
+ "RefreshPointId": 20232,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6816,
+ "RefreshPointId": 20232,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6817,
+ "RefreshPointId": 20232,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6818,
+ "RefreshPointId": 20232,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6819,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6820,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6821,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6822,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6823,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6824,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6825,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6826,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6827,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6828,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6829,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6830,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6831,
+ "RefreshPointId": 20241,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6832,
+ "RefreshPointId": 20241,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6833,
+ "RefreshPointId": 20241,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6834,
+ "RefreshPointId": 20241,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6835,
+ "RefreshPointId": 20241,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6836,
+ "RefreshPointId": 20241,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6837,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6838,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6839,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6840,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6841,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6842,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6843,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6844,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6845,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6846,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6847,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6848,
+ "RefreshPointId": 20242,
+ "MonsterID": 3024,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6849,
+ "RefreshPointId": 20242,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6850,
+ "RefreshPointId": 20242,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6851,
+ "RefreshPointId": 20242,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6852,
+ "RefreshPointId": 20242,
+ "MonsterID": 3030,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6853,
+ "RefreshPointId": 20242,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6854,
+ "RefreshPointId": 20242,
+ "MonsterID": 3036,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6855,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6856,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6857,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6858,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6859,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6860,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6861,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6862,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6863,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6864,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6865,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6866,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6867,
+ "RefreshPointId": 20251,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6868,
+ "RefreshPointId": 20251,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6869,
+ "RefreshPointId": 20251,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6870,
+ "RefreshPointId": 20251,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6871,
+ "RefreshPointId": 20251,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6872,
+ "RefreshPointId": 20251,
+ "MonsterID": 3037,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 6873,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6874,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6875,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6876,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6877,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6878,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6879,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6880,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6881,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6882,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6883,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6884,
+ "RefreshPointId": 20252,
+ "MonsterID": 3025,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6885,
+ "RefreshPointId": 20252,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6886,
+ "RefreshPointId": 20252,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6887,
+ "RefreshPointId": 20252,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6888,
+ "RefreshPointId": 20252,
+ "MonsterID": 3031,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6889,
+ "RefreshPointId": 20252,
+ "MonsterID": 3037,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 6890,
+ "RefreshPointId": 20252,
+ "MonsterID": 3037,
+ "TimeInterval": 0,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10001,
+ "RefreshPointId": 101,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10002,
+ "RefreshPointId": 101,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10003,
+ "RefreshPointId": 101,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10004,
+ "RefreshPointId": 101,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10005,
+ "RefreshPointId": 101,
+ "MonsterID": 50002,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10006,
+ "RefreshPointId": 101,
+ "MonsterID": 50003,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10007,
+ "RefreshPointId": 102,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10008,
+ "RefreshPointId": 102,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10009,
+ "RefreshPointId": 102,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10010,
+ "RefreshPointId": 102,
+ "MonsterID": 50001,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10011,
+ "RefreshPointId": 103,
+ "MonsterID": 50011,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10012,
+ "RefreshPointId": 103,
+ "MonsterID": 50011,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10013,
+ "RefreshPointId": 103,
+ "MonsterID": 50011,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10014,
+ "RefreshPointId": 103,
+ "MonsterID": 50011,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10015,
+ "RefreshPointId": 103,
+ "MonsterID": 50011,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10016,
+ "RefreshPointId": 104,
+ "MonsterID": 50012,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10017,
+ "RefreshPointId": 104,
+ "MonsterID": 50012,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10018,
+ "RefreshPointId": 104,
+ "MonsterID": 50012,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10019,
+ "RefreshPointId": 104,
+ "MonsterID": 50012,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10020,
+ "RefreshPointId": 104,
+ "MonsterID": 50012,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10021,
+ "RefreshPointId": 104,
+ "MonsterID": 50012,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10022,
+ "RefreshPointId": 104,
+ "MonsterID": 50013,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10023,
+ "RefreshPointId": 105,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10024,
+ "RefreshPointId": 105,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10025,
+ "RefreshPointId": 105,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10026,
+ "RefreshPointId": 105,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10027,
+ "RefreshPointId": 105,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10028,
+ "RefreshPointId": 105,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10029,
+ "RefreshPointId": 105,
+ "MonsterID": 50022,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10030,
+ "RefreshPointId": 106,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10031,
+ "RefreshPointId": 106,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10032,
+ "RefreshPointId": 106,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10033,
+ "RefreshPointId": 106,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10034,
+ "RefreshPointId": 106,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10035,
+ "RefreshPointId": 106,
+ "MonsterID": 50021,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10036,
+ "RefreshPointId": 106,
+ "MonsterID": 50022,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10037,
+ "RefreshPointId": 106,
+ "MonsterID": 50023,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10038,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10039,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10040,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10041,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10042,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10043,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10044,
+ "RefreshPointId": 107,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10045,
+ "RefreshPointId": 107,
+ "MonsterID": 50032,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10046,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10047,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10048,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10049,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10050,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10051,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10052,
+ "RefreshPointId": 108,
+ "MonsterID": 50031,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10053,
+ "RefreshPointId": 108,
+ "MonsterID": 50032,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10054,
+ "RefreshPointId": 108,
+ "MonsterID": 50033,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10055,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10056,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10057,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10058,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10059,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10060,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10061,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10062,
+ "RefreshPointId": 109,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10063,
+ "RefreshPointId": 109,
+ "MonsterID": 50042,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10064,
+ "RefreshPointId": 109,
+ "MonsterID": 50042,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10065,
+ "RefreshPointId": 109,
+ "MonsterID": 50043,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10066,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10067,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10068,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10069,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10070,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10071,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10072,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10073,
+ "RefreshPointId": 110,
+ "MonsterID": 50041,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10074,
+ "RefreshPointId": 110,
+ "MonsterID": 50042,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10075,
+ "RefreshPointId": 110,
+ "MonsterID": 50043,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10076,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10077,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10078,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10079,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10080,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10081,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10082,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10083,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10084,
+ "RefreshPointId": 111,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10085,
+ "RefreshPointId": 111,
+ "MonsterID": 50052,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10086,
+ "RefreshPointId": 111,
+ "MonsterID": 50052,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10087,
+ "RefreshPointId": 111,
+ "MonsterID": 50053,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10088,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10089,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10090,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10091,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10092,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10093,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10094,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10095,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10096,
+ "RefreshPointId": 112,
+ "MonsterID": 50051,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10097,
+ "RefreshPointId": 112,
+ "MonsterID": 50052,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10098,
+ "RefreshPointId": 112,
+ "MonsterID": 50053,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10099,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10100,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10101,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10102,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10103,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10104,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10105,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10106,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10107,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10108,
+ "RefreshPointId": 113,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10109,
+ "RefreshPointId": 113,
+ "MonsterID": 50062,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10110,
+ "RefreshPointId": 113,
+ "MonsterID": 50062,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10111,
+ "RefreshPointId": 113,
+ "MonsterID": 50063,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10112,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10113,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10114,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10115,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10116,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10117,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10118,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10119,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10120,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10121,
+ "RefreshPointId": 114,
+ "MonsterID": 50061,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10122,
+ "RefreshPointId": 114,
+ "MonsterID": 50062,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10123,
+ "RefreshPointId": 114,
+ "MonsterID": 50062,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10124,
+ "RefreshPointId": 114,
+ "MonsterID": 50063,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10125,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10126,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10127,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10128,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10129,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10130,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10131,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10132,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10133,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10134,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10135,
+ "RefreshPointId": 115,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10136,
+ "RefreshPointId": 115,
+ "MonsterID": 50072,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10137,
+ "RefreshPointId": 115,
+ "MonsterID": 50072,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10138,
+ "RefreshPointId": 115,
+ "MonsterID": 50073,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10139,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10140,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10141,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10142,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10143,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10144,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10145,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10146,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10147,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10148,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10149,
+ "RefreshPointId": 116,
+ "MonsterID": 50071,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10150,
+ "RefreshPointId": 116,
+ "MonsterID": 50072,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10151,
+ "RefreshPointId": 116,
+ "MonsterID": 50072,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10152,
+ "RefreshPointId": 116,
+ "MonsterID": 50073,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10153,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10154,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10155,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10156,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10157,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10158,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10159,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10160,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10161,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10162,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10163,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10164,
+ "RefreshPointId": 117,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10165,
+ "RefreshPointId": 117,
+ "MonsterID": 50082,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10166,
+ "RefreshPointId": 117,
+ "MonsterID": 50082,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10167,
+ "RefreshPointId": 117,
+ "MonsterID": 50082,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10168,
+ "RefreshPointId": 117,
+ "MonsterID": 50083,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10169,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10170,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10171,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10172,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10173,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10174,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10175,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10176,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10177,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10178,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10179,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10180,
+ "RefreshPointId": 118,
+ "MonsterID": 50081,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10181,
+ "RefreshPointId": 118,
+ "MonsterID": 50082,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10182,
+ "RefreshPointId": 118,
+ "MonsterID": 50082,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10183,
+ "RefreshPointId": 118,
+ "MonsterID": 50083,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10184,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10185,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10186,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10187,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10188,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10189,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10190,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10191,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10192,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10193,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10194,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10195,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10196,
+ "RefreshPointId": 119,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10197,
+ "RefreshPointId": 119,
+ "MonsterID": 50092,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10198,
+ "RefreshPointId": 119,
+ "MonsterID": 50092,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10199,
+ "RefreshPointId": 119,
+ "MonsterID": 50092,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10200,
+ "RefreshPointId": 119,
+ "MonsterID": 50093,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10201,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10202,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10203,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10204,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10205,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10206,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10207,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10208,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10209,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10210,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10211,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10212,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10213,
+ "RefreshPointId": 120,
+ "MonsterID": 50091,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10214,
+ "RefreshPointId": 120,
+ "MonsterID": 50092,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10215,
+ "RefreshPointId": 120,
+ "MonsterID": 50092,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10216,
+ "RefreshPointId": 120,
+ "MonsterID": 50093,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10217,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10218,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10219,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10220,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10221,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10222,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10223,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10224,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10225,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10226,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10227,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10228,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10229,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10230,
+ "RefreshPointId": 121,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10231,
+ "RefreshPointId": 121,
+ "MonsterID": 50102,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10232,
+ "RefreshPointId": 121,
+ "MonsterID": 50102,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10233,
+ "RefreshPointId": 121,
+ "MonsterID": 50102,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10234,
+ "RefreshPointId": 121,
+ "MonsterID": 50103,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10235,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10236,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10237,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10238,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10239,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10240,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10241,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10242,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10243,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10244,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10245,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10246,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10247,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10248,
+ "RefreshPointId": 122,
+ "MonsterID": 50101,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10249,
+ "RefreshPointId": 122,
+ "MonsterID": 50102,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10250,
+ "RefreshPointId": 122,
+ "MonsterID": 50102,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10251,
+ "RefreshPointId": 122,
+ "MonsterID": 50102,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10252,
+ "RefreshPointId": 122,
+ "MonsterID": 50103,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10253,
+ "RefreshPointId": 122,
+ "MonsterID": 50103,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10254,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10255,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10256,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10257,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10258,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10259,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10260,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10261,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10262,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10263,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10264,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10265,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10266,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10267,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10268,
+ "RefreshPointId": 123,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10269,
+ "RefreshPointId": 123,
+ "MonsterID": 50112,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10270,
+ "RefreshPointId": 123,
+ "MonsterID": 50112,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10271,
+ "RefreshPointId": 123,
+ "MonsterID": 50112,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10272,
+ "RefreshPointId": 123,
+ "MonsterID": 50113,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10273,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10274,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10275,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10276,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10277,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10278,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10279,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10280,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10281,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10282,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10283,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10284,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10285,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10286,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10287,
+ "RefreshPointId": 124,
+ "MonsterID": 50111,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10288,
+ "RefreshPointId": 124,
+ "MonsterID": 50112,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10289,
+ "RefreshPointId": 124,
+ "MonsterID": 50112,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10290,
+ "RefreshPointId": 124,
+ "MonsterID": 50112,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10291,
+ "RefreshPointId": 124,
+ "MonsterID": 50113,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10292,
+ "RefreshPointId": 124,
+ "MonsterID": 50113,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10293,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10294,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10295,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10296,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10297,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10298,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10299,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10300,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10301,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10302,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10303,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10304,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10305,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10306,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10307,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10308,
+ "RefreshPointId": 125,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10309,
+ "RefreshPointId": 125,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10310,
+ "RefreshPointId": 125,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10311,
+ "RefreshPointId": 125,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10312,
+ "RefreshPointId": 125,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10313,
+ "RefreshPointId": 125,
+ "MonsterID": 50123,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10314,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10315,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10316,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10317,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10318,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10319,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10320,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10321,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10322,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10323,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10324,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10325,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10326,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10327,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10328,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10329,
+ "RefreshPointId": 126,
+ "MonsterID": 50121,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10330,
+ "RefreshPointId": 126,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10331,
+ "RefreshPointId": 126,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10332,
+ "RefreshPointId": 126,
+ "MonsterID": 50122,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10333,
+ "RefreshPointId": 126,
+ "MonsterID": 50123,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10334,
+ "RefreshPointId": 126,
+ "MonsterID": 50123,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10335,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10336,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10337,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10338,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10339,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10340,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10341,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10342,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10343,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10344,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10345,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10346,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10347,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10348,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10349,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10350,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10351,
+ "RefreshPointId": 127,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10352,
+ "RefreshPointId": 127,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10353,
+ "RefreshPointId": 127,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10354,
+ "RefreshPointId": 127,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10355,
+ "RefreshPointId": 127,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10356,
+ "RefreshPointId": 127,
+ "MonsterID": 50133,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10357,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10358,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10359,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10360,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10361,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10362,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10363,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10364,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10365,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10366,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10367,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10368,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10369,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10370,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10371,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10372,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10373,
+ "RefreshPointId": 128,
+ "MonsterID": 50131,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10374,
+ "RefreshPointId": 128,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10375,
+ "RefreshPointId": 128,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10376,
+ "RefreshPointId": 128,
+ "MonsterID": 50132,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10377,
+ "RefreshPointId": 128,
+ "MonsterID": 50133,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10378,
+ "RefreshPointId": 128,
+ "MonsterID": 50133,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10379,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10380,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10381,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10382,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10383,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10384,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10385,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10386,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10387,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10388,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10389,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10390,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10391,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10392,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10393,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10394,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10395,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10396,
+ "RefreshPointId": 129,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10397,
+ "RefreshPointId": 129,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10398,
+ "RefreshPointId": 129,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10399,
+ "RefreshPointId": 129,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10400,
+ "RefreshPointId": 129,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10401,
+ "RefreshPointId": 129,
+ "MonsterID": 50143,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10402,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10403,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10404,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10405,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10406,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10407,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10408,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10409,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10410,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10411,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10412,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10413,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10414,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10415,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10416,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10417,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10418,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10419,
+ "RefreshPointId": 130,
+ "MonsterID": 50141,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10420,
+ "RefreshPointId": 130,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10421,
+ "RefreshPointId": 130,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10422,
+ "RefreshPointId": 130,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10423,
+ "RefreshPointId": 130,
+ "MonsterID": 50142,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10424,
+ "RefreshPointId": 130,
+ "MonsterID": 50143,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10425,
+ "RefreshPointId": 130,
+ "MonsterID": 50143,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10426,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10427,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10428,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10429,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10430,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10431,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10432,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10433,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10434,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10435,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10436,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10437,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10438,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10439,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10440,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10441,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10442,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10443,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10444,
+ "RefreshPointId": 131,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10445,
+ "RefreshPointId": 131,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10446,
+ "RefreshPointId": 131,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10447,
+ "RefreshPointId": 131,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10448,
+ "RefreshPointId": 131,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10449,
+ "RefreshPointId": 131,
+ "MonsterID": 50153,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10450,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10451,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10452,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10453,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10454,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10455,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10456,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10457,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10458,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10459,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10460,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10461,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10462,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10463,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10464,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10465,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10466,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10467,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10468,
+ "RefreshPointId": 132,
+ "MonsterID": 50151,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10469,
+ "RefreshPointId": 132,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10470,
+ "RefreshPointId": 132,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10471,
+ "RefreshPointId": 132,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10472,
+ "RefreshPointId": 132,
+ "MonsterID": 50152,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10473,
+ "RefreshPointId": 132,
+ "MonsterID": 50153,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10474,
+ "RefreshPointId": 132,
+ "MonsterID": 50153,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10475,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10476,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10477,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10478,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10479,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10480,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10481,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10482,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10483,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10484,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10485,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10486,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10487,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10488,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10489,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10490,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10491,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10492,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10493,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10494,
+ "RefreshPointId": 133,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10495,
+ "RefreshPointId": 133,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10496,
+ "RefreshPointId": 133,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10497,
+ "RefreshPointId": 133,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10498,
+ "RefreshPointId": 133,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10499,
+ "RefreshPointId": 133,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10500,
+ "RefreshPointId": 133,
+ "MonsterID": 50163,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10501,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10502,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10503,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10504,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10505,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10506,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10507,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10508,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10509,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10510,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10511,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10512,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10513,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10514,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10515,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10516,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10517,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10518,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10519,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10520,
+ "RefreshPointId": 134,
+ "MonsterID": 50161,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10521,
+ "RefreshPointId": 134,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10522,
+ "RefreshPointId": 134,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10523,
+ "RefreshPointId": 134,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10524,
+ "RefreshPointId": 134,
+ "MonsterID": 50162,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10525,
+ "RefreshPointId": 134,
+ "MonsterID": 50163,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10526,
+ "RefreshPointId": 134,
+ "MonsterID": 50163,
+ "TimeInterval": 4,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10527,
+ "RefreshPointId": 1001,
+ "MonsterID": 101,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": 15.91,
+ "y": -48.38
+ }
+ },
+ {
+ "Id": 10528,
+ "RefreshPointId": 1002,
+ "MonsterID": 102,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": 15.91,
+ "y": -48.38
+ }
+ },
+ {
+ "Id": 10529,
+ "RefreshPointId": 1002,
+ "MonsterID": 102,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": 15.91,
+ "y": -48.38
+ }
+ },
+ {
+ "Id": 10530,
+ "RefreshPointId": 1003,
+ "MonsterID": 102,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10531,
+ "RefreshPointId": 1003,
+ "MonsterID": 103,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ },
+ {
+ "Id": 10532,
+ "RefreshPointId": 1003,
+ "MonsterID": 102,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": -46,
+ "y": -46
+ }
+ },
+ {
+ "Id": 10533,
+ "RefreshPointId": 1003,
+ "MonsterID": 103,
+ "TimeInterval": 10,
+ "Coordinate": {
+ "x": -33.5,
+ "y": -55
+ }
+ }
+]
\ No newline at end of file
diff --git a/config/RegionBuildFunctionConfigCategory.json b/config/RegionBuildFunctionConfigCategory.json
new file mode 100644
index 0000000..6ea2ea7
--- /dev/null
+++ b/config/RegionBuildFunctionConfigCategory.json
@@ -0,0 +1,115 @@
+[
+ {
+ "Id": 1004,
+ "ResourcesPointId": 1001
+ },
+ {
+ "Id": 1005,
+ "ResourcesPointId": 1002
+ },
+ {
+ "Id": 1007,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 1010,
+ "ResourcesPointId": 0,
+ "DwellNumber": 3
+ },
+ {
+ "Id": 1011,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 1015,
+ "ResourcesPointId": 0,
+ "TransportNum": 4,
+ "TransportSpeed": 50,
+ "TransportItemNum": 99999
+ },
+ {
+ "Id": 2004,
+ "ResourcesPointId": 1003
+ },
+ {
+ "Id": 2006,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 2009,
+ "ResourcesPointId": 0,
+ "DwellNumber": 3
+ },
+ {
+ "Id": 2010,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 2014,
+ "ResourcesPointId": 0,
+ "TransportNum": 4,
+ "TransportSpeed": 50,
+ "TransportItemNum": 9999
+ },
+ {
+ "Id": 3004,
+ "ResourcesPointId": 1004
+ },
+ {
+ "Id": 3006,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 3009,
+ "ResourcesPointId": 0,
+ "DwellNumber": 3
+ },
+ {
+ "Id": 3010,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 3014,
+ "ResourcesPointId": 0,
+ "TransportNum": 4,
+ "TransportSpeed": 50,
+ "TransportItemNum": 99999
+ },
+ {
+ "Id": 4004,
+ "ResourcesPointId": 1005
+ },
+ {
+ "Id": 4005,
+ "ResourcesPointId": 1006
+ },
+ {
+ "Id": 4007,
+ "ResourcesPointId": 0,
+ "DwellNumber": 2
+ },
+ {
+ "Id": 4010,
+ "ResourcesPointId": 0,
+ "DwellNumber": 3
+ },
+ {
+ "Id": 4011,
+ "ResourcesPointId": 0,
+ "DwellNumber": 5
+ },
+ {
+ "Id": 4015,
+ "ResourcesPointId": 0,
+ "DwellNumber": 4,
+ "TransportNum": 4,
+ "TransportSpeed": 50,
+ "TransportItemNum": 99999
+ }
+]
\ No newline at end of file
diff --git a/config/RegionConfigCategory.json b/config/RegionConfigCategory.json
new file mode 100644
index 0000000..9e604da
--- /dev/null
+++ b/config/RegionConfigCategory.json
@@ -0,0 +1,427 @@
+[
+ {
+ "Id": 1001,
+ "Region": "桃谷",
+ "TaskCondition": -1,
+ "Type": 1,
+ "StoreHouse": true,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": true,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": -3.08,
+ "y": -50.39
+ },
+ "Image": "Region_1001",
+ "ArtPrefab": "MapArt_1",
+ "ButtonName": "Village_1001_Button",
+ "Description": "山间清风徐徐,桃花飘香,是一处幽静宜居之地"
+ },
+ {
+ "Id": 1002,
+ "Region": "他人桃谷",
+ "TaskCondition": -1,
+ "Type": 1,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_1",
+ "ButtonName": "",
+ "Description": "山间清风徐徐,桃花飘香,是一处幽静宜居之地"
+ },
+ {
+ "Id": 2001,
+ "Region": "森林",
+ "TaskCondition": 1023,
+ "Type": 2,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "Region_2001",
+ "ArtPrefab": "MapArt_2001",
+ "ButtonName": "Village_2001_Button",
+ "Description": "宁静的森林,没有可怕的兽群。可以因地制宜,合理建设,获取丰富的资源"
+ },
+ {
+ "Id": 2002,
+ "Region": "森林内部",
+ "TaskCondition": -1,
+ "Type": 2,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_2001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 2003,
+ "Region": "森林深处",
+ "TaskCondition": -1,
+ "Type": 2,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_2001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 2004,
+ "Region": "陶先生家",
+ "TaskCondition": 1020,
+ "Type": 8,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "Region_2004",
+ "ArtPrefab": "MapArt_2004",
+ "ButtonName": "Village_2004_Button",
+ "Description": "山气日夕佳,飞鸟相与还。陶先生居住在此地"
+ },
+ {
+ "Id": 3001,
+ "Region": "新手村",
+ "TaskCondition": -1,
+ "Type": 3,
+ "StoreHouse": false,
+ "InitialPopulation": 10,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_3001",
+ "ButtonName": "",
+ "Description": "新手村"
+ },
+ {
+ "Id": 3002,
+ "Region": "渔溪村",
+ "TaskCondition": 1029,
+ "Type": 3,
+ "StoreHouse": true,
+ "InitialPopulation": 16,
+ "Relationship": 1001,
+ "PrestigeId": 110000,
+ "BuildTask": 3002,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": true,
+ "ResurrectionPoint": {
+ "x": -88.73,
+ "y": 142.11
+ },
+ "Image": "Region_3002",
+ "ArtPrefab": "MapArt_3002",
+ "ButtonName": "Village_3002_Button",
+ "Description": "离桃谷最近的一个村落,是陶小青和乔河的故乡。溪水穿过村庄缓缓流过,村民们性格也像水一样温润亲和。"
+ },
+ {
+ "Id": 3003,
+ "Region": "赤丘山",
+ "TaskCondition": 2001,
+ "Type": 3,
+ "StoreHouse": true,
+ "InitialPopulation": 30,
+ "Relationship": 1002,
+ "PrestigeId": 110001,
+ "BuildTask": 3003,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": true,
+ "ResurrectionPoint": {
+ "x": -176,
+ "y": 131
+ },
+ "Image": "Region_3003",
+ "ArtPrefab": "MapArt_3003",
+ "ButtonName": "Village_3003_Button",
+ "Description": "因天然的红色地貌而得名赤丘,地形错落,物产丰富"
+ },
+ {
+ "Id": 3004,
+ "Region": "太姥村",
+ "TaskCondition": 3001,
+ "Type": 3,
+ "StoreHouse": true,
+ "InitialPopulation": 60,
+ "Relationship": 1003,
+ "PrestigeId": 110002,
+ "BuildTask": 3004,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": true,
+ "ResurrectionPoint": {
+ "x": -271,
+ "y": 95
+ },
+ "Image": "Region_3004",
+ "ArtPrefab": "MapArt_3004",
+ "ButtonName": "Village_3004_Button",
+ "Description": "太姥山中有一处巨大的瀑布倾泻而下,山中空气常年湿润清爽。"
+ },
+ {
+ "Id": 3005,
+ "Region": "朱山镇",
+ "TaskCondition": 4001,
+ "Type": 3,
+ "StoreHouse": true,
+ "InitialPopulation": 120,
+ "Relationship": 1004,
+ "PrestigeId": 110003,
+ "BuildTask": 3005,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": true,
+ "ResurrectionPoint": {
+ "x": -223,
+ "y": -9
+ },
+ "Image": "Region_3005",
+ "ArtPrefab": "MapArt_3005",
+ "ButtonName": "Village_3005_Button",
+ "Description": "乱世中难得繁荣的一个小镇,有许多人居住在此地。如今地貌一片青绿怡人,它曾经的模样大约已逐渐被人淡忘……"
+ },
+ {
+ "Id": 6001,
+ "Region": "穷奇谷",
+ "TaskCondition": -1,
+ "Type": 6,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 20001,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 6002,
+ "Region": "饕餮谷",
+ "TaskCondition": -1,
+ "Type": 6,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 20002,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 6003,
+ "Region": "梼杌谷",
+ "TaskCondition": -1,
+ "Type": 6,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 20003,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 6004,
+ "Region": "嬴鱼谷",
+ "TaskCondition": -1,
+ "Type": 6,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 20004,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 7001,
+ "Region": "渔溪村守护者",
+ "TaskCondition": -1,
+ "Type": 7,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 7002,
+ "Region": "赤丘山守护者",
+ "TaskCondition": -1,
+ "Type": 7,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 7003,
+ "Region": "太姥村守护者",
+ "TaskCondition": -1,
+ "Type": 7,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 7004,
+ "Region": "朱山镇守护者",
+ "TaskCondition": -1,
+ "Type": 7,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": ""
+ },
+ {
+ "Id": 9999,
+ "Region": "战斗测试",
+ "TaskCondition": -1,
+ "Type": 1,
+ "StoreHouse": false,
+ "Relationship": 0,
+ "PrestigeId": 0,
+ "BuildTask": 0,
+ "Fog": false,
+ "Monster": 0,
+ "Protector": false,
+ "ResurrectionPoint": {
+ "x": 0,
+ "y": 0
+ },
+ "Image": "",
+ "ArtPrefab": "MapArt_6001",
+ "ButtonName": "",
+ "Description": "战斗测试"
+ }
+]
\ No newline at end of file
diff --git a/config/RegionGiftConfigCategory.json b/config/RegionGiftConfigCategory.json
new file mode 100644
index 0000000..5e91e68
--- /dev/null
+++ b/config/RegionGiftConfigCategory.json
@@ -0,0 +1,182 @@
+[
+ {
+ "Id": 1,
+ "RegionId": 3002,
+ "Condition": 3,
+ "ConditionParameter": [
+ 1000
+ ],
+ "GiftBagLevel": 2,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12001,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "久疏问候,一切安好?渔溪得益于谷主的协助,如今往来耕作、井然有序。村子被妖兽破坏的部分大家也在齐心协力,慢慢修复当中,乱世之中能有这么一方安居之所实属不易。\\n浅表谢意,为桃谷准备了一些简单的礼物,随信赠送。",
+ "LetterEnd": "渔溪村"
+ },
+ {
+ "Id": 2,
+ "RegionId": 3002,
+ "Condition": 3,
+ "ConditionParameter": [
+ 2000
+ ],
+ "GiftBagLevel": 3,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12002,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "久疏问候,近况如何?季节流转,天气变化,最近村里村民们常觉身体不适,所幸如今不再一药难求,生活日渐富足。\\n山谷里的大家也要注意加减衣物,气候莫测,保重身体。随信附带了一些心意,望收下。",
+ "LetterEnd": "渔溪村"
+ },
+ {
+ "Id": 3,
+ "RegionId": 3002,
+ "Condition": 3,
+ "ConditionParameter": [
+ 3000
+ ],
+ "GiftBagLevel": 4,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12003,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "久疏问候,时在念中。想跟大家分享一个好消息,村里的作物丰收了!农忙时节虽然劳累,但是看着满满当当的谷仓,欣慰之情真是难以言表。恍惚中总觉得渔溪村恢复了往日的光景,多亏的桃谷的各位,这是乱世中不敢奢求的幸福呀!\\n随信附赠了一些简单的谢礼,望收下,不胜感激!",
+ "LetterEnd": "渔溪村"
+ },
+ {
+ "Id": 4,
+ "RegionId": 3003,
+ "Condition": 3,
+ "ConditionParameter": [
+ 1000
+ ],
+ "GiftBagLevel": 2,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12004,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "一切可安好?多亏了桃谷各位的协助,赤丘山的生活恢复了平凡与稳当。山中居民性格内敛,不善表达,于是便写下这封信件。\\n为表感激,随信附带了一些礼品,务必收下!",
+ "LetterEnd": "赤丘山"
+ },
+ {
+ "Id": 5,
+ "RegionId": 3003,
+ "Condition": 3,
+ "ConditionParameter": [
+ 2000
+ ],
+ "GiftBagLevel": 3,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12005,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "承蒙协助,感谢之至。在桃谷的助力下,山上多了许多民居和农田,大家的生活也都得到了改善。对了!最近有许多流民在赤丘山安家,山里逐渐热闹起来了。\\n随信寄去了一些薄礼,望收下。",
+ "LetterEnd": "赤丘山"
+ },
+ {
+ "Id": 6,
+ "RegionId": 3003,
+ "Condition": 3,
+ "ConditionParameter": [
+ 3000
+ ],
+ "GiftBagLevel": 4,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12006,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "季节更替,花落花开。去桃谷夜市赶集的山民常受照拂,每次回来之后都会与大家分享许多夜市趣闻。有机会真想带全部山民一起去看看呀!\\n居民们为山谷准备的一些简单的食材和种子,望收下!",
+ "LetterEnd": "赤丘山"
+ },
+ {
+ "Id": 7,
+ "RegionId": 3004,
+ "Condition": 3,
+ "ConditionParameter": [
+ 1000
+ ],
+ "GiftBagLevel": 2,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12007,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "承蒙山谷各位对太姥村倾心相助,妖兽不再,村内旧貌换新颜。\\n吾等谨以诚挚之心,表无尽感激,为桃谷备了一点日常消耗品,随信赠送。",
+ "LetterEnd": "太姥村"
+ },
+ {
+ "Id": 8,
+ "RegionId": 3004,
+ "Condition": 3,
+ "ConditionParameter": [
+ 2000
+ ],
+ "GiftBagLevel": 3,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12008,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "\\n不胜感激,为桃谷备了一点日常消耗品,随信赠送。",
+ "LetterEnd": "太姥村"
+ },
+ {
+ "Id": 9,
+ "RegionId": 3004,
+ "Condition": 3,
+ "ConditionParameter": [
+ 3000
+ ],
+ "GiftBagLevel": 4,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12009,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "\\n不胜感激,为桃谷备了一点日常消耗品,随信赠送。",
+ "LetterEnd": "太姥村"
+ },
+ {
+ "Id": 10,
+ "RegionId": 3005,
+ "Condition": 3,
+ "ConditionParameter": [
+ 1000
+ ],
+ "GiftBagLevel": 2,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12010,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "见字如唔。多亏了来自桃谷的勇士,帮我们驱逐了妖兽,朱山镇才能恢复安宁的生活。镇民们把里长家的门槛都要踏裂了——都说准备了礼物,要里长亲手赠予桃谷的同僚们。礼轻情意重,\\n请务必收下!",
+ "LetterEnd": "朱山镇"
+ },
+ {
+ "Id": 11,
+ "RegionId": 3005,
+ "Condition": 3,
+ "ConditionParameter": [
+ 2000
+ ],
+ "GiftBagLevel": 3,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12011,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "遥想吾友,见字如唔。镇上最近生活安逸,来来往往,欣欣向荣。\\n为桃谷备了一点日常消耗品,随信赠送。",
+ "LetterEnd": "朱山镇"
+ },
+ {
+ "Id": 12,
+ "RegionId": 3005,
+ "Condition": 3,
+ "ConditionParameter": [
+ 3000
+ ],
+ "GiftBagLevel": 4,
+ "SendTimes": -1,
+ "GiftBagIcon": "",
+ "GiftBagItem": 12012,
+ "LetterBegin": "桃谷的大家,",
+ "LetterContent": "遥想吾友,不知近况如何。\\n恰逢丰收,随信为山谷寄去了一些食材与种子,藉表敬意。",
+ "LetterEnd": "朱山镇"
+ }
+]
\ No newline at end of file
diff --git a/config/RegionInfoConfigCategory.json b/config/RegionInfoConfigCategory.json
new file mode 100644
index 0000000..e5a0d0a
--- /dev/null
+++ b/config/RegionInfoConfigCategory.json
@@ -0,0 +1,18288 @@
+[
+ {
+ "RegionInfos": [
+ {
+ "RegionId": 1001,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 1.0814514,
+ "y": -2.0987396
+ },
+ "Width": 116.76291,
+ "Height": 111.79747
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": 0,
+ "y": 0
+ },
+ "Width": 330,
+ "Height": 165
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 12.052505,
+ "y": -52.28956
+ },
+ {
+ "x": 11.45811,
+ "y": -52.0468
+ },
+ {
+ "x": 12.043946,
+ "y": -51.587254
+ },
+ {
+ "x": 13.31463,
+ "y": -51.115788
+ },
+ {
+ "x": 14.665277,
+ "y": -51.174164
+ },
+ {
+ "x": 18.692837,
+ "y": -53.465057
+ },
+ {
+ "x": 19.815926,
+ "y": -53.006866
+ },
+ {
+ "x": 19.04837,
+ "y": -50.542828
+ },
+ {
+ "x": 17.937412,
+ "y": -49.61071
+ },
+ {
+ "x": 18.260792,
+ "y": -49.26238
+ },
+ {
+ "x": 17.087982,
+ "y": -47.936035
+ },
+ {
+ "x": 17.429558,
+ "y": -47.031574
+ },
+ {
+ "x": 15.724889,
+ "y": -47.316727
+ },
+ {
+ "x": 13.8043165,
+ "y": -46.67543
+ },
+ {
+ "x": 9.900134,
+ "y": -48.069435
+ },
+ {
+ "x": 12.530993,
+ "y": -50.242977
+ },
+ {
+ "x": 13.387618,
+ "y": -50.222744
+ },
+ {
+ "x": 11.83978,
+ "y": -51.21375
+ },
+ {
+ "x": 10.459924,
+ "y": -51.685646
+ },
+ {
+ "x": 7.406377,
+ "y": -49.6911
+ },
+ {
+ "x": 5.4287577,
+ "y": -49.212563
+ },
+ {
+ "x": 4.5007143,
+ "y": -48.83111
+ },
+ {
+ "x": 4.6318483,
+ "y": -48.52183
+ },
+ {
+ "x": 3.6847124,
+ "y": -48.032402
+ },
+ {
+ "x": 2.6939058,
+ "y": -48.66221
+ },
+ {
+ "x": 1.5550594,
+ "y": -48.49069
+ },
+ {
+ "x": 0.948267,
+ "y": -48.892654
+ },
+ {
+ "x": -0.58583355,
+ "y": -48.810562
+ },
+ {
+ "x": -0.86112404,
+ "y": -48.694412
+ },
+ {
+ "x": -2.8500137,
+ "y": -48.484352
+ },
+ {
+ "x": -3.9353561,
+ "y": -49.02458
+ },
+ {
+ "x": -5.2376013,
+ "y": -48.81972
+ },
+ {
+ "x": -7.6125402,
+ "y": -49.663757
+ },
+ {
+ "x": -9.300098,
+ "y": -49.61172
+ },
+ {
+ "x": -13.015417,
+ "y": -51.766167
+ },
+ {
+ "x": -12.146637,
+ "y": -52.551033
+ },
+ {
+ "x": -10.710827,
+ "y": -53.023804
+ },
+ {
+ "x": -10.042191,
+ "y": -52.944664
+ },
+ {
+ "x": -7.6188893,
+ "y": -53.859577
+ },
+ {
+ "x": -5.3784027,
+ "y": -54.79703
+ },
+ {
+ "x": -5.821271,
+ "y": -55.10481
+ },
+ {
+ "x": -4.2151833,
+ "y": -56.033886
+ },
+ {
+ "x": -2.4667015,
+ "y": -55.998985
+ },
+ {
+ "x": -0.47432423,
+ "y": -56.16575
+ },
+ {
+ "x": -0.7199936,
+ "y": -56.34134
+ },
+ {
+ "x": 0.096196175,
+ "y": -56.75654
+ },
+ {
+ "x": 2.4095278,
+ "y": -55.45919
+ },
+ {
+ "x": 3.1853628,
+ "y": -55.426266
+ },
+ {
+ "x": 11.391505,
+ "y": -55.376312
+ },
+ {
+ "x": 11.866185,
+ "y": -54.575535
+ },
+ {
+ "x": 11.010074,
+ "y": -54.246067
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": 2.4693947,
+ "y": -31.087896
+ },
+ {
+ "x": 1.8629684,
+ "y": -32.213783
+ },
+ {
+ "x": -1.2828379,
+ "y": -33.391243
+ },
+ {
+ "x": -0.7124882,
+ "y": -33.92527
+ },
+ {
+ "x": -5.5230293,
+ "y": -35.314297
+ },
+ {
+ "x": -4.755805,
+ "y": -35.722504
+ },
+ {
+ "x": -5.407838,
+ "y": -35.986656
+ },
+ {
+ "x": -5.0058556,
+ "y": -36.451027
+ },
+ {
+ "x": -0.9420967,
+ "y": -38.34687
+ },
+ {
+ "x": -1.6482725,
+ "y": -38.97977
+ },
+ {
+ "x": 0.37182522,
+ "y": -39.99844
+ },
+ {
+ "x": 1.3490238,
+ "y": -38.944073
+ },
+ {
+ "x": 1.9066591,
+ "y": -39.443893
+ },
+ {
+ "x": 2.132927,
+ "y": -40.284946
+ },
+ {
+ "x": 4.917574,
+ "y": -41.467728
+ },
+ {
+ "x": 5.9322314,
+ "y": -41.023567
+ },
+ {
+ "x": 6.4265714,
+ "y": -42.059536
+ },
+ {
+ "x": 8.159405,
+ "y": -42.398136
+ },
+ {
+ "x": 8.591986,
+ "y": -42.783264
+ },
+ {
+ "x": 10.347567,
+ "y": -43.561523
+ },
+ {
+ "x": 12.462095,
+ "y": -43.760117
+ },
+ {
+ "x": 15.454198,
+ "y": -44.452545
+ },
+ {
+ "x": 18.143005,
+ "y": -46.02089
+ },
+ {
+ "x": 19.645508,
+ "y": -48.1665
+ },
+ {
+ "x": 21.031954,
+ "y": -53.789356
+ },
+ {
+ "x": 28.225983,
+ "y": -53.78241
+ },
+ {
+ "x": 29.011433,
+ "y": -52.367714
+ },
+ {
+ "x": 26.363163,
+ "y": -49.125362
+ },
+ {
+ "x": 25.881775,
+ "y": -45.780323
+ },
+ {
+ "x": 26.388535,
+ "y": -44.084095
+ },
+ {
+ "x": 28.540009,
+ "y": -41.462368
+ },
+ {
+ "x": 30.623112,
+ "y": -40.272255
+ },
+ {
+ "x": 28.65718,
+ "y": -38.810074
+ },
+ {
+ "x": 38.824078,
+ "y": -36.169785
+ },
+ {
+ "x": 46.25626,
+ "y": -35.910126
+ },
+ {
+ "x": 53.8396,
+ "y": -36.941383
+ },
+ {
+ "x": 53.313004,
+ "y": -35.817455
+ },
+ {
+ "x": 53.812706,
+ "y": -34.081825
+ },
+ {
+ "x": 49.08472,
+ "y": -33.81838
+ },
+ {
+ "x": 49.58732,
+ "y": -30.986197
+ },
+ {
+ "x": 44.156555,
+ "y": -30.361362
+ },
+ {
+ "x": 44.839943,
+ "y": -25.072578
+ },
+ {
+ "x": 40.759007,
+ "y": -24.672155
+ },
+ {
+ "x": 38.12581,
+ "y": -25.770277
+ },
+ {
+ "x": 32.12798,
+ "y": -26.665941
+ },
+ {
+ "x": 29.535309,
+ "y": -26.759144
+ },
+ {
+ "x": 28.124245,
+ "y": -25.736134
+ },
+ {
+ "x": 25.49377,
+ "y": -25.428627
+ },
+ {
+ "x": 23.768345,
+ "y": -22.623718
+ },
+ {
+ "x": 21.636217,
+ "y": -22.261776
+ },
+ {
+ "x": 21.944805,
+ "y": -20.50713
+ },
+ {
+ "x": 24.599434,
+ "y": -19.452896
+ },
+ {
+ "x": 30.502426,
+ "y": -19.775333
+ },
+ {
+ "x": 33.250572,
+ "y": -21.976627
+ },
+ {
+ "x": 34.786465,
+ "y": -20.22179
+ },
+ {
+ "x": 36.898113,
+ "y": -19.497404
+ },
+ {
+ "x": 38.280743,
+ "y": -21.828093
+ },
+ {
+ "x": 41.847282,
+ "y": -18.645386
+ },
+ {
+ "x": 44.67134,
+ "y": -19.849546
+ },
+ {
+ "x": 45.74858,
+ "y": -18.066235
+ },
+ {
+ "x": 46.481697,
+ "y": -18.180176
+ },
+ {
+ "x": 46.58245,
+ "y": -15.620269
+ },
+ {
+ "x": 47.977398,
+ "y": -14.633969
+ },
+ {
+ "x": 50.415752,
+ "y": -14.614722
+ },
+ {
+ "x": 50.57346,
+ "y": -13.277527
+ },
+ {
+ "x": 45.791256,
+ "y": -13.23399
+ },
+ {
+ "x": 46.699627,
+ "y": -6.8899364
+ },
+ {
+ "x": 45.451267,
+ "y": -6.7962055
+ },
+ {
+ "x": 46.997402,
+ "y": 0.24244499
+ },
+ {
+ "x": 38.63525,
+ "y": 0.90343857
+ },
+ {
+ "x": 34.20943,
+ "y": 2.482586
+ },
+ {
+ "x": 30.571037,
+ "y": 0.67298317
+ },
+ {
+ "x": 29.27261,
+ "y": 0.21671867
+ },
+ {
+ "x": 31.174557,
+ "y": -3.2499046
+ },
+ {
+ "x": 29.019737,
+ "y": -3.6419182
+ },
+ {
+ "x": 29.018677,
+ "y": -6.1617146
+ },
+ {
+ "x": 26.964622,
+ "y": -8.205473
+ },
+ {
+ "x": 27.877102,
+ "y": -11.299864
+ },
+ {
+ "x": 21.353518,
+ "y": -11.349783
+ },
+ {
+ "x": 19.158676,
+ "y": -10.550846
+ },
+ {
+ "x": 20.402637,
+ "y": -8.60511
+ },
+ {
+ "x": 22.249119,
+ "y": -7.725025
+ },
+ {
+ "x": 20.73596,
+ "y": -7.1731777
+ },
+ {
+ "x": 19.930056,
+ "y": -5.341278
+ },
+ {
+ "x": 21.365166,
+ "y": -3.7471046
+ },
+ {
+ "x": 19.590687,
+ "y": -3.89608
+ },
+ {
+ "x": 18.959417,
+ "y": -4.1955376
+ },
+ {
+ "x": 16.29544,
+ "y": -4.101532
+ },
+ {
+ "x": 14.018566,
+ "y": -4.475176
+ },
+ {
+ "x": 12.135393,
+ "y": -3.558014
+ },
+ {
+ "x": 15.085214,
+ "y": -3.0135784
+ },
+ {
+ "x": 14.758108,
+ "y": -2.5485992
+ },
+ {
+ "x": 16.060328,
+ "y": -1.9829311
+ },
+ {
+ "x": 18.065655,
+ "y": -2.008936
+ },
+ {
+ "x": 18.161137,
+ "y": -1.469099
+ },
+ {
+ "x": 18.554653,
+ "y": -1.044548
+ },
+ {
+ "x": 17.378326,
+ "y": -0.424448
+ },
+ {
+ "x": 18.406921,
+ "y": -0.052785873
+ },
+ {
+ "x": 17.821083,
+ "y": 0.6200409
+ },
+ {
+ "x": 14.598352,
+ "y": 2.3245277
+ },
+ {
+ "x": 12.039251,
+ "y": 2.7996445
+ },
+ {
+ "x": 10.158583,
+ "y": 2.6030235
+ },
+ {
+ "x": 8.760154,
+ "y": 2.4943733
+ },
+ {
+ "x": 6.3430867,
+ "y": 1.2786903
+ },
+ {
+ "x": 6.5583653,
+ "y": 0.79501915
+ },
+ {
+ "x": 5.101369,
+ "y": -0.11833954
+ },
+ {
+ "x": 5.359196,
+ "y": -0.33421898
+ },
+ {
+ "x": 5.747473,
+ "y": -0.13175583
+ },
+ {
+ "x": 5.085635,
+ "y": -0.7511425
+ },
+ {
+ "x": 5.5275874,
+ "y": -1.2089386
+ },
+ {
+ "x": 5.5346603,
+ "y": -1.4661674
+ },
+ {
+ "x": 6.1733313,
+ "y": -1.7767982
+ },
+ {
+ "x": 5.8693523,
+ "y": -2.0605183
+ },
+ {
+ "x": 6.3849745,
+ "y": -2.3550472
+ },
+ {
+ "x": 6.4171686,
+ "y": -2.683138
+ },
+ {
+ "x": 7.1245213,
+ "y": -2.7395973
+ },
+ {
+ "x": 7.5502243,
+ "y": -3.0368195
+ },
+ {
+ "x": 7.92299,
+ "y": -2.9953098
+ },
+ {
+ "x": 7.9435053,
+ "y": -3.179184
+ },
+ {
+ "x": 9.034319,
+ "y": -3.6389637
+ },
+ {
+ "x": 11.59614,
+ "y": -3.8529663
+ },
+ {
+ "x": 13.341285,
+ "y": -4.713175
+ },
+ {
+ "x": 13.162985,
+ "y": -5.070122
+ },
+ {
+ "x": 12.631371,
+ "y": -5.203251
+ },
+ {
+ "x": 9.393509,
+ "y": -4.831888
+ },
+ {
+ "x": 7.7483478,
+ "y": -4.9854565
+ },
+ {
+ "x": 3.9584484,
+ "y": -6.353428
+ },
+ {
+ "x": 0.35962105,
+ "y": -8.622618
+ },
+ {
+ "x": 1.9141788,
+ "y": -9.518833
+ },
+ {
+ "x": -0.4492159,
+ "y": -11.461567
+ },
+ {
+ "x": -3.5904388,
+ "y": -12.71336
+ },
+ {
+ "x": -3.4809256,
+ "y": -13.244007
+ },
+ {
+ "x": -8.421173,
+ "y": -15.88257
+ },
+ {
+ "x": -5.350045,
+ "y": -16.544178
+ },
+ {
+ "x": -7.0923424,
+ "y": -17.823662
+ },
+ {
+ "x": -5.59912,
+ "y": -18.659323
+ },
+ {
+ "x": -5.199525,
+ "y": -20.008793
+ },
+ {
+ "x": -6.167057,
+ "y": -20.584978
+ },
+ {
+ "x": -4.7521334,
+ "y": -21.30131
+ },
+ {
+ "x": -5.1119146,
+ "y": -21.558228
+ },
+ {
+ "x": -3.10116,
+ "y": -22.819584
+ },
+ {
+ "x": -1.3733988,
+ "y": -23.110092
+ },
+ {
+ "x": -2.324253,
+ "y": -23.649994
+ },
+ {
+ "x": -0.1522398,
+ "y": -24.669495
+ },
+ {
+ "x": -1.743659,
+ "y": -25.54855
+ },
+ {
+ "x": 1.7721634,
+ "y": -29.46233
+ },
+ {
+ "x": 0.40582275,
+ "y": -29.720627
+ },
+ {
+ "x": 0.25532818,
+ "y": -30.084686
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": 10.568339,
+ "y": -3.869102
+ },
+ {
+ "x": 14.4379835,
+ "y": -3.2222724
+ },
+ {
+ "x": 15.241729,
+ "y": -2.070942
+ },
+ {
+ "x": 17.336105,
+ "y": -2.0029593
+ },
+ {
+ "x": 18.211689,
+ "y": -1.0314293
+ },
+ {
+ "x": 16.97319,
+ "y": -0.2891512
+ },
+ {
+ "x": 17.98055,
+ "y": 0.17001915
+ },
+ {
+ "x": 12.31131,
+ "y": 2.8463306
+ },
+ {
+ "x": 9.626204,
+ "y": 2.664176
+ },
+ {
+ "x": 6.261197,
+ "y": 1.2529316
+ },
+ {
+ "x": 5.124735,
+ "y": -0.8204231
+ },
+ {
+ "x": 5.7654743,
+ "y": -2.1834269
+ },
+ {
+ "x": 7.5027256,
+ "y": -2.8831902
+ }
+ ]
+ },
+ {
+ "ID": 4,
+ "Points": [
+ {
+ "x": -40.089943,
+ "y": -27.335947
+ },
+ {
+ "x": -39.48884,
+ "y": -27.660892
+ },
+ {
+ "x": -39.019848,
+ "y": -29.06221
+ },
+ {
+ "x": -36.80047,
+ "y": -30.138222
+ },
+ {
+ "x": -34.201283,
+ "y": -33.16433
+ },
+ {
+ "x": -34.202374,
+ "y": -34.94304
+ },
+ {
+ "x": -34.35536,
+ "y": -38.165363
+ },
+ {
+ "x": -35.11393,
+ "y": -39.39474
+ },
+ {
+ "x": -33.68454,
+ "y": -41.04069
+ },
+ {
+ "x": -35.195667,
+ "y": -42.540703
+ },
+ {
+ "x": -39.057713,
+ "y": -42.28453
+ },
+ {
+ "x": -41.975197,
+ "y": -42.875046
+ },
+ {
+ "x": -42.681126,
+ "y": -44.293083
+ },
+ {
+ "x": -47.234764,
+ "y": -45.78517
+ },
+ {
+ "x": -46.437595,
+ "y": -47.55041
+ },
+ {
+ "x": -47.65298,
+ "y": -48.006386
+ },
+ {
+ "x": -52.55329,
+ "y": -48.102066
+ },
+ {
+ "x": -57.358215,
+ "y": -46.35354
+ },
+ {
+ "x": -57.35402,
+ "y": -57.918
+ },
+ {
+ "x": -48.699768,
+ "y": -56.695328
+ },
+ {
+ "x": -49.693443,
+ "y": -55.719276
+ },
+ {
+ "x": -45.42325,
+ "y": -56.107216
+ },
+ {
+ "x": -43.713734,
+ "y": -55.70307
+ },
+ {
+ "x": -40.497795,
+ "y": -55.278183
+ },
+ {
+ "x": -34.80853,
+ "y": -55.905724
+ },
+ {
+ "x": -31.124073,
+ "y": -55.90336
+ },
+ {
+ "x": -30.866179,
+ "y": -56.572914
+ },
+ {
+ "x": -27.202478,
+ "y": -55.994873
+ },
+ {
+ "x": -24.504833,
+ "y": -55.060204
+ },
+ {
+ "x": -22.658026,
+ "y": -55.132874
+ },
+ {
+ "x": -20.819147,
+ "y": -54.658264
+ },
+ {
+ "x": -18.414036,
+ "y": -55.33635
+ },
+ {
+ "x": -17.937815,
+ "y": -55.043404
+ },
+ {
+ "x": -15.804329,
+ "y": -55.168114
+ },
+ {
+ "x": -14.037548,
+ "y": -54.417107
+ },
+ {
+ "x": -16.483635,
+ "y": -54.031944
+ },
+ {
+ "x": -15.629679,
+ "y": -52.25873
+ },
+ {
+ "x": -13.77784,
+ "y": -50.863014
+ },
+ {
+ "x": -15.243389,
+ "y": -50.431957
+ },
+ {
+ "x": -16.29719,
+ "y": -50.723648
+ },
+ {
+ "x": -18.156046,
+ "y": -50.26114
+ },
+ {
+ "x": -15.66774,
+ "y": -48.215134
+ },
+ {
+ "x": -13.879139,
+ "y": -47.587204
+ },
+ {
+ "x": -14.743448,
+ "y": -47.137344
+ },
+ {
+ "x": -13.287397,
+ "y": -47.22989
+ },
+ {
+ "x": -12.000044,
+ "y": -46.78939
+ },
+ {
+ "x": -12.927738,
+ "y": -46.26557
+ },
+ {
+ "x": -10.127026,
+ "y": -45.138107
+ },
+ {
+ "x": -9.735678,
+ "y": -43.72535
+ },
+ {
+ "x": -9.210222,
+ "y": -43.447628
+ },
+ {
+ "x": -8.2451725,
+ "y": -44.243965
+ },
+ {
+ "x": -0.78884506,
+ "y": -44.302387
+ },
+ {
+ "x": 1.041336,
+ "y": -42.153816
+ },
+ {
+ "x": -3.6388779,
+ "y": -40.846336
+ },
+ {
+ "x": -3.0818062,
+ "y": -40.47999
+ },
+ {
+ "x": -7.841978,
+ "y": -39.20159
+ },
+ {
+ "x": -10.526085,
+ "y": -36.79178
+ },
+ {
+ "x": -10.386059,
+ "y": -36.148804
+ },
+ {
+ "x": -15.357729,
+ "y": -34.14297
+ },
+ {
+ "x": -16.486324,
+ "y": -34.099464
+ },
+ {
+ "x": -17.50728,
+ "y": -33.371784
+ },
+ {
+ "x": -17.294962,
+ "y": -33.110565
+ },
+ {
+ "x": -15.25141,
+ "y": -32.36352
+ },
+ {
+ "x": -12.670132,
+ "y": -31.001404
+ },
+ {
+ "x": -8.715719,
+ "y": -31.61972
+ },
+ {
+ "x": -6.207546,
+ "y": -31.51332
+ },
+ {
+ "x": -3.78652,
+ "y": -29.786345
+ },
+ {
+ "x": -2.7684364,
+ "y": -28.775997
+ },
+ {
+ "x": -5.6567535,
+ "y": -27.186316
+ },
+ {
+ "x": -9.102066,
+ "y": -26.120636
+ },
+ {
+ "x": -11.804905,
+ "y": -26.459696
+ },
+ {
+ "x": -14.837868,
+ "y": -27.48114
+ },
+ {
+ "x": -13.943737,
+ "y": -30.332033
+ },
+ {
+ "x": -17.275997,
+ "y": -31.979475
+ },
+ {
+ "x": -19.028845,
+ "y": -32.474106
+ },
+ {
+ "x": -20.297823,
+ "y": -32.247375
+ },
+ {
+ "x": -18.80148,
+ "y": -31.450645
+ },
+ {
+ "x": -17.530191,
+ "y": -29.908478
+ },
+ {
+ "x": -18.950731,
+ "y": -29.61156
+ },
+ {
+ "x": -19.868877,
+ "y": -27.701183
+ },
+ {
+ "x": -21.13814,
+ "y": -27.554842
+ },
+ {
+ "x": -21.45203,
+ "y": -26.805428
+ },
+ {
+ "x": -20.267292,
+ "y": -25.773235
+ },
+ {
+ "x": -21.819267,
+ "y": -24.873875
+ },
+ {
+ "x": -18.928217,
+ "y": -22.959105
+ },
+ {
+ "x": -19.07299,
+ "y": -22.328386
+ },
+ {
+ "x": -20.424946,
+ "y": -21.433208
+ },
+ {
+ "x": -19.776747,
+ "y": -21.055294
+ },
+ {
+ "x": -17.80731,
+ "y": -19.825052
+ },
+ {
+ "x": -16.9912,
+ "y": -18.57887
+ },
+ {
+ "x": -15.053497,
+ "y": -17.760433
+ },
+ {
+ "x": -15.891211,
+ "y": -17.44097
+ },
+ {
+ "x": -15.343418,
+ "y": -16.927877
+ },
+ {
+ "x": -12.746414,
+ "y": -15.300446
+ },
+ {
+ "x": -14.626541,
+ "y": -14.128582
+ },
+ {
+ "x": -11.149605,
+ "y": -13.169283
+ },
+ {
+ "x": -12.252527,
+ "y": -12.69739
+ },
+ {
+ "x": -8.023808,
+ "y": -11.897896
+ },
+ {
+ "x": -8.341042,
+ "y": -11.583058
+ },
+ {
+ "x": -5.78368,
+ "y": -10.504363
+ },
+ {
+ "x": -6.6502895,
+ "y": -9.948431
+ },
+ {
+ "x": -6.721731,
+ "y": -8.304375
+ },
+ {
+ "x": -5.598032,
+ "y": -7.7143
+ },
+ {
+ "x": -6.9225426,
+ "y": -6.9237156
+ },
+ {
+ "x": -3.6301556,
+ "y": -4.631716
+ },
+ {
+ "x": -1.8206406,
+ "y": -4.1377106
+ },
+ {
+ "x": -0.32995987,
+ "y": -2.9248486
+ },
+ {
+ "x": -1.1896744,
+ "y": -2.088684
+ },
+ {
+ "x": 0.33434296,
+ "y": -1.1915207
+ },
+ {
+ "x": -0.16078186,
+ "y": -0.5421009
+ },
+ {
+ "x": 2.5398521,
+ "y": 0.6321926
+ },
+ {
+ "x": 2.0893936,
+ "y": 1.5456295
+ },
+ {
+ "x": 4.9785957,
+ "y": 3.321537
+ },
+ {
+ "x": 4.4946365,
+ "y": 3.908926
+ },
+ {
+ "x": -0.74959946,
+ "y": 3.125267
+ },
+ {
+ "x": -1.7736015,
+ "y": 4.3809624
+ },
+ {
+ "x": -5.445389,
+ "y": 4.7470875
+ },
+ {
+ "x": -6.4366302,
+ "y": 4.64769
+ },
+ {
+ "x": -9.169136,
+ "y": 5.707159
+ },
+ {
+ "x": -12.1395645,
+ "y": 5.9212685
+ },
+ {
+ "x": -15.123583,
+ "y": 6.6586876
+ },
+ {
+ "x": -15.018116,
+ "y": 7.521925
+ },
+ {
+ "x": -18.543053,
+ "y": 7.1379776
+ },
+ {
+ "x": -19.844547,
+ "y": 8.352318
+ },
+ {
+ "x": -24.121164,
+ "y": 8.8581295
+ },
+ {
+ "x": -25.95735,
+ "y": 9.900158
+ },
+ {
+ "x": -31.072096,
+ "y": 8.610079
+ },
+ {
+ "x": -31.089401,
+ "y": 7.949749
+ },
+ {
+ "x": -33.089798,
+ "y": 7.170521
+ },
+ {
+ "x": -30.076893,
+ "y": 6.5640564
+ },
+ {
+ "x": -28.525349,
+ "y": 5.415642
+ },
+ {
+ "x": -27.639229,
+ "y": 4.0846653
+ },
+ {
+ "x": -23.742325,
+ "y": 1.9127216
+ },
+ {
+ "x": -20.253555,
+ "y": -2.865036
+ },
+ {
+ "x": -20.906649,
+ "y": -3.0882664
+ },
+ {
+ "x": -19.706127,
+ "y": -5.639284
+ },
+ {
+ "x": -20.347994,
+ "y": -7.985549
+ },
+ {
+ "x": -19.749846,
+ "y": -9.836657
+ },
+ {
+ "x": -20.15133,
+ "y": -11.311727
+ },
+ {
+ "x": -27.021652,
+ "y": -14.605301
+ },
+ {
+ "x": -25.904755,
+ "y": -16.792257
+ },
+ {
+ "x": -26.933388,
+ "y": -16.899294
+ },
+ {
+ "x": -26.783718,
+ "y": -17.645998
+ },
+ {
+ "x": -29.073887,
+ "y": -19.198536
+ },
+ {
+ "x": -35.14687,
+ "y": -21.978804
+ },
+ {
+ "x": -34.775364,
+ "y": -22.68464
+ },
+ {
+ "x": -35.754017,
+ "y": -24.490215
+ },
+ {
+ "x": -38.58814,
+ "y": -26.911259
+ }
+ ]
+ },
+ {
+ "ID": 5,
+ "Points": [
+ {
+ "x": -24.571325,
+ "y": 1.9962463
+ },
+ {
+ "x": -29.358086,
+ "y": 4.8229218
+ },
+ {
+ "x": -30.227962,
+ "y": 6.556923
+ },
+ {
+ "x": -32.999516,
+ "y": 6.761959
+ },
+ {
+ "x": -34.827038,
+ "y": 7.8812256
+ },
+ {
+ "x": -35.466274,
+ "y": 6.519165
+ },
+ {
+ "x": -38.30461,
+ "y": 6.5113945
+ },
+ {
+ "x": -37.985676,
+ "y": 5.0698586
+ },
+ {
+ "x": -41.373264,
+ "y": 2.6256237
+ },
+ {
+ "x": -47.943897,
+ "y": -0.20779991
+ },
+ {
+ "x": -47.741142,
+ "y": -0.69991493
+ },
+ {
+ "x": -50.27425,
+ "y": -0.8065014
+ },
+ {
+ "x": -49.773727,
+ "y": -3.2992077
+ },
+ {
+ "x": -51.079395,
+ "y": -3.4070854
+ },
+ {
+ "x": -49.605408,
+ "y": -7.7551193
+ },
+ {
+ "x": -49.031757,
+ "y": -12.007402
+ },
+ {
+ "x": -49.493214,
+ "y": -16.625225
+ },
+ {
+ "x": -51.26368,
+ "y": -17.154062
+ },
+ {
+ "x": -51.129738,
+ "y": -19.197317
+ },
+ {
+ "x": -49.04781,
+ "y": -18.23846
+ },
+ {
+ "x": -48.328007,
+ "y": -18.667744
+ },
+ {
+ "x": -47.365143,
+ "y": -24.770555
+ },
+ {
+ "x": -48.151077,
+ "y": -24.82681
+ },
+ {
+ "x": -46.651474,
+ "y": -26.393059
+ },
+ {
+ "x": -45.909286,
+ "y": -25.886616
+ },
+ {
+ "x": -44.200462,
+ "y": -27.143766
+ },
+ {
+ "x": -44.770966,
+ "y": -28.848743
+ },
+ {
+ "x": -46.471394,
+ "y": -29.45841
+ },
+ {
+ "x": -44.36051,
+ "y": -30.912573
+ },
+ {
+ "x": -46.068085,
+ "y": -34.194233
+ },
+ {
+ "x": -44.44094,
+ "y": -34.16121
+ },
+ {
+ "x": -42.062416,
+ "y": -38.55284
+ },
+ {
+ "x": -39.77107,
+ "y": -38.27468
+ },
+ {
+ "x": -37.372143,
+ "y": -37.060947
+ },
+ {
+ "x": -38.414627,
+ "y": -36.563198
+ },
+ {
+ "x": -35.399223,
+ "y": -35.033592
+ },
+ {
+ "x": -34.41684,
+ "y": -33.97451
+ },
+ {
+ "x": -35.503246,
+ "y": -32.06658
+ },
+ {
+ "x": -37.752815,
+ "y": -30.45788
+ },
+ {
+ "x": -37.176025,
+ "y": -30.206785
+ },
+ {
+ "x": -39.83953,
+ "y": -28.956705
+ },
+ {
+ "x": -39.242573,
+ "y": -28.696758
+ },
+ {
+ "x": -40.405052,
+ "y": -28.048052
+ },
+ {
+ "x": -39.772545,
+ "y": -27.746185
+ },
+ {
+ "x": -42.14461,
+ "y": -26.16056
+ },
+ {
+ "x": -42.427464,
+ "y": -25.320406
+ },
+ {
+ "x": -41.981567,
+ "y": -24.811974
+ },
+ {
+ "x": -42.644337,
+ "y": -24.550772
+ },
+ {
+ "x": -40.80059,
+ "y": -23.663643
+ },
+ {
+ "x": -41.233055,
+ "y": -23.51184
+ },
+ {
+ "x": -39.507133,
+ "y": -23.16888
+ },
+ {
+ "x": -39.805637,
+ "y": -22.665333
+ },
+ {
+ "x": -37.802948,
+ "y": -21.776718
+ },
+ {
+ "x": -38.243805,
+ "y": -21.450195
+ },
+ {
+ "x": -36.525345,
+ "y": -20.567638
+ },
+ {
+ "x": -36.087944,
+ "y": -19.4996
+ },
+ {
+ "x": -36.689407,
+ "y": -18.351858
+ },
+ {
+ "x": -34.96425,
+ "y": -17.517143
+ },
+ {
+ "x": -35.53233,
+ "y": -17.284718
+ },
+ {
+ "x": -32.76273,
+ "y": -16.217175
+ },
+ {
+ "x": -33.280987,
+ "y": -15.7701235
+ },
+ {
+ "x": -31.412037,
+ "y": -15.730866
+ },
+ {
+ "x": -29.51236,
+ "y": -14.704404
+ },
+ {
+ "x": -30.070496,
+ "y": -14.421084
+ },
+ {
+ "x": -28.789574,
+ "y": -12.935481
+ },
+ {
+ "x": -28.048,
+ "y": -13.391337
+ },
+ {
+ "x": -27.482128,
+ "y": -12.798636
+ },
+ {
+ "x": -28.071766,
+ "y": -12.6088295
+ },
+ {
+ "x": -26.742302,
+ "y": -11.551582
+ },
+ {
+ "x": -28.15822,
+ "y": -10.90419
+ },
+ {
+ "x": -27.538528,
+ "y": -10.563431
+ },
+ {
+ "x": -28.494247,
+ "y": -10.112589
+ },
+ {
+ "x": -26.793928,
+ "y": -10.111876
+ },
+ {
+ "x": -23.644428,
+ "y": -8.487949
+ },
+ {
+ "x": -25.021677,
+ "y": -7.8653946
+ },
+ {
+ "x": -22.332624,
+ "y": -7.0477123
+ },
+ {
+ "x": -23.358267,
+ "y": -6.3326416
+ },
+ {
+ "x": -22.186249,
+ "y": -5.3160744
+ },
+ {
+ "x": -21.236668,
+ "y": -6.1858597
+ },
+ {
+ "x": -19.886343,
+ "y": -5.4750957
+ },
+ {
+ "x": -21.396923,
+ "y": -2.9013977
+ },
+ {
+ "x": -20.654327,
+ "y": -2.7188492
+ }
+ ]
+ },
+ {
+ "ID": 6,
+ "Points": [
+ {
+ "x": 31.129677,
+ "y": -55.774975
+ },
+ {
+ "x": 35.702583,
+ "y": -55.435635
+ },
+ {
+ "x": 40.677216,
+ "y": -56.481354
+ },
+ {
+ "x": 50.0611,
+ "y": -54.81578
+ },
+ {
+ "x": 51.012184,
+ "y": -50.250946
+ },
+ {
+ "x": 51.734947,
+ "y": -49.38585
+ },
+ {
+ "x": 52.43138,
+ "y": -49.382137
+ },
+ {
+ "x": 51.925713,
+ "y": -47.70501
+ },
+ {
+ "x": 52.6901,
+ "y": -45.326756
+ },
+ {
+ "x": 50.96397,
+ "y": -43.91901
+ },
+ {
+ "x": 51.82747,
+ "y": -41.93975
+ },
+ {
+ "x": 42.012077,
+ "y": -40.354782
+ },
+ {
+ "x": 30.407623,
+ "y": -43.040386
+ },
+ {
+ "x": 31.37537,
+ "y": -45.29263
+ },
+ {
+ "x": 30.199543,
+ "y": -46.429893
+ },
+ {
+ "x": 28.420567,
+ "y": -46.614914
+ },
+ {
+ "x": 28.40398,
+ "y": -47.75397
+ },
+ {
+ "x": 26.68417,
+ "y": -48.055317
+ }
+ ]
+ },
+ {
+ "ID": 7,
+ "Points": [
+ {
+ "x": 22.866499,
+ "y": 9.778042
+ },
+ {
+ "x": 25.651722,
+ "y": 9.878651
+ },
+ {
+ "x": 30.7452,
+ "y": 7.251787
+ },
+ {
+ "x": 32.273148,
+ "y": 7.7265425
+ },
+ {
+ "x": 32.48842,
+ "y": 6.9851665
+ },
+ {
+ "x": 34.491856,
+ "y": 6.9871225
+ },
+ {
+ "x": 38.146217,
+ "y": 5.75554
+ },
+ {
+ "x": 49.0874,
+ "y": 4.366749
+ },
+ {
+ "x": 48.88135,
+ "y": 6.36016
+ },
+ {
+ "x": 50.69362,
+ "y": 8.347305
+ },
+ {
+ "x": 46.435486,
+ "y": 8.524115
+ },
+ {
+ "x": 48.962357,
+ "y": 23.736603
+ },
+ {
+ "x": 49.983074,
+ "y": 24.301956
+ },
+ {
+ "x": 50.418835,
+ "y": 26.177021
+ },
+ {
+ "x": 51.556496,
+ "y": 27.095558
+ },
+ {
+ "x": 47.498737,
+ "y": 27.676804
+ },
+ {
+ "x": 48.22489,
+ "y": 32.688786
+ },
+ {
+ "x": 51.473923,
+ "y": 36.78603
+ },
+ {
+ "x": 49.1174,
+ "y": 36.963318
+ },
+ {
+ "x": 49.692986,
+ "y": 39.34666
+ },
+ {
+ "x": 46.794693,
+ "y": 39.515644
+ },
+ {
+ "x": 47.517296,
+ "y": 43.388092
+ },
+ {
+ "x": 45.152325,
+ "y": 43.65015
+ },
+ {
+ "x": 45.76137,
+ "y": 47.884056
+ },
+ {
+ "x": 44.160213,
+ "y": 47.11321
+ },
+ {
+ "x": 40.75002,
+ "y": 47.314144
+ },
+ {
+ "x": 41.908108,
+ "y": 50.140427
+ },
+ {
+ "x": 41.00676,
+ "y": 50.271233
+ },
+ {
+ "x": 41.804234,
+ "y": 53.858932
+ },
+ {
+ "x": 26.845833,
+ "y": 53.8599
+ },
+ {
+ "x": 30.334923,
+ "y": 50.719334
+ },
+ {
+ "x": 31.522154,
+ "y": 46.171135
+ },
+ {
+ "x": 29.325106,
+ "y": 44.75822
+ },
+ {
+ "x": 25.069828,
+ "y": 44.601044
+ },
+ {
+ "x": 25.46912,
+ "y": 44.022346
+ },
+ {
+ "x": 23.636675,
+ "y": 43.52776
+ },
+ {
+ "x": 20.41874,
+ "y": 44.14508
+ },
+ {
+ "x": 18.126617,
+ "y": 43.446156
+ },
+ {
+ "x": 18.843824,
+ "y": 42.276733
+ },
+ {
+ "x": 16.529144,
+ "y": 41.744297
+ },
+ {
+ "x": 11.108437,
+ "y": 42.315174
+ },
+ {
+ "x": 7.2614365,
+ "y": 39.224632
+ },
+ {
+ "x": 7.3924065,
+ "y": 38.583332
+ },
+ {
+ "x": 3.238083,
+ "y": 35.344116
+ },
+ {
+ "x": 6.17511,
+ "y": 35.04048
+ },
+ {
+ "x": 4.683182,
+ "y": 33.59259
+ },
+ {
+ "x": 8.05653,
+ "y": 32.308647
+ },
+ {
+ "x": 7.6473503,
+ "y": 31.643682
+ },
+ {
+ "x": 11.769886,
+ "y": 31.45451
+ },
+ {
+ "x": 10.899902,
+ "y": 30.66118
+ },
+ {
+ "x": 14.292929,
+ "y": 30.112381
+ },
+ {
+ "x": 12.642223,
+ "y": 28.868223
+ },
+ {
+ "x": 15.57992,
+ "y": 27.115404
+ },
+ {
+ "x": 15.477987,
+ "y": 28.155048
+ },
+ {
+ "x": 22.369295,
+ "y": 24.624334
+ },
+ {
+ "x": 20.541798,
+ "y": 23.23928
+ },
+ {
+ "x": 24.006432,
+ "y": 22.100122
+ },
+ {
+ "x": 22.150328,
+ "y": 21.381777
+ },
+ {
+ "x": 22.898458,
+ "y": 20.618694
+ },
+ {
+ "x": 21.45634,
+ "y": 19.672386
+ },
+ {
+ "x": 21.733679,
+ "y": 18.414469
+ },
+ {
+ "x": 22.984415,
+ "y": 18.214626
+ },
+ {
+ "x": 19.023708,
+ "y": 15.13369
+ },
+ {
+ "x": 19.20204,
+ "y": 13.017731
+ }
+ ]
+ },
+ {
+ "ID": 8,
+ "Points": [
+ {
+ "x": -49.97914,
+ "y": 26.382149
+ },
+ {
+ "x": -48.676575,
+ "y": 25.239185
+ },
+ {
+ "x": -48.0575,
+ "y": 18.566622
+ },
+ {
+ "x": -47.256676,
+ "y": 17.704315
+ },
+ {
+ "x": -46.12036,
+ "y": 10.999334
+ },
+ {
+ "x": -47.930225,
+ "y": 10.220471
+ },
+ {
+ "x": -49.986973,
+ "y": 10.404692
+ },
+ {
+ "x": -48.74685,
+ "y": 8.732908
+ },
+ {
+ "x": -48.021736,
+ "y": 4.049755
+ },
+ {
+ "x": -46.5399,
+ "y": 4.428259
+ },
+ {
+ "x": -46.74448,
+ "y": 5.3494453
+ },
+ {
+ "x": -43.912178,
+ "y": 5.6956577
+ },
+ {
+ "x": -44.645844,
+ "y": 5.9993687
+ },
+ {
+ "x": -38.66234,
+ "y": 9.125063
+ },
+ {
+ "x": -40.03167,
+ "y": 10.008647
+ },
+ {
+ "x": -30.575424,
+ "y": 11.901495
+ },
+ {
+ "x": -32.171856,
+ "y": 12.920633
+ },
+ {
+ "x": -29.570675,
+ "y": 13.509925
+ },
+ {
+ "x": -31.074097,
+ "y": 14.486842
+ },
+ {
+ "x": -23.869415,
+ "y": 14.736843
+ },
+ {
+ "x": -18.855145,
+ "y": 12.451433
+ },
+ {
+ "x": -11.395722,
+ "y": 10.449417
+ },
+ {
+ "x": -7.639719,
+ "y": 10.459731
+ },
+ {
+ "x": -3.6816463,
+ "y": 9.286097
+ },
+ {
+ "x": 2.7574968,
+ "y": 10.386777
+ },
+ {
+ "x": 11.928941,
+ "y": 15.59821
+ },
+ {
+ "x": 10.649053,
+ "y": 16.27416
+ },
+ {
+ "x": 15.783515,
+ "y": 16.662523
+ },
+ {
+ "x": 14.219871,
+ "y": 17.68873
+ },
+ {
+ "x": 16.340576,
+ "y": 19.77428
+ },
+ {
+ "x": 14.829442,
+ "y": 20.717628
+ },
+ {
+ "x": 18.039516,
+ "y": 21.621843
+ },
+ {
+ "x": 15.423757,
+ "y": 22.95394
+ },
+ {
+ "x": 12.10987,
+ "y": 26.29584
+ },
+ {
+ "x": 4.9059095,
+ "y": 29.0939
+ },
+ {
+ "x": 4.856511,
+ "y": 29.859135
+ },
+ {
+ "x": 2.4041233,
+ "y": 30.39402
+ },
+ {
+ "x": 4.20761,
+ "y": 31.603722
+ },
+ {
+ "x": 0.30436516,
+ "y": 33.126495
+ },
+ {
+ "x": -1.7983828,
+ "y": 35.184532
+ },
+ {
+ "x": -1.5012379,
+ "y": 37.429478
+ },
+ {
+ "x": 4.1206617,
+ "y": 40.49302
+ },
+ {
+ "x": 2.7195482,
+ "y": 41.480347
+ },
+ {
+ "x": 7.9172277,
+ "y": 44.45859
+ },
+ {
+ "x": 8.8713045,
+ "y": 48.64589
+ },
+ {
+ "x": 3.9251833,
+ "y": 48.556828
+ },
+ {
+ "x": 4.4434137,
+ "y": 47.324272
+ },
+ {
+ "x": 2.5912066,
+ "y": 46.371696
+ },
+ {
+ "x": -2.7391148,
+ "y": 46.084797
+ },
+ {
+ "x": -9.064334,
+ "y": 42.868896
+ },
+ {
+ "x": -7.8618097,
+ "y": 42.01195
+ },
+ {
+ "x": -11.803784,
+ "y": 40.872272
+ },
+ {
+ "x": -17.750233,
+ "y": 40.5649
+ },
+ {
+ "x": -21.335018,
+ "y": 41.50481
+ },
+ {
+ "x": -25.354244,
+ "y": 40.801453
+ },
+ {
+ "x": -28.166092,
+ "y": 42.38933
+ },
+ {
+ "x": -38.413086,
+ "y": 43.205345
+ },
+ {
+ "x": -43.610847,
+ "y": 42.294888
+ },
+ {
+ "x": -49.278202,
+ "y": 42.680397
+ },
+ {
+ "x": -47.64799,
+ "y": 34.236595
+ },
+ {
+ "x": -48.81029,
+ "y": 33.92621
+ },
+ {
+ "x": -47.953434,
+ "y": 27.788464
+ },
+ {
+ "x": -52.330097,
+ "y": 27.614784
+ },
+ {
+ "x": -52.41764,
+ "y": 26.409828
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -47.193947,
+ "y": -15.736219
+ },
+ {
+ "x": -52.6458,
+ "y": -15.495376
+ },
+ {
+ "x": -52.61987,
+ "y": -19.617853
+ },
+ {
+ "x": -47.212048,
+ "y": -19.994003
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": -10.015911,
+ "y": -51.569
+ },
+ {
+ "x": -37.572624,
+ "y": -39.211376
+ },
+ {
+ "x": -52.258984,
+ "y": -46.916267
+ },
+ {
+ "x": -52.464043,
+ "y": -53.868404
+ },
+ {
+ "x": -52.10139,
+ "y": -58.555473
+ },
+ {
+ "x": -15.305565,
+ "y": -58.002155
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": -14.517031,
+ "y": 0.45859963
+ },
+ {
+ "x": -13.154085,
+ "y": 1.2271458
+ },
+ {
+ "x": -12.804209,
+ "y": 1.4244367
+ },
+ {
+ "x": -12.809233,
+ "y": 2.5934918
+ },
+ {
+ "x": -15.098072,
+ "y": 3.559941
+ },
+ {
+ "x": -16.11061,
+ "y": 3.5607364
+ },
+ {
+ "x": -16.834307,
+ "y": 3.4541268
+ },
+ {
+ "x": -17.31481,
+ "y": 3.1778169
+ },
+ {
+ "x": -18.1263,
+ "y": 2.7111757
+ },
+ {
+ "x": -17.783108,
+ "y": 2.0080628
+ },
+ {
+ "x": -18.269053,
+ "y": 1.4444227
+ },
+ {
+ "x": -16.513643,
+ "y": 0.446818
+ }
+ ]
+ },
+ {
+ "ID": 4,
+ "Points": [
+ {
+ "x": -41.407692,
+ "y": -34.965763
+ },
+ {
+ "x": -42.86291,
+ "y": -31.976
+ },
+ {
+ "x": -46.412273,
+ "y": -32.720566
+ },
+ {
+ "x": -45.442146,
+ "y": -35.89956
+ }
+ ]
+ },
+ {
+ "ID": 5,
+ "Points": [
+ {
+ "x": -4.8004055,
+ "y": -32.68627
+ },
+ {
+ "x": -3.3152452,
+ "y": -28.091234
+ },
+ {
+ "x": -10.698205,
+ "y": -24.799145
+ },
+ {
+ "x": -16.01041,
+ "y": -27.200932
+ },
+ {
+ "x": -15.329441,
+ "y": -31.60905
+ }
+ ]
+ }
+ ],
+ "ExtraPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -29.650002,
+ "y": -49.36
+ },
+ {
+ "x": -32.15,
+ "y": -48.11
+ },
+ {
+ "x": -29.650002,
+ "y": -46.86
+ },
+ {
+ "x": -27.150002,
+ "y": -48.11
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": -32.65,
+ "y": -50.86
+ },
+ {
+ "x": -35.15,
+ "y": -49.61
+ },
+ {
+ "x": -32.65,
+ "y": -48.36
+ },
+ {
+ "x": -30.150002,
+ "y": -49.61
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": -40.93,
+ "y": -46.62
+ },
+ {
+ "x": -43.43,
+ "y": -45.37
+ },
+ {
+ "x": -40.93,
+ "y": -44.12
+ },
+ {
+ "x": -38.43,
+ "y": -45.37
+ }
+ ]
+ },
+ {
+ "ID": 4,
+ "Points": [
+ {
+ "x": -25.2,
+ "y": -54.670002
+ },
+ {
+ "x": -27.7,
+ "y": -53.420002
+ },
+ {
+ "x": -25.2,
+ "y": -52.170002
+ },
+ {
+ "x": -22.7,
+ "y": -53.420002
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "RegionId": 1002,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 1.0814514,
+ "y": -2.0987396
+ },
+ "Width": 116.76291,
+ "Height": 111.79747
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": 0,
+ "y": 0
+ },
+ "Width": 330,
+ "Height": 165
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 12.252504,
+ "y": -52.28956
+ },
+ {
+ "x": 11.65811,
+ "y": -52.0468
+ },
+ {
+ "x": 12.243946,
+ "y": -51.587254
+ },
+ {
+ "x": 13.514629,
+ "y": -51.115788
+ },
+ {
+ "x": 14.865276,
+ "y": -51.174164
+ },
+ {
+ "x": 18.892836,
+ "y": -53.465057
+ },
+ {
+ "x": 20.015924,
+ "y": -53.006866
+ },
+ {
+ "x": 19.24837,
+ "y": -50.542828
+ },
+ {
+ "x": 18.137413,
+ "y": -49.61071
+ },
+ {
+ "x": 18.46079,
+ "y": -49.26238
+ },
+ {
+ "x": 17.287983,
+ "y": -47.936035
+ },
+ {
+ "x": 17.629559,
+ "y": -47.031574
+ },
+ {
+ "x": 15.924889,
+ "y": -47.316727
+ },
+ {
+ "x": 14.004316,
+ "y": -46.67543
+ },
+ {
+ "x": 10.100134,
+ "y": -48.069435
+ },
+ {
+ "x": 12.730993,
+ "y": -50.242977
+ },
+ {
+ "x": 13.587618,
+ "y": -50.222744
+ },
+ {
+ "x": 12.03978,
+ "y": -51.21375
+ },
+ {
+ "x": 10.659924,
+ "y": -51.685646
+ },
+ {
+ "x": 7.6063766,
+ "y": -49.6911
+ },
+ {
+ "x": 5.6287575,
+ "y": -49.212563
+ },
+ {
+ "x": 4.700714,
+ "y": -48.83111
+ },
+ {
+ "x": 4.831848,
+ "y": -48.52183
+ },
+ {
+ "x": 3.8847122,
+ "y": -48.032402
+ },
+ {
+ "x": 2.8939056,
+ "y": -48.66221
+ },
+ {
+ "x": 1.7550592,
+ "y": -48.49069
+ },
+ {
+ "x": 1.1482668,
+ "y": -48.892654
+ },
+ {
+ "x": -0.38583374,
+ "y": -48.810562
+ },
+ {
+ "x": -0.6611242,
+ "y": -48.694412
+ },
+ {
+ "x": -2.650014,
+ "y": -48.484352
+ },
+ {
+ "x": -3.7353563,
+ "y": -49.02458
+ },
+ {
+ "x": -5.0376015,
+ "y": -48.81972
+ },
+ {
+ "x": -7.4125404,
+ "y": -49.663757
+ },
+ {
+ "x": -9.1001,
+ "y": -49.61172
+ },
+ {
+ "x": -12.815416,
+ "y": -51.766167
+ },
+ {
+ "x": -11.946638,
+ "y": -52.551033
+ },
+ {
+ "x": -10.510826,
+ "y": -53.023804
+ },
+ {
+ "x": -9.842192,
+ "y": -52.944664
+ },
+ {
+ "x": -7.4188895,
+ "y": -53.859577
+ },
+ {
+ "x": -5.178403,
+ "y": -54.79703
+ },
+ {
+ "x": -5.621271,
+ "y": -55.10481
+ },
+ {
+ "x": -4.0151834,
+ "y": -56.033886
+ },
+ {
+ "x": -2.2667017,
+ "y": -55.998985
+ },
+ {
+ "x": -0.27432442,
+ "y": -56.16575
+ },
+ {
+ "x": -0.5199938,
+ "y": -56.34134
+ },
+ {
+ "x": 0.29619598,
+ "y": -56.75654
+ },
+ {
+ "x": 2.6095276,
+ "y": -55.45919
+ },
+ {
+ "x": 3.3853626,
+ "y": -55.426266
+ },
+ {
+ "x": 5.6293354,
+ "y": -54.91233
+ },
+ {
+ "x": 6.7886257,
+ "y": -55.397255
+ },
+ {
+ "x": 11.591505,
+ "y": -55.376312
+ },
+ {
+ "x": 12.066185,
+ "y": -54.575535
+ },
+ {
+ "x": 11.210073,
+ "y": -54.246067
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": 2.6693945,
+ "y": -31.087896
+ },
+ {
+ "x": 2.0629683,
+ "y": -32.213783
+ },
+ {
+ "x": -1.082838,
+ "y": -33.391243
+ },
+ {
+ "x": -0.51248837,
+ "y": -33.92527
+ },
+ {
+ "x": -5.3230295,
+ "y": -35.314297
+ },
+ {
+ "x": -4.555805,
+ "y": -35.722504
+ },
+ {
+ "x": -5.207838,
+ "y": -35.986656
+ },
+ {
+ "x": -4.8058558,
+ "y": -36.451027
+ },
+ {
+ "x": -0.7420969,
+ "y": -38.34687
+ },
+ {
+ "x": -1.4482727,
+ "y": -38.97977
+ },
+ {
+ "x": 0.571825,
+ "y": -39.99844
+ },
+ {
+ "x": 1.5490236,
+ "y": -38.944073
+ },
+ {
+ "x": 2.106659,
+ "y": -39.443893
+ },
+ {
+ "x": 2.3329268,
+ "y": -40.284946
+ },
+ {
+ "x": 5.1175737,
+ "y": -41.467728
+ },
+ {
+ "x": 6.132231,
+ "y": -41.023567
+ },
+ {
+ "x": 6.626571,
+ "y": -42.059536
+ },
+ {
+ "x": 8.359405,
+ "y": -42.398136
+ },
+ {
+ "x": 8.791985,
+ "y": -42.783264
+ },
+ {
+ "x": 10.547566,
+ "y": -43.561523
+ },
+ {
+ "x": 12.662094,
+ "y": -43.760117
+ },
+ {
+ "x": 15.654198,
+ "y": -44.452545
+ },
+ {
+ "x": 18.343006,
+ "y": -46.02089
+ },
+ {
+ "x": 19.845509,
+ "y": -48.1665
+ },
+ {
+ "x": 21.231953,
+ "y": -53.789356
+ },
+ {
+ "x": 28.425983,
+ "y": -53.78241
+ },
+ {
+ "x": 29.211433,
+ "y": -52.367714
+ },
+ {
+ "x": 26.563164,
+ "y": -49.125362
+ },
+ {
+ "x": 26.081776,
+ "y": -45.780323
+ },
+ {
+ "x": 26.588535,
+ "y": -44.084095
+ },
+ {
+ "x": 28.74001,
+ "y": -41.462368
+ },
+ {
+ "x": 30.823112,
+ "y": -40.272255
+ },
+ {
+ "x": 28.857182,
+ "y": -38.810074
+ },
+ {
+ "x": 39.02408,
+ "y": -36.169785
+ },
+ {
+ "x": 46.45626,
+ "y": -35.910126
+ },
+ {
+ "x": 54.0396,
+ "y": -36.941383
+ },
+ {
+ "x": 53.513004,
+ "y": -35.817455
+ },
+ {
+ "x": 54.012707,
+ "y": -34.081825
+ },
+ {
+ "x": 49.28472,
+ "y": -33.81838
+ },
+ {
+ "x": 49.78732,
+ "y": -30.986197
+ },
+ {
+ "x": 44.356556,
+ "y": -30.361362
+ },
+ {
+ "x": 45.039944,
+ "y": -25.072578
+ },
+ {
+ "x": 40.959007,
+ "y": -24.672155
+ },
+ {
+ "x": 38.32581,
+ "y": -25.770277
+ },
+ {
+ "x": 32.32798,
+ "y": -26.665941
+ },
+ {
+ "x": 29.73531,
+ "y": -26.759144
+ },
+ {
+ "x": 28.324245,
+ "y": -25.736134
+ },
+ {
+ "x": 25.69377,
+ "y": -25.428627
+ },
+ {
+ "x": 23.968344,
+ "y": -22.623718
+ },
+ {
+ "x": 21.836216,
+ "y": -22.261776
+ },
+ {
+ "x": 22.144804,
+ "y": -20.50713
+ },
+ {
+ "x": 24.799433,
+ "y": -19.452896
+ },
+ {
+ "x": 30.702427,
+ "y": -19.775333
+ },
+ {
+ "x": 33.450573,
+ "y": -21.976627
+ },
+ {
+ "x": 34.986465,
+ "y": -20.22179
+ },
+ {
+ "x": 37.098114,
+ "y": -19.497404
+ },
+ {
+ "x": 38.480743,
+ "y": -21.828093
+ },
+ {
+ "x": 42.047283,
+ "y": -18.645386
+ },
+ {
+ "x": 44.87134,
+ "y": -19.849546
+ },
+ {
+ "x": 45.94858,
+ "y": -18.066235
+ },
+ {
+ "x": 46.681698,
+ "y": -18.180176
+ },
+ {
+ "x": 46.78245,
+ "y": -15.620269
+ },
+ {
+ "x": 48.1774,
+ "y": -14.633969
+ },
+ {
+ "x": 50.615753,
+ "y": -14.614722
+ },
+ {
+ "x": 50.77346,
+ "y": -13.277527
+ },
+ {
+ "x": 45.991257,
+ "y": -13.23399
+ },
+ {
+ "x": 46.899628,
+ "y": -6.8899364
+ },
+ {
+ "x": 45.651268,
+ "y": -6.7962055
+ },
+ {
+ "x": 47.197403,
+ "y": 0.24244499
+ },
+ {
+ "x": 38.83525,
+ "y": 0.90343857
+ },
+ {
+ "x": 34.40943,
+ "y": 2.482586
+ },
+ {
+ "x": 30.771038,
+ "y": 0.67298317
+ },
+ {
+ "x": 29.47261,
+ "y": 0.21671867
+ },
+ {
+ "x": 31.374557,
+ "y": -3.2499046
+ },
+ {
+ "x": 29.219738,
+ "y": -3.6419182
+ },
+ {
+ "x": 29.218678,
+ "y": -6.1617146
+ },
+ {
+ "x": 27.164623,
+ "y": -8.205473
+ },
+ {
+ "x": 28.077103,
+ "y": -11.299864
+ },
+ {
+ "x": 21.553516,
+ "y": -11.349783
+ },
+ {
+ "x": 19.358677,
+ "y": -10.550846
+ },
+ {
+ "x": 20.602638,
+ "y": -8.60511
+ },
+ {
+ "x": 22.449118,
+ "y": -7.725025
+ },
+ {
+ "x": 20.935959,
+ "y": -7.1731777
+ },
+ {
+ "x": 20.130054,
+ "y": -5.341278
+ },
+ {
+ "x": 21.565166,
+ "y": -3.7471046
+ },
+ {
+ "x": 19.790688,
+ "y": -3.89608
+ },
+ {
+ "x": 19.159416,
+ "y": -4.1955376
+ },
+ {
+ "x": 16.49544,
+ "y": -4.101532
+ },
+ {
+ "x": 14.218566,
+ "y": -4.475176
+ },
+ {
+ "x": 12.335392,
+ "y": -3.558014
+ },
+ {
+ "x": 15.285213,
+ "y": -3.0135784
+ },
+ {
+ "x": 14.958108,
+ "y": -2.5485992
+ },
+ {
+ "x": 16.260326,
+ "y": -1.9829311
+ },
+ {
+ "x": 18.265656,
+ "y": -2.008936
+ },
+ {
+ "x": 18.361137,
+ "y": -1.469099
+ },
+ {
+ "x": 18.754654,
+ "y": -1.044548
+ },
+ {
+ "x": 17.578325,
+ "y": -0.424448
+ },
+ {
+ "x": 18.606922,
+ "y": -0.052785873
+ },
+ {
+ "x": 18.021082,
+ "y": 0.6200409
+ },
+ {
+ "x": 14.798352,
+ "y": 2.3245277
+ },
+ {
+ "x": 12.23925,
+ "y": 2.7996445
+ },
+ {
+ "x": 10.358582,
+ "y": 2.6030235
+ },
+ {
+ "x": 8.960154,
+ "y": 2.4943733
+ },
+ {
+ "x": 6.5430865,
+ "y": 1.2786903
+ },
+ {
+ "x": 6.758365,
+ "y": 0.79501915
+ },
+ {
+ "x": 5.3013687,
+ "y": -0.11833954
+ },
+ {
+ "x": 5.559196,
+ "y": -0.33421898
+ },
+ {
+ "x": 5.9474726,
+ "y": -0.13175583
+ },
+ {
+ "x": 5.285635,
+ "y": -0.7511425
+ },
+ {
+ "x": 5.727587,
+ "y": -1.2089386
+ },
+ {
+ "x": 5.73466,
+ "y": -1.4661674
+ },
+ {
+ "x": 6.373331,
+ "y": -1.7767982
+ },
+ {
+ "x": 6.069352,
+ "y": -2.0605183
+ },
+ {
+ "x": 6.5849743,
+ "y": -2.3550472
+ },
+ {
+ "x": 6.6171684,
+ "y": -2.683138
+ },
+ {
+ "x": 7.324521,
+ "y": -2.7395973
+ },
+ {
+ "x": 7.750224,
+ "y": -3.0368195
+ },
+ {
+ "x": 8.12299,
+ "y": -2.9953098
+ },
+ {
+ "x": 8.143505,
+ "y": -3.179184
+ },
+ {
+ "x": 9.234318,
+ "y": -3.6389637
+ },
+ {
+ "x": 11.796139,
+ "y": -3.8529663
+ },
+ {
+ "x": 13.541285,
+ "y": -4.713175
+ },
+ {
+ "x": 13.362986,
+ "y": -5.070122
+ },
+ {
+ "x": 12.831369,
+ "y": -5.203251
+ },
+ {
+ "x": 9.59351,
+ "y": -4.831888
+ },
+ {
+ "x": 7.9483476,
+ "y": -4.9854565
+ },
+ {
+ "x": 4.158448,
+ "y": -6.353428
+ },
+ {
+ "x": 0.55962086,
+ "y": -8.622618
+ },
+ {
+ "x": 2.1141787,
+ "y": -9.518833
+ },
+ {
+ "x": -0.24921608,
+ "y": -11.461567
+ },
+ {
+ "x": -3.390439,
+ "y": -12.71336
+ },
+ {
+ "x": -3.2809258,
+ "y": -13.244007
+ },
+ {
+ "x": -8.221173,
+ "y": -15.88257
+ },
+ {
+ "x": -5.1500454,
+ "y": -16.544178
+ },
+ {
+ "x": -6.8923426,
+ "y": -17.823662
+ },
+ {
+ "x": -5.3991203,
+ "y": -18.659323
+ },
+ {
+ "x": -4.999525,
+ "y": -20.008793
+ },
+ {
+ "x": -5.967057,
+ "y": -20.584978
+ },
+ {
+ "x": -4.5521336,
+ "y": -21.30131
+ },
+ {
+ "x": -4.911915,
+ "y": -21.558228
+ },
+ {
+ "x": -2.9011602,
+ "y": -22.819584
+ },
+ {
+ "x": -1.173399,
+ "y": -23.110092
+ },
+ {
+ "x": -2.1242533,
+ "y": -23.649994
+ },
+ {
+ "x": 0.04776001,
+ "y": -24.669495
+ },
+ {
+ "x": -1.5436592,
+ "y": -25.54855
+ },
+ {
+ "x": 1.9721632,
+ "y": -29.46233
+ },
+ {
+ "x": 0.60582256,
+ "y": -29.720627
+ },
+ {
+ "x": 0.455328,
+ "y": -30.084686
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": 10.768338,
+ "y": -3.869102
+ },
+ {
+ "x": 14.637982,
+ "y": -3.2222724
+ },
+ {
+ "x": 15.441728,
+ "y": -2.070942
+ },
+ {
+ "x": 17.536104,
+ "y": -2.0029593
+ },
+ {
+ "x": 18.411686,
+ "y": -1.0314293
+ },
+ {
+ "x": 17.173191,
+ "y": -0.2891512
+ },
+ {
+ "x": 18.18055,
+ "y": 0.17001915
+ },
+ {
+ "x": 12.511309,
+ "y": 2.8463306
+ },
+ {
+ "x": 9.826202,
+ "y": 2.664176
+ },
+ {
+ "x": 6.461196,
+ "y": 1.2529316
+ },
+ {
+ "x": 5.3247337,
+ "y": -0.8204231
+ },
+ {
+ "x": 5.965473,
+ "y": -2.1834269
+ },
+ {
+ "x": 7.7027245,
+ "y": -2.8831902
+ }
+ ]
+ },
+ {
+ "ID": 4,
+ "Points": [
+ {
+ "x": -39.889942,
+ "y": -27.335947
+ },
+ {
+ "x": -39.288837,
+ "y": -27.660892
+ },
+ {
+ "x": -38.819847,
+ "y": -29.06221
+ },
+ {
+ "x": -36.600468,
+ "y": -30.138222
+ },
+ {
+ "x": -34.00128,
+ "y": -33.16433
+ },
+ {
+ "x": -34.002373,
+ "y": -34.94304
+ },
+ {
+ "x": -34.155357,
+ "y": -38.165363
+ },
+ {
+ "x": -34.91393,
+ "y": -39.39474
+ },
+ {
+ "x": -33.484543,
+ "y": -41.04069
+ },
+ {
+ "x": -34.995667,
+ "y": -42.540703
+ },
+ {
+ "x": -38.85771,
+ "y": -42.28453
+ },
+ {
+ "x": -52.0418,
+ "y": -58.012672
+ },
+ {
+ "x": -48.39438,
+ "y": -56.674828
+ },
+ {
+ "x": -49.437626,
+ "y": -55.831062
+ },
+ {
+ "x": -47.795807,
+ "y": -55.71305
+ },
+ {
+ "x": -45.223248,
+ "y": -56.107216
+ },
+ {
+ "x": -43.513733,
+ "y": -55.70307
+ },
+ {
+ "x": -40.297794,
+ "y": -55.278183
+ },
+ {
+ "x": -34.60853,
+ "y": -55.905724
+ },
+ {
+ "x": -30.924072,
+ "y": -55.90336
+ },
+ {
+ "x": -29.637383,
+ "y": -56.572914
+ },
+ {
+ "x": -27.002478,
+ "y": -55.994873
+ },
+ {
+ "x": -24.304832,
+ "y": -55.060204
+ },
+ {
+ "x": -22.458025,
+ "y": -55.132874
+ },
+ {
+ "x": -20.619146,
+ "y": -54.658264
+ },
+ {
+ "x": -18.214035,
+ "y": -55.33635
+ },
+ {
+ "x": -17.737814,
+ "y": -55.043404
+ },
+ {
+ "x": -15.604328,
+ "y": -55.168114
+ },
+ {
+ "x": -13.837547,
+ "y": -54.417107
+ },
+ {
+ "x": -16.283634,
+ "y": -54.031944
+ },
+ {
+ "x": -15.429678,
+ "y": -52.25873
+ },
+ {
+ "x": -13.577839,
+ "y": -50.863014
+ },
+ {
+ "x": -15.043388,
+ "y": -50.431957
+ },
+ {
+ "x": -16.097189,
+ "y": -50.723648
+ },
+ {
+ "x": -17.956045,
+ "y": -50.26114
+ },
+ {
+ "x": -15.467739,
+ "y": -48.215134
+ },
+ {
+ "x": -13.679138,
+ "y": -47.587204
+ },
+ {
+ "x": -14.5434475,
+ "y": -47.137344
+ },
+ {
+ "x": -13.087397,
+ "y": -47.22989
+ },
+ {
+ "x": -11.800043,
+ "y": -46.78939
+ },
+ {
+ "x": -12.727737,
+ "y": -46.26557
+ },
+ {
+ "x": -9.927025,
+ "y": -45.138107
+ },
+ {
+ "x": -9.535677,
+ "y": -43.72535
+ },
+ {
+ "x": -9.0102215,
+ "y": -43.447628
+ },
+ {
+ "x": -8.045172,
+ "y": -44.243965
+ },
+ {
+ "x": -0.5888443,
+ "y": -44.302387
+ },
+ {
+ "x": 1.2413368,
+ "y": -42.153816
+ },
+ {
+ "x": -3.438877,
+ "y": -40.846336
+ },
+ {
+ "x": -2.8818054,
+ "y": -40.47999
+ },
+ {
+ "x": -7.6419773,
+ "y": -39.20159
+ },
+ {
+ "x": -10.326084,
+ "y": -36.79178
+ },
+ {
+ "x": -10.186058,
+ "y": -36.148804
+ },
+ {
+ "x": -15.157728,
+ "y": -34.14297
+ },
+ {
+ "x": -16.286324,
+ "y": -34.099464
+ },
+ {
+ "x": -17.635029,
+ "y": -33.32136
+ },
+ {
+ "x": -17.73203,
+ "y": -32.651344
+ },
+ {
+ "x": -20.097822,
+ "y": -32.247375
+ },
+ {
+ "x": -18.601479,
+ "y": -31.450645
+ },
+ {
+ "x": -17.33019,
+ "y": -29.908478
+ },
+ {
+ "x": -18.75073,
+ "y": -29.61156
+ },
+ {
+ "x": -19.668877,
+ "y": -27.701183
+ },
+ {
+ "x": -20.938139,
+ "y": -27.554842
+ },
+ {
+ "x": -21.25203,
+ "y": -26.805428
+ },
+ {
+ "x": -20.067291,
+ "y": -25.773235
+ },
+ {
+ "x": -21.619267,
+ "y": -24.873875
+ },
+ {
+ "x": -18.728216,
+ "y": -22.959105
+ },
+ {
+ "x": -18.87299,
+ "y": -22.328386
+ },
+ {
+ "x": -20.224945,
+ "y": -21.433208
+ },
+ {
+ "x": -19.576746,
+ "y": -21.055294
+ },
+ {
+ "x": -17.60731,
+ "y": -19.825052
+ },
+ {
+ "x": -16.791199,
+ "y": -18.57887
+ },
+ {
+ "x": -14.853497,
+ "y": -17.760433
+ },
+ {
+ "x": -15.69121,
+ "y": -17.44097
+ },
+ {
+ "x": -15.143417,
+ "y": -16.927877
+ },
+ {
+ "x": -12.546413,
+ "y": -15.300446
+ },
+ {
+ "x": -14.42654,
+ "y": -14.128582
+ },
+ {
+ "x": -10.949604,
+ "y": -13.169283
+ },
+ {
+ "x": -12.052526,
+ "y": -12.69739
+ },
+ {
+ "x": -7.823807,
+ "y": -11.897896
+ },
+ {
+ "x": -8.141041,
+ "y": -11.583058
+ },
+ {
+ "x": -5.583679,
+ "y": -10.504363
+ },
+ {
+ "x": -6.450289,
+ "y": -9.948431
+ },
+ {
+ "x": -6.5217304,
+ "y": -8.304375
+ },
+ {
+ "x": -5.398031,
+ "y": -7.7143
+ },
+ {
+ "x": -6.722542,
+ "y": -6.9237156
+ },
+ {
+ "x": -3.4301548,
+ "y": -4.631716
+ },
+ {
+ "x": -1.6206398,
+ "y": -4.1377106
+ },
+ {
+ "x": -0.1299591,
+ "y": -2.9248486
+ },
+ {
+ "x": -0.9896736,
+ "y": -2.088684
+ },
+ {
+ "x": 0.5343437,
+ "y": -1.1915207
+ },
+ {
+ "x": 0.039218903,
+ "y": -0.5421009
+ },
+ {
+ "x": 2.739853,
+ "y": 0.6321926
+ },
+ {
+ "x": 2.2893944,
+ "y": 1.5456295
+ },
+ {
+ "x": 5.1785965,
+ "y": 3.321537
+ },
+ {
+ "x": 4.6946373,
+ "y": 3.908926
+ },
+ {
+ "x": -0.5495987,
+ "y": 3.125267
+ },
+ {
+ "x": -1.5736008,
+ "y": 4.3809624
+ },
+ {
+ "x": -5.245388,
+ "y": 4.7470875
+ },
+ {
+ "x": -6.2366295,
+ "y": 4.64769
+ },
+ {
+ "x": -8.969135,
+ "y": 5.707159
+ },
+ {
+ "x": -11.939564,
+ "y": 5.9212685
+ },
+ {
+ "x": -14.923582,
+ "y": 6.6586876
+ },
+ {
+ "x": -14.818115,
+ "y": 7.521925
+ },
+ {
+ "x": -18.343052,
+ "y": 7.1379776
+ },
+ {
+ "x": -19.644547,
+ "y": 8.352318
+ },
+ {
+ "x": -23.921164,
+ "y": 8.8581295
+ },
+ {
+ "x": -25.757349,
+ "y": 9.900158
+ },
+ {
+ "x": -30.872095,
+ "y": 8.610079
+ },
+ {
+ "x": -30.8894,
+ "y": 7.949749
+ },
+ {
+ "x": -32.889797,
+ "y": 7.170521
+ },
+ {
+ "x": -29.876892,
+ "y": 6.5640564
+ },
+ {
+ "x": -28.325348,
+ "y": 5.415642
+ },
+ {
+ "x": -27.439228,
+ "y": 4.0846653
+ },
+ {
+ "x": -23.542324,
+ "y": 1.9127216
+ },
+ {
+ "x": -20.053555,
+ "y": -2.865036
+ },
+ {
+ "x": -20.706648,
+ "y": -3.0882664
+ },
+ {
+ "x": -19.506126,
+ "y": -5.639284
+ },
+ {
+ "x": -20.147993,
+ "y": -7.985549
+ },
+ {
+ "x": -19.549845,
+ "y": -9.836657
+ },
+ {
+ "x": -19.95133,
+ "y": -11.311727
+ },
+ {
+ "x": -26.821651,
+ "y": -14.605301
+ },
+ {
+ "x": -25.704754,
+ "y": -16.792257
+ },
+ {
+ "x": -26.733387,
+ "y": -16.899294
+ },
+ {
+ "x": -26.583717,
+ "y": -17.645998
+ },
+ {
+ "x": -28.873886,
+ "y": -19.198536
+ },
+ {
+ "x": -34.94687,
+ "y": -21.978804
+ },
+ {
+ "x": -34.575363,
+ "y": -22.68464
+ },
+ {
+ "x": -35.554016,
+ "y": -24.490215
+ },
+ {
+ "x": -38.388138,
+ "y": -26.911259
+ }
+ ]
+ },
+ {
+ "ID": 5,
+ "Points": [
+ {
+ "x": -24.371325,
+ "y": 1.9962463
+ },
+ {
+ "x": -29.158085,
+ "y": 4.8229218
+ },
+ {
+ "x": -30.027962,
+ "y": 6.556923
+ },
+ {
+ "x": -32.799515,
+ "y": 6.761959
+ },
+ {
+ "x": -34.627037,
+ "y": 7.8812256
+ },
+ {
+ "x": -35.266273,
+ "y": 6.519165
+ },
+ {
+ "x": -38.10461,
+ "y": 6.5113945
+ },
+ {
+ "x": -37.785675,
+ "y": 5.0698586
+ },
+ {
+ "x": -41.173264,
+ "y": 2.6256237
+ },
+ {
+ "x": -47.743896,
+ "y": -0.20779991
+ },
+ {
+ "x": -47.54114,
+ "y": -0.69991493
+ },
+ {
+ "x": -50.07425,
+ "y": -0.8065014
+ },
+ {
+ "x": -49.573727,
+ "y": -3.2992077
+ },
+ {
+ "x": -50.879395,
+ "y": -3.4070854
+ },
+ {
+ "x": -49.405407,
+ "y": -7.7551193
+ },
+ {
+ "x": -48.831757,
+ "y": -12.007402
+ },
+ {
+ "x": -49.293213,
+ "y": -16.625225
+ },
+ {
+ "x": -51.06368,
+ "y": -17.154062
+ },
+ {
+ "x": -50.929737,
+ "y": -19.197317
+ },
+ {
+ "x": -48.84781,
+ "y": -18.23846
+ },
+ {
+ "x": -48.128006,
+ "y": -18.667744
+ },
+ {
+ "x": -47.165142,
+ "y": -24.770555
+ },
+ {
+ "x": -47.951077,
+ "y": -24.82681
+ },
+ {
+ "x": -46.451473,
+ "y": -26.393059
+ },
+ {
+ "x": -45.709286,
+ "y": -25.886616
+ },
+ {
+ "x": -44.00046,
+ "y": -27.143766
+ },
+ {
+ "x": -44.57097,
+ "y": -28.848743
+ },
+ {
+ "x": -46.271393,
+ "y": -29.45841
+ },
+ {
+ "x": -44.16051,
+ "y": -30.912573
+ },
+ {
+ "x": -45.86808,
+ "y": -34.194233
+ },
+ {
+ "x": -44.240944,
+ "y": -34.16121
+ },
+ {
+ "x": -41.86242,
+ "y": -38.55284
+ },
+ {
+ "x": -39.571068,
+ "y": -38.27468
+ },
+ {
+ "x": -37.172142,
+ "y": -37.060947
+ },
+ {
+ "x": -38.21463,
+ "y": -36.563198
+ },
+ {
+ "x": -35.19922,
+ "y": -35.033592
+ },
+ {
+ "x": -34.21684,
+ "y": -33.97451
+ },
+ {
+ "x": -35.303246,
+ "y": -32.06658
+ },
+ {
+ "x": -37.55281,
+ "y": -30.45788
+ },
+ {
+ "x": -36.97602,
+ "y": -30.206785
+ },
+ {
+ "x": -39.639534,
+ "y": -28.956705
+ },
+ {
+ "x": -39.042572,
+ "y": -28.696758
+ },
+ {
+ "x": -40.20505,
+ "y": -28.048052
+ },
+ {
+ "x": -39.572548,
+ "y": -27.746185
+ },
+ {
+ "x": -41.94461,
+ "y": -26.16056
+ },
+ {
+ "x": -42.227463,
+ "y": -25.320406
+ },
+ {
+ "x": -41.781563,
+ "y": -24.811974
+ },
+ {
+ "x": -42.444336,
+ "y": -24.550772
+ },
+ {
+ "x": -40.60059,
+ "y": -23.663643
+ },
+ {
+ "x": -41.033054,
+ "y": -23.51184
+ },
+ {
+ "x": -39.307137,
+ "y": -23.16888
+ },
+ {
+ "x": -39.605637,
+ "y": -22.665333
+ },
+ {
+ "x": -37.602947,
+ "y": -21.776718
+ },
+ {
+ "x": -38.043804,
+ "y": -21.450195
+ },
+ {
+ "x": -36.325344,
+ "y": -20.567638
+ },
+ {
+ "x": -35.88794,
+ "y": -19.4996
+ },
+ {
+ "x": -36.489407,
+ "y": -18.351858
+ },
+ {
+ "x": -34.764248,
+ "y": -17.517143
+ },
+ {
+ "x": -35.33233,
+ "y": -17.284718
+ },
+ {
+ "x": -32.56273,
+ "y": -16.217175
+ },
+ {
+ "x": -33.080986,
+ "y": -15.7701235
+ },
+ {
+ "x": -31.212036,
+ "y": -15.730866
+ },
+ {
+ "x": -29.312359,
+ "y": -14.704404
+ },
+ {
+ "x": -29.870495,
+ "y": -14.421084
+ },
+ {
+ "x": -28.589573,
+ "y": -12.935481
+ },
+ {
+ "x": -27.848,
+ "y": -13.391337
+ },
+ {
+ "x": -27.282127,
+ "y": -12.798636
+ },
+ {
+ "x": -27.871765,
+ "y": -12.6088295
+ },
+ {
+ "x": -26.542301,
+ "y": -11.551582
+ },
+ {
+ "x": -27.95822,
+ "y": -10.90419
+ },
+ {
+ "x": -27.338528,
+ "y": -10.563431
+ },
+ {
+ "x": -28.294247,
+ "y": -10.112589
+ },
+ {
+ "x": -26.593927,
+ "y": -10.111876
+ },
+ {
+ "x": -23.444427,
+ "y": -8.487949
+ },
+ {
+ "x": -24.821676,
+ "y": -7.8653946
+ },
+ {
+ "x": -22.132624,
+ "y": -7.0477123
+ },
+ {
+ "x": -23.158266,
+ "y": -6.3326416
+ },
+ {
+ "x": -21.986248,
+ "y": -5.3160744
+ },
+ {
+ "x": -21.036667,
+ "y": -6.1858597
+ },
+ {
+ "x": -19.686342,
+ "y": -5.4750957
+ },
+ {
+ "x": -21.196922,
+ "y": -2.9013977
+ },
+ {
+ "x": -20.454327,
+ "y": -2.7188492
+ }
+ ]
+ },
+ {
+ "ID": 6,
+ "Points": [
+ {
+ "x": 31.329678,
+ "y": -55.774975
+ },
+ {
+ "x": 35.902584,
+ "y": -55.435635
+ },
+ {
+ "x": 40.877216,
+ "y": -56.481354
+ },
+ {
+ "x": 50.2611,
+ "y": -54.81578
+ },
+ {
+ "x": 51.212185,
+ "y": -50.250946
+ },
+ {
+ "x": 51.934948,
+ "y": -49.38585
+ },
+ {
+ "x": 52.631382,
+ "y": -49.382137
+ },
+ {
+ "x": 52.125713,
+ "y": -47.70501
+ },
+ {
+ "x": 52.890102,
+ "y": -45.326756
+ },
+ {
+ "x": 51.16397,
+ "y": -43.91901
+ },
+ {
+ "x": 52.027466,
+ "y": -41.93975
+ },
+ {
+ "x": 42.21208,
+ "y": -40.354782
+ },
+ {
+ "x": 30.607624,
+ "y": -43.040386
+ },
+ {
+ "x": 31.57537,
+ "y": -45.29263
+ },
+ {
+ "x": 30.399544,
+ "y": -46.429893
+ },
+ {
+ "x": 28.620567,
+ "y": -46.614914
+ },
+ {
+ "x": 28.603981,
+ "y": -47.75397
+ },
+ {
+ "x": 26.88417,
+ "y": -48.055317
+ }
+ ]
+ },
+ {
+ "ID": 7,
+ "Points": [
+ {
+ "x": 23.0665,
+ "y": 9.778042
+ },
+ {
+ "x": 25.851723,
+ "y": 9.878651
+ },
+ {
+ "x": 30.9452,
+ "y": 7.251787
+ },
+ {
+ "x": 32.473152,
+ "y": 7.7265425
+ },
+ {
+ "x": 32.68842,
+ "y": 6.9851665
+ },
+ {
+ "x": 34.691856,
+ "y": 6.9871225
+ },
+ {
+ "x": 38.34622,
+ "y": 5.75554
+ },
+ {
+ "x": 49.2874,
+ "y": 4.366749
+ },
+ {
+ "x": 49.081352,
+ "y": 6.36016
+ },
+ {
+ "x": 50.89362,
+ "y": 8.347305
+ },
+ {
+ "x": 46.635487,
+ "y": 8.524115
+ },
+ {
+ "x": 49.162357,
+ "y": 23.736603
+ },
+ {
+ "x": 50.183075,
+ "y": 24.301956
+ },
+ {
+ "x": 50.618835,
+ "y": 26.177021
+ },
+ {
+ "x": 51.756493,
+ "y": 27.095558
+ },
+ {
+ "x": 47.69874,
+ "y": 27.676804
+ },
+ {
+ "x": 48.424892,
+ "y": 32.688786
+ },
+ {
+ "x": 51.673923,
+ "y": 36.78603
+ },
+ {
+ "x": 49.3174,
+ "y": 36.963318
+ },
+ {
+ "x": 49.892986,
+ "y": 39.34666
+ },
+ {
+ "x": 46.994694,
+ "y": 39.515644
+ },
+ {
+ "x": 47.717297,
+ "y": 43.388092
+ },
+ {
+ "x": 45.352325,
+ "y": 43.65015
+ },
+ {
+ "x": 45.961372,
+ "y": 47.884056
+ },
+ {
+ "x": 44.360214,
+ "y": 47.11321
+ },
+ {
+ "x": 40.95002,
+ "y": 47.314144
+ },
+ {
+ "x": 42.10811,
+ "y": 50.140427
+ },
+ {
+ "x": 41.20676,
+ "y": 50.271233
+ },
+ {
+ "x": 42.004234,
+ "y": 53.858932
+ },
+ {
+ "x": 27.045834,
+ "y": 53.8599
+ },
+ {
+ "x": 30.534924,
+ "y": 50.719334
+ },
+ {
+ "x": 31.722155,
+ "y": 46.171135
+ },
+ {
+ "x": 29.525106,
+ "y": 44.75822
+ },
+ {
+ "x": 25.269829,
+ "y": 44.601044
+ },
+ {
+ "x": 25.66912,
+ "y": 44.022346
+ },
+ {
+ "x": 23.836676,
+ "y": 43.52776
+ },
+ {
+ "x": 20.61874,
+ "y": 44.14508
+ },
+ {
+ "x": 18.326618,
+ "y": 43.446156
+ },
+ {
+ "x": 19.043825,
+ "y": 42.276733
+ },
+ {
+ "x": 16.729145,
+ "y": 41.744297
+ },
+ {
+ "x": 11.308437,
+ "y": 42.315174
+ },
+ {
+ "x": 7.461437,
+ "y": 39.224632
+ },
+ {
+ "x": 7.592407,
+ "y": 38.583332
+ },
+ {
+ "x": 3.4380836,
+ "y": 35.344116
+ },
+ {
+ "x": 6.3751106,
+ "y": 35.04048
+ },
+ {
+ "x": 4.8831825,
+ "y": 33.59259
+ },
+ {
+ "x": 8.256531,
+ "y": 32.308647
+ },
+ {
+ "x": 7.847351,
+ "y": 31.643682
+ },
+ {
+ "x": 11.969887,
+ "y": 31.45451
+ },
+ {
+ "x": 11.099903,
+ "y": 30.66118
+ },
+ {
+ "x": 14.492929,
+ "y": 30.112381
+ },
+ {
+ "x": 12.842224,
+ "y": 28.868223
+ },
+ {
+ "x": 15.779921,
+ "y": 27.115404
+ },
+ {
+ "x": 15.677988,
+ "y": 28.155048
+ },
+ {
+ "x": 22.569296,
+ "y": 24.624334
+ },
+ {
+ "x": 20.741798,
+ "y": 23.23928
+ },
+ {
+ "x": 24.206432,
+ "y": 22.100122
+ },
+ {
+ "x": 22.350328,
+ "y": 21.381777
+ },
+ {
+ "x": 23.09846,
+ "y": 20.618694
+ },
+ {
+ "x": 21.656342,
+ "y": 19.672386
+ },
+ {
+ "x": 21.93368,
+ "y": 18.414469
+ },
+ {
+ "x": 23.184416,
+ "y": 18.214626
+ },
+ {
+ "x": 19.22371,
+ "y": 15.13369
+ },
+ {
+ "x": 19.40204,
+ "y": 13.017731
+ }
+ ]
+ },
+ {
+ "ID": 8,
+ "Points": [
+ {
+ "x": -49.77914,
+ "y": 26.382149
+ },
+ {
+ "x": -48.476574,
+ "y": 25.239185
+ },
+ {
+ "x": -47.8575,
+ "y": 18.566622
+ },
+ {
+ "x": -47.056675,
+ "y": 17.704315
+ },
+ {
+ "x": -45.92036,
+ "y": 10.999334
+ },
+ {
+ "x": -47.730225,
+ "y": 10.220471
+ },
+ {
+ "x": -49.786972,
+ "y": 10.404692
+ },
+ {
+ "x": -48.54685,
+ "y": 8.732908
+ },
+ {
+ "x": -47.821735,
+ "y": 4.049755
+ },
+ {
+ "x": -46.3399,
+ "y": 4.428259
+ },
+ {
+ "x": -46.54448,
+ "y": 5.3494453
+ },
+ {
+ "x": -43.712177,
+ "y": 5.6956577
+ },
+ {
+ "x": -44.445843,
+ "y": 5.9993687
+ },
+ {
+ "x": -38.462337,
+ "y": 9.125063
+ },
+ {
+ "x": -39.83167,
+ "y": 10.008647
+ },
+ {
+ "x": -30.375423,
+ "y": 11.901495
+ },
+ {
+ "x": -31.971855,
+ "y": 12.920633
+ },
+ {
+ "x": -29.370674,
+ "y": 13.509925
+ },
+ {
+ "x": -30.874096,
+ "y": 14.486842
+ },
+ {
+ "x": -23.669415,
+ "y": 14.736843
+ },
+ {
+ "x": -18.655144,
+ "y": 12.451433
+ },
+ {
+ "x": -11.195723,
+ "y": 10.449417
+ },
+ {
+ "x": -7.439719,
+ "y": 10.459731
+ },
+ {
+ "x": -3.4816465,
+ "y": 9.286097
+ },
+ {
+ "x": 2.9574966,
+ "y": 10.386777
+ },
+ {
+ "x": 12.128941,
+ "y": 15.59821
+ },
+ {
+ "x": 10.849052,
+ "y": 16.27416
+ },
+ {
+ "x": 15.983515,
+ "y": 16.662523
+ },
+ {
+ "x": 14.41987,
+ "y": 17.68873
+ },
+ {
+ "x": 16.540577,
+ "y": 19.77428
+ },
+ {
+ "x": 15.029442,
+ "y": 20.717628
+ },
+ {
+ "x": 18.239515,
+ "y": 21.621843
+ },
+ {
+ "x": 15.623756,
+ "y": 22.95394
+ },
+ {
+ "x": 12.30987,
+ "y": 26.29584
+ },
+ {
+ "x": 5.1059093,
+ "y": 29.0939
+ },
+ {
+ "x": 5.056511,
+ "y": 29.859135
+ },
+ {
+ "x": 2.604123,
+ "y": 30.39402
+ },
+ {
+ "x": 4.40761,
+ "y": 31.603722
+ },
+ {
+ "x": 0.50436497,
+ "y": 33.126495
+ },
+ {
+ "x": -1.598383,
+ "y": 35.184532
+ },
+ {
+ "x": -1.3012381,
+ "y": 37.429478
+ },
+ {
+ "x": 4.3206615,
+ "y": 40.49302
+ },
+ {
+ "x": 2.919548,
+ "y": 41.480347
+ },
+ {
+ "x": 8.117228,
+ "y": 44.45859
+ },
+ {
+ "x": 9.071304,
+ "y": 48.64589
+ },
+ {
+ "x": 4.125183,
+ "y": 48.556828
+ },
+ {
+ "x": 4.6434135,
+ "y": 47.324272
+ },
+ {
+ "x": 2.7912064,
+ "y": 46.371696
+ },
+ {
+ "x": -2.539115,
+ "y": 46.084797
+ },
+ {
+ "x": -8.864334,
+ "y": 42.868896
+ },
+ {
+ "x": -7.66181,
+ "y": 42.01195
+ },
+ {
+ "x": -11.603785,
+ "y": 40.872272
+ },
+ {
+ "x": -17.550232,
+ "y": 40.5649
+ },
+ {
+ "x": -21.13502,
+ "y": 41.50481
+ },
+ {
+ "x": -25.154245,
+ "y": 40.801453
+ },
+ {
+ "x": -27.966091,
+ "y": 42.38933
+ },
+ {
+ "x": -38.213085,
+ "y": 43.205345
+ },
+ {
+ "x": -43.410847,
+ "y": 42.294888
+ },
+ {
+ "x": -49.0782,
+ "y": 42.680397
+ },
+ {
+ "x": -47.44799,
+ "y": 34.236595
+ },
+ {
+ "x": -48.61029,
+ "y": 33.92621
+ },
+ {
+ "x": -47.753433,
+ "y": 27.788464
+ },
+ {
+ "x": -52.130096,
+ "y": 27.614784
+ },
+ {
+ "x": -52.21764,
+ "y": 26.409828
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -47.12664,
+ "y": -14.068743
+ },
+ {
+ "x": -52.63068,
+ "y": -14.305015
+ },
+ {
+ "x": -52.356762,
+ "y": -19.77099
+ },
+ {
+ "x": -46.860546,
+ "y": -19.528282
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": -10.015911,
+ "y": -51.569
+ },
+ {
+ "x": -37.572624,
+ "y": -39.211376
+ },
+ {
+ "x": -52.258984,
+ "y": -46.916267
+ },
+ {
+ "x": -52.464043,
+ "y": -53.868404
+ },
+ {
+ "x": -52.10139,
+ "y": -58.555473
+ },
+ {
+ "x": -15.305565,
+ "y": -58.002155
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": -14.517031,
+ "y": 0.45859963
+ },
+ {
+ "x": -13.154085,
+ "y": 1.2271458
+ },
+ {
+ "x": -12.804209,
+ "y": 1.4244367
+ },
+ {
+ "x": -12.809233,
+ "y": 2.5934918
+ },
+ {
+ "x": -15.098072,
+ "y": 3.559941
+ },
+ {
+ "x": -16.11061,
+ "y": 3.5607364
+ },
+ {
+ "x": -16.834307,
+ "y": 3.4541268
+ },
+ {
+ "x": -17.31481,
+ "y": 3.1778169
+ },
+ {
+ "x": -18.1263,
+ "y": 2.7111757
+ },
+ {
+ "x": -17.783108,
+ "y": 2.0080628
+ },
+ {
+ "x": -18.269053,
+ "y": 1.4444227
+ },
+ {
+ "x": -16.513643,
+ "y": 0.446818
+ }
+ ]
+ },
+ {
+ "ID": 4,
+ "Points": [
+ {
+ "x": -42.281563,
+ "y": -34.40057
+ },
+ {
+ "x": -42.30014,
+ "y": -31.263298
+ },
+ {
+ "x": -45.680557,
+ "y": -31.079498
+ },
+ {
+ "x": -45.821148,
+ "y": -34.286922
+ }
+ ]
+ },
+ {
+ "ID": 5,
+ "Points": [
+ {
+ "x": -5.9229984,
+ "y": -31.975637
+ },
+ {
+ "x": -3.548894,
+ "y": -28.453024
+ },
+ {
+ "x": -9.633507,
+ "y": -25.613768
+ },
+ {
+ "x": -15.724454,
+ "y": -26.855333
+ },
+ {
+ "x": -15.093945,
+ "y": -30.623558
+ }
+ ]
+ }
+ ],
+ "ExtraPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -29.650002,
+ "y": -49.36
+ },
+ {
+ "x": -32.15,
+ "y": -48.11
+ },
+ {
+ "x": -29.650002,
+ "y": -46.86
+ },
+ {
+ "x": -27.150002,
+ "y": -48.11
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": -32.65,
+ "y": -50.86
+ },
+ {
+ "x": -35.15,
+ "y": -49.61
+ },
+ {
+ "x": -32.65,
+ "y": -48.36
+ },
+ {
+ "x": -30.150002,
+ "y": -49.61
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": -40.93,
+ "y": -46.62
+ },
+ {
+ "x": -43.43,
+ "y": -45.37
+ },
+ {
+ "x": -40.93,
+ "y": -44.12
+ },
+ {
+ "x": -38.43,
+ "y": -45.37
+ }
+ ]
+ },
+ {
+ "ID": 4,
+ "Points": [
+ {
+ "x": -25.2,
+ "y": -54.670002
+ },
+ {
+ "x": -27.7,
+ "y": -53.420002
+ },
+ {
+ "x": -25.2,
+ "y": -52.170002
+ },
+ {
+ "x": -22.7,
+ "y": -53.420002
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "RegionId": 2001,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 144.83215,
+ "y": -13.5
+ },
+ "Width": 38.26433,
+ "Height": 21.6
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 133.1547,
+ "y": -7.217716
+ },
+ {
+ "x": 131.74178,
+ "y": -6.7355423
+ },
+ {
+ "x": 131.07637,
+ "y": -7.0000954
+ },
+ {
+ "x": 131.33224,
+ "y": -7.9520397
+ },
+ {
+ "x": 130.4149,
+ "y": -7.308916
+ },
+ {
+ "x": 127.865776,
+ "y": -8.189186
+ },
+ {
+ "x": 128.18903,
+ "y": -8.857351
+ },
+ {
+ "x": 126.862564,
+ "y": -8.456995
+ },
+ {
+ "x": 125.81682,
+ "y": -9.257362
+ },
+ {
+ "x": 127.328606,
+ "y": -10.50181
+ },
+ {
+ "x": 129.7456,
+ "y": -10.788538
+ },
+ {
+ "x": 128.30818,
+ "y": -11.67771
+ },
+ {
+ "x": 125.780266,
+ "y": -10.808964
+ },
+ {
+ "x": 125.757675,
+ "y": -12.496519
+ },
+ {
+ "x": 127.37621,
+ "y": -12.211002
+ },
+ {
+ "x": 128.02698,
+ "y": -12.947399
+ },
+ {
+ "x": 127.24609,
+ "y": -13.306652
+ },
+ {
+ "x": 130.01152,
+ "y": -15.053835
+ },
+ {
+ "x": 128.20615,
+ "y": -15.155354
+ },
+ {
+ "x": 125.75137,
+ "y": -14.4243355
+ },
+ {
+ "x": 125.80953,
+ "y": -17.277843
+ },
+ {
+ "x": 127.863396,
+ "y": -17.962784
+ },
+ {
+ "x": 126.44707,
+ "y": -18.73066
+ },
+ {
+ "x": 125.79431,
+ "y": -18.524685
+ },
+ {
+ "x": 125.81495,
+ "y": -21.808418
+ },
+ {
+ "x": 129.19926,
+ "y": -20.497818
+ },
+ {
+ "x": 128.75555,
+ "y": -19.788517
+ },
+ {
+ "x": 131.11095,
+ "y": -19.778187
+ },
+ {
+ "x": 130.95558,
+ "y": -18.81659
+ },
+ {
+ "x": 130.3219,
+ "y": -18.649944
+ },
+ {
+ "x": 131.36371,
+ "y": -17.704308
+ },
+ {
+ "x": 133.42427,
+ "y": -17.892765
+ },
+ {
+ "x": 135.05714,
+ "y": -18.945236
+ },
+ {
+ "x": 135.44542,
+ "y": -18.699604
+ },
+ {
+ "x": 136.66971,
+ "y": -18.240654
+ },
+ {
+ "x": 139.4192,
+ "y": -18.735222
+ },
+ {
+ "x": 145.5697,
+ "y": -17.553196
+ },
+ {
+ "x": 146.46912,
+ "y": -16.609692
+ },
+ {
+ "x": 143.89514,
+ "y": -15.9614105
+ },
+ {
+ "x": 142.57852,
+ "y": -16.503601
+ },
+ {
+ "x": 140.25476,
+ "y": -14.89847
+ },
+ {
+ "x": 137.14876,
+ "y": -15.218903
+ },
+ {
+ "x": 134.08476,
+ "y": -15.071877
+ },
+ {
+ "x": 132.24591,
+ "y": -14.069357
+ },
+ {
+ "x": 132.98463,
+ "y": -13.482315
+ },
+ {
+ "x": 129.86914,
+ "y": -13.134903
+ },
+ {
+ "x": 130.74866,
+ "y": -12.593878
+ },
+ {
+ "x": 130.8804,
+ "y": -10.761667
+ },
+ {
+ "x": 132.37117,
+ "y": -10.3974285
+ },
+ {
+ "x": 134.2251,
+ "y": -11.561596
+ },
+ {
+ "x": 135.34225,
+ "y": -10.407682
+ },
+ {
+ "x": 138.57745,
+ "y": -12.285576
+ },
+ {
+ "x": 137.4126,
+ "y": -12.776703
+ },
+ {
+ "x": 140.71599,
+ "y": -14.039885
+ },
+ {
+ "x": 142.6651,
+ "y": -13.256901
+ },
+ {
+ "x": 153.86917,
+ "y": -13.845974
+ },
+ {
+ "x": 158.67238,
+ "y": -14.872025
+ },
+ {
+ "x": 161.36638,
+ "y": -14.540417
+ },
+ {
+ "x": 162.55025,
+ "y": -14.836479
+ },
+ {
+ "x": 160.36583,
+ "y": -15.933712
+ },
+ {
+ "x": 163.8986,
+ "y": -16.923634
+ },
+ {
+ "x": 163.90884,
+ "y": -14.829832
+ },
+ {
+ "x": 163.66324,
+ "y": -14.428045
+ },
+ {
+ "x": 162.2504,
+ "y": -14.077213
+ },
+ {
+ "x": 162.75629,
+ "y": -13.404648
+ },
+ {
+ "x": 163.9346,
+ "y": -13.183878
+ },
+ {
+ "x": 163.9351,
+ "y": -8.504522
+ },
+ {
+ "x": 161.16597,
+ "y": -8.2058525
+ },
+ {
+ "x": 158.42035,
+ "y": -9.076677
+ },
+ {
+ "x": 157.2301,
+ "y": -8.176319
+ },
+ {
+ "x": 151.41696,
+ "y": -9.196472
+ },
+ {
+ "x": 151.95654,
+ "y": -9.626671
+ },
+ {
+ "x": 150.64214,
+ "y": -9.849503
+ },
+ {
+ "x": 154.87213,
+ "y": -11.75379
+ },
+ {
+ "x": 153.7819,
+ "y": -11.836578
+ },
+ {
+ "x": 149.58748,
+ "y": -10.396221
+ },
+ {
+ "x": 149.21619,
+ "y": -11.214966
+ },
+ {
+ "x": 146.11609,
+ "y": -11.213949
+ },
+ {
+ "x": 150.95628,
+ "y": -9.671083
+ },
+ {
+ "x": 150.65904,
+ "y": -9.112055
+ },
+ {
+ "x": 156.0163,
+ "y": -8.183571
+ },
+ {
+ "x": 157.1584,
+ "y": -7.186228
+ },
+ {
+ "x": 157.0925,
+ "y": -6.7251644
+ },
+ {
+ "x": 157.91194,
+ "y": -6.2257366
+ },
+ {
+ "x": 159.37451,
+ "y": -7.420559
+ },
+ {
+ "x": 160.81027,
+ "y": -6.8651104
+ },
+ {
+ "x": 161.77533,
+ "y": -7.457453
+ },
+ {
+ "x": 163.82356,
+ "y": -7.1117954
+ },
+ {
+ "x": 163.9223,
+ "y": -3.1850605
+ },
+ {
+ "x": 160.81824,
+ "y": -3.1819916
+ },
+ {
+ "x": 156.89952,
+ "y": -5.5831337
+ },
+ {
+ "x": 154.81764,
+ "y": -6.123184
+ },
+ {
+ "x": 153.62172,
+ "y": -7.1033096
+ },
+ {
+ "x": 149.57846,
+ "y": -8.818083
+ },
+ {
+ "x": 147.85968,
+ "y": -8.683529
+ },
+ {
+ "x": 141.37828,
+ "y": -9.211489
+ },
+ {
+ "x": 139.83638,
+ "y": -12.048462
+ },
+ {
+ "x": 139.20012,
+ "y": -11.207499
+ },
+ {
+ "x": 139.87805,
+ "y": -10.837801
+ },
+ {
+ "x": 139.36879,
+ "y": -10.575773
+ },
+ {
+ "x": 138.64647,
+ "y": -10.920425
+ },
+ {
+ "x": 139.18091,
+ "y": -10.130468
+ },
+ {
+ "x": 140.18709,
+ "y": -9.460953
+ },
+ {
+ "x": 140.46234,
+ "y": -8.453487
+ },
+ {
+ "x": 139.52725,
+ "y": -7.9173317
+ },
+ {
+ "x": 138.75186,
+ "y": -8.715727
+ },
+ {
+ "x": 137.9468,
+ "y": -8.880304
+ },
+ {
+ "x": 137.31319,
+ "y": -8.61721
+ },
+ {
+ "x": 137.60332,
+ "y": -7.8409634
+ },
+ {
+ "x": 136.39998,
+ "y": -7.3195667
+ },
+ {
+ "x": 134.81877,
+ "y": -7.9011116
+ },
+ {
+ "x": 134.86902,
+ "y": -7.0303326
+ }
+ ]
+ },
+ {
+ "ID": 2,
+ "Points": [
+ {
+ "x": 149.67265,
+ "y": -19.504456
+ },
+ {
+ "x": 150.94217,
+ "y": -18.95082
+ },
+ {
+ "x": 151.4183,
+ "y": -19.256203
+ },
+ {
+ "x": 153.09785,
+ "y": -19.460644
+ },
+ {
+ "x": 154.3401,
+ "y": -18.995663
+ },
+ {
+ "x": 156.70149,
+ "y": -19.813713
+ },
+ {
+ "x": 157.53383,
+ "y": -21.361015
+ },
+ {
+ "x": 157.61488,
+ "y": -22.527283
+ },
+ {
+ "x": 155.16954,
+ "y": -23.594875
+ },
+ {
+ "x": 157.0197,
+ "y": -24.247856
+ },
+ {
+ "x": 163.99042,
+ "y": -24.252945
+ },
+ {
+ "x": 163.93167,
+ "y": -17.267277
+ },
+ {
+ "x": 162.91663,
+ "y": -17.363117
+ },
+ {
+ "x": 161.18314,
+ "y": -16.78981
+ },
+ {
+ "x": 157.57635,
+ "y": -18.87133
+ },
+ {
+ "x": 155.97939,
+ "y": -18.1269
+ },
+ {
+ "x": 154.48688,
+ "y": -18.19165
+ },
+ {
+ "x": 151.82173,
+ "y": -18.758968
+ },
+ {
+ "x": 153.28152,
+ "y": -17.808392
+ },
+ {
+ "x": 156.267,
+ "y": -17.671024
+ },
+ {
+ "x": 158.48839,
+ "y": -16.375317
+ },
+ {
+ "x": 153.4429,
+ "y": -14.638897
+ },
+ {
+ "x": 152.33804,
+ "y": -14.844898
+ },
+ {
+ "x": 153.14886,
+ "y": -15.1983185
+ },
+ {
+ "x": 152.37843,
+ "y": -15.352058
+ },
+ {
+ "x": 151.64243,
+ "y": -15.132912
+ },
+ {
+ "x": 149.33696,
+ "y": -16.868855
+ },
+ {
+ "x": 147.77579,
+ "y": -16.843658
+ },
+ {
+ "x": 147.53624,
+ "y": -17.47507
+ },
+ {
+ "x": 148.78261,
+ "y": -18.104595
+ },
+ {
+ "x": 149.89977,
+ "y": -18.51118
+ },
+ {
+ "x": 148.93909,
+ "y": -19.27148
+ },
+ {
+ "x": 148.46693,
+ "y": -18.872513
+ },
+ {
+ "x": 146.77336,
+ "y": -19.546032
+ },
+ {
+ "x": 145.54265,
+ "y": -19.493042
+ },
+ {
+ "x": 144.32686,
+ "y": -19.291443
+ },
+ {
+ "x": 144.36922,
+ "y": -19.588284
+ },
+ {
+ "x": 143.11748,
+ "y": -19.63916
+ },
+ {
+ "x": 142.51196,
+ "y": -19.923836
+ },
+ {
+ "x": 143.28516,
+ "y": -20.122211
+ },
+ {
+ "x": 140.82623,
+ "y": -20.590992
+ },
+ {
+ "x": 139.36249,
+ "y": -20.290775
+ },
+ {
+ "x": 139.46841,
+ "y": -19.910786
+ },
+ {
+ "x": 137.70467,
+ "y": -19.259937
+ },
+ {
+ "x": 137.09444,
+ "y": -19.503513
+ },
+ {
+ "x": 135.53114,
+ "y": -18.753742
+ },
+ {
+ "x": 135.09879,
+ "y": -19.015255
+ },
+ {
+ "x": 136.08333,
+ "y": -20.03329
+ },
+ {
+ "x": 134.6949,
+ "y": -20.85408
+ },
+ {
+ "x": 135.43803,
+ "y": -20.953178
+ },
+ {
+ "x": 133.55328,
+ "y": -21.78463
+ },
+ {
+ "x": 134.76149,
+ "y": -21.851131
+ },
+ {
+ "x": 136.23314,
+ "y": -21.333496
+ },
+ {
+ "x": 138.5672,
+ "y": -21.58184
+ },
+ {
+ "x": 137.51512,
+ "y": -22.448837
+ },
+ {
+ "x": 139.27869,
+ "y": -23.03841
+ },
+ {
+ "x": 140.17883,
+ "y": -24.104633
+ },
+ {
+ "x": 147.32439,
+ "y": -23.935265
+ },
+ {
+ "x": 147.16432,
+ "y": -23.686333
+ },
+ {
+ "x": 146.11687,
+ "y": -23.394154
+ },
+ {
+ "x": 147.62596,
+ "y": -23.54115
+ },
+ {
+ "x": 149.56592,
+ "y": -22.619984
+ },
+ {
+ "x": 151.11417,
+ "y": -20.736935
+ },
+ {
+ "x": 149.53708,
+ "y": -19.987331
+ }
+ ]
+ },
+ {
+ "ID": 3,
+ "Points": [
+ {
+ "x": 142.58423,
+ "y": -16.39247
+ },
+ {
+ "x": 140.3619,
+ "y": -14.876292
+ },
+ {
+ "x": 142.34334,
+ "y": -13.791372
+ },
+ {
+ "x": 143.78604,
+ "y": -14.064547
+ },
+ {
+ "x": 144.99425,
+ "y": -13.43568
+ },
+ {
+ "x": 149.06128,
+ "y": -13.6424675
+ },
+ {
+ "x": 150.28046,
+ "y": -14.35242
+ },
+ {
+ "x": 149.17023,
+ "y": -15.493265
+ },
+ {
+ "x": 147.0868,
+ "y": -15.948582
+ },
+ {
+ "x": 143.89473,
+ "y": -15.346384
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 3002,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": -100.549995,
+ "y": 133.33
+ },
+ "Width": 42,
+ "Height": 31.8
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": -100.6,
+ "y": 133.28
+ },
+ "Width": 106,
+ "Height": 59
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -107.03338,
+ "y": 138.2824
+ },
+ {
+ "x": -107.36555,
+ "y": 138.22902
+ },
+ {
+ "x": -107.92681,
+ "y": 138.19913
+ },
+ {
+ "x": -108.20233,
+ "y": 138.28392
+ },
+ {
+ "x": -108.8613,
+ "y": 138.25839
+ },
+ {
+ "x": -109.419876,
+ "y": 138.38713
+ },
+ {
+ "x": -109.647064,
+ "y": 138.3606
+ },
+ {
+ "x": -109.869736,
+ "y": 138.60828
+ },
+ {
+ "x": -110.424126,
+ "y": 138.52838
+ },
+ {
+ "x": -110.79566,
+ "y": 138.5842
+ },
+ {
+ "x": -111.31965,
+ "y": 138.5196
+ },
+ {
+ "x": -111.71759,
+ "y": 138.566
+ },
+ {
+ "x": -111.949814,
+ "y": 138.55528
+ },
+ {
+ "x": -112.39931,
+ "y": 138.70265
+ },
+ {
+ "x": -112.7642,
+ "y": 139.01697
+ },
+ {
+ "x": -112.92627,
+ "y": 139.07463
+ },
+ {
+ "x": -113.141556,
+ "y": 139.02122
+ },
+ {
+ "x": -113.74765,
+ "y": 139.27522
+ },
+ {
+ "x": -113.98422,
+ "y": 139.51318
+ },
+ {
+ "x": -114.22843,
+ "y": 139.47823
+ },
+ {
+ "x": -115.10304,
+ "y": 139.7298
+ },
+ {
+ "x": -115.67054,
+ "y": 139.7593
+ },
+ {
+ "x": -115.92243,
+ "y": 139.85333
+ },
+ {
+ "x": -116.03689,
+ "y": 139.97519
+ },
+ {
+ "x": -115.96918,
+ "y": 140.21678
+ },
+ {
+ "x": -116.65668,
+ "y": 140.32724
+ },
+ {
+ "x": -116.778496,
+ "y": 140.46721
+ },
+ {
+ "x": -116.75951,
+ "y": 140.9507
+ },
+ {
+ "x": -117.01398,
+ "y": 141.29694
+ },
+ {
+ "x": -116.99236,
+ "y": 141.86111
+ },
+ {
+ "x": -117.21935,
+ "y": 141.78114
+ },
+ {
+ "x": -117.485596,
+ "y": 141.8886
+ },
+ {
+ "x": -117.87852,
+ "y": 141.85072
+ },
+ {
+ "x": -117.60025,
+ "y": 142.25761
+ },
+ {
+ "x": -117.44274,
+ "y": 142.32611
+ },
+ {
+ "x": -117.188156,
+ "y": 142.28296
+ },
+ {
+ "x": -117.02331,
+ "y": 142.35738
+ },
+ {
+ "x": -117.11236,
+ "y": 143.07817
+ },
+ {
+ "x": -117.54354,
+ "y": 144.41508
+ },
+ {
+ "x": -118.69964,
+ "y": 144.24437
+ },
+ {
+ "x": -120.72859,
+ "y": 144.09119
+ },
+ {
+ "x": -121.49743,
+ "y": 143.004
+ },
+ {
+ "x": -121.48583,
+ "y": 138.78712
+ },
+ {
+ "x": -120.87605,
+ "y": 138.70944
+ },
+ {
+ "x": -121.04015,
+ "y": 138.55936
+ },
+ {
+ "x": -120.86334,
+ "y": 138.4725
+ },
+ {
+ "x": -120.63078,
+ "y": 138.40543
+ },
+ {
+ "x": -120.36232,
+ "y": 138.37677
+ },
+ {
+ "x": -120.14974,
+ "y": 138.33714
+ },
+ {
+ "x": -119.861015,
+ "y": 138.35402
+ },
+ {
+ "x": -119.690926,
+ "y": 138.2528
+ },
+ {
+ "x": -119.423004,
+ "y": 138.23137
+ },
+ {
+ "x": -119.05928,
+ "y": 138.1155
+ },
+ {
+ "x": -119.01703,
+ "y": 137.82727
+ },
+ {
+ "x": -118.44974,
+ "y": 137.56712
+ },
+ {
+ "x": -118.257996,
+ "y": 137.30501
+ },
+ {
+ "x": -118.08837,
+ "y": 137.15709
+ },
+ {
+ "x": -117.63498,
+ "y": 137.06451
+ },
+ {
+ "x": -117.3613,
+ "y": 137.07213
+ },
+ {
+ "x": -116.95956,
+ "y": 136.97678
+ },
+ {
+ "x": -116.50553,
+ "y": 136.7721
+ },
+ {
+ "x": -116.07557,
+ "y": 136.76932
+ },
+ {
+ "x": -115.83341,
+ "y": 136.58125
+ },
+ {
+ "x": -114.87961,
+ "y": 136.68544
+ },
+ {
+ "x": -114.60323,
+ "y": 136.56044
+ },
+ {
+ "x": -114.36443,
+ "y": 136.49359
+ },
+ {
+ "x": -114.171875,
+ "y": 136.48921
+ },
+ {
+ "x": -114.038284,
+ "y": 136.39015
+ },
+ {
+ "x": -114.372406,
+ "y": 136.3398
+ },
+ {
+ "x": -114.97345,
+ "y": 136.06416
+ },
+ {
+ "x": -115.380356,
+ "y": 135.63174
+ },
+ {
+ "x": -115.74957,
+ "y": 135.33913
+ },
+ {
+ "x": -115.50483,
+ "y": 135.2255
+ },
+ {
+ "x": -115.369095,
+ "y": 135.2273
+ },
+ {
+ "x": -115.26233,
+ "y": 135.18738
+ },
+ {
+ "x": -115.16949,
+ "y": 135.17906
+ },
+ {
+ "x": -114.9672,
+ "y": 135.06816
+ },
+ {
+ "x": -115.107994,
+ "y": 135.04117
+ },
+ {
+ "x": -114.782875,
+ "y": 134.85797
+ },
+ {
+ "x": -114.23507,
+ "y": 134.74043
+ },
+ {
+ "x": -114.184235,
+ "y": 134.6763
+ },
+ {
+ "x": -114.28484,
+ "y": 134.6075
+ },
+ {
+ "x": -114.223145,
+ "y": 134.5228
+ },
+ {
+ "x": -114.09079,
+ "y": 134.48883
+ },
+ {
+ "x": -114.284615,
+ "y": 134.4347
+ },
+ {
+ "x": -114.473366,
+ "y": 134.39027
+ },
+ {
+ "x": -114.6498,
+ "y": 134.29124
+ },
+ {
+ "x": -115.64358,
+ "y": 133.19594
+ },
+ {
+ "x": -116.23365,
+ "y": 132.83572
+ },
+ {
+ "x": -116.76923,
+ "y": 132.3517
+ },
+ {
+ "x": -117.405495,
+ "y": 132.05304
+ },
+ {
+ "x": -116.76833,
+ "y": 132.39873
+ },
+ {
+ "x": -116.71705,
+ "y": 132.48866
+ },
+ {
+ "x": -117.06899,
+ "y": 132.65918
+ },
+ {
+ "x": -117.367004,
+ "y": 132.73445
+ },
+ {
+ "x": -118.11722,
+ "y": 132.7996
+ },
+ {
+ "x": -118.71967,
+ "y": 133.03584
+ },
+ {
+ "x": -119.17296,
+ "y": 133.17737
+ },
+ {
+ "x": -119.450676,
+ "y": 133.25189
+ },
+ {
+ "x": -119.608955,
+ "y": 133.27719
+ },
+ {
+ "x": -120.30309,
+ "y": 133.28185
+ },
+ {
+ "x": -120.47329,
+ "y": 133.2545
+ },
+ {
+ "x": -120.788795,
+ "y": 133.2225
+ },
+ {
+ "x": -121.30244,
+ "y": 133.149
+ },
+ {
+ "x": -121.547424,
+ "y": 133.12445
+ },
+ {
+ "x": -121.55634,
+ "y": 127.76131
+ },
+ {
+ "x": -121.33132,
+ "y": 127.8195
+ },
+ {
+ "x": -121.08817,
+ "y": 127.719666
+ },
+ {
+ "x": -120.94712,
+ "y": 127.73979
+ },
+ {
+ "x": -120.85191,
+ "y": 127.672
+ },
+ {
+ "x": -120.647675,
+ "y": 127.60347
+ },
+ {
+ "x": -120.47081,
+ "y": 127.62613
+ },
+ {
+ "x": -120.21993,
+ "y": 127.556854
+ },
+ {
+ "x": -120.0472,
+ "y": 127.4779
+ },
+ {
+ "x": -119.94513,
+ "y": 127.45523
+ },
+ {
+ "x": -119.74098,
+ "y": 127.45174
+ },
+ {
+ "x": -119.59354,
+ "y": 127.47007
+ },
+ {
+ "x": -119.36608,
+ "y": 127.39738
+ },
+ {
+ "x": -119.22627,
+ "y": 127.41678
+ },
+ {
+ "x": -118.99071,
+ "y": 127.46004
+ },
+ {
+ "x": -118.4431,
+ "y": 127.16547
+ },
+ {
+ "x": -118.29065,
+ "y": 127.16531
+ },
+ {
+ "x": -118.047424,
+ "y": 127.156136
+ },
+ {
+ "x": -117.75639,
+ "y": 127.10572
+ },
+ {
+ "x": -117.62968,
+ "y": 126.97991
+ },
+ {
+ "x": -117.3862,
+ "y": 127.015755
+ },
+ {
+ "x": -117.15342,
+ "y": 126.94849
+ },
+ {
+ "x": -117.208374,
+ "y": 126.63622
+ },
+ {
+ "x": -117.07704,
+ "y": 126.453995
+ },
+ {
+ "x": -116.90773,
+ "y": 126.35429
+ },
+ {
+ "x": -116.28937,
+ "y": 126.2335
+ },
+ {
+ "x": -115.80692,
+ "y": 126.15787
+ },
+ {
+ "x": -115.15954,
+ "y": 126.940636
+ },
+ {
+ "x": -114.68624,
+ "y": 127.238235
+ },
+ {
+ "x": -113.91367,
+ "y": 126.11485
+ },
+ {
+ "x": -110.39873,
+ "y": 125.19206
+ },
+ {
+ "x": -110.47121,
+ "y": 123.867966
+ },
+ {
+ "x": -113.75176,
+ "y": 124.04895
+ },
+ {
+ "x": -114.27524,
+ "y": 123.903496
+ },
+ {
+ "x": -114.7218,
+ "y": 123.73332
+ },
+ {
+ "x": -114.94987,
+ "y": 123.61574
+ },
+ {
+ "x": -115.33175,
+ "y": 123.44716
+ },
+ {
+ "x": -115.52034,
+ "y": 123.329346
+ },
+ {
+ "x": -115.70537,
+ "y": 123.209915
+ },
+ {
+ "x": -115.94712,
+ "y": 123.24786
+ },
+ {
+ "x": -116.169525,
+ "y": 123.36784
+ },
+ {
+ "x": -116.20606,
+ "y": 123.47126
+ },
+ {
+ "x": -116.063354,
+ "y": 123.94227
+ },
+ {
+ "x": -116.58493,
+ "y": 123.999756
+ },
+ {
+ "x": -116.84911,
+ "y": 124.14263
+ },
+ {
+ "x": -116.82822,
+ "y": 124.285095
+ },
+ {
+ "x": -117.11563,
+ "y": 124.34143
+ },
+ {
+ "x": -117.60546,
+ "y": 124.63231
+ },
+ {
+ "x": -118.420975,
+ "y": 124.6167
+ },
+ {
+ "x": -119.71126,
+ "y": 124.95876
+ },
+ {
+ "x": -119.994545,
+ "y": 124.87423
+ },
+ {
+ "x": -120.51443,
+ "y": 124.92751
+ },
+ {
+ "x": -121.0593,
+ "y": 125.2935
+ },
+ {
+ "x": -121.28813,
+ "y": 125.2616
+ },
+ {
+ "x": -121.55508,
+ "y": 125.29682
+ },
+ {
+ "x": -121.56158,
+ "y": 117.36011
+ },
+ {
+ "x": -107.55276,
+ "y": 117.33478
+ },
+ {
+ "x": -107.408264,
+ "y": 117.46067
+ },
+ {
+ "x": -107.17474,
+ "y": 117.51885
+ },
+ {
+ "x": -106.9033,
+ "y": 117.71555
+ },
+ {
+ "x": -106.73276,
+ "y": 117.78787
+ },
+ {
+ "x": -106.33152,
+ "y": 117.8999
+ },
+ {
+ "x": -106.14012,
+ "y": 117.93654
+ },
+ {
+ "x": -105.45432,
+ "y": 117.95023
+ },
+ {
+ "x": -105.20798,
+ "y": 117.98795
+ },
+ {
+ "x": -104.66499,
+ "y": 118.104645
+ },
+ {
+ "x": -104.32799,
+ "y": 118.197845
+ },
+ {
+ "x": -104.26441,
+ "y": 118.32122
+ },
+ {
+ "x": -103.85276,
+ "y": 118.29228
+ },
+ {
+ "x": -103.44492,
+ "y": 118.32024
+ },
+ {
+ "x": -103.36119,
+ "y": 118.33316
+ },
+ {
+ "x": -103.26109,
+ "y": 118.476685
+ },
+ {
+ "x": -102.912636,
+ "y": 118.47134
+ },
+ {
+ "x": -102.79221,
+ "y": 118.54795
+ },
+ {
+ "x": -102.89019,
+ "y": 118.92203
+ },
+ {
+ "x": -103.24883,
+ "y": 119.27518
+ },
+ {
+ "x": -103.410225,
+ "y": 119.517746
+ },
+ {
+ "x": -103.722496,
+ "y": 119.754555
+ },
+ {
+ "x": -104.060814,
+ "y": 119.85675
+ },
+ {
+ "x": -103.273056,
+ "y": 119.705826
+ },
+ {
+ "x": -102.865906,
+ "y": 119.71776
+ },
+ {
+ "x": -102.538635,
+ "y": 119.67872
+ },
+ {
+ "x": -102.31732,
+ "y": 119.69384
+ },
+ {
+ "x": -101.94669,
+ "y": 119.84947
+ },
+ {
+ "x": -101.90649,
+ "y": 119.91762
+ },
+ {
+ "x": -101.9415,
+ "y": 119.969025
+ },
+ {
+ "x": -101.70184,
+ "y": 120.01628
+ },
+ {
+ "x": -101.656944,
+ "y": 120.06275
+ },
+ {
+ "x": -101.71631,
+ "y": 120.12147
+ },
+ {
+ "x": -101.86513,
+ "y": 120.23047
+ },
+ {
+ "x": -102.63913,
+ "y": 120.383804
+ },
+ {
+ "x": -101.80111,
+ "y": 120.2521
+ },
+ {
+ "x": -101.587715,
+ "y": 120.0695
+ },
+ {
+ "x": -101.6525,
+ "y": 119.84211
+ },
+ {
+ "x": -101.95512,
+ "y": 119.44559
+ },
+ {
+ "x": -101.5043,
+ "y": 118.96692
+ },
+ {
+ "x": -101.36288,
+ "y": 119.00061
+ },
+ {
+ "x": -101.315,
+ "y": 119.08491
+ },
+ {
+ "x": -101.09494,
+ "y": 119.220894
+ },
+ {
+ "x": -100.51921,
+ "y": 119.41762
+ },
+ {
+ "x": -100.42644,
+ "y": 119.49691
+ },
+ {
+ "x": -100.3346,
+ "y": 119.560745
+ },
+ {
+ "x": -100.35,
+ "y": 119.74097
+ },
+ {
+ "x": -100.0917,
+ "y": 119.701584
+ },
+ {
+ "x": -99.943054,
+ "y": 119.7473
+ },
+ {
+ "x": -99.78386,
+ "y": 119.71889
+ },
+ {
+ "x": -99.541374,
+ "y": 119.74604
+ },
+ {
+ "x": -99.269035,
+ "y": 119.94677
+ },
+ {
+ "x": -99.574974,
+ "y": 120.20334
+ },
+ {
+ "x": -99.45763,
+ "y": 120.14053
+ },
+ {
+ "x": -99.21767,
+ "y": 120.15456
+ },
+ {
+ "x": -99.145386,
+ "y": 120.22379
+ },
+ {
+ "x": -98.9958,
+ "y": 120.218124
+ },
+ {
+ "x": -98.87378,
+ "y": 120.26712
+ },
+ {
+ "x": -98.92727,
+ "y": 120.359276
+ },
+ {
+ "x": -99.647964,
+ "y": 120.99933
+ },
+ {
+ "x": -99.411865,
+ "y": 121.05484
+ },
+ {
+ "x": -98.79187,
+ "y": 121.04879
+ },
+ {
+ "x": -98.39127,
+ "y": 121.10882
+ },
+ {
+ "x": -98.14331,
+ "y": 121.117805
+ },
+ {
+ "x": -97.99102,
+ "y": 121.22395
+ },
+ {
+ "x": -97.46968,
+ "y": 121.36177
+ },
+ {
+ "x": -97.20701,
+ "y": 121.51946
+ },
+ {
+ "x": -96.97435,
+ "y": 121.79571
+ },
+ {
+ "x": -96.60578,
+ "y": 122.0429
+ },
+ {
+ "x": -96.02596,
+ "y": 122.298935
+ },
+ {
+ "x": -92.97353,
+ "y": 120.65234
+ },
+ {
+ "x": -92.99811,
+ "y": 120.4987
+ },
+ {
+ "x": -92.490944,
+ "y": 120.19994
+ },
+ {
+ "x": -92.31236,
+ "y": 120.217834
+ },
+ {
+ "x": -87.112526,
+ "y": 117.986084
+ },
+ {
+ "x": -86.8318,
+ "y": 117.35929
+ },
+ {
+ "x": -79.55095,
+ "y": 117.35102
+ },
+ {
+ "x": -79.546295,
+ "y": 119.78752
+ },
+ {
+ "x": -79.848236,
+ "y": 119.818886
+ },
+ {
+ "x": -80.55882,
+ "y": 119.876274
+ },
+ {
+ "x": -81.181496,
+ "y": 119.86263
+ },
+ {
+ "x": -81.71902,
+ "y": 119.80332
+ },
+ {
+ "x": -81.96015,
+ "y": 119.72184
+ },
+ {
+ "x": -82.343,
+ "y": 119.80295
+ },
+ {
+ "x": -82.70866,
+ "y": 119.815346
+ },
+ {
+ "x": -83.24087,
+ "y": 119.72418
+ },
+ {
+ "x": -83.643776,
+ "y": 119.56774
+ },
+ {
+ "x": -83.81638,
+ "y": 119.52645
+ },
+ {
+ "x": -84.37052,
+ "y": 119.46434
+ },
+ {
+ "x": -84.879005,
+ "y": 119.3455
+ },
+ {
+ "x": -85.085495,
+ "y": 119.27256
+ },
+ {
+ "x": -85.618774,
+ "y": 119.143524
+ },
+ {
+ "x": -85.95546,
+ "y": 119.0352
+ },
+ {
+ "x": -86.30963,
+ "y": 118.90377
+ },
+ {
+ "x": -91.47383,
+ "y": 120.81344
+ },
+ {
+ "x": -92.127754,
+ "y": 121.04296
+ },
+ {
+ "x": -94.91907,
+ "y": 122.64763
+ },
+ {
+ "x": -94.71873,
+ "y": 122.66546
+ },
+ {
+ "x": -94.29437,
+ "y": 122.59519
+ },
+ {
+ "x": -94.161354,
+ "y": 122.60187
+ },
+ {
+ "x": -94.1453,
+ "y": 122.63151
+ },
+ {
+ "x": -93.54742,
+ "y": 122.6422
+ },
+ {
+ "x": -93.40461,
+ "y": 122.61989
+ },
+ {
+ "x": -93.11783,
+ "y": 122.6881
+ },
+ {
+ "x": -93.042984,
+ "y": 122.689926
+ },
+ {
+ "x": -92.87372,
+ "y": 122.77297
+ },
+ {
+ "x": -92.444626,
+ "y": 122.85604
+ },
+ {
+ "x": -92.2542,
+ "y": 122.91994
+ },
+ {
+ "x": -92.11875,
+ "y": 123.01312
+ },
+ {
+ "x": -92.19262,
+ "y": 123.0601
+ },
+ {
+ "x": -91.964806,
+ "y": 123.13083
+ },
+ {
+ "x": -91.90718,
+ "y": 123.12714
+ },
+ {
+ "x": -91.65984,
+ "y": 123.17514
+ },
+ {
+ "x": -91.55311,
+ "y": 123.22116
+ },
+ {
+ "x": -91.2581,
+ "y": 123.22163
+ },
+ {
+ "x": -91.090065,
+ "y": 123.29138
+ },
+ {
+ "x": -90.99525,
+ "y": 123.334335
+ },
+ {
+ "x": -90.92803,
+ "y": 123.41039
+ },
+ {
+ "x": -90.934555,
+ "y": 123.4501
+ },
+ {
+ "x": -91.01259,
+ "y": 123.50478
+ },
+ {
+ "x": -91.314255,
+ "y": 123.630936
+ },
+ {
+ "x": -90.835236,
+ "y": 123.460785
+ },
+ {
+ "x": -90.60535,
+ "y": 123.00503
+ },
+ {
+ "x": -90.29334,
+ "y": 123.07925
+ },
+ {
+ "x": -89.843025,
+ "y": 123.24626
+ },
+ {
+ "x": -89.427795,
+ "y": 123.42381
+ },
+ {
+ "x": -89.419304,
+ "y": 123.86958
+ },
+ {
+ "x": -89.77625,
+ "y": 124.43818
+ },
+ {
+ "x": -86.28881,
+ "y": 124.43175
+ },
+ {
+ "x": -86.97517,
+ "y": 123.89999
+ },
+ {
+ "x": -87.94783,
+ "y": 123.54064
+ },
+ {
+ "x": -88.24954,
+ "y": 123.213196
+ },
+ {
+ "x": -88.24658,
+ "y": 123.08461
+ },
+ {
+ "x": -87.83343,
+ "y": 122.69756
+ },
+ {
+ "x": -87.38736,
+ "y": 122.49155
+ },
+ {
+ "x": -87.46697,
+ "y": 122.38122
+ },
+ {
+ "x": -87.433464,
+ "y": 122.246284
+ },
+ {
+ "x": -87.11168,
+ "y": 122.06722
+ },
+ {
+ "x": -87.21396,
+ "y": 121.98323
+ },
+ {
+ "x": -87.22294,
+ "y": 121.830795
+ },
+ {
+ "x": -87.08831,
+ "y": 121.70894
+ },
+ {
+ "x": -86.4331,
+ "y": 121.52183
+ },
+ {
+ "x": -86.13627,
+ "y": 121.46935
+ },
+ {
+ "x": -85.95279,
+ "y": 121.455986
+ },
+ {
+ "x": -86.02082,
+ "y": 121.35296
+ },
+ {
+ "x": -85.84799,
+ "y": 121.25867
+ },
+ {
+ "x": -85.60805,
+ "y": 121.196686
+ },
+ {
+ "x": -85.23854,
+ "y": 121.02215
+ },
+ {
+ "x": -84.916985,
+ "y": 120.9789
+ },
+ {
+ "x": -84.690674,
+ "y": 120.98887
+ },
+ {
+ "x": -84.28348,
+ "y": 120.89086
+ },
+ {
+ "x": -83.796745,
+ "y": 120.84846
+ },
+ {
+ "x": -83.39636,
+ "y": 120.81083
+ },
+ {
+ "x": -82.93962,
+ "y": 120.90172
+ },
+ {
+ "x": -82.66177,
+ "y": 121.06046
+ },
+ {
+ "x": -82.354004,
+ "y": 121.07929
+ },
+ {
+ "x": -81.971954,
+ "y": 121.23724
+ },
+ {
+ "x": -81.69926,
+ "y": 121.19645
+ },
+ {
+ "x": -81.48107,
+ "y": 121.23106
+ },
+ {
+ "x": -81.151085,
+ "y": 121.22891
+ },
+ {
+ "x": -80.825264,
+ "y": 121.3978
+ },
+ {
+ "x": -80.600105,
+ "y": 121.41987
+ },
+ {
+ "x": -80.452934,
+ "y": 121.48148
+ },
+ {
+ "x": -80.53554,
+ "y": 121.616554
+ },
+ {
+ "x": -80.452354,
+ "y": 121.58207
+ },
+ {
+ "x": -80.3062,
+ "y": 121.639305
+ },
+ {
+ "x": -80.03359,
+ "y": 121.67022
+ },
+ {
+ "x": -79.79788,
+ "y": 121.71041
+ },
+ {
+ "x": -79.56174,
+ "y": 121.86121
+ },
+ {
+ "x": -79.5733,
+ "y": 124.376045
+ },
+ {
+ "x": -79.778694,
+ "y": 124.462685
+ },
+ {
+ "x": -79.992455,
+ "y": 124.51486
+ },
+ {
+ "x": -80.43366,
+ "y": 124.70574
+ },
+ {
+ "x": -80.72334,
+ "y": 124.796936
+ },
+ {
+ "x": -81.034775,
+ "y": 124.90302
+ },
+ {
+ "x": -81.40998,
+ "y": 124.957184
+ },
+ {
+ "x": -81.5515,
+ "y": 124.960884
+ },
+ {
+ "x": -81.870575,
+ "y": 125.170815
+ },
+ {
+ "x": -82.22828,
+ "y": 125.35403
+ },
+ {
+ "x": -82.91625,
+ "y": 125.53165
+ },
+ {
+ "x": -83.13907,
+ "y": 125.60743
+ },
+ {
+ "x": -83.39502,
+ "y": 125.645256
+ },
+ {
+ "x": -83.60521,
+ "y": 125.709274
+ },
+ {
+ "x": -83.99201,
+ "y": 125.75183
+ },
+ {
+ "x": -84.425064,
+ "y": 125.763084
+ },
+ {
+ "x": -84.85521,
+ "y": 125.75404
+ },
+ {
+ "x": -85.300446,
+ "y": 125.67787
+ },
+ {
+ "x": -85.79109,
+ "y": 125.49591
+ },
+ {
+ "x": -86.04666,
+ "y": 125.452385
+ },
+ {
+ "x": -86.39238,
+ "y": 125.233536
+ },
+ {
+ "x": -86.5004,
+ "y": 125.170784
+ },
+ {
+ "x": -89.55511,
+ "y": 125.17315
+ },
+ {
+ "x": -89.613846,
+ "y": 125.39
+ },
+ {
+ "x": -89.35826,
+ "y": 125.84834
+ },
+ {
+ "x": -89.34698,
+ "y": 126.11508
+ },
+ {
+ "x": -89.84485,
+ "y": 126.33561
+ },
+ {
+ "x": -90.31696,
+ "y": 126.45823
+ },
+ {
+ "x": -90.71633,
+ "y": 126.49588
+ },
+ {
+ "x": -90.97913,
+ "y": 126.48911
+ },
+ {
+ "x": -91.306915,
+ "y": 126.439125
+ },
+ {
+ "x": -91.83371,
+ "y": 126.46089
+ },
+ {
+ "x": -92.112915,
+ "y": 126.47682
+ },
+ {
+ "x": -92.31525,
+ "y": 126.51795
+ },
+ {
+ "x": -92.59313,
+ "y": 126.60688
+ },
+ {
+ "x": -92.79512,
+ "y": 126.64619
+ },
+ {
+ "x": -93.057625,
+ "y": 126.729675
+ },
+ {
+ "x": -93.36752,
+ "y": 126.89928
+ },
+ {
+ "x": -93.69328,
+ "y": 127.09639
+ },
+ {
+ "x": -93.919655,
+ "y": 127.219505
+ },
+ {
+ "x": -94.19097,
+ "y": 127.33026
+ },
+ {
+ "x": -94.38867,
+ "y": 127.40226
+ },
+ {
+ "x": -94.57039,
+ "y": 127.45084
+ },
+ {
+ "x": -94.75794,
+ "y": 127.48788
+ },
+ {
+ "x": -94.960594,
+ "y": 127.515915
+ },
+ {
+ "x": -95.080154,
+ "y": 127.51687
+ },
+ {
+ "x": -95.0788,
+ "y": 127.37655
+ },
+ {
+ "x": -95.42334,
+ "y": 127.24857
+ },
+ {
+ "x": -95.35924,
+ "y": 126.888954
+ },
+ {
+ "x": -95.563324,
+ "y": 126.80617
+ },
+ {
+ "x": -95.819176,
+ "y": 126.84759
+ },
+ {
+ "x": -96.121056,
+ "y": 126.73601
+ },
+ {
+ "x": -97.49603,
+ "y": 126.82402
+ },
+ {
+ "x": -97.637764,
+ "y": 126.79185
+ },
+ {
+ "x": -97.7797,
+ "y": 126.69974
+ },
+ {
+ "x": -97.95844,
+ "y": 126.6843
+ },
+ {
+ "x": -98.437035,
+ "y": 126.70484
+ },
+ {
+ "x": -98.74293,
+ "y": 126.54886
+ },
+ {
+ "x": -99.516,
+ "y": 126.40744
+ },
+ {
+ "x": -100.54136,
+ "y": 126.46037
+ },
+ {
+ "x": -100.91845,
+ "y": 126.69444
+ },
+ {
+ "x": -101.22753,
+ "y": 126.588936
+ },
+ {
+ "x": -102.096725,
+ "y": 126.51982
+ },
+ {
+ "x": -102.57495,
+ "y": 126.5338
+ },
+ {
+ "x": -103.10714,
+ "y": 126.719505
+ },
+ {
+ "x": -103.35303,
+ "y": 126.60165
+ },
+ {
+ "x": -103.993805,
+ "y": 126.63132
+ },
+ {
+ "x": -104.09551,
+ "y": 126.6826
+ },
+ {
+ "x": -104.299934,
+ "y": 126.81896
+ },
+ {
+ "x": -106.90205,
+ "y": 126.97227
+ },
+ {
+ "x": -107.58337,
+ "y": 125.36645
+ },
+ {
+ "x": -109.42773,
+ "y": 125.43161
+ },
+ {
+ "x": -108.97663,
+ "y": 128.21634
+ },
+ {
+ "x": -109.83901,
+ "y": 128.54652
+ },
+ {
+ "x": -110.004684,
+ "y": 128.76651
+ },
+ {
+ "x": -110.1528,
+ "y": 128.87975
+ },
+ {
+ "x": -110.2355,
+ "y": 129.52325
+ },
+ {
+ "x": -110.44392,
+ "y": 129.52895
+ },
+ {
+ "x": -110.70803,
+ "y": 129.70523
+ },
+ {
+ "x": -110.98962,
+ "y": 129.87741
+ },
+ {
+ "x": -111.54419,
+ "y": 129.82317
+ },
+ {
+ "x": -111.5618,
+ "y": 129.75447
+ },
+ {
+ "x": -111.99811,
+ "y": 129.5569
+ },
+ {
+ "x": -112.51295,
+ "y": 129.57573
+ },
+ {
+ "x": -112.61156,
+ "y": 129.50061
+ },
+ {
+ "x": -113.010056,
+ "y": 129.35194
+ },
+ {
+ "x": -113.111374,
+ "y": 129.16495
+ },
+ {
+ "x": -113.098885,
+ "y": 129.30634
+ },
+ {
+ "x": -112.84341,
+ "y": 129.57036
+ },
+ {
+ "x": -112.70866,
+ "y": 129.77414
+ },
+ {
+ "x": -112.67221,
+ "y": 130.07507
+ },
+ {
+ "x": -112.102425,
+ "y": 130.81046
+ },
+ {
+ "x": -111.57421,
+ "y": 131.2167
+ },
+ {
+ "x": -111.61114,
+ "y": 131.45268
+ },
+ {
+ "x": -111.0122,
+ "y": 131.827
+ },
+ {
+ "x": -110.95141,
+ "y": 132.53024
+ },
+ {
+ "x": -110.561356,
+ "y": 132.65945
+ },
+ {
+ "x": -110.92461,
+ "y": 132.42757
+ },
+ {
+ "x": -110.73363,
+ "y": 132.31451
+ },
+ {
+ "x": -110.34808,
+ "y": 132.13075
+ },
+ {
+ "x": -110.0704,
+ "y": 132.12004
+ },
+ {
+ "x": -110.38778,
+ "y": 131.85829
+ },
+ {
+ "x": -110.36999,
+ "y": 131.74553
+ },
+ {
+ "x": -109.98197,
+ "y": 131.33093
+ },
+ {
+ "x": -109.781265,
+ "y": 131.32458
+ },
+ {
+ "x": -109.229355,
+ "y": 131.05527
+ },
+ {
+ "x": -108.69261,
+ "y": 130.92151
+ },
+ {
+ "x": -108.32397,
+ "y": 130.81534
+ },
+ {
+ "x": -108.08827,
+ "y": 130.59778
+ },
+ {
+ "x": -107.798584,
+ "y": 130.45483
+ },
+ {
+ "x": -107.49189,
+ "y": 130.41257
+ },
+ {
+ "x": -107.609436,
+ "y": 130.26254
+ },
+ {
+ "x": -107.61156,
+ "y": 130.1043
+ },
+ {
+ "x": -107.50439,
+ "y": 129.9338
+ },
+ {
+ "x": -106.01782,
+ "y": 129.46414
+ },
+ {
+ "x": -105.76813,
+ "y": 129.52338
+ },
+ {
+ "x": -104.996086,
+ "y": 129.49977
+ },
+ {
+ "x": -104.542595,
+ "y": 129.56169
+ },
+ {
+ "x": -104.41931,
+ "y": 129.49283
+ },
+ {
+ "x": -104.2795,
+ "y": 129.4628
+ },
+ {
+ "x": -103.58761,
+ "y": 129.47806
+ },
+ {
+ "x": -103.37536,
+ "y": 129.4976
+ },
+ {
+ "x": -103.29072,
+ "y": 129.54706
+ },
+ {
+ "x": -103.29633,
+ "y": 129.61871
+ },
+ {
+ "x": -103.46698,
+ "y": 129.72777
+ },
+ {
+ "x": -103.18954,
+ "y": 129.71782
+ },
+ {
+ "x": -103.00049,
+ "y": 129.65703
+ },
+ {
+ "x": -102.819115,
+ "y": 129.52512
+ },
+ {
+ "x": -102.674034,
+ "y": 129.50194
+ },
+ {
+ "x": -102.46197,
+ "y": 129.40973
+ },
+ {
+ "x": -102.2516,
+ "y": 129.29631
+ },
+ {
+ "x": -101.99448,
+ "y": 129.3126
+ },
+ {
+ "x": -101.747215,
+ "y": 129.31549
+ },
+ {
+ "x": -101.489265,
+ "y": 129.30327
+ },
+ {
+ "x": -101.28007,
+ "y": 129.33781
+ },
+ {
+ "x": -101.25633,
+ "y": 129.369
+ },
+ {
+ "x": -100.96194,
+ "y": 129.405
+ },
+ {
+ "x": -100.65808,
+ "y": 129.09586
+ },
+ {
+ "x": -100.1929,
+ "y": 129.13162
+ },
+ {
+ "x": -99.70586,
+ "y": 129.093
+ },
+ {
+ "x": -99.607086,
+ "y": 129.09453
+ },
+ {
+ "x": -99.24546,
+ "y": 129.18707
+ },
+ {
+ "x": -99.080315,
+ "y": 129.182
+ },
+ {
+ "x": -98.74598,
+ "y": 129.23697
+ },
+ {
+ "x": -98.40272,
+ "y": 129.24301
+ },
+ {
+ "x": -98.20571,
+ "y": 129.30869
+ },
+ {
+ "x": -98.06966,
+ "y": 129.45311
+ },
+ {
+ "x": -97.617325,
+ "y": 129.46959
+ },
+ {
+ "x": -97.397316,
+ "y": 129.55746
+ },
+ {
+ "x": -97.19193,
+ "y": 129.69203
+ },
+ {
+ "x": -97.05045,
+ "y": 129.6949
+ },
+ {
+ "x": -96.80925,
+ "y": 129.7609
+ },
+ {
+ "x": -96.70286,
+ "y": 129.8225
+ },
+ {
+ "x": -96.6763,
+ "y": 129.93625
+ },
+ {
+ "x": -96.61426,
+ "y": 129.84671
+ },
+ {
+ "x": -96.24538,
+ "y": 129.66472
+ },
+ {
+ "x": -95.97995,
+ "y": 129.66406
+ },
+ {
+ "x": -95.76842,
+ "y": 129.72217
+ },
+ {
+ "x": -95.59143,
+ "y": 129.79652
+ },
+ {
+ "x": -95.4303,
+ "y": 129.83528
+ },
+ {
+ "x": -95.28845,
+ "y": 129.92303
+ },
+ {
+ "x": -95.26474,
+ "y": 129.95529
+ },
+ {
+ "x": -95.12322,
+ "y": 130.04546
+ },
+ {
+ "x": -95.122116,
+ "y": 130.11264
+ },
+ {
+ "x": -95.1554,
+ "y": 130.18474
+ },
+ {
+ "x": -95.28754,
+ "y": 130.25064
+ },
+ {
+ "x": -95.572334,
+ "y": 130.40923
+ },
+ {
+ "x": -95.331436,
+ "y": 130.40732
+ },
+ {
+ "x": -95.08749,
+ "y": 130.3517
+ },
+ {
+ "x": -94.7783,
+ "y": 130.46739
+ },
+ {
+ "x": -94.44882,
+ "y": 130.47774
+ },
+ {
+ "x": -94.118004,
+ "y": 130.70132
+ },
+ {
+ "x": -93.75102,
+ "y": 131.02544
+ },
+ {
+ "x": -93.44566,
+ "y": 131.04793
+ },
+ {
+ "x": -93.1209,
+ "y": 131.18741
+ },
+ {
+ "x": -92.630455,
+ "y": 131.3271
+ },
+ {
+ "x": -92.38267,
+ "y": 131.35231
+ },
+ {
+ "x": -92.209854,
+ "y": 131.40178
+ },
+ {
+ "x": -92.10139,
+ "y": 131.45657
+ },
+ {
+ "x": -91.84784,
+ "y": 131.46323
+ },
+ {
+ "x": -91.51568,
+ "y": 131.16524
+ },
+ {
+ "x": -91.119835,
+ "y": 130.99889
+ },
+ {
+ "x": -90.77256,
+ "y": 131.09833
+ },
+ {
+ "x": -90.84582,
+ "y": 131.04343
+ },
+ {
+ "x": -90.86775,
+ "y": 130.99208
+ },
+ {
+ "x": -90.87355,
+ "y": 130.889
+ },
+ {
+ "x": -90.04316,
+ "y": 131.01674
+ },
+ {
+ "x": -89.89169,
+ "y": 131.03787
+ },
+ {
+ "x": -89.65678,
+ "y": 130.99684
+ },
+ {
+ "x": -89.36604,
+ "y": 130.96614
+ },
+ {
+ "x": -89.23638,
+ "y": 130.81488
+ },
+ {
+ "x": -88.99479,
+ "y": 130.87404
+ },
+ {
+ "x": -88.815575,
+ "y": 130.71953
+ },
+ {
+ "x": -88.61479,
+ "y": 130.63268
+ },
+ {
+ "x": -88.43173,
+ "y": 130.6758
+ },
+ {
+ "x": -88.29076,
+ "y": 130.66393
+ },
+ {
+ "x": -88.212135,
+ "y": 130.60408
+ },
+ {
+ "x": -88.08195,
+ "y": 130.6236
+ },
+ {
+ "x": -87.99458,
+ "y": 130.57944
+ },
+ {
+ "x": -87.80354,
+ "y": 130.50072
+ },
+ {
+ "x": -87.62981,
+ "y": 130.5417
+ },
+ {
+ "x": -87.39942,
+ "y": 130.49794
+ },
+ {
+ "x": -87.243286,
+ "y": 130.43541
+ },
+ {
+ "x": -87.151184,
+ "y": 130.40776
+ },
+ {
+ "x": -86.955444,
+ "y": 130.4217
+ },
+ {
+ "x": -86.823685,
+ "y": 130.43279
+ },
+ {
+ "x": -86.61948,
+ "y": 130.38718
+ },
+ {
+ "x": -86.48567,
+ "y": 130.39876
+ },
+ {
+ "x": -86.14748,
+ "y": 130.43895
+ },
+ {
+ "x": -85.10103,
+ "y": 130.2398
+ },
+ {
+ "x": -84.92076,
+ "y": 130.239
+ },
+ {
+ "x": -84.70462,
+ "y": 130.2306
+ },
+ {
+ "x": -84.429886,
+ "y": 130.172
+ },
+ {
+ "x": -84.27541,
+ "y": 130.04124
+ },
+ {
+ "x": -84.04425,
+ "y": 130.06354
+ },
+ {
+ "x": -83.68092,
+ "y": 130.03473
+ },
+ {
+ "x": -83.335625,
+ "y": 129.59769
+ },
+ {
+ "x": -83.08498,
+ "y": 129.6119
+ },
+ {
+ "x": -82.834274,
+ "y": 129.65657
+ },
+ {
+ "x": -82.81819,
+ "y": 129.74725
+ },
+ {
+ "x": -82.85076,
+ "y": 129.85744
+ },
+ {
+ "x": -82.97603,
+ "y": 129.95888
+ },
+ {
+ "x": -83.15649,
+ "y": 130.05621
+ },
+ {
+ "x": -83.14819,
+ "y": 130.16576
+ },
+ {
+ "x": -82.8964,
+ "y": 130.27667
+ },
+ {
+ "x": -82.84298,
+ "y": 130.29234
+ },
+ {
+ "x": -82.791214,
+ "y": 130.34901
+ },
+ {
+ "x": -82.68275,
+ "y": 130.36804
+ },
+ {
+ "x": -82.40589,
+ "y": 130.52682
+ },
+ {
+ "x": -82.15367,
+ "y": 130.67273
+ },
+ {
+ "x": -82.34718,
+ "y": 130.72073
+ },
+ {
+ "x": -81.96686,
+ "y": 130.74915
+ },
+ {
+ "x": -81.81545,
+ "y": 130.80698
+ },
+ {
+ "x": -81.57201,
+ "y": 130.85995
+ },
+ {
+ "x": -81.37428,
+ "y": 130.86537
+ },
+ {
+ "x": -81.04608,
+ "y": 131.00726
+ },
+ {
+ "x": -81.10677,
+ "y": 131.09811
+ },
+ {
+ "x": -81.1223,
+ "y": 131.14203
+ },
+ {
+ "x": -81.09247,
+ "y": 131.17407
+ },
+ {
+ "x": -80.94492,
+ "y": 131.21977
+ },
+ {
+ "x": -80.74666,
+ "y": 131.21313
+ },
+ {
+ "x": -80.63097,
+ "y": 131.27686
+ },
+ {
+ "x": -80.45093,
+ "y": 131.3108
+ },
+ {
+ "x": -80.379,
+ "y": 131.34329
+ },
+ {
+ "x": -80.43679,
+ "y": 131.40578
+ },
+ {
+ "x": -80.52918,
+ "y": 131.44489
+ },
+ {
+ "x": -80.56812,
+ "y": 131.47842
+ },
+ {
+ "x": -80.33429,
+ "y": 131.56187
+ },
+ {
+ "x": -80.26221,
+ "y": 131.64296
+ },
+ {
+ "x": -80.20248,
+ "y": 131.64407
+ },
+ {
+ "x": -79.88672,
+ "y": 131.79845
+ },
+ {
+ "x": -79.79515,
+ "y": 131.87184
+ },
+ {
+ "x": -79.7708,
+ "y": 131.96053
+ },
+ {
+ "x": -79.825325,
+ "y": 132.10028
+ },
+ {
+ "x": -80.01712,
+ "y": 132.25903
+ },
+ {
+ "x": -80.372055,
+ "y": 132.42274
+ },
+ {
+ "x": -80.967636,
+ "y": 132.59566
+ },
+ {
+ "x": -81.32216,
+ "y": 132.68858
+ },
+ {
+ "x": -81.53998,
+ "y": 132.82936
+ },
+ {
+ "x": -81.530754,
+ "y": 132.9248
+ },
+ {
+ "x": -81.45972,
+ "y": 132.9957
+ },
+ {
+ "x": -81.19833,
+ "y": 133.12569
+ },
+ {
+ "x": -81.047035,
+ "y": 133.22833
+ },
+ {
+ "x": -80.91508,
+ "y": 133.33214
+ },
+ {
+ "x": -80.76279,
+ "y": 133.42578
+ },
+ {
+ "x": -80.57687,
+ "y": 133.47807
+ },
+ {
+ "x": -80.474236,
+ "y": 133.51483
+ },
+ {
+ "x": -80.26548,
+ "y": 133.51161
+ },
+ {
+ "x": -80.03314,
+ "y": 133.56897
+ },
+ {
+ "x": -79.78707,
+ "y": 133.53488
+ },
+ {
+ "x": -79.55984,
+ "y": 133.58316
+ },
+ {
+ "x": -79.55873,
+ "y": 138.32433
+ },
+ {
+ "x": -79.634186,
+ "y": 138.67007
+ },
+ {
+ "x": -80.04775,
+ "y": 138.90396
+ },
+ {
+ "x": -80.52992,
+ "y": 138.95177
+ },
+ {
+ "x": -80.74881,
+ "y": 139.19539
+ },
+ {
+ "x": -80.670006,
+ "y": 139.27151
+ },
+ {
+ "x": -80.596596,
+ "y": 139.34544
+ },
+ {
+ "x": -80.59598,
+ "y": 139.46953
+ },
+ {
+ "x": -80.70982,
+ "y": 139.53654
+ },
+ {
+ "x": -80.58328,
+ "y": 139.61832
+ },
+ {
+ "x": -80.544395,
+ "y": 139.69151
+ },
+ {
+ "x": -80.59022,
+ "y": 139.75049
+ },
+ {
+ "x": -81.32366,
+ "y": 139.87474
+ },
+ {
+ "x": -81.28587,
+ "y": 139.91512
+ },
+ {
+ "x": -81.223434,
+ "y": 139.9497
+ },
+ {
+ "x": -81.30896,
+ "y": 139.99455
+ },
+ {
+ "x": -81.46387,
+ "y": 140.00302
+ },
+ {
+ "x": -81.05637,
+ "y": 140.17624
+ },
+ {
+ "x": -80.839745,
+ "y": 140.30577
+ },
+ {
+ "x": -80.76384,
+ "y": 140.30453
+ },
+ {
+ "x": -80.62118,
+ "y": 140.46925
+ },
+ {
+ "x": -80.579254,
+ "y": 140.63683
+ },
+ {
+ "x": -80.64368,
+ "y": 140.72787
+ },
+ {
+ "x": -80.79621,
+ "y": 140.88438
+ },
+ {
+ "x": -80.93708,
+ "y": 141.1126
+ },
+ {
+ "x": -81.23645,
+ "y": 141.21217
+ },
+ {
+ "x": -81.32475,
+ "y": 141.26591
+ },
+ {
+ "x": -81.51796,
+ "y": 141.20102
+ },
+ {
+ "x": -81.70174,
+ "y": 141.2097
+ },
+ {
+ "x": -82.003296,
+ "y": 141.0945
+ },
+ {
+ "x": -82.193405,
+ "y": 141.0983
+ },
+ {
+ "x": -82.32381,
+ "y": 141.12143
+ },
+ {
+ "x": -82.357834,
+ "y": 141.14389
+ },
+ {
+ "x": -82.3483,
+ "y": 141.27756
+ },
+ {
+ "x": -82.267876,
+ "y": 141.3557
+ },
+ {
+ "x": -82.625175,
+ "y": 141.3441
+ },
+ {
+ "x": -82.97941,
+ "y": 141.54457
+ },
+ {
+ "x": -82.91641,
+ "y": 141.71965
+ },
+ {
+ "x": -83.06511,
+ "y": 141.87003
+ },
+ {
+ "x": -82.989235,
+ "y": 142.66814
+ },
+ {
+ "x": -83.228806,
+ "y": 142.7762
+ },
+ {
+ "x": -83.468376,
+ "y": 142.94849
+ },
+ {
+ "x": -83.70808,
+ "y": 143.17282
+ },
+ {
+ "x": -84.03878,
+ "y": 143.57806
+ },
+ {
+ "x": -84.22653,
+ "y": 143.65733
+ },
+ {
+ "x": -84.547905,
+ "y": 143.85672
+ },
+ {
+ "x": -84.76552,
+ "y": 143.91228
+ },
+ {
+ "x": -85.053925,
+ "y": 143.91414
+ },
+ {
+ "x": -85.29643,
+ "y": 143.96489
+ },
+ {
+ "x": -85.65759,
+ "y": 144.1473
+ },
+ {
+ "x": -86.17816,
+ "y": 144.20473
+ },
+ {
+ "x": -86.44493,
+ "y": 143.99565
+ },
+ {
+ "x": -87.09075,
+ "y": 143.94466
+ },
+ {
+ "x": -87.06041,
+ "y": 143.60078
+ },
+ {
+ "x": -88.24662,
+ "y": 143.40552
+ },
+ {
+ "x": -89.1964,
+ "y": 143.49124
+ },
+ {
+ "x": -89.78987,
+ "y": 143.3933
+ },
+ {
+ "x": -90.59885,
+ "y": 143.3562
+ },
+ {
+ "x": -91.194435,
+ "y": 143.51299
+ },
+ {
+ "x": -91.207954,
+ "y": 143.59227
+ },
+ {
+ "x": -91.595276,
+ "y": 143.74513
+ },
+ {
+ "x": -91.5735,
+ "y": 143.95122
+ },
+ {
+ "x": -91.851524,
+ "y": 143.95514
+ },
+ {
+ "x": -92.00935,
+ "y": 144.01752
+ },
+ {
+ "x": -93.58467,
+ "y": 143.33066
+ },
+ {
+ "x": -94.25674,
+ "y": 143.23898
+ },
+ {
+ "x": -94.53597,
+ "y": 143.23924
+ },
+ {
+ "x": -94.542404,
+ "y": 143.17328
+ },
+ {
+ "x": -95.218636,
+ "y": 143.05309
+ },
+ {
+ "x": -95.73766,
+ "y": 143.06538
+ },
+ {
+ "x": -95.770645,
+ "y": 142.80109
+ },
+ {
+ "x": -95.45072,
+ "y": 142.70476
+ },
+ {
+ "x": -95.15918,
+ "y": 142.70604
+ },
+ {
+ "x": -94.916885,
+ "y": 142.73901
+ },
+ {
+ "x": -94.72998,
+ "y": 142.66241
+ },
+ {
+ "x": -94.62168,
+ "y": 142.68338
+ },
+ {
+ "x": -94.27029,
+ "y": 142.62581
+ },
+ {
+ "x": -94.30444,
+ "y": 142.55614
+ },
+ {
+ "x": -93.89473,
+ "y": 142.4133
+ },
+ {
+ "x": -93.55326,
+ "y": 142.34074
+ },
+ {
+ "x": -93.25827,
+ "y": 142.28587
+ },
+ {
+ "x": -93.05032,
+ "y": 142.21373
+ },
+ {
+ "x": -91.30912,
+ "y": 141.8768
+ },
+ {
+ "x": -90.12044,
+ "y": 141.57939
+ },
+ {
+ "x": -89.667336,
+ "y": 141.32011
+ },
+ {
+ "x": -89.319336,
+ "y": 141.09416
+ },
+ {
+ "x": -88.57879,
+ "y": 140.73634
+ },
+ {
+ "x": -88.20368,
+ "y": 140.48494
+ },
+ {
+ "x": -88.05309,
+ "y": 140.31398
+ },
+ {
+ "x": -88.00382,
+ "y": 140.13228
+ },
+ {
+ "x": -87.99194,
+ "y": 140.04356
+ },
+ {
+ "x": -88.02785,
+ "y": 139.94821
+ },
+ {
+ "x": -88.15377,
+ "y": 139.77403
+ },
+ {
+ "x": -88.35101,
+ "y": 139.59837
+ },
+ {
+ "x": -88.659615,
+ "y": 139.43642
+ },
+ {
+ "x": -89.04245,
+ "y": 139.26051
+ },
+ {
+ "x": -89.506165,
+ "y": 139.08743
+ },
+ {
+ "x": -90.33838,
+ "y": 138.81604
+ },
+ {
+ "x": -91.048805,
+ "y": 138.65315
+ },
+ {
+ "x": -91.656715,
+ "y": 138.55598
+ },
+ {
+ "x": -92.057434,
+ "y": 138.42464
+ },
+ {
+ "x": -92.79796,
+ "y": 138.07056
+ },
+ {
+ "x": -93.32249,
+ "y": 137.57712
+ },
+ {
+ "x": -93.141266,
+ "y": 137.49167
+ },
+ {
+ "x": -92.99851,
+ "y": 137.01767
+ },
+ {
+ "x": -93.90031,
+ "y": 136.64478
+ },
+ {
+ "x": -94.12476,
+ "y": 136.5664
+ },
+ {
+ "x": -94.930756,
+ "y": 136.30295
+ },
+ {
+ "x": -96.74519,
+ "y": 135.84827
+ },
+ {
+ "x": -96.976105,
+ "y": 135.73111
+ },
+ {
+ "x": -97.66869,
+ "y": 135.4138
+ },
+ {
+ "x": -98.09933,
+ "y": 135.16548
+ },
+ {
+ "x": -98.230576,
+ "y": 135.05977
+ },
+ {
+ "x": -98.266594,
+ "y": 134.9731
+ },
+ {
+ "x": -98.241806,
+ "y": 134.88918
+ },
+ {
+ "x": -98.11891,
+ "y": 134.83916
+ },
+ {
+ "x": -98.02514,
+ "y": 134.82669
+ },
+ {
+ "x": -98.031204,
+ "y": 134.77231
+ },
+ {
+ "x": -97.95148,
+ "y": 134.6723
+ },
+ {
+ "x": -98.08538,
+ "y": 134.51549
+ },
+ {
+ "x": -98.1236,
+ "y": 134.39427
+ },
+ {
+ "x": -98.04953,
+ "y": 134.32225
+ },
+ {
+ "x": -97.94987,
+ "y": 134.25648
+ },
+ {
+ "x": -97.90516,
+ "y": 134.20444
+ },
+ {
+ "x": -97.818794,
+ "y": 134.10692
+ },
+ {
+ "x": -97.61194,
+ "y": 134.03537
+ },
+ {
+ "x": -96.9501,
+ "y": 134.37546
+ },
+ {
+ "x": -96.77463,
+ "y": 134.24084
+ },
+ {
+ "x": -96.622406,
+ "y": 134.23822
+ },
+ {
+ "x": -96.40938,
+ "y": 134.12682
+ },
+ {
+ "x": -96.30129,
+ "y": 134.12032
+ },
+ {
+ "x": -96.20803,
+ "y": 134.05089
+ },
+ {
+ "x": -96.035164,
+ "y": 133.9285
+ },
+ {
+ "x": -95.90107,
+ "y": 133.92662
+ },
+ {
+ "x": -95.68478,
+ "y": 133.82529
+ },
+ {
+ "x": -95.54694,
+ "y": 133.72981
+ },
+ {
+ "x": -95.45367,
+ "y": 133.66576
+ },
+ {
+ "x": -95.28927,
+ "y": 133.63799
+ },
+ {
+ "x": -95.16313,
+ "y": 133.63179
+ },
+ {
+ "x": -94.968925,
+ "y": 133.52576
+ },
+ {
+ "x": -94.864975,
+ "y": 133.51912
+ },
+ {
+ "x": -94.66308,
+ "y": 133.48163
+ },
+ {
+ "x": -94.55135,
+ "y": 133.47922
+ },
+ {
+ "x": -94.54644,
+ "y": 133.19104
+ },
+ {
+ "x": -94.926414,
+ "y": 132.87085
+ },
+ {
+ "x": -95.418976,
+ "y": 132.66167
+ },
+ {
+ "x": -95.89342,
+ "y": 132.59602
+ },
+ {
+ "x": -96.57239,
+ "y": 132.27885
+ },
+ {
+ "x": -96.78007,
+ "y": 132.15376
+ },
+ {
+ "x": -97.14626,
+ "y": 132.01291
+ },
+ {
+ "x": -97.54579,
+ "y": 131.81235
+ },
+ {
+ "x": -98.19902,
+ "y": 131.60716
+ },
+ {
+ "x": -98.50498,
+ "y": 131.58315
+ },
+ {
+ "x": -99.06051,
+ "y": 131.5697
+ },
+ {
+ "x": -99.72846,
+ "y": 131.50452
+ },
+ {
+ "x": -100.37124,
+ "y": 131.48438
+ },
+ {
+ "x": -100.77634,
+ "y": 131.5022
+ },
+ {
+ "x": -101.40943,
+ "y": 131.80986
+ },
+ {
+ "x": -102.41334,
+ "y": 132.02542
+ },
+ {
+ "x": -102.75369,
+ "y": 132.14136
+ },
+ {
+ "x": -103.0479,
+ "y": 132.17473
+ },
+ {
+ "x": -103.36059,
+ "y": 132.21059
+ },
+ {
+ "x": -103.73761,
+ "y": 132.38358
+ },
+ {
+ "x": -104.444244,
+ "y": 132.70003
+ },
+ {
+ "x": -104.519424,
+ "y": 132.8447
+ },
+ {
+ "x": -104.678154,
+ "y": 132.99672
+ },
+ {
+ "x": -105.14479,
+ "y": 133.24843
+ },
+ {
+ "x": -105.647,
+ "y": 133.42136
+ },
+ {
+ "x": -106.020935,
+ "y": 133.83139
+ },
+ {
+ "x": -106.08712,
+ "y": 133.81584
+ },
+ {
+ "x": -106.17733,
+ "y": 133.75089
+ },
+ {
+ "x": -106.3194,
+ "y": 133.76674
+ },
+ {
+ "x": -106.29989,
+ "y": 133.69879
+ },
+ {
+ "x": -106.55579,
+ "y": 133.59561
+ },
+ {
+ "x": -106.63417,
+ "y": 133.5739
+ },
+ {
+ "x": -106.7628,
+ "y": 133.60828
+ },
+ {
+ "x": -106.98891,
+ "y": 133.61154
+ },
+ {
+ "x": -107.121704,
+ "y": 133.55951
+ },
+ {
+ "x": -107.22924,
+ "y": 133.59686
+ },
+ {
+ "x": -107.31077,
+ "y": 133.56427
+ },
+ {
+ "x": -107.50138,
+ "y": 133.55183
+ },
+ {
+ "x": -107.747406,
+ "y": 133.89165
+ },
+ {
+ "x": -107.51728,
+ "y": 134.37762
+ },
+ {
+ "x": -107.45375,
+ "y": 134.43985
+ },
+ {
+ "x": -107.344406,
+ "y": 134.88193
+ },
+ {
+ "x": -107.204185,
+ "y": 135.4052
+ },
+ {
+ "x": -106.935524,
+ "y": 135.52586
+ },
+ {
+ "x": -106.119965,
+ "y": 134.32854
+ },
+ {
+ "x": -106.02288,
+ "y": 134.19899
+ },
+ {
+ "x": -105.98931,
+ "y": 134.14377
+ },
+ {
+ "x": -105.82208,
+ "y": 133.93332
+ },
+ {
+ "x": -105.43676,
+ "y": 133.63173
+ },
+ {
+ "x": -104.94269,
+ "y": 133.40982
+ },
+ {
+ "x": -104.545235,
+ "y": 133.1628
+ },
+ {
+ "x": -104.17885,
+ "y": 132.80861
+ },
+ {
+ "x": -103.613945,
+ "y": 132.57265
+ },
+ {
+ "x": -103.11815,
+ "y": 132.41998
+ },
+ {
+ "x": -102.540016,
+ "y": 132.29024
+ },
+ {
+ "x": -101.34,
+ "y": 132.00476
+ },
+ {
+ "x": -100.64973,
+ "y": 131.69423
+ },
+ {
+ "x": -99.69174,
+ "y": 131.69392
+ },
+ {
+ "x": -98.4986,
+ "y": 131.75127
+ },
+ {
+ "x": -97.58852,
+ "y": 131.94507
+ },
+ {
+ "x": -97.37275,
+ "y": 132.09505
+ },
+ {
+ "x": -97.36045,
+ "y": 132.15599
+ },
+ {
+ "x": -97.665054,
+ "y": 132.37173
+ },
+ {
+ "x": -98.13741,
+ "y": 132.61534
+ },
+ {
+ "x": -98.48009,
+ "y": 132.84705
+ },
+ {
+ "x": -98.63203,
+ "y": 133.02353
+ },
+ {
+ "x": -98.95234,
+ "y": 133.34032
+ },
+ {
+ "x": -99.31321,
+ "y": 133.5699
+ },
+ {
+ "x": -99.48829,
+ "y": 133.65091
+ },
+ {
+ "x": -99.74175,
+ "y": 133.72568
+ },
+ {
+ "x": -100.523926,
+ "y": 133.90764
+ },
+ {
+ "x": -100.842926,
+ "y": 134.0477
+ },
+ {
+ "x": -101.068596,
+ "y": 134.1875
+ },
+ {
+ "x": -101.29138,
+ "y": 134.45879
+ },
+ {
+ "x": -101.449524,
+ "y": 134.69441
+ },
+ {
+ "x": -101.49987,
+ "y": 134.95921
+ },
+ {
+ "x": -101.49881,
+ "y": 135.12753
+ },
+ {
+ "x": -101.42433,
+ "y": 135.2315
+ },
+ {
+ "x": -101.2111,
+ "y": 135.39127
+ },
+ {
+ "x": -100.93038,
+ "y": 135.50787
+ },
+ {
+ "x": -100.72323,
+ "y": 135.64609
+ },
+ {
+ "x": -100.59971,
+ "y": 135.88538
+ },
+ {
+ "x": -100.467636,
+ "y": 135.96819
+ },
+ {
+ "x": -100.29457,
+ "y": 136.07275
+ },
+ {
+ "x": -99.79311,
+ "y": 136.18555
+ },
+ {
+ "x": -99.489494,
+ "y": 136.29573
+ },
+ {
+ "x": -99.10583,
+ "y": 136.47641
+ },
+ {
+ "x": -99.0015,
+ "y": 136.56084
+ },
+ {
+ "x": -98.848274,
+ "y": 136.63136
+ },
+ {
+ "x": -98.68883,
+ "y": 136.71048
+ },
+ {
+ "x": -98.408165,
+ "y": 136.7975
+ },
+ {
+ "x": -98.04509,
+ "y": 136.94218
+ },
+ {
+ "x": -97.74247,
+ "y": 137.02776
+ },
+ {
+ "x": -96.976,
+ "y": 137.25441
+ },
+ {
+ "x": -96.68034,
+ "y": 137.31479
+ },
+ {
+ "x": -96.39709,
+ "y": 137.34447
+ },
+ {
+ "x": -96.19085,
+ "y": 137.38158
+ },
+ {
+ "x": -95.74836,
+ "y": 137.53648
+ },
+ {
+ "x": -95.47983,
+ "y": 137.66246
+ },
+ {
+ "x": -95.11729,
+ "y": 137.80078
+ },
+ {
+ "x": -94.9439,
+ "y": 137.86934
+ },
+ {
+ "x": -94.86894,
+ "y": 137.93962
+ },
+ {
+ "x": -94.8258,
+ "y": 138.05968
+ },
+ {
+ "x": -94.83774,
+ "y": 138.18314
+ },
+ {
+ "x": -94.84951,
+ "y": 138.22037
+ },
+ {
+ "x": -94.93368,
+ "y": 138.27963
+ },
+ {
+ "x": -94.933914,
+ "y": 138.35048
+ },
+ {
+ "x": -94.862206,
+ "y": 138.49008
+ },
+ {
+ "x": -94.66636,
+ "y": 138.64716
+ },
+ {
+ "x": -94.40683,
+ "y": 138.78105
+ },
+ {
+ "x": -93.660995,
+ "y": 139.00206
+ },
+ {
+ "x": -92.95872,
+ "y": 139.21043
+ },
+ {
+ "x": -91.67524,
+ "y": 139.5529
+ },
+ {
+ "x": -91.24999,
+ "y": 139.64207
+ },
+ {
+ "x": -90.92971,
+ "y": 139.76073
+ },
+ {
+ "x": -90.459724,
+ "y": 139.8411
+ },
+ {
+ "x": -89.97367,
+ "y": 140.03955
+ },
+ {
+ "x": -89.84528,
+ "y": 140.15791
+ },
+ {
+ "x": -89.83044,
+ "y": 140.27225
+ },
+ {
+ "x": -89.88868,
+ "y": 140.42073
+ },
+ {
+ "x": -90.048256,
+ "y": 140.58359
+ },
+ {
+ "x": -90.42186,
+ "y": 140.8422
+ },
+ {
+ "x": -90.72602,
+ "y": 140.9862
+ },
+ {
+ "x": -90.96112,
+ "y": 141.17276
+ },
+ {
+ "x": -91.250145,
+ "y": 141.31125
+ },
+ {
+ "x": -91.62172,
+ "y": 141.42403
+ },
+ {
+ "x": -92.02552,
+ "y": 141.5172
+ },
+ {
+ "x": -92.71499,
+ "y": 141.5784
+ },
+ {
+ "x": -93.218834,
+ "y": 141.62265
+ },
+ {
+ "x": -93.49598,
+ "y": 141.74536
+ },
+ {
+ "x": -93.86004,
+ "y": 141.85939
+ },
+ {
+ "x": -94.861374,
+ "y": 142.05457
+ },
+ {
+ "x": -95.33864,
+ "y": 141.92578
+ },
+ {
+ "x": -95.60155,
+ "y": 141.30936
+ },
+ {
+ "x": -96.503456,
+ "y": 141.00328
+ },
+ {
+ "x": -96.96027,
+ "y": 140.60736
+ },
+ {
+ "x": -98.02568,
+ "y": 140.03632
+ },
+ {
+ "x": -98.37793,
+ "y": 140.00623
+ },
+ {
+ "x": -98.986145,
+ "y": 139.49693
+ },
+ {
+ "x": -99.53364,
+ "y": 137.72925
+ },
+ {
+ "x": -99.577675,
+ "y": 137.53798
+ },
+ {
+ "x": -99.65775,
+ "y": 137.51073
+ },
+ {
+ "x": -99.77691,
+ "y": 137.46602
+ },
+ {
+ "x": -100.208435,
+ "y": 137.48657
+ },
+ {
+ "x": -100.37751,
+ "y": 137.48465
+ },
+ {
+ "x": -100.54285,
+ "y": 137.41881
+ },
+ {
+ "x": -100.77644,
+ "y": 137.4418
+ },
+ {
+ "x": -100.97695,
+ "y": 137.34177
+ },
+ {
+ "x": -101.257385,
+ "y": 137.4062
+ },
+ {
+ "x": -101.33288,
+ "y": 137.33269
+ },
+ {
+ "x": -101.77103,
+ "y": 137.31589
+ },
+ {
+ "x": -101.89089,
+ "y": 137.24753
+ },
+ {
+ "x": -102.49606,
+ "y": 137.22227
+ },
+ {
+ "x": -102.71655,
+ "y": 136.93492
+ },
+ {
+ "x": -103.00578,
+ "y": 136.84879
+ },
+ {
+ "x": -102.9071,
+ "y": 136.73198
+ },
+ {
+ "x": -103.58519,
+ "y": 136.48721
+ },
+ {
+ "x": -103.894394,
+ "y": 136.3044
+ },
+ {
+ "x": -103.597206,
+ "y": 135.98746
+ },
+ {
+ "x": -103.81888,
+ "y": 135.71785
+ },
+ {
+ "x": -103.47579,
+ "y": 135.32925
+ },
+ {
+ "x": -103.85183,
+ "y": 135.20457
+ },
+ {
+ "x": -104.141884,
+ "y": 135.22963
+ },
+ {
+ "x": -104.29552,
+ "y": 135.16936
+ },
+ {
+ "x": -104.48275,
+ "y": 135.2168
+ },
+ {
+ "x": -104.715164,
+ "y": 135.09456
+ },
+ {
+ "x": -105.00346,
+ "y": 134.94292
+ },
+ {
+ "x": -105.798836,
+ "y": 136.03459
+ },
+ {
+ "x": -105.682884,
+ "y": 136.32074
+ },
+ {
+ "x": -105.43824,
+ "y": 136.52628
+ },
+ {
+ "x": -105.07817,
+ "y": 136.60252
+ },
+ {
+ "x": -104.78691,
+ "y": 136.6672
+ },
+ {
+ "x": -104.61374,
+ "y": 136.66347
+ },
+ {
+ "x": -104.52266,
+ "y": 136.68489
+ },
+ {
+ "x": -104.46441,
+ "y": 136.71317
+ },
+ {
+ "x": -104.479004,
+ "y": 136.77197
+ },
+ {
+ "x": -104.361176,
+ "y": 136.81381
+ },
+ {
+ "x": -104.29689,
+ "y": 136.84523
+ },
+ {
+ "x": -104.283966,
+ "y": 136.88632
+ },
+ {
+ "x": -104.3437,
+ "y": 136.95876
+ },
+ {
+ "x": -104.468605,
+ "y": 137.01051
+ },
+ {
+ "x": -104.55186,
+ "y": 137.06294
+ },
+ {
+ "x": -104.6653,
+ "y": 137.08154
+ },
+ {
+ "x": -104.79877,
+ "y": 137.07822
+ },
+ {
+ "x": -105.02687,
+ "y": 137.13066
+ },
+ {
+ "x": -104.67571,
+ "y": 137.221
+ },
+ {
+ "x": -104.302574,
+ "y": 137.25003
+ },
+ {
+ "x": -104.03591,
+ "y": 137.31506
+ },
+ {
+ "x": -103.90538,
+ "y": 137.6251
+ },
+ {
+ "x": -103.65787,
+ "y": 137.72511
+ },
+ {
+ "x": -103.56269,
+ "y": 137.84184
+ },
+ {
+ "x": -103.53385,
+ "y": 138.01788
+ },
+ {
+ "x": -103.594185,
+ "y": 138.08682
+ },
+ {
+ "x": -104.20162,
+ "y": 138.12634
+ },
+ {
+ "x": -104.378654,
+ "y": 138.24269
+ },
+ {
+ "x": -104.27907,
+ "y": 138.5724
+ },
+ {
+ "x": -103.94906,
+ "y": 138.80563
+ },
+ {
+ "x": -104.45497,
+ "y": 139.13893
+ },
+ {
+ "x": -104.76075,
+ "y": 139.5937
+ },
+ {
+ "x": -104.71669,
+ "y": 140.27917
+ },
+ {
+ "x": -104.33333,
+ "y": 140.81084
+ },
+ {
+ "x": -103.670425,
+ "y": 141.05186
+ },
+ {
+ "x": -102.52297,
+ "y": 141.0495
+ },
+ {
+ "x": -102.117905,
+ "y": 141.20216
+ },
+ {
+ "x": -101.804214,
+ "y": 141.19188
+ },
+ {
+ "x": -101.391,
+ "y": 141.30775
+ },
+ {
+ "x": -100.95627,
+ "y": 141.34747
+ },
+ {
+ "x": -100.52534,
+ "y": 141.64862
+ },
+ {
+ "x": -100.28137,
+ "y": 141.61745
+ },
+ {
+ "x": -100.14247,
+ "y": 141.74261
+ },
+ {
+ "x": -99.45475,
+ "y": 141.80577
+ },
+ {
+ "x": -99.0723,
+ "y": 141.82959
+ },
+ {
+ "x": -98.94094,
+ "y": 141.9195
+ },
+ {
+ "x": -98.80688,
+ "y": 141.97302
+ },
+ {
+ "x": -98.712456,
+ "y": 142.04083
+ },
+ {
+ "x": -98.63921,
+ "y": 142.17058
+ },
+ {
+ "x": -98.61144,
+ "y": 142.31946
+ },
+ {
+ "x": -98.69443,
+ "y": 142.47173
+ },
+ {
+ "x": -98.77327,
+ "y": 142.53854
+ },
+ {
+ "x": -98.8767,
+ "y": 142.55557
+ },
+ {
+ "x": -98.49733,
+ "y": 142.6716
+ },
+ {
+ "x": -98.24019,
+ "y": 142.7879
+ },
+ {
+ "x": -97.789375,
+ "y": 142.85344
+ },
+ {
+ "x": -96.8801,
+ "y": 143.47362
+ },
+ {
+ "x": -97.0704,
+ "y": 143.53865
+ },
+ {
+ "x": -96.57318,
+ "y": 143.62842
+ },
+ {
+ "x": -96.41048,
+ "y": 143.67055
+ },
+ {
+ "x": -96.342766,
+ "y": 143.76031
+ },
+ {
+ "x": -96.29028,
+ "y": 143.85576
+ },
+ {
+ "x": -96.39602,
+ "y": 143.90738
+ },
+ {
+ "x": -96.25063,
+ "y": 144.02765
+ },
+ {
+ "x": -96.10148,
+ "y": 144.06583
+ },
+ {
+ "x": -95.5087,
+ "y": 144.3443
+ },
+ {
+ "x": -95.52131,
+ "y": 144.69199
+ },
+ {
+ "x": -96.17174,
+ "y": 145.50964
+ },
+ {
+ "x": -95.97746,
+ "y": 145.72607
+ },
+ {
+ "x": -96.40348,
+ "y": 146.12108
+ },
+ {
+ "x": -97.03548,
+ "y": 146.33936
+ },
+ {
+ "x": -97.24368,
+ "y": 146.48285
+ },
+ {
+ "x": -97.13104,
+ "y": 146.58124
+ },
+ {
+ "x": -97.5233,
+ "y": 147.03854
+ },
+ {
+ "x": -97.75319,
+ "y": 147.2477
+ },
+ {
+ "x": -97.98468,
+ "y": 147.39026
+ },
+ {
+ "x": -98.16423,
+ "y": 147.40036
+ },
+ {
+ "x": -99.01562,
+ "y": 147.82204
+ },
+ {
+ "x": -99.72267,
+ "y": 147.75374
+ },
+ {
+ "x": -99.98102,
+ "y": 147.6877
+ },
+ {
+ "x": -100.116,
+ "y": 147.87474
+ },
+ {
+ "x": -100.38988,
+ "y": 147.9179
+ },
+ {
+ "x": -100.639915,
+ "y": 147.92746
+ },
+ {
+ "x": -100.79146,
+ "y": 147.91191
+ },
+ {
+ "x": -100.93626,
+ "y": 148.02623
+ },
+ {
+ "x": -101.17295,
+ "y": 147.96661
+ },
+ {
+ "x": -101.31552,
+ "y": 147.95206
+ },
+ {
+ "x": -101.54423,
+ "y": 148.03546
+ },
+ {
+ "x": -101.690544,
+ "y": 148.00774
+ },
+ {
+ "x": -101.87939,
+ "y": 148.01443
+ },
+ {
+ "x": -101.97469,
+ "y": 148.04356
+ },
+ {
+ "x": -102.178566,
+ "y": 148.12457
+ },
+ {
+ "x": -102.4196,
+ "y": 148.2021
+ },
+ {
+ "x": -102.61168,
+ "y": 148.15764
+ },
+ {
+ "x": -102.803894,
+ "y": 148.24683
+ },
+ {
+ "x": -102.89084,
+ "y": 148.31834
+ },
+ {
+ "x": -103.04585,
+ "y": 148.28421
+ },
+ {
+ "x": -103.29099,
+ "y": 148.36415
+ },
+ {
+ "x": -103.482315,
+ "y": 148.32318
+ },
+ {
+ "x": -103.683304,
+ "y": 148.42064
+ },
+ {
+ "x": -104.226906,
+ "y": 148.77954
+ },
+ {
+ "x": -105.20381,
+ "y": 148.81993
+ },
+ {
+ "x": -105.48552,
+ "y": 148.94308
+ },
+ {
+ "x": -105.70982,
+ "y": 148.95358
+ },
+ {
+ "x": -106.03942,
+ "y": 148.9441
+ },
+ {
+ "x": -106.03798,
+ "y": 148.77089
+ },
+ {
+ "x": -106.83809,
+ "y": 148.58716
+ },
+ {
+ "x": -106.89298,
+ "y": 148.40866
+ },
+ {
+ "x": -108.05293,
+ "y": 148.29034
+ },
+ {
+ "x": -109.94885,
+ "y": 147.56876
+ },
+ {
+ "x": -110.26645,
+ "y": 147.41579
+ },
+ {
+ "x": -111.22514,
+ "y": 147.19336
+ },
+ {
+ "x": -112.42266,
+ "y": 147.13138
+ },
+ {
+ "x": -112.88154,
+ "y": 146.92206
+ },
+ {
+ "x": -113.88836,
+ "y": 146.92761
+ },
+ {
+ "x": -114.24088,
+ "y": 146.90411
+ },
+ {
+ "x": -114.48766,
+ "y": 146.63791
+ },
+ {
+ "x": -114.652695,
+ "y": 146.66359
+ },
+ {
+ "x": -114.8896,
+ "y": 146.65254
+ },
+ {
+ "x": -115.17655,
+ "y": 146.62161
+ },
+ {
+ "x": -115.301315,
+ "y": 146.45248
+ },
+ {
+ "x": -115.55735,
+ "y": 146.5105
+ },
+ {
+ "x": -116.06833,
+ "y": 146.79056
+ },
+ {
+ "x": -116.2613,
+ "y": 146.6345
+ },
+ {
+ "x": -116.31174,
+ "y": 146.55841
+ },
+ {
+ "x": -116.28123,
+ "y": 146.4787
+ },
+ {
+ "x": -116.14514,
+ "y": 146.37561
+ },
+ {
+ "x": -116.14342,
+ "y": 146.28479
+ },
+ {
+ "x": -116.532234,
+ "y": 145.77814
+ },
+ {
+ "x": -116.74128,
+ "y": 145.61597
+ },
+ {
+ "x": -116.76582,
+ "y": 145.51503
+ },
+ {
+ "x": -116.793396,
+ "y": 145.36395
+ },
+ {
+ "x": -116.713745,
+ "y": 145.27281
+ },
+ {
+ "x": -116.25992,
+ "y": 144.94951
+ },
+ {
+ "x": -116.19699,
+ "y": 144.8458
+ },
+ {
+ "x": -116.090225,
+ "y": 144.78432
+ },
+ {
+ "x": -115.77064,
+ "y": 144.72432
+ },
+ {
+ "x": -116.23104,
+ "y": 144.68388
+ },
+ {
+ "x": -116.56961,
+ "y": 144.55365
+ },
+ {
+ "x": -116.69216,
+ "y": 144.4663
+ },
+ {
+ "x": -116.762405,
+ "y": 144.28505
+ },
+ {
+ "x": -117.08113,
+ "y": 143.91852
+ },
+ {
+ "x": -117.11722,
+ "y": 143.83548
+ },
+ {
+ "x": -117.09329,
+ "y": 143.68228
+ },
+ {
+ "x": -117.01021,
+ "y": 143.57344
+ },
+ {
+ "x": -116.86892,
+ "y": 143.4301
+ },
+ {
+ "x": -116.69309,
+ "y": 143.33322
+ },
+ {
+ "x": -116.10065,
+ "y": 143.02637
+ },
+ {
+ "x": -115.21812,
+ "y": 142.87552
+ },
+ {
+ "x": -114.63949,
+ "y": 143.04854
+ },
+ {
+ "x": -113.78564,
+ "y": 142.87451
+ },
+ {
+ "x": -113.366295,
+ "y": 142.52254
+ },
+ {
+ "x": -113.21184,
+ "y": 142.20947
+ },
+ {
+ "x": -112.94708,
+ "y": 141.79312
+ },
+ {
+ "x": -112.73602,
+ "y": 141.67023
+ },
+ {
+ "x": -112.545555,
+ "y": 141.68471
+ },
+ {
+ "x": -112.29383,
+ "y": 141.6068
+ },
+ {
+ "x": -112.17816,
+ "y": 141.63522
+ },
+ {
+ "x": -112.0574,
+ "y": 141.586
+ },
+ {
+ "x": -111.85481,
+ "y": 141.50323
+ },
+ {
+ "x": -111.67411,
+ "y": 141.5344
+ },
+ {
+ "x": -111.42812,
+ "y": 141.45302
+ },
+ {
+ "x": -111.258995,
+ "y": 141.38196
+ },
+ {
+ "x": -111.14739,
+ "y": 141.34229
+ },
+ {
+ "x": -110.93784,
+ "y": 141.34229
+ },
+ {
+ "x": -110.80318,
+ "y": 141.36095
+ },
+ {
+ "x": -110.5666,
+ "y": 141.29063
+ },
+ {
+ "x": -110.43963,
+ "y": 141.3037
+ },
+ {
+ "x": -110.20776,
+ "y": 141.3304
+ },
+ {
+ "x": -109.632515,
+ "y": 141.07254
+ },
+ {
+ "x": -109.47201,
+ "y": 141.08456
+ },
+ {
+ "x": -109.23842,
+ "y": 141.09036
+ },
+ {
+ "x": -108.96178,
+ "y": 141.05908
+ },
+ {
+ "x": -108.8222,
+ "y": 140.8982
+ },
+ {
+ "x": -108.58106,
+ "y": 140.93628
+ },
+ {
+ "x": -108.00902,
+ "y": 140.63123
+ },
+ {
+ "x": -107.80375,
+ "y": 140.69797
+ },
+ {
+ "x": -107.68714,
+ "y": 140.81241
+ },
+ {
+ "x": -107.70211,
+ "y": 140.86438
+ },
+ {
+ "x": -107.91071,
+ "y": 140.99492
+ },
+ {
+ "x": -107.60329,
+ "y": 140.88596
+ },
+ {
+ "x": -107.40502,
+ "y": 140.58081
+ },
+ {
+ "x": -106.57724,
+ "y": 138.41907
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -82.94168,
+ "y": 126.87287
+ },
+ {
+ "x": -88.86395,
+ "y": 125.86112
+ },
+ {
+ "x": -89.30421,
+ "y": 124.05433
+ },
+ {
+ "x": -91.14984,
+ "y": 123.32171
+ },
+ {
+ "x": -95.22431,
+ "y": 122.76132
+ },
+ {
+ "x": -97.41842,
+ "y": 121.64527
+ },
+ {
+ "x": -99.961914,
+ "y": 121.12461
+ },
+ {
+ "x": -99.712296,
+ "y": 120.295746
+ },
+ {
+ "x": -103.711105,
+ "y": 118.93386
+ },
+ {
+ "x": -106.906136,
+ "y": 119.22734
+ },
+ {
+ "x": -111.50087,
+ "y": 118.10594
+ },
+ {
+ "x": -117.37822,
+ "y": 119.09249
+ },
+ {
+ "x": -118.45549,
+ "y": 120.09161
+ },
+ {
+ "x": -118.146355,
+ "y": 120.9084
+ },
+ {
+ "x": -117.11036,
+ "y": 122.01129
+ },
+ {
+ "x": -115.09823,
+ "y": 122.72136
+ },
+ {
+ "x": -114.64045,
+ "y": 123.69296
+ },
+ {
+ "x": -121.58301,
+ "y": 125.34585
+ },
+ {
+ "x": -121.617676,
+ "y": 117.17147
+ },
+ {
+ "x": -79.52603,
+ "y": 117.12471
+ },
+ {
+ "x": -79.50773,
+ "y": 124.71218
+ }
+ ]
+ }
+ ],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 3001,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": -183.6,
+ "y": 41.45
+ },
+ "Width": 72.26983,
+ "Height": 32.760887
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": -183.6,
+ "y": 41.45
+ },
+ "Width": 100,
+ "Height": 50
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -176.73685,
+ "y": 52.09798
+ },
+ {
+ "x": -175.41858,
+ "y": 53.25922
+ },
+ {
+ "x": -175.34659,
+ "y": 54.60079
+ },
+ {
+ "x": -175.93736,
+ "y": 55.760456
+ },
+ {
+ "x": -176.23735,
+ "y": 56.095486
+ },
+ {
+ "x": -176.90187,
+ "y": 56.212994
+ },
+ {
+ "x": -176.64297,
+ "y": 54.532246
+ },
+ {
+ "x": -183.02905,
+ "y": 49.910282
+ },
+ {
+ "x": -184.00124,
+ "y": 49.79469
+ },
+ {
+ "x": -183.26099,
+ "y": 48.86751
+ },
+ {
+ "x": -184.69296,
+ "y": 48.455746
+ },
+ {
+ "x": -183.92154,
+ "y": 48.16895
+ },
+ {
+ "x": -183.95822,
+ "y": 47.864414
+ },
+ {
+ "x": -188.36751,
+ "y": 46.784122
+ },
+ {
+ "x": -189.45035,
+ "y": 47.363483
+ },
+ {
+ "x": -192.77548,
+ "y": 47.43665
+ },
+ {
+ "x": -194.68182,
+ "y": 48.64864
+ },
+ {
+ "x": -194.93721,
+ "y": 49.37824
+ },
+ {
+ "x": -193.26434,
+ "y": 49.917164
+ },
+ {
+ "x": -193.90497,
+ "y": 50.47011
+ },
+ {
+ "x": -191.95354,
+ "y": 50.993717
+ },
+ {
+ "x": -193.31474,
+ "y": 51.632015
+ },
+ {
+ "x": -193.19516,
+ "y": 52.226063
+ },
+ {
+ "x": -196.51625,
+ "y": 51.939648
+ },
+ {
+ "x": -198.6691,
+ "y": 50.851315
+ },
+ {
+ "x": -197.71571,
+ "y": 50.57385
+ },
+ {
+ "x": -198.4296,
+ "y": 50.263454
+ },
+ {
+ "x": -198.9801,
+ "y": 50.262424
+ },
+ {
+ "x": -200.26607,
+ "y": 49.08562
+ },
+ {
+ "x": -199.03548,
+ "y": 48.580532
+ },
+ {
+ "x": -199.58298,
+ "y": 48.140804
+ },
+ {
+ "x": -197.72974,
+ "y": 47.52361
+ },
+ {
+ "x": -197.3891,
+ "y": 47.411877
+ },
+ {
+ "x": -197.76744,
+ "y": 47.01617
+ },
+ {
+ "x": -196.75285,
+ "y": 46.656536
+ },
+ {
+ "x": -195.41983,
+ "y": 47.10648
+ },
+ {
+ "x": -194.84717,
+ "y": 46.29508
+ },
+ {
+ "x": -197.00226,
+ "y": 44.42432
+ },
+ {
+ "x": -198.05812,
+ "y": 45.82941
+ },
+ {
+ "x": -199.14572,
+ "y": 45.96433
+ },
+ {
+ "x": -199.22313,
+ "y": 46.70081
+ },
+ {
+ "x": -199.89023,
+ "y": 46.77454
+ },
+ {
+ "x": -199.99236,
+ "y": 47.711178
+ },
+ {
+ "x": -201.76091,
+ "y": 47.608784
+ },
+ {
+ "x": -201.53656,
+ "y": 46.812138
+ },
+ {
+ "x": -202.1652,
+ "y": 46.426266
+ },
+ {
+ "x": -203.05928,
+ "y": 46.74687
+ },
+ {
+ "x": -203.45444,
+ "y": 47.333416
+ },
+ {
+ "x": -206.21947,
+ "y": 48.37524
+ },
+ {
+ "x": -205.51674,
+ "y": 46.495907
+ },
+ {
+ "x": -205.11945,
+ "y": 46.851116
+ },
+ {
+ "x": -204.63657,
+ "y": 46.28294
+ },
+ {
+ "x": -204.22493,
+ "y": 45.284412
+ },
+ {
+ "x": -205.63461,
+ "y": 45.101963
+ },
+ {
+ "x": -206.15831,
+ "y": 45.955822
+ },
+ {
+ "x": -207.8162,
+ "y": 45.335423
+ },
+ {
+ "x": -207.7496,
+ "y": 36.04211
+ },
+ {
+ "x": -205.8971,
+ "y": 35.995754
+ },
+ {
+ "x": -205.21657,
+ "y": 36.526814
+ },
+ {
+ "x": -204.26855,
+ "y": 35.989193
+ },
+ {
+ "x": -202.27834,
+ "y": 35.885845
+ },
+ {
+ "x": -203.03432,
+ "y": 36.597347
+ },
+ {
+ "x": -201.55699,
+ "y": 36.1048
+ },
+ {
+ "x": -201.32944,
+ "y": 36.577892
+ },
+ {
+ "x": -200.5221,
+ "y": 36.42201
+ },
+ {
+ "x": -199.97032,
+ "y": 36.563244
+ },
+ {
+ "x": -200.42061,
+ "y": 36.883274
+ },
+ {
+ "x": -198.83698,
+ "y": 37.172703
+ },
+ {
+ "x": -198.62329,
+ "y": 37.51298
+ },
+ {
+ "x": -199.5133,
+ "y": 37.94002
+ },
+ {
+ "x": -198.79654,
+ "y": 38.374012
+ },
+ {
+ "x": -197.21246,
+ "y": 38.41361
+ },
+ {
+ "x": -197.53154,
+ "y": 38.728085
+ },
+ {
+ "x": -195.88329,
+ "y": 38.746517
+ },
+ {
+ "x": -195.7963,
+ "y": 39.680065
+ },
+ {
+ "x": -195.36124,
+ "y": 39.829
+ },
+ {
+ "x": -194.67702,
+ "y": 39.364697
+ },
+ {
+ "x": -194.39644,
+ "y": 39.863277
+ },
+ {
+ "x": -193.27734,
+ "y": 39.259815
+ },
+ {
+ "x": -192.43796,
+ "y": 38.40919
+ },
+ {
+ "x": -192.38368,
+ "y": 37.519894
+ },
+ {
+ "x": -193.35251,
+ "y": 37.41316
+ },
+ {
+ "x": -193.61937,
+ "y": 37.78809
+ },
+ {
+ "x": -194.17165,
+ "y": 37.222065
+ },
+ {
+ "x": -195.333,
+ "y": 37.132427
+ },
+ {
+ "x": -195.78368,
+ "y": 36.639347
+ },
+ {
+ "x": -198.73117,
+ "y": 35.906834
+ },
+ {
+ "x": -198.82596,
+ "y": 35.23773
+ },
+ {
+ "x": -201.12323,
+ "y": 34.295025
+ },
+ {
+ "x": -202.96536,
+ "y": 33.967968
+ },
+ {
+ "x": -203.72368,
+ "y": 33.56325
+ },
+ {
+ "x": -207.791,
+ "y": 34.234035
+ },
+ {
+ "x": -207.79637,
+ "y": 29.746464
+ },
+ {
+ "x": -206.99207,
+ "y": 28.962559
+ },
+ {
+ "x": -206.0397,
+ "y": 27.852055
+ },
+ {
+ "x": -206.03389,
+ "y": 26.324924
+ },
+ {
+ "x": -203.2924,
+ "y": 26.931965
+ },
+ {
+ "x": -202.67903,
+ "y": 27.693089
+ },
+ {
+ "x": -201.61087,
+ "y": 26.999218
+ },
+ {
+ "x": -200.32327,
+ "y": 27.435955
+ },
+ {
+ "x": -200.89412,
+ "y": 26.854069
+ },
+ {
+ "x": -198.88115,
+ "y": 27.368168
+ },
+ {
+ "x": -198.3996,
+ "y": 27.008144
+ },
+ {
+ "x": -195.8434,
+ "y": 26.925503
+ },
+ {
+ "x": -194.65886,
+ "y": 27.544788
+ },
+ {
+ "x": -194.13892,
+ "y": 28.244534
+ },
+ {
+ "x": -193.37877,
+ "y": 27.801167
+ },
+ {
+ "x": -192.20111,
+ "y": 27.84386
+ },
+ {
+ "x": -192.6258,
+ "y": 28.221348
+ },
+ {
+ "x": -192.11615,
+ "y": 28.578892
+ },
+ {
+ "x": -191.7876,
+ "y": 28.253994
+ },
+ {
+ "x": -190.97206,
+ "y": 28.505962
+ },
+ {
+ "x": -191.46875,
+ "y": 28.82198
+ },
+ {
+ "x": -190.65303,
+ "y": 28.914982
+ },
+ {
+ "x": -190.39618,
+ "y": 29.482784
+ },
+ {
+ "x": -191.98819,
+ "y": 30.14597
+ },
+ {
+ "x": -191.46509,
+ "y": 30.462208
+ },
+ {
+ "x": -192.06978,
+ "y": 30.908123
+ },
+ {
+ "x": -191.89754,
+ "y": 31.58614
+ },
+ {
+ "x": -191.41853,
+ "y": 31.476612
+ },
+ {
+ "x": -190.85709,
+ "y": 29.997753
+ },
+ {
+ "x": -190.03593,
+ "y": 29.46606
+ },
+ {
+ "x": -190.14227,
+ "y": 28.065662
+ },
+ {
+ "x": -190.54709,
+ "y": 27.911617
+ },
+ {
+ "x": -190.60733,
+ "y": 27.399647
+ },
+ {
+ "x": -193.76596,
+ "y": 26.20161
+ },
+ {
+ "x": -194.93022,
+ "y": 26.329052
+ },
+ {
+ "x": -195.67691,
+ "y": 25.939
+ },
+ {
+ "x": -198.00279,
+ "y": 25.80434
+ },
+ {
+ "x": -199.6748,
+ "y": 25.974445
+ },
+ {
+ "x": -200.64703,
+ "y": 25.834751
+ },
+ {
+ "x": -200.28009,
+ "y": 25.135021
+ },
+ {
+ "x": -201.83755,
+ "y": 24.166714
+ },
+ {
+ "x": -207.81128,
+ "y": 24.781391
+ },
+ {
+ "x": -207.86404,
+ "y": 23.137363
+ },
+ {
+ "x": -200.60982,
+ "y": 23.112759
+ },
+ {
+ "x": -199.15404,
+ "y": 24.61948
+ },
+ {
+ "x": -198.47849,
+ "y": 25.026829
+ },
+ {
+ "x": -197.73888,
+ "y": 24.581097
+ },
+ {
+ "x": -198.04495,
+ "y": 24.13058
+ },
+ {
+ "x": -197.55331,
+ "y": 24.004322
+ },
+ {
+ "x": -197.22054,
+ "y": 24.39204
+ },
+ {
+ "x": -196.28047,
+ "y": 23.947376
+ },
+ {
+ "x": -194.80992,
+ "y": 23.935802
+ },
+ {
+ "x": -194.71736,
+ "y": 24.457302
+ },
+ {
+ "x": -191.71957,
+ "y": 24.658741
+ },
+ {
+ "x": -191.98425,
+ "y": 24.274029
+ },
+ {
+ "x": -190.92499,
+ "y": 24.454922
+ },
+ {
+ "x": -190.52838,
+ "y": 24.822048
+ },
+ {
+ "x": -189.92723,
+ "y": 24.477238
+ },
+ {
+ "x": -189.53227,
+ "y": 24.799656
+ },
+ {
+ "x": -188.78073,
+ "y": 24.499592
+ },
+ {
+ "x": -186.95435,
+ "y": 24.768703
+ },
+ {
+ "x": -187.37515,
+ "y": 24.927654
+ },
+ {
+ "x": -186.11945,
+ "y": 25.217335
+ },
+ {
+ "x": -186.4547,
+ "y": 25.506649
+ },
+ {
+ "x": -185.76924,
+ "y": 25.612072
+ },
+ {
+ "x": -186.26622,
+ "y": 25.938343
+ },
+ {
+ "x": -185.95311,
+ "y": 26.48579
+ },
+ {
+ "x": -185.32553,
+ "y": 26.093113
+ },
+ {
+ "x": -184.7601,
+ "y": 25.15923
+ },
+ {
+ "x": -186.63971,
+ "y": 24.14178
+ },
+ {
+ "x": -188.33983,
+ "y": 23.791027
+ },
+ {
+ "x": -189.66063,
+ "y": 23.81503
+ },
+ {
+ "x": -190.46713,
+ "y": 23.54079
+ },
+ {
+ "x": -192.67892,
+ "y": 23.678417
+ },
+ {
+ "x": -194.81635,
+ "y": 23.099987
+ },
+ {
+ "x": -187.65308,
+ "y": 23.082745
+ },
+ {
+ "x": -185.32193,
+ "y": 23.098057
+ },
+ {
+ "x": -182.10341,
+ "y": 24.887798
+ },
+ {
+ "x": -181.08269,
+ "y": 28.388905
+ },
+ {
+ "x": -183.0339,
+ "y": 31.140194
+ },
+ {
+ "x": -184.1381,
+ "y": 31.96439
+ },
+ {
+ "x": -184.88107,
+ "y": 31.628696
+ },
+ {
+ "x": -184.09679,
+ "y": 29.63213
+ },
+ {
+ "x": -183.258,
+ "y": 29.007236
+ },
+ {
+ "x": -183.31993,
+ "y": 28.277454
+ },
+ {
+ "x": -183.40239,
+ "y": 26.428524
+ },
+ {
+ "x": -184.65154,
+ "y": 27.018223
+ },
+ {
+ "x": -184.5712,
+ "y": 27.735332
+ },
+ {
+ "x": -183.9831,
+ "y": 27.534725
+ },
+ {
+ "x": -183.56084,
+ "y": 27.659298
+ },
+ {
+ "x": -184.07843,
+ "y": 28.05
+ },
+ {
+ "x": -183.39749,
+ "y": 28.931057
+ },
+ {
+ "x": -184.52174,
+ "y": 29.669132
+ },
+ {
+ "x": -184.95874,
+ "y": 29.50478
+ },
+ {
+ "x": -185.52919,
+ "y": 29.591328
+ },
+ {
+ "x": -185.63353,
+ "y": 30.038631
+ },
+ {
+ "x": -185.4133,
+ "y": 31.375294
+ },
+ {
+ "x": -186.54085,
+ "y": 31.707272
+ },
+ {
+ "x": -187.08557,
+ "y": 31.675182
+ },
+ {
+ "x": -188.07634,
+ "y": 31.634983
+ },
+ {
+ "x": -187.93579,
+ "y": 31.04488
+ },
+ {
+ "x": -189.0199,
+ "y": 31.01353
+ },
+ {
+ "x": -189.04208,
+ "y": 30.747837
+ },
+ {
+ "x": -190.49954,
+ "y": 31.339115
+ },
+ {
+ "x": -190.25885,
+ "y": 32.330433
+ },
+ {
+ "x": -189.38808,
+ "y": 32.20245
+ },
+ {
+ "x": -188.29837,
+ "y": 32.355526
+ },
+ {
+ "x": -189.02913,
+ "y": 32.679386
+ },
+ {
+ "x": -188.39085,
+ "y": 33.868305
+ },
+ {
+ "x": -187.55627,
+ "y": 33.34937
+ },
+ {
+ "x": -186.35063,
+ "y": 34.06683
+ },
+ {
+ "x": -187.07863,
+ "y": 35.15002
+ },
+ {
+ "x": -186.84341,
+ "y": 35.23241
+ },
+ {
+ "x": -187.29884,
+ "y": 35.67657
+ },
+ {
+ "x": -188.64674,
+ "y": 36.118427
+ },
+ {
+ "x": -189.06238,
+ "y": 36.831463
+ },
+ {
+ "x": -188.59431,
+ "y": 37.219135
+ },
+ {
+ "x": -189.28328,
+ "y": 37.66238
+ },
+ {
+ "x": -187.89926,
+ "y": 38.538006
+ },
+ {
+ "x": -188.82114,
+ "y": 38.512035
+ },
+ {
+ "x": -189.46176,
+ "y": 38.77344
+ },
+ {
+ "x": -189.73311,
+ "y": 39.2857
+ },
+ {
+ "x": -190.50693,
+ "y": 39.743053
+ },
+ {
+ "x": -190.90523,
+ "y": 39.36339
+ },
+ {
+ "x": -193.11194,
+ "y": 40.425602
+ },
+ {
+ "x": -193.27524,
+ "y": 40.938457
+ },
+ {
+ "x": -192.85927,
+ "y": 41.39107
+ },
+ {
+ "x": -192.05508,
+ "y": 41.129597
+ },
+ {
+ "x": -191.12009,
+ "y": 41.546787
+ },
+ {
+ "x": -189.0729,
+ "y": 40.631474
+ },
+ {
+ "x": -189.37723,
+ "y": 40.411602
+ },
+ {
+ "x": -188.1053,
+ "y": 40.048267
+ },
+ {
+ "x": -187.80853,
+ "y": 40.48908
+ },
+ {
+ "x": -186.15585,
+ "y": 41.037296
+ },
+ {
+ "x": -186.40157,
+ "y": 41.67075
+ },
+ {
+ "x": -186.04929,
+ "y": 42.104534
+ },
+ {
+ "x": -184.56348,
+ "y": 43.085094
+ },
+ {
+ "x": -187.53354,
+ "y": 43.16675
+ },
+ {
+ "x": -187.95462,
+ "y": 42.886326
+ },
+ {
+ "x": -192.75299,
+ "y": 43.276173
+ },
+ {
+ "x": -194.14194,
+ "y": 43.407658
+ },
+ {
+ "x": -193.42424,
+ "y": 45.879612
+ },
+ {
+ "x": -192.7514,
+ "y": 46.239635
+ },
+ {
+ "x": -192.2487,
+ "y": 45.423656
+ },
+ {
+ "x": -191.36987,
+ "y": 45.260204
+ },
+ {
+ "x": -189.95009,
+ "y": 44.949757
+ },
+ {
+ "x": -189.08174,
+ "y": 45.122128
+ },
+ {
+ "x": -185.69803,
+ "y": 44.98071
+ },
+ {
+ "x": -184.97198,
+ "y": 45.632137
+ },
+ {
+ "x": -186.1327,
+ "y": 46.0395
+ },
+ {
+ "x": -184.43796,
+ "y": 46.732395
+ },
+ {
+ "x": -183.46109,
+ "y": 46.313015
+ },
+ {
+ "x": -182.7632,
+ "y": 45.80328
+ },
+ {
+ "x": -182.3187,
+ "y": 46.076054
+ },
+ {
+ "x": -181.9134,
+ "y": 45.449276
+ },
+ {
+ "x": -181.1831,
+ "y": 45.4396
+ },
+ {
+ "x": -181.34677,
+ "y": 45.74043
+ },
+ {
+ "x": -180.81047,
+ "y": 45.553013
+ },
+ {
+ "x": -180.02184,
+ "y": 45.572765
+ },
+ {
+ "x": -180.1874,
+ "y": 46.001804
+ },
+ {
+ "x": -178.57204,
+ "y": 45.90832
+ },
+ {
+ "x": -178.98288,
+ "y": 46.327656
+ },
+ {
+ "x": -176.69905,
+ "y": 46.549496
+ },
+ {
+ "x": -177.63171,
+ "y": 47.062344
+ },
+ {
+ "x": -177.27818,
+ "y": 47.434834
+ },
+ {
+ "x": -176.80484,
+ "y": 47.413387
+ },
+ {
+ "x": -175.54422,
+ "y": 45.28574
+ },
+ {
+ "x": -177.91728,
+ "y": 44.694904
+ },
+ {
+ "x": -177.931,
+ "y": 44.271015
+ },
+ {
+ "x": -182.39972,
+ "y": 43.381863
+ },
+ {
+ "x": -184.06061,
+ "y": 41.889576
+ },
+ {
+ "x": -182.49109,
+ "y": 40.634502
+ },
+ {
+ "x": -181.91682,
+ "y": 41.01038
+ },
+ {
+ "x": -180.86842,
+ "y": 41.07153
+ },
+ {
+ "x": -180.38083,
+ "y": 40.442646
+ },
+ {
+ "x": -179.28406,
+ "y": 40.417988
+ },
+ {
+ "x": -178.62038,
+ "y": 40.74763
+ },
+ {
+ "x": -177.8194,
+ "y": 40.254063
+ },
+ {
+ "x": -176.00845,
+ "y": 40.57059
+ },
+ {
+ "x": -176.94595,
+ "y": 40.94372
+ },
+ {
+ "x": -176.43842,
+ "y": 41.477367
+ },
+ {
+ "x": -174.74927,
+ "y": 39.25774
+ },
+ {
+ "x": -179.06583,
+ "y": 38.77303
+ },
+ {
+ "x": -179.21875,
+ "y": 39.038105
+ },
+ {
+ "x": -180.54854,
+ "y": 38.82812
+ },
+ {
+ "x": -179.76898,
+ "y": 38.492947
+ },
+ {
+ "x": -181.08047,
+ "y": 37.909496
+ },
+ {
+ "x": -180.11618,
+ "y": 37.673443
+ },
+ {
+ "x": -179.70172,
+ "y": 37.955296
+ },
+ {
+ "x": -178.60104,
+ "y": 37.31074
+ },
+ {
+ "x": -178.72289,
+ "y": 36.68028
+ },
+ {
+ "x": -179.33086,
+ "y": 36.415195
+ },
+ {
+ "x": -178.21918,
+ "y": 36.201992
+ },
+ {
+ "x": -177.52075,
+ "y": 36.179913
+ },
+ {
+ "x": -178.26074,
+ "y": 35.841618
+ },
+ {
+ "x": -177.15771,
+ "y": 35.5546
+ },
+ {
+ "x": -175.61176,
+ "y": 35.553715
+ },
+ {
+ "x": -176.30566,
+ "y": 35.23572
+ },
+ {
+ "x": -174.52608,
+ "y": 34.78166
+ },
+ {
+ "x": -174.0986,
+ "y": 35.219524
+ },
+ {
+ "x": -173.45905,
+ "y": 34.86073
+ },
+ {
+ "x": -171.49138,
+ "y": 35.069942
+ },
+ {
+ "x": -171.9397,
+ "y": 34.663403
+ },
+ {
+ "x": -170.57993,
+ "y": 34.6555
+ },
+ {
+ "x": -170.90227,
+ "y": 34.360477
+ },
+ {
+ "x": -169.67422,
+ "y": 34.304195
+ },
+ {
+ "x": -169.16351,
+ "y": 34.87573
+ },
+ {
+ "x": -168.61519,
+ "y": 33.99439
+ },
+ {
+ "x": -167.2876,
+ "y": 34.107563
+ },
+ {
+ "x": -166.86314,
+ "y": 34.76456
+ },
+ {
+ "x": -166.34042,
+ "y": 34.26668
+ },
+ {
+ "x": -166.03282,
+ "y": 32.974087
+ },
+ {
+ "x": -167.4661,
+ "y": 33.412357
+ },
+ {
+ "x": -167.7649,
+ "y": 33.107174
+ },
+ {
+ "x": -167.39906,
+ "y": 32.526897
+ },
+ {
+ "x": -169.0949,
+ "y": 31.670315
+ },
+ {
+ "x": -169.61807,
+ "y": 32.15701
+ },
+ {
+ "x": -170.78224,
+ "y": 32.443554
+ },
+ {
+ "x": -171.89865,
+ "y": 33.0731
+ },
+ {
+ "x": -173.27713,
+ "y": 32.897243
+ },
+ {
+ "x": -174.52061,
+ "y": 32.86784
+ },
+ {
+ "x": -175.5351,
+ "y": 33.253017
+ },
+ {
+ "x": -177.99115,
+ "y": 33.732006
+ },
+ {
+ "x": -179.68518,
+ "y": 34.65656
+ },
+ {
+ "x": -180.6361,
+ "y": 34.891506
+ },
+ {
+ "x": -180.80296,
+ "y": 35.754574
+ },
+ {
+ "x": -180.9628,
+ "y": 36.762905
+ },
+ {
+ "x": -182.10262,
+ "y": 36.708714
+ },
+ {
+ "x": -182.75479,
+ "y": 36.165516
+ },
+ {
+ "x": -182.83815,
+ "y": 35.572964
+ },
+ {
+ "x": -182.27122,
+ "y": 34.985256
+ },
+ {
+ "x": -180.20757,
+ "y": 33.90553
+ },
+ {
+ "x": -177.58078,
+ "y": 32.755245
+ },
+ {
+ "x": -174.9638,
+ "y": 32.39394
+ },
+ {
+ "x": -171.11072,
+ "y": 31.923748
+ },
+ {
+ "x": -170.23193,
+ "y": 31.470318
+ },
+ {
+ "x": -170.7973,
+ "y": 30.838757
+ },
+ {
+ "x": -170.00175,
+ "y": 30.244404
+ },
+ {
+ "x": -168.58871,
+ "y": 29.740314
+ },
+ {
+ "x": -166.0693,
+ "y": 27.14256
+ },
+ {
+ "x": -164.83049,
+ "y": 26.546352
+ },
+ {
+ "x": -163.54301,
+ "y": 26.387363
+ },
+ {
+ "x": -160.9017,
+ "y": 26.736172
+ },
+ {
+ "x": -159.83109,
+ "y": 26.66724
+ },
+ {
+ "x": -159.17361,
+ "y": 26.325672
+ },
+ {
+ "x": -159.16261,
+ "y": 29.691898
+ },
+ {
+ "x": -160.45819,
+ "y": 29.501064
+ },
+ {
+ "x": -161.03949,
+ "y": 29.92471
+ },
+ {
+ "x": -161.3607,
+ "y": 29.439648
+ },
+ {
+ "x": -164.44197,
+ "y": 29.547626
+ },
+ {
+ "x": -164.419,
+ "y": 29.8541
+ },
+ {
+ "x": -165.86818,
+ "y": 30.001926
+ },
+ {
+ "x": -166.69763,
+ "y": 30.144764
+ },
+ {
+ "x": -166.01381,
+ "y": 31.875225
+ },
+ {
+ "x": -165.70604,
+ "y": 32.040226
+ },
+ {
+ "x": -165.29498,
+ "y": 31.404491
+ },
+ {
+ "x": -165.30241,
+ "y": 30.984158
+ },
+ {
+ "x": -163.97063,
+ "y": 31.087559
+ },
+ {
+ "x": -163.3552,
+ "y": 31.731915
+ },
+ {
+ "x": -162.08005,
+ "y": 31.06577
+ },
+ {
+ "x": -161.16425,
+ "y": 31.002575
+ },
+ {
+ "x": -160.53131,
+ "y": 30.36285
+ },
+ {
+ "x": -159.16103,
+ "y": 30.739704
+ },
+ {
+ "x": -159.17166,
+ "y": 34.305225
+ },
+ {
+ "x": -164.16135,
+ "y": 33.24458
+ },
+ {
+ "x": -164.27426,
+ "y": 34.764202
+ },
+ {
+ "x": -163.91905,
+ "y": 34.904575
+ },
+ {
+ "x": -163.75757,
+ "y": 35.34226
+ },
+ {
+ "x": -163.42612,
+ "y": 35.432224
+ },
+ {
+ "x": -162.8357,
+ "y": 34.691593
+ },
+ {
+ "x": -162.01836,
+ "y": 34.474514
+ },
+ {
+ "x": -161.65706,
+ "y": 34.66602
+ },
+ {
+ "x": -161.99316,
+ "y": 34.877964
+ },
+ {
+ "x": -161.17241,
+ "y": 35.060833
+ },
+ {
+ "x": -160.39075,
+ "y": 34.7848
+ },
+ {
+ "x": -159.62617,
+ "y": 34.81114
+ },
+ {
+ "x": -159.18459,
+ "y": 35.134068
+ },
+ {
+ "x": -159.20517,
+ "y": 35.390034
+ },
+ {
+ "x": -159.90851,
+ "y": 35.799038
+ },
+ {
+ "x": -159.22324,
+ "y": 35.99622
+ },
+ {
+ "x": -159.25568,
+ "y": 36.729565
+ },
+ {
+ "x": -160.13219,
+ "y": 37.013752
+ },
+ {
+ "x": -160.70102,
+ "y": 37.37968
+ },
+ {
+ "x": -160.64243,
+ "y": 38.09287
+ },
+ {
+ "x": -162.5221,
+ "y": 39.72687
+ },
+ {
+ "x": -160.22264,
+ "y": 41.20039
+ },
+ {
+ "x": -163.37079,
+ "y": 43.038624
+ },
+ {
+ "x": -164.52354,
+ "y": 44.222973
+ },
+ {
+ "x": -164.17227,
+ "y": 44.88818
+ },
+ {
+ "x": -163.46667,
+ "y": 45.36031
+ },
+ {
+ "x": -162.3623,
+ "y": 45.629177
+ },
+ {
+ "x": -162.38353,
+ "y": 45.850994
+ },
+ {
+ "x": -161.6469,
+ "y": 45.948704
+ },
+ {
+ "x": -161.88911,
+ "y": 46.162365
+ },
+ {
+ "x": -161.05643,
+ "y": 46.586636
+ },
+ {
+ "x": -161.48436,
+ "y": 46.943188
+ },
+ {
+ "x": -162.80496,
+ "y": 47.33169
+ },
+ {
+ "x": -162.69627,
+ "y": 47.663837
+ },
+ {
+ "x": -161.5865,
+ "y": 47.836956
+ },
+ {
+ "x": -162.08733,
+ "y": 47.992313
+ },
+ {
+ "x": -161.43613,
+ "y": 48.17883
+ },
+ {
+ "x": -160.80957,
+ "y": 48.21303
+ },
+ {
+ "x": -160.11836,
+ "y": 48.500607
+ },
+ {
+ "x": -159.16985,
+ "y": 48.559483
+ },
+ {
+ "x": -159.16669,
+ "y": 49.459324
+ },
+ {
+ "x": -161.3028,
+ "y": 50.11172
+ },
+ {
+ "x": -161.63066,
+ "y": 50.302822
+ },
+ {
+ "x": -162.71513,
+ "y": 50.607746
+ },
+ {
+ "x": -163.37163,
+ "y": 50.622234
+ },
+ {
+ "x": -163.01553,
+ "y": 50.16123
+ },
+ {
+ "x": -163.12633,
+ "y": 49.594654
+ },
+ {
+ "x": -163.09464,
+ "y": 48.845707
+ },
+ {
+ "x": -163.8855,
+ "y": 48.521732
+ },
+ {
+ "x": -163.70354,
+ "y": 47.921597
+ },
+ {
+ "x": -165.81683,
+ "y": 46.658695
+ },
+ {
+ "x": -165.79092,
+ "y": 45.453327
+ },
+ {
+ "x": -166.29358,
+ "y": 43.423748
+ },
+ {
+ "x": -168.85013,
+ "y": 42.20367
+ },
+ {
+ "x": -170.13693,
+ "y": 41.95998
+ },
+ {
+ "x": -172.74002,
+ "y": 41.12251
+ },
+ {
+ "x": -174.69485,
+ "y": 41.934467
+ },
+ {
+ "x": -174.5202,
+ "y": 42.71735
+ },
+ {
+ "x": -173.8653,
+ "y": 42.293987
+ },
+ {
+ "x": -171.79678,
+ "y": 42.80451
+ },
+ {
+ "x": -170.95273,
+ "y": 42.844692
+ },
+ {
+ "x": -170.8118,
+ "y": 43.611706
+ },
+ {
+ "x": -170.43048,
+ "y": 43.81354
+ },
+ {
+ "x": -168.93384,
+ "y": 43.420376
+ },
+ {
+ "x": -167.539,
+ "y": 44.027973
+ },
+ {
+ "x": -168.0445,
+ "y": 44.42877
+ },
+ {
+ "x": -166.30994,
+ "y": 44.836575
+ },
+ {
+ "x": -167.09805,
+ "y": 45.101215
+ },
+ {
+ "x": -165.95753,
+ "y": 45.725285
+ },
+ {
+ "x": -166.51474,
+ "y": 46.343586
+ },
+ {
+ "x": -167.41273,
+ "y": 46.673084
+ },
+ {
+ "x": -167.12245,
+ "y": 47.097393
+ },
+ {
+ "x": -165.95453,
+ "y": 47.424572
+ },
+ {
+ "x": -166.87466,
+ "y": 47.657757
+ },
+ {
+ "x": -164.33246,
+ "y": 48.84332
+ },
+ {
+ "x": -164.90915,
+ "y": 49.303417
+ },
+ {
+ "x": -163.1927,
+ "y": 50.035297
+ },
+ {
+ "x": -163.65765,
+ "y": 50.64748
+ },
+ {
+ "x": -164.63173,
+ "y": 50.604214
+ },
+ {
+ "x": -165.35349,
+ "y": 50.840862
+ },
+ {
+ "x": -165.29002,
+ "y": 51.39365
+ },
+ {
+ "x": -167.94385,
+ "y": 51.65833
+ },
+ {
+ "x": -170.22389,
+ "y": 51.419193
+ },
+ {
+ "x": -170.37915,
+ "y": 49.41775
+ },
+ {
+ "x": -171.72319,
+ "y": 48.51
+ },
+ {
+ "x": -173.38419,
+ "y": 47.72315
+ },
+ {
+ "x": -172.81415,
+ "y": 47.27225
+ },
+ {
+ "x": -173.19955,
+ "y": 46.98952
+ },
+ {
+ "x": -175.20486,
+ "y": 47.79649
+ },
+ {
+ "x": -175.30367,
+ "y": 48.3223
+ },
+ {
+ "x": -174.37938,
+ "y": 49.39432
+ },
+ {
+ "x": -172.66351,
+ "y": 49.53451
+ },
+ {
+ "x": -172.22772,
+ "y": 49.75314
+ },
+ {
+ "x": -173.18042,
+ "y": 49.91744
+ },
+ {
+ "x": -171.44339,
+ "y": 50.27966
+ },
+ {
+ "x": -171.48254,
+ "y": 50.52843
+ },
+ {
+ "x": -170.47054,
+ "y": 50.772663
+ },
+ {
+ "x": -170.49403,
+ "y": 51.142925
+ },
+ {
+ "x": -171.53105,
+ "y": 51.347332
+ },
+ {
+ "x": -171.49606,
+ "y": 51.641537
+ },
+ {
+ "x": -173.03844,
+ "y": 51.919697
+ },
+ {
+ "x": -173.01025,
+ "y": 51.47974
+ },
+ {
+ "x": -173.30887,
+ "y": 51.20596
+ },
+ {
+ "x": -174.00311,
+ "y": 50.953083
+ },
+ {
+ "x": -173.92476,
+ "y": 50.531002
+ },
+ {
+ "x": -174.65417,
+ "y": 50.06451
+ },
+ {
+ "x": -176.02748,
+ "y": 49.703205
+ },
+ {
+ "x": -176.08957,
+ "y": 49.404255
+ },
+ {
+ "x": -177.18008,
+ "y": 48.82324
+ },
+ {
+ "x": -178.18367,
+ "y": 48.769176
+ },
+ {
+ "x": -178.4108,
+ "y": 48.336933
+ },
+ {
+ "x": -179.98776,
+ "y": 48.394985
+ },
+ {
+ "x": -180.30632,
+ "y": 48.83392
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 6001,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 229.46814,
+ "y": -190.27977
+ },
+ "Width": 31.19,
+ "Height": 14.4
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 245.06902,
+ "y": -197.52167
+ },
+ {
+ "x": 244.91907,
+ "y": -192.65295
+ },
+ {
+ "x": 242.49908,
+ "y": -191.55214
+ },
+ {
+ "x": 242.63515,
+ "y": -190.68416
+ },
+ {
+ "x": 239.75694,
+ "y": -190.06221
+ },
+ {
+ "x": 239.06084,
+ "y": -189.72992
+ },
+ {
+ "x": 238.98518,
+ "y": -189.30441
+ },
+ {
+ "x": 237.45871,
+ "y": -188.7212
+ },
+ {
+ "x": 233.33502,
+ "y": -188.47609
+ },
+ {
+ "x": 233.20811,
+ "y": -187.77357
+ },
+ {
+ "x": 230.53806,
+ "y": -188.45288
+ },
+ {
+ "x": 225.72395,
+ "y": -187.95563
+ },
+ {
+ "x": 223.35649,
+ "y": -188.44722
+ },
+ {
+ "x": 221.19115,
+ "y": -189.43285
+ },
+ {
+ "x": 218.8323,
+ "y": -189.47945
+ },
+ {
+ "x": 217.65343,
+ "y": -189.81676
+ },
+ {
+ "x": 217.99399,
+ "y": -191.45717
+ },
+ {
+ "x": 215.96085,
+ "y": -191.65305
+ },
+ {
+ "x": 216.38872,
+ "y": -193.08432
+ },
+ {
+ "x": 215.4155,
+ "y": -193.95287
+ },
+ {
+ "x": 213.85011,
+ "y": -194.03674
+ },
+ {
+ "x": 213.99843,
+ "y": -197.38791
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 7001,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 5.3807383,
+ "y": -190.30002
+ },
+ "Width": 31.270605,
+ "Height": 14.439743
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 20.915142,
+ "y": -197.51692
+ },
+ {
+ "x": 20.958487,
+ "y": -192.24811
+ },
+ {
+ "x": 18.407322,
+ "y": -191.7632
+ },
+ {
+ "x": 18.585548,
+ "y": -190.5679
+ },
+ {
+ "x": 16.274263,
+ "y": -190.34644
+ },
+ {
+ "x": 14.935756,
+ "y": -189.76634
+ },
+ {
+ "x": 14.8517885,
+ "y": -189.24184
+ },
+ {
+ "x": 12.278077,
+ "y": -188.54593
+ },
+ {
+ "x": 9.240219,
+ "y": -188.5534
+ },
+ {
+ "x": 8.832757,
+ "y": -187.84041
+ },
+ {
+ "x": 7.025907,
+ "y": -188.32933
+ },
+ {
+ "x": 4.795362,
+ "y": -188.18607
+ },
+ {
+ "x": 1.5588098,
+ "y": -187.97664
+ },
+ {
+ "x": -0.76409876,
+ "y": -188.4513
+ },
+ {
+ "x": -3.056902,
+ "y": -189.49947
+ },
+ {
+ "x": -5.511688,
+ "y": -189.51686
+ },
+ {
+ "x": -6.525568,
+ "y": -189.8167
+ },
+ {
+ "x": -6.243423,
+ "y": -191.38467
+ },
+ {
+ "x": -8.154264,
+ "y": -191.5038
+ },
+ {
+ "x": -7.8206387,
+ "y": -193.01614
+ },
+ {
+ "x": -8.143133,
+ "y": -193.64232
+ },
+ {
+ "x": -9.79874,
+ "y": -194.00255
+ },
+ {
+ "x": -9.949521,
+ "y": -194.47725
+ },
+ {
+ "x": -10.163075,
+ "y": -194.73305
+ },
+ {
+ "x": -10.267063,
+ "y": -197.51454
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 2004,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 160.9,
+ "y": 27.48736
+ },
+ "Width": 36.4,
+ "Height": 22.97472
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 179.15535,
+ "y": 22.991096
+ },
+ {
+ "x": 177.46832,
+ "y": 23.087975
+ },
+ {
+ "x": 177.56976,
+ "y": 22.473312
+ },
+ {
+ "x": 176.38928,
+ "y": 22.30043
+ },
+ {
+ "x": 175.2506,
+ "y": 22.503578
+ },
+ {
+ "x": 175.4309,
+ "y": 22.993628
+ },
+ {
+ "x": 174.08362,
+ "y": 22.973738
+ },
+ {
+ "x": 173.94986,
+ "y": 23.23849
+ },
+ {
+ "x": 174.4461,
+ "y": 25.759832
+ },
+ {
+ "x": 174.91727,
+ "y": 26.816372
+ },
+ {
+ "x": 175.69983,
+ "y": 27.057861
+ },
+ {
+ "x": 175.6588,
+ "y": 28.111158
+ },
+ {
+ "x": 176.46236,
+ "y": 29.189394
+ },
+ {
+ "x": 175.76363,
+ "y": 29.392847
+ },
+ {
+ "x": 175.93098,
+ "y": 29.80463
+ },
+ {
+ "x": 175.45628,
+ "y": 29.942724
+ },
+ {
+ "x": 175.89334,
+ "y": 31.211445
+ },
+ {
+ "x": 174.25494,
+ "y": 31.178675
+ },
+ {
+ "x": 174.26843,
+ "y": 32.357765
+ },
+ {
+ "x": 171.48645,
+ "y": 32.28351
+ },
+ {
+ "x": 169.81746,
+ "y": 32.550262
+ },
+ {
+ "x": 170.10362,
+ "y": 32.675987
+ },
+ {
+ "x": 169.0785,
+ "y": 33.091278
+ },
+ {
+ "x": 167.98988,
+ "y": 33.01673
+ },
+ {
+ "x": 166.03122,
+ "y": 33.314194
+ },
+ {
+ "x": 164.93922,
+ "y": 33.103527
+ },
+ {
+ "x": 163.42847,
+ "y": 33.495003
+ },
+ {
+ "x": 163.804,
+ "y": 33.596718
+ },
+ {
+ "x": 162.70976,
+ "y": 34.287247
+ },
+ {
+ "x": 160.95578,
+ "y": 34.55713
+ },
+ {
+ "x": 160.373,
+ "y": 34.361797
+ },
+ {
+ "x": 158.3527,
+ "y": 35.475292
+ },
+ {
+ "x": 160.75844,
+ "y": 36.308105
+ },
+ {
+ "x": 160.88475,
+ "y": 36.766144
+ },
+ {
+ "x": 159.95332,
+ "y": 37.58866
+ },
+ {
+ "x": 158.67793,
+ "y": 38.178314
+ },
+ {
+ "x": 155.53285,
+ "y": 38.426777
+ },
+ {
+ "x": 153.50305,
+ "y": 38.945652
+ },
+ {
+ "x": 148.998,
+ "y": 38.97372
+ },
+ {
+ "x": 149.0665,
+ "y": 37.015976
+ },
+ {
+ "x": 149.67719,
+ "y": 36.478264
+ },
+ {
+ "x": 150.24164,
+ "y": 36.55959
+ },
+ {
+ "x": 152.05682,
+ "y": 35.768013
+ },
+ {
+ "x": 154.03767,
+ "y": 35.70297
+ },
+ {
+ "x": 155.76062,
+ "y": 34.977234
+ },
+ {
+ "x": 156.78276,
+ "y": 35.011497
+ },
+ {
+ "x": 156.9912,
+ "y": 35.249344
+ },
+ {
+ "x": 159.07202,
+ "y": 34.00058
+ },
+ {
+ "x": 157.31743,
+ "y": 33.77481
+ },
+ {
+ "x": 155.44487,
+ "y": 33.43995
+ },
+ {
+ "x": 153.22908,
+ "y": 33.753647
+ },
+ {
+ "x": 152.27287,
+ "y": 33.82595
+ },
+ {
+ "x": 150.28072,
+ "y": 34.506996
+ },
+ {
+ "x": 148.1457,
+ "y": 34.69506
+ },
+ {
+ "x": 147.02048,
+ "y": 34.392967
+ },
+ {
+ "x": 146.033,
+ "y": 34.272976
+ },
+ {
+ "x": 146.33513,
+ "y": 33.49147
+ },
+ {
+ "x": 146.78035,
+ "y": 33.225746
+ },
+ {
+ "x": 147.49117,
+ "y": 31.589401
+ },
+ {
+ "x": 146.93364,
+ "y": 31.375713
+ },
+ {
+ "x": 146.91716,
+ "y": 30.79377
+ },
+ {
+ "x": 146.43875,
+ "y": 30.55054
+ },
+ {
+ "x": 146.51749,
+ "y": 29.288631
+ },
+ {
+ "x": 147.09673,
+ "y": 28.507318
+ },
+ {
+ "x": 146.40816,
+ "y": 28.141195
+ },
+ {
+ "x": 144.98895,
+ "y": 28.120245
+ },
+ {
+ "x": 143.94888,
+ "y": 28.41277
+ },
+ {
+ "x": 142.68066,
+ "y": 28.264685
+ },
+ {
+ "x": 142.69247,
+ "y": 26.329294
+ },
+ {
+ "x": 143.4916,
+ "y": 25.871346
+ },
+ {
+ "x": 145.42632,
+ "y": 25.469522
+ },
+ {
+ "x": 145.92072,
+ "y": 24.335682
+ },
+ {
+ "x": 147.6214,
+ "y": 24.28886
+ },
+ {
+ "x": 149.5852,
+ "y": 25.61709
+ },
+ {
+ "x": 151.74846,
+ "y": 24.55645
+ },
+ {
+ "x": 150.7859,
+ "y": 23.99859
+ },
+ {
+ "x": 150.30435,
+ "y": 23.382793
+ },
+ {
+ "x": 149.76949,
+ "y": 22.4399
+ },
+ {
+ "x": 148.56912,
+ "y": 21.567234
+ },
+ {
+ "x": 146.85428,
+ "y": 21.257397
+ },
+ {
+ "x": 145.71771,
+ "y": 21.243977
+ },
+ {
+ "x": 144.82726,
+ "y": 21.352135
+ },
+ {
+ "x": 144.83621,
+ "y": 20.96384
+ },
+ {
+ "x": 143.83917,
+ "y": 20.704037
+ },
+ {
+ "x": 143.52493,
+ "y": 16.325035
+ },
+ {
+ "x": 179.08435,
+ "y": 16.38277
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 3003,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": -192.85773,
+ "y": 144.76897
+ },
+ "Width": 55.86151,
+ "Height": 40.375587
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": -193.8,
+ "y": 139.4
+ },
+ "Width": 106,
+ "Height": 59
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -189.36569,
+ "y": 141.40453
+ },
+ {
+ "x": -188.73932,
+ "y": 141.09207
+ },
+ {
+ "x": -187.88986,
+ "y": 141.17256
+ },
+ {
+ "x": -188.02649,
+ "y": 140.73796
+ },
+ {
+ "x": -186.99591,
+ "y": 140.40569
+ },
+ {
+ "x": -186.1534,
+ "y": 140.56645
+ },
+ {
+ "x": -186.98688,
+ "y": 139.9043
+ },
+ {
+ "x": -186.4981,
+ "y": 139.60928
+ },
+ {
+ "x": -185.3969,
+ "y": 139.66669
+ },
+ {
+ "x": -184.34593,
+ "y": 139.0072
+ },
+ {
+ "x": -183.4497,
+ "y": 140.85645
+ },
+ {
+ "x": -181.77394,
+ "y": 142.00208
+ },
+ {
+ "x": -183.29224,
+ "y": 142.05753
+ },
+ {
+ "x": -184.50581,
+ "y": 142.34445
+ },
+ {
+ "x": -185.33481,
+ "y": 142.60742
+ },
+ {
+ "x": -186.04317,
+ "y": 142.657
+ },
+ {
+ "x": -188.69684,
+ "y": 144.54874
+ },
+ {
+ "x": -187.20181,
+ "y": 145.1328
+ },
+ {
+ "x": -185.64645,
+ "y": 145.23482
+ },
+ {
+ "x": -184.23453,
+ "y": 145.81946
+ },
+ {
+ "x": -182.28674,
+ "y": 145.97475
+ },
+ {
+ "x": -182.73329,
+ "y": 146.1337
+ },
+ {
+ "x": -182.41158,
+ "y": 146.41037
+ },
+ {
+ "x": -181.9904,
+ "y": 146.39311
+ },
+ {
+ "x": -181.33739,
+ "y": 146.64894
+ },
+ {
+ "x": -180.52214,
+ "y": 147.00539
+ },
+ {
+ "x": -180.83449,
+ "y": 147.21921
+ },
+ {
+ "x": -180.33714,
+ "y": 147.42384
+ },
+ {
+ "x": -179.35754,
+ "y": 147.62732
+ },
+ {
+ "x": -177.92567,
+ "y": 148.27924
+ },
+ {
+ "x": -178.25853,
+ "y": 148.56865
+ },
+ {
+ "x": -177.1025,
+ "y": 148.94945
+ },
+ {
+ "x": -176.4358,
+ "y": 149.46564
+ },
+ {
+ "x": -175.79002,
+ "y": 149.89168
+ },
+ {
+ "x": -178.59734,
+ "y": 151.2322
+ },
+ {
+ "x": -179.11296,
+ "y": 151.68253
+ },
+ {
+ "x": -179.27475,
+ "y": 152.1297
+ },
+ {
+ "x": -178.67596,
+ "y": 152.6173
+ },
+ {
+ "x": -176.35562,
+ "y": 153.36873
+ },
+ {
+ "x": -176.03079,
+ "y": 153.69199
+ },
+ {
+ "x": -176.4352,
+ "y": 154.13661
+ },
+ {
+ "x": -176.69685,
+ "y": 153.67056
+ },
+ {
+ "x": -180.14876,
+ "y": 153.1036
+ },
+ {
+ "x": -180.51775,
+ "y": 152.60982
+ },
+ {
+ "x": -181.86713,
+ "y": 151.94981
+ },
+ {
+ "x": -182.83754,
+ "y": 151.78575
+ },
+ {
+ "x": -182.12674,
+ "y": 151.13312
+ },
+ {
+ "x": -180.72105,
+ "y": 150.24323
+ },
+ {
+ "x": -181.2246,
+ "y": 149.75652
+ },
+ {
+ "x": -182.1559,
+ "y": 149.71419
+ },
+ {
+ "x": -181.4135,
+ "y": 149.38031
+ },
+ {
+ "x": -182.48853,
+ "y": 148.82338
+ },
+ {
+ "x": -182.71161,
+ "y": 148.81552
+ },
+ {
+ "x": -183.54066,
+ "y": 148.42574
+ },
+ {
+ "x": -184.62761,
+ "y": 148.28615
+ },
+ {
+ "x": -184.1118,
+ "y": 147.91139
+ },
+ {
+ "x": -184.3175,
+ "y": 147.61705
+ },
+ {
+ "x": -184.77167,
+ "y": 147.47903
+ },
+ {
+ "x": -185.21297,
+ "y": 147.5076
+ },
+ {
+ "x": -185.64355,
+ "y": 147.26532
+ },
+ {
+ "x": -186.26686,
+ "y": 147.28316
+ },
+ {
+ "x": -186.50569,
+ "y": 147.12502
+ },
+ {
+ "x": -187.29482,
+ "y": 146.91374
+ },
+ {
+ "x": -189.00977,
+ "y": 147.01578
+ },
+ {
+ "x": -189.49266,
+ "y": 146.76208
+ },
+ {
+ "x": -190.90154,
+ "y": 146.94354
+ },
+ {
+ "x": -192.05789,
+ "y": 146.84047
+ },
+ {
+ "x": -192.79538,
+ "y": 147.14648
+ },
+ {
+ "x": -195.6721,
+ "y": 148.30249
+ },
+ {
+ "x": -195.22261,
+ "y": 148.42165
+ },
+ {
+ "x": -195.75772,
+ "y": 148.40637
+ },
+ {
+ "x": -196.67305,
+ "y": 148.44402
+ },
+ {
+ "x": -196.98105,
+ "y": 148.79149
+ },
+ {
+ "x": -196.45142,
+ "y": 148.9882
+ },
+ {
+ "x": -197.02542,
+ "y": 149.02457
+ },
+ {
+ "x": -197.3095,
+ "y": 149.19101
+ },
+ {
+ "x": -197.89108,
+ "y": 149.2172
+ },
+ {
+ "x": -198.35815,
+ "y": 149.3069
+ },
+ {
+ "x": -199.27283,
+ "y": 149.82368
+ },
+ {
+ "x": -199.38263,
+ "y": 150.09648
+ },
+ {
+ "x": -199.03769,
+ "y": 150.27917
+ },
+ {
+ "x": -198.35362,
+ "y": 150.34161
+ },
+ {
+ "x": -200.57422,
+ "y": 151.49081
+ },
+ {
+ "x": -200.63162,
+ "y": 151.67563
+ },
+ {
+ "x": -200.91977,
+ "y": 151.87569
+ },
+ {
+ "x": -200.82816,
+ "y": 152.10269
+ },
+ {
+ "x": -200.4307,
+ "y": 152.38992
+ },
+ {
+ "x": -200.13525,
+ "y": 152.80516
+ },
+ {
+ "x": -199.408,
+ "y": 153.18521
+ },
+ {
+ "x": -199.19437,
+ "y": 153.43895
+ },
+ {
+ "x": -198.63712,
+ "y": 153.753
+ },
+ {
+ "x": -198.25705,
+ "y": 154.3951
+ },
+ {
+ "x": -197.52003,
+ "y": 154.68199
+ },
+ {
+ "x": -196.00507,
+ "y": 155.11897
+ },
+ {
+ "x": -194.79471,
+ "y": 155.93224
+ },
+ {
+ "x": -195.26328,
+ "y": 156.54855
+ },
+ {
+ "x": -195.4643,
+ "y": 156.66068
+ },
+ {
+ "x": -197.26262,
+ "y": 154.9442
+ },
+ {
+ "x": -198.32486,
+ "y": 154.44989
+ },
+ {
+ "x": -198.84766,
+ "y": 153.70619
+ },
+ {
+ "x": -200.16148,
+ "y": 152.98357
+ },
+ {
+ "x": -201.03911,
+ "y": 151.96655
+ },
+ {
+ "x": -200.28271,
+ "y": 148.03578
+ },
+ {
+ "x": -199.02573,
+ "y": 147.88525
+ },
+ {
+ "x": -198.50093,
+ "y": 147.14423
+ },
+ {
+ "x": -198.31677,
+ "y": 147.13594
+ },
+ {
+ "x": -197.97931,
+ "y": 146.85304
+ },
+ {
+ "x": -197.76288,
+ "y": 146.86816
+ },
+ {
+ "x": -197.22205,
+ "y": 146.49786
+ },
+ {
+ "x": -196.81065,
+ "y": 146.46312
+ },
+ {
+ "x": -196.83376,
+ "y": 145.94765
+ },
+ {
+ "x": -196.43016,
+ "y": 145.72975
+ },
+ {
+ "x": -195.51855,
+ "y": 145.73381
+ },
+ {
+ "x": -195.50227,
+ "y": 145.62015
+ },
+ {
+ "x": -195.33266,
+ "y": 145.5401
+ },
+ {
+ "x": -195.37396,
+ "y": 145.39746
+ },
+ {
+ "x": -194.80539,
+ "y": 145.094
+ },
+ {
+ "x": -194.33897,
+ "y": 144.99924
+ },
+ {
+ "x": -194.37306,
+ "y": 144.80408
+ },
+ {
+ "x": -193.69003,
+ "y": 144.48499
+ },
+ {
+ "x": -193.84874,
+ "y": 144.10031
+ },
+ {
+ "x": -193.34674,
+ "y": 143.77016
+ },
+ {
+ "x": -192.59013,
+ "y": 143.81749
+ },
+ {
+ "x": -191.63219,
+ "y": 144.04575
+ },
+ {
+ "x": -191.94441,
+ "y": 143.6478
+ },
+ {
+ "x": -193.39917,
+ "y": 142.58961
+ },
+ {
+ "x": -193.96724,
+ "y": 142.49855
+ },
+ {
+ "x": -195.10083,
+ "y": 142.06673
+ },
+ {
+ "x": -196.13632,
+ "y": 141.87935
+ },
+ {
+ "x": -197.14952,
+ "y": 141.30896
+ },
+ {
+ "x": -197.54364,
+ "y": 141.26978
+ },
+ {
+ "x": -197.48169,
+ "y": 140.87074
+ },
+ {
+ "x": -198.60341,
+ "y": 140.45126
+ },
+ {
+ "x": -199.43488,
+ "y": 140.56465
+ },
+ {
+ "x": -200.31311,
+ "y": 140.27843
+ },
+ {
+ "x": -201.08719,
+ "y": 140.42496
+ },
+ {
+ "x": -201.52226,
+ "y": 140.30368
+ },
+ {
+ "x": -202.86073,
+ "y": 140.50009
+ },
+ {
+ "x": -203.22292,
+ "y": 140.70288
+ },
+ {
+ "x": -203.63,
+ "y": 140.84804
+ },
+ {
+ "x": -203.83195,
+ "y": 140.99126
+ },
+ {
+ "x": -203.21892,
+ "y": 141.18542
+ },
+ {
+ "x": -204.90088,
+ "y": 141.59972
+ },
+ {
+ "x": -206.2006,
+ "y": 141.9629
+ },
+ {
+ "x": -206.30225,
+ "y": 142.05594
+ },
+ {
+ "x": -206.5027,
+ "y": 142.11514
+ },
+ {
+ "x": -207.02644,
+ "y": 142.2194
+ },
+ {
+ "x": -207.22089,
+ "y": 142.34253
+ },
+ {
+ "x": -207.48027,
+ "y": 142.4758
+ },
+ {
+ "x": -207.66554,
+ "y": 142.73485
+ },
+ {
+ "x": -208.18517,
+ "y": 142.99301
+ },
+ {
+ "x": -207.45303,
+ "y": 143.44624
+ },
+ {
+ "x": -207.13376,
+ "y": 143.4759
+ },
+ {
+ "x": -208.27342,
+ "y": 143.81706
+ },
+ {
+ "x": -209.16646,
+ "y": 143.87556
+ },
+ {
+ "x": -209.68173,
+ "y": 144.15314
+ },
+ {
+ "x": -209.54224,
+ "y": 144.33144
+ },
+ {
+ "x": -210.12389,
+ "y": 144.51611
+ },
+ {
+ "x": -209.93613,
+ "y": 145.24445
+ },
+ {
+ "x": -209.2161,
+ "y": 145.46777
+ },
+ {
+ "x": -209.72177,
+ "y": 145.54565
+ },
+ {
+ "x": -209.50023,
+ "y": 146.09958
+ },
+ {
+ "x": -209.29991,
+ "y": 146.2234
+ },
+ {
+ "x": -208.99104,
+ "y": 146.76944
+ },
+ {
+ "x": -208.15805,
+ "y": 147.43205
+ },
+ {
+ "x": -207.85689,
+ "y": 147.84232
+ },
+ {
+ "x": -207.16751,
+ "y": 148.11975
+ },
+ {
+ "x": -206.492,
+ "y": 148.34875
+ },
+ {
+ "x": -206.03781,
+ "y": 148.26987
+ },
+ {
+ "x": -206.33372,
+ "y": 148.45009
+ },
+ {
+ "x": -206.64124,
+ "y": 148.62566
+ },
+ {
+ "x": -206.45421,
+ "y": 148.82727
+ },
+ {
+ "x": -206.35622,
+ "y": 148.8399
+ },
+ {
+ "x": -206.00258,
+ "y": 148.87209
+ },
+ {
+ "x": -204.49002,
+ "y": 149.48663
+ },
+ {
+ "x": -204.78159,
+ "y": 149.89807
+ },
+ {
+ "x": -203.99858,
+ "y": 150.37878
+ },
+ {
+ "x": -204.65382,
+ "y": 150.62907
+ },
+ {
+ "x": -204.84169,
+ "y": 150.6047
+ },
+ {
+ "x": -205.46559,
+ "y": 151.15178
+ },
+ {
+ "x": -204.6453,
+ "y": 151.89658
+ },
+ {
+ "x": -203.24315,
+ "y": 152.70444
+ },
+ {
+ "x": -202.76364,
+ "y": 152.72264
+ },
+ {
+ "x": -202.87926,
+ "y": 152.8896
+ },
+ {
+ "x": -201.31602,
+ "y": 153.45285
+ },
+ {
+ "x": -201.01186,
+ "y": 153.51646
+ },
+ {
+ "x": -201.0596,
+ "y": 153.63353
+ },
+ {
+ "x": -200.1904,
+ "y": 154.01572
+ },
+ {
+ "x": -200.07549,
+ "y": 154.29382
+ },
+ {
+ "x": -199.3963,
+ "y": 154.8034
+ },
+ {
+ "x": -199.12769,
+ "y": 155.50645
+ },
+ {
+ "x": -198.81424,
+ "y": 155.6416
+ },
+ {
+ "x": -198.91336,
+ "y": 156.17542
+ },
+ {
+ "x": -197.25447,
+ "y": 157.29218
+ },
+ {
+ "x": -197.79283,
+ "y": 157.32214
+ },
+ {
+ "x": -198.72147,
+ "y": 157.29762
+ },
+ {
+ "x": -199.11203,
+ "y": 157.43202
+ },
+ {
+ "x": -199.40883,
+ "y": 157.53546
+ },
+ {
+ "x": -199.20273,
+ "y": 157.65175
+ },
+ {
+ "x": -199.79533,
+ "y": 157.72478
+ },
+ {
+ "x": -200.43857,
+ "y": 157.97739
+ },
+ {
+ "x": -200.77928,
+ "y": 158.41077
+ },
+ {
+ "x": -200.87541,
+ "y": 158.92183
+ },
+ {
+ "x": -200.63586,
+ "y": 159.28415
+ },
+ {
+ "x": -200.39604,
+ "y": 159.3576
+ },
+ {
+ "x": -200.38007,
+ "y": 159.48828
+ },
+ {
+ "x": -200.662,
+ "y": 159.72438
+ },
+ {
+ "x": -200.53348,
+ "y": 160.24081
+ },
+ {
+ "x": -200.44252,
+ "y": 160.37636
+ },
+ {
+ "x": -199.35571,
+ "y": 160.98955
+ },
+ {
+ "x": -199.17197,
+ "y": 161.04028
+ },
+ {
+ "x": -197.1655,
+ "y": 161.83856
+ },
+ {
+ "x": -196.9158,
+ "y": 161.99394
+ },
+ {
+ "x": -195.51749,
+ "y": 162.44162
+ },
+ {
+ "x": -195.4298,
+ "y": 162.17825
+ },
+ {
+ "x": -195.8701,
+ "y": 160.39998
+ },
+ {
+ "x": -194.59048,
+ "y": 159.96059
+ },
+ {
+ "x": -193.79411,
+ "y": 160.00896
+ },
+ {
+ "x": -193.86697,
+ "y": 159.72098
+ },
+ {
+ "x": -193.86697,
+ "y": 159.72098
+ },
+ {
+ "x": -192.46771,
+ "y": 159.35402
+ },
+ {
+ "x": -189.81754,
+ "y": 159.29446
+ },
+ {
+ "x": -189.96614,
+ "y": 158.81937
+ },
+ {
+ "x": -189.06912,
+ "y": 158.42984
+ },
+ {
+ "x": -187.33319,
+ "y": 158.38695
+ },
+ {
+ "x": -186.44861,
+ "y": 158.63696
+ },
+ {
+ "x": -185.84903,
+ "y": 157.99797
+ },
+ {
+ "x": -183.27748,
+ "y": 157.14609
+ },
+ {
+ "x": -184.51581,
+ "y": 156.35512
+ },
+ {
+ "x": -184.66315,
+ "y": 155.97086
+ },
+ {
+ "x": -184.25925,
+ "y": 155.49924
+ },
+ {
+ "x": -181.00269,
+ "y": 154.39592
+ },
+ {
+ "x": -177.673,
+ "y": 154.65517
+ },
+ {
+ "x": -179.62273,
+ "y": 155.26462
+ },
+ {
+ "x": -181.47482,
+ "y": 156.30809
+ },
+ {
+ "x": -181.14468,
+ "y": 157.00125
+ },
+ {
+ "x": -179.32062,
+ "y": 157.77606
+ },
+ {
+ "x": -180.66652,
+ "y": 158.15182
+ },
+ {
+ "x": -182.10533,
+ "y": 158.3607
+ },
+ {
+ "x": -182.4777,
+ "y": 158.5339
+ },
+ {
+ "x": -182.895,
+ "y": 158.65701
+ },
+ {
+ "x": -183.09756,
+ "y": 158.97342
+ },
+ {
+ "x": -182.31085,
+ "y": 159.50568
+ },
+ {
+ "x": -181.50249,
+ "y": 159.79053
+ },
+ {
+ "x": -179.29411,
+ "y": 159.55423
+ },
+ {
+ "x": -180.08003,
+ "y": 158.85608
+ },
+ {
+ "x": -179.01202,
+ "y": 158.39035
+ },
+ {
+ "x": -178.0167,
+ "y": 158.30513
+ },
+ {
+ "x": -177.9661,
+ "y": 157.8886
+ },
+ {
+ "x": -177.1689,
+ "y": 157.7466
+ },
+ {
+ "x": -176.3527,
+ "y": 157.92274
+ },
+ {
+ "x": -176.1514,
+ "y": 159.00237
+ },
+ {
+ "x": -174.34923,
+ "y": 159.13182
+ },
+ {
+ "x": -174.3795,
+ "y": 159.44563
+ },
+ {
+ "x": -173.82216,
+ "y": 159.57854
+ },
+ {
+ "x": -172.60526,
+ "y": 159.4076
+ },
+ {
+ "x": -172.70232,
+ "y": 158.77591
+ },
+ {
+ "x": -173.31985,
+ "y": 157.78334
+ },
+ {
+ "x": -174.15083,
+ "y": 156.10506
+ },
+ {
+ "x": -172.82275,
+ "y": 155.23526
+ },
+ {
+ "x": -171.19627,
+ "y": 155.0234
+ },
+ {
+ "x": -170.56462,
+ "y": 156.69678
+ },
+ {
+ "x": -169.31409,
+ "y": 157.53482
+ },
+ {
+ "x": -168.49417,
+ "y": 158.2478
+ },
+ {
+ "x": -169.12694,
+ "y": 158.83455
+ },
+ {
+ "x": -168.05003,
+ "y": 159.36018
+ },
+ {
+ "x": -167.89299,
+ "y": 160.23741
+ },
+ {
+ "x": -166.46194,
+ "y": 160.5518
+ },
+ {
+ "x": -167.5095,
+ "y": 155.8765
+ },
+ {
+ "x": -169.84274,
+ "y": 153.72108
+ },
+ {
+ "x": -168.31348,
+ "y": 153.3225
+ },
+ {
+ "x": -166.54092,
+ "y": 153.56537
+ },
+ {
+ "x": -164.88129,
+ "y": 153.70735
+ },
+ {
+ "x": -164.93819,
+ "y": 135.42715
+ },
+ {
+ "x": -166.90883,
+ "y": 136.04749
+ },
+ {
+ "x": -169.61346,
+ "y": 136.40417
+ },
+ {
+ "x": -170.83965,
+ "y": 136.97745
+ },
+ {
+ "x": -172.86156,
+ "y": 137.83983
+ },
+ {
+ "x": -173.14082,
+ "y": 138.03807
+ },
+ {
+ "x": -173.19885,
+ "y": 138.07927
+ },
+ {
+ "x": -173.60419,
+ "y": 138.367
+ },
+ {
+ "x": -174.57748,
+ "y": 138.43248
+ },
+ {
+ "x": -175.34393,
+ "y": 138.91884
+ },
+ {
+ "x": -175.71928,
+ "y": 139.43358
+ },
+ {
+ "x": -176.82751,
+ "y": 139.9602
+ },
+ {
+ "x": -176.65094,
+ "y": 140.20844
+ },
+ {
+ "x": -177.17247,
+ "y": 140.4799
+ },
+ {
+ "x": -177.7934,
+ "y": 140.565
+ },
+ {
+ "x": -180.67677,
+ "y": 141.85272
+ },
+ {
+ "x": -180.74368,
+ "y": 139.94379
+ },
+ {
+ "x": -182.05476,
+ "y": 138.26454
+ },
+ {
+ "x": -182.89433,
+ "y": 136.94467
+ },
+ {
+ "x": -181.96912,
+ "y": 136.55916
+ },
+ {
+ "x": -181.25471,
+ "y": 135.99602
+ },
+ {
+ "x": -179.88754,
+ "y": 135.24081
+ },
+ {
+ "x": -178.63884,
+ "y": 135.06186
+ },
+ {
+ "x": -177.93178,
+ "y": 135.27132
+ },
+ {
+ "x": -176.82997,
+ "y": 135.27687
+ },
+ {
+ "x": -176.4065,
+ "y": 135.05698
+ },
+ {
+ "x": -175.13652,
+ "y": 135.15736
+ },
+ {
+ "x": -174.8005,
+ "y": 135.33702
+ },
+ {
+ "x": -174.57747,
+ "y": 135.04959
+ },
+ {
+ "x": -173.73904,
+ "y": 134.94373
+ },
+ {
+ "x": -173.77528,
+ "y": 134.60081
+ },
+ {
+ "x": -173.3496,
+ "y": 134.4355
+ },
+ {
+ "x": -172.21922,
+ "y": 134.12221
+ },
+ {
+ "x": -171.25217,
+ "y": 134.1964
+ },
+ {
+ "x": -171.68712,
+ "y": 133.22395
+ },
+ {
+ "x": -171.06042,
+ "y": 132.86191
+ },
+ {
+ "x": -169.62254,
+ "y": 132.83084
+ },
+ {
+ "x": -168.51529,
+ "y": 132.9179
+ },
+ {
+ "x": -168.59975,
+ "y": 133.26445
+ },
+ {
+ "x": -167.46136,
+ "y": 133.26761
+ },
+ {
+ "x": -166.24315,
+ "y": 132.8355
+ },
+ {
+ "x": -164.84871,
+ "y": 132.9703
+ },
+ {
+ "x": -164.89272,
+ "y": 128.25395
+ },
+ {
+ "x": -167.29471,
+ "y": 126.884796
+ },
+ {
+ "x": -166.80211,
+ "y": 126.640526
+ },
+ {
+ "x": -168.34737,
+ "y": 126.34112
+ },
+ {
+ "x": -168.53787,
+ "y": 127.68208
+ },
+ {
+ "x": -171.1892,
+ "y": 127.09948
+ },
+ {
+ "x": -171.09785,
+ "y": 126.717285
+ },
+ {
+ "x": -170.11066,
+ "y": 125.44273
+ },
+ {
+ "x": -168.50719,
+ "y": 125.74588
+ },
+ {
+ "x": -167.90042,
+ "y": 125.63827
+ },
+ {
+ "x": -167.1854,
+ "y": 125.68836
+ },
+ {
+ "x": -167.15689,
+ "y": 125.888054
+ },
+ {
+ "x": -166.39111,
+ "y": 126.184555
+ },
+ {
+ "x": -164.90213,
+ "y": 125.72081
+ },
+ {
+ "x": -164.88051,
+ "y": 124.53262
+ },
+ {
+ "x": -177.41531,
+ "y": 124.49542
+ },
+ {
+ "x": -177.51706,
+ "y": 124.77236
+ },
+ {
+ "x": -173.65405,
+ "y": 125.10105
+ },
+ {
+ "x": -173.1311,
+ "y": 126.07693
+ },
+ {
+ "x": -173.54385,
+ "y": 126.570305
+ },
+ {
+ "x": -174.0515,
+ "y": 126.88119
+ },
+ {
+ "x": -176.38846,
+ "y": 126.881836
+ },
+ {
+ "x": -176.86305,
+ "y": 126.57008
+ },
+ {
+ "x": -176.67712,
+ "y": 126.025566
+ },
+ {
+ "x": -176.76846,
+ "y": 125.501625
+ },
+ {
+ "x": -177.6634,
+ "y": 125.4137
+ },
+ {
+ "x": -181.24954,
+ "y": 126.9786
+ },
+ {
+ "x": -188.20763,
+ "y": 126.766014
+ },
+ {
+ "x": -188.916,
+ "y": 126.09617
+ },
+ {
+ "x": -189.54333,
+ "y": 126.13329
+ },
+ {
+ "x": -189.84564,
+ "y": 125.558525
+ },
+ {
+ "x": -191.2117,
+ "y": 125.56818
+ },
+ {
+ "x": -192.85948,
+ "y": 126.09112
+ },
+ {
+ "x": -193.11974,
+ "y": 126.31466
+ },
+ {
+ "x": -192.7172,
+ "y": 126.48036
+ },
+ {
+ "x": -191.49242,
+ "y": 126.57976
+ },
+ {
+ "x": -190.79123,
+ "y": 127.390045
+ },
+ {
+ "x": -196.09935,
+ "y": 133.98799
+ },
+ {
+ "x": -196.52728,
+ "y": 134.47998
+ },
+ {
+ "x": -196.28127,
+ "y": 134.66916
+ },
+ {
+ "x": -196.95369,
+ "y": 134.88962
+ },
+ {
+ "x": -197.2314,
+ "y": 134.88826
+ },
+ {
+ "x": -197.70186,
+ "y": 134.80257
+ },
+ {
+ "x": -201.9363,
+ "y": 132.64655
+ },
+ {
+ "x": -201.61537,
+ "y": 132.25775
+ },
+ {
+ "x": -201.85565,
+ "y": 131.88708
+ },
+ {
+ "x": -201.49141,
+ "y": 131.55934
+ },
+ {
+ "x": -201.42857,
+ "y": 131.10298
+ },
+ {
+ "x": -201.64651,
+ "y": 130.74646
+ },
+ {
+ "x": -202.1674,
+ "y": 130.42798
+ },
+ {
+ "x": -202.23256,
+ "y": 130.19064
+ },
+ {
+ "x": -202.6443,
+ "y": 130.00473
+ },
+ {
+ "x": -202.97855,
+ "y": 129.79335
+ },
+ {
+ "x": -203.35751,
+ "y": 129.78485
+ },
+ {
+ "x": -204.04274,
+ "y": 129.49709
+ },
+ {
+ "x": -203.80324,
+ "y": 129.289
+ },
+ {
+ "x": -203.77547,
+ "y": 129.06697
+ },
+ {
+ "x": -204.07884,
+ "y": 128.81429
+ },
+ {
+ "x": -204.43373,
+ "y": 128.7255
+ },
+ {
+ "x": -204.91074,
+ "y": 128.71956
+ },
+ {
+ "x": -205.3723,
+ "y": 128.58867
+ },
+ {
+ "x": -204.42519,
+ "y": 128.29213
+ },
+ {
+ "x": -204.29285,
+ "y": 128.1025
+ },
+ {
+ "x": -204.5747,
+ "y": 127.86641
+ },
+ {
+ "x": -204.76341,
+ "y": 127.89715
+ },
+ {
+ "x": -205.17447,
+ "y": 127.838806
+ },
+ {
+ "x": -205.37743,
+ "y": 127.85494
+ },
+ {
+ "x": -205.65094,
+ "y": 127.82889
+ },
+ {
+ "x": -205.31805,
+ "y": 127.64603
+ },
+ {
+ "x": -205.02338,
+ "y": 127.51223
+ },
+ {
+ "x": -205.21478,
+ "y": 127.410645
+ },
+ {
+ "x": -205.50441,
+ "y": 127.3396
+ },
+ {
+ "x": -205.57513,
+ "y": 127.26672
+ },
+ {
+ "x": -205.91373,
+ "y": 127.293495
+ },
+ {
+ "x": -206.17963,
+ "y": 127.17632
+ },
+ {
+ "x": -206.43166,
+ "y": 126.97722
+ },
+ {
+ "x": -206.66812,
+ "y": 126.90038
+ },
+ {
+ "x": -207.40697,
+ "y": 126.81908
+ },
+ {
+ "x": -207.59789,
+ "y": 126.77105
+ },
+ {
+ "x": -207.93198,
+ "y": 126.827675
+ },
+ {
+ "x": -208.32072,
+ "y": 126.82499
+ },
+ {
+ "x": -209.06656,
+ "y": 126.63763
+ },
+ {
+ "x": -208.80534,
+ "y": 126.47977
+ },
+ {
+ "x": -209.21848,
+ "y": 126.29376
+ },
+ {
+ "x": -209.02567,
+ "y": 126.18148
+ },
+ {
+ "x": -209.62021,
+ "y": 125.97891
+ },
+ {
+ "x": -209.9085,
+ "y": 125.96375
+ },
+ {
+ "x": -210.17972,
+ "y": 125.8397
+ },
+ {
+ "x": -210.61201,
+ "y": 125.78659
+ },
+ {
+ "x": -210.15144,
+ "y": 125.54962
+ },
+ {
+ "x": -209.74608,
+ "y": 125.448044
+ },
+ {
+ "x": -210.11168,
+ "y": 125.20924
+ },
+ {
+ "x": -210.80362,
+ "y": 125.09294
+ },
+ {
+ "x": -215.60455,
+ "y": 125.34861
+ },
+ {
+ "x": -220.91757,
+ "y": 133.22713
+ },
+ {
+ "x": -220.86906,
+ "y": 149.99202
+ },
+ {
+ "x": -219.67499,
+ "y": 149.90208
+ },
+ {
+ "x": -218.26213,
+ "y": 150.77824
+ },
+ {
+ "x": -215.14638,
+ "y": 151.11832
+ },
+ {
+ "x": -214.6318,
+ "y": 151.415
+ },
+ {
+ "x": -215.27641,
+ "y": 152.83836
+ },
+ {
+ "x": -215.18011,
+ "y": 154.3716
+ },
+ {
+ "x": -213.4919,
+ "y": 153.9792
+ },
+ {
+ "x": -211.4881,
+ "y": 154.52547
+ },
+ {
+ "x": -213.22783,
+ "y": 156.59093
+ },
+ {
+ "x": -212.76698,
+ "y": 158.50833
+ },
+ {
+ "x": -208.62935,
+ "y": 157.33685
+ },
+ {
+ "x": -209.18196,
+ "y": 157.12366
+ },
+ {
+ "x": -206.96439,
+ "y": 156.65991
+ },
+ {
+ "x": -205.5658,
+ "y": 155.95844
+ },
+ {
+ "x": -206.03255,
+ "y": 155.55894
+ },
+ {
+ "x": -205.61996,
+ "y": 155.40446
+ },
+ {
+ "x": -205.18736,
+ "y": 154.36807
+ },
+ {
+ "x": -205.3817,
+ "y": 153.70605
+ },
+ {
+ "x": -207.08057,
+ "y": 152.3814
+ },
+ {
+ "x": -208.92293,
+ "y": 151.82623
+ },
+ {
+ "x": -208.2206,
+ "y": 151.24715
+ },
+ {
+ "x": -209.97925,
+ "y": 150.62643
+ },
+ {
+ "x": -210.8936,
+ "y": 150.48694
+ },
+ {
+ "x": -209.59303,
+ "y": 149.90666
+ },
+ {
+ "x": -209.49684,
+ "y": 149.66106
+ },
+ {
+ "x": -210.19452,
+ "y": 149.32687
+ },
+ {
+ "x": -210.6569,
+ "y": 149.1453
+ },
+ {
+ "x": -210.8961,
+ "y": 148.90063
+ },
+ {
+ "x": -211.93121,
+ "y": 149.03171
+ },
+ {
+ "x": -211.4732,
+ "y": 148.73181
+ },
+ {
+ "x": -212.55608,
+ "y": 148.19418
+ },
+ {
+ "x": -216.00465,
+ "y": 148.12518
+ },
+ {
+ "x": -212.66129,
+ "y": 144.98563
+ },
+ {
+ "x": -215.39815,
+ "y": 143.71753
+ },
+ {
+ "x": -215.44148,
+ "y": 143.23949
+ },
+ {
+ "x": -218.41827,
+ "y": 141.38783
+ },
+ {
+ "x": -220.08275,
+ "y": 141.11234
+ },
+ {
+ "x": -218.23727,
+ "y": 139.28868
+ },
+ {
+ "x": -213.96347,
+ "y": 138.66841
+ },
+ {
+ "x": -214.07127,
+ "y": 139.36986
+ },
+ {
+ "x": -212.53888,
+ "y": 139.66576
+ },
+ {
+ "x": -211.68199,
+ "y": 139.26535
+ },
+ {
+ "x": -209.48343,
+ "y": 139.31277
+ },
+ {
+ "x": -208.33424,
+ "y": 138.53828
+ },
+ {
+ "x": -206.7227,
+ "y": 137.49962
+ },
+ {
+ "x": -207.4603,
+ "y": 137.21396
+ },
+ {
+ "x": -206.2924,
+ "y": 136.49593
+ },
+ {
+ "x": -206.76021,
+ "y": 136.25139
+ },
+ {
+ "x": -205.16307,
+ "y": 135.47495
+ },
+ {
+ "x": -204.32924,
+ "y": 134.54527
+ },
+ {
+ "x": -204.4554,
+ "y": 133.55762
+ },
+ {
+ "x": -203.91592,
+ "y": 133.00089
+ },
+ {
+ "x": -199.37195,
+ "y": 135.47185
+ },
+ {
+ "x": -199.81564,
+ "y": 135.53401
+ },
+ {
+ "x": -200.27644,
+ "y": 135.72876
+ },
+ {
+ "x": -200.23651,
+ "y": 135.88799
+ },
+ {
+ "x": -199.44614,
+ "y": 136.29758
+ },
+ {
+ "x": -200.58937,
+ "y": 136.25264
+ },
+ {
+ "x": -200.97537,
+ "y": 136.46101
+ },
+ {
+ "x": -200.83492,
+ "y": 136.699
+ },
+ {
+ "x": -199.66624,
+ "y": 137.12357
+ },
+ {
+ "x": -198.35786,
+ "y": 137.29176
+ },
+ {
+ "x": -197.17049,
+ "y": 137.66539
+ },
+ {
+ "x": -197.6939,
+ "y": 138.32292
+ },
+ {
+ "x": -196.9249,
+ "y": 138.58803
+ },
+ {
+ "x": -196.64355,
+ "y": 138.58968
+ },
+ {
+ "x": -195.77275,
+ "y": 138.79488
+ },
+ {
+ "x": -195.40799,
+ "y": 138.63634
+ },
+ {
+ "x": -195.78322,
+ "y": 139.10225
+ },
+ {
+ "x": -194.9841,
+ "y": 139.37747
+ },
+ {
+ "x": -194.25414,
+ "y": 139.38705
+ },
+ {
+ "x": -193.49501,
+ "y": 139.19765
+ },
+ {
+ "x": -193.17096,
+ "y": 139.499
+ },
+ {
+ "x": -193.3455,
+ "y": 139.86935
+ },
+ {
+ "x": -191.47804,
+ "y": 140.64265
+ },
+ {
+ "x": -189.26974,
+ "y": 141.86232
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -220.84653,
+ "y": 3798.4722
+ },
+ {
+ "x": -235.0936,
+ "y": 3798.855
+ },
+ {
+ "x": -240.62216,
+ "y": 3796.304
+ },
+ {
+ "x": -248.38301,
+ "y": 3796.2656
+ },
+ {
+ "x": -248.41768,
+ "y": 3788.0913
+ },
+ {
+ "x": -206.32603,
+ "y": 3788.0447
+ },
+ {
+ "x": -206.30774,
+ "y": 3795.632
+ }
+ ]
+ }
+ ],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 3004,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": -292.54388,
+ "y": 102.60431
+ },
+ "Width": 56.187782,
+ "Height": 40.44516
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": -292.6,
+ "y": 102.6
+ },
+ "Width": 110,
+ "Height": 60
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -264.45953,
+ "y": 98.321915
+ },
+ {
+ "x": -264.4763,
+ "y": 102.645676
+ },
+ {
+ "x": -265.9424,
+ "y": 102.680244
+ },
+ {
+ "x": -266.23514,
+ "y": 102.828026
+ },
+ {
+ "x": -266.222,
+ "y": 102.98682
+ },
+ {
+ "x": -266.54095,
+ "y": 102.96393
+ },
+ {
+ "x": -266.87817,
+ "y": 103.01579
+ },
+ {
+ "x": -267.36923,
+ "y": 103.1747
+ },
+ {
+ "x": -267.75528,
+ "y": 103.192085
+ },
+ {
+ "x": -268.29074,
+ "y": 103.20566
+ },
+ {
+ "x": -268.86252,
+ "y": 103.43141
+ },
+ {
+ "x": -268.9124,
+ "y": 103.516304
+ },
+ {
+ "x": -269.5953,
+ "y": 103.76001
+ },
+ {
+ "x": -269.9412,
+ "y": 103.78907
+ },
+ {
+ "x": -270.4378,
+ "y": 103.76814
+ },
+ {
+ "x": -271.20654,
+ "y": 103.600044
+ },
+ {
+ "x": -272.12643,
+ "y": 103.620346
+ },
+ {
+ "x": -273.00595,
+ "y": 103.52444
+ },
+ {
+ "x": -273.8809,
+ "y": 103.60316
+ },
+ {
+ "x": -275.18973,
+ "y": 103.54484
+ },
+ {
+ "x": -275.9048,
+ "y": 103.281334
+ },
+ {
+ "x": -276.32156,
+ "y": 103.20975
+ },
+ {
+ "x": -276.55026,
+ "y": 103.09672
+ },
+ {
+ "x": -276.38742,
+ "y": 102.98558
+ },
+ {
+ "x": -276.46533,
+ "y": 102.87669
+ },
+ {
+ "x": -277.34042,
+ "y": 102.47492
+ },
+ {
+ "x": -277.4631,
+ "y": 102.28649
+ },
+ {
+ "x": -277.99097,
+ "y": 102.07108
+ },
+ {
+ "x": -277.98056,
+ "y": 101.987045
+ },
+ {
+ "x": -277.50272,
+ "y": 101.771065
+ },
+ {
+ "x": -276.99948,
+ "y": 101.715294
+ },
+ {
+ "x": -276.7967,
+ "y": 101.54184
+ },
+ {
+ "x": -276.4811,
+ "y": 101.475815
+ },
+ {
+ "x": -276.21423,
+ "y": 101.25742
+ },
+ {
+ "x": -276.48865,
+ "y": 101.2006
+ },
+ {
+ "x": -276.82922,
+ "y": 101.040596
+ },
+ {
+ "x": -277.29022,
+ "y": 100.98523
+ },
+ {
+ "x": -278.07898,
+ "y": 101.18603
+ },
+ {
+ "x": -278.84628,
+ "y": 101.09542
+ },
+ {
+ "x": -279.3044,
+ "y": 100.70415
+ },
+ {
+ "x": -279.78946,
+ "y": 100.46845
+ },
+ {
+ "x": -280.67352,
+ "y": 100.19248
+ },
+ {
+ "x": -281.04263,
+ "y": 99.87465
+ },
+ {
+ "x": -281.02994,
+ "y": 99.72285
+ },
+ {
+ "x": -280.9291,
+ "y": 99.51741
+ },
+ {
+ "x": -281.03098,
+ "y": 99.3118
+ },
+ {
+ "x": -281.48706,
+ "y": 99.17854
+ },
+ {
+ "x": -281.71262,
+ "y": 98.94876
+ },
+ {
+ "x": -281.9333,
+ "y": 98.836266
+ },
+ {
+ "x": -281.5842,
+ "y": 98.39303
+ },
+ {
+ "x": -280.5976,
+ "y": 98.00122
+ },
+ {
+ "x": -281.21664,
+ "y": 97.86103
+ },
+ {
+ "x": -281.46436,
+ "y": 97.70884
+ },
+ {
+ "x": -282.05948,
+ "y": 97.48413
+ },
+ {
+ "x": -282.1406,
+ "y": 97.39455
+ },
+ {
+ "x": -282.12344,
+ "y": 97.25226
+ },
+ {
+ "x": -281.96478,
+ "y": 97.16451
+ },
+ {
+ "x": -281.6597,
+ "y": 97.20454
+ },
+ {
+ "x": -281.8925,
+ "y": 97.072754
+ },
+ {
+ "x": -281.92407,
+ "y": 96.97692
+ },
+ {
+ "x": -281.74887,
+ "y": 96.838394
+ },
+ {
+ "x": -281.0193,
+ "y": 96.56916
+ },
+ {
+ "x": -280.61258,
+ "y": 96.015434
+ },
+ {
+ "x": -280.1035,
+ "y": 95.63597
+ },
+ {
+ "x": -279.93253,
+ "y": 95.197
+ },
+ {
+ "x": -278.90506,
+ "y": 94.58257
+ },
+ {
+ "x": -277.3786,
+ "y": 94.069855
+ },
+ {
+ "x": -277.07864,
+ "y": 93.87929
+ },
+ {
+ "x": -276.726,
+ "y": 93.82179
+ },
+ {
+ "x": -276.3343,
+ "y": 93.61831
+ },
+ {
+ "x": -276.5587,
+ "y": 93.578804
+ },
+ {
+ "x": -276.69595,
+ "y": 93.413
+ },
+ {
+ "x": -276.54257,
+ "y": 93.24251
+ },
+ {
+ "x": -276.0111,
+ "y": 93.00557
+ },
+ {
+ "x": -275.9509,
+ "y": 92.92051
+ },
+ {
+ "x": -278.08557,
+ "y": 91.15354
+ },
+ {
+ "x": -278.66074,
+ "y": 91.28561
+ },
+ {
+ "x": -279.27084,
+ "y": 90.483376
+ },
+ {
+ "x": -281.25348,
+ "y": 89.019165
+ },
+ {
+ "x": -282.09552,
+ "y": 89.84877
+ },
+ {
+ "x": -285.0176,
+ "y": 92.400154
+ },
+ {
+ "x": -284.35883,
+ "y": 93.98779
+ },
+ {
+ "x": -287.28757,
+ "y": 95.075424
+ },
+ {
+ "x": -287.61697,
+ "y": 93.19567
+ },
+ {
+ "x": -290.65,
+ "y": 91.73477
+ },
+ {
+ "x": -294.12683,
+ "y": 91.012215
+ },
+ {
+ "x": -295.24304,
+ "y": 89.47725
+ },
+ {
+ "x": -296.49033,
+ "y": 88.88356
+ },
+ {
+ "x": -300.47452,
+ "y": 89.47044
+ },
+ {
+ "x": -301.81482,
+ "y": 90.64554
+ },
+ {
+ "x": -301.8092,
+ "y": 92.0185
+ },
+ {
+ "x": -300.95566,
+ "y": 92.783455
+ },
+ {
+ "x": -299.36035,
+ "y": 93.34602
+ },
+ {
+ "x": -300.1159,
+ "y": 94.61729
+ },
+ {
+ "x": -301.50903,
+ "y": 94.35017
+ },
+ {
+ "x": -302.93518,
+ "y": 95.184814
+ },
+ {
+ "x": -307.53842,
+ "y": 97.83588
+ },
+ {
+ "x": -311.13364,
+ "y": 97.60471
+ },
+ {
+ "x": -310.52347,
+ "y": 96.22152
+ },
+ {
+ "x": -311.8765,
+ "y": 97.30236
+ },
+ {
+ "x": -312.5274,
+ "y": 99.901596
+ },
+ {
+ "x": -311.3347,
+ "y": 101.34582
+ },
+ {
+ "x": -311.41385,
+ "y": 99.78536
+ },
+ {
+ "x": -309.82028,
+ "y": 99.65893
+ },
+ {
+ "x": -306.2665,
+ "y": 99.33829
+ },
+ {
+ "x": -304.83917,
+ "y": 99.19837
+ },
+ {
+ "x": -305.6016,
+ "y": 98.705154
+ },
+ {
+ "x": -301.4641,
+ "y": 96.74552
+ },
+ {
+ "x": -299.91248,
+ "y": 96.896194
+ },
+ {
+ "x": -299.83167,
+ "y": 97.72257
+ },
+ {
+ "x": -299.3718,
+ "y": 98.2019
+ },
+ {
+ "x": -298.40796,
+ "y": 98.15139
+ },
+ {
+ "x": -297.78778,
+ "y": 98.271286
+ },
+ {
+ "x": -296.97723,
+ "y": 96.99071
+ },
+ {
+ "x": -297.3636,
+ "y": 96.66976
+ },
+ {
+ "x": -299.4354,
+ "y": 96.96066
+ },
+ {
+ "x": -299.7678,
+ "y": 95.57884
+ },
+ {
+ "x": -297.38345,
+ "y": 94.05547
+ },
+ {
+ "x": -298.50708,
+ "y": 93.07673
+ },
+ {
+ "x": -299.7925,
+ "y": 92.847916
+ },
+ {
+ "x": -301.20276,
+ "y": 92.136894
+ },
+ {
+ "x": -301.41928,
+ "y": 91.47587
+ },
+ {
+ "x": -300.0184,
+ "y": 90.69913
+ },
+ {
+ "x": -297.9146,
+ "y": 90.369514
+ },
+ {
+ "x": -295.32303,
+ "y": 90.99457
+ },
+ {
+ "x": -295.49722,
+ "y": 92.17033
+ },
+ {
+ "x": -294.80792,
+ "y": 93.10035
+ },
+ {
+ "x": -294.13492,
+ "y": 92.88417
+ },
+ {
+ "x": -293.86932,
+ "y": 93.28338
+ },
+ {
+ "x": -291.61234,
+ "y": 93.288414
+ },
+ {
+ "x": -290.5486,
+ "y": 93.74531
+ },
+ {
+ "x": -288.14212,
+ "y": 94.71496
+ },
+ {
+ "x": -287.37952,
+ "y": 95.42138
+ },
+ {
+ "x": -287.82837,
+ "y": 96.34926
+ },
+ {
+ "x": -290.55743,
+ "y": 97.67111
+ },
+ {
+ "x": -291.39432,
+ "y": 97.29803
+ },
+ {
+ "x": -293.472,
+ "y": 97.644165
+ },
+ {
+ "x": -294.45972,
+ "y": 97.4071
+ },
+ {
+ "x": -295.3683,
+ "y": 98.926636
+ },
+ {
+ "x": -293.8659,
+ "y": 98.25151
+ },
+ {
+ "x": -292.30725,
+ "y": 98.13922
+ },
+ {
+ "x": -291.1435,
+ "y": 98.34837
+ },
+ {
+ "x": -290.6679,
+ "y": 98.78346
+ },
+ {
+ "x": -288.89526,
+ "y": 98.57381
+ },
+ {
+ "x": -288.13528,
+ "y": 98.762474
+ },
+ {
+ "x": -287.96487,
+ "y": 99.46891
+ },
+ {
+ "x": -286.71655,
+ "y": 99.618355
+ },
+ {
+ "x": -286.1966,
+ "y": 100.15621
+ },
+ {
+ "x": -284.3995,
+ "y": 100.805115
+ },
+ {
+ "x": -287.5805,
+ "y": 102.18554
+ },
+ {
+ "x": -285.6225,
+ "y": 103.127144
+ },
+ {
+ "x": -281.5554,
+ "y": 104.06738
+ },
+ {
+ "x": -283.57816,
+ "y": 104.97378
+ },
+ {
+ "x": -282.5693,
+ "y": 105.35565
+ },
+ {
+ "x": -282.8899,
+ "y": 105.769165
+ },
+ {
+ "x": -281.8217,
+ "y": 106.27965
+ },
+ {
+ "x": -282.3849,
+ "y": 107.073074
+ },
+ {
+ "x": -281.1825,
+ "y": 107.53838
+ },
+ {
+ "x": -281.19034,
+ "y": 107.949104
+ },
+ {
+ "x": -277.83734,
+ "y": 107.89918
+ },
+ {
+ "x": -275.75552,
+ "y": 108.580246
+ },
+ {
+ "x": -275.27747,
+ "y": 108.9653
+ },
+ {
+ "x": -275.98856,
+ "y": 109.50705
+ },
+ {
+ "x": -272.1333,
+ "y": 109.64456
+ },
+ {
+ "x": -271.11987,
+ "y": 109.37788
+ },
+ {
+ "x": -272.094,
+ "y": 108.675156
+ },
+ {
+ "x": -268.23715,
+ "y": 107.83594
+ },
+ {
+ "x": -269.1163,
+ "y": 107.36391
+ },
+ {
+ "x": -264.44257,
+ "y": 106.91294
+ },
+ {
+ "x": -264.5212,
+ "y": 109.20713
+ },
+ {
+ "x": -265.52686,
+ "y": 109.612305
+ },
+ {
+ "x": -264.95392,
+ "y": 111.06939
+ },
+ {
+ "x": -270.53268,
+ "y": 113.10744
+ },
+ {
+ "x": -270.52237,
+ "y": 114.288574
+ },
+ {
+ "x": -271.78476,
+ "y": 112.84353
+ },
+ {
+ "x": -272.12997,
+ "y": 110.37761
+ },
+ {
+ "x": -275.6576,
+ "y": 110.24833
+ },
+ {
+ "x": -277.59732,
+ "y": 110.705574
+ },
+ {
+ "x": -278.50226,
+ "y": 110.25531
+ },
+ {
+ "x": -279.60684,
+ "y": 110.61022
+ },
+ {
+ "x": -277.6459,
+ "y": 113.16768
+ },
+ {
+ "x": -280.24026,
+ "y": 112.988556
+ },
+ {
+ "x": -282.7927,
+ "y": 110.81873
+ },
+ {
+ "x": -284.48053,
+ "y": 109.93145
+ },
+ {
+ "x": -288.70676,
+ "y": 109.80315
+ },
+ {
+ "x": -290.22363,
+ "y": 110.79359
+ },
+ {
+ "x": -291.4161,
+ "y": 110.93349
+ },
+ {
+ "x": -293.3637,
+ "y": 113.19328
+ },
+ {
+ "x": -293.84106,
+ "y": 114.586205
+ },
+ {
+ "x": -291.5849,
+ "y": 113.8626
+ },
+ {
+ "x": -291.66574,
+ "y": 113.34299
+ },
+ {
+ "x": -288.92395,
+ "y": 112.68158
+ },
+ {
+ "x": -289.74167,
+ "y": 112.30411
+ },
+ {
+ "x": -289.25464,
+ "y": 111.84164
+ },
+ {
+ "x": -285.01315,
+ "y": 111.62684
+ },
+ {
+ "x": -281.47717,
+ "y": 112.954704
+ },
+ {
+ "x": -274.94827,
+ "y": 113.40822
+ },
+ {
+ "x": -276.54367,
+ "y": 115.06149
+ },
+ {
+ "x": -280.14578,
+ "y": 115.63664
+ },
+ {
+ "x": -284.5163,
+ "y": 117.28218
+ },
+ {
+ "x": -291.1584,
+ "y": 116.71105
+ },
+ {
+ "x": -294.4623,
+ "y": 115.6294
+ },
+ {
+ "x": -295.10675,
+ "y": 114.15442
+ },
+ {
+ "x": -292.70062,
+ "y": 109.75567
+ },
+ {
+ "x": -301.55804,
+ "y": 110.021736
+ },
+ {
+ "x": -311.15567,
+ "y": 112.11259
+ },
+ {
+ "x": -314.31937,
+ "y": 114.09228
+ },
+ {
+ "x": -311.67368,
+ "y": 114.48403
+ },
+ {
+ "x": -311.6777,
+ "y": 116.34414
+ },
+ {
+ "x": -310.18958,
+ "y": 117.54347
+ },
+ {
+ "x": -309.72714,
+ "y": 115.72039
+ },
+ {
+ "x": -305.824,
+ "y": 115.52632
+ },
+ {
+ "x": -305.727,
+ "y": 117.30161
+ },
+ {
+ "x": -305.38855,
+ "y": 118.68765
+ },
+ {
+ "x": -301.58698,
+ "y": 118.89555
+ },
+ {
+ "x": -299.44818,
+ "y": 120.18534
+ },
+ {
+ "x": -301.1545,
+ "y": 121.51934
+ },
+ {
+ "x": -309.78378,
+ "y": 121.30637
+ },
+ {
+ "x": -314.43048,
+ "y": 120.26063
+ },
+ {
+ "x": -312.26193,
+ "y": 118.7644
+ },
+ {
+ "x": -313.9569,
+ "y": 117.67951
+ },
+ {
+ "x": -320.56223,
+ "y": 117.55275
+ },
+ {
+ "x": -320.58875,
+ "y": 112.178406
+ },
+ {
+ "x": -309.07016,
+ "y": 108.492935
+ },
+ {
+ "x": -313.8233,
+ "y": 104.89474
+ },
+ {
+ "x": -310.60687,
+ "y": 103.26798
+ },
+ {
+ "x": -309.4237,
+ "y": 103.23008
+ },
+ {
+ "x": -309.37283,
+ "y": 102.558174
+ },
+ {
+ "x": -310.53,
+ "y": 102.51633
+ },
+ {
+ "x": -312.50107,
+ "y": 101.77171
+ },
+ {
+ "x": -313.11572,
+ "y": 100.74053
+ },
+ {
+ "x": -313.83725,
+ "y": 100.028366
+ },
+ {
+ "x": -313.25775,
+ "y": 101.92583
+ },
+ {
+ "x": -320.61252,
+ "y": 101.56685
+ },
+ {
+ "x": -320.6017,
+ "y": 97.22625
+ },
+ {
+ "x": -319.23193,
+ "y": 97.04697
+ },
+ {
+ "x": -318.67712,
+ "y": 96.582664
+ },
+ {
+ "x": -318.1434,
+ "y": 96.74022
+ },
+ {
+ "x": -316.83813,
+ "y": 96.562004
+ },
+ {
+ "x": -315.78604,
+ "y": 96.90556
+ },
+ {
+ "x": -313.9773,
+ "y": 97.492645
+ },
+ {
+ "x": -312.17795,
+ "y": 95.1747
+ },
+ {
+ "x": -314.32892,
+ "y": 94.05083
+ },
+ {
+ "x": -315.13943,
+ "y": 93.95644
+ },
+ {
+ "x": -317.65387,
+ "y": 94.313286
+ },
+ {
+ "x": -320.62506,
+ "y": 94.853546
+ },
+ {
+ "x": -320.6269,
+ "y": 92.66329
+ },
+ {
+ "x": -320.00546,
+ "y": 92.60101
+ },
+ {
+ "x": -319.34116,
+ "y": 92.51081
+ },
+ {
+ "x": -319.95227,
+ "y": 92.30938
+ },
+ {
+ "x": -319.3275,
+ "y": 91.94171
+ },
+ {
+ "x": -317.93576,
+ "y": 92.04822
+ },
+ {
+ "x": -318.42508,
+ "y": 91.660355
+ },
+ {
+ "x": -318.16537,
+ "y": 91.41482
+ },
+ {
+ "x": -318.48996,
+ "y": 91.06609
+ },
+ {
+ "x": -317.5499,
+ "y": 90.612366
+ },
+ {
+ "x": -315.91888,
+ "y": 90.6326
+ },
+ {
+ "x": -316.31625,
+ "y": 90.24069
+ },
+ {
+ "x": -314.7951,
+ "y": 89.670654
+ },
+ {
+ "x": -313.41705,
+ "y": 89.58194
+ },
+ {
+ "x": -312.5923,
+ "y": 88.72844
+ },
+ {
+ "x": -310.18298,
+ "y": 87.80786
+ },
+ {
+ "x": -308.0164,
+ "y": 87.36725
+ },
+ {
+ "x": -308.09375,
+ "y": 86.46167
+ },
+ {
+ "x": -307.31006,
+ "y": 86.14116
+ },
+ {
+ "x": -306.5429,
+ "y": 85.76907
+ },
+ {
+ "x": -305.42563,
+ "y": 85.65337
+ },
+ {
+ "x": -304.54242,
+ "y": 85.72095
+ },
+ {
+ "x": -302.02286,
+ "y": 85.5889
+ },
+ {
+ "x": -306.33737,
+ "y": 85.177
+ },
+ {
+ "x": -307.79178,
+ "y": 85.64078
+ },
+ {
+ "x": -308.33246,
+ "y": 86.03396
+ },
+ {
+ "x": -308.6363,
+ "y": 86.92228
+ },
+ {
+ "x": -310.29047,
+ "y": 87.37898
+ },
+ {
+ "x": -313.79587,
+ "y": 88.76782
+ },
+ {
+ "x": -315.83804,
+ "y": 89.15439
+ },
+ {
+ "x": -316.51193,
+ "y": 88.430534
+ },
+ {
+ "x": -314.95425,
+ "y": 87.98625
+ },
+ {
+ "x": -314.83606,
+ "y": 87.66739
+ },
+ {
+ "x": -315.9933,
+ "y": 87.48074
+ },
+ {
+ "x": -315.90866,
+ "y": 86.94455
+ },
+ {
+ "x": -313.11023,
+ "y": 86.16844
+ },
+ {
+ "x": -313.08594,
+ "y": 84.67589
+ },
+ {
+ "x": -315.3762,
+ "y": 84.58804
+ },
+ {
+ "x": -315.40054,
+ "y": 82.40191
+ },
+ {
+ "x": -306.28864,
+ "y": 82.45816
+ },
+ {
+ "x": -305.74484,
+ "y": 83.3424
+ },
+ {
+ "x": -302.97202,
+ "y": 84.58236
+ },
+ {
+ "x": -300.72418,
+ "y": 84.73509
+ },
+ {
+ "x": -297.7239,
+ "y": 85.4749
+ },
+ {
+ "x": -296.10748,
+ "y": 84.770355
+ },
+ {
+ "x": -293.6481,
+ "y": 85.04501
+ },
+ {
+ "x": -288.52023,
+ "y": 86.62143
+ },
+ {
+ "x": -287.71536,
+ "y": 86.20699
+ },
+ {
+ "x": -288.41443,
+ "y": 85.718056
+ },
+ {
+ "x": -283.55017,
+ "y": 83.82248
+ },
+ {
+ "x": -284.19177,
+ "y": 85.73972
+ },
+ {
+ "x": -281.46408,
+ "y": 87.89939
+ },
+ {
+ "x": -278.45508,
+ "y": 88.75379
+ },
+ {
+ "x": -276.26617,
+ "y": 90.13174
+ },
+ {
+ "x": -274.39655,
+ "y": 92.231766
+ },
+ {
+ "x": -272.5795,
+ "y": 91.92588
+ },
+ {
+ "x": -273.05655,
+ "y": 91.607864
+ },
+ {
+ "x": -271.90744,
+ "y": 90.8457
+ },
+ {
+ "x": -273.32492,
+ "y": 89.465675
+ },
+ {
+ "x": -275.69803,
+ "y": 88.50513
+ },
+ {
+ "x": -278.32654,
+ "y": 88.54195
+ },
+ {
+ "x": -281.2986,
+ "y": 87.64221
+ },
+ {
+ "x": -283.70068,
+ "y": 85.6885
+ },
+ {
+ "x": -282.3232,
+ "y": 84.28094
+ },
+ {
+ "x": -278.5529,
+ "y": 83.14869
+ },
+ {
+ "x": -276.1653,
+ "y": 83.295105
+ },
+ {
+ "x": -271.19263,
+ "y": 82.35203
+ },
+ {
+ "x": -267.13406,
+ "y": 82.36719
+ },
+ {
+ "x": -267.34668,
+ "y": 83.73166
+ },
+ {
+ "x": -272.35477,
+ "y": 84.065636
+ },
+ {
+ "x": -274.6669,
+ "y": 87.20686
+ },
+ {
+ "x": -274.00565,
+ "y": 87.26341
+ },
+ {
+ "x": -273.2149,
+ "y": 87.14634
+ },
+ {
+ "x": -272.61255,
+ "y": 87.34005
+ },
+ {
+ "x": -272.37527,
+ "y": 87.55162
+ },
+ {
+ "x": -271.88492,
+ "y": 87.8164
+ },
+ {
+ "x": -272.28763,
+ "y": 88.041595
+ },
+ {
+ "x": -271.79715,
+ "y": 88.1148
+ },
+ {
+ "x": -271.25735,
+ "y": 88.023254
+ },
+ {
+ "x": -269.8779,
+ "y": 88.73665
+ },
+ {
+ "x": -269.88806,
+ "y": 88.84465
+ },
+ {
+ "x": -269.9714,
+ "y": 88.99617
+ },
+ {
+ "x": -270.09427,
+ "y": 89.071
+ },
+ {
+ "x": -269.98654,
+ "y": 89.089325
+ },
+ {
+ "x": -269.83792,
+ "y": 89.26516
+ },
+ {
+ "x": -269.6561,
+ "y": 89.69084
+ },
+ {
+ "x": -269.13718,
+ "y": 90.1927
+ },
+ {
+ "x": -268.5869,
+ "y": 90.29623
+ },
+ {
+ "x": -268.49344,
+ "y": 90.69798
+ },
+ {
+ "x": -268.36905,
+ "y": 90.50992
+ },
+ {
+ "x": -268.11636,
+ "y": 90.411064
+ },
+ {
+ "x": -267.90042,
+ "y": 90.361885
+ },
+ {
+ "x": -267.69876,
+ "y": 90.34957
+ },
+ {
+ "x": -267.3013,
+ "y": 90.38712
+ },
+ {
+ "x": -266.73767,
+ "y": 90.36144
+ },
+ {
+ "x": -265.84125,
+ "y": 90.44635
+ },
+ {
+ "x": -265.9276,
+ "y": 90.356346
+ },
+ {
+ "x": -265.91403,
+ "y": 90.28846
+ },
+ {
+ "x": -265.76797,
+ "y": 90.23157
+ },
+ {
+ "x": -265.11267,
+ "y": 90.133606
+ },
+ {
+ "x": -264.95215,
+ "y": 90.08808
+ },
+ {
+ "x": -264.4563,
+ "y": 90.08075
+ },
+ {
+ "x": -264.4668,
+ "y": 95.394844
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -320.64984,
+ "y": 94.8777
+ },
+ {
+ "x": -320.6542,
+ "y": 82.355316
+ },
+ {
+ "x": -264.30896,
+ "y": 82.37152
+ },
+ {
+ "x": -264.19592,
+ "y": 94.78151
+ }
+ ]
+ }
+ ],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 3005,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": -212.83725,
+ "y": -22.764946
+ },
+ "Width": 56.164474,
+ "Height": 40.396988
+ },
+ "RegionPlaceMapSizeInfo": {
+ "Pos": {
+ "x": -214,
+ "y": -28.8
+ },
+ "Width": 106,
+ "Height": 59
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -186.07518,
+ "y": -32.705013
+ },
+ {
+ "x": -187.33994,
+ "y": -30.718288
+ },
+ {
+ "x": -186.67992,
+ "y": -30.327114
+ },
+ {
+ "x": -185.8667,
+ "y": -30.29945
+ },
+ {
+ "x": -185.485,
+ "y": -30.080776
+ },
+ {
+ "x": -186.7069,
+ "y": -29.79681
+ },
+ {
+ "x": -184.93834,
+ "y": -29.689037
+ },
+ {
+ "x": -184.88457,
+ "y": -27.621136
+ },
+ {
+ "x": -186.25452,
+ "y": -27.435543
+ },
+ {
+ "x": -187.00398,
+ "y": -27.063198
+ },
+ {
+ "x": -188.07088,
+ "y": -26.938793
+ },
+ {
+ "x": -192.55743,
+ "y": -27.186275
+ },
+ {
+ "x": -191.94237,
+ "y": -26.196575
+ },
+ {
+ "x": -190.74547,
+ "y": -26.304974
+ },
+ {
+ "x": -190.52641,
+ "y": -26.032696
+ },
+ {
+ "x": -188.77707,
+ "y": -26.220394
+ },
+ {
+ "x": -187.79997,
+ "y": -26.449825
+ },
+ {
+ "x": -187.39319,
+ "y": -26.324306
+ },
+ {
+ "x": -187.40138,
+ "y": -26.06976
+ },
+ {
+ "x": -184.88197,
+ "y": -26.650585
+ },
+ {
+ "x": -184.94807,
+ "y": -21.599285
+ },
+ {
+ "x": -186.13391,
+ "y": -21.693676
+ },
+ {
+ "x": -187.02249,
+ "y": -21.567562
+ },
+ {
+ "x": -187.7767,
+ "y": -21.33131
+ },
+ {
+ "x": -188.52322,
+ "y": -21.360546
+ },
+ {
+ "x": -188.64078,
+ "y": -21.615124
+ },
+ {
+ "x": -189.34863,
+ "y": -21.74342
+ },
+ {
+ "x": -190.12823,
+ "y": -21.567577
+ },
+ {
+ "x": -188.7911,
+ "y": -19.236614
+ },
+ {
+ "x": -184.97444,
+ "y": -19.418468
+ },
+ {
+ "x": -184.93863,
+ "y": -15.746426
+ },
+ {
+ "x": -187.51149,
+ "y": -15.899822
+ },
+ {
+ "x": -188.03839,
+ "y": -15.677166
+ },
+ {
+ "x": -188.34476,
+ "y": -14.019131
+ },
+ {
+ "x": -189.77368,
+ "y": -13.47253
+ },
+ {
+ "x": -190.28557,
+ "y": -12.131756
+ },
+ {
+ "x": -186.86508,
+ "y": -8.566586
+ },
+ {
+ "x": -187.10974,
+ "y": -6.1554985
+ },
+ {
+ "x": -189.54175,
+ "y": -5.9572563
+ },
+ {
+ "x": -190.49777,
+ "y": -5.7644005
+ },
+ {
+ "x": -193.43109,
+ "y": -6.1969414
+ },
+ {
+ "x": -195.69456,
+ "y": -5.978863
+ },
+ {
+ "x": -195.57655,
+ "y": -6.752514
+ },
+ {
+ "x": -197.47945,
+ "y": -6.763195
+ },
+ {
+ "x": -198.63882,
+ "y": -7.1496544
+ },
+ {
+ "x": -199.91705,
+ "y": -7.1234703
+ },
+ {
+ "x": -200.21048,
+ "y": -7.4358177
+ },
+ {
+ "x": -201.2901,
+ "y": -7.703747
+ },
+ {
+ "x": -201.53653,
+ "y": -8.01466
+ },
+ {
+ "x": -201.17322,
+ "y": -8.571102
+ },
+ {
+ "x": -200.25986,
+ "y": -8.953457
+ },
+ {
+ "x": -200.81627,
+ "y": -9.216869
+ },
+ {
+ "x": -200.09009,
+ "y": -9.592083
+ },
+ {
+ "x": -199.80597,
+ "y": -9.919979
+ },
+ {
+ "x": -199.17546,
+ "y": -9.995922
+ },
+ {
+ "x": -199.40295,
+ "y": -10.187893
+ },
+ {
+ "x": -198.94139,
+ "y": -10.699184
+ },
+ {
+ "x": -198.89934,
+ "y": -11.222073
+ },
+ {
+ "x": -197.76317,
+ "y": -11.641293
+ },
+ {
+ "x": -197.32785,
+ "y": -11.644833
+ },
+ {
+ "x": -192.5364,
+ "y": -11.450954
+ },
+ {
+ "x": -192.17888,
+ "y": -16.019115
+ },
+ {
+ "x": -194.21051,
+ "y": -17.19447
+ },
+ {
+ "x": -195.22618,
+ "y": -17.073406
+ },
+ {
+ "x": -196.83125,
+ "y": -16.433605
+ },
+ {
+ "x": -197.12566,
+ "y": -17.402828
+ },
+ {
+ "x": -198.68005,
+ "y": -17.726406
+ },
+ {
+ "x": -199.70657,
+ "y": -17.433819
+ },
+ {
+ "x": -199.52803,
+ "y": -18.297192
+ },
+ {
+ "x": -198.45169,
+ "y": -18.816769
+ },
+ {
+ "x": -197.8232,
+ "y": -19.419598
+ },
+ {
+ "x": -197.03978,
+ "y": -19.23788
+ },
+ {
+ "x": -197.6951,
+ "y": -19.658398
+ },
+ {
+ "x": -196.96597,
+ "y": -19.865734
+ },
+ {
+ "x": -196.24873,
+ "y": -20.306652
+ },
+ {
+ "x": -196.01077,
+ "y": -20.578335
+ },
+ {
+ "x": -194.8508,
+ "y": -20.683056
+ },
+ {
+ "x": -194.11436,
+ "y": -20.583477
+ },
+ {
+ "x": -193.85858,
+ "y": -20.260586
+ },
+ {
+ "x": -194.72658,
+ "y": -19.821774
+ },
+ {
+ "x": -194.19005,
+ "y": -19.454372
+ },
+ {
+ "x": -192.64754,
+ "y": -19.344769
+ },
+ {
+ "x": -191.61287,
+ "y": -18.679958
+ },
+ {
+ "x": -190.91782,
+ "y": -19.276714
+ },
+ {
+ "x": -191.37831,
+ "y": -20.176342
+ },
+ {
+ "x": -191.92145,
+ "y": -21.105267
+ },
+ {
+ "x": -194.18723,
+ "y": -21.115261
+ },
+ {
+ "x": -193.76166,
+ "y": -22.85104
+ },
+ {
+ "x": -194.46085,
+ "y": -23.030361
+ },
+ {
+ "x": -194.67056,
+ "y": -23.488033
+ },
+ {
+ "x": -195.71445,
+ "y": -23.549313
+ },
+ {
+ "x": -195.63484,
+ "y": -23.962551
+ },
+ {
+ "x": -195.08864,
+ "y": -24.314602
+ },
+ {
+ "x": -194.49529,
+ "y": -24.505154
+ },
+ {
+ "x": -193.56813,
+ "y": -24.977016
+ },
+ {
+ "x": -192.58856,
+ "y": -25.474972
+ },
+ {
+ "x": -194.05511,
+ "y": -26.02592
+ },
+ {
+ "x": -194.59978,
+ "y": -26.599453
+ },
+ {
+ "x": -194.68633,
+ "y": -27.660824
+ },
+ {
+ "x": -195.27515,
+ "y": -27.932873
+ },
+ {
+ "x": -196.68611,
+ "y": -28.141415
+ },
+ {
+ "x": -197.6691,
+ "y": -28.057598
+ },
+ {
+ "x": -198.90929,
+ "y": -28.400799
+ },
+ {
+ "x": -198.42648,
+ "y": -28.811611
+ },
+ {
+ "x": -198.20827,
+ "y": -29.162258
+ },
+ {
+ "x": -197.44997,
+ "y": -29.279049
+ },
+ {
+ "x": -196.43657,
+ "y": -29.728558
+ },
+ {
+ "x": -195.46555,
+ "y": -30.132961
+ },
+ {
+ "x": -194.51859,
+ "y": -31.506374
+ },
+ {
+ "x": -192.8954,
+ "y": -31.354534
+ },
+ {
+ "x": -193.43356,
+ "y": -30.958126
+ },
+ {
+ "x": -191.85643,
+ "y": -31.127453
+ },
+ {
+ "x": -191.34464,
+ "y": -31.385159
+ },
+ {
+ "x": -190.57695,
+ "y": -31.342937
+ },
+ {
+ "x": -190.32654,
+ "y": -31.193111
+ },
+ {
+ "x": -188.9252,
+ "y": -30.999828
+ },
+ {
+ "x": -188.57698,
+ "y": -33.1246
+ },
+ {
+ "x": -189.14905,
+ "y": -33.364864
+ },
+ {
+ "x": -190.0863,
+ "y": -33.1683
+ },
+ {
+ "x": -190.46286,
+ "y": -33.41418
+ },
+ {
+ "x": -190.92493,
+ "y": -33.524944
+ },
+ {
+ "x": -191.79456,
+ "y": -33.44572
+ },
+ {
+ "x": -193.19768,
+ "y": -33.112713
+ },
+ {
+ "x": -193.26036,
+ "y": -33.32693
+ },
+ {
+ "x": -193.56879,
+ "y": -33.452938
+ },
+ {
+ "x": -194.36151,
+ "y": -33.54565
+ },
+ {
+ "x": -194.40489,
+ "y": -33.672894
+ },
+ {
+ "x": -195.30579,
+ "y": -33.820522
+ },
+ {
+ "x": -195.69736,
+ "y": -33.6797
+ },
+ {
+ "x": -196.3809,
+ "y": -34.332607
+ },
+ {
+ "x": -196.97328,
+ "y": -34.633236
+ },
+ {
+ "x": -197.38863,
+ "y": -34.977734
+ },
+ {
+ "x": -197.91415,
+ "y": -35.329952
+ },
+ {
+ "x": -197.76523,
+ "y": -35.46989
+ },
+ {
+ "x": -199.3886,
+ "y": -36.27386
+ },
+ {
+ "x": -202.38945,
+ "y": -34.702618
+ },
+ {
+ "x": -200.1993,
+ "y": -33.690746
+ },
+ {
+ "x": -198.66959,
+ "y": -33.522717
+ },
+ {
+ "x": -198.04126,
+ "y": -33.179302
+ },
+ {
+ "x": -198.98647,
+ "y": -32.75462
+ },
+ {
+ "x": -201.12645,
+ "y": -32.51208
+ },
+ {
+ "x": -201.22931,
+ "y": -31.970623
+ },
+ {
+ "x": -201.82562,
+ "y": -31.780376
+ },
+ {
+ "x": -202.48172,
+ "y": -31.962475
+ },
+ {
+ "x": -203.62454,
+ "y": -31.804241
+ },
+ {
+ "x": -204.38185,
+ "y": -30.91589
+ },
+ {
+ "x": -205.23026,
+ "y": -30.811657
+ },
+ {
+ "x": -205.27702,
+ "y": -30.54861
+ },
+ {
+ "x": -207.35092,
+ "y": -29.91795
+ },
+ {
+ "x": -209.90321,
+ "y": -28.772518
+ },
+ {
+ "x": -207.3921,
+ "y": -28.795895
+ },
+ {
+ "x": -206.99255,
+ "y": -28.630444
+ },
+ {
+ "x": -206.7564,
+ "y": -28.745953
+ },
+ {
+ "x": -206.88593,
+ "y": -29.170208
+ },
+ {
+ "x": -204.8129,
+ "y": -29.744823
+ },
+ {
+ "x": -204.19615,
+ "y": -29.467358
+ },
+ {
+ "x": -203.93816,
+ "y": -29.798702
+ },
+ {
+ "x": -204.32608,
+ "y": -30.424984
+ },
+ {
+ "x": -203.0764,
+ "y": -30.831234
+ },
+ {
+ "x": -201.96985,
+ "y": -30.471294
+ },
+ {
+ "x": -200.71132,
+ "y": -30.415295
+ },
+ {
+ "x": -197.66565,
+ "y": -30.640118
+ },
+ {
+ "x": -197.68863,
+ "y": -30.207684
+ },
+ {
+ "x": -200.27176,
+ "y": -28.829967
+ },
+ {
+ "x": -200.52603,
+ "y": -27.920376
+ },
+ {
+ "x": -198.82532,
+ "y": -27.407864
+ },
+ {
+ "x": -197.24655,
+ "y": -27.281216
+ },
+ {
+ "x": -196.31366,
+ "y": -27.062908
+ },
+ {
+ "x": -196.11995,
+ "y": -26.832165
+ },
+ {
+ "x": -196.03223,
+ "y": -27.227383
+ },
+ {
+ "x": -195.0875,
+ "y": -26.940731
+ },
+ {
+ "x": -194.72514,
+ "y": -26.663113
+ },
+ {
+ "x": -195.06941,
+ "y": -25.92796
+ },
+ {
+ "x": -197.3733,
+ "y": -24.452755
+ },
+ {
+ "x": -198.55295,
+ "y": -25.013912
+ },
+ {
+ "x": -199.7627,
+ "y": -25.183437
+ },
+ {
+ "x": -201.28328,
+ "y": -25.53558
+ },
+ {
+ "x": -201.40106,
+ "y": -25.841183
+ },
+ {
+ "x": -201.58458,
+ "y": -26.098812
+ },
+ {
+ "x": -202.81665,
+ "y": -26.39671
+ },
+ {
+ "x": -203.63373,
+ "y": -26.660488
+ },
+ {
+ "x": -204.1661,
+ "y": -26.42831
+ },
+ {
+ "x": -205.80107,
+ "y": -26.210384
+ },
+ {
+ "x": -205.8001,
+ "y": -25.866741
+ },
+ {
+ "x": -206.4437,
+ "y": -25.6748
+ },
+ {
+ "x": -207.08441,
+ "y": -25.83453
+ },
+ {
+ "x": -207.90419,
+ "y": -25.602749
+ },
+ {
+ "x": -207.47664,
+ "y": -23.634274
+ },
+ {
+ "x": -206.75945,
+ "y": -23.01881
+ },
+ {
+ "x": -206.25024,
+ "y": -23.33331
+ },
+ {
+ "x": -206.93805,
+ "y": -23.56924
+ },
+ {
+ "x": -206.0511,
+ "y": -23.590893
+ },
+ {
+ "x": -205.71138,
+ "y": -24.011272
+ },
+ {
+ "x": -204.77623,
+ "y": -24.135036
+ },
+ {
+ "x": -203.47142,
+ "y": -24.255535
+ },
+ {
+ "x": -201.51675,
+ "y": -23.879452
+ },
+ {
+ "x": -201.08154,
+ "y": -23.705456
+ },
+ {
+ "x": -201.5241,
+ "y": -23.459133
+ },
+ {
+ "x": -199.28835,
+ "y": -22.828274
+ },
+ {
+ "x": -198.88782,
+ "y": -22.586376
+ },
+ {
+ "x": -198.29523,
+ "y": -22.729305
+ },
+ {
+ "x": -197.50589,
+ "y": -21.8858
+ },
+ {
+ "x": -198.9695,
+ "y": -20.51379
+ },
+ {
+ "x": -199.79424,
+ "y": -20.34074
+ },
+ {
+ "x": -200.68584,
+ "y": -19.525402
+ },
+ {
+ "x": -202.19293,
+ "y": -18.700954
+ },
+ {
+ "x": -203.08537,
+ "y": -18.53857
+ },
+ {
+ "x": -203.9747,
+ "y": -17.598629
+ },
+ {
+ "x": -204.87106,
+ "y": -17.396938
+ },
+ {
+ "x": -206.6263,
+ "y": -17.706707
+ },
+ {
+ "x": -208.80217,
+ "y": -18.500317
+ },
+ {
+ "x": -210.56335,
+ "y": -17.309704
+ },
+ {
+ "x": -205.73294,
+ "y": -15.961971
+ },
+ {
+ "x": -206.16927,
+ "y": -15.527035
+ },
+ {
+ "x": -204.53903,
+ "y": -13.864346
+ },
+ {
+ "x": -205.31793,
+ "y": -13.155666
+ },
+ {
+ "x": -203.2683,
+ "y": -12.141964
+ },
+ {
+ "x": -203.37154,
+ "y": -11.375622
+ },
+ {
+ "x": -204.48398,
+ "y": -10.877529
+ },
+ {
+ "x": -203.4525,
+ "y": -10.2709465
+ },
+ {
+ "x": -203.34142,
+ "y": -9.388195
+ },
+ {
+ "x": -204.31781,
+ "y": -8.702221
+ },
+ {
+ "x": -206.37099,
+ "y": -9.396023
+ },
+ {
+ "x": -208.54117,
+ "y": -9.532085
+ },
+ {
+ "x": -209.05046,
+ "y": -8.835918
+ },
+ {
+ "x": -211.43912,
+ "y": -9.593273
+ },
+ {
+ "x": -215.83733,
+ "y": -9.486919
+ },
+ {
+ "x": -216.97368,
+ "y": -8.019009
+ },
+ {
+ "x": -219.55682,
+ "y": -7.0376854
+ },
+ {
+ "x": -223.00214,
+ "y": -7.8889427
+ },
+ {
+ "x": -222.78307,
+ "y": -5.532467
+ },
+ {
+ "x": -221.16667,
+ "y": -5.733532
+ },
+ {
+ "x": -219.82121,
+ "y": -5.39085
+ },
+ {
+ "x": -221.14404,
+ "y": -4.6478844
+ },
+ {
+ "x": -220.59406,
+ "y": -3.6120567
+ },
+ {
+ "x": -219.51593,
+ "y": -4.1419945
+ },
+ {
+ "x": -218.2139,
+ "y": -4.278759
+ },
+ {
+ "x": -218.77336,
+ "y": -4.6232567
+ },
+ {
+ "x": -216.80301,
+ "y": -5.254238
+ },
+ {
+ "x": -216.33513,
+ "y": -5.933529
+ },
+ {
+ "x": -212.54832,
+ "y": -6.5469475
+ },
+ {
+ "x": -212.34888,
+ "y": -6.0816765
+ },
+ {
+ "x": -210.04448,
+ "y": -6.28088
+ },
+ {
+ "x": -210.38866,
+ "y": -5.961895
+ },
+ {
+ "x": -208.6638,
+ "y": -5.67239
+ },
+ {
+ "x": -208.48206,
+ "y": -5.1289635
+ },
+ {
+ "x": -211.85608,
+ "y": -2.9875755
+ },
+ {
+ "x": -224.0831,
+ "y": -2.899166
+ },
+ {
+ "x": -225.51219,
+ "y": -7.990078
+ },
+ {
+ "x": -226.78052,
+ "y": -8.442623
+ },
+ {
+ "x": -230.95654,
+ "y": -7.840664
+ },
+ {
+ "x": -231.05838,
+ "y": -9.562908
+ },
+ {
+ "x": -228.86385,
+ "y": -9.974651
+ },
+ {
+ "x": -228.45987,
+ "y": -10.331936
+ },
+ {
+ "x": -228.73215,
+ "y": -10.529736
+ },
+ {
+ "x": -226.9907,
+ "y": -11.133144
+ },
+ {
+ "x": -223.57993,
+ "y": -11.635799
+ },
+ {
+ "x": -223.47159,
+ "y": -12.117901
+ },
+ {
+ "x": -225.94379,
+ "y": -12.731136
+ },
+ {
+ "x": -225.0917,
+ "y": -13.315014
+ },
+ {
+ "x": -225.07762,
+ "y": -13.98695
+ },
+ {
+ "x": -224.59988,
+ "y": -14.340496
+ },
+ {
+ "x": -224.04337,
+ "y": -15.216015
+ },
+ {
+ "x": -224.88545,
+ "y": -16.409435
+ },
+ {
+ "x": -226.17531,
+ "y": -17.112179
+ },
+ {
+ "x": -228.84619,
+ "y": -17.327831
+ },
+ {
+ "x": -230.62082,
+ "y": -17.940441
+ },
+ {
+ "x": -230.11092,
+ "y": -18.678677
+ },
+ {
+ "x": -229.40456,
+ "y": -18.656445
+ },
+ {
+ "x": -227.17873,
+ "y": -19.447536
+ },
+ {
+ "x": -225.42172,
+ "y": -19.852139
+ },
+ {
+ "x": -225.00761,
+ "y": -20.5191
+ },
+ {
+ "x": -221.29292,
+ "y": -20.917583
+ },
+ {
+ "x": -218.60332,
+ "y": -20.57359
+ },
+ {
+ "x": -219.67432,
+ "y": -21.027843
+ },
+ {
+ "x": -218.90576,
+ "y": -21.373455
+ },
+ {
+ "x": -217.0582,
+ "y": -21.287075
+ },
+ {
+ "x": -216.96317,
+ "y": -20.901897
+ },
+ {
+ "x": -215.47441,
+ "y": -20.802746
+ },
+ {
+ "x": -214.82281,
+ "y": -20.520153
+ },
+ {
+ "x": -213.8747,
+ "y": -20.139706
+ },
+ {
+ "x": -213.84448,
+ "y": -19.813183
+ },
+ {
+ "x": -212.99869,
+ "y": -19.383282
+ },
+ {
+ "x": -213.38152,
+ "y": -18.994183
+ },
+ {
+ "x": -212.52853,
+ "y": -18.611614
+ },
+ {
+ "x": -211.44331,
+ "y": -18.128613
+ },
+ {
+ "x": -212.05594,
+ "y": -17.60287
+ },
+ {
+ "x": -211.00606,
+ "y": -17.805172
+ },
+ {
+ "x": -210.77527,
+ "y": -19.380917
+ },
+ {
+ "x": -211.7334,
+ "y": -20.071331
+ },
+ {
+ "x": -212.74887,
+ "y": -21.061337
+ },
+ {
+ "x": -212.70372,
+ "y": -21.848232
+ },
+ {
+ "x": -210.80304,
+ "y": -21.970577
+ },
+ {
+ "x": -211.22296,
+ "y": -22.16557
+ },
+ {
+ "x": -208.42395,
+ "y": -22.862774
+ },
+ {
+ "x": -208.34425,
+ "y": -23.347897
+ },
+ {
+ "x": -209.32245,
+ "y": -23.944546
+ },
+ {
+ "x": -209.80573,
+ "y": -24.56628
+ },
+ {
+ "x": -211.00099,
+ "y": -24.547955
+ },
+ {
+ "x": -211.63835,
+ "y": -23.911312
+ },
+ {
+ "x": -212.64421,
+ "y": -23.805462
+ },
+ {
+ "x": -213.63799,
+ "y": -23.998302
+ },
+ {
+ "x": -214.46129,
+ "y": -23.650097
+ },
+ {
+ "x": -216.16261,
+ "y": -23.789455
+ },
+ {
+ "x": -216.98232,
+ "y": -24.092571
+ },
+ {
+ "x": -218.48775,
+ "y": -24.18803
+ },
+ {
+ "x": -219.7602,
+ "y": -23.910732
+ },
+ {
+ "x": -222.31462,
+ "y": -24.301128
+ },
+ {
+ "x": -223.14496,
+ "y": -24.025478
+ },
+ {
+ "x": -224.26147,
+ "y": -24.043545
+ },
+ {
+ "x": -225.14981,
+ "y": -23.48521
+ },
+ {
+ "x": -226.60959,
+ "y": -23.797695
+ },
+ {
+ "x": -229.17,
+ "y": -23.457302
+ },
+ {
+ "x": -229.8358,
+ "y": -23.60162
+ },
+ {
+ "x": -230.63223,
+ "y": -24.034328
+ },
+ {
+ "x": -231.89651,
+ "y": -24.221706
+ },
+ {
+ "x": -231.47485,
+ "y": -25.119244
+ },
+ {
+ "x": -231.5695,
+ "y": -25.51701
+ },
+ {
+ "x": -232.17725,
+ "y": -25.812817
+ },
+ {
+ "x": -232.55356,
+ "y": -28.66026
+ },
+ {
+ "x": -233.3381,
+ "y": -29.357906
+ },
+ {
+ "x": -234.33932,
+ "y": -29.412487
+ },
+ {
+ "x": -234.82281,
+ "y": -29.109173
+ },
+ {
+ "x": -236.15843,
+ "y": -27.000347
+ },
+ {
+ "x": -234.01212,
+ "y": -26.31886
+ },
+ {
+ "x": -235.0054,
+ "y": -25.723705
+ },
+ {
+ "x": -232.81401,
+ "y": -25.627926
+ },
+ {
+ "x": -231.67015,
+ "y": -25.16856
+ },
+ {
+ "x": -232.03009,
+ "y": -24.469936
+ },
+ {
+ "x": -232.18948,
+ "y": -23.936306
+ },
+ {
+ "x": -232.7333,
+ "y": -23.580898
+ },
+ {
+ "x": -233.53801,
+ "y": -23.45506
+ },
+ {
+ "x": -234.3575,
+ "y": -23.020382
+ },
+ {
+ "x": -235.40862,
+ "y": -23.020718
+ },
+ {
+ "x": -236.46648,
+ "y": -22.949123
+ },
+ {
+ "x": -237.3873,
+ "y": -22.638393
+ },
+ {
+ "x": -236.63783,
+ "y": -22.31718
+ },
+ {
+ "x": -239.19101,
+ "y": -22.18974
+ },
+ {
+ "x": -239.96555,
+ "y": -22.525127
+ },
+ {
+ "x": -241.02534,
+ "y": -22.693768
+ },
+ {
+ "x": -241.01913,
+ "y": -27.16711
+ },
+ {
+ "x": -239.69649,
+ "y": -28.60374
+ },
+ {
+ "x": -238.14964,
+ "y": -28.428493
+ },
+ {
+ "x": -237.22664,
+ "y": -28.12724
+ },
+ {
+ "x": -237.12431,
+ "y": -29.313946
+ },
+ {
+ "x": -236.0912,
+ "y": -30.377758
+ },
+ {
+ "x": -234.1422,
+ "y": -31.362453
+ },
+ {
+ "x": -237.09901,
+ "y": -31.038143
+ },
+ {
+ "x": -239.2648,
+ "y": -31.642925
+ },
+ {
+ "x": -238.62053,
+ "y": -37.491467
+ },
+ {
+ "x": -235.78438,
+ "y": -39.62254
+ },
+ {
+ "x": -233.18306,
+ "y": -42.008335
+ },
+ {
+ "x": -231.86127,
+ "y": -42.05553
+ },
+ {
+ "x": -231.08092,
+ "y": -42.504604
+ },
+ {
+ "x": -230.09955,
+ "y": -42.370274
+ },
+ {
+ "x": -228.70448,
+ "y": -42.568348
+ },
+ {
+ "x": -227.55858,
+ "y": -42.32774
+ },
+ {
+ "x": -222.48116,
+ "y": -41.733738
+ },
+ {
+ "x": -221.32515,
+ "y": -41.830555
+ },
+ {
+ "x": -221.10255,
+ "y": -42.065037
+ },
+ {
+ "x": -218.40164,
+ "y": -41.85734
+ },
+ {
+ "x": -218.2159,
+ "y": -41.41241
+ },
+ {
+ "x": -217.81024,
+ "y": -41.412457
+ },
+ {
+ "x": -217.68211,
+ "y": -41.883366
+ },
+ {
+ "x": -216.40143,
+ "y": -42.09255
+ },
+ {
+ "x": -215.71584,
+ "y": -41.7906
+ },
+ {
+ "x": -214.8792,
+ "y": -42.018604
+ },
+ {
+ "x": -214.03145,
+ "y": -41.815594
+ },
+ {
+ "x": -213.51613,
+ "y": -42.0583
+ },
+ {
+ "x": -212.56699,
+ "y": -41.914776
+ },
+ {
+ "x": -211.90685,
+ "y": -41.34331
+ },
+ {
+ "x": -211.40892,
+ "y": -41.068714
+ },
+ {
+ "x": -211.56007,
+ "y": -40.938526
+ },
+ {
+ "x": -210.10861,
+ "y": -40.383602
+ },
+ {
+ "x": -209.24034,
+ "y": -39.917812
+ },
+ {
+ "x": -207.82713,
+ "y": -37.93385
+ },
+ {
+ "x": -205.67084,
+ "y": -36.7021
+ },
+ {
+ "x": -203.20927,
+ "y": -35.23106
+ },
+ {
+ "x": -200.88887,
+ "y": -36.702938
+ },
+ {
+ "x": -201.48158,
+ "y": -36.97517
+ },
+ {
+ "x": -201.0098,
+ "y": -37.137875
+ },
+ {
+ "x": -203.24117,
+ "y": -38.018948
+ },
+ {
+ "x": -203.77176,
+ "y": -38.239452
+ },
+ {
+ "x": -204.10146,
+ "y": -38.91934
+ },
+ {
+ "x": -201.70676,
+ "y": -40.79897
+ },
+ {
+ "x": -200.46074,
+ "y": -41.04851
+ },
+ {
+ "x": -199.95142,
+ "y": -40.89787
+ },
+ {
+ "x": -198.56177,
+ "y": -40.944195
+ },
+ {
+ "x": -197.38487,
+ "y": -40.63296
+ },
+ {
+ "x": -198.14548,
+ "y": -40.976894
+ },
+ {
+ "x": -197.68541,
+ "y": -41.13026
+ },
+ {
+ "x": -196.86107,
+ "y": -41.108128
+ },
+ {
+ "x": -196.32755,
+ "y": -40.876957
+ },
+ {
+ "x": -195.93251,
+ "y": -40.87238
+ },
+ {
+ "x": -194.84409,
+ "y": -40.882748
+ },
+ {
+ "x": -194.3392,
+ "y": -40.760212
+ },
+ {
+ "x": -194.65701,
+ "y": -40.55691
+ },
+ {
+ "x": -193.73494,
+ "y": -40.53436
+ },
+ {
+ "x": -192.68921,
+ "y": -40.09402
+ },
+ {
+ "x": -193.72617,
+ "y": -39.81065
+ },
+ {
+ "x": -192.60493,
+ "y": -39.719936
+ },
+ {
+ "x": -192.4243,
+ "y": -40.08894
+ },
+ {
+ "x": -192.58147,
+ "y": -42.04359
+ },
+ {
+ "x": -196.08025,
+ "y": -42.969006
+ },
+ {
+ "x": -195.98958,
+ "y": -43.444942
+ },
+ {
+ "x": -191.82697,
+ "y": -43.417683
+ },
+ {
+ "x": -188.54163,
+ "y": -43.418934
+ },
+ {
+ "x": -184.95464,
+ "y": -43.444653
+ },
+ {
+ "x": -184.86417,
+ "y": -41.29005
+ },
+ {
+ "x": -186.90486,
+ "y": -41.77676
+ },
+ {
+ "x": -189.8054,
+ "y": -41.742832
+ },
+ {
+ "x": -190.87903,
+ "y": -39.621487
+ },
+ {
+ "x": -189.69862,
+ "y": -39.501034
+ },
+ {
+ "x": -189.57413,
+ "y": -39.72172
+ },
+ {
+ "x": -187.16187,
+ "y": -39.981792
+ },
+ {
+ "x": -186.63704,
+ "y": -39.494625
+ },
+ {
+ "x": -186.00653,
+ "y": -39.60426
+ },
+ {
+ "x": -184.98303,
+ "y": -39.2515
+ },
+ {
+ "x": -184.83072,
+ "y": -32.609814
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": -207.44652,
+ "y": -34.52772
+ },
+ {
+ "x": -221.69359,
+ "y": -34.144825
+ },
+ {
+ "x": -227.22214,
+ "y": -36.695873
+ },
+ {
+ "x": -234.983,
+ "y": -36.734154
+ },
+ {
+ "x": -235.01767,
+ "y": -44.908524
+ },
+ {
+ "x": -192.92603,
+ "y": -44.955284
+ },
+ {
+ "x": -192.90771,
+ "y": -37.36782
+ }
+ ]
+ }
+ ],
+ "ExtraPlaceArea": []
+ },
+ {
+ "RegionId": 9999,
+ "RegionSizeInfo": {
+ "Pos": {
+ "x": 41.34317,
+ "y": -244.01935
+ },
+ "Width": 31.106949,
+ "Height": 14.419235
+ },
+ "CanPlaceArea": [
+ {
+ "ID": 1,
+ "Points": [
+ {
+ "x": 56.99872,
+ "y": -251.2052
+ },
+ {
+ "x": 57.112587,
+ "y": -246.38533
+ },
+ {
+ "x": 54.704544,
+ "y": -244.23096
+ },
+ {
+ "x": 50.89897,
+ "y": -243.57199
+ },
+ {
+ "x": 50.72019,
+ "y": -243.01956
+ },
+ {
+ "x": 48.487278,
+ "y": -242.25885
+ },
+ {
+ "x": 45.34335,
+ "y": -242.30954
+ },
+ {
+ "x": 44.96301,
+ "y": -241.59726
+ },
+ {
+ "x": 42.16307,
+ "y": -242.10995
+ },
+ {
+ "x": 36.67324,
+ "y": -241.82402
+ },
+ {
+ "x": 33.172806,
+ "y": -243.12987
+ },
+ {
+ "x": 29.520683,
+ "y": -243.49863
+ },
+ {
+ "x": 29.746265,
+ "y": -245.06465
+ },
+ {
+ "x": 27.802425,
+ "y": -245.26839
+ },
+ {
+ "x": 28.245016,
+ "y": -246.5344
+ },
+ {
+ "x": 27.762497,
+ "y": -247.49277
+ },
+ {
+ "x": 25.847977,
+ "y": -248.37997
+ },
+ {
+ "x": 25.785965,
+ "y": -251.24915
+ }
+ ]
+ }
+ ],
+ "CanNotPlaceArea": [],
+ "ExtraPlaceArea": []
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/RegionRelationshipConfigCategory.json b/config/RegionRelationshipConfigCategory.json
new file mode 100644
index 0000000..85a15b0
--- /dev/null
+++ b/config/RegionRelationshipConfigCategory.json
@@ -0,0 +1,98 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1001,
+ "RelationshipName": "友好",
+ "Level": 1,
+ "Reputation": 1000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 2,
+ "GroupId": 1001,
+ "RelationshipName": "亲近",
+ "Level": 2,
+ "Reputation": 3000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 3,
+ "GroupId": 1001,
+ "RelationshipName": "尊敬",
+ "Level": 3,
+ "Reputation": 6000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 4,
+ "GroupId": 1002,
+ "RelationshipName": "友好",
+ "Level": 1,
+ "Reputation": 1000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 5,
+ "GroupId": 1002,
+ "RelationshipName": "亲近",
+ "Level": 2,
+ "Reputation": 3000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 6,
+ "GroupId": 1002,
+ "RelationshipName": "尊敬",
+ "Level": 3,
+ "Reputation": 6000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 7,
+ "GroupId": 1003,
+ "RelationshipName": "友好",
+ "Level": 1,
+ "Reputation": 1000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 8,
+ "GroupId": 1003,
+ "RelationshipName": "亲近",
+ "Level": 2,
+ "Reputation": 3000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 9,
+ "GroupId": 1003,
+ "RelationshipName": "尊敬",
+ "Level": 3,
+ "Reputation": 6000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 10,
+ "GroupId": 1004,
+ "RelationshipName": "友好",
+ "Level": 1,
+ "Reputation": 1000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 11,
+ "GroupId": 1004,
+ "RelationshipName": "亲近",
+ "Level": 2,
+ "Reputation": 3000,
+ "RewardItems": 1001
+ },
+ {
+ "Id": 12,
+ "GroupId": 1004,
+ "RelationshipName": "尊敬",
+ "Level": 3,
+ "Reputation": 6000,
+ "RewardItems": 1001
+ }
+]
\ No newline at end of file
diff --git a/config/RegionResourcesConfigCategory.json b/config/RegionResourcesConfigCategory.json
new file mode 100644
index 0000000..ef8ce56
--- /dev/null
+++ b/config/RegionResourcesConfigCategory.json
@@ -0,0 +1,771 @@
+[
+ {
+ "Id": 1001,
+ "Name": "樟木",
+ "ResourcesName": "樟木",
+ "BaseOut": 10,
+ "WorkerNum": 2,
+ "MinAcquisition": 100,
+ "MaxAcquisition": 10000,
+ "UnitAcquisition": 100,
+ "UnitTimeConsuming": 120,
+ "UnitMoneyConsuming": 2,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 1002,
+ "Name": "沙",
+ "ResourcesName": "沙",
+ "BaseOut": 20,
+ "WorkerNum": 2,
+ "MinAcquisition": 400,
+ "MaxAcquisition": 10000,
+ "UnitAcquisition": 400,
+ "UnitTimeConsuming": 120,
+ "UnitMoneyConsuming": 1,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 1003,
+ "Name": "赤木",
+ "ResourcesName": "赤木",
+ "BaseOut": 11,
+ "WorkerNum": 3,
+ "MinAcquisition": 400,
+ "MaxAcquisition": 10000,
+ "UnitAcquisition": 400,
+ "UnitTimeConsuming": 120,
+ "UnitMoneyConsuming": 6,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 1004,
+ "Name": "甘华木",
+ "ResourcesName": "甘华木",
+ "BaseOut": 12,
+ "WorkerNum": 6,
+ "MinAcquisition": 200,
+ "MaxAcquisition": 10000,
+ "UnitAcquisition": 200,
+ "UnitTimeConsuming": 120,
+ "UnitMoneyConsuming": 8,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 1005,
+ "Name": "机木",
+ "ResourcesName": "机木",
+ "BaseOut": 215,
+ "WorkerNum": 10,
+ "MinAcquisition": 200,
+ "MaxAcquisition": 10000,
+ "UnitAcquisition": 200,
+ "UnitTimeConsuming": 120,
+ "UnitMoneyConsuming": 12,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 1006,
+ "Name": "大理石",
+ "ResourcesName": "大理石",
+ "BaseOut": 17,
+ "WorkerNum": 12,
+ "MinAcquisition": 400,
+ "MaxAcquisition": 10000,
+ "UnitAcquisition": 400,
+ "UnitTimeConsuming": 120,
+ "UnitMoneyConsuming": 10,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2001,
+ "Name": "杂草",
+ "ResourcesName": "杂草",
+ "BaseOut": 1,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 200,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2002,
+ "Name": "甘草",
+ "ResourcesName": "甘草",
+ "BaseOut": 300,
+ "WorkerNum": 1,
+ "MinAcquisition": 2,
+ "MaxAcquisition": 2,
+ "UnitAcquisition": 2,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2003,
+ "Name": "野果",
+ "ResourcesName": "野果",
+ "BaseOut": 2001,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2004,
+ "Name": "野菜",
+ "ResourcesName": "野菜",
+ "BaseOut": 100,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2005,
+ "Name": "葛草",
+ "ResourcesName": "葛草",
+ "BaseOut": 200,
+ "WorkerNum": 1,
+ "MinAcquisition": 2,
+ "MaxAcquisition": 2,
+ "UnitAcquisition": 2,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2006,
+ "Name": "茅草",
+ "ResourcesName": "茅草",
+ "BaseOut": 2,
+ "WorkerNum": 1,
+ "MinAcquisition": 2,
+ "MaxAcquisition": 2,
+ "UnitAcquisition": 2,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2007,
+ "Name": "亚麻",
+ "ResourcesName": "亚麻",
+ "BaseOut": 4,
+ "WorkerNum": 1,
+ "MinAcquisition": 2,
+ "MaxAcquisition": 2,
+ "UnitAcquisition": 2,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2008,
+ "Name": "树枝堆",
+ "ResourcesName": "树枝堆",
+ "BaseOut": 5,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2009,
+ "Name": "碎石堆",
+ "ResourcesName": "碎石堆",
+ "BaseOut": 12,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "Disappear": true
+ },
+ {
+ "Id": 2010,
+ "Name": "杂草",
+ "ResourcesName": "杂草",
+ "BaseOut": 1,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 200,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2011,
+ "Name": "甘草",
+ "ResourcesName": "甘草",
+ "BaseOut": 300,
+ "WorkerNum": 1,
+ "MinAcquisition": 3,
+ "MaxAcquisition": 3,
+ "UnitAcquisition": 3,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2012,
+ "Name": "野果",
+ "ResourcesName": "野果",
+ "BaseOut": 2001,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2013,
+ "Name": "野菜",
+ "ResourcesName": "野菜",
+ "BaseOut": 100,
+ "WorkerNum": 1,
+ "MinAcquisition": 8,
+ "MaxAcquisition": 8,
+ "UnitAcquisition": 8,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2014,
+ "Name": "葛草",
+ "ResourcesName": "葛草",
+ "BaseOut": 200,
+ "WorkerNum": 1,
+ "MinAcquisition": 5,
+ "MaxAcquisition": 5,
+ "UnitAcquisition": 5,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2015,
+ "Name": "茅草",
+ "ResourcesName": "茅草",
+ "BaseOut": 2,
+ "WorkerNum": 1,
+ "MinAcquisition": 8,
+ "MaxAcquisition": 8,
+ "UnitAcquisition": 8,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2016,
+ "Name": "亚麻",
+ "ResourcesName": "亚麻",
+ "BaseOut": 4,
+ "WorkerNum": 1,
+ "MinAcquisition": 6,
+ "MaxAcquisition": 6,
+ "UnitAcquisition": 6,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2017,
+ "Name": "树枝堆",
+ "ResourcesName": "树枝堆",
+ "BaseOut": 5,
+ "WorkerNum": 1,
+ "MinAcquisition": 6,
+ "MaxAcquisition": 6,
+ "UnitAcquisition": 6,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2018,
+ "Name": "碎石堆",
+ "ResourcesName": "碎石堆",
+ "BaseOut": 12,
+ "WorkerNum": 1,
+ "MinAcquisition": 6,
+ "MaxAcquisition": 6,
+ "UnitAcquisition": 6,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2019,
+ "Name": "铁矿",
+ "ResourcesName": "铁矿",
+ "BaseOut": 23,
+ "WorkerNum": 1,
+ "MinAcquisition": 30,
+ "MaxAcquisition": 30,
+ "UnitAcquisition": 30,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2020,
+ "Name": "赤铁矿",
+ "ResourcesName": "赤铁矿",
+ "BaseOut": 24,
+ "WorkerNum": 1,
+ "MinAcquisition": 30,
+ "MaxAcquisition": 30,
+ "UnitAcquisition": 30,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2021,
+ "Name": "姜",
+ "ResourcesName": "姜",
+ "BaseOut": 107,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2022,
+ "Name": "香菇",
+ "ResourcesName": "香菇",
+ "BaseOut": 108,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2023,
+ "Name": "蟹篓",
+ "ResourcesName": "蟹篓",
+ "BaseOut": 113,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 200,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2024,
+ "Name": "精铁矿",
+ "ResourcesName": "精铁矿石",
+ "BaseOut": 27,
+ "WorkerNum": 1,
+ "MinAcquisition": 30,
+ "MaxAcquisition": 30,
+ "UnitAcquisition": 30,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2025,
+ "Name": "钨铁矿",
+ "ResourcesName": "乌铁矿石",
+ "BaseOut": 28,
+ "WorkerNum": 1,
+ "MinAcquisition": 30,
+ "MaxAcquisition": 30,
+ "UnitAcquisition": 30,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2026,
+ "Name": "红枣",
+ "ResourcesName": "红枣",
+ "BaseOut": 129,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2027,
+ "Name": "枸杞",
+ "ResourcesName": "枸杞",
+ "BaseOut": 130,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2028,
+ "Name": "田七",
+ "ResourcesName": "田七",
+ "BaseOut": 303,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2029,
+ "Name": "当归",
+ "ResourcesName": "当归",
+ "BaseOut": 312,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2030,
+ "Name": "青金矿",
+ "ResourcesName": "青金矿石",
+ "BaseOut": 29,
+ "WorkerNum": 1,
+ "MinAcquisition": 30,
+ "MaxAcquisition": 30,
+ "UnitAcquisition": 30,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2031,
+ "Name": "人参",
+ "ResourcesName": "人参",
+ "BaseOut": 132,
+ "WorkerNum": 1,
+ "MinAcquisition": 1,
+ "MaxAcquisition": 1,
+ "UnitAcquisition": 1,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2032,
+ "Name": "一支箭",
+ "ResourcesName": "一支箭",
+ "BaseOut": 305,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2033,
+ "Name": "独活",
+ "ResourcesName": "独活",
+ "BaseOut": 313,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2034,
+ "Name": "鳞铁矿",
+ "ResourcesName": "鳞铁矿",
+ "BaseOut": 32,
+ "WorkerNum": 1,
+ "MinAcquisition": 30,
+ "MaxAcquisition": 30,
+ "UnitAcquisition": 30,
+ "UnitTimeConsuming": 600,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2035,
+ "Name": "通天花",
+ "ResourcesName": "通天花",
+ "BaseOut": 314,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2036,
+ "Name": "川续断",
+ "ResourcesName": "川续断",
+ "BaseOut": 306,
+ "WorkerNum": 1,
+ "MinAcquisition": 20,
+ "MaxAcquisition": 20,
+ "UnitAcquisition": 20,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ },
+ {
+ "Id": 2037,
+ "Name": "腊肉",
+ "ResourcesName": "腊肉",
+ "BaseOut": 831,
+ "WorkerNum": 1,
+ "MinAcquisition": 2,
+ "MaxAcquisition": 2,
+ "UnitAcquisition": 2,
+ "UnitTimeConsuming": 300,
+ "UnitMoneyConsuming": 0,
+ "RebornCondition": 5,
+ "RebornConditionParameters": [
+ 500,
+ 1300,
+ 2100
+ ],
+ "Disappear": false
+ }
+]
\ No newline at end of file
diff --git a/config/RegionResourcesPointConfigCategory.json b/config/RegionResourcesPointConfigCategory.json
new file mode 100644
index 0000000..a4faff9
--- /dev/null
+++ b/config/RegionResourcesPointConfigCategory.json
@@ -0,0 +1,3950 @@
+[
+ {
+ "Id": 1001,
+ "Name": "伐木场",
+ "Type": 1,
+ "Resources": 1001,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 1004,
+ "Prefab": "RegionResourcePoint_1001",
+ "Icon": "RegionStructure_1001_01",
+ "Description": "附近生长着高大的樟木,建造伐木场后可以雇佣渔溪村民进行砍伐获取樟木资源"
+ },
+ {
+ "Id": 1002,
+ "Name": "采沙场",
+ "Type": 1,
+ "Resources": 1002,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 1005,
+ "Prefab": "RegionResourcePoint_1002",
+ "Icon": "RegionStructure_1002_01",
+ "Description": "丰富的沙资源得益于渔溪村的地理优势,建造采沙场后可以雇佣渔溪村民进行采沙"
+ },
+ {
+ "Id": 1003,
+ "Name": "伐木场",
+ "Type": 1,
+ "Resources": 1003,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 2005,
+ "Prefab": "RegionResourcePoint_1003",
+ "Icon": "RegionStructure_1001_01",
+ "Description": "生长着高大的赤木,建造伐木场后可以雇佣赤丘山民进行砍伐获取赤木资源"
+ },
+ {
+ "Id": 1004,
+ "Name": "伐木场",
+ "Type": 1,
+ "Resources": 1004,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 16
+ ],
+ "StructureCondition": 3005,
+ "Prefab": "RegionResourcePoint_1004",
+ "Icon": "RegionStructure_1001_01",
+ "Description": "生长着高大的甘华木,建造伐木场后可以雇佣太姥村民进行砍伐获取甘华木资源"
+ },
+ {
+ "Id": 1005,
+ "Name": "伐木场",
+ "Type": 1,
+ "Resources": 1005,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 20
+ ],
+ "StructureCondition": 4005,
+ "Prefab": "RegionResourcePoint_1005",
+ "Icon": "RegionStructure_1001_01",
+ "Description": "生长着高大的机木,建造伐木场后可以雇佣朱山镇民进行砍伐获取机木资源"
+ },
+ {
+ "Id": 1006,
+ "Name": "采石场",
+ "Type": 1,
+ "Resources": 1006,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 4006,
+ "Prefab": "RegionResourcePoint_1006",
+ "Icon": "RegionStructure_4005",
+ "Description": "罕见的大理石矿产,建造采石场后可以雇佣朱山镇民进行开采"
+ },
+ {
+ "Id": 2001,
+ "Name": "铁矿",
+ "Type": 2,
+ "Resources": 2019,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 5
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2019",
+ "Icon": "Resource_28",
+ "Description": "一种用途广泛的矿石,可加工成铁块,用于制作武器和建造建筑"
+ },
+ {
+ "Id": 2002,
+ "Name": "铁矿",
+ "Type": 2,
+ "Resources": 2019,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 5
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2019",
+ "Icon": "Resource_28",
+ "Description": "一种用途广泛的矿石,可加工成铁块,用于制作武器和建造建筑"
+ },
+ {
+ "Id": 2003,
+ "Name": "赤铁矿",
+ "Type": 2,
+ "Resources": 2020,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2020",
+ "Icon": "RegionResourcePoint_2020",
+ "Description": "一种质地坚硬的矿石,可加工成赤铁块,用于制作武器"
+ },
+ {
+ "Id": 2004,
+ "Name": "赤铁矿",
+ "Type": 2,
+ "Resources": 2020,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2020",
+ "Icon": "RegionResourcePoint_2020",
+ "Description": "一种质地坚硬的矿石,可加工成赤铁块,用于制作武器"
+ },
+ {
+ "Id": 2005,
+ "Name": "姜",
+ "Type": 2,
+ "Resources": 2021,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 5
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2021",
+ "Icon": "RegionResourcePoint_2021",
+ "Description": "路边不起眼的绿植,但根部的味道十分辛辣。洗净后既可以用于烹饪调味,也是一味药材"
+ },
+ {
+ "Id": 2006,
+ "Name": "姜",
+ "Type": 2,
+ "Resources": 2021,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 5
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2021",
+ "Icon": "RegionResourcePoint_2021",
+ "Description": "路边不起眼的绿植,但根部的味道十分辛辣。洗净后既可以用于烹饪调味,也是一味药材"
+ },
+ {
+ "Id": 2007,
+ "Name": "姜",
+ "Type": 2,
+ "Resources": 2021,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 5
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2021",
+ "Icon": "RegionResourcePoint_2021",
+ "Description": "路边不起眼的绿植,但根部的味道十分辛辣。洗净后既可以用于烹饪调味,也是一味药材"
+ },
+ {
+ "Id": 2008,
+ "Name": "香菇",
+ "Type": 2,
+ "Resources": 2022,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 6
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2022",
+ "Icon": "RegionResourcePoint_2022",
+ "Description": "腐朽的树根上生长出伞状的菌类,十分可爱"
+ },
+ {
+ "Id": 2009,
+ "Name": "香菇",
+ "Type": 2,
+ "Resources": 2022,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 6
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2022",
+ "Icon": "RegionResourcePoint_2022",
+ "Description": "腐朽的树根上生长出伞状的菌类,十分可爱"
+ },
+ {
+ "Id": 2010,
+ "Name": "香菇",
+ "Type": 2,
+ "Resources": 2022,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 6
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2022",
+ "Icon": "RegionResourcePoint_2022",
+ "Description": "腐朽的树根上生长出伞状的菌类,十分可爱"
+ },
+ {
+ "Id": 2011,
+ "Name": "蟹篓",
+ "Type": 2,
+ "Resources": 2023,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2023",
+ "Icon": "RegionResourcePoint_2023",
+ "Description": "溪水边放下蟹篓后只需要耐心地等待,一些横冲直撞的河蟹会懵懵懂懂地自投罗网"
+ },
+ {
+ "Id": 2012,
+ "Name": "蟹篓",
+ "Type": 2,
+ "Resources": 2023,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2023",
+ "Icon": "RegionResourcePoint_2023",
+ "Description": "溪水边放下蟹篓后只需要耐心地等待,一些横冲直撞的河蟹会懵懵懂懂地自投罗网"
+ },
+ {
+ "Id": 2013,
+ "Name": "蟹篓",
+ "Type": 2,
+ "Resources": 2023,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2023",
+ "Icon": "RegionResourcePoint_2023",
+ "Description": "溪水边放下蟹篓后只需要耐心地等待,一些横冲直撞的河蟹会懵懵懂懂地自投罗网"
+ },
+ {
+ "Id": 2014,
+ "Name": "铁矿",
+ "Type": 2,
+ "Resources": 2019,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 5
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2019",
+ "Icon": "Resource_28",
+ "Description": "一种用途广泛的矿石,可加工成铁块,用于制作武器和建造建筑"
+ },
+ {
+ "Id": 2015,
+ "Name": "赤铁矿",
+ "Type": 2,
+ "Resources": 2020,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 8
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2020",
+ "Icon": "RegionResourcePoint_2020",
+ "Description": "一种质地坚硬的矿石,可加工成赤铁块,用于制作武器"
+ },
+ {
+ "Id": 2100,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2101,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2102,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2103,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2104,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2105,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2106,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2107,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2108,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2109,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2110,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2111,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2112,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2113,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2114,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2115,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 2116,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 2117,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 2118,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 2119,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 2120,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 2121,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 2122,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 2123,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 2124,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 2125,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 2126,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 2127,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 2128,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 2129,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 2130,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 2131,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 2132,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 2133,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 2134,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 2135,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 2136,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 2137,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 2138,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 2139,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 2140,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 2141,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 2142,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 2143,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 2144,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 2145,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 2146,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 2147,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 2148,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 2149,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 2150,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 2151,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 2152,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 2153,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 2154,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 2155,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 2156,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 2157,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 2158,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 2159,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 2160,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 2161,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 2162,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 3001,
+ "Name": "精铁矿",
+ "Type": 2,
+ "Resources": 2024,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2024",
+ "Icon": "RegionResourcePoint_2024",
+ "Description": "稀有的矿石,可加工成精铁块,用于制作武器"
+ },
+ {
+ "Id": 3002,
+ "Name": "精铁矿",
+ "Type": 2,
+ "Resources": 2024,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2024",
+ "Icon": "RegionResourcePoint_2024",
+ "Description": "稀有的矿石,可加工成精铁块,用于制作武器"
+ },
+ {
+ "Id": 3003,
+ "Name": "乌铁矿",
+ "Type": 2,
+ "Resources": 2025,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 14
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2025",
+ "Icon": "RegionResourcePoint_2025",
+ "Description": "罕见的矿石,可加工成乌铁块,用于制作武器"
+ },
+ {
+ "Id": 3004,
+ "Name": "乌铁矿",
+ "Type": 2,
+ "Resources": 2025,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 14
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2025",
+ "Icon": "RegionResourcePoint_2025",
+ "Description": "罕见的矿石,可加工成乌铁块,用于制作武器"
+ },
+ {
+ "Id": 3005,
+ "Name": "红枣",
+ "Type": 2,
+ "Resources": 2026,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2026",
+ "Icon": "RegionResourcePoint_2026",
+ "Description": "味道甜美的滋补性果实,常用于炖汤。具有补血排毒的作用"
+ },
+ {
+ "Id": 3006,
+ "Name": "红枣",
+ "Type": 2,
+ "Resources": 2026,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2026",
+ "Icon": "RegionResourcePoint_2026",
+ "Description": "味道甜美的滋补性果实,常用于炖汤。具有补血排毒的作用"
+ },
+ {
+ "Id": 3007,
+ "Name": "枸杞",
+ "Type": 2,
+ "Resources": 2027,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2027",
+ "Icon": "RegionResourcePoint_2027",
+ "Description": "名贵的药材,同时也可用于制作各种营养丰富的滋补食物"
+ },
+ {
+ "Id": 3008,
+ "Name": "枸杞",
+ "Type": 2,
+ "Resources": 2027,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2027",
+ "Icon": "RegionResourcePoint_2027",
+ "Description": "名贵的药材,同时也可用于制作各种营养丰富的滋补食物"
+ },
+ {
+ "Id": 3009,
+ "Name": "田七",
+ "Type": 2,
+ "Resources": 2028,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2028",
+ "Icon": "RegionResourcePoint_2028",
+ "Description": "又称三七,是著名的药材,具有散瘀止血,消肿定痛之功效"
+ },
+ {
+ "Id": 3010,
+ "Name": "田七",
+ "Type": 2,
+ "Resources": 2028,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2028",
+ "Icon": "RegionResourcePoint_2028",
+ "Description": "又称三七,是著名的药材,具有散瘀止血,消肿定痛之功效"
+ },
+ {
+ "Id": 3011,
+ "Name": "当归",
+ "Type": 2,
+ "Resources": 2029,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2029",
+ "Icon": "RegionResourcePoint_2029",
+ "Description": "是最常见的中药之一,其根可入药,具有补血和血,止痛等功效"
+ },
+ {
+ "Id": 3012,
+ "Name": "当归",
+ "Type": 2,
+ "Resources": 2029,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2029",
+ "Icon": "RegionResourcePoint_2029",
+ "Description": "是最常见的中药之一,其根可入药,具有补血和血,止痛等功效"
+ },
+ {
+ "Id": 3013,
+ "Name": "腊肉架",
+ "Type": 2,
+ "Resources": 2037,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2037",
+ "Icon": "Structure_Picture_540",
+ "Description": "晾晒肉类的架子,可以随意把上面的腊肉拿走"
+ },
+ {
+ "Id": 3014,
+ "Name": "腊肉架",
+ "Type": 2,
+ "Resources": 2037,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2037",
+ "Icon": "Structure_Picture_540",
+ "Description": "晾晒肉类的架子,可以随意把上面的腊肉拿走"
+ },
+ {
+ "Id": 3015,
+ "Name": "精铁矿",
+ "Type": 2,
+ "Resources": 2024,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2024",
+ "Icon": "RegionResourcePoint_2024",
+ "Description": "稀有的矿石,可加工成精铁块,用于制作武器"
+ },
+ {
+ "Id": 3016,
+ "Name": "乌铁矿",
+ "Type": 2,
+ "Resources": 2025,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 14
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2025",
+ "Icon": "RegionResourcePoint_2025",
+ "Description": "罕见的矿石,可加工成乌铁块,用于制作武器"
+ },
+ {
+ "Id": 3017,
+ "Name": "红枣",
+ "Type": 2,
+ "Resources": 2026,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2026",
+ "Icon": "RegionResourcePoint_2026",
+ "Description": "味道甜美的滋补性果实,常用于炖汤。具有补血排毒的作用"
+ },
+ {
+ "Id": 3018,
+ "Name": "枸杞",
+ "Type": 2,
+ "Resources": 2027,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 12
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2027",
+ "Icon": "RegionResourcePoint_2027",
+ "Description": "名贵的药材,同时也可用于制作各种营养丰富的滋补食物"
+ },
+ {
+ "Id": 3019,
+ "Name": "田七",
+ "Type": 2,
+ "Resources": 2028,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2028",
+ "Icon": "RegionResourcePoint_2028",
+ "Description": "又称三七,是著名的药材,具有散瘀止血,消肿定痛之功效"
+ },
+ {
+ "Id": 3020,
+ "Name": "当归",
+ "Type": 2,
+ "Resources": 2029,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 11
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2029",
+ "Icon": "RegionResourcePoint_2029",
+ "Description": "是最常见的中药之一,其根可入药,具有补血和血,止痛等功效"
+ },
+ {
+ "Id": 3100,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3101,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3102,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3103,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3104,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3105,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3106,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3107,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3108,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3109,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3110,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3111,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3112,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3113,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3114,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 3115,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3116,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3117,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3118,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3119,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3120,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3121,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 3122,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 3123,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 3124,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 3125,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 3126,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 3127,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 3128,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 3129,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 3130,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 3131,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 3132,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 3133,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 3134,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 3135,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 3136,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 3137,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 3138,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 3139,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 3140,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 3141,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 3142,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 3143,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 3144,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 3145,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 3146,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 3147,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 3148,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 3149,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 3150,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 3151,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 3152,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 3153,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 3154,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 3155,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 3156,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 3157,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 3158,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 3159,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 3160,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 3161,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 3162,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 4001,
+ "Name": "青金矿",
+ "Type": 2,
+ "Resources": 2030,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 17
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2030",
+ "Icon": "RegionResourcePoint_2030",
+ "Description": "罕见的矿石,可加工成青金块,用于制作武器"
+ },
+ {
+ "Id": 4002,
+ "Name": "青金矿",
+ "Type": 2,
+ "Resources": 2030,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 17
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2030",
+ "Icon": "RegionResourcePoint_2030",
+ "Description": "罕见的矿石,可加工成青金块,用于制作武器"
+ },
+ {
+ "Id": 4003,
+ "Name": "人参",
+ "Type": 2,
+ "Resources": 2031,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 16
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2031",
+ "Icon": "RegionResourcePoint_2031",
+ "Description": "稀有又名贵的药材,挖的时候需要小心些,每一根根须都非常珍贵"
+ },
+ {
+ "Id": 4004,
+ "Name": "人参",
+ "Type": 2,
+ "Resources": 2031,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 16
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2031",
+ "Icon": "RegionResourcePoint_2031",
+ "Description": "稀有又名贵的药材,挖的时候需要小心些,每一根根须都非常珍贵"
+ },
+ {
+ "Id": 4005,
+ "Name": "一支箭",
+ "Type": 2,
+ "Resources": 2032,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2032",
+ "Icon": "RegionResourcePoint_2032",
+ "Description": "外表像一支支尖锐的小箭,是具有清热、凉血、镇痛功效的一味药材"
+ },
+ {
+ "Id": 4006,
+ "Name": "一支箭",
+ "Type": 2,
+ "Resources": 2032,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2032",
+ "Icon": "RegionResourcePoint_2032",
+ "Description": "外表像一支支尖锐的小箭,是具有清热、凉血、镇痛功效的一味药材"
+ },
+ {
+ "Id": 4007,
+ "Name": "独活",
+ "Type": 2,
+ "Resources": 2033,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2033",
+ "Icon": "RegionResourcePoint_2033",
+ "Description": "独活多数生长在山坡阴湿的地方,因其有风不动,无风时却自己摇摆,因此得名“独活”"
+ },
+ {
+ "Id": 4008,
+ "Name": "独活",
+ "Type": 2,
+ "Resources": 2033,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2033",
+ "Icon": "RegionResourcePoint_2033",
+ "Description": "独活多数生长在山坡阴湿的地方,因其有风不动,无风时却自己摇摆,因此得名“独活”"
+ },
+ {
+ "Id": 4009,
+ "Name": "腊肉架",
+ "Type": 2,
+ "Resources": 2037,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2037",
+ "Icon": "Structure_Picture_540",
+ "Description": "晾晒肉类的架子,可以随意把上面的腊肉拿走"
+ },
+ {
+ "Id": 4010,
+ "Name": "腊肉架",
+ "Type": 2,
+ "Resources": 2037,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2037",
+ "Icon": "Structure_Picture_540",
+ "Description": "晾晒肉类的架子,可以随意把上面的腊肉拿走"
+ },
+ {
+ "Id": 4011,
+ "Name": "青金矿",
+ "Type": 2,
+ "Resources": 2030,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 17
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2030",
+ "Icon": "RegionResourcePoint_2030",
+ "Description": "罕见的矿石,可加工成青金块,用于制作武器"
+ },
+ {
+ "Id": 4012,
+ "Name": "人参",
+ "Type": 2,
+ "Resources": 2031,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 16
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2031",
+ "Icon": "RegionResourcePoint_2031",
+ "Description": "稀有又名贵的药材,挖的时候需要小心些,每一根根须都非常珍贵"
+ },
+ {
+ "Id": 4013,
+ "Name": "一支箭",
+ "Type": 2,
+ "Resources": 2032,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2032",
+ "Icon": "RegionResourcePoint_2032",
+ "Description": "外表像一支支尖锐的小箭,是具有清热、凉血、镇痛功效的一味药材"
+ },
+ {
+ "Id": 4014,
+ "Name": "独活",
+ "Type": 2,
+ "Resources": 2033,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 15
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2033",
+ "Icon": "RegionResourcePoint_2033",
+ "Description": "独活多数生长在山坡阴湿的地方,因其有风不动,无风时却自己摇摆,因此得名“独活”"
+ },
+ {
+ "Id": 4100,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4101,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4102,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4103,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4104,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4105,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4106,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4107,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4108,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4109,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4110,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4111,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4112,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4113,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4114,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 4115,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 4116,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 4117,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 4118,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 4119,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 4120,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 4121,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4122,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4123,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4124,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4125,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4126,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4127,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 4128,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 4129,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 4130,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 4131,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 4132,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 4133,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 4134,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 4135,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 4136,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 4137,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 4138,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 4139,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 4140,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 4141,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 4142,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 4143,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 4144,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 4145,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 4146,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 4147,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 4148,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 4149,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 4150,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 4151,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 4152,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 4153,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 4154,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 4155,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 4156,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 4157,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 4158,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 4159,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 4160,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 4161,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 4162,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 5001,
+ "Name": "鳞铁矿",
+ "Type": 2,
+ "Resources": 2034,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2034",
+ "Icon": "RegionResourcePoint_2034",
+ "Description": "灰白色的矿石,熔铸成块状后常被用于武器打造"
+ },
+ {
+ "Id": 5002,
+ "Name": "鳞铁矿",
+ "Type": 2,
+ "Resources": 2034,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2034",
+ "Icon": "RegionResourcePoint_2034",
+ "Description": "灰白色的矿石,熔铸成块状后常被用于武器打造"
+ },
+ {
+ "Id": 5003,
+ "Name": "通天花",
+ "Type": 2,
+ "Resources": 2035,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2035",
+ "Icon": "RegionResourcePoint_2035",
+ "Description": "十分罕见的药材,花瓣呈淡淡的紫色。可入药,对内疾的治疗有立竿见影的疗效"
+ },
+ {
+ "Id": 5004,
+ "Name": "通天花",
+ "Type": 2,
+ "Resources": 2035,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2035",
+ "Icon": "RegionResourcePoint_2035",
+ "Description": "十分罕见的药材,花瓣呈淡淡的紫色。可入药,对内疾的治疗有立竿见影的疗效"
+ },
+ {
+ "Id": 5005,
+ "Name": "川续断",
+ "Type": 2,
+ "Resources": 2036,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2036",
+ "Icon": "RegionResourcePoint_2036",
+ "Description": "根可入药,有行血消肿、续经接骨等功效"
+ },
+ {
+ "Id": 5006,
+ "Name": "川续断",
+ "Type": 2,
+ "Resources": 2036,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2036",
+ "Icon": "RegionResourcePoint_2036",
+ "Description": "根可入药,有行血消肿、续经接骨等功效"
+ },
+ {
+ "Id": 5007,
+ "Name": "腊肉架",
+ "Type": 2,
+ "Resources": 2037,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2037",
+ "Icon": "Structure_Picture_540",
+ "Description": "晾晒肉类的架子,可以随意把上面的腊肉拿走"
+ },
+ {
+ "Id": 5008,
+ "Name": "腊肉架",
+ "Type": 2,
+ "Resources": 2037,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2037",
+ "Icon": "Structure_Picture_540",
+ "Description": "晾晒肉类的架子,可以随意把上面的腊肉拿走"
+ },
+ {
+ "Id": 5009,
+ "Name": "鳞铁矿",
+ "Type": 2,
+ "Resources": 2034,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2034",
+ "Icon": "RegionResourcePoint_2034",
+ "Description": "灰白色的矿石,熔铸成块状后常被用于武器打造"
+ },
+ {
+ "Id": 5010,
+ "Name": "通天花",
+ "Type": 2,
+ "Resources": 2035,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2035",
+ "Icon": "RegionResourcePoint_2035",
+ "Description": "十分罕见的药材,花瓣呈淡淡的紫色。可入药,对内疾的治疗有立竿见影的疗效"
+ },
+ {
+ "Id": 5011,
+ "Name": "川续断",
+ "Type": 2,
+ "Resources": 2036,
+ "DisplayCondition": 1,
+ "DisplayConditionParameter": [
+ 19
+ ],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2036",
+ "Icon": "RegionResourcePoint_2036",
+ "Description": "根可入药,有行血消肿、续经接骨等功效"
+ },
+ {
+ "Id": 5100,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5101,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5102,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5103,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5104,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5105,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5106,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5107,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5108,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5109,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5110,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5111,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5112,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5113,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5114,
+ "Name": "杂草",
+ "Type": 2,
+ "Resources": 2001,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2001",
+ "Icon": "Resource_1_3",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 5115,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 5116,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 5117,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 5118,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 5119,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 5120,
+ "Name": "甘草",
+ "Type": 2,
+ "Resources": 2002,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2002",
+ "Icon": "Resource_2_1",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 5121,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 5122,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 5123,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 5124,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 5125,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 5126,
+ "Name": "野果",
+ "Type": 2,
+ "Resources": 2003,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2003",
+ "Icon": "Resource_3_1",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 5127,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5128,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5129,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5130,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5131,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5132,
+ "Name": "野菜",
+ "Type": 2,
+ "Resources": 2004,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2004",
+ "Icon": "Resource_4_2",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5133,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 5134,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 5135,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 5136,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 5137,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 5138,
+ "Name": "葛草",
+ "Type": 2,
+ "Resources": 2005,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2005",
+ "Icon": "Resource_5_1",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 5139,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 5140,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 5141,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 5142,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 5143,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 5144,
+ "Name": "茅草",
+ "Type": 2,
+ "Resources": 2006,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2006",
+ "Icon": "Resource_6_1",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 5145,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 5146,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 5147,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 5148,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 5149,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 5150,
+ "Name": "亚麻",
+ "Type": 2,
+ "Resources": 2007,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2007",
+ "Icon": "Resource_7_1",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 5151,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 5152,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 5153,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 5154,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 5155,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 5156,
+ "Name": "树枝堆",
+ "Type": 2,
+ "Resources": 2008,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2008",
+ "Icon": "Resource_9_1",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 5157,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 5158,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 5159,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 5160,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 5161,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 5162,
+ "Name": "碎石堆",
+ "Type": 2,
+ "Resources": 2009,
+ "DisplayCondition": 0,
+ "DisplayConditionParameter": [],
+ "StructureCondition": 0,
+ "Prefab": "RegionResourcePoint_2009",
+ "Icon": "Resource_18_2",
+ "Description": "一堆碎石,可以获取石头资源"
+ }
+]
\ No newline at end of file
diff --git a/config/RegionStructureConfigCategory.json b/config/RegionStructureConfigCategory.json
new file mode 100644
index 0000000..9465683
--- /dev/null
+++ b/config/RegionStructureConfigCategory.json
@@ -0,0 +1,1940 @@
+[
+ {
+ "Id": 1001,
+ "Name": "余村长家",
+ "Region": 3002,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1029
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 180,
+ "ItemId_1": 803,
+ "ItemNum_1": 200,
+ "ItemId_2": 808,
+ "ItemNum_2": 120,
+ "ItemId_3": 826,
+ "ItemNum_3": 200,
+ "ItemId_4": 824,
+ "ItemNum_4": 160,
+ "Prefab": "RegionStructure_1001",
+ "Icon": "Structure_Picture_620",
+ "NamePicture": "RegionStructure_Name_1001",
+ "Describe": "余大爷是渔溪村的村长,他的家人在乱世里失踪了,剩下他一个人住在一间破旧的瓦舍"
+ },
+ {
+ "Id": 1002,
+ "Name": "杂货店",
+ "Region": 3002,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1029
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 200,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 60,
+ "ItemId_1": 800,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 40,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1002",
+ "Icon": "Structure_Picture_43",
+ "NamePicture": "RegionStructure_Name_1002",
+ "Describe": "杂七杂八,都是小本买卖,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 1003,
+ "Name": "声望铺",
+ "Region": 3002,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1029
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 120,
+ "ItemId_1": 803,
+ "ItemNum_1": 200,
+ "ItemId_2": 808,
+ "ItemNum_2": 120,
+ "ItemId_3": 826,
+ "ItemNum_3": 200,
+ "ItemId_4": 824,
+ "ItemNum_4": 160,
+ "Prefab": "RegionStructure_1003",
+ "Icon": "Structure_Picture_62",
+ "NamePicture": "RegionStructure_Name_1003",
+ "Describe": "一些被渔溪村民珍藏的宝贝,只能卖给与村子交好的人,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 1004,
+ "Name": "伐木场",
+ "Region": 3002,
+ "Type": 4,
+ "Function": 3,
+ "RegionBuildFunction": 1004,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 3,
+ "TimeConsume": 300,
+ "ItemId_1": 803,
+ "ItemNum_1": 100,
+ "ItemId_2": 808,
+ "ItemNum_2": 80,
+ "ItemId_3": 3,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1004",
+ "Icon": "RegionStructure_1001_01",
+ "NamePicture": "RegionStructure_Name_1004",
+ "Describe": "附近生长着高大的樟木,可以雇佣渔溪村民进行砍伐获取樟木资源,切忌过度砍伐"
+ },
+ {
+ "Id": 1005,
+ "Name": "采沙场",
+ "Region": 3002,
+ "Type": 4,
+ "Function": 3,
+ "RegionBuildFunction": 1005,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 3,
+ "TimeConsume": 300,
+ "ItemId_1": 803,
+ "ItemNum_1": 100,
+ "ItemId_2": 808,
+ "ItemNum_2": 80,
+ "ItemId_3": 3,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1005",
+ "Icon": "RegionStructure_1002_01",
+ "NamePicture": "RegionStructure_Name_1005",
+ "Describe": "丰富的沙资源得益于渔溪村的地理优势,可以雇佣渔溪村民进行采沙,切忌开采过度"
+ },
+ {
+ "Id": 1006,
+ "Name": "营火",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 60,
+ "ItemId_1": 13,
+ "ItemNum_1": 20,
+ "ItemId_2": 5,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1006",
+ "Icon": "Structure_Picture_40",
+ "NamePicture": "RegionStructure_Name_1006",
+ "Describe": "可以做饭,可以取暖,劈里啪啦的木柴燃烧声音还可以助眠"
+ },
+ {
+ "Id": 1007,
+ "Name": "草棚",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 1007,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 60,
+ "ItemId_1": 1,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 5,
+ "ItemId_3": 801,
+ "ItemNum_3": 5,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1007",
+ "Icon": "Structure_Picture_60",
+ "NamePicture": "RegionStructure_Name_1007",
+ "Describe": "简易的草棚,建造居所后,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 1008,
+ "Name": "石磨",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 120,
+ "ItemId_1": 807,
+ "ItemNum_1": 40,
+ "ItemId_2": 802,
+ "ItemNum_2": 10,
+ "ItemId_3": 801,
+ "ItemNum_3": 10,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1008",
+ "Icon": "Structure_Picture_480",
+ "NamePicture": "RegionStructure_Name_1008",
+ "Describe": "作物在石块之间被碾成细粉或浆,可以制作成更易入口的美食"
+ },
+ {
+ "Id": 1009,
+ "Name": "农田",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 2,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 60,
+ "ItemId_1": 3,
+ "ItemNum_1": 10,
+ "ItemId_2": 807,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1009",
+ "Icon": "Structure_Picture_360",
+ "NamePicture": "RegionStructure_Name_1009",
+ "Describe": "辛勤智慧的渔溪村民在农田上耕作,土地也会在合适的时节回馈令人欣慰的丰收"
+ },
+ {
+ "Id": 1010,
+ "Name": "木瓦房",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 1010,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 180,
+ "ItemId_1": 803,
+ "ItemNum_1": 200,
+ "ItemId_2": 808,
+ "ItemNum_2": 120,
+ "ItemId_3": 826,
+ "ItemNum_3": 200,
+ "ItemId_4": 824,
+ "ItemNum_4": 160,
+ "Prefab": "RegionStructure_1010",
+ "Icon": "Structure_Picture_63",
+ "NamePicture": "RegionStructure_Name_1010",
+ "Describe": "瓦片和石材搭建的坚固居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 1011,
+ "Name": "茅草房",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 1011,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 60,
+ "ItemId_1": 800,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 40,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1011",
+ "Icon": "Structure_Picture_61",
+ "NamePicture": "RegionStructure_Name_1011",
+ "Describe": "屋顶铺满厚实的草料,是十分温暖的居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 1012,
+ "Name": "水井",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 120,
+ "ItemId_1": 808,
+ "ItemNum_1": 200,
+ "ItemId_2": 803,
+ "ItemNum_2": 100,
+ "ItemId_3": 801,
+ "ItemNum_3": 30,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1012",
+ "Icon": "Structure_Picture_560",
+ "NamePicture": "RegionStructure_Name_1012",
+ "Describe": "一方水土养一方人,日常平静无波的井中水面上经常倒映出村民们可爱的脸"
+ },
+ {
+ "Id": 1013,
+ "Name": "粮仓",
+ "Region": 3002,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 3,
+ "TimeConsume": 120,
+ "ItemId_1": 800,
+ "ItemNum_1": 20,
+ "ItemId_2": 802,
+ "ItemNum_2": 30,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1013",
+ "Icon": "Structure_Picture_380",
+ "NamePicture": "RegionStructure_Name_1013",
+ "Describe": "未雨绸缪,经历过饿肚子的苦日子,粮仓总是满满当当的"
+ },
+ {
+ "Id": 1014,
+ "Name": "仓库",
+ "Region": 3002,
+ "Type": 1,
+ "Function": 4,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1030
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [
+ 0
+ ],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1014",
+ "Icon": "Structure_Picture_1003",
+ "NamePicture": "RegionStructure_Name_1014",
+ "Describe": "渔溪村的仓库,在村内各资源点获取的资源都会存储在此处"
+ },
+ {
+ "Id": 1015,
+ "Name": "运输厅",
+ "Region": 3002,
+ "Type": 1,
+ "Function": 5,
+ "RegionBuildFunction": 1015,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1030
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [
+ 0
+ ],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1015",
+ "Icon": "Structure_Picture_200",
+ "NamePicture": "RegionStructure_Name_1015",
+ "Describe": "马蹄哒哒,迅速送达"
+ },
+ {
+ "Id": 1016,
+ "Name": "鹤点",
+ "Region": 3002,
+ "Type": 1,
+ "Function": 6,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 1031
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1016",
+ "Icon": "Structure_Picture_663",
+ "NamePicture": "RegionStructure_Name_1016",
+ "Describe": "勇士们搭乘鹤飞行到此地时,鹤会此处停降"
+ },
+ {
+ "Id": 2001,
+ "Name": "丘师父家",
+ "Region": 3003,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 5,
+ "TimeConsume": 180,
+ "ItemId_1": 804,
+ "ItemNum_1": 600,
+ "ItemId_2": 809,
+ "ItemNum_2": 100,
+ "ItemId_3": 826,
+ "ItemNum_3": 400,
+ "ItemId_4": 3,
+ "ItemNum_4": 300,
+ "Prefab": "RegionStructure_2001",
+ "Icon": "Structure_Picture_64",
+ "NamePicture": "RegionStructure_Name_2001",
+ "Describe": "赤丘山重大事务都是丘师父在管理,他的房子格外整齐、一尘不染,跟他的做事风格一样"
+ },
+ {
+ "Id": 2002,
+ "Name": "杂货店",
+ "Region": 3003,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 5,
+ "TimeConsume": 180,
+ "ItemId_1": 804,
+ "ItemNum_1": 600,
+ "ItemId_2": 809,
+ "ItemNum_2": 100,
+ "ItemId_3": 826,
+ "ItemNum_3": 400,
+ "ItemId_4": 3,
+ "ItemNum_4": 300,
+ "Prefab": "RegionStructure_1003",
+ "Icon": "Structure_Picture_62",
+ "NamePicture": "RegionStructure_Name_2002",
+ "Describe": "杂七杂八,都是小本买卖,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 2003,
+ "Name": "声望铺",
+ "Region": 3003,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 5,
+ "TimeConsume": 180,
+ "ItemId_1": 804,
+ "ItemNum_1": 600,
+ "ItemId_2": 809,
+ "ItemNum_2": 100,
+ "ItemId_3": 826,
+ "ItemNum_3": 400,
+ "ItemId_4": 3,
+ "ItemNum_4": 300,
+ "Prefab": "RegionStructure_1001",
+ "Icon": "Structure_Picture_43",
+ "NamePicture": "RegionStructure_Name_2003",
+ "Describe": "一些被赤丘山民珍藏的宝贝,只能卖给与山头交好的人,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 2004,
+ "Name": "伐木场",
+ "Region": 3003,
+ "Type": 4,
+ "Function": 3,
+ "RegionBuildFunction": 2004,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 5,
+ "TimeConsume": 300,
+ "ItemId_1": 804,
+ "ItemNum_1": 300,
+ "ItemId_2": 809,
+ "ItemNum_2": 100,
+ "ItemId_3": 3,
+ "ItemNum_3": 300,
+ "ItemId_4": 801,
+ "ItemNum_4": 100,
+ "Prefab": "RegionStructure_2004",
+ "Icon": "RegionStructure_1001_01",
+ "NamePicture": "RegionStructure_Name_2004",
+ "Describe": "赤丘山盛产赤木,可以雇佣赤丘山民进行砍伐获取赤木资源,切忌过度砍伐"
+ },
+ {
+ "Id": 2005,
+ "Name": "营火",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 60,
+ "ItemId_1": 13,
+ "ItemNum_1": 20,
+ "ItemId_2": 5,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1006",
+ "Icon": "Structure_Picture_40",
+ "NamePicture": "RegionStructure_Name_2005",
+ "Describe": "可以做饭,可以取暖,劈里啪啦的木柴燃烧声音还可以助眠"
+ },
+ {
+ "Id": 2006,
+ "Name": "草棚",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 2006,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 60,
+ "ItemId_1": 1,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 5,
+ "ItemId_3": 801,
+ "ItemNum_3": 5,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1007",
+ "Icon": "Structure_Picture_60",
+ "NamePicture": "RegionStructure_Name_2006",
+ "Describe": "简易的草棚,建造居所后,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 2007,
+ "Name": "石磨",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 120,
+ "ItemId_1": 807,
+ "ItemNum_1": 40,
+ "ItemId_2": 802,
+ "ItemNum_2": 10,
+ "ItemId_3": 801,
+ "ItemNum_3": 10,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1008",
+ "Icon": "Structure_Picture_480",
+ "NamePicture": "RegionStructure_Name_2007",
+ "Describe": "作物在石块之间被碾成细粉或浆,可以制作成更易入口的美食"
+ },
+ {
+ "Id": 2008,
+ "Name": "农田",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 2,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 60,
+ "ItemId_1": 3,
+ "ItemNum_1": 10,
+ "ItemId_2": 807,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1009",
+ "Icon": "Structure_Picture_360",
+ "NamePicture": "RegionStructure_Name_2008",
+ "Describe": "辛勤智慧的赤丘山民在农田上耕作,土地也会在合适的时节回馈令人欣慰的丰收"
+ },
+ {
+ "Id": 2009,
+ "Name": "木瓦房",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 2009,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 180,
+ "ItemId_1": 803,
+ "ItemNum_1": 200,
+ "ItemId_2": 808,
+ "ItemNum_2": 120,
+ "ItemId_3": 826,
+ "ItemNum_3": 200,
+ "ItemId_4": 824,
+ "ItemNum_4": 160,
+ "Prefab": "RegionStructure_1010",
+ "Icon": "Structure_Picture_63",
+ "NamePicture": "RegionStructure_Name_2009",
+ "Describe": "瓦片和石材搭建的坚固居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 2010,
+ "Name": "茅草房",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 2010,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 60,
+ "ItemId_1": 800,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 40,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1011",
+ "Icon": "Structure_Picture_61",
+ "NamePicture": "RegionStructure_Name_2010",
+ "Describe": "屋顶铺满厚实的草料,是十分温暖的居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 2011,
+ "Name": "水井",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 120,
+ "ItemId_1": 808,
+ "ItemNum_1": 200,
+ "ItemId_2": 803,
+ "ItemNum_2": 100,
+ "ItemId_3": 801,
+ "ItemNum_3": 30,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1012",
+ "Icon": "Structure_Picture_560",
+ "NamePicture": "RegionStructure_Name_2011",
+ "Describe": "一方水土养一方人,日常平静无波的井中水面上经常倒映出村民们可爱的脸"
+ },
+ {
+ "Id": 2012,
+ "Name": "粮仓",
+ "Region": 3003,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 5,
+ "TimeConsume": 120,
+ "ItemId_1": 800,
+ "ItemNum_1": 20,
+ "ItemId_2": 802,
+ "ItemNum_2": 30,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1013",
+ "Icon": "Structure_Picture_380",
+ "NamePicture": "RegionStructure_Name_2012",
+ "Describe": "未雨绸缪,经历过饿肚子的苦日子,粮仓总是满满当当的"
+ },
+ {
+ "Id": 2013,
+ "Name": "仓库",
+ "Region": 3003,
+ "Type": 1,
+ "Function": 4,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1014",
+ "Icon": "Structure_Picture_1003",
+ "NamePicture": "RegionStructure_Name_2013",
+ "Describe": "赤丘山的仓库,在村内各资源点获取的资源都会存储在此处"
+ },
+ {
+ "Id": 2014,
+ "Name": "运输厅",
+ "Region": 3003,
+ "Type": 1,
+ "Function": 5,
+ "RegionBuildFunction": 2014,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1015",
+ "Icon": "Structure_Picture_200",
+ "NamePicture": "RegionStructure_Name_2014",
+ "Describe": "马蹄哒哒,迅速送达"
+ },
+ {
+ "Id": 2015,
+ "Name": "鹤点",
+ "Region": 3003,
+ "Type": 1,
+ "Function": 6,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 2001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1016",
+ "Icon": "Structure_Picture_663",
+ "NamePicture": "RegionStructure_Name_2015",
+ "Describe": "勇士们搭乘鹤飞行到此地时,鹤会此处停降"
+ },
+ {
+ "Id": 3001,
+ "Name": "宁管事家",
+ "Region": 3004,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 9,
+ "TimeConsume": 180,
+ "ItemId_1": 805,
+ "ItemNum_1": 1000,
+ "ItemId_2": 810,
+ "ItemNum_2": 500,
+ "ItemId_3": 827,
+ "ItemNum_3": 500,
+ "ItemId_4": 825,
+ "ItemNum_4": 420,
+ "Prefab": "RegionStructure_3001",
+ "Icon": "Structure_Picture_82",
+ "NamePicture": "RegionStructure_Name_3001",
+ "Describe": "宁管事的住所。由于擅长药理,常在家中为居民配制药方,她的房子总是散发着淡淡的药香。"
+ },
+ {
+ "Id": 3002,
+ "Name": "杂货店",
+ "Region": 3004,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 9,
+ "TimeConsume": 180,
+ "ItemId_1": 804,
+ "ItemNum_1": 600,
+ "ItemId_2": 809,
+ "ItemNum_2": 100,
+ "ItemId_3": 826,
+ "ItemNum_3": 400,
+ "ItemId_4": 3,
+ "ItemNum_4": 300,
+ "Prefab": "RegionStructure_2001",
+ "Icon": "Structure_Picture_64",
+ "NamePicture": "RegionStructure_Name_3002",
+ "Describe": "杂七杂八,都是小本买卖,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 3003,
+ "Name": "声望铺",
+ "Region": 3004,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 9,
+ "TimeConsume": 180,
+ "ItemId_1": 805,
+ "ItemNum_1": 1000,
+ "ItemId_2": 810,
+ "ItemNum_2": 500,
+ "ItemId_3": 827,
+ "ItemNum_3": 500,
+ "ItemId_4": 825,
+ "ItemNum_4": 420,
+ "Prefab": "RegionStructure_1001",
+ "Icon": "Structure_Picture_43",
+ "NamePicture": "RegionStructure_Name_3003",
+ "Describe": "一些被太姥村民珍藏的宝贝,只能卖给与村子交好的人,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 3004,
+ "Name": "伐木场",
+ "Region": 3004,
+ "Type": 4,
+ "Function": 3,
+ "RegionBuildFunction": 3004,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 9,
+ "TimeConsume": 300,
+ "ItemId_1": 805,
+ "ItemNum_1": 1000,
+ "ItemId_2": 810,
+ "ItemNum_2": 500,
+ "ItemId_3": 3,
+ "ItemNum_3": 300,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_3004",
+ "Icon": "RegionStructure_1001_01",
+ "NamePicture": "RegionStructure_Name_3004",
+ "Describe": "太姥村盛产甘华木,可以雇佣村民进行砍伐获取甘华木资源,切忌过度砍伐"
+ },
+ {
+ "Id": 3005,
+ "Name": "营火",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 60,
+ "ItemId_1": 13,
+ "ItemNum_1": 20,
+ "ItemId_2": 5,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1006",
+ "Icon": "Structure_Picture_40",
+ "NamePicture": "RegionStructure_Name_3005",
+ "Describe": "可以做饭,可以取暖,劈里啪啦的木柴燃烧声音还可以助眠"
+ },
+ {
+ "Id": 3006,
+ "Name": "草棚",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 3006,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 60,
+ "ItemId_1": 1,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 5,
+ "ItemId_3": 801,
+ "ItemNum_3": 5,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1007",
+ "Icon": "Structure_Picture_60",
+ "NamePicture": "RegionStructure_Name_3006",
+ "Describe": "简易的草棚,建造居所后,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 3007,
+ "Name": "石磨",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 120,
+ "ItemId_1": 807,
+ "ItemNum_1": 40,
+ "ItemId_2": 802,
+ "ItemNum_2": 10,
+ "ItemId_3": 801,
+ "ItemNum_3": 10,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1008",
+ "Icon": "Structure_Picture_480",
+ "NamePicture": "RegionStructure_Name_3007",
+ "Describe": "作物在石块之间被碾成细粉或浆,可以制作成更易入口的美食"
+ },
+ {
+ "Id": 3008,
+ "Name": "农田",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 2,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 60,
+ "ItemId_1": 3,
+ "ItemNum_1": 10,
+ "ItemId_2": 807,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1009",
+ "Icon": "Structure_Picture_360",
+ "NamePicture": "RegionStructure_Name_3008",
+ "Describe": "辛勤智慧的太姥村民在农田上耕作,土地也会在合适的时节回馈令人欣慰的丰收"
+ },
+ {
+ "Id": 3009,
+ "Name": "木瓦房",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 3009,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 180,
+ "ItemId_1": 803,
+ "ItemNum_1": 200,
+ "ItemId_2": 808,
+ "ItemNum_2": 120,
+ "ItemId_3": 826,
+ "ItemNum_3": 200,
+ "ItemId_4": 824,
+ "ItemNum_4": 160,
+ "Prefab": "RegionStructure_1010",
+ "Icon": "Structure_Picture_63",
+ "NamePicture": "RegionStructure_Name_3009",
+ "Describe": "瓦片和石材搭建的坚固居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 3010,
+ "Name": "茅草房",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 3010,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 60,
+ "ItemId_1": 800,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 40,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1011",
+ "Icon": "Structure_Picture_61",
+ "NamePicture": "RegionStructure_Name_3010",
+ "Describe": "屋顶铺满厚实的草料,是十分温暖的居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 3011,
+ "Name": "水井",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 120,
+ "ItemId_1": 808,
+ "ItemNum_1": 200,
+ "ItemId_2": 803,
+ "ItemNum_2": 100,
+ "ItemId_3": 801,
+ "ItemNum_3": 30,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1012",
+ "Icon": "Structure_Picture_560",
+ "NamePicture": "RegionStructure_Name_3011",
+ "Describe": "一方水土养一方人,日常平静无波的井中水面上经常倒映出村民们可爱的脸"
+ },
+ {
+ "Id": 3012,
+ "Name": "粮仓",
+ "Region": 3004,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 9,
+ "TimeConsume": 120,
+ "ItemId_1": 800,
+ "ItemNum_1": 20,
+ "ItemId_2": 802,
+ "ItemNum_2": 30,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1013",
+ "Icon": "Structure_Picture_380",
+ "NamePicture": "RegionStructure_Name_3012",
+ "Describe": "未雨绸缪,经历过饿肚子的苦日子,粮仓总是满满当当的"
+ },
+ {
+ "Id": 3013,
+ "Name": "仓库",
+ "Region": 3004,
+ "Type": 1,
+ "Function": 4,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1014",
+ "Icon": "Structure_Picture_1003",
+ "NamePicture": "RegionStructure_Name_3013",
+ "Describe": "太姥村的仓库,在村内各资源点获取的资源都会存储在此处"
+ },
+ {
+ "Id": 3014,
+ "Name": "运输厅",
+ "Region": 3004,
+ "Type": 1,
+ "Function": 5,
+ "RegionBuildFunction": 3014,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1015",
+ "Icon": "Structure_Picture_200",
+ "NamePicture": "RegionStructure_Name_3014",
+ "Describe": "马蹄哒哒,迅速送达"
+ },
+ {
+ "Id": 3015,
+ "Name": "鹤点",
+ "Region": 3004,
+ "Type": 1,
+ "Function": 6,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 3001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1016",
+ "Icon": "Structure_Picture_663",
+ "NamePicture": "RegionStructure_Name_3015",
+ "Describe": "勇士们搭乘鹤飞行到此地时,鹤会此处停降"
+ },
+ {
+ "Id": 4001,
+ "Name": "朱里长家",
+ "Region": 3005,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 14,
+ "TimeConsume": 180,
+ "ItemId_1": 805,
+ "ItemNum_1": 1400,
+ "ItemId_2": 810,
+ "ItemNum_2": 900,
+ "ItemId_3": 827,
+ "ItemNum_3": 800,
+ "ItemId_4": 825,
+ "ItemNum_4": 400,
+ "Prefab": "RegionStructure_4001",
+ "Icon": "Structure_Picture_66",
+ "NamePicture": "RegionStructure_Name_4001",
+ "Describe": "朱里长的家,不苟言笑的朱里长喜欢在家门口晾晒食材,未经她的允许,最好是不要乱动。"
+ },
+ {
+ "Id": 4002,
+ "Name": "杂货店",
+ "Region": 3005,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 14,
+ "TimeConsume": 180,
+ "ItemId_1": 804,
+ "ItemNum_1": 600,
+ "ItemId_2": 809,
+ "ItemNum_2": 100,
+ "ItemId_3": 826,
+ "ItemNum_3": 400,
+ "ItemId_4": 3,
+ "ItemNum_4": 300,
+ "Prefab": "RegionStructure_4002",
+ "Icon": "Structure_Picture_65",
+ "NamePicture": "RegionStructure_Name_4002",
+ "Describe": "杂七杂八,都是小本买卖,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 4003,
+ "Name": "声望铺",
+ "Region": 3005,
+ "Type": 4,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "Reputation": 300,
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 14,
+ "TimeConsume": 180,
+ "ItemId_1": 805,
+ "ItemNum_1": 1400,
+ "ItemId_2": 810,
+ "ItemNum_2": 900,
+ "ItemId_3": 827,
+ "ItemNum_3": 800,
+ "ItemId_4": 825,
+ "ItemNum_4": 400,
+ "Prefab": "RegionStructure_4003",
+ "Icon": "Structure_Picture_103",
+ "NamePicture": "RegionStructure_Name_4003",
+ "Describe": "一些被朱山镇民珍藏的宝贝,只能卖给与镇子交好的人,喏,想买东西的话就找站在门前那个人"
+ },
+ {
+ "Id": 4004,
+ "Name": "伐木场",
+ "Region": 3005,
+ "Type": 4,
+ "Function": 3,
+ "RegionBuildFunction": 4004,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 14,
+ "TimeConsume": 300,
+ "ItemId_1": 805,
+ "ItemNum_1": 500,
+ "ItemId_2": 810,
+ "ItemNum_2": 200,
+ "ItemId_3": 3,
+ "ItemNum_3": 300,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_4004",
+ "Icon": "RegionStructure_1001_01",
+ "NamePicture": "RegionStructure_Name_4004",
+ "Describe": "朱山镇有丰富的机木资源,可以雇佣镇民进行砍伐获取,切忌过度砍伐"
+ },
+ {
+ "Id": 4005,
+ "Name": "采石场",
+ "Region": 3005,
+ "Type": 4,
+ "Function": 3,
+ "RegionBuildFunction": 4005,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 14,
+ "TimeConsume": 300,
+ "ItemId_1": 810,
+ "ItemNum_1": 500,
+ "ItemId_2": 805,
+ "ItemNum_2": 200,
+ "ItemId_3": 815,
+ "ItemNum_3": 100,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_4005",
+ "Icon": "RegionStructure_4005",
+ "NamePicture": "RegionStructure_Name_4005",
+ "Describe": "矿洞里有闪耀着灰白色光芒的磷铁矿石,可以雇佣镇民进行采集,切忌开采过度"
+ },
+ {
+ "Id": 4006,
+ "Name": "营火",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 60,
+ "ItemId_1": 13,
+ "ItemNum_1": 20,
+ "ItemId_2": 5,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1006",
+ "Icon": "Structure_Picture_40",
+ "NamePicture": "RegionStructure_Name_4006",
+ "Describe": "可以做饭,可以取暖,劈里啪啦的木柴燃烧声音还可以助眠"
+ },
+ {
+ "Id": 4007,
+ "Name": "草棚",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 4007,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 60,
+ "ItemId_1": 1,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 5,
+ "ItemId_3": 801,
+ "ItemNum_3": 5,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1007",
+ "Icon": "Structure_Picture_60",
+ "NamePicture": "RegionStructure_Name_4007",
+ "Describe": "简易的草棚,建造居所后,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 4008,
+ "Name": "石磨",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 120,
+ "ItemId_1": 807,
+ "ItemNum_1": 40,
+ "ItemId_2": 802,
+ "ItemNum_2": 10,
+ "ItemId_3": 801,
+ "ItemNum_3": 10,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1008",
+ "Icon": "Structure_Picture_480",
+ "NamePicture": "RegionStructure_Name_4008",
+ "Describe": "作物在石块之间被碾成细粉或浆,可以制作成更易入口的美食"
+ },
+ {
+ "Id": 4009,
+ "Name": "农田",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 2,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 60,
+ "ItemId_1": 3,
+ "ItemNum_1": 10,
+ "ItemId_2": 807,
+ "ItemNum_2": 10,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1009",
+ "Icon": "Structure_Picture_360",
+ "NamePicture": "RegionStructure_Name_4009",
+ "Describe": "辛勤智慧的朱山镇民在农田上耕作,土地也会在合适的时节回馈令人欣慰的丰收"
+ },
+ {
+ "Id": 4010,
+ "Name": "木瓦房",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 4010,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 180,
+ "ItemId_1": 803,
+ "ItemNum_1": 200,
+ "ItemId_2": 808,
+ "ItemNum_2": 120,
+ "ItemId_3": 826,
+ "ItemNum_3": 200,
+ "ItemId_4": 824,
+ "ItemNum_4": 160,
+ "Prefab": "RegionStructure_1010",
+ "Icon": "Structure_Picture_63",
+ "NamePicture": "RegionStructure_Name_4010",
+ "Describe": "瓦片和石材搭建的坚固居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 4011,
+ "Name": "茅草房",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 1,
+ "RegionBuildFunction": 4011,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 60,
+ "ItemId_1": 800,
+ "ItemNum_1": 80,
+ "ItemId_2": 802,
+ "ItemNum_2": 40,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1011",
+ "Icon": "Structure_Picture_61",
+ "NamePicture": "RegionStructure_Name_4011",
+ "Describe": "屋顶铺满厚实的草料,是十分温暖的居所,附近无家可归的人会落脚于此地,开始新的生活"
+ },
+ {
+ "Id": 4012,
+ "Name": "水井",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 120,
+ "ItemId_1": 808,
+ "ItemNum_1": 200,
+ "ItemId_2": 803,
+ "ItemNum_2": 100,
+ "ItemId_3": 801,
+ "ItemNum_3": 30,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1012",
+ "Icon": "Structure_Picture_560",
+ "NamePicture": "RegionStructure_Name_4012",
+ "Describe": "一方水土养一方人,日常平静无波的井中水面上经常倒映出村民们可爱的脸"
+ },
+ {
+ "Id": 4013,
+ "Name": "粮仓",
+ "Region": 3005,
+ "Type": 3,
+ "Function": 0,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": false,
+ "CanMove": true,
+ "WorkerNumber": 14,
+ "TimeConsume": 120,
+ "ItemId_1": 800,
+ "ItemNum_1": 20,
+ "ItemId_2": 802,
+ "ItemNum_2": 30,
+ "ItemId_3": 807,
+ "ItemNum_3": 20,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1013",
+ "Icon": "Structure_Picture_380",
+ "NamePicture": "RegionStructure_Name_4013",
+ "Describe": "未雨绸缪,经历过饿肚子的苦日子,粮仓总是满满当当的"
+ },
+ {
+ "Id": 4014,
+ "Name": "仓库",
+ "Region": 3005,
+ "Type": 1,
+ "Function": 4,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1014",
+ "Icon": "Structure_Picture_1003",
+ "NamePicture": "RegionStructure_Name_4014",
+ "Describe": "朱山镇的仓库,在村内各资源点获取的资源都会存储在此处"
+ },
+ {
+ "Id": 4015,
+ "Name": "运输厅",
+ "Region": 3005,
+ "Type": 1,
+ "Function": 5,
+ "RegionBuildFunction": 4015,
+ "QuantityLimit": 0,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1015",
+ "Icon": "Structure_Picture_200",
+ "NamePicture": "RegionStructure_Name_4015",
+ "Describe": "马蹄哒哒,迅速送达"
+ },
+ {
+ "Id": 4016,
+ "Name": "鹤点",
+ "Region": 3005,
+ "Type": 1,
+ "Function": 6,
+ "RegionBuildFunction": 0,
+ "QuantityLimit": 1,
+ "DisplayCondition": 5,
+ "DisplayConditionParameter": [
+ 4001
+ ],
+ "UnlockCondition": 0,
+ "UnlockParameter": [],
+ "FixedPoint": true,
+ "CanMove": false,
+ "WorkerNumber": 0,
+ "TimeConsume": 0,
+ "ItemId_1": 0,
+ "ItemNum_1": 0,
+ "ItemId_2": 0,
+ "ItemNum_2": 0,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "ItemId_4": 0,
+ "ItemNum_4": 0,
+ "Prefab": "RegionStructure_1016",
+ "Icon": "Structure_Picture_663",
+ "NamePicture": "RegionStructure_Name_4016",
+ "Describe": "勇士们搭乘鹤飞行到此地时,鹤会此处停降"
+ }
+]
\ No newline at end of file
diff --git a/config/RegionTaskConfigCategory.json b/config/RegionTaskConfigCategory.json
new file mode 100644
index 0000000..63a3af1
--- /dev/null
+++ b/config/RegionTaskConfigCategory.json
@@ -0,0 +1,226 @@
+[
+ {
+ "Id": 1001,
+ "GroupId": 3002,
+ "TaskText": "安居:建造{0}个居所",
+ "Parameter": [
+ 1007,
+ 1010,
+ 1011
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 1002,
+ "GroupId": 3002,
+ "TaskText": "饮食:建造{0}个农田",
+ "Parameter": [
+ 1009
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 1003,
+ "GroupId": 3002,
+ "TaskText": "乐业:村落里有{0}个建筑",
+ "Parameter": [
+ -1
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 5,
+ 8,
+ 10
+ ]
+ },
+ {
+ "Id": 2001,
+ "GroupId": 3003,
+ "TaskText": "安居:建造{0}个居所",
+ "Parameter": [
+ 2006,
+ 2009,
+ 2010
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 2002,
+ "GroupId": 3003,
+ "TaskText": "饮食:建造{0}个农田",
+ "Parameter": [
+ 2008
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 2003,
+ "GroupId": 3003,
+ "TaskText": "乐业:村落里有{0}个建筑",
+ "Parameter": [
+ -1
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 5,
+ 8,
+ 11
+ ]
+ },
+ {
+ "Id": 3001,
+ "GroupId": 3004,
+ "TaskText": "安居:建造{0}个居所",
+ "Parameter": [
+ 3006,
+ 3009,
+ 3010
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 3002,
+ "GroupId": 3004,
+ "TaskText": "饮食:建造{0}个农田",
+ "Parameter": [
+ 3008
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 3003,
+ "GroupId": 3004,
+ "TaskText": "乐业:村落里有{0}个建筑",
+ "Parameter": [
+ -1
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 5,
+ 8,
+ 12
+ ]
+ },
+ {
+ "Id": 4001,
+ "GroupId": 3005,
+ "TaskText": "安居:建造{0}个居所",
+ "Parameter": [
+ 4007,
+ 4010,
+ 4011
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 4002,
+ "GroupId": 3005,
+ "TaskText": "饮食:建造{0}个农田",
+ "Parameter": [
+ 4009
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 2,
+ 4,
+ 6
+ ]
+ },
+ {
+ "Id": 4003,
+ "GroupId": 3005,
+ "TaskText": "乐业:村落里有{0}个建筑",
+ "Parameter": [
+ -1
+ ],
+ "Reputation": [
+ 50,
+ 80,
+ 120
+ ],
+ "Progress": [
+ 5,
+ 8,
+ 13
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/ReputationShopItemGroupConfigCategory.json b/config/ReputationShopItemGroupConfigCategory.json
new file mode 100644
index 0000000..05f3715
--- /dev/null
+++ b/config/ReputationShopItemGroupConfigCategory.json
@@ -0,0 +1,1454 @@
+[
+ {
+ "Id": 1,
+ "Region": 3002,
+ "ItemId": 7224,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 10,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 4,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2,
+ "Region": 3002,
+ "ItemId": 7251,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 500,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 4,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3,
+ "Region": 3002,
+ "ItemId": 7414,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 6,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 4,
+ "Region": 3002,
+ "ItemId": 7252,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 7,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 5,
+ "Region": 3002,
+ "ItemId": 7420,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 100000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 7,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 6,
+ "Region": 3002,
+ "ItemId": 7401,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 7,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 7,
+ "Region": 3002,
+ "ItemId": 7415,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 7,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 8,
+ "Region": 3002,
+ "ItemId": 7250,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 500,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 9,
+ "Region": 3002,
+ "ItemId": 7402,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 10,
+ "Region": 3002,
+ "ItemId": 7416,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 11,
+ "Region": 3002,
+ "ItemId": 7510,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 12,
+ "Region": 3002,
+ "ItemId": 7514,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 13,
+ "Region": 3002,
+ "ItemId": 7116,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 14,
+ "Region": 3002,
+ "ItemId": 7144,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 15,
+ "Region": 3002,
+ "ItemId": 6001,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 500,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 16,
+ "Region": 3002,
+ "ItemId": 6004,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 500,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 17,
+ "Region": 3002,
+ "ItemId": 6007,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 500,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 18,
+ "Region": 3002,
+ "ItemId": 316,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 19,
+ "Region": 3002,
+ "ItemId": 1900,
+ "Number": 50,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 20,
+ "Region": 3002,
+ "ItemId": 6002,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 21,
+ "Region": 3002,
+ "ItemId": 6005,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 22,
+ "Region": 3002,
+ "ItemId": 6008,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 23,
+ "Region": 3002,
+ "ItemId": 326,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 20000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 24,
+ "Region": 3002,
+ "ItemId": 7025,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 25,
+ "Region": 3002,
+ "ItemId": 7026,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 26,
+ "Region": 3002,
+ "ItemId": 7008,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 27,
+ "Region": 3002,
+ "ItemId": 7160,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 28,
+ "Region": 3002,
+ "ItemId": 7403,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 29,
+ "Region": 3002,
+ "ItemId": 7146,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 8,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 30,
+ "Region": 3002,
+ "ItemId": 7150,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 31,
+ "Region": 3002,
+ "ItemId": 7511,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 32,
+ "Region": 3002,
+ "ItemId": 7515,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 33,
+ "Region": 3002,
+ "ItemId": 7253,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 34,
+ "Region": 3002,
+ "ItemId": 7404,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 35,
+ "Region": 3002,
+ "ItemId": 7405,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 36,
+ "Region": 3002,
+ "ItemId": 7406,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 37,
+ "Region": 3002,
+ "ItemId": 7407,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 38,
+ "Region": 3002,
+ "ItemId": 7512,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 39,
+ "Region": 3002,
+ "ItemId": 7516,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 40,
+ "Region": 3002,
+ "ItemId": 1201,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 48000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 10,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 41,
+ "Region": 3002,
+ "ItemId": 7147,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 42,
+ "Region": 3002,
+ "ItemId": 7148,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 11,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 43,
+ "Region": 3002,
+ "ItemId": 7258,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 11,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 44,
+ "Region": 3002,
+ "ItemId": 7259,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 11,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 45,
+ "Region": 3002,
+ "ItemId": 1202,
+ "Number": 3,
+ "Currency": 1,
+ "Price": 173000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 46,
+ "Region": 3002,
+ "ItemId": 6011,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 47,
+ "Region": 3002,
+ "ItemId": 6014,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 48,
+ "Region": 3002,
+ "ItemId": 6015,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1500,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1001,
+ "Region": 3003,
+ "ItemId": 7408,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 11,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1002,
+ "Region": 3003,
+ "ItemId": 7151,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1003,
+ "Region": 3003,
+ "ItemId": 7200,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 100,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 1,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1004,
+ "Region": 3003,
+ "ItemId": 7201,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 100,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 1,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1005,
+ "Region": 3003,
+ "ItemId": 7012,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1006,
+ "Region": 3003,
+ "ItemId": 7010,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1007,
+ "Region": 3003,
+ "ItemId": 7254,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1008,
+ "Region": 3003,
+ "ItemId": 7410,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 6000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1009,
+ "Region": 3003,
+ "ItemId": 7409,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1010,
+ "Region": 3003,
+ "ItemId": 7513,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 50000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1011,
+ "Region": 3003,
+ "ItemId": 7517,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 50000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1012,
+ "Region": 3003,
+ "ItemId": 7114,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1013,
+ "Region": 3003,
+ "ItemId": 7110,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1014,
+ "Region": 3003,
+ "ItemId": 7141,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1015,
+ "Region": 3003,
+ "ItemId": 1200,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1016,
+ "Region": 3003,
+ "ItemId": 316,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1017,
+ "Region": 3003,
+ "ItemId": 1900,
+ "Number": 50,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1018,
+ "Region": 3003,
+ "ItemId": 1201,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 48000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1019,
+ "Region": 3003,
+ "ItemId": 6003,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1500,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1020,
+ "Region": 3003,
+ "ItemId": 6006,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1500,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1021,
+ "Region": 3003,
+ "ItemId": 6009,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1500,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1022,
+ "Region": 3003,
+ "ItemId": 6010,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1500,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1023,
+ "Region": 3003,
+ "ItemId": 326,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 20000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 12,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1024,
+ "Region": 3003,
+ "ItemId": 7013,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1025,
+ "Region": 3003,
+ "ItemId": 7255,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1026,
+ "Region": 3003,
+ "ItemId": 7411,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1027,
+ "Region": 3003,
+ "ItemId": 7412,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 8000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1028,
+ "Region": 3003,
+ "ItemId": 7112,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 15,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1029,
+ "Region": 3003,
+ "ItemId": 7117,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 15,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1030,
+ "Region": 3003,
+ "ItemId": 1202,
+ "Number": 3,
+ "Currency": 1,
+ "Price": 173000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 13,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 1031,
+ "Region": 3003,
+ "ItemId": 7509,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 14,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1032,
+ "Region": 3003,
+ "ItemId": 7413,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 14,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1033,
+ "Region": 3003,
+ "ItemId": 7154,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 14,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1034,
+ "Region": 3003,
+ "ItemId": 7156,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 14,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1035,
+ "Region": 3003,
+ "ItemId": 7256,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 14,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1036,
+ "Region": 3003,
+ "ItemId": 7601,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 15,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1037,
+ "Region": 3003,
+ "ItemId": 7602,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 5000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 15,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1038,
+ "Region": 3003,
+ "ItemId": 7121,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 14,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 1039,
+ "Region": 3003,
+ "ItemId": 7128,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 15,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2001,
+ "Region": 3004,
+ "ItemId": 7011,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2002,
+ "Region": 3004,
+ "ItemId": 7145,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2003,
+ "Region": 3004,
+ "ItemId": 7260,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2004,
+ "Region": 3004,
+ "ItemId": 7261,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2005,
+ "Region": 3004,
+ "ItemId": 7120,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2006,
+ "Region": 3004,
+ "ItemId": 7157,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2007,
+ "Region": 3004,
+ "ItemId": 7158,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 18,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2008,
+ "Region": 3004,
+ "ItemId": 7142,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2009,
+ "Region": 3004,
+ "ItemId": 132,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2010,
+ "Region": 3004,
+ "ItemId": 1200,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2011,
+ "Region": 3004,
+ "ItemId": 316,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2012,
+ "Region": 3004,
+ "ItemId": 1900,
+ "Number": 50,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2013,
+ "Region": 3004,
+ "ItemId": 1201,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 48000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2014,
+ "Region": 3004,
+ "ItemId": 6016,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2015,
+ "Region": 3004,
+ "ItemId": 6017,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1500,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 9,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2016,
+ "Region": 3004,
+ "ItemId": 1202,
+ "Number": 3,
+ "Currency": 1,
+ "Price": 173000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 2017,
+ "Region": 3004,
+ "ItemId": 326,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 20000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2018,
+ "Region": 3004,
+ "ItemId": 7132,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2019,
+ "Region": 3004,
+ "ItemId": 7134,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2020,
+ "Region": 3004,
+ "ItemId": 7136,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2021,
+ "Region": 3004,
+ "ItemId": 7138,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2022,
+ "Region": 3004,
+ "ItemId": 7143,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2023,
+ "Region": 3004,
+ "ItemId": 7149,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2024,
+ "Region": 3004,
+ "ItemId": 7126,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2025,
+ "Region": 3004,
+ "ItemId": 7257,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 17,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 2026,
+ "Region": 3004,
+ "ItemId": 7262,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3001,
+ "Region": 3005,
+ "ItemId": 1200,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 3002,
+ "Region": 3005,
+ "ItemId": 316,
+ "Number": 20,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 3003,
+ "Region": 3005,
+ "ItemId": 1900,
+ "Number": 50,
+ "Currency": 1,
+ "Price": 3000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 3004,
+ "Region": 3005,
+ "ItemId": 1201,
+ "Number": 10,
+ "Currency": 1,
+ "Price": 48000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 3005,
+ "Region": 3005,
+ "ItemId": 1202,
+ "Number": 3,
+ "Currency": 1,
+ "Price": 173000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 1
+ },
+ {
+ "Id": 3006,
+ "Region": 3005,
+ "ItemId": 326,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 20000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 16,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3007,
+ "Region": 3005,
+ "ItemId": 7603,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 19,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3008,
+ "Region": 3005,
+ "ItemId": 7604,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 19,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3009,
+ "Region": 3005,
+ "ItemId": 7264,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 19,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3010,
+ "Region": 3005,
+ "ItemId": 7153,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 19,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3011,
+ "Region": 3005,
+ "ItemId": 7155,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3012,
+ "Region": 3005,
+ "ItemId": 7159,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 19,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3013,
+ "Region": 3005,
+ "ItemId": 7130,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 1000,
+ "ReputationConditon": 1000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3014,
+ "Region": 3005,
+ "ItemId": 7133,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3015,
+ "Region": 3005,
+ "ItemId": 7135,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3016,
+ "Region": 3005,
+ "ItemId": 7137,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3017,
+ "Region": 3005,
+ "ItemId": 7139,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 3000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3018,
+ "Region": 3005,
+ "ItemId": 7263,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 2000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 20,
+ "RefreshCycle": 0
+ },
+ {
+ "Id": 3019,
+ "Region": 3005,
+ "ItemId": 7265,
+ "Number": 1,
+ "Currency": 1,
+ "Price": 10000,
+ "ReputationConditon": 6000,
+ "ScaleCondition": 19,
+ "RefreshCycle": 0
+ }
+]
\ No newline at end of file
diff --git a/config/ResourcesConfigCategory.json b/config/ResourcesConfigCategory.json
new file mode 100644
index 0000000..4237797
--- /dev/null
+++ b/config/ResourcesConfigCategory.json
@@ -0,0 +1,2077 @@
+[
+ {
+ "Id": 1,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 1,
+ "OutAmount": 150,
+ "BaseEfficient": 2,
+ "OutInterval": 5,
+ "ExtraOut": 1,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 2,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 300,
+ "OutAmount": 500,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 2,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 3,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 150,
+ "BaseEfficient": 4,
+ "OutInterval": 5,
+ "ExtraOut": 33,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 4,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 200,
+ "BaseEfficient": 4,
+ "OutInterval": 5,
+ "ExtraOut": 29,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 50
+ ],
+ [
+ 1,
+ 50
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 5,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 200,
+ "OutAmount": 300,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 3,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 6,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 2,
+ "OutAmount": 300,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 35,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 7,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 4,
+ "OutAmount": 300,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 8,
+ "BehaviourType": 2,
+ "ResourcesName": "砍伐",
+ "MutexBehaviour": [
+ 33
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 3,
+ "OutAmount": 500,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 5,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 20
+ ],
+ [
+ 2,
+ 10
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 10,
+ "BehaviourType": 1,
+ "ResourcesName": "收集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 5,
+ "OutAmount": 500,
+ "BaseEfficient": 2,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 11,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 5,
+ "OutAmount": 800,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 12,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ 13
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 5,
+ "OutAmount": 800,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 31,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 13,
+ "BehaviourType": 1,
+ "ResourcesName": "采桃",
+ "MutexBehaviour": [
+ 12
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 2,
+ 3
+ ],
+ "ShowCondition": 2,
+ "ShowConditionParameter": [
+ 2,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 400,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 34,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 14,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 5,
+ "OutAmount": 800,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 7,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 15,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ 16
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 6,
+ "OutAmount": 800,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 8,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 16,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ 15
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2,
+ 3
+ ],
+ "ShowCondition": 2,
+ "ShowConditionParameter": [
+ 1,
+ 2,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 203,
+ "OutAmount": 3000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 36,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 17,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 7,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 9,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 19,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 8,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 10,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 20,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 18,
+ "OutAmount": 3000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 1,
+ 100
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 21,
+ "BehaviourType": 1,
+ "ResourcesName": "收集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 13,
+ "OutAmount": 500,
+ "BaseEfficient": 2,
+ "OutInterval": 5,
+ "ExtraOut": 4,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 90
+ ],
+ [
+ 1,
+ 10
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 22,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 13,
+ "OutAmount": 500,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 12,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 23,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 14,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 13,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 24,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 15,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 14,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 25,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 16,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 26,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 200,
+ "BaseEfficient": 4,
+ "OutInterval": 5,
+ "ExtraOut": 33,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 60
+ ],
+ [
+ 1,
+ 40
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 27,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 26,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 28,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 6,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 10,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 29,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 23,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 30,
+ "BehaviourType": 3,
+ "ResourcesName": "挖掘",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 25,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 31,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 7,
+ "OutAmount": 1000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 9,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 32,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 0,
+ "RebornConditionParameters": [],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": true,
+ "InResource": false,
+ "BaseOut": 8,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 9,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 33,
+ "BehaviourType": 1,
+ "ResourcesName": "挖笋",
+ "MutexBehaviour": [
+ 9
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 3
+ ],
+ "ShowCondition": 2,
+ "ShowConditionParameter": [
+ 1,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 100,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 37,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 50
+ ],
+ [
+ 1,
+ 50
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 200,
+ "BehaviourType": 3,
+ "ResourcesName": "石头",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 13,
+ "OutAmount": 3000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 16,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 201,
+ "BehaviourType": 3,
+ "ResourcesName": "石灰石",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 14,
+ "OutAmount": 10000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 17,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 202,
+ "BehaviourType": 3,
+ "ResourcesName": "青石",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 15,
+ "OutAmount": 10000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 203,
+ "BehaviourType": 3,
+ "ResourcesName": "花岗石",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 16,
+ "OutAmount": 5000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 204,
+ "BehaviourType": 3,
+ "ResourcesName": "黏土",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 18,
+ "OutAmount": 20000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 205,
+ "BehaviourType": 3,
+ "ResourcesName": "大青土",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 19,
+ "OutAmount": 20000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 100
+ ],
+ [
+ 1,
+ 0
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 206,
+ "BehaviourType": 3,
+ "ResourcesName": "收集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": true,
+ "BaseOut": 109,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 1,
+ 100
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 207,
+ "BehaviourType": 4,
+ "ResourcesName": "捕鱼",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 3
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 1,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 105,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 22,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 90
+ ],
+ [
+ 1,
+ 10
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 208,
+ "BehaviourType": 4,
+ "ResourcesName": "捕鱼",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 3
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 1,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 105,
+ "OutAmount": 2500,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 23,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 80
+ ],
+ [
+ 1,
+ 20
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 209,
+ "BehaviourType": 4,
+ "ResourcesName": "捕鱼",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 3
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 1,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 105,
+ "OutAmount": 3000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 24,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 210,
+ "BehaviourType": 4,
+ "ResourcesName": "捕鱼",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 3,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 3
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 1,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 105,
+ "OutAmount": 3500,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 25,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 211,
+ "BehaviourType": 2,
+ "ResourcesName": "伐木",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 6,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 26,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 40
+ ],
+ [
+ 1,
+ 60
+ ],
+ [
+ 2,
+ 10
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 212,
+ "BehaviourType": 1,
+ "ResourcesName": "采药",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 17280
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 1,
+ "OutAmount": 4000,
+ "BaseEfficient": 3,
+ "OutInterval": 10,
+ "ExtraOut": 27,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 20
+ ],
+ [
+ 1,
+ 70
+ ],
+ [
+ 2,
+ 10
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 213,
+ "BehaviourType": 7,
+ "ResourcesName": "打猎",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 2,
+ 3
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 2,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 204,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 10,
+ "ExtraOut": 28,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 20
+ ],
+ [
+ 1,
+ 70
+ ],
+ [
+ 2,
+ 10
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 300,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 1,
+ "RebornConditionParameters": [
+ 8640
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 302,
+ "OutAmount": 500,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 0,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 0
+ ],
+ [
+ 1,
+ 100
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": true,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 301,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 2,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 29,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 50
+ ],
+ [
+ 1,
+ 50
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ },
+ {
+ "Id": 302,
+ "BehaviourType": 1,
+ "ResourcesName": "采集",
+ "MutexBehaviour": [
+ -1
+ ],
+ "WorkerNumber": 1,
+ "RebornCondition": 2,
+ "RebornConditionParameters": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "ShowCondition": 0,
+ "ShowConditionParameter": [
+ 2,
+ 3
+ ],
+ "Disappear": false,
+ "InResource": false,
+ "BaseOut": 2000,
+ "OutAmount": 2000,
+ "BaseEfficient": 1,
+ "OutInterval": 5,
+ "ExtraOut": 33,
+ "ExtraOutProbability": [
+ [
+ 0,
+ 70
+ ],
+ [
+ 1,
+ 30
+ ],
+ [
+ 2,
+ 0
+ ],
+ [
+ 3,
+ 0
+ ]
+ ],
+ "TriggerEvent": false,
+ "MoonnightOut": 0,
+ "MoonnightOutProbability": 0
+ }
+]
\ No newline at end of file
diff --git a/config/ResourcesPointConfigCategory.json b/config/ResourcesPointConfigCategory.json
new file mode 100644
index 0000000..2e90bc3
--- /dev/null
+++ b/config/ResourcesPointConfigCategory.json
@@ -0,0 +1,1428 @@
+[
+ {
+ "Id": 1,
+ "ResourcesPointName": "杂草",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 1
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_1",
+ "MoonnightPrefab": [
+ "Resource_1"
+ ],
+ "NamePicture": "Resources_Name_1",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "随处可见的杂草,随风摇摆。"
+ },
+ {
+ "Id": 2,
+ "ResourcesPointName": "甘草",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 2
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7203,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_2",
+ "MoonnightPrefab": [
+ "Resource_2"
+ ],
+ "NamePicture": "Resources_Name_2",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "一种常见的多年生草本植物,采集后常用于入药,紫色的小花很可爱。"
+ },
+ {
+ "Id": 3,
+ "ResourcesPointName": "浆果",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 3
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7200,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_3",
+ "MoonnightPrefab": [
+ "Resource_3"
+ ],
+ "NamePicture": "Resources_Name_3",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "果实小而酸涩,食物紧缺时可以勉强用来填饱肚子。"
+ },
+ {
+ "Id": 4,
+ "ResourcesPointName": "野菜",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 4
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7201,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_4",
+ "MoonnightPrefab": [
+ "Resource_4"
+ ],
+ "NamePicture": "Resources_Name_4",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "自然地生长在野外的蔬菜,种类繁多,形态各异,营养丰富,具有独特风味。"
+ },
+ {
+ "Id": 5,
+ "ResourcesPointName": "葛草",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 5
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7202,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_5",
+ "MoonnightPrefab": [
+ "Resource_5"
+ ],
+ "NamePicture": "Resources_Name_5",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "葛草茎蔓细长,叶片宽大,有较高的药用和经济价值。"
+ },
+ {
+ "Id": 6,
+ "ResourcesPointName": "茅草",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 6
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7204,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_6",
+ "MoonnightPrefab": [
+ "Resource_6"
+ ],
+ "NamePicture": "Resources_Name_6",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "茅草茎直立,叶片细长。花穗呈白色,生长在路边、山坡等地,其根坚韧,生命力顽强。"
+ },
+ {
+ "Id": 7,
+ "ResourcesPointName": "亚麻",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 7
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7205,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_7",
+ "MoonnightPrefab": [
+ "Resource_7"
+ ],
+ "NamePicture": "Resources_Name_7",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强忍有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 8,
+ "ResourcesPointName": "竹子",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 8,
+ 33
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7208,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_8",
+ "MoonnightPrefab": [
+ "Resource_8"
+ ],
+ "NamePicture": "Resources_Name_8",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "竹子翠绿挺拔,风吹过时竹叶沙沙,偶尔还能采集到鲜嫩的竹笋"
+ },
+ {
+ "Id": 9,
+ "ResourcesPointName": "树枝堆",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 10
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_9",
+ "MoonnightPrefab": [
+ "Resource_9"
+ ],
+ "NamePicture": "Resources_Name_9",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 10,
+ "ResourcesPointName": "迷谷树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 4
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 11
+ ],
+ "DailyInteractDropGroup": 301,
+ "RootOut": false,
+ "SaplingItemId": 7206,
+ "Enter": false,
+ "Disperse": true,
+ "DisperseRadius": 15,
+ "Prefab": "Resource_10",
+ "MoonnightPrefab": [
+ "Resource_10"
+ ],
+ "NamePicture": "Resources_Name_10",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "迷谷树在黑暗中发光,在妖云密布的世界里时珍贵的光源"
+ },
+ {
+ "Id": 11,
+ "ResourcesPointName": "桃树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 13,
+ 12
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7207,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_11",
+ "MoonnightPrefab": [
+ "Resource_11"
+ ],
+ "NamePicture": "Resources_Name_11",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "春季开花粉红娇艳,夏季结果清爽甘甜"
+ },
+ {
+ "Id": 12,
+ "ResourcesPointName": "柳树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 14
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7209,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_12",
+ "MoonnightPrefab": [
+ "Resource_12"
+ ],
+ "NamePicture": "Resources_Name_12",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "碧玉妆成一树高,万条垂下绿丝绦。"
+ },
+ {
+ "Id": 13,
+ "ResourcesPointName": "桑树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 2
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 15,
+ 16
+ ],
+ "DailyInteractDropGroup": 301,
+ "RootOut": true,
+ "SaplingItemId": 7210,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_13",
+ "MoonnightPrefab": [
+ "Resource_13"
+ ],
+ "NamePicture": "Resources_Name_13",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "枝干粗壮,树皮粗糙,叶片大而翠绿"
+ },
+ {
+ "Id": 14,
+ "ResourcesPointName": "松树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 3
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 17
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7211,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_14",
+ "MoonnightPrefab": [
+ "Resource_14"
+ ],
+ "NamePicture": "Resources_Name_14",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "亭亭山上松,瑟瑟谷中风。风声一何盛,松枝一何劲!"
+ },
+ {
+ "Id": 16,
+ "ResourcesPointName": "桢楠",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 4
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 19
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7213,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_16",
+ "MoonnightPrefab": [
+ "Resource_16"
+ ],
+ "NamePicture": "Resources_Name_16",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "高大的落叶乔木,材质优良有香气"
+ },
+ {
+ "Id": 17,
+ "ResourcesPointName": "黏土",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 20
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_17",
+ "MoonnightPrefab": [
+ "Resource_17"
+ ],
+ "NamePicture": "Resources_Name_17",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 18,
+ "ResourcesPointName": "碎石",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 21
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_18",
+ "MoonnightPrefab": [
+ "Resource_18"
+ ],
+ "NamePicture": "Resources_Name_18",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": "一堆碎石,可以获取石头资源"
+ },
+ {
+ "Id": 19,
+ "ResourcesPointName": "石头",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 22
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_19",
+ "MoonnightPrefab": [
+ "Resource_19"
+ ],
+ "NamePicture": "Resources_Name_19",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 20,
+ "ResourcesPointName": "石灰石",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 2
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 23
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_20",
+ "MoonnightPrefab": [
+ "Resource_20"
+ ],
+ "NamePicture": "Resources_Name_20",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 21,
+ "ResourcesPointName": "青石",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 3
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 24
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_21",
+ "MoonnightPrefab": [
+ "Resource_21"
+ ],
+ "NamePicture": "Resources_Name_21",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 22,
+ "ResourcesPointName": "花岗石",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 4
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 25
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_22",
+ "MoonnightPrefab": [
+ "Resource_22"
+ ],
+ "NamePicture": "Resources_Name_22",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 23,
+ "ResourcesPointName": "杂草",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 1
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_23",
+ "MoonnightPrefab": [
+ "Resource_23"
+ ],
+ "NamePicture": "Resources_Name_1",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": ""
+ },
+ {
+ "Id": 24,
+ "ResourcesPointName": "浆果丛",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 26
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7200,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_24",
+ "MoonnightPrefab": [
+ "Resource_24"
+ ],
+ "NamePicture": "Resources_Name_24",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": ""
+ },
+ {
+ "Id": 25,
+ "ResourcesPointName": "金矿",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 3
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 27
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_25",
+ "MoonnightPrefab": [
+ "Resource_25"
+ ],
+ "NamePicture": "Resources_Name_25",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 26,
+ "ResourcesPointName": "树枝堆",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 10
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_26",
+ "MoonnightPrefab": [
+ "Resource_26"
+ ],
+ "NamePicture": "Resources_Name_26",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": "一堆树枝,可以获取木头资源"
+ },
+ {
+ "Id": 27,
+ "ResourcesPointName": "桦树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 2
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 28
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7217,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_27",
+ "MoonnightPrefab": [
+ "Resource_27"
+ ],
+ "NamePicture": "Resources_Name_27",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": ""
+ },
+ {
+ "Id": 28,
+ "ResourcesPointName": "铁矿",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 2
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 29
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_28",
+ "MoonnightPrefab": [
+ "Resource_28"
+ ],
+ "NamePicture": "Resources_Name_28",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 29,
+ "ResourcesPointName": "银矿",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 3
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 30
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_29",
+ "MoonnightPrefab": [
+ "Resource_29"
+ ],
+ "NamePicture": "Resources_Name_29",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 30,
+ "ResourcesPointName": "亚麻",
+ "Type": 1,
+ "AccessableCondition": 0,
+ "AccessableParameter": [],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 7
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7205,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_30",
+ "MoonnightPrefab": [
+ "Resource_30"
+ ],
+ "NamePicture": "Resources_Name_30",
+ "FoundationPicture": "Foundation_Flower",
+ "Description": "亚麻会开出淡蓝色的花朵,它的纤维强韧有光泽,是制作服饰的基础材料。"
+ },
+ {
+ "Id": 31,
+ "ResourcesPointName": "梨树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 3
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 31
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7231,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_31",
+ "MoonnightPrefab": [
+ "Resource_31"
+ ],
+ "NamePicture": "Resources_Name_31",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "梨花雪压枝,莺啭柳如丝"
+ },
+ {
+ "Id": 32,
+ "ResourcesPointName": "榕树",
+ "Type": 1,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 4
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 32
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": true,
+ "SaplingItemId": 7232,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_32",
+ "MoonnightPrefab": [
+ "Resource_32"
+ ],
+ "NamePicture": "Resources_Name_32",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": "树冠广阔如巨伞,气生根垂落似长须,为人们带来大片绿荫"
+ },
+ {
+ "Id": 200,
+ "ResourcesPointName": "石矿洞",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 520
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 200
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_200",
+ "MoonnightPrefab": [
+ "Resource_200"
+ ],
+ "NamePicture": "Resources_Name_200",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 201,
+ "ResourcesPointName": "青石洞",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 522
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 202
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_201",
+ "MoonnightPrefab": [
+ "Resource_201"
+ ],
+ "NamePicture": "Resources_Name_201",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 202,
+ "ResourcesPointName": "青石洞",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 524
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 202,
+ 203
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_202",
+ "MoonnightPrefab": [
+ "Resource_202"
+ ],
+ "NamePicture": "Resources_Name_201",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 203,
+ "ResourcesPointName": "黏土矿",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 521
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 204
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_203",
+ "MoonnightPrefab": [
+ "Resource_203"
+ ],
+ "NamePicture": "Resources_Name_203",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 204,
+ "ResourcesPointName": "黏土矿",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 523
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 204,
+ 205
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_204",
+ "MoonnightPrefab": [
+ "Resource_204"
+ ],
+ "NamePicture": "Resources_Name_203",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 205,
+ "ResourcesPointName": "卤水",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 502
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 206
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_205",
+ "MoonnightPrefab": [
+ "Resource_205"
+ ],
+ "NamePicture": "Resources_Name_205",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 206,
+ "ResourcesPointName": "鱼塘",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 340
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 207
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_206",
+ "MoonnightPrefab": [
+ "Resource_206"
+ ],
+ "NamePicture": "Resources_Name_206",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 207,
+ "ResourcesPointName": "鱼塘",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 341
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 208
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_207",
+ "MoonnightPrefab": [
+ "Resource_207"
+ ],
+ "NamePicture": "Resources_Name_206",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 208,
+ "ResourcesPointName": "鱼塘",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 342
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 209
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_208",
+ "MoonnightPrefab": [
+ "Resource_208"
+ ],
+ "NamePicture": "Resources_Name_206",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 209,
+ "ResourcesPointName": "鱼塘",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 343
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 210
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_209",
+ "MoonnightPrefab": [
+ "Resource_209"
+ ],
+ "NamePicture": "Resources_Name_206",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 210,
+ "ResourcesPointName": "伐木场",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1000
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 211
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_210",
+ "MoonnightPrefab": [
+ "Resource_210"
+ ],
+ "NamePicture": "Resources_Name_210",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 211,
+ "ResourcesPointName": "草药厅",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1001
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 212
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_211",
+ "MoonnightPrefab": [
+ "Resource_211"
+ ],
+ "NamePicture": "Resources_Name_211",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": ""
+ },
+ {
+ "Id": 212,
+ "ResourcesPointName": "猎人小屋",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 1002
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 213
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_212",
+ "MoonnightPrefab": [
+ "Resource_212"
+ ],
+ "NamePicture": "Resources_Name_212",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": ""
+ },
+ {
+ "Id": 213,
+ "ResourcesPointName": "石矿洞",
+ "Type": 2,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 526
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 200,
+ 201
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": true,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_213",
+ "MoonnightPrefab": [
+ "Resource_213"
+ ],
+ "NamePicture": "Resources_Name_213",
+ "FoundationPicture": "Foundation_Stone",
+ "Description": ""
+ },
+ {
+ "Id": 300,
+ "ResourcesPointName": "水井",
+ "Type": 3,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 560
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 300
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_300",
+ "MoonnightPrefab": [
+ "Resource_300"
+ ],
+ "NamePicture": "Resources_Name_300",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": ""
+ },
+ {
+ "Id": 301,
+ "ResourcesPointName": "浆果园",
+ "Type": 3,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 620
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 301
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_301",
+ "MoonnightPrefab": [
+ "Resource_301"
+ ],
+ "NamePicture": "Resources_Name_301",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": ""
+ },
+ {
+ "Id": 302,
+ "ResourcesPointName": "野菜园",
+ "Type": 3,
+ "AccessableCondition": 1,
+ "AccessableParameter": [
+ 621
+ ],
+ "WorkerType": [
+ 1,
+ 2,
+ 3
+ ],
+ "RelatedResources": [
+ 302
+ ],
+ "DailyInteractDropGroup": 0,
+ "RootOut": false,
+ "SaplingItemId": 0,
+ "Enter": false,
+ "Disperse": false,
+ "DisperseRadius": 0,
+ "Prefab": "Resource_302",
+ "MoonnightPrefab": [
+ "Resource_302"
+ ],
+ "NamePicture": "Resources_Name_302",
+ "FoundationPicture": "Foundation_Tree",
+ "Description": ""
+ }
+]
\ No newline at end of file
diff --git a/config/RewardGroupConfigCategory.json b/config/RewardGroupConfigCategory.json
new file mode 100644
index 0000000..27ba453
--- /dev/null
+++ b/config/RewardGroupConfigCategory.json
@@ -0,0 +1,2260 @@
+[
+ {
+ "Id": 1,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 1000
+ ]
+ },
+ {
+ "Id": 2,
+ "ItemId": [
+ 1901,
+ 1902,
+ 1903,
+ 1904,
+ 1905,
+ 1906
+ ],
+ "Number": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ]
+ },
+ {
+ "Id": 3,
+ "ItemId": [
+ 220000,
+ 7302,
+ 131
+ ],
+ "Number": [
+ 100,
+ 5,
+ 10
+ ]
+ },
+ {
+ "Id": 4,
+ "ItemId": [
+ 4105,
+ 4110
+ ],
+ "Number": [
+ 2,
+ 2
+ ]
+ },
+ {
+ "Id": 101,
+ "ItemId": [
+ 7014
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 102,
+ "ItemId": [
+ 7002
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 104,
+ "ItemId": [
+ 7111
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 201,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 202,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 203,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 204,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 205,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 206,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 207,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 208,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 209,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 2,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 210,
+ "ItemId": [
+ 1904,
+ 1900,
+ 220000
+ ],
+ "Number": [
+ 3,
+ 10,
+ 68
+ ]
+ },
+ {
+ "Id": 1001,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 50
+ ]
+ },
+ {
+ "Id": 1002,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 50
+ ]
+ },
+ {
+ "Id": 2001,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 100
+ ]
+ },
+ {
+ "Id": 2002,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 200
+ ]
+ },
+ {
+ "Id": 2003,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 300
+ ]
+ },
+ {
+ "Id": 2004,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 600
+ ]
+ },
+ {
+ "Id": 2005,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 1000
+ ]
+ },
+ {
+ "Id": 2006,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 1400
+ ]
+ },
+ {
+ "Id": 2007,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 1800
+ ]
+ },
+ {
+ "Id": 2008,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 2200
+ ]
+ },
+ {
+ "Id": 2009,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 2600
+ ]
+ },
+ {
+ "Id": 2010,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 3000
+ ]
+ },
+ {
+ "Id": 2011,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 3400
+ ]
+ },
+ {
+ "Id": 2012,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 3800
+ ]
+ },
+ {
+ "Id": 2013,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 4200
+ ]
+ },
+ {
+ "Id": 2014,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 4600
+ ]
+ },
+ {
+ "Id": 2015,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 5000
+ ]
+ },
+ {
+ "Id": 2016,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 5400
+ ]
+ },
+ {
+ "Id": 2017,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 5800
+ ]
+ },
+ {
+ "Id": 2018,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 6200
+ ]
+ },
+ {
+ "Id": 2019,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 6600
+ ]
+ },
+ {
+ "Id": 3001,
+ "ItemId": [
+ 2000,
+ 5
+ ],
+ "Number": [
+ 100,
+ 10
+ ]
+ },
+ {
+ "Id": 3002,
+ "ItemId": [
+ 2000,
+ 13,
+ 4006
+ ],
+ "Number": [
+ 100,
+ 10,
+ 3
+ ]
+ },
+ {
+ "Id": 3003,
+ "ItemId": [
+ 2000,
+ 2002,
+ 5
+ ],
+ "Number": [
+ 100,
+ 2,
+ 15
+ ]
+ },
+ {
+ "Id": 3004,
+ "ItemId": [
+ 2000,
+ 100,
+ 4005
+ ],
+ "Number": [
+ 100,
+ 8,
+ 3
+ ]
+ },
+ {
+ "Id": 3005,
+ "ItemId": [
+ 4201
+ ],
+ "Number": [
+ 3
+ ]
+ },
+ {
+ "Id": 3006,
+ "ItemId": [
+ 110000
+ ],
+ "Number": [
+ 100
+ ]
+ },
+ {
+ "Id": 3007,
+ "ItemId": [
+ 110000
+ ],
+ "Number": [
+ 150
+ ]
+ },
+ {
+ "Id": 3008,
+ "ItemId": [
+ 110000
+ ],
+ "Number": [
+ 800
+ ]
+ },
+ {
+ "Id": 3009,
+ "ItemId": [
+ 110001
+ ],
+ "Number": [
+ 150
+ ]
+ },
+ {
+ "Id": 3010,
+ "ItemId": [
+ 110001
+ ],
+ "Number": [
+ 100
+ ]
+ },
+ {
+ "Id": 3011,
+ "ItemId": [
+ 110001
+ ],
+ "Number": [
+ 800
+ ]
+ },
+ {
+ "Id": 3012,
+ "ItemId": [
+ 110002
+ ],
+ "Number": [
+ 200
+ ]
+ },
+ {
+ "Id": 3013,
+ "ItemId": [
+ 110002
+ ],
+ "Number": [
+ 100
+ ]
+ },
+ {
+ "Id": 3014,
+ "ItemId": [
+ 110002
+ ],
+ "Number": [
+ 800
+ ]
+ },
+ {
+ "Id": 3015,
+ "ItemId": [
+ 110003
+ ],
+ "Number": [
+ 150
+ ]
+ },
+ {
+ "Id": 3016,
+ "ItemId": [
+ 110003
+ ],
+ "Number": [
+ 300
+ ]
+ },
+ {
+ "Id": 3017,
+ "ItemId": [
+ 110003
+ ],
+ "Number": [
+ 800
+ ]
+ },
+ {
+ "Id": 3018,
+ "ItemId": [
+ 1
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3019,
+ "ItemId": [
+ 7821
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3020,
+ "ItemId": [
+ 7822
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3021,
+ "ItemId": [
+ 7823
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3022,
+ "ItemId": [
+ 7824
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3023,
+ "ItemId": [
+ 7825
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3024,
+ "ItemId": [
+ 7826
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3025,
+ "ItemId": [
+ 7827
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 3026,
+ "ItemId": [
+ 7828
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 4001,
+ "ItemId": [
+ 210000,
+ 316,
+ 4005
+ ],
+ "Number": [
+ 500,
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 4002,
+ "ItemId": [
+ 210000,
+ 316,
+ 4006
+ ],
+ "Number": [
+ 500,
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 4003,
+ "ItemId": [
+ 210000,
+ 316,
+ 4201,
+ 5
+ ],
+ "Number": [
+ 500,
+ 1,
+ 3,
+ 12
+ ]
+ },
+ {
+ "Id": 4004,
+ "ItemId": [
+ 210000,
+ 316,
+ 1000
+ ],
+ "Number": [
+ 500,
+ 1,
+ 1
+ ]
+ },
+ {
+ "Id": 4007,
+ "ItemId": [
+ 210000,
+ 316,
+ 1000
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4008,
+ "ItemId": [
+ 210000,
+ 316,
+ 1000
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4009,
+ "ItemId": [
+ 210000,
+ 316,
+ 1001
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4010,
+ "ItemId": [
+ 210000,
+ 316,
+ 1001
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4011,
+ "ItemId": [
+ 210000,
+ 316,
+ 3030
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4012,
+ "ItemId": [
+ 210000,
+ 131,
+ 133,
+ 131
+ ],
+ "Number": [
+ 500,
+ 5,
+ 800,
+ 9
+ ]
+ },
+ {
+ "Id": 4013,
+ "ItemId": [
+ 210000,
+ 131,
+ 834,
+ 807,
+ 131
+ ],
+ "Number": [
+ 500,
+ 5,
+ 50,
+ 10,
+ 9
+ ]
+ },
+ {
+ "Id": 4014,
+ "ItemId": [
+ 210000,
+ 131,
+ 1000,
+ 131
+ ],
+ "Number": [
+ 500,
+ 5,
+ 1,
+ 9
+ ]
+ },
+ {
+ "Id": 4015,
+ "ItemId": [
+ 210000,
+ 131,
+ 704,
+ 131
+ ],
+ "Number": [
+ 500,
+ 5,
+ 1,
+ 9
+ ]
+ },
+ {
+ "Id": 4016,
+ "ItemId": [
+ 210000,
+ 131,
+ 1013,
+ 131
+ ],
+ "Number": [
+ 500,
+ 5,
+ 1,
+ 9
+ ]
+ },
+ {
+ "Id": 4017,
+ "ItemId": [
+ 210000,
+ 131,
+ 1002,
+ 31,
+ 131
+ ],
+ "Number": [
+ 500,
+ 5,
+ 1,
+ 1,
+ 9
+ ]
+ },
+ {
+ "Id": 4018,
+ "ItemId": [
+ 210000,
+ 1901,
+ 1900,
+ 326
+ ],
+ "Number": [
+ 500,
+ 1,
+ 2,
+ 2
+ ]
+ },
+ {
+ "Id": 4019,
+ "ItemId": [
+ 210000,
+ 1902,
+ 1900,
+ 1020
+ ],
+ "Number": [
+ 500,
+ 1,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4020,
+ "ItemId": [
+ 210000,
+ 316,
+ 1021,
+ 31
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1,
+ 1
+ ]
+ },
+ {
+ "Id": 4021,
+ "ItemId": [
+ 210000,
+ 316,
+ 1012
+ ],
+ "Number": [
+ 500,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4022,
+ "ItemId": [
+ 210000,
+ 1900,
+ 703
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4023,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1201
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4024,
+ "ItemId": [
+ 210000,
+ 1900,
+ 110
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 10
+ ]
+ },
+ {
+ "Id": 4025,
+ "ItemId": [
+ 210000,
+ 1900,
+ 110
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 10
+ ]
+ },
+ {
+ "Id": 4026,
+ "ItemId": [
+ 210000,
+ 1900,
+ 110
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 10
+ ]
+ },
+ {
+ "Id": 4027,
+ "ItemId": [
+ 210000,
+ 1900,
+ 110
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 10
+ ]
+ },
+ {
+ "Id": 4028,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1037
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4029,
+ "ItemId": [
+ 210000,
+ 1900,
+ 31
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1,
+ 1
+ ]
+ },
+ {
+ "Id": 4030,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1033
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4031,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1035
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4033,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1045
+ ],
+ "Number": [
+ 1000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4034,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1047
+ ],
+ "Number": [
+ 2000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4035,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1047
+ ],
+ "Number": [
+ 2000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4036,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1047
+ ],
+ "Number": [
+ 2000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4037,
+ "ItemId": [
+ 210000,
+ 1900,
+ 1047
+ ],
+ "Number": [
+ 2000,
+ 2,
+ 1
+ ]
+ },
+ {
+ "Id": 4038,
+ "ItemId": [
+ 210000,
+ 316
+ ],
+ "Number": [
+ 500,
+ 1
+ ]
+ },
+ {
+ "Id": 5001,
+ "ItemId": [
+ 1,
+ 3
+ ],
+ "Number": [
+ 5,
+ 5
+ ]
+ },
+ {
+ "Id": 5002,
+ "ItemId": [
+ 4,
+ 5
+ ],
+ "Number": [
+ 5,
+ 5
+ ]
+ },
+ {
+ "Id": 5003,
+ "ItemId": [
+ 301
+ ],
+ "Number": [
+ 5
+ ]
+ },
+ {
+ "Id": 5004,
+ "ItemId": [
+ 839
+ ],
+ "Number": [
+ 10
+ ]
+ },
+ {
+ "Id": 5005,
+ "ItemId": [
+ 2005
+ ],
+ "Number": [
+ 10
+ ]
+ },
+ {
+ "Id": 5006,
+ "ItemId": [
+ 2011
+ ],
+ "Number": [
+ 3
+ ]
+ },
+ {
+ "Id": 5007,
+ "ItemId": [
+ 2012
+ ],
+ "Number": [
+ 4
+ ]
+ },
+ {
+ "Id": 5008,
+ "ItemId": [
+ 2013
+ ],
+ "Number": [
+ 5
+ ]
+ },
+ {
+ "Id": 5009,
+ "ItemId": [
+ 2014
+ ],
+ "Number": [
+ 6
+ ]
+ },
+ {
+ "Id": 5010,
+ "ItemId": [
+ 2015
+ ],
+ "Number": [
+ 10
+ ]
+ },
+ {
+ "Id": 9000,
+ "ItemId": [
+ 701
+ ],
+ "Number": [
+ 10
+ ]
+ },
+ {
+ "Id": 9001,
+ "ItemId": [
+ 701
+ ],
+ "Number": [
+ 20
+ ]
+ },
+ {
+ "Id": 9002,
+ "ItemId": [
+ 701
+ ],
+ "Number": [
+ 100
+ ]
+ },
+ {
+ "Id": 9003,
+ "ItemId": [
+ 701
+ ],
+ "Number": [
+ 1000
+ ]
+ },
+ {
+ "Id": 9004,
+ "ItemId": [
+ 131
+ ],
+ "Number": [
+ 100
+ ]
+ },
+ {
+ "Id": 9005,
+ "ItemId": [
+ 7314
+ ],
+ "Number": [
+ 2
+ ]
+ },
+ {
+ "Id": 10001,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1500,
+ 10,
+ 2000
+ ]
+ },
+ {
+ "Id": 10002,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1400,
+ 9,
+ 1900
+ ]
+ },
+ {
+ "Id": 10003,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1300,
+ 8,
+ 1800
+ ]
+ },
+ {
+ "Id": 10004,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1200,
+ 7,
+ 1700
+ ]
+ },
+ {
+ "Id": 10005,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1100,
+ 6,
+ 1600
+ ]
+ },
+ {
+ "Id": 10006,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1000,
+ 5,
+ 1500
+ ]
+ },
+ {
+ "Id": 10007,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 900,
+ 4,
+ 1400
+ ]
+ },
+ {
+ "Id": 10008,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 800,
+ 3,
+ 1300
+ ]
+ },
+ {
+ "Id": 10009,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 700,
+ 2,
+ 1200
+ ]
+ },
+ {
+ "Id": 10010,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 600,
+ 1,
+ 1100
+ ]
+ },
+ {
+ "Id": 10011,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 500,
+ 500
+ ]
+ },
+ {
+ "Id": 10012,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 400,
+ 400
+ ]
+ },
+ {
+ "Id": 10013,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 300,
+ 300
+ ]
+ },
+ {
+ "Id": 10014,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 200,
+ 200
+ ]
+ },
+ {
+ "Id": 10101,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2500,
+ 10,
+ 3000
+ ]
+ },
+ {
+ "Id": 10102,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2300,
+ 9,
+ 2500
+ ]
+ },
+ {
+ "Id": 10103,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2000,
+ 8,
+ 2000
+ ]
+ },
+ {
+ "Id": 10104,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1800,
+ 7,
+ 1800
+ ]
+ },
+ {
+ "Id": 10105,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1700,
+ 6,
+ 1700
+ ]
+ },
+ {
+ "Id": 10106,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1600,
+ 5,
+ 1600
+ ]
+ },
+ {
+ "Id": 10107,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1500,
+ 4,
+ 1500
+ ]
+ },
+ {
+ "Id": 10108,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1400,
+ 3,
+ 1400
+ ]
+ },
+ {
+ "Id": 10109,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1300,
+ 2,
+ 1300
+ ]
+ },
+ {
+ "Id": 10110,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1200,
+ 1,
+ 1200
+ ]
+ },
+ {
+ "Id": 10111,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1000,
+ 1100
+ ]
+ },
+ {
+ "Id": 10112,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 800,
+ 1000
+ ]
+ },
+ {
+ "Id": 10113,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 600,
+ 900
+ ]
+ },
+ {
+ "Id": 10114,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 400,
+ 800
+ ]
+ },
+ {
+ "Id": 10201,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3500,
+ 10,
+ 4000
+ ]
+ },
+ {
+ "Id": 10202,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3200,
+ 9,
+ 3800
+ ]
+ },
+ {
+ "Id": 10203,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3000,
+ 8,
+ 3600
+ ]
+ },
+ {
+ "Id": 10204,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2800,
+ 7,
+ 3400
+ ]
+ },
+ {
+ "Id": 10205,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2600,
+ 6,
+ 3200
+ ]
+ },
+ {
+ "Id": 10206,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2400,
+ 5,
+ 3000
+ ]
+ },
+ {
+ "Id": 10207,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2200,
+ 4,
+ 2800
+ ]
+ },
+ {
+ "Id": 10208,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2000,
+ 3,
+ 2600
+ ]
+ },
+ {
+ "Id": 10209,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1800,
+ 2,
+ 2400
+ ]
+ },
+ {
+ "Id": 10210,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 1600,
+ 1,
+ 2200
+ ]
+ },
+ {
+ "Id": 10211,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1400,
+ 1500
+ ]
+ },
+ {
+ "Id": 10212,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1200,
+ 1400
+ ]
+ },
+ {
+ "Id": 10213,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1000,
+ 1300
+ ]
+ },
+ {
+ "Id": 10214,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 800,
+ 1200
+ ]
+ },
+ {
+ "Id": 10301,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 4500,
+ 10,
+ 5000
+ ]
+ },
+ {
+ "Id": 10302,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 4100,
+ 9,
+ 4500
+ ]
+ },
+ {
+ "Id": 10303,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3800,
+ 8,
+ 4000
+ ]
+ },
+ {
+ "Id": 10304,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3600,
+ 7,
+ 3800
+ ]
+ },
+ {
+ "Id": 10305,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3400,
+ 6,
+ 3600
+ ]
+ },
+ {
+ "Id": 10306,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3200,
+ 5,
+ 3400
+ ]
+ },
+ {
+ "Id": 10307,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 3000,
+ 4,
+ 3200
+ ]
+ },
+ {
+ "Id": 10308,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2800,
+ 3,
+ 3000
+ ]
+ },
+ {
+ "Id": 10309,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2600,
+ 2,
+ 2800
+ ]
+ },
+ {
+ "Id": 10310,
+ "ItemId": [
+ 210001,
+ 701,
+ 210000
+ ],
+ "Number": [
+ 2400,
+ 1,
+ 2600
+ ]
+ },
+ {
+ "Id": 10311,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 2000,
+ 2400
+ ]
+ },
+ {
+ "Id": 10312,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1800,
+ 2200
+ ]
+ },
+ {
+ "Id": 10313,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1600,
+ 2000
+ ]
+ },
+ {
+ "Id": 10314,
+ "ItemId": [
+ 210001,
+ 210000
+ ],
+ "Number": [
+ 1000,
+ 1800
+ ]
+ },
+ {
+ "Id": 11001,
+ "ItemId": [
+ 210000,
+ 110000
+ ],
+ "Number": [
+ 1000,
+ 300
+ ]
+ },
+ {
+ "Id": 11002,
+ "ItemId": [
+ 210000,
+ 110000
+ ],
+ "Number": [
+ 600,
+ 200
+ ]
+ },
+ {
+ "Id": 11003,
+ "ItemId": [
+ 210000,
+ 110000
+ ],
+ "Number": [
+ 300,
+ 100
+ ]
+ },
+ {
+ "Id": 12001,
+ "ItemId": [
+ 113,
+ 136,
+ 110
+ ],
+ "Number": [
+ 30,
+ 1000,
+ 66
+ ]
+ },
+ {
+ "Id": 12002,
+ "ItemId": [
+ 113,
+ 136,
+ 110
+ ],
+ "Number": [
+ 50,
+ 2000,
+ 66
+ ]
+ },
+ {
+ "Id": 12003,
+ "ItemId": [
+ 113,
+ 136,
+ 110
+ ],
+ "Number": [
+ 70,
+ 3000,
+ 66
+ ]
+ },
+ {
+ "Id": 12004,
+ "ItemId": [
+ 129,
+ 138,
+ 110
+ ],
+ "Number": [
+ 50,
+ 1000,
+ 66
+ ]
+ },
+ {
+ "Id": 12005,
+ "ItemId": [
+ 129,
+ 138,
+ 110
+ ],
+ "Number": [
+ 80,
+ 2000,
+ 66
+ ]
+ },
+ {
+ "Id": 12006,
+ "ItemId": [
+ 129,
+ 138,
+ 110
+ ],
+ "Number": [
+ 100,
+ 3000,
+ 66
+ ]
+ },
+ {
+ "Id": 12007,
+ "ItemId": [
+ 143,
+ 139,
+ 110
+ ],
+ "Number": [
+ 10,
+ 1000,
+ 66
+ ]
+ },
+ {
+ "Id": 12008,
+ "ItemId": [
+ 143,
+ 139,
+ 110
+ ],
+ "Number": [
+ 20,
+ 2000,
+ 66
+ ]
+ },
+ {
+ "Id": 12009,
+ "ItemId": [
+ 143,
+ 139,
+ 110
+ ],
+ "Number": [
+ 30,
+ 3000,
+ 66
+ ]
+ },
+ {
+ "Id": 12010,
+ "ItemId": [
+ 112,
+ 140,
+ 110
+ ],
+ "Number": [
+ 10,
+ 1000,
+ 66
+ ]
+ },
+ {
+ "Id": 12011,
+ "ItemId": [
+ 112,
+ 140,
+ 110
+ ],
+ "Number": [
+ 20,
+ 2000,
+ 66
+ ]
+ },
+ {
+ "Id": 12012,
+ "ItemId": [
+ 112,
+ 140,
+ 110
+ ],
+ "Number": [
+ 30,
+ 3000,
+ 66
+ ]
+ },
+ {
+ "Id": 13001,
+ "ItemId": [
+ 210000
+ ],
+ "Number": [
+ 46
+ ]
+ },
+ {
+ "Id": 13002,
+ "ItemId": [
+ 818
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 13003,
+ "ItemId": [
+ 106
+ ],
+ "Number": [
+ 1
+ ]
+ },
+ {
+ "Id": 13004,
+ "ItemId": [
+ 4
+ ],
+ "Number": [
+ 5
+ ]
+ },
+ {
+ "Id": 99995,
+ "ItemId": [
+ 210000,
+ 7230,
+ 701
+ ],
+ "Number": [
+ 500,
+ 1,
+ 1,
+ 10
+ ]
+ },
+ {
+ "Id": 99996,
+ "ItemId": [
+ 210000,
+ 131,
+ 701
+ ],
+ "Number": [
+ 500,
+ 5,
+ 1,
+ 20
+ ]
+ },
+ {
+ "Id": 99997,
+ "ItemId": [
+ 2000,
+ 210000,
+ 4006,
+ 4001
+ ],
+ "Number": [
+ 500,
+ 100,
+ 2,
+ 2
+ ]
+ },
+ {
+ "Id": 99998,
+ "ItemId": [
+ 220000,
+ 210000
+ ],
+ "Number": [
+ 180,
+ 20000
+ ]
+ },
+ {
+ "Id": 99999,
+ "ItemId": [
+ 220000,
+ 210000
+ ],
+ "Number": [
+ 450,
+ 100000
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/RoleStateConfigCategory.json b/config/RoleStateConfigCategory.json
new file mode 100644
index 0000000..44ed9f2
--- /dev/null
+++ b/config/RoleStateConfigCategory.json
@@ -0,0 +1,17 @@
+[
+ {
+ "Id": 0
+ },
+ {
+ "Id": 1
+ },
+ {
+ "Id": 2
+ },
+ {
+ "Id": 3
+ },
+ {
+ "Id": 4
+ }
+]
\ No newline at end of file
diff --git a/config/SaplingConfigCategory.json b/config/SaplingConfigCategory.json
new file mode 100644
index 0000000..a93ea56
--- /dev/null
+++ b/config/SaplingConfigCategory.json
@@ -0,0 +1,288 @@
+[
+ {
+ "Id": 1,
+ "SaplingName": "甘草苗",
+ "GrowthTime": 5760,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 2,
+ "UprootDrop": 7203,
+ "SaplingPrefab": "Sapling_Prefab_1",
+ "NamePicture": "Sapling_Name_1",
+ "Description": "甘草的幼苗,可以栽种在山谷上,4天后成长成甘草。"
+ },
+ {
+ "Id": 2,
+ "SaplingName": "浆果苗",
+ "GrowthTime": 4320,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 3,
+ "UprootDrop": 7200,
+ "SaplingPrefab": "Sapling_Prefab_2",
+ "NamePicture": "Sapling_Name_2",
+ "Description": "浆果的幼苗,可以栽种在山谷上,3天后成长成浆果。"
+ },
+ {
+ "Id": 3,
+ "SaplingName": "野菜苗",
+ "GrowthTime": 4320,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 4,
+ "UprootDrop": 7201,
+ "SaplingPrefab": "Sapling_Prefab_3",
+ "NamePicture": "Sapling_Name_3",
+ "Description": "野菜的幼苗,可以栽种在山谷上,3天后成长成野菜。"
+ },
+ {
+ "Id": 4,
+ "SaplingName": "葛草苗",
+ "GrowthTime": 5760,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 5,
+ "UprootDrop": 7202,
+ "SaplingPrefab": "Sapling_Prefab_4",
+ "NamePicture": "Sapling_Name_4",
+ "Description": "葛草的幼苗,可以栽种在山谷上,4天后成长成葛草。"
+ },
+ {
+ "Id": 5,
+ "SaplingName": "茅草苗",
+ "GrowthTime": 5760,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 6,
+ "UprootDrop": 7204,
+ "SaplingPrefab": "Sapling_Prefab_5",
+ "NamePicture": "Sapling_Name_5",
+ "Description": "茅草的幼苗,可以栽种在山谷上,4天后成长成茅草。"
+ },
+ {
+ "Id": 6,
+ "SaplingName": "亚麻苗",
+ "GrowthTime": 5760,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 7,
+ "UprootDrop": 7205,
+ "SaplingPrefab": "Sapling_Prefab_6",
+ "NamePicture": "Sapling_Name_6",
+ "Description": "亚麻的幼苗,可以栽种在山谷上,4天后成长成亚麻。"
+ },
+ {
+ "Id": 7,
+ "SaplingName": "竹子苗",
+ "GrowthTime": 11520,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 8,
+ "UprootDrop": 7208,
+ "SaplingPrefab": "Sapling_Prefab_7",
+ "NamePicture": "Sapling_Name_7",
+ "Description": "竹子的幼苗,可以栽种在山谷上,8天后成长成竹子。"
+ },
+ {
+ "Id": 8,
+ "SaplingName": "迷谷苗",
+ "GrowthTime": 432,
+ "FixedPoint": true,
+ "RelatedResourcesPoint": 10,
+ "UprootDrop": 0,
+ "SaplingPrefab": "Sapling_Prefab_8",
+ "NamePicture": "Sapling_Name_8",
+ "Description": "需要栽种在老树根上的迷谷苗,幼苗微弱的光芒中透露着一股生命力。"
+ },
+ {
+ "Id": 9,
+ "SaplingName": "桃树苗",
+ "GrowthTime": 11520,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 11,
+ "UprootDrop": 7207,
+ "SaplingPrefab": "Sapling_Prefab_9",
+ "NamePicture": "Sapling_Name_9",
+ "Description": "桃树的幼苗,可以栽种在山谷上,8天后成长成桃树。"
+ },
+ {
+ "Id": 10,
+ "SaplingName": "柳树苗",
+ "GrowthTime": 11520,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 12,
+ "UprootDrop": 7209,
+ "SaplingPrefab": "Sapling_Prefab_10",
+ "NamePicture": "Sapling_Name_10",
+ "Description": "柳树的幼苗,可以栽种在山谷上,8天后成长成柳树。"
+ },
+ {
+ "Id": 11,
+ "SaplingName": "桑树苗",
+ "GrowthTime": 14400,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 13,
+ "UprootDrop": 7210,
+ "SaplingPrefab": "Sapling_Prefab_11",
+ "NamePicture": "Sapling_Name_11",
+ "Description": "桑树的幼苗,可以栽种在山谷上,10天后成长成桑树。"
+ },
+ {
+ "Id": 12,
+ "SaplingName": "松树苗",
+ "GrowthTime": 14400,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 14,
+ "UprootDrop": 7211,
+ "SaplingPrefab": "Sapling_Prefab_12",
+ "NamePicture": "Sapling_Name_12",
+ "Description": "松树的幼苗,可以栽种在山谷上,10天后成长成松树。"
+ },
+ {
+ "Id": 14,
+ "SaplingName": "桢楠苗",
+ "GrowthTime": 17280,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 16,
+ "UprootDrop": 7213,
+ "SaplingPrefab": "Sapling_Prefab_14",
+ "NamePicture": "Sapling_Name_14",
+ "Description": "桢楠树的幼苗,可以栽种在山谷上,15天后成长成桢楠树。"
+ },
+ {
+ "Id": 15,
+ "SaplingName": "桦树苗",
+ "GrowthTime": 14400,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 27,
+ "UprootDrop": 7217,
+ "SaplingPrefab": "Sapling_Prefab_15",
+ "NamePicture": "Sapling_Name_15",
+ "Description": "桦树的幼苗,可以栽种在山谷上,15天后成长成桦树。"
+ },
+ {
+ "Id": 16,
+ "SaplingName": "黏土苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 17,
+ "UprootDrop": 7218,
+ "SaplingPrefab": "Sapling_Prefab_16",
+ "NamePicture": "Sapling_Name_16",
+ "Description": "黏土的幼苗"
+ },
+ {
+ "Id": 17,
+ "SaplingName": "碎石苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 18,
+ "UprootDrop": 7219,
+ "SaplingPrefab": "Sapling_Prefab_17",
+ "NamePicture": "Sapling_Name_17",
+ "Description": "碎石的幼苗"
+ },
+ {
+ "Id": 18,
+ "SaplingName": "石头苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 19,
+ "UprootDrop": 7220,
+ "SaplingPrefab": "Sapling_Prefab_18",
+ "NamePicture": "Sapling_Name_18",
+ "Description": "石头的幼苗"
+ },
+ {
+ "Id": 19,
+ "SaplingName": "石灰石苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 20,
+ "UprootDrop": 7221,
+ "SaplingPrefab": "Sapling_Prefab_19",
+ "NamePicture": "Sapling_Name_19",
+ "Description": "石灰石的幼苗"
+ },
+ {
+ "Id": 20,
+ "SaplingName": "青石苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 21,
+ "UprootDrop": 7222,
+ "SaplingPrefab": "Sapling_Prefab_20",
+ "NamePicture": "Sapling_Name_20",
+ "Description": "青石的幼苗"
+ },
+ {
+ "Id": 21,
+ "SaplingName": "花岗石苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 22,
+ "UprootDrop": 7223,
+ "SaplingPrefab": "Sapling_Prefab_21",
+ "NamePicture": "Sapling_Name_21",
+ "Description": "花岗石的幼苗"
+ },
+ {
+ "Id": 22,
+ "SaplingName": "杂草苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 23,
+ "UprootDrop": 7224,
+ "SaplingPrefab": "Sapling_Prefab_22",
+ "NamePicture": "Sapling_Name_22",
+ "Description": "杂草的幼苗"
+ },
+ {
+ "Id": 23,
+ "SaplingName": "金矿苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 25,
+ "UprootDrop": 7225,
+ "SaplingPrefab": "Sapling_Prefab_23",
+ "NamePicture": "Sapling_Name_23",
+ "Description": "金矿的幼苗"
+ },
+ {
+ "Id": 24,
+ "SaplingName": "树枝堆苗",
+ "GrowthTime": 1440,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 26,
+ "UprootDrop": 7226,
+ "SaplingPrefab": "Sapling_Prefab_24",
+ "NamePicture": "Sapling_Name_24",
+ "Description": "树枝堆的幼苗"
+ },
+ {
+ "Id": 25,
+ "SaplingName": "迷谷苗",
+ "GrowthTime": 14400,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 10,
+ "UprootDrop": 7227,
+ "SaplingPrefab": "Sapling_Prefab_25",
+ "NamePicture": "Sapling_Name_25",
+ "Description": "迷谷的幼苗,可以栽种在山谷上,10天后成长成迷谷树。"
+ },
+ {
+ "Id": 26,
+ "SaplingName": "梨树苗",
+ "GrowthTime": 17280,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 31,
+ "UprootDrop": 7231,
+ "SaplingPrefab": "Sapling_Prefab_26",
+ "NamePicture": "Sapling_Name_26",
+ "Description": "梨树的幼苗,可以栽种在山谷上,10天后成长成梨树。"
+ },
+ {
+ "Id": 27,
+ "SaplingName": "榕树苗",
+ "GrowthTime": 21600,
+ "FixedPoint": false,
+ "RelatedResourcesPoint": 32,
+ "UprootDrop": 7232,
+ "SaplingPrefab": "Sapling_Prefab_27",
+ "NamePicture": "Sapling_Name_27",
+ "Description": "榕树的幼苗,可以栽种在山谷上,20天后成长成榕树。"
+ }
+]
\ No newline at end of file
diff --git a/config/ScaleConfigCategory.json b/config/ScaleConfigCategory.json
new file mode 100644
index 0000000..1705e0f
--- /dev/null
+++ b/config/ScaleConfigCategory.json
@@ -0,0 +1,405 @@
+[
+ {
+ "Id": 1,
+ "ScaleName": "野谷",
+ "Prosperity": 40,
+ "Copper": 50,
+ "Structure": 60,
+ "PrestigeCondition": [],
+ "RewardGroup": 2001,
+ "Nomad": 1,
+ "BusinessMan": 0,
+ "MonsterWaves": [],
+ "Challenge": 0,
+ "FourEvilsBoss": 0,
+ "EarlyStageWar": 1,
+ "OrdinaryAward": 1,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 2,
+ "ScaleName": "野谷",
+ "Prosperity": 140,
+ "Copper": 50,
+ "Structure": 1100,
+ "PrestigeCondition": [],
+ "RewardGroup": 2002,
+ "Nomad": 1,
+ "BusinessMan": 0,
+ "MonsterWaves": [],
+ "Challenge": 0,
+ "FourEvilsBoss": 0,
+ "EarlyStageWar": 2,
+ "OrdinaryAward": 1,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 3,
+ "ScaleName": "炊烟",
+ "Prosperity": 300,
+ "Copper": 100,
+ "Structure": 260,
+ "PrestigeCondition": [],
+ "RewardGroup": 2003,
+ "Nomad": 1,
+ "BusinessMan": 0,
+ "MonsterWaves": [],
+ "Challenge": 0,
+ "FourEvilsBoss": 0,
+ "EarlyStageWar": 3,
+ "OrdinaryAward": 1,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 4,
+ "ScaleName": "炊烟",
+ "Prosperity": 800,
+ "Copper": 500,
+ "Structure": 360,
+ "PrestigeCondition": [],
+ "RewardGroup": 2004,
+ "Nomad": 1,
+ "BusinessMan": 1000,
+ "MonsterWaves": [
+ 1,
+ 5
+ ],
+ "Challenge": 0,
+ "FourEvilsBoss": 0,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 1,
+ "ChallengeAward": 2001
+ },
+ {
+ "Id": 5,
+ "ScaleName": "鸡鸣",
+ "Prosperity": 1400,
+ "Copper": 1000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2005,
+ "Nomad": 2,
+ "BusinessMan": 1001,
+ "MonsterWaves": [
+ 101,
+ 105
+ ],
+ "Challenge": 10002,
+ "FourEvilsBoss": 20001,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 2,
+ "ChallengeAward": 2002
+ },
+ {
+ "Id": 6,
+ "ScaleName": "鸡鸣",
+ "Prosperity": 2500,
+ "Copper": 3000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2006,
+ "Nomad": 3,
+ "BusinessMan": 1002,
+ "MonsterWaves": [
+ 201,
+ 205
+ ],
+ "Challenge": 10003,
+ "FourEvilsBoss": 20001,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 3,
+ "ChallengeAward": 2003
+ },
+ {
+ "Id": 7,
+ "ScaleName": "五谷",
+ "Prosperity": 3500,
+ "Copper": 5000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2007,
+ "Nomad": 4,
+ "BusinessMan": 1003,
+ "MonsterWaves": [
+ 301,
+ 310
+ ],
+ "Challenge": 10004,
+ "FourEvilsBoss": 20001,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 4,
+ "ChallengeAward": 2004
+ },
+ {
+ "Id": 8,
+ "ScaleName": "五谷",
+ "Prosperity": 5200,
+ "Copper": 10000,
+ "Structure": 0,
+ "PrestigeCondition": [
+ 110000,
+ 1000
+ ],
+ "RewardGroup": 2008,
+ "Nomad": 5,
+ "BusinessMan": 1004,
+ "MonsterWaves": [
+ 401,
+ 410
+ ],
+ "Challenge": 10005,
+ "FourEvilsBoss": 20001,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 5,
+ "ChallengeAward": 2005
+ },
+ {
+ "Id": 9,
+ "ScaleName": "方兴",
+ "Prosperity": 7500,
+ "Copper": 20000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2009,
+ "Nomad": 6,
+ "BusinessMan": 1005,
+ "MonsterWaves": [
+ 501,
+ 510
+ ],
+ "Challenge": 10006,
+ "FourEvilsBoss": 20002,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 6,
+ "ChallengeAward": 2006
+ },
+ {
+ "Id": 10,
+ "ScaleName": "方兴",
+ "Prosperity": 11000,
+ "Copper": 32000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2010,
+ "Nomad": 7,
+ "BusinessMan": 1006,
+ "MonsterWaves": [
+ 601,
+ 615
+ ],
+ "Challenge": 10007,
+ "FourEvilsBoss": 20002,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 7,
+ "ChallengeAward": 2007
+ },
+ {
+ "Id": 11,
+ "ScaleName": "百卉",
+ "Prosperity": 13500,
+ "Copper": 40500,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2011,
+ "Nomad": 8,
+ "BusinessMan": 1007,
+ "MonsterWaves": [
+ 701,
+ 715
+ ],
+ "Challenge": 10008,
+ "FourEvilsBoss": 20002,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 8,
+ "ChallengeAward": 2008
+ },
+ {
+ "Id": 12,
+ "ScaleName": "百卉",
+ "Prosperity": 17000,
+ "Copper": 50000,
+ "Structure": 0,
+ "PrestigeCondition": [
+ 110001,
+ 1000
+ ],
+ "RewardGroup": 2012,
+ "Nomad": 9,
+ "BusinessMan": 1008,
+ "MonsterWaves": [
+ 801,
+ 820
+ ],
+ "Challenge": 10009,
+ "FourEvilsBoss": 20002,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 9,
+ "ChallengeAward": 2009
+ },
+ {
+ "Id": 13,
+ "ScaleName": "欣欣",
+ "Prosperity": 21000,
+ "Copper": 60500,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2013,
+ "Nomad": 10,
+ "BusinessMan": 1009,
+ "MonsterWaves": [
+ 901,
+ 920
+ ],
+ "Challenge": 10010,
+ "FourEvilsBoss": 20002,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 10,
+ "ChallengeAward": 2010
+ },
+ {
+ "Id": 14,
+ "ScaleName": "欣欣",
+ "Prosperity": 23000,
+ "Copper": 72000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2014,
+ "Nomad": 10,
+ "BusinessMan": 1010,
+ "MonsterWaves": [
+ 1001,
+ 1020
+ ],
+ "Challenge": 10011,
+ "FourEvilsBoss": 20003,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 11,
+ "ChallengeAward": 2011
+ },
+ {
+ "Id": 15,
+ "ScaleName": "向荣",
+ "Prosperity": 27000,
+ "Copper": 84500,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2015,
+ "Nomad": 10,
+ "BusinessMan": 1011,
+ "MonsterWaves": [
+ 1101,
+ 1125
+ ],
+ "Challenge": 10012,
+ "FourEvilsBoss": 20003,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 12,
+ "ChallengeAward": 2012
+ },
+ {
+ "Id": 16,
+ "ScaleName": "向荣",
+ "Prosperity": 33000,
+ "Copper": 100000,
+ "Structure": 0,
+ "PrestigeCondition": [
+ 110002,
+ 1000
+ ],
+ "RewardGroup": 2016,
+ "Nomad": 10,
+ "BusinessMan": 1012,
+ "MonsterWaves": [
+ 1201,
+ 1225
+ ],
+ "Challenge": 10013,
+ "FourEvilsBoss": 20003,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 13,
+ "ChallengeAward": 2013
+ },
+ {
+ "Id": 17,
+ "ScaleName": "安居",
+ "Prosperity": 38000,
+ "Copper": 200000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2017,
+ "Nomad": 10,
+ "BusinessMan": 1013,
+ "MonsterWaves": [
+ 1301,
+ 1325
+ ],
+ "Challenge": 10014,
+ "FourEvilsBoss": 20003,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 14,
+ "ChallengeAward": 2014
+ },
+ {
+ "Id": 18,
+ "ScaleName": "安居",
+ "Prosperity": 44000,
+ "Copper": 300000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2018,
+ "Nomad": 10,
+ "BusinessMan": 1014,
+ "MonsterWaves": [
+ 1401,
+ 1425
+ ],
+ "Challenge": 10015,
+ "FourEvilsBoss": 20003,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 15,
+ "ChallengeAward": 2015
+ },
+ {
+ "Id": 19,
+ "ScaleName": "乐业",
+ "Prosperity": 52000,
+ "Copper": 400000,
+ "Structure": 0,
+ "PrestigeCondition": [],
+ "RewardGroup": 2019,
+ "Nomad": 10,
+ "BusinessMan": 1015,
+ "MonsterWaves": [
+ 1501,
+ 1525
+ ],
+ "Challenge": 10016,
+ "FourEvilsBoss": 20004,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 16,
+ "ChallengeAward": 2016
+ },
+ {
+ "Id": 20,
+ "ScaleName": "乐业",
+ "Prosperity": 60000,
+ "Copper": 400000,
+ "Structure": 0,
+ "PrestigeCondition": [
+ 110003,
+ 1000
+ ],
+ "RewardGroup": 0,
+ "Nomad": 10,
+ "BusinessMan": 1015,
+ "MonsterWaves": [
+ 1601,
+ 1625
+ ],
+ "Challenge": 10017,
+ "FourEvilsBoss": 20004,
+ "EarlyStageWar": 0,
+ "OrdinaryAward": 16,
+ "ChallengeAward": 2016
+ }
+]
\ No newline at end of file
diff --git a/config/SceneEventConfigCategory.json b/config/SceneEventConfigCategory.json
new file mode 100644
index 0000000..2e481f0
--- /dev/null
+++ b/config/SceneEventConfigCategory.json
@@ -0,0 +1,146 @@
+[
+ {
+ "Id": 1,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 1,
+ "Frequency": [
+ 1,
+ 1
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 2,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 2,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 2,
+ "Frequency": [
+ 1,
+ 2
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 3,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 3,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 3,
+ "Frequency": [
+ 2,
+ 3
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 4,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 4,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 4,
+ "Frequency": [
+ 3,
+ 4
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 5,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 5,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 5,
+ "Frequency": [
+ 3,
+ 4
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 6,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 6,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 6,
+ "Frequency": [
+ 4,
+ 5
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 7,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 7,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 7,
+ "Frequency": [
+ 5,
+ 6
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 8,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 8,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 8,
+ "Frequency": [
+ 6,
+ 7
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 9,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ },
+ {
+ "Id": 9,
+ "Name": "恐怖怪物影子",
+ "TriggeringConditionsType": 2,
+ "TriggeringConditionsParameter": 9,
+ "Frequency": [
+ 7,
+ 8
+ ],
+ "StopConditionsType": 2,
+ "StopConditionsParameter": 10,
+ "VillagerActions": "",
+ "EnvironmentAction": "",
+ "SoundEffects": "",
+ "Shock": ""
+ }
+]
\ No newline at end of file
diff --git a/config/SceneInteractiveConfigCategory.json b/config/SceneInteractiveConfigCategory.json
new file mode 100644
index 0000000..ea26d92
--- /dev/null
+++ b/config/SceneInteractiveConfigCategory.json
@@ -0,0 +1,46 @@
+[
+ {
+ "Id": 3002001,
+ "Region": 3002,
+ "Dialogue": "一块刻了字的石头,模糊不清,已经无法辨别内容了",
+ "Options": [
+ 7
+ ],
+ "Disappear": false,
+ "Repeat": false
+ },
+ {
+ "Id": 3002002,
+ "Region": 3002,
+ "Dialogue": "一块石头,很大,可能是块歇脚石?",
+ "Options": [
+ 100001,
+ 100002,
+ 100003
+ ],
+ "Disappear": false,
+ "Repeat": true
+ },
+ {
+ "Id": 3002003,
+ "Region": 3002,
+ "Dialogue": "一块精致的石头,在阳光下闪闪发亮",
+ "Options": [
+ 100004,
+ 100005
+ ],
+ "Disappear": false,
+ "Repeat": false
+ },
+ {
+ "Id": 3002004,
+ "Region": 3002,
+ "Dialogue": "一块碑,上面的字密密麻麻的",
+ "Options": [
+ 100006,
+ 100007
+ ],
+ "Disappear": true,
+ "Repeat": true
+ }
+]
\ No newline at end of file
diff --git a/config/ScienceConfigCategory.json b/config/ScienceConfigCategory.json
new file mode 100644
index 0000000..c575e69
--- /dev/null
+++ b/config/ScienceConfigCategory.json
@@ -0,0 +1,1177 @@
+[
+ {
+ "Id": 2,
+ "Type": 1,
+ "Name": "小麦增产",
+ "PrefixScience": 0,
+ "ScienceGroup": 2,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": false,
+ "ItemId_1": 133,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 200,
+ "EffectType": 2,
+ "ObjectAction": 3,
+ "EffectParameter": 9500,
+ "Icon": "Science_2",
+ "ScienceDescribe": "农田小麦产出+100",
+ "ResultDescribe": "农田小麦产出+100"
+ },
+ {
+ "Id": 11,
+ "Type": 1,
+ "Name": "种植水稻",
+ "PrefixScience": 0,
+ "ScienceGroup": 11,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": false,
+ "ItemId_1": 134,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 900,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1002,
+ "Icon": "Science_11",
+ "ScienceDescribe": "研究后可以解锁种植水稻",
+ "ResultDescribe": "已解锁种植水稻"
+ },
+ {
+ "Id": 12,
+ "Type": 1,
+ "Name": "水稻增产",
+ "PrefixScience": 11,
+ "ScienceGroup": 11,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": false,
+ "ItemId_1": 134,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 900,
+ "EffectType": 2,
+ "ObjectAction": 4,
+ "EffectParameter": 9501,
+ "Icon": "Science_12",
+ "ScienceDescribe": "农田水稻产出+100",
+ "ResultDescribe": "农田水稻产出+100"
+ },
+ {
+ "Id": 21,
+ "Type": 1,
+ "Name": "种植大豆",
+ "PrefixScience": 0,
+ "ScienceGroup": 21,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": false,
+ "ItemId_1": 135,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 1800,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1003,
+ "Icon": "Science_21",
+ "ScienceDescribe": "研究后可以解锁种植大豆",
+ "ResultDescribe": "已解锁种植大豆"
+ },
+ {
+ "Id": 22,
+ "Type": 1,
+ "Name": "大豆增产·1级",
+ "PrefixScience": 21,
+ "ScienceGroup": 21,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 135,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 1800,
+ "EffectType": 2,
+ "ObjectAction": 5,
+ "EffectParameter": 9502,
+ "Icon": "Science_22",
+ "ScienceDescribe": "农田大豆产出+100",
+ "ResultDescribe": "农田大豆产出+100"
+ },
+ {
+ "Id": 31,
+ "Type": 1,
+ "Name": "种植白菜",
+ "PrefixScience": 0,
+ "ScienceGroup": 31,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 136,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 3000,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1005,
+ "Icon": "Science_31",
+ "ScienceDescribe": "研究后可以解锁种植白菜",
+ "ResultDescribe": "已解锁种植白菜"
+ },
+ {
+ "Id": 32,
+ "Type": 1,
+ "Name": "白菜增产·1级",
+ "PrefixScience": 31,
+ "ScienceGroup": 31,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 136,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 3000,
+ "EffectType": 2,
+ "ObjectAction": 6,
+ "EffectParameter": 9503,
+ "Icon": "Science_32",
+ "ScienceDescribe": "农田白菜产出+100",
+ "ResultDescribe": "农田白菜产出+100"
+ },
+ {
+ "Id": 41,
+ "Type": 1,
+ "Name": "种植糯稻",
+ "PrefixScience": 0,
+ "ScienceGroup": 41,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 137,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1004,
+ "Icon": "Science_41",
+ "ScienceDescribe": "研究后可以解锁种植糯米",
+ "ResultDescribe": "已解锁种植糯米"
+ },
+ {
+ "Id": 42,
+ "Type": 1,
+ "Name": "糯稻增产·1级",
+ "PrefixScience": 41,
+ "ScienceGroup": 41,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 137,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 7,
+ "EffectParameter": 9504,
+ "Icon": "Science_42",
+ "ScienceDescribe": "农田糯稻产出+100",
+ "ResultDescribe": "农田糯稻产出+100"
+ },
+ {
+ "Id": 43,
+ "Type": 1,
+ "Name": "糯稻增产·2级",
+ "PrefixScience": 42,
+ "ScienceGroup": 41,
+ "ScienceLv": 3,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 137,
+ "ItemNum_1": 200,
+ "ItemId_2": 7215,
+ "ItemNum_2": 200,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 7,
+ "EffectParameter": 9505,
+ "Icon": "Science_43",
+ "ScienceDescribe": "农田糯稻产出+100",
+ "ResultDescribe": "农田糯稻产出+100"
+ },
+ {
+ "Id": 44,
+ "Type": 1,
+ "Name": "糯稻增产·3级",
+ "PrefixScience": 43,
+ "ScienceGroup": 41,
+ "ScienceLv": 4,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 137,
+ "ItemNum_1": 300,
+ "ItemId_2": 7215,
+ "ItemNum_2": 300,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 7,
+ "EffectParameter": 9506,
+ "Icon": "Science_44",
+ "ScienceDescribe": "农田糯稻产出+100",
+ "ResultDescribe": "农田糯稻产出+100"
+ },
+ {
+ "Id": 51,
+ "Type": 1,
+ "Name": "种植萝卜",
+ "PrefixScience": 0,
+ "ScienceGroup": 51,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 138,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1006,
+ "Icon": "Science_51",
+ "ScienceDescribe": "研究后可以解锁种植萝卜",
+ "ResultDescribe": "已解锁种植萝卜"
+ },
+ {
+ "Id": 52,
+ "Type": 1,
+ "Name": "萝卜增产·1级",
+ "PrefixScience": 51,
+ "ScienceGroup": 51,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 138,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 8,
+ "EffectParameter": 9507,
+ "Icon": "Science_52",
+ "ScienceDescribe": "农田萝卜产出+100",
+ "ResultDescribe": "农田萝卜产出+100"
+ },
+ {
+ "Id": 61,
+ "Type": 1,
+ "Name": "种植冬瓜",
+ "PrefixScience": 0,
+ "ScienceGroup": 61,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 139,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 15000,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1007,
+ "Icon": "Science_61",
+ "ScienceDescribe": "研究后可以解锁种植冬瓜",
+ "ResultDescribe": "已解锁种植冬瓜"
+ },
+ {
+ "Id": 62,
+ "Type": 1,
+ "Name": "冬瓜增产·1级",
+ "PrefixScience": 61,
+ "ScienceGroup": 61,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 139,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 15000,
+ "EffectType": 2,
+ "ObjectAction": 9,
+ "EffectParameter": 9508,
+ "Icon": "Science_62",
+ "ScienceDescribe": "农田冬瓜产出+50",
+ "ResultDescribe": "农田冬瓜产出+50"
+ },
+ {
+ "Id": 71,
+ "Type": 1,
+ "Name": "种植南瓜",
+ "PrefixScience": 0,
+ "ScienceGroup": 71,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 140,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 20000,
+ "EffectType": 1,
+ "ObjectAction": 0,
+ "EffectParameter": 1008,
+ "Icon": "Science_71",
+ "ScienceDescribe": "研究后可以解锁种植南瓜",
+ "ResultDescribe": "已解锁种植南瓜"
+ },
+ {
+ "Id": 72,
+ "Type": 1,
+ "Name": "南瓜增产·1级",
+ "PrefixScience": 71,
+ "ScienceGroup": 71,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 140,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 20000,
+ "EffectType": 2,
+ "ObjectAction": 10,
+ "EffectParameter": 9509,
+ "Icon": "Science_72",
+ "ScienceDescribe": "农田南瓜产出+50",
+ "ResultDescribe": "农田南瓜产出+50"
+ },
+ {
+ "Id": 81,
+ "Type": 1,
+ "Name": "食物增产·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 81,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": false,
+ "ItemId_1": 2001,
+ "ItemNum_1": 50,
+ "ItemId_2": 7215,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 200,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9510,
+ "Icon": "Science_81",
+ "ScienceDescribe": "农田基础食物产出+10%",
+ "ResultDescribe": "农田基础食物产出+10%"
+ },
+ {
+ "Id": 82,
+ "Type": 1,
+ "Name": "食物增产·2级",
+ "PrefixScience": 81,
+ "ScienceGroup": 81,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": false,
+ "ItemId_1": 2001,
+ "ItemNum_1": 100,
+ "ItemId_2": 7215,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 900,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9511,
+ "Icon": "Science_82",
+ "ScienceDescribe": "农田基础食物产出+20%",
+ "ResultDescribe": "农田基础食物产出+20%"
+ },
+ {
+ "Id": 83,
+ "Type": 1,
+ "Name": "食物增产·3级",
+ "PrefixScience": 82,
+ "ScienceGroup": 81,
+ "ScienceLv": 3,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 2001,
+ "ItemNum_1": 150,
+ "ItemId_2": 7215,
+ "ItemNum_2": 150,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 1800,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9512,
+ "Icon": "Science_83",
+ "ScienceDescribe": "农田基础食物产出+30%",
+ "ResultDescribe": "农田基础食物产出+30%"
+ },
+ {
+ "Id": 84,
+ "Type": 1,
+ "Name": "食物增产·4级",
+ "PrefixScience": 83,
+ "ScienceGroup": 81,
+ "ScienceLv": 4,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 2001,
+ "ItemNum_1": 200,
+ "ItemId_2": 7215,
+ "ItemNum_2": 200,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 3000,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9513,
+ "Icon": "Science_84",
+ "ScienceDescribe": "农田基础食物产出+40%",
+ "ResultDescribe": "农田基础食物产出+40%"
+ },
+ {
+ "Id": 85,
+ "Type": 1,
+ "Name": "食物增产·5级",
+ "PrefixScience": 84,
+ "ScienceGroup": 81,
+ "ScienceLv": 5,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 2001,
+ "ItemNum_1": 250,
+ "ItemId_2": 7215,
+ "ItemNum_2": 250,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9514,
+ "Icon": "Science_85",
+ "ScienceDescribe": "农田基础食物产出+50%",
+ "ResultDescribe": "农田基础食物产出+50%"
+ },
+ {
+ "Id": 86,
+ "Type": 1,
+ "Name": "食物增产·6级",
+ "PrefixScience": 85,
+ "ScienceGroup": 81,
+ "ScienceLv": 6,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 2001,
+ "ItemNum_1": 300,
+ "ItemId_2": 7215,
+ "ItemNum_2": 300,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9515,
+ "Icon": "Science_86",
+ "ScienceDescribe": "农田基础食物产出+60%",
+ "ResultDescribe": "农田基础食物产出+60%"
+ },
+ {
+ "Id": 87,
+ "Type": 1,
+ "Name": "食物增产·7级",
+ "PrefixScience": 86,
+ "ScienceGroup": 81,
+ "ScienceLv": 7,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 2001,
+ "ItemNum_1": 350,
+ "ItemId_2": 7215,
+ "ItemNum_2": 350,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 15000,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9516,
+ "Icon": "Science_87",
+ "ScienceDescribe": "农田基础食物产出+70%",
+ "ResultDescribe": "农田基础食物产出+70%"
+ },
+ {
+ "Id": 88,
+ "Type": 1,
+ "Name": "食物增产·8级",
+ "PrefixScience": 87,
+ "ScienceGroup": 81,
+ "ScienceLv": 8,
+ "Scale": 1,
+ "Structure": 120,
+ "Drawing": true,
+ "ItemId_1": 2001,
+ "ItemNum_1": 400,
+ "ItemId_2": 7215,
+ "ItemNum_2": 400,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 20000,
+ "EffectType": 2,
+ "ObjectAction": 11,
+ "EffectParameter": 9517,
+ "Icon": "Science_88",
+ "ScienceDescribe": "农田基础食物产出+80%",
+ "ResultDescribe": "农田基础食物产出+80%"
+ },
+ {
+ "Id": 2001,
+ "Type": 2,
+ "Name": "耐久损耗·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 2001,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 12,
+ "EffectParameter": 9600,
+ "Icon": "Science_2001",
+ "ScienceDescribe": "建筑耐久度每日损耗-1点",
+ "ResultDescribe": "建筑耐久度每日损耗-1点"
+ },
+ {
+ "Id": 2002,
+ "Type": 2,
+ "Name": "耐久损耗·2级",
+ "PrefixScience": 2001,
+ "ScienceGroup": 2001,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 200,
+ "ItemId_2": 815,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 12,
+ "EffectParameter": 9601,
+ "Icon": "Science_2002",
+ "ScienceDescribe": "建筑耐久度每日损耗-2点",
+ "ResultDescribe": "建筑耐久度每日损耗-2点"
+ },
+ {
+ "Id": 2011,
+ "Type": 2,
+ "Name": "制作时间·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 2011,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 13,
+ "EffectParameter": 9602,
+ "Icon": "Science_2011",
+ "ScienceDescribe": "制作时间-5%",
+ "ResultDescribe": "制作时间-5%"
+ },
+ {
+ "Id": 2012,
+ "Type": 2,
+ "Name": "制作时间·2级",
+ "PrefixScience": 2011,
+ "ScienceGroup": 2011,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 200,
+ "ItemId_2": 815,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 13,
+ "EffectParameter": 9603,
+ "Icon": "Science_2012",
+ "ScienceDescribe": "制作时间-10%",
+ "ResultDescribe": "制作时间-10%"
+ },
+ {
+ "Id": 2013,
+ "Type": 2,
+ "Name": "制作时间·3级",
+ "PrefixScience": 2012,
+ "ScienceGroup": 2011,
+ "ScienceLv": 3,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 300,
+ "ItemId_2": 815,
+ "ItemNum_2": 150,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 11000,
+ "EffectType": 2,
+ "ObjectAction": 13,
+ "EffectParameter": 9604,
+ "Icon": "Science_2013",
+ "ScienceDescribe": "制作时间-15%",
+ "ResultDescribe": "制作时间-15%"
+ },
+ {
+ "Id": 2014,
+ "Type": 2,
+ "Name": "制作时间·4级",
+ "PrefixScience": 2013,
+ "ScienceGroup": 2011,
+ "ScienceLv": 4,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 400,
+ "ItemId_2": 815,
+ "ItemNum_2": 200,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 14000,
+ "EffectType": 2,
+ "ObjectAction": 13,
+ "EffectParameter": 9605,
+ "Icon": "Science_2014",
+ "ScienceDescribe": "制作时间-20%",
+ "ResultDescribe": "制作时间-20%"
+ },
+ {
+ "Id": 2015,
+ "Type": 2,
+ "Name": "制作时间·5级",
+ "PrefixScience": 2014,
+ "ScienceGroup": 2011,
+ "ScienceLv": 5,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 500,
+ "ItemId_2": 815,
+ "ItemNum_2": 250,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 17000,
+ "EffectType": 2,
+ "ObjectAction": 13,
+ "EffectParameter": 9606,
+ "Icon": "Science_2015",
+ "ScienceDescribe": "制作时间-25%",
+ "ResultDescribe": "制作时间-25%"
+ },
+ {
+ "Id": 2021,
+ "Type": 2,
+ "Name": "建造时间·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 2021,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 14,
+ "EffectParameter": 9607,
+ "Icon": "Science_2021",
+ "ScienceDescribe": "建造时间-5%",
+ "ResultDescribe": "建造时间-5%"
+ },
+ {
+ "Id": 2031,
+ "Type": 2,
+ "Name": "采集收益·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 2031,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 15,
+ "EffectParameter": 9609,
+ "Icon": "Science_2031",
+ "ScienceDescribe": "采集收益+1",
+ "ResultDescribe": "采集收益+1"
+ },
+ {
+ "Id": 2032,
+ "Type": 2,
+ "Name": "砍伐收益·1级",
+ "PrefixScience": 2031,
+ "ScienceGroup": 2032,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 16,
+ "EffectParameter": 9610,
+ "Icon": "Science_2032",
+ "ScienceDescribe": "砍伐收益+1",
+ "ResultDescribe": "砍伐收益+1"
+ },
+ {
+ "Id": 2033,
+ "Type": 2,
+ "Name": "挖掘收益·1级",
+ "PrefixScience": 2032,
+ "ScienceGroup": 2033,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 816,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 15000,
+ "EffectType": 2,
+ "ObjectAction": 17,
+ "EffectParameter": 9611,
+ "Icon": "Science_2033",
+ "ScienceDescribe": "挖掘收益+1",
+ "ResultDescribe": "挖掘收益+1"
+ },
+ {
+ "Id": 2034,
+ "Type": 2,
+ "Name": "劳作收益·1级",
+ "PrefixScience": 2033,
+ "ScienceGroup": 2034,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 200,
+ "ItemId_2": 816,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 20000,
+ "EffectType": 2,
+ "ObjectAction": 18,
+ "EffectParameter": 9612,
+ "Icon": "Science_2034",
+ "ScienceDescribe": "全劳作收益+1",
+ "ResultDescribe": "全劳作收益+1"
+ },
+ {
+ "Id": 2051,
+ "Type": 2,
+ "Name": "哨塔攻击·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 2051,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 2,
+ "EffectParameter": 9613,
+ "Icon": "Science_2051",
+ "ScienceDescribe": "哨塔攻击+10%",
+ "ResultDescribe": "哨塔攻击+10%"
+ },
+ {
+ "Id": 2052,
+ "Type": 2,
+ "Name": "箭塔攻击·2级",
+ "PrefixScience": 2051,
+ "ScienceGroup": 2051,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 200,
+ "ItemId_2": 815,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 2,
+ "EffectParameter": 9614,
+ "Icon": "Science_2052",
+ "ScienceDescribe": "哨塔攻击+20%",
+ "ResultDescribe": "哨塔攻击+20%"
+ },
+ {
+ "Id": 2053,
+ "Type": 2,
+ "Name": "箭塔攻击·3级",
+ "PrefixScience": 2052,
+ "ScienceGroup": 2051,
+ "ScienceLv": 3,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 300,
+ "ItemId_2": 816,
+ "ItemNum_2": 150,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 15000,
+ "EffectType": 2,
+ "ObjectAction": 2,
+ "EffectParameter": 9615,
+ "Icon": "Science_2053",
+ "ScienceDescribe": "哨塔攻击+30%",
+ "ResultDescribe": "哨塔攻击+30%"
+ },
+ {
+ "Id": 2054,
+ "Type": 2,
+ "Name": "箭塔攻击·4级",
+ "PrefixScience": 2053,
+ "ScienceGroup": 2051,
+ "ScienceLv": 4,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 400,
+ "ItemId_2": 816,
+ "ItemNum_2": 200,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 20000,
+ "EffectType": 2,
+ "ObjectAction": 2,
+ "EffectParameter": 9616,
+ "Icon": "Science_2054",
+ "ScienceDescribe": "哨塔攻击+40%",
+ "ResultDescribe": "哨塔攻击+40%"
+ },
+ {
+ "Id": 2055,
+ "Type": 2,
+ "Name": "箭塔攻击·5级",
+ "PrefixScience": 2054,
+ "ScienceGroup": 2051,
+ "ScienceLv": 5,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 500,
+ "ItemId_2": 819,
+ "ItemNum_2": 250,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 80000,
+ "EffectType": 2,
+ "ObjectAction": 2,
+ "EffectParameter": 9617,
+ "Icon": "Science_2055",
+ "ScienceDescribe": "哨塔攻击+50%",
+ "ResultDescribe": "哨塔攻击+50%"
+ },
+ {
+ "Id": 2061,
+ "Type": 2,
+ "Name": "城门血量·1级",
+ "PrefixScience": 0,
+ "ScienceGroup": 2061,
+ "ScienceLv": 1,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": false,
+ "ItemId_1": 327,
+ "ItemNum_1": 100,
+ "ItemId_2": 815,
+ "ItemNum_2": 50,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 5000,
+ "EffectType": 2,
+ "ObjectAction": 1,
+ "EffectParameter": 9622,
+ "Icon": "Science_2061",
+ "ScienceDescribe": "城门血量+10%",
+ "ResultDescribe": "城门血量+10%"
+ },
+ {
+ "Id": 2062,
+ "Type": 2,
+ "Name": "城门血量·2级",
+ "PrefixScience": 2061,
+ "ScienceGroup": 2061,
+ "ScienceLv": 2,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 200,
+ "ItemId_2": 815,
+ "ItemNum_2": 100,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 8000,
+ "EffectType": 2,
+ "ObjectAction": 1,
+ "EffectParameter": 9623,
+ "Icon": "Science_2062",
+ "ScienceDescribe": "城门血量+20%",
+ "ResultDescribe": "城门血量+20%"
+ },
+ {
+ "Id": 2063,
+ "Type": 2,
+ "Name": "城门血量·3级",
+ "PrefixScience": 2062,
+ "ScienceGroup": 2061,
+ "ScienceLv": 3,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 300,
+ "ItemId_2": 816,
+ "ItemNum_2": 150,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 15000,
+ "EffectType": 2,
+ "ObjectAction": 1,
+ "EffectParameter": 9624,
+ "Icon": "Science_2063",
+ "ScienceDescribe": "城门血量+30%",
+ "ResultDescribe": "城门血量+30%"
+ },
+ {
+ "Id": 2064,
+ "Type": 2,
+ "Name": "城门血量·4级",
+ "PrefixScience": 2063,
+ "ScienceGroup": 2061,
+ "ScienceLv": 4,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 400,
+ "ItemId_2": 816,
+ "ItemNum_2": 200,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 20000,
+ "EffectType": 2,
+ "ObjectAction": 1,
+ "EffectParameter": 9625,
+ "Icon": "Science_2064",
+ "ScienceDescribe": "城门血量+40%",
+ "ResultDescribe": "城门血量+40%"
+ },
+ {
+ "Id": 2065,
+ "Type": 2,
+ "Name": "城门血量·5级",
+ "PrefixScience": 2064,
+ "ScienceGroup": 2061,
+ "ScienceLv": 5,
+ "Scale": 1,
+ "Structure": 230,
+ "Drawing": true,
+ "ItemId_1": 327,
+ "ItemNum_1": 500,
+ "ItemId_2": 819,
+ "ItemNum_2": 250,
+ "ItemId_3": 0,
+ "ItemNum_3": 0,
+ "Copper": 0,
+ "Volume": 80000,
+ "EffectType": 2,
+ "ObjectAction": 1,
+ "EffectParameter": 9626,
+ "Icon": "Science_2065",
+ "ScienceDescribe": "城门血量+50%",
+ "ResultDescribe": "城门血量+50%"
+ }
+]
\ No newline at end of file
diff --git a/config/SeasonConfigCategory.json b/config/SeasonConfigCategory.json
new file mode 100644
index 0000000..067cd7d
--- /dev/null
+++ b/config/SeasonConfigCategory.json
@@ -0,0 +1,1010 @@
+[
+ {
+ "Id": 1,
+ "Name": "春",
+ "Type": 1,
+ "Stage": 1,
+ "DayTime": [
+ 530,
+ 1830
+ ],
+ "NightIllness": 100,
+ "WeatherGroup": [
+ 1,
+ 12
+ ],
+ "Weights": [
+ 1,
+ 10
+ ],
+ "Description": "温暖的季节,偶尔会有大风天气,桃树会开可爱的花",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 30
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 0
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 40
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 2,
+ "Name": "夏",
+ "Type": 2,
+ "Stage": 1,
+ "DayTime": [
+ 500,
+ 1900
+ ],
+ "NightIllness": 80,
+ "WeatherGroup": [
+ 1,
+ 2
+ ],
+ "Weights": [
+ 3,
+ 1
+ ],
+ "Description": "炎热多雨的季节,可以采摘桃子",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 5,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 18,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 19,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 3
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 3,
+ "Name": "秋",
+ "Type": 3,
+ "Stage": 1,
+ "DayTime": [
+ 600,
+ 1800
+ ],
+ "NightIllness": 100,
+ "WeatherGroup": [
+ 1,
+ 2
+ ],
+ "Weights": [
+ 3,
+ 1
+ ],
+ "Description": "天气转凉,秋风萧瑟,是收获的季节",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 6,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 4
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 4,
+ "Name": "冬",
+ "Type": 4,
+ "Stage": 1,
+ "DayTime": [
+ 700,
+ 1730
+ ],
+ "NightIllness": 100,
+ "WeatherGroup": [
+ 1,
+ 2
+ ],
+ "Weights": [
+ 3,
+ 1
+ ],
+ "Description": "天气严寒,注意添衣",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 7,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 7,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 16,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 17,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 5,
+ 6
+ ],
+ "DaytimeSoundGroup": [],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 5,
+ "Name": "春",
+ "Type": 1,
+ "Stage": 2,
+ "DayTime": [
+ 530,
+ 1830
+ ],
+ "NightIllness": 150,
+ "WeatherGroup": [
+ 2,
+ 6
+ ],
+ "Weights": [
+ 2,
+ 1
+ ],
+ "Description": "温暖的季节,偶尔会有大风天气,桃树会开可爱的花",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 30
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 0
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 40
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 6,
+ "Name": "夏",
+ "Type": 2,
+ "Stage": 2,
+ "DayTime": [
+ 500,
+ 1900
+ ],
+ "NightIllness": 120,
+ "WeatherGroup": [
+ 1,
+ 3
+ ],
+ "Weights": [
+ 2,
+ 1
+ ],
+ "Description": "炎热多雨的季节,可以采摘桃子",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 5,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 18,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 19,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 3
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 7,
+ "Name": "秋",
+ "Type": 3,
+ "Stage": 2,
+ "DayTime": [
+ 600,
+ 1800
+ ],
+ "NightIllness": 150,
+ "WeatherGroup": [
+ 1,
+ 2
+ ],
+ "Weights": [
+ 2,
+ 1
+ ],
+ "Description": "天气转凉,秋风萧瑟,是收获的季节",
+ "Picture": "",
+ "Sound": "Sound_Season_3",
+ "Bright_1": [
+ 6,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 4
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 8,
+ "Name": "冬",
+ "Type": 4,
+ "Stage": 2,
+ "DayTime": [
+ 700,
+ 1730
+ ],
+ "NightIllness": 200,
+ "WeatherGroup": [
+ 2,
+ 7
+ ],
+ "Weights": [
+ 2,
+ 1
+ ],
+ "Description": "天气严寒,注意添衣",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 7,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 7,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 16,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 17,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 5,
+ 6
+ ],
+ "DaytimeSoundGroup": [],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 9,
+ "Name": "春",
+ "Type": 1,
+ "Stage": 3,
+ "DayTime": [
+ 530,
+ 1830
+ ],
+ "NightIllness": 200,
+ "WeatherGroup": [
+ 1,
+ 2,
+ 7,
+ 11
+ ],
+ "Weights": [
+ 30,
+ 20,
+ 10,
+ 5
+ ],
+ "Description": "温暖的季节,偶尔会有大风天气,桃树会开可爱的花",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 30
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 0
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 40
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 10,
+ "Name": "夏",
+ "Type": 2,
+ "Stage": 3,
+ "DayTime": [
+ 500,
+ 1900
+ ],
+ "NightIllness": 150,
+ "WeatherGroup": [
+ 3,
+ 4,
+ 6,
+ 5
+ ],
+ "Weights": [
+ 30,
+ 20,
+ 10,
+ 5
+ ],
+ "Description": "炎热多雨的季节,可以采摘桃子",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 5,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 18,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 19,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 3
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 11,
+ "Name": "秋",
+ "Type": 3,
+ "Stage": 3,
+ "DayTime": [
+ 600,
+ 1800
+ ],
+ "NightIllness": 300,
+ "WeatherGroup": [
+ 1,
+ 2
+ ],
+ "Weights": [
+ 20,
+ 20
+ ],
+ "Description": "天气转凉,秋风萧瑟,是收获的季节",
+ "Picture": "",
+ "Sound": "Sound_Season_3",
+ "Bright_1": [
+ 6,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 4
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 12,
+ "Name": "冬",
+ "Type": 4,
+ "Stage": 3,
+ "DayTime": [
+ 700,
+ 1730
+ ],
+ "NightIllness": 400,
+ "WeatherGroup": [
+ 1,
+ 9,
+ 7,
+ 8
+ ],
+ "Weights": [
+ 2,
+ 2,
+ 2,
+ 1
+ ],
+ "Description": "天气严寒,注意添衣",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 7,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 7,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 16,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 17,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 5,
+ 6
+ ],
+ "DaytimeSoundGroup": [],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 13,
+ "Name": "春",
+ "Type": 1,
+ "Stage": 4,
+ "DayTime": [
+ 530,
+ 1830
+ ],
+ "NightIllness": 300,
+ "WeatherGroup": [
+ 1,
+ 2,
+ 7,
+ 11
+ ],
+ "Weights": [
+ 30,
+ 20,
+ 10,
+ 5
+ ],
+ "Description": "温暖的季节,偶尔会有大风天气,桃树会开可爱的花",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 30
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 0
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 40
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 14,
+ "Name": "夏",
+ "Type": 2,
+ "Stage": 4,
+ "DayTime": [
+ 500,
+ 1900
+ ],
+ "NightIllness": 150,
+ "WeatherGroup": [
+ 3,
+ 4,
+ 6,
+ 5
+ ],
+ "Weights": [
+ 30,
+ 20,
+ 10,
+ 5
+ ],
+ "Description": "炎热多雨的季节,可以采摘桃子",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 5,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 5,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 18,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 18,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 19,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 3
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 15,
+ "Name": "秋",
+ "Type": 3,
+ "Stage": 4,
+ "DayTime": [
+ 600,
+ 1800
+ ],
+ "NightIllness": 350,
+ "WeatherGroup": [
+ 1,
+ 2
+ ],
+ "Weights": [
+ 20,
+ 20
+ ],
+ "Description": "天气转凉,秋风萧瑟,是收获的季节",
+ "Picture": "",
+ "Sound": "Sound_Season_3",
+ "Bright_1": [
+ 6,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 6,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 17,
+ 10
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 40
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 18,
+ 0
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 4
+ ],
+ "DaytimeSoundGroup": [
+ 2
+ ],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ },
+ {
+ "Id": 16,
+ "Name": "冬",
+ "Type": 4,
+ "Stage": 4,
+ "DayTime": [
+ 700,
+ 1730
+ ],
+ "NightIllness": 500,
+ "WeatherGroup": [
+ 1,
+ 9,
+ 7,
+ 8
+ ],
+ "Weights": [
+ 2,
+ 2,
+ 2,
+ 1
+ ],
+ "Description": "天气严寒,注意添衣",
+ "Picture": "",
+ "Sound": "",
+ "Bright_1": [
+ 7,
+ 0
+ ],
+ "BrightDegree_1": 10,
+ "Bright_2": [
+ 7,
+ 30
+ ],
+ "BrightDegree_2": 100,
+ "Bright_Max": [
+ 9,
+ 10
+ ],
+ "BrightDegree_Max": 120,
+ "Dark_1": [
+ 16,
+ 40
+ ],
+ "DarkDegree_1": 120,
+ "Dark_2": [
+ 17,
+ 10
+ ],
+ "DarkDegree_2": 80,
+ "Dark_Max": [
+ 17,
+ 30
+ ],
+ "DarkDegree_Max": 10,
+ "NightSoundGroup": [
+ 1,
+ 5,
+ 6
+ ],
+ "DaytimeSoundGroup": [],
+ "GetUpSoundGroup": [
+ 7
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/ShippingLaneConfigCategory.json b/config/ShippingLaneConfigCategory.json
new file mode 100644
index 0000000..7d23a90
--- /dev/null
+++ b/config/ShippingLaneConfigCategory.json
@@ -0,0 +1,18 @@
+[
+ {
+ "Id": 1,
+ "Direction": "北",
+ "NodeGroup": 1001,
+ "EventGroup": 99000,
+ "DefaultDescription": "还未探索过这个地方,一无所知。",
+ "Description": ""
+ },
+ {
+ "Id": 2,
+ "Direction": "东",
+ "NodeGroup": 2001,
+ "EventGroup": 99000,
+ "DefaultDescription": "还未探索过这个地方,一无所知。",
+ "Description": "还未探索过这个地方,一无所知。"
+ }
+]
\ No newline at end of file
diff --git a/config/ShippingNodeConfigCategory.json b/config/ShippingNodeConfigCategory.json
new file mode 100644
index 0000000..c80e8d9
--- /dev/null
+++ b/config/ShippingNodeConfigCategory.json
@@ -0,0 +1,222 @@
+[
+ {
+ "Id": 1001,
+ "GroupId": 1001,
+ "Order": 1,
+ "Name": "桃谷",
+ "Time": 0,
+ "StayTime": 0,
+ "Event": 1,
+ "EventNum": 0,
+ "EventGroup": 1001
+ },
+ {
+ "Id": 1002,
+ "GroupId": 1001,
+ "Order": 2,
+ "Name": "破旧的码头",
+ "Time": 300,
+ "StayTime": 30,
+ "Event": 1,
+ "EventNum": 1,
+ "EventGroup": 1001
+ },
+ {
+ "Id": 1003,
+ "GroupId": 1001,
+ "Order": 3,
+ "Name": "蒹葭滩",
+ "Time": 600,
+ "StayTime": 30,
+ "Event": 2,
+ "EventNum": 1,
+ "EventGroup": 1002
+ },
+ {
+ "Id": 1004,
+ "GroupId": 1001,
+ "Order": 4,
+ "Name": "红色小山丘",
+ "Time": 1080,
+ "StayTime": 30,
+ "Event": 3,
+ "EventNum": 1,
+ "EventGroup": 1003
+ },
+ {
+ "Id": 1005,
+ "GroupId": 1001,
+ "Order": 5,
+ "Name": "一间草舍",
+ "Time": 1440,
+ "StayTime": 30,
+ "Event": 4,
+ "EventNum": 1,
+ "EventGroup": 1004
+ },
+ {
+ "Id": 1006,
+ "GroupId": 1001,
+ "Order": 6,
+ "Name": "一口井",
+ "Time": 1800,
+ "StayTime": 30,
+ "Event": 5,
+ "EventNum": 1,
+ "EventGroup": 1005
+ },
+ {
+ "Id": 1007,
+ "GroupId": 1001,
+ "Order": 7,
+ "Name": "水流湍急处",
+ "Time": 2280,
+ "StayTime": 30,
+ "Event": 6,
+ "EventNum": 1,
+ "EventGroup": 1006
+ },
+ {
+ "Id": 1008,
+ "GroupId": 1001,
+ "Order": 8,
+ "Name": "隐秘峡谷",
+ "Time": 2880,
+ "StayTime": 30,
+ "Event": 7,
+ "EventNum": 1,
+ "EventGroup": 1007
+ },
+ {
+ "Id": 1009,
+ "GroupId": 1001,
+ "Order": 9,
+ "Name": "翠绿池塘",
+ "Time": 3600,
+ "StayTime": 30,
+ "Event": 8,
+ "EventNum": 1,
+ "EventGroup": 1008
+ },
+ {
+ "Id": 1010,
+ "GroupId": 1001,
+ "Order": 10,
+ "Name": "水天一色",
+ "Time": 4320,
+ "StayTime": 30,
+ "Event": 9,
+ "EventNum": 1,
+ "EventGroup": 1009
+ },
+ {
+ "Id": 1101,
+ "GroupId": 2001,
+ "Order": 1,
+ "Name": "桃谷",
+ "Time": 0,
+ "StayTime": 0,
+ "Event": 1,
+ "EventNum": 0,
+ "EventGroup": 1001
+ },
+ {
+ "Id": 1102,
+ "GroupId": 2001,
+ "Order": 1,
+ "Name": "芦苇荡",
+ "Time": 300,
+ "StayTime": 30,
+ "Event": 10,
+ "EventNum": 1,
+ "EventGroup": 1101
+ },
+ {
+ "Id": 1103,
+ "GroupId": 2001,
+ "Order": 2,
+ "Name": "垂钓处",
+ "Time": 600,
+ "StayTime": 30,
+ "Event": 11,
+ "EventNum": 1,
+ "EventGroup": 1102
+ },
+ {
+ "Id": 1104,
+ "GroupId": 2001,
+ "Order": 3,
+ "Name": "怪石",
+ "Time": 1080,
+ "StayTime": 30,
+ "Event": 12,
+ "EventNum": 1,
+ "EventGroup": 1103
+ },
+ {
+ "Id": 1105,
+ "GroupId": 2001,
+ "Order": 4,
+ "Name": "废弃农田",
+ "Time": 1440,
+ "StayTime": 30,
+ "Event": 13,
+ "EventNum": 1,
+ "EventGroup": 1104
+ },
+ {
+ "Id": 1106,
+ "GroupId": 2001,
+ "Order": 5,
+ "Name": "灌木丛",
+ "Time": 1800,
+ "StayTime": 30,
+ "Event": 14,
+ "EventNum": 1,
+ "EventGroup": 1105
+ },
+ {
+ "Id": 1107,
+ "GroupId": 2001,
+ "Order": 6,
+ "Name": "瀑布飞泉",
+ "Time": 2280,
+ "StayTime": 30,
+ "Event": 15,
+ "EventNum": 1,
+ "EventGroup": 1106
+ },
+ {
+ "Id": 1108,
+ "GroupId": 2001,
+ "Order": 7,
+ "Name": "鸟雀群聚",
+ "Time": 2880,
+ "StayTime": 30,
+ "Event": 16,
+ "EventNum": 1,
+ "EventGroup": 1107
+ },
+ {
+ "Id": 1109,
+ "GroupId": 2001,
+ "Order": 8,
+ "Name": "滩涂湿地",
+ "Time": 3600,
+ "StayTime": 30,
+ "Event": 17,
+ "EventNum": 1,
+ "EventGroup": 1108
+ },
+ {
+ "Id": 1110,
+ "GroupId": 2001,
+ "Order": 9,
+ "Name": "隐居部落",
+ "Time": 4320,
+ "StayTime": 30,
+ "Event": 18,
+ "EventNum": 1,
+ "EventGroup": 1109
+ }
+]
\ No newline at end of file
diff --git a/config/SiegeRewardsConfigCategory.json b/config/SiegeRewardsConfigCategory.json
new file mode 100644
index 0000000..33bad4c
--- /dev/null
+++ b/config/SiegeRewardsConfigCategory.json
@@ -0,0 +1,450 @@
+[
+ {
+ "Id": 1,
+ "ItemId1": 316,
+ "ItemNum1": 2,
+ "ItemId2": 210000,
+ "ItemNum2": 400,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30004,
+ "DropNum": 2,
+ "Show": 300001
+ },
+ {
+ "Id": 2,
+ "ItemId1": 316,
+ "ItemNum1": 3,
+ "ItemId2": 210000,
+ "ItemNum2": 600,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30005,
+ "DropNum": 2,
+ "Show": 300002
+ },
+ {
+ "Id": 3,
+ "ItemId1": 316,
+ "ItemNum1": 4,
+ "ItemId2": 210000,
+ "ItemNum2": 800,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30006,
+ "DropNum": 2,
+ "Show": 300003
+ },
+ {
+ "Id": 4,
+ "ItemId1": 316,
+ "ItemNum1": 5,
+ "ItemId2": 210000,
+ "ItemNum2": 1000,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30007,
+ "DropNum": 2,
+ "Show": 300004
+ },
+ {
+ "Id": 5,
+ "ItemId1": 316,
+ "ItemNum1": 6,
+ "ItemId2": 210000,
+ "ItemNum2": 1200,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30008,
+ "DropNum": 2,
+ "Show": 300005
+ },
+ {
+ "Id": 6,
+ "ItemId1": 316,
+ "ItemNum1": 7,
+ "ItemId2": 210000,
+ "ItemNum2": 1400,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30009,
+ "DropNum": 2,
+ "Show": 300006
+ },
+ {
+ "Id": 7,
+ "ItemId1": 316,
+ "ItemNum1": 8,
+ "ItemId2": 210000,
+ "ItemNum2": 1600,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30010,
+ "DropNum": 2,
+ "Show": 300007
+ },
+ {
+ "Id": 8,
+ "ItemId1": 316,
+ "ItemNum1": 9,
+ "ItemId2": 210000,
+ "ItemNum2": 1800,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30011,
+ "DropNum": 2,
+ "Show": 300008
+ },
+ {
+ "Id": 9,
+ "ItemId1": 316,
+ "ItemNum1": 10,
+ "ItemId2": 210000,
+ "ItemNum2": 2000,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30012,
+ "DropNum": 2,
+ "Show": 300009
+ },
+ {
+ "Id": 10,
+ "ItemId1": 316,
+ "ItemNum1": 11,
+ "ItemId2": 210000,
+ "ItemNum2": 2200,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30013,
+ "DropNum": 2,
+ "Show": 300010
+ },
+ {
+ "Id": 11,
+ "ItemId1": 316,
+ "ItemNum1": 12,
+ "ItemId2": 210000,
+ "ItemNum2": 2400,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30014,
+ "DropNum": 2,
+ "Show": 300011
+ },
+ {
+ "Id": 12,
+ "ItemId1": 316,
+ "ItemNum1": 13,
+ "ItemId2": 210000,
+ "ItemNum2": 2600,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30015,
+ "DropNum": 2,
+ "Show": 300012
+ },
+ {
+ "Id": 13,
+ "ItemId1": 316,
+ "ItemNum1": 14,
+ "ItemId2": 210000,
+ "ItemNum2": 2800,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30016,
+ "DropNum": 2,
+ "Show": 300013
+ },
+ {
+ "Id": 14,
+ "ItemId1": 316,
+ "ItemNum1": 15,
+ "ItemId2": 210000,
+ "ItemNum2": 3000,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30017,
+ "DropNum": 2,
+ "Show": 300014
+ },
+ {
+ "Id": 15,
+ "ItemId1": 316,
+ "ItemNum1": 16,
+ "ItemId2": 210000,
+ "ItemNum2": 3200,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30018,
+ "DropNum": 2,
+ "Show": 300015
+ },
+ {
+ "Id": 16,
+ "ItemId1": 316,
+ "ItemNum1": 17,
+ "ItemId2": 210000,
+ "ItemNum2": 3400,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DropGroup": 30019,
+ "DropNum": 2,
+ "Show": 300016
+ },
+ {
+ "Id": 2001,
+ "ItemId1": 316,
+ "ItemNum1": 2,
+ "ItemId2": 210000,
+ "ItemNum2": 1400,
+ "ItemId3": 815,
+ "ItemNum3": 2,
+ "ItemId4": 1022,
+ "ItemNum4": 2,
+ "DropGroup": 31004,
+ "DropNum": 4,
+ "Show": 300101
+ },
+ {
+ "Id": 2002,
+ "ItemId1": 316,
+ "ItemNum1": 3,
+ "ItemId2": 210000,
+ "ItemNum2": 1600,
+ "ItemId3": 815,
+ "ItemNum3": 4,
+ "ItemId4": 1022,
+ "ItemNum4": 2,
+ "DropGroup": 31005,
+ "DropNum": 4,
+ "Show": 300102
+ },
+ {
+ "Id": 2003,
+ "ItemId1": 316,
+ "ItemNum1": 4,
+ "ItemId2": 210000,
+ "ItemNum2": 1800,
+ "ItemId3": 815,
+ "ItemNum3": 6,
+ "ItemId4": 1022,
+ "ItemNum4": 2,
+ "DropGroup": 31006,
+ "DropNum": 4,
+ "Show": 300103
+ },
+ {
+ "Id": 2004,
+ "ItemId1": 316,
+ "ItemNum1": 5,
+ "ItemId2": 210000,
+ "ItemNum2": 2000,
+ "ItemId3": 815,
+ "ItemNum3": 8,
+ "ItemId4": 1022,
+ "ItemNum4": 2,
+ "DropGroup": 31007,
+ "DropNum": 4,
+ "Show": 300104
+ },
+ {
+ "Id": 2005,
+ "ItemId1": 316,
+ "ItemNum1": 6,
+ "ItemId2": 210000,
+ "ItemNum2": 2200,
+ "ItemId3": 816,
+ "ItemNum3": 2,
+ "ItemId4": 1027,
+ "ItemNum4": 2,
+ "DropGroup": 31008,
+ "DropNum": 4,
+ "Show": 300105
+ },
+ {
+ "Id": 2006,
+ "ItemId1": 316,
+ "ItemNum1": 7,
+ "ItemId2": 210000,
+ "ItemNum2": 2400,
+ "ItemId3": 816,
+ "ItemNum3": 4,
+ "ItemId4": 1027,
+ "ItemNum4": 2,
+ "DropGroup": 31009,
+ "DropNum": 4,
+ "Show": 300106
+ },
+ {
+ "Id": 2007,
+ "ItemId1": 316,
+ "ItemNum1": 8,
+ "ItemId2": 210000,
+ "ItemNum2": 2600,
+ "ItemId3": 816,
+ "ItemNum3": 6,
+ "ItemId4": 1027,
+ "ItemNum4": 2,
+ "DropGroup": 31010,
+ "DropNum": 4,
+ "Show": 300107
+ },
+ {
+ "Id": 2008,
+ "ItemId1": 316,
+ "ItemNum1": 9,
+ "ItemId2": 210000,
+ "ItemNum2": 2800,
+ "ItemId3": 819,
+ "ItemNum3": 2,
+ "ItemId4": 1027,
+ "ItemNum4": 2,
+ "DropGroup": 31011,
+ "DropNum": 4,
+ "Show": 300108
+ },
+ {
+ "Id": 2009,
+ "ItemId1": 316,
+ "ItemNum1": 10,
+ "ItemId2": 210000,
+ "ItemNum2": 3000,
+ "ItemId3": 819,
+ "ItemNum3": 4,
+ "ItemId4": 1032,
+ "ItemNum4": 2,
+ "DropGroup": 31012,
+ "DropNum": 4,
+ "Show": 300109
+ },
+ {
+ "Id": 2010,
+ "ItemId1": 316,
+ "ItemNum1": 11,
+ "ItemId2": 210000,
+ "ItemNum2": 3200,
+ "ItemId3": 819,
+ "ItemNum3": 6,
+ "ItemId4": 1032,
+ "ItemNum4": 2,
+ "DropGroup": 31013,
+ "DropNum": 4,
+ "Show": 300110
+ },
+ {
+ "Id": 2011,
+ "ItemId1": 316,
+ "ItemNum1": 12,
+ "ItemId2": 210000,
+ "ItemNum2": 3400,
+ "ItemId3": 820,
+ "ItemNum3": 2,
+ "ItemId4": 1032,
+ "ItemNum4": 2,
+ "DropGroup": 31014,
+ "DropNum": 4,
+ "Show": 300111
+ },
+ {
+ "Id": 2012,
+ "ItemId1": 316,
+ "ItemNum1": 13,
+ "ItemId2": 210000,
+ "ItemNum2": 3600,
+ "ItemId3": 820,
+ "ItemNum3": 4,
+ "ItemId4": 1032,
+ "ItemNum4": 2,
+ "DropGroup": 31015,
+ "DropNum": 4,
+ "Show": 300112
+ },
+ {
+ "Id": 2013,
+ "ItemId1": 316,
+ "ItemNum1": 14,
+ "ItemId2": 210000,
+ "ItemNum2": 3800,
+ "ItemId3": 820,
+ "ItemNum3": 6,
+ "ItemId4": 1036,
+ "ItemNum4": 1,
+ "DropGroup": 31016,
+ "DropNum": 4,
+ "Show": 300113
+ },
+ {
+ "Id": 2014,
+ "ItemId1": 316,
+ "ItemNum1": 15,
+ "ItemId2": 210000,
+ "ItemNum2": 4000,
+ "ItemId3": 821,
+ "ItemNum3": 2,
+ "ItemId4": 1037,
+ "ItemNum4": 1,
+ "DropGroup": 31017,
+ "DropNum": 4,
+ "Show": 300114
+ },
+ {
+ "Id": 2015,
+ "ItemId1": 316,
+ "ItemNum1": 16,
+ "ItemId2": 210000,
+ "ItemNum2": 4200,
+ "ItemId3": 821,
+ "ItemNum3": 4,
+ "ItemId4": 1041,
+ "ItemNum4": 1,
+ "DropGroup": 31018,
+ "DropNum": 4,
+ "Show": 300115
+ },
+ {
+ "Id": 2016,
+ "ItemId1": 316,
+ "ItemNum1": 17,
+ "ItemId2": 210000,
+ "ItemNum2": 4400,
+ "ItemId3": 821,
+ "ItemNum3": 6,
+ "ItemId4": 1042,
+ "ItemNum4": 1,
+ "DropGroup": 31019,
+ "DropNum": 4,
+ "Show": 300116
+ }
+]
\ No newline at end of file
diff --git a/config/SkillBuffConfigCategory.json b/config/SkillBuffConfigCategory.json
new file mode 100644
index 0000000..848dbc7
--- /dev/null
+++ b/config/SkillBuffConfigCategory.json
@@ -0,0 +1,20041 @@
+[
+ {
+ "Id": 1,
+ "Name": "防技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_1",
+ "BuffEffectPrefab": "",
+ "Describe": "队伍防御值增加10%"
+ },
+ {
+ "Id": 2,
+ "Name": "专注",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2",
+ "BuffEffectPrefab": "",
+ "Describe": "队伍命中率增加5%"
+ },
+ {
+ "Id": 3,
+ "Name": "敏锐",
+ "TriggerTime": 12,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_3",
+ "BuffEffectPrefab": "",
+ "Describe": "每次暴击后,攻速加快5%(最高50%)"
+ },
+ {
+ "Id": 4,
+ "Name": "壮士1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 4
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_4",
+ "BuffEffectPrefab": "",
+ "Describe": "受到治疗效果提升10%"
+ },
+ {
+ "Id": 5,
+ "Name": "壮士2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_4",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值上限提升10%"
+ },
+ {
+ "Id": 6,
+ "Name": "棍杰",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 6
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_5",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击目标+5"
+ },
+ {
+ "Id": 7,
+ "Name": "医师",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 7
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_6",
+ "BuffEffectPrefab": "",
+ "Describe": "队伍生命值提升10%"
+ },
+ {
+ "Id": 8,
+ "Name": "金刚",
+ "TriggerTime": 2,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 8
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_7",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值每降低1%,免伤提升0.5%"
+ },
+ {
+ "Id": 9,
+ "Name": "灵猴",
+ "TriggerTime": 4,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值低于30%时,闪避提升30%"
+ },
+ {
+ "Id": 10,
+ "Name": "敏锐",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": true,
+ "OverlayMax": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_3",
+ "BuffEffectPrefab": "",
+ "Describe": "每次暴击后,攻速加快5%(最高50%)"
+ },
+ {
+ "Id": 101,
+ "Name": "跌打散",
+ "TriggerTime": 3,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 101
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 40,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_101",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每10秒减少30点外伤,总共减少120点"
+ },
+ {
+ "Id": 102,
+ "Name": "金创药",
+ "TriggerTime": 3,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 102
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 50,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_102",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每10秒减少45点外伤,总共减少225点"
+ },
+ {
+ "Id": 103,
+ "Name": "田七散",
+ "TriggerTime": 3,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 103
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 50,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_103",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每10秒减少70点外伤,总共减少350点"
+ },
+ {
+ "Id": 104,
+ "Name": "箭骨散",
+ "TriggerTime": 3,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 104
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 50,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_104",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每10秒减少100点外伤,总共减少500点"
+ },
+ {
+ "Id": 105,
+ "Name": "断续膏",
+ "TriggerTime": 3,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 105
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 50,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_105",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每10秒减少150点外伤,总共减少750点"
+ },
+ {
+ "Id": 121,
+ "Name": "跌打散·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 5,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 121
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 20,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_121",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每5秒减少40点外伤,总共减少160点"
+ },
+ {
+ "Id": 122,
+ "Name": "金创药·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 5,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 122
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 25,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_122",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每5秒减少55点外伤,总共减少275点"
+ },
+ {
+ "Id": 123,
+ "Name": "田七散·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 5,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 123
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 25,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_123",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每5秒减少85点外伤,总共减少425点"
+ },
+ {
+ "Id": 124,
+ "Name": "箭骨散·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 5,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 124
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 25,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_124",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每5秒减少120点外伤,总共减少600点"
+ },
+ {
+ "Id": 125,
+ "Name": "断续膏·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 5,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 125
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 25,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 101,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_125",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每5秒减少180点外伤,总共减少900点"
+ },
+ {
+ "Id": 141,
+ "Name": "葛根汤",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 141
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 120,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_141",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少30点内疾,总共减少120点"
+ },
+ {
+ "Id": 142,
+ "Name": "香蒲汤",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 142
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 150,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_142",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少45点内疾,总共减少225点"
+ },
+ {
+ "Id": 143,
+ "Name": "白虎汤",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 143
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 150,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_143",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少70点内疾,总共减少350点"
+ },
+ {
+ "Id": 144,
+ "Name": "独活汤",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 144
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 180,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_144",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少90点内疾,总共减少540点"
+ },
+ {
+ "Id": 145,
+ "Name": "回神汤",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 145
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 180,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_145",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少120点内疾,总共减少720点"
+ },
+ {
+ "Id": 161,
+ "Name": "葛根汤·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 40,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 161
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 160,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_161",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每40秒减少40点内疾,总共减少160点"
+ },
+ {
+ "Id": 162,
+ "Name": "香蒲汤·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 162
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 150,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_162",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少55点内疾,总共减少275点"
+ },
+ {
+ "Id": 163,
+ "Name": "白虎汤·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 163
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 150,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_163",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少85点内疾,总共减少425点"
+ },
+ {
+ "Id": 164,
+ "Name": "独活汤·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 164
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 180,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_164",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少120点内疾,总共减少720点"
+ },
+ {
+ "Id": 165,
+ "Name": "回神汤·优",
+ "TriggerTime": 3,
+ "TriggerParameter": 30,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 165
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 180,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 141,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_165",
+ "BuffEffectPrefab": "",
+ "Describe": "服用后每30秒减少180点内疾,总共减少900点"
+ },
+ {
+ "Id": 231,
+ "Name": "七品生命丹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 231
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 1000,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_231",
+ "BuffEffectPrefab": "",
+ "Describe": "勇士服用的丹药,提升50点生命值,每个勇士只能服用20颗"
+ },
+ {
+ "Id": 232,
+ "Name": "七品防御丹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 232
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 1000,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_232",
+ "BuffEffectPrefab": "",
+ "Describe": "勇士服用的丹药,提升10点防御,每个勇士只能服用20颗"
+ },
+ {
+ "Id": 233,
+ "Name": "七品攻击丹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 233
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 1000,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_233",
+ "BuffEffectPrefab": "",
+ "Describe": "勇士服用的丹药,提升10点攻击,每个勇士只能服用20颗"
+ },
+ {
+ "Id": 234,
+ "Name": "七品寿命丹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 234
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 1000,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_234",
+ "BuffEffectPrefab": "",
+ "Describe": "村民服用的丹药,服用后寿命值+1,每个村民只能服用3颗"
+ },
+ {
+ "Id": 235,
+ "Name": "七品劳力丹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 235
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 1000,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_235",
+ "BuffEffectPrefab": "",
+ "Describe": "村民服用的丹药,服用后劳力+1,每个村民只能服用3颗"
+ },
+ {
+ "Id": 236,
+ "Name": "七品智慧丹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 236
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 1000,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_236",
+ "BuffEffectPrefab": "",
+ "Describe": "村民服用的丹药,服用后智慧+1,每个村民只能服用3颗"
+ },
+ {
+ "Id": 241,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 241
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复20点,总共恢复220点"
+ },
+ {
+ "Id": 242,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 242
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_242",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复40点,总共恢复440点"
+ },
+ {
+ "Id": 243,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 243
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_243",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复80点,总共恢复880点"
+ },
+ {
+ "Id": 244,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 244
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_244",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复120点,总共恢复1320点"
+ },
+ {
+ "Id": 245,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 245
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_245",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复180点,总共恢复1980点"
+ },
+ {
+ "Id": 246,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 246
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_246",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复240点,总共恢复2640点"
+ },
+ {
+ "Id": 247,
+ "Name": "治疗",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 247
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 201,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_247",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复300点,总共恢复3300点"
+ },
+ {
+ "Id": 501,
+ "Name": "小雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 501
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_501",
+ "BuffEffectPrefab": "",
+ "Describe": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 502,
+ "Name": "暴雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 502
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_502",
+ "BuffEffectPrefab": "",
+ "Describe": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 503,
+ "Name": "雷雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 503
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_503",
+ "BuffEffectPrefab": "",
+ "Describe": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 504,
+ "Name": "冰雹",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 504
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_504",
+ "BuffEffectPrefab": "",
+ "Describe": "村民被硕大的冰雹砸会受伤,建筑耐久也会受损"
+ },
+ {
+ "Id": 505,
+ "Name": "高温",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 505
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_505",
+ "BuffEffectPrefab": "",
+ "Describe": "夏天特有的恶劣天气,穿更凉快的衣服才不容易中暑"
+ },
+ {
+ "Id": 506,
+ "Name": "雪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 506
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_506",
+ "BuffEffectPrefab": "",
+ "Describe": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 507,
+ "Name": "暴雪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 507
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_507",
+ "BuffEffectPrefab": "",
+ "Describe": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 508,
+ "Name": "寒流",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 508
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_508",
+ "BuffEffectPrefab": "",
+ "Describe": "很冷的寒流,请注意保暖"
+ },
+ {
+ "Id": 510,
+ "Name": "大风",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_510",
+ "BuffEffectPrefab": "",
+ "Describe": "很大的风,房屋的耐久轻微受损;没穿衣服的村民可能会生病"
+ },
+ {
+ "Id": 511,
+ "Name": "流感",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 510
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_511",
+ "BuffEffectPrefab": "",
+ "Describe": "正在爆发流感,村民劳力降低了,请及时治疗"
+ },
+ {
+ "Id": 901,
+ "Name": "大剑普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 901
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_901",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 902,
+ "Name": "飞镖普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 902
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_902",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 903,
+ "Name": "弓普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 903
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_903",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 904,
+ "Name": "大锤普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 904
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_904",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 905,
+ "Name": "棍普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 905
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_905",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 906,
+ "Name": "棍普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 906
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_906",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 907,
+ "Name": "双刀普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 907
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_907",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻伤害"
+ },
+ {
+ "Id": 1001,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1001
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+100"
+ },
+ {
+ "Id": 1002,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1002
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+150"
+ },
+ {
+ "Id": 1003,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1003
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+300"
+ },
+ {
+ "Id": 1004,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1004
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+500"
+ },
+ {
+ "Id": 1005,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1005
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+700"
+ },
+ {
+ "Id": 1006,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1006
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+1000"
+ },
+ {
+ "Id": 1007,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1007
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+1300"
+ },
+ {
+ "Id": 1008,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1008
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+1500"
+ },
+ {
+ "Id": 1009,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1009
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+1700"
+ },
+ {
+ "Id": 1010,
+ "Name": "耐力",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1010
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1001,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1001",
+ "BuffEffectPrefab": "",
+ "Describe": "生命值+1900"
+ },
+ {
+ "Id": 1021,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1021
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身3%攻击力,持续5秒"
+ },
+ {
+ "Id": 1022,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1022
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身6%攻击力,持续5秒"
+ },
+ {
+ "Id": 1023,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1023
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身9%攻击力,持续5秒"
+ },
+ {
+ "Id": 1024,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1024
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身12%攻击力,持续5秒"
+ },
+ {
+ "Id": 1025,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1025
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身15%攻击力,持续5秒"
+ },
+ {
+ "Id": 1026,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1026
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身18%攻击力,持续5秒"
+ },
+ {
+ "Id": 1027,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1027
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身21%攻击力,持续5秒"
+ },
+ {
+ "Id": 1028,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1028
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身24%攻击力,持续5秒"
+ },
+ {
+ "Id": 1029,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1029
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身27%攻击力,持续5秒"
+ },
+ {
+ "Id": 1030,
+ "Name": "会心",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1030
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1021,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "增加自身30%攻击力,持续5秒"
+ },
+ {
+ "Id": 1031,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1031
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身3%攻击力,持续5秒"
+ },
+ {
+ "Id": 1032,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1032
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身6%攻击力,持续5秒"
+ },
+ {
+ "Id": 1033,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1033
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身9%攻击力,持续5秒"
+ },
+ {
+ "Id": 1034,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1034
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身12%攻击力,持续5秒"
+ },
+ {
+ "Id": 1035,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1035
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身15%攻击力,持续5秒"
+ },
+ {
+ "Id": 1036,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1036
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身18%攻击力,持续5秒"
+ },
+ {
+ "Id": 1037,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1037
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身21%攻击力,持续5秒"
+ },
+ {
+ "Id": 1038,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1038
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身24%攻击力,持续5秒"
+ },
+ {
+ "Id": 1039,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1039
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身27%攻击力,持续5秒"
+ },
+ {
+ "Id": 1040,
+ "Name": "会心",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1040
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1031,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1021",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能有30%概率增加自身30%攻击力,持续5秒"
+ },
+ {
+ "Id": 1041,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1041
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加1点"
+ },
+ {
+ "Id": 1042,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1042
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加2点"
+ },
+ {
+ "Id": 1043,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1043
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加3点"
+ },
+ {
+ "Id": 1044,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1044
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加4点"
+ },
+ {
+ "Id": 1045,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1045
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加5点"
+ },
+ {
+ "Id": 1046,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1046
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加6点"
+ },
+ {
+ "Id": 1047,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1047
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加7点"
+ },
+ {
+ "Id": 1048,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1048
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加8点"
+ },
+ {
+ "Id": 1049,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1049
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加9点"
+ },
+ {
+ "Id": 1050,
+ "Name": "健步",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1050
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1041,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1041",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度增加10点"
+ },
+ {
+ "Id": 1061,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1061
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少1秒"
+ },
+ {
+ "Id": 1062,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1062
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少2秒"
+ },
+ {
+ "Id": 1063,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1063
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少3秒"
+ },
+ {
+ "Id": 1064,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1064
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少4秒"
+ },
+ {
+ "Id": 1065,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1065
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少5秒"
+ },
+ {
+ "Id": 1066,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1066
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少6秒"
+ },
+ {
+ "Id": 1067,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1067
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少7秒"
+ },
+ {
+ "Id": 1068,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1068
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少8秒"
+ },
+ {
+ "Id": 1069,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1069
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少9秒"
+ },
+ {
+ "Id": 1070,
+ "Name": "凝神",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1070
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1061,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1061",
+ "BuffEffectPrefab": "",
+ "Describe": "技能冷却时间减少10秒"
+ },
+ {
+ "Id": 1101,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1101
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+14"
+ },
+ {
+ "Id": 1102,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1102
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+28"
+ },
+ {
+ "Id": 1103,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1103
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+42"
+ },
+ {
+ "Id": 1104,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1104
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+56"
+ },
+ {
+ "Id": 1105,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1105
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+70"
+ },
+ {
+ "Id": 1106,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1106
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+84"
+ },
+ {
+ "Id": 1107,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1107
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+98"
+ },
+ {
+ "Id": 1108,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1108
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+112"
+ },
+ {
+ "Id": 1109,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1109
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+126"
+ },
+ {
+ "Id": 1110,
+ "Name": "稳健",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1110
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1101,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1101",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+140"
+ },
+ {
+ "Id": 1121,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 3,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有3%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1122,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 6,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有6%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1123,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 9,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有9%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1124,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 12,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有12%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1125,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 15,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有15%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1126,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 18,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有18%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1127,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 21,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有21%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1128,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 24,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有24%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1129,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 27,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有27%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1130,
+ "Name": "破浪",
+ "TriggerTime": 27,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1121
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1121,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1121",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻有30%概率穿透目标,击中一条线上的敌人"
+ },
+ {
+ "Id": 1141,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1141
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值1%"
+ },
+ {
+ "Id": 1142,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1142
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值2%"
+ },
+ {
+ "Id": 1143,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1143
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值3%"
+ },
+ {
+ "Id": 1144,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1144
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值4%"
+ },
+ {
+ "Id": 1145,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1145
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值5%"
+ },
+ {
+ "Id": 1146,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1146
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值6%"
+ },
+ {
+ "Id": 1147,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1147
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值7%"
+ },
+ {
+ "Id": 1148,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1148
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值8%"
+ },
+ {
+ "Id": 1149,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1149
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值9%"
+ },
+ {
+ "Id": 1150,
+ "Name": "涌泉",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1150
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1141,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能如果杀死怪物,恢复生命值10%"
+ },
+ {
+ "Id": 1151,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1151
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1152,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1152
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1153,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1153
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1154,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1154
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1155,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1155
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1156,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1156
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1157,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1157
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1158,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1158
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1159,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1159
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1160,
+ "Name": "涌泉",
+ "TriggerTime": 25,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1160
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1151,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1141",
+ "BuffEffectPrefab": "",
+ "Describe": "技能杀死怪物可以恢复生命"
+ },
+ {
+ "Id": 1161,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1161
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1162,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1162
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升2%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1163,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1163
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升3%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1164,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1164
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升4%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1165,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1165
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升5%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1166,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1166
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升6%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1167,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1167
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升7%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1168,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1168
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升8%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1169,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1169
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升9%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1170,
+ "Name": "逆浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1170
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 15,
+ "Overlay": true,
+ "OverlayMax": 3,
+ "SequenceId": 1161,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1161",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力提升10%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1171,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1171
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1172,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1172
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1173,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1173
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1174,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1174
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1175,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1175
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1176,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1176
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1177,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1177
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1178,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1178
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1179,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1179
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1180,
+ "Name": "逆浪",
+ "TriggerTime": 20,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1180
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1171,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1171",
+ "BuffEffectPrefab": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层"
+ },
+ {
+ "Id": 1201,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1201
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+2%"
+ },
+ {
+ "Id": 1202,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1202
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+4%"
+ },
+ {
+ "Id": 1203,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1203
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+6%"
+ },
+ {
+ "Id": 1204,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1204
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+8%"
+ },
+ {
+ "Id": 1205,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1205
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+10%"
+ },
+ {
+ "Id": 1206,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1206
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+12%"
+ },
+ {
+ "Id": 1207,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1207
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+14%"
+ },
+ {
+ "Id": 1208,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1208
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+16%"
+ },
+ {
+ "Id": 1209,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1209
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+18%"
+ },
+ {
+ "Id": 1210,
+ "Name": "弓技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1210
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1201,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1201",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+20%"
+ },
+ {
+ "Id": 1221,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1221
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低2%"
+ },
+ {
+ "Id": 1222,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1222
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低4%"
+ },
+ {
+ "Id": 1223,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1223
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低6%"
+ },
+ {
+ "Id": 1224,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1224
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低8%"
+ },
+ {
+ "Id": 1225,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1225
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低10%"
+ },
+ {
+ "Id": 1226,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1226
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低12%"
+ },
+ {
+ "Id": 1227,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1227
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低14%"
+ },
+ {
+ "Id": 1228,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1228
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低16%"
+ },
+ {
+ "Id": 1229,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1229
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低18%"
+ },
+ {
+ "Id": 1230,
+ "Name": "隐匿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1230
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1221,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1221",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击产生的仇恨值降低20%"
+ },
+ {
+ "Id": 1241,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1241
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击0.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1242,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1242
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1243,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1243
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击1.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1244,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1244
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1245,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1245
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击2.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1246,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1246
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1247,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1247
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击3.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1248,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1248
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1249,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1249
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击4.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1250,
+ "Name": "渐入佳境",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1250
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1241,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或使用技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1251,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1251
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击0.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1252,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1252
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1253,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1253
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击1.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1254,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1254
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1255,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1255
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击2.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1256,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1256
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1257,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1257
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击3.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1258,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1258
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1259,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1259
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击4.5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1260,
+ "Name": "渐入佳境",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1260
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1251,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1241",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1261,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1261,
+ 1271
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击1个目标,命中率+1%"
+ },
+ {
+ "Id": 1262,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1262,
+ 1272
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击1个目标,命中率+2%"
+ },
+ {
+ "Id": 1263,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1263,
+ 1273
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击2个目标,命中率+3%"
+ },
+ {
+ "Id": 1264,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1264,
+ 1274
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击2个目标,命中率+4%"
+ },
+ {
+ "Id": 1265,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1265,
+ 1275
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击3个目标,命中率+5%"
+ },
+ {
+ "Id": 1266,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1266,
+ 1276
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击3个目标,命中率+6%"
+ },
+ {
+ "Id": 1267,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1267,
+ 1277
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击4个目标,命中率+7%"
+ },
+ {
+ "Id": 1268,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1268,
+ 1278
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击4个目标,命中率+8%"
+ },
+ {
+ "Id": 1269,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1269,
+ 1279
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击5个目标,命中率+9%"
+ },
+ {
+ "Id": 1270,
+ "Name": "眼观六路",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1270,
+ 1280
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1261,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1261",
+ "BuffEffectPrefab": "",
+ "Describe": "普攻可以攻击5个目标,命中率+10%"
+ },
+ {
+ "Id": 1301,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1301
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高5%"
+ },
+ {
+ "Id": 1302,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1302
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高10%"
+ },
+ {
+ "Id": 1303,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1303
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高15%"
+ },
+ {
+ "Id": 1304,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1304
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高20%"
+ },
+ {
+ "Id": 1305,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1305
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高25%"
+ },
+ {
+ "Id": 1306,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1306
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高30%"
+ },
+ {
+ "Id": 1307,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1307
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高35%"
+ },
+ {
+ "Id": 1308,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1308
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高40%"
+ },
+ {
+ "Id": 1309,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1309
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高45%"
+ },
+ {
+ "Id": 1310,
+ "Name": "嘲弄",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1310
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1301,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1301",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击时产生的仇恨值提高50%"
+ },
+ {
+ "Id": 1321,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1321
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少10点"
+ },
+ {
+ "Id": 1322,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1322
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少20点"
+ },
+ {
+ "Id": 1323,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1323
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少30点"
+ },
+ {
+ "Id": 1324,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1324
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少40点"
+ },
+ {
+ "Id": 1325,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1325
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少50点"
+ },
+ {
+ "Id": 1326,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1326
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少60点"
+ },
+ {
+ "Id": 1327,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1327
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少70点"
+ },
+ {
+ "Id": 1328,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1328
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少80点"
+ },
+ {
+ "Id": 1329,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1329
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少90点"
+ },
+ {
+ "Id": 1330,
+ "Name": "钢体",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1330
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1321,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1321",
+ "BuffEffectPrefab": "",
+ "Describe": "受到伤害减少100点"
+ },
+ {
+ "Id": 1341,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 2,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,2%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1342,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 4,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,4%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1343,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 6,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,6%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1344,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 8,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,8%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1345,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 10,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,10%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1346,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 12,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,12%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1347,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 14,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,14%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1348,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 16,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,16%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1349,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 18,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,18%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1350,
+ "Name": "缴械",
+ "TriggerTime": 13,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 20,
+ "LinkEffect": [
+ 1341
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1341,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "受到攻击时,20%的概率缴械目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1361,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1361
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:150"
+ },
+ {
+ "Id": 1362,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1362
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:300"
+ },
+ {
+ "Id": 1363,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1363
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:450"
+ },
+ {
+ "Id": 1364,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1364
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:600"
+ },
+ {
+ "Id": 1365,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1365
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:750"
+ },
+ {
+ "Id": 1366,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1366
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:900"
+ },
+ {
+ "Id": 1367,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1367
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1050"
+ },
+ {
+ "Id": 1368,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1368
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1200"
+ },
+ {
+ "Id": 1369,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1369
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1350"
+ },
+ {
+ "Id": 1370,
+ "Name": "牺牲",
+ "TriggerTime": 7,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1370
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1361,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1361",
+ "BuffEffectPrefab": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1500"
+ },
+ {
+ "Id": 1401,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1401
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加1%"
+ },
+ {
+ "Id": 1402,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1402
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加2%"
+ },
+ {
+ "Id": 1403,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1403
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加3%"
+ },
+ {
+ "Id": 1404,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1404
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加4%"
+ },
+ {
+ "Id": 1405,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1405
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加5%"
+ },
+ {
+ "Id": 1406,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1406
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加6%"
+ },
+ {
+ "Id": 1407,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1407
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加7%"
+ },
+ {
+ "Id": 1408,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1408
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加8%"
+ },
+ {
+ "Id": 1409,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1409
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加9%"
+ },
+ {
+ "Id": 1410,
+ "Name": "擒技",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1410
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1401,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1401",
+ "BuffEffectPrefab": "",
+ "Describe": "命中率增加10%"
+ },
+ {
+ "Id": 1421,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1421
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1422,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1422
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1423,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1423
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1424,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1424
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1425,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1425
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1426,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1426
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1427,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1427
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1428,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1428
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1429,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1429
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1430,
+ "Name": "兽王",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1430
+ ],
+ "ContinuedType": 7,
+ "ContinuedParameter": 1,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "SequenceId": 1421,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1431,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1431
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1432,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1432
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1433,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1433
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1434,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1434
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1435,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1435
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1436,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1436
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1437,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1437
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1438,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1438
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1439,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1439
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1440,
+ "Name": "兽王",
+ "TriggerTime": 28,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1440
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1431,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1421",
+ "BuffEffectPrefab": "",
+ "Describe": "每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层"
+ },
+ {
+ "Id": 1441,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1441
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加3%"
+ },
+ {
+ "Id": 1442,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1442
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加6%"
+ },
+ {
+ "Id": 1443,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1443
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加9%"
+ },
+ {
+ "Id": 1444,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1444
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加12%"
+ },
+ {
+ "Id": 1445,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1445
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加15%"
+ },
+ {
+ "Id": 1446,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1446
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加18%"
+ },
+ {
+ "Id": 1447,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1447
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加21%"
+ },
+ {
+ "Id": 1448,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1448
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加24%"
+ },
+ {
+ "Id": 1449,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1449
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加27%"
+ },
+ {
+ "Id": 1450,
+ "Name": "绝境爆发",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1450
+ ],
+ "ContinuedType": 8,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1441,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "暴击增加30%"
+ },
+ {
+ "Id": 1451,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1451
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加3%"
+ },
+ {
+ "Id": 1452,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1452
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加6%"
+ },
+ {
+ "Id": 1453,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1453
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加9%"
+ },
+ {
+ "Id": 1454,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1454
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加12%"
+ },
+ {
+ "Id": 1455,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1455
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加15%"
+ },
+ {
+ "Id": 1456,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1456
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加18%"
+ },
+ {
+ "Id": 1457,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1457
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加21%"
+ },
+ {
+ "Id": 1458,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1458
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加24%"
+ },
+ {
+ "Id": 1459,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1459
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加27%"
+ },
+ {
+ "Id": 1460,
+ "Name": "绝境爆发",
+ "TriggerTime": 21,
+ "TriggerParameter": 10,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1460
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1451,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1441",
+ "BuffEffectPrefab": "",
+ "Describe": "当生命值低于10%时,暴击增加30%"
+ },
+ {
+ "Id": 1461,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 3,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,3%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1462,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 6,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,6%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1463,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 9,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,9%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1464,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 12,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,12%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1465,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 15,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,15%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1466,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 18,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,18%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1467,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 21,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,21%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1468,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 24,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,24%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1469,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 27,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,27%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1470,
+ "Name": "震慑",
+ "TriggerTime": 17,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1461
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1461,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1461",
+ "BuffEffectPrefab": "",
+ "Describe": "受到暴击时,30%的概率沉默目标3秒,每分钟触发一次"
+ },
+ {
+ "Id": 1501,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1501
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+20点"
+ },
+ {
+ "Id": 1502,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1502
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+40点"
+ },
+ {
+ "Id": 1503,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1503
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+60点"
+ },
+ {
+ "Id": 1504,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1504
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+80点"
+ },
+ {
+ "Id": 1505,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1505
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+100点"
+ },
+ {
+ "Id": 1506,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1506
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+120点"
+ },
+ {
+ "Id": 1507,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1507
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+140点"
+ },
+ {
+ "Id": 1508,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1508
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+160点"
+ },
+ {
+ "Id": 1509,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1509
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+180点"
+ },
+ {
+ "Id": 1510,
+ "Name": "妙手",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1510
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1501,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1501",
+ "BuffEffectPrefab": "",
+ "Describe": "加血效果增加+200点"
+ },
+ {
+ "Id": 1521,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1521
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收100点伤害的护盾"
+ },
+ {
+ "Id": 1522,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1522
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收300点伤害的护盾"
+ },
+ {
+ "Id": 1523,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1523
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收500点伤害的护盾"
+ },
+ {
+ "Id": 1524,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1524
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收700点伤害的护盾"
+ },
+ {
+ "Id": 1525,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1525
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收900点伤害的护盾"
+ },
+ {
+ "Id": 1526,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1526
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收1100点伤害的护盾"
+ },
+ {
+ "Id": 1527,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1527
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收1300点伤害的护盾"
+ },
+ {
+ "Id": 1528,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1528
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收1500点伤害的护盾"
+ },
+ {
+ "Id": 1529,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1529
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收1700点伤害的护盾"
+ },
+ {
+ "Id": 1530,
+ "Name": "医术",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1530
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1521,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "FX_Dun",
+ "Describe": "使用主动技能时,生成一个可以吸收1900点伤害的护盾"
+ },
+ {
+ "Id": 1531,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1531
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收100点伤害的护盾"
+ },
+ {
+ "Id": 1532,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1532
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收300点伤害的护盾"
+ },
+ {
+ "Id": 1533,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1533
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收500点伤害的护盾"
+ },
+ {
+ "Id": 1534,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1534
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收700点伤害的护盾"
+ },
+ {
+ "Id": 1535,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1535
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收900点伤害的护盾"
+ },
+ {
+ "Id": 1536,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1536
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1100点伤害的护盾"
+ },
+ {
+ "Id": 1537,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1537
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1300点伤害的护盾"
+ },
+ {
+ "Id": 1538,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1538
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1500点伤害的护盾"
+ },
+ {
+ "Id": 1539,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1539
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1700点伤害的护盾"
+ },
+ {
+ "Id": 1540,
+ "Name": "医术",
+ "TriggerTime": 23,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1540
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1531,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1521",
+ "BuffEffectPrefab": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1900点伤害的护盾"
+ },
+ {
+ "Id": 1541,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 5,
+ "LinkEffect": [
+ 1541
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击5%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1542,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 10,
+ "LinkEffect": [
+ 1542
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击10%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1543,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 15,
+ "LinkEffect": [
+ 1543
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击15%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1544,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 20,
+ "LinkEffect": [
+ 1544
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击20%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1545,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 25,
+ "LinkEffect": [
+ 1545
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击25%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1546,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 1546
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击30%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1547,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 35,
+ "LinkEffect": [
+ 1547
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击35%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1548,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 40,
+ "LinkEffect": [
+ 1548
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击40%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1549,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 45,
+ "LinkEffect": [
+ 1549
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击45%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1550,
+ "Name": "轻柔",
+ "TriggerTime": 26,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 50,
+ "LinkEffect": [
+ 1550
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1541,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1541",
+ "BuffEffectPrefab": "",
+ "Describe": "自身的攻击50%的概率不会产生仇恨值"
+ },
+ {
+ "Id": 1561,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1561
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加5%"
+ },
+ {
+ "Id": 1562,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1562
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 2,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加10%"
+ },
+ {
+ "Id": 1563,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1563
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 3,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加15%"
+ },
+ {
+ "Id": 1564,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1564
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 4,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加20%"
+ },
+ {
+ "Id": 1565,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1565
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 5,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加25%"
+ },
+ {
+ "Id": 1566,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1566
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 6,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加30%"
+ },
+ {
+ "Id": 1567,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1567
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 7,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加35%"
+ },
+ {
+ "Id": 1568,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1568
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 8,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加40%"
+ },
+ {
+ "Id": 1569,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1569
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 9,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加45%"
+ },
+ {
+ "Id": 1570,
+ "Name": "回春",
+ "TriggerTime": 22,
+ "TriggerParameter": 20,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 1570
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 1561,
+ "SequenceLv": 10,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_1561",
+ "BuffEffectPrefab": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加50%"
+ },
+ {
+ "Id": 2011,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2011
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2011",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2012,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2012
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2012",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2013,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2013
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2013",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2014,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2014
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2014",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2015,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2015
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2015",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2021,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2021
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2021",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2022,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2022
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2022",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2023,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2023
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2023",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2024,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2024
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2024",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2025,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2025
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2025",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2031,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2031
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2031",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2032,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2032
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2032",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2033,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2033
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2033",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2034,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2034
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2034",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2035,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2035
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2035",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2041,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2041
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2041",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2042,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2042
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2042",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2043,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2043
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2043",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2044,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2044
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2044",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2045,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2045
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2045",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2051,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2051
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2051",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2052,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2052
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2052",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2053,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2053
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2053",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2054,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2054
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2054",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2055,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2055
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2055",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2061,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2061
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2061",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2062,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2062
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2062",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2063,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2063
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2063",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2064,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2064
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2064",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2065,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2065
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2065",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2066,
+ "Name": "力劈华松",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 2066
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_201",
+ "BuffEffectPrefab": "",
+ "Describe": "降低40点攻击"
+ },
+ {
+ "Id": 2071,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2071
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2071",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2072,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2072
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2072",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2073,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2073
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2073",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2074,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2074
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2074",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2075,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2075
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2075",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2076,
+ "Name": "力劈华松",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 2076
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_201",
+ "BuffEffectPrefab": "",
+ "Describe": "降低55点攻击"
+ },
+ {
+ "Id": 2081,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2081
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2081",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2082,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2082
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2082",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2083,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2083
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2083",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2084,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2084
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2084",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2085,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2085
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2085",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2086,
+ "Name": "力劈华松",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 2086
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_201",
+ "BuffEffectPrefab": "",
+ "Describe": "降低70点攻击"
+ },
+ {
+ "Id": 2091,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2091
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2091",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2092,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2092
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2092",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2093,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2093
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2093",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2094,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2094
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2094",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2095,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2095
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2095",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2096,
+ "Name": "力劈华松",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 2096
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_201",
+ "BuffEffectPrefab": "",
+ "Describe": "降低85点攻击"
+ },
+ {
+ "Id": 2101,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2101
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2101",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2102,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2102
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2102",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2103,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2103
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2103",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2104,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2104
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2104",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2105,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2105
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2105",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2106,
+ "Name": "力劈华松",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 30,
+ "LinkEffect": [
+ 2106
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_201",
+ "BuffEffectPrefab": "",
+ "Describe": "降低100点攻击"
+ },
+ {
+ "Id": 2211,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2211
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2211",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2212,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2212
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2212",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2213,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2213
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2213",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2221,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2221
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2221",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2222,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2222
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2222",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2223,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2223
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2223",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2231,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2231
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2231",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2232,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2232
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2232",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2233,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2233
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2233",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2241,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2241
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2241",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2242,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2242
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2242",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2243,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2243
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2243",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2251,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2251
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2251",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2252,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2252
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2252",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2253,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2253
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2253",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2261,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2261
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2261",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2262,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2262
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2262",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2263,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2263
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2263",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2264,
+ "Name": "飞石破浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2264
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_221",
+ "BuffEffectPrefab": "",
+ "Describe": "降低10%的命中率"
+ },
+ {
+ "Id": 2271,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2271
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2271",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2272,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2272
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2272",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2273,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2273
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2273",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2274,
+ "Name": "飞石破浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2274
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_221",
+ "BuffEffectPrefab": "",
+ "Describe": "降低15%的命中率"
+ },
+ {
+ "Id": 2281,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2281
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2281",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2282,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2282
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2282",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2283,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2283
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2283",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2284,
+ "Name": "飞石破浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2284
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_221",
+ "BuffEffectPrefab": "",
+ "Describe": "降低20%的命中率"
+ },
+ {
+ "Id": 2291,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2291
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2291",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2292,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2292
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2292",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2293,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2293
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2293",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2294,
+ "Name": "飞石破浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2294
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_221",
+ "BuffEffectPrefab": "",
+ "Describe": "降低25%的命中率"
+ },
+ {
+ "Id": 2301,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2301
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2302,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2302
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2302",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2303,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2303
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2303",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2304,
+ "Name": "飞石破浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2304
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_221",
+ "BuffEffectPrefab": "",
+ "Describe": "降低30%的命中率"
+ },
+ {
+ "Id": 2411,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2411
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2411",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2412,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2412
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2412",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2413,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2413
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2413",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2414,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2414
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加3%的攻击速度"
+ },
+ {
+ "Id": 2421,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2421
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2421",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2422,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2422
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2422",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2423,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2423
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2423",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2424,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2424
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加6%的攻击速度"
+ },
+ {
+ "Id": 2431,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2431
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2431",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2432,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2432
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2432",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2433,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2433
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2433",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2434,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2434
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加9%的攻击速度"
+ },
+ {
+ "Id": 2441,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2441
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2441",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2442,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2442
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2442",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2443,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2443
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2443",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2444,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2444
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加12%的攻击速度"
+ },
+ {
+ "Id": 2451,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2451
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2451",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2452,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2452
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2452",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2453,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2453
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2453",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2454,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2454
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加15%的攻击速度"
+ },
+ {
+ "Id": 2461,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2461
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2461",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2462,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2462
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2462",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2463,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2463
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2463",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2464,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2464
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加18%的攻击速度"
+ },
+ {
+ "Id": 2471,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2471
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2471",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2472,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2472
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2472",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2473,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2473
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2473",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2474,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2474
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加21%的攻击速度"
+ },
+ {
+ "Id": 2481,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2481
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2481",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2482,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2482
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2482",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2483,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2483
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2483",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2484,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2484
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加24%的攻击速度"
+ },
+ {
+ "Id": 2491,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2491
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2491",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2492,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2492
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2492",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2493,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2493
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2493",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2494,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2494
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加27%的攻击速度"
+ },
+ {
+ "Id": 2501,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2501
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2501",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2502,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2502
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2502",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2503,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2503
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2503",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2504,
+ "Name": "满天箭雨",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2504
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_241",
+ "BuffEffectPrefab": "",
+ "Describe": "增加30%的攻击速度"
+ },
+ {
+ "Id": 2611,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2611
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2611",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2621,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2621
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2621",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2631,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2631
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2631",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2641,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2641
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2641",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2651,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2651
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2651",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2661,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2661
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2661",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2671,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2671
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2671",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2681,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2681
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2681",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2691,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2691
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2691",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2701,
+ "Name": "",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2701
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2701",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2612,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2612,
+ 2613
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2622,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2622,
+ 2623
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2632,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2632,
+ 2633
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2642,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2642,
+ 2643
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2652,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2652,
+ 2653
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2662,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2662,
+ 2663
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2672,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2672,
+ 2673
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2682,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2682,
+ 2683
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2692,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2692,
+ 2693
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2702,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2702,
+ 2703
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_261",
+ "BuffEffectPrefab": "",
+ "Describe": "移动速度和攻击速度降低了"
+ },
+ {
+ "Id": 2811,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2811
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2811",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2812,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2812
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2812",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2813,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2813
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2813",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2814,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2814
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2814",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2815,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2815
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2815",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2821,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2821
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2821",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2822,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2822
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2822",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2823,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2823
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2823",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2824,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2824
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2824",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2825,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2825
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2825",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2831,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2831
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2831",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2832,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2832
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2832",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2833,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2833
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2833",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2834,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2834
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2834",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2835,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2835
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2835",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2841,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2841
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2841",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2842,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2842
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2842",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2843,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2843
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2843",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2844,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2844
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2844",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2845,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2845
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2845",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2851,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2851
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2851",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2852,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2852
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2852",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2853,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2853
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2853",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2854,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2854
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2854",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2855,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2855
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2855",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2861,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2861
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2861",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2862,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2862
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2862",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2863,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2863
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2863",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2864,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2864
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2864",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2865,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2865
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2865",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2871,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2871
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2871",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2872,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2872
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2872",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2873,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2873
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2873",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2874,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2874
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2874",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2875,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2875
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2875",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2881,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2881
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2881",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2882,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2882
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2882",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2883,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2883
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2883",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2884,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2884
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2884",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2885,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2885
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2885",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2891,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2891
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2891",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2892,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2892
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2892",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2893,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2893
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2893",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2894,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2894
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2894",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2895,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2895
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2895",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2901,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2901
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2901",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2902,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2902
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2902",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2903,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2903
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2903",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2904,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2904
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2904",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2905,
+ "Name": "物理伤害",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2905
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_2905",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 2816,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2816
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低3%的防御"
+ },
+ {
+ "Id": 2826,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2826
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低6%的防御"
+ },
+ {
+ "Id": 2836,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2836
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低9%的防御"
+ },
+ {
+ "Id": 2846,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2846
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低12%的防御"
+ },
+ {
+ "Id": 2856,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2856
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低15%的防御"
+ },
+ {
+ "Id": 2866,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2866
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低18%的防御"
+ },
+ {
+ "Id": 2876,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2876
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低21%的防御"
+ },
+ {
+ "Id": 2886,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2886
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低24%的防御"
+ },
+ {
+ "Id": 2896,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2896
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低27%的防御"
+ },
+ {
+ "Id": 2906,
+ "Name": "伏虎五式",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 2906
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_281",
+ "BuffEffectPrefab": "",
+ "Describe": "降低30%的防御"
+ },
+ {
+ "Id": 3011,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3011
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3021,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3021
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3031,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3031
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3041,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3041
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3051,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3051
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3061,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3061
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3071,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3071
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3081,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3081
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3091,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3091
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3101,
+ "Name": "加血",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3101
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 3062,
+ "Name": "沐春风",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3062
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复其60点生命值的效果,持续30秒"
+ },
+ {
+ "Id": 3072,
+ "Name": "沐春风",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3072
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复其70点生命值的效果,持续30秒"
+ },
+ {
+ "Id": 3082,
+ "Name": "沐春风",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3082
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复其80点生命值的效果,持续30秒"
+ },
+ {
+ "Id": 3092,
+ "Name": "沐春风",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3092
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复其90点生命值的效果,持续30秒"
+ },
+ {
+ "Id": 3102,
+ "Name": "沐春风",
+ "TriggerTime": 3,
+ "TriggerParameter": 3,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 3102
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 30,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Skill_Icon_301",
+ "BuffEffectPrefab": "",
+ "Describe": "每3秒恢复其100点生命值的效果,持续30秒"
+ },
+ {
+ "Id": 8001,
+ "Name": "童智",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5001
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8001",
+ "BuffEffectPrefab": "",
+ "Describe": "智慧成长速度加快,获得智慧经验时增加10点"
+ },
+ {
+ "Id": 8002,
+ "Name": "慈爱",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5002
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8002",
+ "BuffEffectPrefab": "",
+ "Describe": "和孩童在一起,提升孩童智慧成长速度"
+ },
+ {
+ "Id": 8003,
+ "Name": "采集",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5003
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8003,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8003",
+ "BuffEffectPrefab": "",
+ "Describe": "采集收益+1"
+ },
+ {
+ "Id": 8004,
+ "Name": "砍伐",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5004
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8004,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8004",
+ "BuffEffectPrefab": "",
+ "Describe": "砍伐收益+1"
+ },
+ {
+ "Id": 8005,
+ "Name": "农活",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5005
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8005,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8005",
+ "BuffEffectPrefab": "",
+ "Describe": "农田收益+2"
+ },
+ {
+ "Id": 8006,
+ "Name": "挖掘",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5006
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8006,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8006",
+ "BuffEffectPrefab": "",
+ "Describe": "挖掘收益+1"
+ },
+ {
+ "Id": 8007,
+ "Name": "建造",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5007
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8007,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8007",
+ "BuffEffectPrefab": "",
+ "Describe": "建造+1"
+ },
+ {
+ "Id": 8008,
+ "Name": "巧夫",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5008,
+ 5009,
+ 5010,
+ 5011,
+ 5012,
+ 5013,
+ 5014,
+ 5015
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8008",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力+5,劳作收益+1"
+ },
+ {
+ "Id": 8009,
+ "Name": "药理",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5016
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8009",
+ "BuffEffectPrefab": "",
+ "Describe": "制作效果更好的药品"
+ },
+ {
+ "Id": 8010,
+ "Name": "膳夫",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5017
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8010",
+ "BuffEffectPrefab": "",
+ "Describe": "制作更美味的药品"
+ },
+ {
+ "Id": 8011,
+ "Name": "聪慧",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5018,
+ 5019
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8011",
+ "BuffEffectPrefab": "",
+ "Describe": "智力+5,科研收益+2"
+ },
+ {
+ "Id": 8012,
+ "Name": "饥饿",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5020
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8012",
+ "BuffEffectPrefab": "",
+ "Describe": "食物不足,勇士和村民正在忍受饥饿。劳力值降低30%"
+ },
+ {
+ "Id": 8013,
+ "Name": "轻伤",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5021
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8013,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8013",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力降低10%"
+ },
+ {
+ "Id": 8014,
+ "Name": "受伤",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5022
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8013,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8014",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力降低30%"
+ },
+ {
+ "Id": 8015,
+ "Name": "重伤",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5023
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8013,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8015",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力降低50%"
+ },
+ {
+ "Id": 8016,
+ "Name": "轻疾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5024
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8016,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8016",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力降低10%"
+ },
+ {
+ "Id": 8017,
+ "Name": "疾病",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5025
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8016,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8017",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力降低30%"
+ },
+ {
+ "Id": 8018,
+ "Name": "重疾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5026
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8016,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8018",
+ "BuffEffectPrefab": "",
+ "Describe": "劳力降低50%"
+ },
+ {
+ "Id": 8019,
+ "Name": "轻伤",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5200
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8019,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8019",
+ "BuffEffectPrefab": "",
+ "Describe": "降低攻击力20%"
+ },
+ {
+ "Id": 8020,
+ "Name": "受伤",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5201
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8019,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8020",
+ "BuffEffectPrefab": "",
+ "Describe": "降低攻击力60%"
+ },
+ {
+ "Id": 8021,
+ "Name": "重伤",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5202
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8019,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_8021",
+ "BuffEffectPrefab": "",
+ "Describe": "降低攻击力80%"
+ },
+ {
+ "Id": 8022,
+ "Name": "采集",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5027
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8003,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8022",
+ "BuffEffectPrefab": "",
+ "Describe": "采集收益+2"
+ },
+ {
+ "Id": 8023,
+ "Name": "采集",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5028
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8003,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8023",
+ "BuffEffectPrefab": "",
+ "Describe": "采集收益+3"
+ },
+ {
+ "Id": 8024,
+ "Name": "砍伐",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5029
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8004,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8024",
+ "BuffEffectPrefab": "",
+ "Describe": "砍伐收益+2"
+ },
+ {
+ "Id": 8025,
+ "Name": "砍伐",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5030
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8004,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8025",
+ "BuffEffectPrefab": "",
+ "Describe": "砍伐收益+3"
+ },
+ {
+ "Id": 8026,
+ "Name": "农活",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5031
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8005,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8026",
+ "BuffEffectPrefab": "",
+ "Describe": "农田收益+2"
+ },
+ {
+ "Id": 8027,
+ "Name": "农活",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5032
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8005,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8027",
+ "BuffEffectPrefab": "",
+ "Describe": "农田收益+3"
+ },
+ {
+ "Id": 8028,
+ "Name": "挖掘",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5033
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8006,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8006",
+ "BuffEffectPrefab": "",
+ "Describe": "挖掘收益+2"
+ },
+ {
+ "Id": 8029,
+ "Name": "挖掘",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5034
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8006,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8006",
+ "BuffEffectPrefab": "",
+ "Describe": "挖掘收益+3"
+ },
+ {
+ "Id": 8030,
+ "Name": "建造",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5035
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8007,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8007",
+ "BuffEffectPrefab": "",
+ "Describe": "建造+2"
+ },
+ {
+ "Id": 8031,
+ "Name": "建造",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 5036
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 8007,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 1,
+ "Icon": "Buff_Icon_8007",
+ "BuffEffectPrefab": "",
+ "Describe": "建造+3"
+ },
+ {
+ "Id": 9001,
+ "Name": "村民普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9001
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9001",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9002,
+ "Name": "哨塔攻击",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9002
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9002",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9500,
+ "Name": "小麦增产",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9500
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9500",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9501,
+ "Name": "水稻增产",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9501
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9501",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9502,
+ "Name": "大豆增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9502
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9502",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9503,
+ "Name": "白菜增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9503
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9503",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9504,
+ "Name": "糯米增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9504
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9504,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9504",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9505,
+ "Name": "糯米增产-2级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9505
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9504,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9505",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9506,
+ "Name": "糯米增产-3级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9506
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9504,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9506",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9507,
+ "Name": "萝卜增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9507
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9507",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9508,
+ "Name": "冬瓜增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9508
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9508",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9509,
+ "Name": "南瓜增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9509
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9509",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9510,
+ "Name": "食物增产-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9510
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9510",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9511,
+ "Name": "食物增产-2级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9511
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9511",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9512,
+ "Name": "食物增产-3级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9512
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9512",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9513,
+ "Name": "食物增产-4级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9513
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9513",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9514,
+ "Name": "食物增产-5级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9514
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9514",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9515,
+ "Name": "食物增产-6级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9515
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9515",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9516,
+ "Name": "食物增产-7级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9516
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9516",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9517,
+ "Name": "食物增产-8级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9517
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9510,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9517",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9600,
+ "Name": "耐久损耗-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9600
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9600,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9600",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9601,
+ "Name": "耐久损耗-2级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9601
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9601,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9601",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9602,
+ "Name": "制作时间-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9602
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9602,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9602",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9603,
+ "Name": "制作时间-2级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9603
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9602,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9603",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9604,
+ "Name": "制作时间-3级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9604
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9602,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9604",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9605,
+ "Name": "制作时间-4级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9605
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9602,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9605",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9606,
+ "Name": "制作时间-5级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9606
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9602,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9606",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9607,
+ "Name": "制作时间-6级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9607
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9607,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9607",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9608,
+ "Name": "制作时间-7级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9608
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9608,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9608",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9609,
+ "Name": "采集收益+1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9609
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9609",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9610,
+ "Name": "砍伐收益+1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9610
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9610",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9611,
+ "Name": "挖掘收益+1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9611
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9611",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9612,
+ "Name": "全劳作收益+1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9612
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9612",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9613,
+ "Name": "哨塔攻击-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9613
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9613,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9613",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9614,
+ "Name": "哨塔攻击-2级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9614
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9613,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9614",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9615,
+ "Name": "哨塔攻击-3级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9615
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9613,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9615",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9616,
+ "Name": "哨塔攻击-4级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9616
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9613,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9616",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9617,
+ "Name": "哨塔攻击-5级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9617
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9613,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9617",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9622,
+ "Name": "城门血量-1级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9622
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9622,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9622",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9623,
+ "Name": "城门血量-2级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9623
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9622,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9623",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9624,
+ "Name": "城门血量-3级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9624
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9622,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9624",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9625,
+ "Name": "城门血量-4级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9625
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9622,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9625",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 9626,
+ "Name": "城门血量-5级",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 9626
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 9622,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_9626",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 10001,
+ "Name": "狼普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10001
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10001",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10002,
+ "Name": "豹子普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10002
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10002",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10003,
+ "Name": "老虎普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10003
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10003",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10010,
+ "Name": "普通猩猩普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10010
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10010",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10020,
+ "Name": "普通猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10020
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10020",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10021,
+ "Name": "普通猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10021
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10021",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10030,
+ "Name": "精英猩猩普攻1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10030
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10030",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10031,
+ "Name": "精英猩猩普攻1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10031
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10031",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10032,
+ "Name": "精英猩猩普攻1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10032
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10032",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10040,
+ "Name": "精英猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10040
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10040",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10041,
+ "Name": "精英猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10041
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10041",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10042,
+ "Name": "精英猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10042
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10042",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10043,
+ "Name": "精英猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10043
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10043",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10044,
+ "Name": "精英猩猩技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10044
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10044",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10050,
+ "Name": "BOSS举父普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10050
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10050",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10051,
+ "Name": "BOSS举父普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10051
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10051",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10060,
+ "Name": "BOSS举父技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10060
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10060",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10061,
+ "Name": "BOSS举父技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10061
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10061",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10062,
+ "Name": "BOSS举父技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10062
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10062",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10063,
+ "Name": "BOSS举父技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10063
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10063",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10070,
+ "Name": "BOSS举父技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10070
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10070",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10071,
+ "Name": "BOSS举父技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10071
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10071",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10072,
+ "Name": "BOSS举父技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10072
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10072",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10073,
+ "Name": "BOSS举父技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10073
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10073",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10100,
+ "Name": "普通熊怪普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10100
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10100",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10110,
+ "Name": "普通熊怪技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10110
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10110",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10120,
+ "Name": "普通熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10120
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10120",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10121,
+ "Name": "普通熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10121
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10121",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10122,
+ "Name": "普通熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10122
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10122",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10123,
+ "Name": "普通熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10123
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10123",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10124,
+ "Name": "挫志",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10124
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10124",
+ "BuffEffectPrefab": "",
+ "Describe": "降低攻击30%"
+ },
+ {
+ "Id": 10130,
+ "Name": "精英熊怪普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10130
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10130",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10140,
+ "Name": "精英熊怪技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10140
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10140",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10150,
+ "Name": "精英熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10150
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10150",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10151,
+ "Name": "精英熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10151
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10151",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10152,
+ "Name": "精英熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10152
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10152",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10153,
+ "Name": "精英熊怪技能2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10153
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10153",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10154,
+ "Name": "挫志",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10154
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10124",
+ "BuffEffectPrefab": "",
+ "Describe": "降低攻击30%"
+ },
+ {
+ "Id": 10160,
+ "Name": "BOSS猎猎普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10160
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10160",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10161,
+ "Name": "BOSS猎猎普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10161
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10161",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10170,
+ "Name": "BOSS猎猎技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10170
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10170",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10171,
+ "Name": "BOSS猎猎技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10171
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10171",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10172,
+ "Name": "BOSS猎猎技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10172
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10172",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10173,
+ "Name": "BOSS猎猎技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10173
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10173",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10174,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10173
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10174",
+ "BuffEffectPrefab": "",
+ "Describe": "减速"
+ },
+ {
+ "Id": 10200,
+ "Name": "普通鸟怪普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10200
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10200",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10210,
+ "Name": "精英鸟怪普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10210
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10210",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10220,
+ "Name": "精英鸟怪技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10220
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10220",
+ "BuffEffectPrefab": "",
+ "Describe": "转风车"
+ },
+ {
+ "Id": 10221,
+ "Name": "精英鸟怪技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10221
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10221",
+ "BuffEffectPrefab": "",
+ "Describe": "转风车"
+ },
+ {
+ "Id": 10230,
+ "Name": "BOSS奇雀普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10230
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10230",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10240,
+ "Name": "BOSS奇雀技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10240
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10240",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10241,
+ "Name": "BOSS奇雀技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10241
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10241",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10242,
+ "Name": "BOSS奇雀技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10242
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10242",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 10243,
+ "Name": "BOSS奇雀技能1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 10243
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_10243",
+ "BuffEffectPrefab": "",
+ "Describe": "物理伤害"
+ },
+ {
+ "Id": 11000,
+ "Name": "战鼓",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 11000
+ ],
+ "ContinuedType": 3,
+ "ContinuedParameter": 0,
+ "Overlay": true,
+ "OverlayMax": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 2,
+ "Icon": "Buff_Icon_11000",
+ "BuffEffectPrefab": "",
+ "Describe": "攻击力+10%"
+ },
+ {
+ "Id": 11001,
+ "Name": "无尽",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [],
+ "ContinuedType": 6,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 1,
+ "DisplayLocation": 2,
+ "Icon": "Buff_Icon_11001",
+ "BuffEffectPrefab": "",
+ "Describe": "勇士死亡后无法复活"
+ },
+ {
+ "Id": 20001,
+ "Name": "穷奇普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20001
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20001",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20011,
+ "Name": "穷奇狮子吼-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20011
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20011",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20012,
+ "Name": "穷奇狮子吼-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20012
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20012",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20013,
+ "Name": "穷奇狮子吼-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20013
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20013",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20014,
+ "Name": "穷奇狮子吼-4",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20014
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20014",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20015,
+ "Name": "穷奇狮子吼-5",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20015
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20015",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20021,
+ "Name": "穷奇光之吐息-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20021
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20021",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20022,
+ "Name": "致盲",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20022
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20022",
+ "BuffEffectPrefab": "",
+ "Describe": "降低30%的命中率"
+ },
+ {
+ "Id": 20031,
+ "Name": "穷奇秒杀-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20031
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20031",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20032,
+ "Name": "穷奇秒杀-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20032
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20032",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20033,
+ "Name": "穷奇秒杀-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20033
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20033",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20034,
+ "Name": "穷奇秒杀-4",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20034
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20034",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20035,
+ "Name": "穷奇秒杀-5",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20035
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20035",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20111,
+ "Name": "饕餮普攻-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20111
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20111",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20112,
+ "Name": "饕餮普攻-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20112
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20112",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20121,
+ "Name": "饕餮怒锤大地-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20121
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20121",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20122,
+ "Name": "饕餮怒锤大地-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20122
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20122",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20123,
+ "Name": "饕餮怒锤大地-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20123
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20123",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20124,
+ "Name": "眩晕",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20124
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20124",
+ "BuffEffectPrefab": "",
+ "Describe": "眩晕,降低攻击速度50%,"
+ },
+ {
+ "Id": 20131,
+ "Name": "饕餮震天鼓-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20131
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20131",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20132,
+ "Name": "饕餮震天鼓-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20132
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20132",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20133,
+ "Name": "饕餮震天鼓-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20133
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20133",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20134,
+ "Name": "饕餮震天鼓-4",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20134
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20134",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20135,
+ "Name": "饕餮震天鼓-5",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20135
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20135",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20136,
+ "Name": "昏迷",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [],
+ "ContinuedType": 2,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 20136,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20136",
+ "BuffEffectPrefab": "",
+ "Describe": "昏迷,无法做任何动作和反应"
+ },
+ {
+ "Id": 20141,
+ "Name": "饕餮秒杀-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20141
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20141",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20142,
+ "Name": "饕餮秒杀-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20142
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20142",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20143,
+ "Name": "饕餮秒杀-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20143
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20143",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20144,
+ "Name": "饕餮秒杀-4",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20144
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20144",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20145,
+ "Name": "饕餮秒杀-5",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20145
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20145",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20211,
+ "Name": "梼杌普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20211
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20211",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20221,
+ "Name": "梼杌刮骨刀-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20221
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20221",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20222,
+ "Name": "梼杌刮骨刀-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20222
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20222",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20223,
+ "Name": "梼杌刮骨刀-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20223
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20223",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20224,
+ "Name": "梼杌刮骨刀-4",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20224
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20224",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20225,
+ "Name": "梼杌刮骨刀-5",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20225
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20225",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20231,
+ "Name": "毒潭",
+ "TriggerTime": 3,
+ "TriggerParameter": 2,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20231
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 20,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20231",
+ "BuffEffectPrefab": "",
+ "Describe": "持续受到毒伤害"
+ },
+ {
+ "Id": 20232,
+ "Name": "破甲",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20232
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 10,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20232",
+ "BuffEffectPrefab": "",
+ "Describe": "防御降低500点"
+ },
+ {
+ "Id": 20241,
+ "Name": "梼杌秒杀-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20241
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20241",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20242,
+ "Name": "梼杌秒杀-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20242
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20242",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20243,
+ "Name": "梼杌秒杀-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20243
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20243",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20244,
+ "Name": "梼杌秒杀-4",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20244
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20244",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20245,
+ "Name": "梼杌秒杀-5",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20245
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20245",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20311,
+ "Name": "蠃鱼普攻",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20311
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20311",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20321,
+ "Name": "蠃鱼海浪-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20321
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20321",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20322,
+ "Name": "蠃鱼海浪-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20322
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20322",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20323,
+ "Name": "巨浪",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20323,
+ 20324
+ ],
+ "ContinuedType": 2,
+ "ContinuedParameter": 5,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20323",
+ "BuffEffectPrefab": "",
+ "Describe": "降低攻速和移速50%"
+ },
+ {
+ "Id": 20331,
+ "Name": "蠃鱼群鱼绞-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20331
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20331",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20332,
+ "Name": "蠃鱼群鱼绞-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20332
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20332",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20333,
+ "Name": "蠃鱼群鱼绞-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20333
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20333",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20341,
+ "Name": "蠃鱼秒杀-1",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20341
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20341",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20342,
+ "Name": "蠃鱼秒杀-2",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20342
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20342",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 20343,
+ "Name": "蠃鱼秒杀-3",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 0,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 20343
+ ],
+ "ContinuedType": 1,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_20343",
+ "BuffEffectPrefab": "",
+ "Describe": ""
+ },
+ {
+ "Id": 134101,
+ "Name": "缴械",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [],
+ "ContinuedType": 2,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 134101,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134101",
+ "BuffEffectPrefab": "",
+ "Describe": "无法进行普通攻击"
+ },
+ {
+ "Id": 134102,
+ "Name": "沉默",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 2,
+ "Immunity": true,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [],
+ "ContinuedType": 2,
+ "ContinuedParameter": 3,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 134102,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134102",
+ "BuffEffectPrefab": "",
+ "Describe": "无法释放技能"
+ },
+ {
+ "Id": 134103,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134103
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 1,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收150点伤害"
+ },
+ {
+ "Id": 134104,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134104
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 2,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收300点伤害"
+ },
+ {
+ "Id": 134105,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134105
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 3,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收450点伤害"
+ },
+ {
+ "Id": 134106,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134106
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 4,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收600点伤害"
+ },
+ {
+ "Id": 134107,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134107
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 5,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收750点伤害"
+ },
+ {
+ "Id": 134108,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134108
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 6,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收900点伤害"
+ },
+ {
+ "Id": 134109,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134109
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 7,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收1050点伤害"
+ },
+ {
+ "Id": 134110,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134110
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 8,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收1200点伤害"
+ },
+ {
+ "Id": 134111,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134111
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 9,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收1350点伤害"
+ },
+ {
+ "Id": 134112,
+ "Name": "生命护盾",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": true,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 134112
+ ],
+ "ContinuedType": 5,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 134103,
+ "SequenceLv": 10,
+ "BarShow": false,
+ "BattleShow": true,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_134103",
+ "BuffEffectPrefab": "",
+ "Describe": "吸收1500点伤害"
+ },
+ {
+ "Id": 150000,
+ "Name": "凝时获取效率提升",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150000
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150000,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150000",
+ "BuffEffectPrefab": "",
+ "Describe": "凝时获取时间变为五分钟"
+ },
+ {
+ "Id": 150001,
+ "Name": "制作时间减少",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150001
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150001,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150001",
+ "BuffEffectPrefab": "",
+ "Describe": "制作时间降低50%"
+ },
+ {
+ "Id": 150002,
+ "Name": "建造速度增加",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150002
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150002,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150002",
+ "BuffEffectPrefab": "",
+ "Describe": "建筑所需的体量减少10%"
+ },
+ {
+ "Id": 150003,
+ "Name": "不死树村民增加",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150003
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150003,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150003",
+ "BuffEffectPrefab": "",
+ "Describe": "不死树庇护村民人数+2"
+ },
+ {
+ "Id": 150004,
+ "Name": "科研效率提升",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150004
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150004,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150004",
+ "BuffEffectPrefab": "",
+ "Describe": "科技研究效率+1(农学院和天工院里研究获得的收益)"
+ },
+ {
+ "Id": 150005,
+ "Name": "修理消耗减少",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150005
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150005,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150005",
+ "BuffEffectPrefab": "",
+ "Describe": "修理建筑消耗的材料或者铜钱,降低20%"
+ },
+ {
+ "Id": 150006,
+ "Name": "神秘商人货物栏增加",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150006
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150006,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150006",
+ "BuffEffectPrefab": "",
+ "Describe": "神秘商人货物栏+3"
+ },
+ {
+ "Id": 150007,
+ "Name": "不死树施肥次数额外增加5次",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150007
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150007,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150007",
+ "BuffEffectPrefab": "",
+ "Describe": "不死树的施肥次数额外增加5次"
+ },
+ {
+ "Id": 150008,
+ "Name": "幼苗成长时间减少",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150008
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150008,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150008",
+ "BuffEffectPrefab": "",
+ "Describe": "幼苗成长时间降低20%"
+ },
+ {
+ "Id": 150009,
+ "Name": "居所可容纳人数增加",
+ "TriggerTime": 1,
+ "TriggerParameter": 0,
+ "Gain": 1,
+ "Immunity": false,
+ "Disperse": false,
+ "BuffProbability": 100,
+ "LinkEffect": [
+ 150009
+ ],
+ "ContinuedType": 9,
+ "ContinuedParameter": 0,
+ "Overlay": false,
+ "OverlayMax": 0,
+ "SequenceId": 150009,
+ "SequenceLv": 1,
+ "BarShow": true,
+ "BattleShow": false,
+ "SpecialStatus": 0,
+ "DisplayLocation": 0,
+ "Icon": "Buff_Icon_150009",
+ "BuffEffectPrefab": "",
+ "Describe": "居所类型建筑居住人口+1"
+ }
+]
\ No newline at end of file
diff --git a/config/SkillBulletConfigCategory.json b/config/SkillBulletConfigCategory.json
new file mode 100644
index 0000000..a9c9df6
--- /dev/null
+++ b/config/SkillBulletConfigCategory.json
@@ -0,0 +1,7388 @@
+[
+ {
+ "Id": 1,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 901
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 11,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 902
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Atk_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 12,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 902
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Atk_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 21,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 903
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Arrow",
+ "BulletLength": 1
+ },
+ {
+ "Id": 31,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 904
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 41,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 905
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 42,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 906
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 51,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 907
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2011,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2011
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2012,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2012
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2013,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2013
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2014,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2014
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2015,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2015
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2021,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2021
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2022,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2022
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2023,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2023
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2024,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2024
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2025,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2025
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2031,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2031
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2032,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2032
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2033,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2033
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2034,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2034
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2035,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2035
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2041,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2041
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2042,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2042
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2043,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2043
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2044,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2044
+ ],
+ "Skill": 0,
+ "SpecialEffect": "1",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2045,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2045
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2051,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2051
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2052,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2052
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2053,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2053
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2054,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2054
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2055,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2055
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2061,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2061
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2062,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2062
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2063,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2063
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2064,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2064
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2065,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2065,
+ 2066
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2071,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2071
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2072,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2072
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2073,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2073
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2074,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2074
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2075,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2075,
+ 2076
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2081,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2081
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2082,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2082
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2083,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2083
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2084,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2084
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2085,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2085,
+ 2086
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2091,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2091
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2092,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2092
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2093,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2093
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2094,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2094
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2095,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2095,
+ 2096
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2101,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2101
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2102,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2102
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2103,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2103
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2104,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2104
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2105,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2105,
+ 2106
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2211,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2211
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2212,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2212
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2213,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2213
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2221,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2221
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2222,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2222
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2223,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2223
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2231,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2231
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2232,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2232
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2233,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2233
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2241,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2241
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2242,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2242
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2243,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2243
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2251,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2251
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2252,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2252
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2253,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2253
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2261,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2261
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2262,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2262
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2263,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2263,
+ 2264
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2271,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2271
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2272,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2272
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2273,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2273,
+ 2274
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2281,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2281
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2282,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2282
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2283,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2283,
+ 2284
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2291,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2291
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2292,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2292
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2293,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2293,
+ 2294
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2301,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2301
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2302,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 1,
+ "Buff": [
+ 2302
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2303,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 2303,
+ 2304
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 2411,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2411
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2412,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2412
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2413,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2413
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2421,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2421
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2422,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2422
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2423,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2423
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2431,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2431
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2432,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2432
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2433,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2433
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2441,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2441
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2442,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2442
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2443,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2443
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2451,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2451
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2452,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2452
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2453,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2453
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2461,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2461
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2462,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2462
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2463,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2463
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2471,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2471
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2472,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2472
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2473,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2473
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2481,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2481
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2482,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2482
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2483,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2483
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2491,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2491
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2492,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2492
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2493,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2493
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2501,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2501
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2502,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2502
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2503,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 15
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 10,
+ "Disappear": 3,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2503
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Skill_Li",
+ "BulletLength": 1
+ },
+ {
+ "Id": 2611,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2611,
+ 2612
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2612,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2611
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2613,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2611
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2621,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2621,
+ 2622
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2622,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2621
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2623,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2621
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2631,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2631,
+ 2632
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2632,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2631
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2633,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2631
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2641,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2641,
+ 2642
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2642,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2641
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2643,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2641
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2651,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2651,
+ 2652
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2652,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2651
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2653,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2651
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2661,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2661,
+ 2662
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2662,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2661
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2663,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2661
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2671,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2671,
+ 2672
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2672,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2671
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2673,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2671
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2681,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2681,
+ 2682
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2682,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2681
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2683,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2681
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2691,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2691,
+ 2692
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2692,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2691
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2693,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2691
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2701,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2701,
+ 2702
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2702,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2701
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2703,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2701
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2811,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2811
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2812,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2812
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2813,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2813
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2814,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2814
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2815,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2815,
+ 2816
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2821,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2821
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2822,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2822
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2823,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2823
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2824,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2824
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2825,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2825,
+ 2826
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2831,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2831
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2832,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2832
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2833,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2833
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2834,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2834
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2835,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2835,
+ 2836
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2841,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2841
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2842,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2842
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2843,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2843
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2844,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2844
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2845,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2845,
+ 2846
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2851,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2851
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2852,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2852
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2853,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2853
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2854,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2854
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2855,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2855,
+ 2856
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2861,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2861
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2862,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2862
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2863,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2863
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2864,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2864
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2865,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2865,
+ 2866
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2871,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2871
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2872,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2872
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2873,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2873
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2874,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2874
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2875,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2875,
+ 2876
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2881,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2881
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2882,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2882
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2883,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2883
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2884,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2884
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2885,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2885,
+ 2886
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2891,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2891
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2892,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2892
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2893,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2893
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2894,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2894
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2895,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2895,
+ 2896
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2901,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2901
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2902,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2902
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2903,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2903
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2904,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2904
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 2905,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 2905,
+ 2906
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 9001,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 8,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 9001
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Arrow",
+ "BulletLength": 1
+ },
+ {
+ "Id": 9002,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 9002
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Arrow",
+ "BulletLength": 1
+ },
+ {
+ "Id": 10001,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10001
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10002,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10002
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10003,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10003
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10010,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10010
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10020,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10020
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10021,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10021
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10030,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10030
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10031,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10031
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10032,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10032
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10040,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10040
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10041,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10041
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10042,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10042
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10043,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10043
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10044,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10044
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10050,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10050
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Atk_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 10051,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10051
+ ],
+ "Skill": 0,
+ "SpecialEffect": "Bullet_Atk_Lead_F",
+ "BulletLength": 0.1
+ },
+ {
+ "Id": 10060,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 180,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10060
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10061,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 180,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10061
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10062,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 180,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10062
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10063,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 180,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10063
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10070,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 3,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10070
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10071,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 3,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10071
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10072,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 3,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10072
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10073,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 1,
+ "DisappearParameter": 3,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10073
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10100,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10100
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10110,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10110
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10120,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10120
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10121,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10121
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10122,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10122
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10123,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10123,
+ 10124
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10130,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10130
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10140,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10140
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10150,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10150
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10151,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10151
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10152,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10152
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10153,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10153,
+ 10154
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10160,
+ "Direction": 1,
+ "Scope": 4,
+ "ScopeParameter": [
+ 180,
+ 3
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10160
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10161,
+ "Direction": 1,
+ "Scope": 4,
+ "ScopeParameter": [
+ 180,
+ 3
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10161
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10170,
+ "Direction": 1,
+ "Scope": 4,
+ "ScopeParameter": [
+ 180,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10170
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10171,
+ "Direction": 1,
+ "Scope": 4,
+ "ScopeParameter": [
+ 180,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10171
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10172,
+ "Direction": 1,
+ "Scope": 4,
+ "ScopeParameter": [
+ 180,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10172
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10173,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 6
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10173,
+ 10174
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10200,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10200
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10210,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10210
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10220,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10220
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10221,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 4
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 10,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10221
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10230,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": 0,
+ "Buff": [
+ 10230
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10240,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10240
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10241,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10241
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10242,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10242
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 10243,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 5,
+ 5
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 10243
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 11001,
+ "Direction": 2,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 20
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 11001
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20001,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20001
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20011,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20011
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20012,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20012
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20013,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20013
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20014,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20014
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20015,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20015
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20021,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 4,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20021,
+ 20022
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20031,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20031
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20032,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20032
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20033,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20033
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20034,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20034
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20035,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 4,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 10,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 13,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20035
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20111,
+ "Direction": 2,
+ "Scope": 1,
+ "ScopeParameter": [
+ 1,
+ 1
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20111
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20112,
+ "Direction": 2,
+ "Scope": 1,
+ "ScopeParameter": [
+ 1,
+ 1
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20112
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20121,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 180,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20121
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20122,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 180,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20122
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20123,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20123,
+ 20124
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20131,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20131
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20132,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20132
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20133,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20133
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20134,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 8
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20134
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20135,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20135,
+ 20136
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20141,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20141
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20142,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20142
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20143,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20143
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20144,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20144
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20145,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 35,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20145,
+ 20136
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20211,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20211
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20221,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20221
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20222,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20222
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20223,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20223
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20224,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20224
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20225,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20225
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20231,
+ "Direction": 1,
+ "Scope": 2,
+ "ScopeParameter": [
+ 360,
+ 10
+ ],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 2,
+ "DisappearParameter": 30,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20231,
+ 20232
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20241,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20241
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20242,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20242
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20243,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20243
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20244,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20244
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20245,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20245
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20311,
+ "Direction": 2,
+ "Scope": 4,
+ "ScopeParameter": [],
+ "IsDirectional": false,
+ "Type": 3,
+ "Speed": 0,
+ "Shoot": false,
+ "FlightDistance": 0,
+ "Disappear": 1,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20311
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20321,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20321
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20322,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20322,
+ 20323
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20331,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20331
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20332,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20332
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20333,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20333
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20341,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20341
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20342,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20342
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ },
+ {
+ "Id": 20343,
+ "Direction": 1,
+ "Scope": 1,
+ "ScopeParameter": [
+ 2,
+ 13
+ ],
+ "IsDirectional": false,
+ "Type": 4,
+ "Speed": 5,
+ "Shoot": true,
+ "FlightDistance": 13,
+ "Disappear": 3,
+ "DisappearParameter": 0,
+ "DetectTime": 1,
+ "TestParameters": 0,
+ "NumberOfTargets": -1,
+ "Buff": [
+ 20343
+ ],
+ "Skill": 0,
+ "SpecialEffect": "",
+ "BulletLength": 0
+ }
+]
\ No newline at end of file
diff --git a/config/SkillConfigCategory.json b/config/SkillConfigCategory.json
new file mode 100644
index 0000000..d0026dd
--- /dev/null
+++ b/config/SkillConfigCategory.json
@@ -0,0 +1,15310 @@
+[
+ {
+ "Id": 1,
+ "Name": "防技",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 3,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3,
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1
+ ],
+ "TargetBuff": [
+ 1
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1",
+ "Sound": "",
+ "Describe": "队伍防御值增加10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 2,
+ "Name": "专注",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 3,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3,
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2
+ ],
+ "TargetBuff": [
+ 2
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_2",
+ "Sound": "",
+ "Describe": "队伍命中率增加5%",
+ "Introduction": ""
+ },
+ {
+ "Id": 3,
+ "Name": "敏锐",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 3,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 3
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_3",
+ "Sound": "",
+ "Describe": "每次暴击后,攻速加快5%(最高50%)",
+ "Introduction": ""
+ },
+ {
+ "Id": 4,
+ "Name": "壮士",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 3,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 4,
+ 5
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_4",
+ "Sound": "",
+ "Describe": "受到治疗效果提升10%,生命值上限提升10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 5,
+ "Name": "棍杰",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 3,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 6
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_5",
+ "Sound": "",
+ "Describe": "攻击目标+5",
+ "Introduction": ""
+ },
+ {
+ "Id": 6,
+ "Name": "医师",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 3,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3,
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 7
+ ],
+ "TargetBuff": [
+ 7
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_6",
+ "Sound": "",
+ "Describe": "队伍生命值提升10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 101,
+ "Name": "普攻-大剑",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 2,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 1
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 130,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_Lead_M",
+ "Icon": "Skill_Icon_101",
+ "Sound": "Sound_Sword",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 102,
+ "Name": "普攻-飞镖",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 3,
+ "Energy": 0,
+ "BulletTime": [
+ 40
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 11
+ ],
+ "RelatedSkillId": [
+ 1121
+ ],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 110,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_102",
+ "Sound": "Sound_Dart",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 103,
+ "Name": "普攻-弓",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 5,
+ "Energy": 0,
+ "BulletTime": [
+ 93
+ ],
+ "BulletPos": [
+ {
+ "x": 0.35,
+ "y": 1.13
+ }
+ ],
+ "Bullet": [
+ 21
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 174,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_103",
+ "Sound": "Sound_Bow",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 104,
+ "Name": "普攻-大锤",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 1,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 31
+ ],
+ "RelatedSkillId": [
+ 1341
+ ],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 144,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_104",
+ "Sound": "Sound_Hammer",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 105,
+ "Name": "普攻-棍",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 7,
+ "Energy": 0,
+ "BulletTime": [
+ 30,
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 41,
+ 42
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 137,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_HanFei",
+ "Icon": "Skill_Icon_105",
+ "Sound": "Sound_Stick",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 106,
+ "Name": "普攻-双刀",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 4,
+ "Energy": 0,
+ "BulletTime": [
+ 34
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 51
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 107,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_106",
+ "Sound": "Sound_Skill_101",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 201,
+ "Name": "力劈华松",
+ "SkillLv": 1,
+ "NextLvId": 202,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2011,
+ 2012,
+ 2013,
+ 2014,
+ 2015
+ ],
+ "RelatedSkillId": [
+ 1021
+ ],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造5段、平均每段1.2倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 202,
+ "Name": "力劈华松",
+ "SkillLv": 2,
+ "NextLvId": 203,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2021,
+ 2022,
+ 2023,
+ 2024,
+ 2025
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造5段、平均每段1.5倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 203,
+ "Name": "力劈华松",
+ "SkillLv": 3,
+ "NextLvId": 204,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2031,
+ 2032,
+ 2033,
+ 2034,
+ 2035
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造5段、平均每段1.8倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 204,
+ "Name": "力劈华松",
+ "SkillLv": 4,
+ "NextLvId": 205,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2041,
+ 2042,
+ 2043,
+ 2044,
+ 2045
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造5段、平均每段2.1倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 205,
+ "Name": "力劈华松",
+ "SkillLv": 5,
+ "NextLvId": 206,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2051,
+ 2052,
+ 2053,
+ 2054,
+ 2055
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造5段、平均每段2.4倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 206,
+ "Name": "力劈华松",
+ "SkillLv": 6,
+ "NextLvId": 207,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2061,
+ 2062,
+ 2063,
+ 2064,
+ 2065
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造成5段、平均每段2.7倍攻击力的伤害。并有30%的概率降低目标40点攻击,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 207,
+ "Name": "力劈华松",
+ "SkillLv": 7,
+ "NextLvId": 208,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2071,
+ 2072,
+ 2073,
+ 2074,
+ 2075
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造成5段、平均每段3倍攻击力的伤害并有30%的概率降低目标55点攻击,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 208,
+ "Name": "力劈华松",
+ "SkillLv": 8,
+ "NextLvId": 209,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2081,
+ 2082,
+ 2083,
+ 2084,
+ 2085
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造成5段、平均每段3.3倍攻击力的伤害并有30%的概率降低目标70点攻击,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 209,
+ "Name": "力劈华松",
+ "SkillLv": 9,
+ "NextLvId": 210,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2091,
+ 2092,
+ 2093,
+ 2094,
+ 2095
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造成5段、平均每段3.6倍攻击力的伤害并有30%的概率降低目标85点攻击,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 210,
+ "Name": "力劈华松",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 201,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 2,
+ "Energy": 100,
+ "BulletTime": [
+ 40,
+ 80,
+ 130,
+ 170,
+ 240
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2101,
+ 2102,
+ 2103,
+ 2104,
+ 2105
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 330,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_M",
+ "Icon": "Skill_Icon_201",
+ "Sound": "Sound_Skill_101",
+ "Describe": "大力挥舞大剑,对周围敌人造成5段、平均每段3.9倍攻击力的伤害并有30%的概率降低目标100点攻击,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 221,
+ "Name": "飞石破浪",
+ "SkillLv": 1,
+ "NextLvId": 222,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2211,
+ 2212,
+ 2213
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段1.6倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 222,
+ "Name": "飞石破浪",
+ "SkillLv": 2,
+ "NextLvId": 223,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2221,
+ 2222,
+ 2223
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段2倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 223,
+ "Name": "飞石破浪",
+ "SkillLv": 3,
+ "NextLvId": 224,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2231,
+ 2232,
+ 2233
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段2.4倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 224,
+ "Name": "飞石破浪",
+ "SkillLv": 4,
+ "NextLvId": 225,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2241,
+ 2242,
+ 2243
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段2.8倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 225,
+ "Name": "飞石破浪",
+ "SkillLv": 5,
+ "NextLvId": 226,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2251,
+ 2252,
+ 2253
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段3.2倍攻击力的伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 226,
+ "Name": "飞石破浪",
+ "SkillLv": 6,
+ "NextLvId": 227,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2261,
+ 2262,
+ 2263
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段3.6倍攻击力的伤害并降低目标10%的命中率,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 227,
+ "Name": "飞石破浪",
+ "SkillLv": 7,
+ "NextLvId": 228,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2271,
+ 2272,
+ 2273
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段4倍攻击力的伤害并降低目标15%的命中率,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 228,
+ "Name": "飞石破浪",
+ "SkillLv": 8,
+ "NextLvId": 229,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2281,
+ 2282,
+ 2283
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段4.4倍攻击力的伤害并降低目标20%的命中率,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 229,
+ "Name": "飞石破浪",
+ "SkillLv": 9,
+ "NextLvId": 230,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2291,
+ 2292,
+ 2293
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段4.8倍攻击力的伤害并降低目标25%的命中率,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 230,
+ "Name": "飞石破浪",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 221,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 100,
+ "BulletTime": [
+ 30,
+ 80,
+ 160
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ },
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2301,
+ 2302,
+ 2303
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 250,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Lead_F",
+ "Icon": "Skill_Icon_221",
+ "Sound": "Sound_Skill_101",
+ "Describe": "向前方射出三道暗器,造成3段伤害、平均每段5.2倍攻击力的伤害并降低目标30%的命中率,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 241,
+ "Name": "满天箭雨",
+ "SkillLv": 1,
+ "NextLvId": 242,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2411,
+ 2412,
+ 2413
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2414
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段2倍攻击力的伤害;并增加自身3%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 242,
+ "Name": "满天箭雨",
+ "SkillLv": 2,
+ "NextLvId": 243,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2421,
+ 2422,
+ 2423
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2424
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段2.5倍攻击力的伤害;并增加自身6%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 243,
+ "Name": "满天箭雨",
+ "SkillLv": 3,
+ "NextLvId": 244,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2431,
+ 2432,
+ 2433
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2434
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段3倍攻击力的伤害;并增加自身9%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 244,
+ "Name": "满天箭雨",
+ "SkillLv": 4,
+ "NextLvId": 245,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2441,
+ 2442,
+ 2443
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2444
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段3.5倍攻击力的伤害;并增加自身12%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 245,
+ "Name": "满天箭雨",
+ "SkillLv": 5,
+ "NextLvId": 246,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2451,
+ 2452,
+ 2453
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2454
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段4倍攻击力的伤害;并增加自身15%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 246,
+ "Name": "满天箭雨",
+ "SkillLv": 6,
+ "NextLvId": 247,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2461,
+ 2462,
+ 2463
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2464
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段4.5倍攻击力的伤害;并增加自身18%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 247,
+ "Name": "满天箭雨",
+ "SkillLv": 7,
+ "NextLvId": 248,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2471,
+ 2472,
+ 2473
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2474
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段5倍攻击力的伤害;并增加自身21%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 248,
+ "Name": "满天箭雨",
+ "SkillLv": 8,
+ "NextLvId": 249,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2481,
+ 2482,
+ 2483
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2484
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段5.5倍攻击力的伤害;并增加自身24%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 249,
+ "Name": "满天箭雨",
+ "SkillLv": 9,
+ "NextLvId": 250,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2491,
+ 2492,
+ 2493
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2494
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段6倍攻击力的伤害;并增加自身27%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 250,
+ "Name": "满天箭雨",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 241,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 5,
+ "Energy": 100,
+ "BulletTime": [
+ 50,
+ 84,
+ 197
+ ],
+ "BulletPos": [
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ },
+ {
+ "x": 0.5,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 2501,
+ 2502,
+ 2503
+ ],
+ "RelatedSkillId": [],
+ "Buff": [
+ 2504
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 317,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Li",
+ "Icon": "Skill_Icon_241",
+ "Sound": "Sound_Skill_101",
+ "Describe": "凌空飞起,向前方一片敌人射出箭雨、平均每段6.5倍攻击力的伤害;并增加自身30%的攻击速度,持续10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 261,
+ "Name": "铁旋风",
+ "SkillLv": 1,
+ "NextLvId": 262,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2611,
+ 2612,
+ 2613
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成3倍的攻击力伤害,持续3秒;并降低目标5%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 262,
+ "Name": "铁旋风",
+ "SkillLv": 2,
+ "NextLvId": 263,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2621,
+ 2622,
+ 2623
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成3.8倍的攻击力伤害,持续3秒;并降低目标10%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 263,
+ "Name": "铁旋风",
+ "SkillLv": 3,
+ "NextLvId": 264,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2631,
+ 2632,
+ 2633
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成4.6倍的攻击力伤害,持续3秒;并降低目标15%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 264,
+ "Name": "铁旋风",
+ "SkillLv": 4,
+ "NextLvId": 265,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2641,
+ 2642,
+ 2643
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成5.4倍的攻击力伤害,持续3秒;并降低目标20%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 265,
+ "Name": "铁旋风",
+ "SkillLv": 5,
+ "NextLvId": 266,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2651,
+ 2652,
+ 2653
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成6.2倍的攻击力伤害,持续3秒;并降低目标25%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 266,
+ "Name": "铁旋风",
+ "SkillLv": 6,
+ "NextLvId": 267,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2661,
+ 2662,
+ 2663
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成7倍的攻击力伤害,持续3秒;并降低目标30%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 267,
+ "Name": "铁旋风",
+ "SkillLv": 7,
+ "NextLvId": 268,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2671,
+ 2672,
+ 2673
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成7.8倍的攻击力伤害,持续3秒;并降低目标35%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 268,
+ "Name": "铁旋风",
+ "SkillLv": 8,
+ "NextLvId": 269,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2681,
+ 2682,
+ 2683
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成8.6倍的攻击力伤害,持续3秒;并降低目标40%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 269,
+ "Name": "铁旋风",
+ "SkillLv": 9,
+ "NextLvId": 270,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2691,
+ 2692,
+ 2693
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成9.4倍的攻击力伤害,持续3秒;并降低目标45%的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 270,
+ "Name": "铁旋风",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 261,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 1,
+ "Energy": 100,
+ "BulletTime": [
+ 60,
+ 120,
+ 180
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2701,
+ 2702,
+ 2703
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 500,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_261",
+ "Sound": "Sound_Skill_101",
+ "Describe": "高速旋转手中的大锤,对周围的敌人每秒造成;10.2;倍的攻击力伤害,持续3秒;并降低目标;50%;的移动速度和攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 281,
+ "Name": "伏虎五式",
+ "SkillLv": 1,
+ "NextLvId": 282,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2811,
+ 2812,
+ 2813,
+ 2814,
+ 2815
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段1.8倍攻击力的伤害,并降低目标3%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 282,
+ "Name": "伏虎五式",
+ "SkillLv": 2,
+ "NextLvId": 283,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2821,
+ 2822,
+ 2823,
+ 2824,
+ 2825
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段2倍攻击力的伤害,并降低目标6%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 283,
+ "Name": "伏虎五式",
+ "SkillLv": 3,
+ "NextLvId": 284,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2831,
+ 2832,
+ 2833,
+ 2834,
+ 2835
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段2.2倍攻击力的伤害,并降低目标9%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 284,
+ "Name": "伏虎五式",
+ "SkillLv": 4,
+ "NextLvId": 285,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2841,
+ 2842,
+ 2843,
+ 2844,
+ 2845
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段2.4倍攻击力的伤害,并降低目标12%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 285,
+ "Name": "伏虎五式",
+ "SkillLv": 5,
+ "NextLvId": 286,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2851,
+ 2852,
+ 2853,
+ 2854,
+ 2855
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段2.6倍攻击力的伤害,并降低目标15%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 286,
+ "Name": "伏虎五式",
+ "SkillLv": 6,
+ "NextLvId": 287,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2861,
+ 2862,
+ 2863,
+ 2864,
+ 2865
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段2.8倍攻击力的伤害,并降低目标18%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 287,
+ "Name": "伏虎五式",
+ "SkillLv": 7,
+ "NextLvId": 288,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2871,
+ 2872,
+ 2873,
+ 2874,
+ 2875
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段3倍攻击力的伤害,并降低目标21%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 288,
+ "Name": "伏虎五式",
+ "SkillLv": 8,
+ "NextLvId": 289,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2881,
+ 2882,
+ 2883,
+ 2884,
+ 2885
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段3.2倍攻击力的伤害,并降低目标24%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 289,
+ "Name": "伏虎五式",
+ "SkillLv": 9,
+ "NextLvId": 290,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2891,
+ 2892,
+ 2893,
+ 2894,
+ 2895
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段3.4倍攻击力的伤害,并降低目标27%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 290,
+ "Name": "伏虎五式",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 281,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": false,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 7,
+ "Energy": 100,
+ "BulletTime": [
+ 14,
+ 27,
+ 60,
+ 100,
+ 204
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 2901,
+ 2902,
+ 2903,
+ 2904,
+ 2905
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 284,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_HanFei",
+ "Icon": "Skill_Icon_281",
+ "Sound": "Sound_Skill_101",
+ "Describe": "以迅雷不及掩耳之势,向敌人快速挥舞棍子,造成5段伤害、平均每段3.6倍攻击力的伤害,并降低目标30%的防御",
+ "Introduction": ""
+ },
+ {
+ "Id": 301,
+ "Name": "沐春风",
+ "SkillLv": 1,
+ "NextLvId": 302,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [
+ 1501,
+ 1521,
+ 1561
+ ],
+ "Buff": [],
+ "TargetBuff": [
+ 3011
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队100生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 302,
+ "Name": "沐春风",
+ "SkillLv": 2,
+ "NextLvId": 303,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3021
+ ],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队300生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 303,
+ "Name": "沐春风",
+ "SkillLv": 3,
+ "NextLvId": 304,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3031
+ ],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队500生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 304,
+ "Name": "沐春风",
+ "SkillLv": 4,
+ "NextLvId": 305,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3041
+ ],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队700生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 305,
+ "Name": "沐春风",
+ "SkillLv": 5,
+ "NextLvId": 306,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3051
+ ],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队900生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 306,
+ "Name": "沐春风",
+ "SkillLv": 6,
+ "NextLvId": 307,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3061,
+ 3062
+ ],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队1100生命值,并增加每3秒恢复其60点生命值的效果,持续30秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 307,
+ "Name": "沐春风",
+ "SkillLv": 7,
+ "NextLvId": 308,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3071,
+ 3072
+ ],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队1300生命值,并增加每3秒恢复其70点生命值的效果,持续30秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 308,
+ "Name": "沐春风",
+ "SkillLv": 8,
+ "NextLvId": 309,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3081,
+ 3082
+ ],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队1500生命值,并增加每3秒恢复其80点生命值的效果,持续30秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 309,
+ "Name": "沐春风",
+ "SkillLv": 9,
+ "NextLvId": 310,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3091,
+ 3092
+ ],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队1700生命值,并增加每3秒恢复其90点生命值的效果,持续30秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 310,
+ "Name": "沐春风",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 301,
+ "CD": 20,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 4
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 20,
+ "WeaponLimit": 4,
+ "Energy": 100,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 3101,
+ 3102
+ ],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 184,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_301",
+ "Sound": "Sound_Skill_101",
+ "Describe": "治疗全队1900生命值,并增加每3秒恢复其100点生命值的效果,持续30秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1001,
+ "Name": "耐力",
+ "SkillLv": 1,
+ "NextLvId": 1002,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1001
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+50",
+ "Introduction": "50"
+ },
+ {
+ "Id": 1002,
+ "Name": "耐力",
+ "SkillLv": 2,
+ "NextLvId": 1003,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1002
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+150",
+ "Introduction": "150"
+ },
+ {
+ "Id": 1003,
+ "Name": "耐力",
+ "SkillLv": 3,
+ "NextLvId": 1004,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1003
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+300",
+ "Introduction": "300"
+ },
+ {
+ "Id": 1004,
+ "Name": "耐力",
+ "SkillLv": 4,
+ "NextLvId": 1005,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1004
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+500",
+ "Introduction": "500"
+ },
+ {
+ "Id": 1005,
+ "Name": "耐力",
+ "SkillLv": 5,
+ "NextLvId": 1006,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1005
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+700",
+ "Introduction": "700"
+ },
+ {
+ "Id": 1006,
+ "Name": "耐力",
+ "SkillLv": 6,
+ "NextLvId": 1007,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1006
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+1000",
+ "Introduction": "1000"
+ },
+ {
+ "Id": 1007,
+ "Name": "耐力",
+ "SkillLv": 7,
+ "NextLvId": 1008,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1007
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+1300",
+ "Introduction": "1300"
+ },
+ {
+ "Id": 1008,
+ "Name": "耐力",
+ "SkillLv": 8,
+ "NextLvId": 1009,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1008
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+1500",
+ "Introduction": "1500"
+ },
+ {
+ "Id": 1009,
+ "Name": "耐力",
+ "SkillLv": 9,
+ "NextLvId": 1010,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1009
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+1700",
+ "Introduction": "1700"
+ },
+ {
+ "Id": 1010,
+ "Name": "耐力",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1001,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1010
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1001",
+ "Sound": "",
+ "Describe": "生命值+1900",
+ "Introduction": "1900"
+ },
+ {
+ "Id": 1021,
+ "Name": "会心",
+ "SkillLv": 1,
+ "NextLvId": 1022,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1031
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身3%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1022,
+ "Name": "会心",
+ "SkillLv": 2,
+ "NextLvId": 1023,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1032
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身6%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1023,
+ "Name": "会心",
+ "SkillLv": 3,
+ "NextLvId": 1024,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1033
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身9%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1024,
+ "Name": "会心",
+ "SkillLv": 4,
+ "NextLvId": 1025,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1034
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身12%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1025,
+ "Name": "会心",
+ "SkillLv": 5,
+ "NextLvId": 1026,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1035
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身15%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1026,
+ "Name": "会心",
+ "SkillLv": 6,
+ "NextLvId": 1027,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1036
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身18%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1027,
+ "Name": "会心",
+ "SkillLv": 7,
+ "NextLvId": 1028,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1037
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身21%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1028,
+ "Name": "会心",
+ "SkillLv": 8,
+ "NextLvId": 1029,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1038
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身24%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1029,
+ "Name": "会心",
+ "SkillLv": 9,
+ "NextLvId": 1030,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1039
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身27%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1030,
+ "Name": "会心",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1021,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1040
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1021",
+ "Sound": "",
+ "Describe": "使用主动技能有30%概率增加自身30%攻击力,持续5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1041,
+ "Name": "健步",
+ "SkillLv": 1,
+ "NextLvId": 1042,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1041
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加1点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1042,
+ "Name": "健步",
+ "SkillLv": 2,
+ "NextLvId": 1043,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1042
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加2点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1043,
+ "Name": "健步",
+ "SkillLv": 3,
+ "NextLvId": 1044,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1043
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加3点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1044,
+ "Name": "健步",
+ "SkillLv": 4,
+ "NextLvId": 1045,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1044
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加4点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1045,
+ "Name": "健步",
+ "SkillLv": 5,
+ "NextLvId": 1046,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1045
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加5点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1046,
+ "Name": "健步",
+ "SkillLv": 6,
+ "NextLvId": 1047,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1046
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加6点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1047,
+ "Name": "健步",
+ "SkillLv": 7,
+ "NextLvId": 1048,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1047
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加7点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1048,
+ "Name": "健步",
+ "SkillLv": 8,
+ "NextLvId": 1049,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1048
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加8点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1049,
+ "Name": "健步",
+ "SkillLv": 9,
+ "NextLvId": 1050,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1049
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加9点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1050,
+ "Name": "健步",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1041,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1050
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1041",
+ "Sound": "",
+ "Describe": "移动速度增加10点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1061,
+ "Name": "凝神",
+ "SkillLv": 1,
+ "NextLvId": 1062,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1061
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少1秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1062,
+ "Name": "凝神",
+ "SkillLv": 2,
+ "NextLvId": 1063,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1062
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少2秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1063,
+ "Name": "凝神",
+ "SkillLv": 3,
+ "NextLvId": 1064,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1063
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少3秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1064,
+ "Name": "凝神",
+ "SkillLv": 4,
+ "NextLvId": 1065,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1064
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少4秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1065,
+ "Name": "凝神",
+ "SkillLv": 5,
+ "NextLvId": 1066,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1065
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少5秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1066,
+ "Name": "凝神",
+ "SkillLv": 6,
+ "NextLvId": 1067,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1066
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少6秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1067,
+ "Name": "凝神",
+ "SkillLv": 7,
+ "NextLvId": 1068,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1067
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少7秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1068,
+ "Name": "凝神",
+ "SkillLv": 8,
+ "NextLvId": 1069,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1068
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少8秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1069,
+ "Name": "凝神",
+ "SkillLv": 9,
+ "NextLvId": 1070,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1069
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少9秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1070,
+ "Name": "凝神",
+ "SkillLv": 10,
+ "NextLvId": 1071,
+ "SkillBaseId": 1061,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1070
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1061",
+ "Sound": "",
+ "Describe": "技能冷却时间减少10秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 1101,
+ "Name": "稳健",
+ "SkillLv": 1,
+ "NextLvId": 1102,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1101
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+14",
+ "Introduction": ""
+ },
+ {
+ "Id": 1102,
+ "Name": "稳健",
+ "SkillLv": 2,
+ "NextLvId": 1103,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1102
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+28",
+ "Introduction": ""
+ },
+ {
+ "Id": 1103,
+ "Name": "稳健",
+ "SkillLv": 3,
+ "NextLvId": 1104,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1103
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+42",
+ "Introduction": ""
+ },
+ {
+ "Id": 1104,
+ "Name": "稳健",
+ "SkillLv": 4,
+ "NextLvId": 1105,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1104
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+56",
+ "Introduction": ""
+ },
+ {
+ "Id": 1105,
+ "Name": "稳健",
+ "SkillLv": 5,
+ "NextLvId": 1106,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1105
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+70",
+ "Introduction": ""
+ },
+ {
+ "Id": 1106,
+ "Name": "稳健",
+ "SkillLv": 6,
+ "NextLvId": 1107,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1106
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+84",
+ "Introduction": ""
+ },
+ {
+ "Id": 1107,
+ "Name": "稳健",
+ "SkillLv": 7,
+ "NextLvId": 1108,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1107
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+98",
+ "Introduction": ""
+ },
+ {
+ "Id": 1108,
+ "Name": "稳健",
+ "SkillLv": 8,
+ "NextLvId": 1109,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1108
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+112",
+ "Introduction": ""
+ },
+ {
+ "Id": 1109,
+ "Name": "稳健",
+ "SkillLv": 9,
+ "NextLvId": 1110,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1109
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+126",
+ "Introduction": ""
+ },
+ {
+ "Id": 1110,
+ "Name": "稳健",
+ "SkillLv": 10,
+ "NextLvId": 1111,
+ "SkillBaseId": 1101,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1110
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1101",
+ "Sound": "",
+ "Describe": "攻击力+140",
+ "Introduction": ""
+ },
+ {
+ "Id": 1121,
+ "Name": "破浪",
+ "SkillLv": 1,
+ "NextLvId": 1122,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1121
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有3%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1122,
+ "Name": "破浪",
+ "SkillLv": 2,
+ "NextLvId": 1123,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1122
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有6%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1123,
+ "Name": "破浪",
+ "SkillLv": 3,
+ "NextLvId": 1124,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1123
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有9%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1124,
+ "Name": "破浪",
+ "SkillLv": 4,
+ "NextLvId": 1125,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1124
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有12%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1125,
+ "Name": "破浪",
+ "SkillLv": 5,
+ "NextLvId": 1126,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1125
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有15%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1126,
+ "Name": "破浪",
+ "SkillLv": 6,
+ "NextLvId": 1127,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1126
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有18%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1127,
+ "Name": "破浪",
+ "SkillLv": 7,
+ "NextLvId": 1128,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1127
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有21%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1128,
+ "Name": "破浪",
+ "SkillLv": 8,
+ "NextLvId": 1129,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1128
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有24%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1129,
+ "Name": "破浪",
+ "SkillLv": 9,
+ "NextLvId": 1130,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1129
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有27%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1130,
+ "Name": "破浪",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1121,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1130
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1121",
+ "Sound": "",
+ "Describe": "普攻有30%概率穿透目标,击中一条线上的敌人",
+ "Introduction": ""
+ },
+ {
+ "Id": 1141,
+ "Name": "涌泉",
+ "SkillLv": 1,
+ "NextLvId": 1142,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1151
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复1%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1142,
+ "Name": "涌泉",
+ "SkillLv": 2,
+ "NextLvId": 1143,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1152
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复2%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1143,
+ "Name": "涌泉",
+ "SkillLv": 3,
+ "NextLvId": 1144,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1153
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复3%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1144,
+ "Name": "涌泉",
+ "SkillLv": 4,
+ "NextLvId": 1145,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1154
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复4%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1145,
+ "Name": "涌泉",
+ "SkillLv": 5,
+ "NextLvId": 1146,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1155
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复5%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1146,
+ "Name": "涌泉",
+ "SkillLv": 6,
+ "NextLvId": 1147,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1156
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复6%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1147,
+ "Name": "涌泉",
+ "SkillLv": 7,
+ "NextLvId": 1148,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1157
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复7%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1148,
+ "Name": "涌泉",
+ "SkillLv": 8,
+ "NextLvId": 1149,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1158
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复8%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1149,
+ "Name": "涌泉",
+ "SkillLv": 9,
+ "NextLvId": 1150,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1159
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复9%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1150,
+ "Name": "涌泉",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1141,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1160
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1141",
+ "Sound": "",
+ "Describe": "技能如果杀死目标,恢复10%的生命值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1161,
+ "Name": "逆浪",
+ "SkillLv": 1,
+ "NextLvId": 1162,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1171
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升1%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1162,
+ "Name": "逆浪",
+ "SkillLv": 2,
+ "NextLvId": 1163,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1172
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升2%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1163,
+ "Name": "逆浪",
+ "SkillLv": 3,
+ "NextLvId": 1164,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1173
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升3%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1164,
+ "Name": "逆浪",
+ "SkillLv": 4,
+ "NextLvId": 1165,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1174
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升4%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1165,
+ "Name": "逆浪",
+ "SkillLv": 5,
+ "NextLvId": 1166,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1175
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升5%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1166,
+ "Name": "逆浪",
+ "SkillLv": 6,
+ "NextLvId": 1167,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1176
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升6%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1167,
+ "Name": "逆浪",
+ "SkillLv": 7,
+ "NextLvId": 1168,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1177
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升7%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1168,
+ "Name": "逆浪",
+ "SkillLv": 8,
+ "NextLvId": 1169,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1178
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升8%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1169,
+ "Name": "逆浪",
+ "SkillLv": 9,
+ "NextLvId": 1170,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1179
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升9%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1170,
+ "Name": "逆浪",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1161,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1180
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1161",
+ "Sound": "",
+ "Describe": "每杀死一只怪物,攻击力提升10%,持续15秒,最多可叠加3层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1201,
+ "Name": "弓技",
+ "SkillLv": 1,
+ "NextLvId": 1202,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1201
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+2%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1202,
+ "Name": "弓技",
+ "SkillLv": 2,
+ "NextLvId": 1203,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1202
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+4%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1203,
+ "Name": "弓技",
+ "SkillLv": 3,
+ "NextLvId": 1204,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1203
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+6%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1204,
+ "Name": "弓技",
+ "SkillLv": 4,
+ "NextLvId": 1205,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1204
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+8%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1205,
+ "Name": "弓技",
+ "SkillLv": 5,
+ "NextLvId": 1206,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1205
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1206,
+ "Name": "弓技",
+ "SkillLv": 6,
+ "NextLvId": 1207,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1206
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+12%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1207,
+ "Name": "弓技",
+ "SkillLv": 7,
+ "NextLvId": 1208,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1207
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+14%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1208,
+ "Name": "弓技",
+ "SkillLv": 8,
+ "NextLvId": 1209,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1208
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+16%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1209,
+ "Name": "弓技",
+ "SkillLv": 9,
+ "NextLvId": 1210,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1209
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+18%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1210,
+ "Name": "弓技",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1210
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1201",
+ "Sound": "",
+ "Describe": "攻击力+20%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1221,
+ "Name": "隐匿",
+ "SkillLv": 1,
+ "NextLvId": 1222,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1221
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低2%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1222,
+ "Name": "隐匿",
+ "SkillLv": 2,
+ "NextLvId": 1223,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1222
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低4%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1223,
+ "Name": "隐匿",
+ "SkillLv": 3,
+ "NextLvId": 1224,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1223
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低6%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1224,
+ "Name": "隐匿",
+ "SkillLv": 4,
+ "NextLvId": 1225,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1224
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低8%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1225,
+ "Name": "隐匿",
+ "SkillLv": 5,
+ "NextLvId": 1226,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1225
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1226,
+ "Name": "隐匿",
+ "SkillLv": 6,
+ "NextLvId": 1227,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1226
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低12%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1227,
+ "Name": "隐匿",
+ "SkillLv": 7,
+ "NextLvId": 1228,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1227
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低14%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1228,
+ "Name": "隐匿",
+ "SkillLv": 8,
+ "NextLvId": 1229,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1228
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低16%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1229,
+ "Name": "隐匿",
+ "SkillLv": 9,
+ "NextLvId": 1230,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1229
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低18%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1230,
+ "Name": "隐匿",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1221,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1230
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1221",
+ "Sound": "",
+ "Describe": "攻击产生的仇恨值降低20%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1241,
+ "Name": "渐入佳境",
+ "SkillLv": 1,
+ "NextLvId": 1242,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1251
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1242,
+ "Name": "渐入佳境",
+ "SkillLv": 2,
+ "NextLvId": 1243,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1252
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1243,
+ "Name": "渐入佳境",
+ "SkillLv": 3,
+ "NextLvId": 1244,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1253
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1244,
+ "Name": "渐入佳境",
+ "SkillLv": 4,
+ "NextLvId": 1245,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1254
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1245,
+ "Name": "渐入佳境",
+ "SkillLv": 5,
+ "NextLvId": 1246,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1255
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1246,
+ "Name": "渐入佳境",
+ "SkillLv": 6,
+ "NextLvId": 1247,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1256
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1247,
+ "Name": "渐入佳境",
+ "SkillLv": 7,
+ "NextLvId": 1248,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1257
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1248,
+ "Name": "渐入佳境",
+ "SkillLv": 8,
+ "NextLvId": 1249,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1258
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1249,
+ "Name": "渐入佳境",
+ "SkillLv": 9,
+ "NextLvId": 1250,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1259
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1250,
+ "Name": "渐入佳境",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1241,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1260
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1241",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1261,
+ "Name": "眼观六路",
+ "SkillLv": 1,
+ "NextLvId": 1262,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1261
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击1个目标,命中率+1%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1262,
+ "Name": "眼观六路",
+ "SkillLv": 2,
+ "NextLvId": 1263,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1262
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击1个目标,命中率+2%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1263,
+ "Name": "眼观六路",
+ "SkillLv": 3,
+ "NextLvId": 1264,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1263
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击2个目标,命中率+3%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1264,
+ "Name": "眼观六路",
+ "SkillLv": 4,
+ "NextLvId": 1265,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1264
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击2个目标,命中率+4%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1265,
+ "Name": "眼观六路",
+ "SkillLv": 5,
+ "NextLvId": 1266,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1265
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击3个目标,命中率+5%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1266,
+ "Name": "眼观六路",
+ "SkillLv": 6,
+ "NextLvId": 1267,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1266
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击3个目标,命中率+6%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1267,
+ "Name": "眼观六路",
+ "SkillLv": 7,
+ "NextLvId": 1268,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1267
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击4个目标,命中率+7%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1268,
+ "Name": "眼观六路",
+ "SkillLv": 8,
+ "NextLvId": 1269,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1268
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击4个目标,命中率+8%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1269,
+ "Name": "眼观六路",
+ "SkillLv": 9,
+ "NextLvId": 1270,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1269
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击5个目标,命中率+9%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1270,
+ "Name": "眼观六路",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1261,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1270
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1261",
+ "Sound": "",
+ "Describe": "普攻可以攻击5个目标,命中率+10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1301,
+ "Name": "嘲弄",
+ "SkillLv": 1,
+ "NextLvId": 1302,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1301
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高5%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1302,
+ "Name": "嘲弄",
+ "SkillLv": 2,
+ "NextLvId": 1303,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1302
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1303,
+ "Name": "嘲弄",
+ "SkillLv": 3,
+ "NextLvId": 1304,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1303
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高15%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1304,
+ "Name": "嘲弄",
+ "SkillLv": 4,
+ "NextLvId": 1305,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1304
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高20%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1305,
+ "Name": "嘲弄",
+ "SkillLv": 5,
+ "NextLvId": 1306,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1305
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高25%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1306,
+ "Name": "嘲弄",
+ "SkillLv": 6,
+ "NextLvId": 1307,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1306
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高30%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1307,
+ "Name": "嘲弄",
+ "SkillLv": 7,
+ "NextLvId": 1308,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1307
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高35%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1308,
+ "Name": "嘲弄",
+ "SkillLv": 8,
+ "NextLvId": 1309,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1308
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高40%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1309,
+ "Name": "嘲弄",
+ "SkillLv": 9,
+ "NextLvId": 1310,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1309
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高45%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1310,
+ "Name": "嘲弄",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1301,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1310
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1301",
+ "Sound": "",
+ "Describe": "攻击时产生的仇恨值提高50%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1321,
+ "Name": "钢体",
+ "SkillLv": 1,
+ "NextLvId": 1322,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1321
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少10点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1322,
+ "Name": "钢体",
+ "SkillLv": 2,
+ "NextLvId": 1323,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1322
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少20点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1323,
+ "Name": "钢体",
+ "SkillLv": 3,
+ "NextLvId": 1324,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1323
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少30点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1324,
+ "Name": "钢体",
+ "SkillLv": 4,
+ "NextLvId": 1325,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1324
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少40点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1325,
+ "Name": "钢体",
+ "SkillLv": 5,
+ "NextLvId": 1326,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1325
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少50点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1326,
+ "Name": "钢体",
+ "SkillLv": 6,
+ "NextLvId": 1327,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1326
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少60点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1327,
+ "Name": "钢体",
+ "SkillLv": 7,
+ "NextLvId": 1328,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1327
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少70点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1328,
+ "Name": "钢体",
+ "SkillLv": 8,
+ "NextLvId": 1329,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1328
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少80点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1329,
+ "Name": "钢体",
+ "SkillLv": 9,
+ "NextLvId": 1330,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1329
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少90点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1330,
+ "Name": "钢体",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1321,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1330
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1321",
+ "Sound": "",
+ "Describe": "受到伤害减少100点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1341,
+ "Name": "缴械",
+ "SkillLv": 1,
+ "NextLvId": 1342,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1341
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,2%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1342,
+ "Name": "缴械",
+ "SkillLv": 2,
+ "NextLvId": 1343,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1342
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,4%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1343,
+ "Name": "缴械",
+ "SkillLv": 3,
+ "NextLvId": 1344,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1343
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,6%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1344,
+ "Name": "缴械",
+ "SkillLv": 4,
+ "NextLvId": 1345,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1344
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,8%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1345,
+ "Name": "缴械",
+ "SkillLv": 5,
+ "NextLvId": 1346,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1345
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,10%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1346,
+ "Name": "缴械",
+ "SkillLv": 6,
+ "NextLvId": 1347,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1346
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,12%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1347,
+ "Name": "缴械",
+ "SkillLv": 7,
+ "NextLvId": 1348,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1347
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,14%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1348,
+ "Name": "缴械",
+ "SkillLv": 8,
+ "NextLvId": 1349,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1348
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,16%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1349,
+ "Name": "缴械",
+ "SkillLv": 9,
+ "NextLvId": 1350,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1349
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,18%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1350,
+ "Name": "缴械",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1341,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1350
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Buff_Icon_134101",
+ "Sound": "",
+ "Describe": "受到攻击时,20%的概率缴械目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1361,
+ "Name": "牺牲",
+ "SkillLv": 1,
+ "NextLvId": 1362,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1361
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:150",
+ "Introduction": ""
+ },
+ {
+ "Id": 1362,
+ "Name": "牺牲",
+ "SkillLv": 2,
+ "NextLvId": 1363,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1362
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:300",
+ "Introduction": ""
+ },
+ {
+ "Id": 1363,
+ "Name": "牺牲",
+ "SkillLv": 3,
+ "NextLvId": 1364,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1363
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:450",
+ "Introduction": ""
+ },
+ {
+ "Id": 1364,
+ "Name": "牺牲",
+ "SkillLv": 4,
+ "NextLvId": 1365,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1364
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:600",
+ "Introduction": ""
+ },
+ {
+ "Id": 1365,
+ "Name": "牺牲",
+ "SkillLv": 5,
+ "NextLvId": 1366,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1365
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:750",
+ "Introduction": ""
+ },
+ {
+ "Id": 1366,
+ "Name": "牺牲",
+ "SkillLv": 6,
+ "NextLvId": 1367,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1366
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:900",
+ "Introduction": ""
+ },
+ {
+ "Id": 1367,
+ "Name": "牺牲",
+ "SkillLv": 7,
+ "NextLvId": 1368,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1367
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1050",
+ "Introduction": ""
+ },
+ {
+ "Id": 1368,
+ "Name": "牺牲",
+ "SkillLv": 8,
+ "NextLvId": 1369,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1368
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1200",
+ "Introduction": ""
+ },
+ {
+ "Id": 1369,
+ "Name": "牺牲",
+ "SkillLv": 9,
+ "NextLvId": 1370,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1369
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1350",
+ "Introduction": ""
+ },
+ {
+ "Id": 1370,
+ "Name": "牺牲",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1361,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1370
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1361",
+ "Sound": "",
+ "Describe": "死亡后,给队友增加可吸收伤害值。吸收值为:1500",
+ "Introduction": ""
+ },
+ {
+ "Id": 1401,
+ "Name": "擒技",
+ "SkillLv": 1,
+ "NextLvId": 1402,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1401
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加1%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1402,
+ "Name": "擒技",
+ "SkillLv": 2,
+ "NextLvId": 1403,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1402
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加2%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1403,
+ "Name": "擒技",
+ "SkillLv": 3,
+ "NextLvId": 1404,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1403
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加3%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1404,
+ "Name": "擒技",
+ "SkillLv": 4,
+ "NextLvId": 1405,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1404
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加4%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1405,
+ "Name": "擒技",
+ "SkillLv": 5,
+ "NextLvId": 1406,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1405
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加5%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1406,
+ "Name": "擒技",
+ "SkillLv": 6,
+ "NextLvId": 1407,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1406
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加6%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1407,
+ "Name": "擒技",
+ "SkillLv": 7,
+ "NextLvId": 1408,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1407
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加7%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1408,
+ "Name": "擒技",
+ "SkillLv": 8,
+ "NextLvId": 1409,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1408
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加8%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1409,
+ "Name": "擒技",
+ "SkillLv": 9,
+ "NextLvId": 1410,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1409
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加9%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1410,
+ "Name": "擒技",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1401,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1410
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1401",
+ "Sound": "",
+ "Describe": "命中率增加10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1421,
+ "Name": "兽王",
+ "SkillLv": 1,
+ "NextLvId": 1422,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1431
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击1%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1422,
+ "Name": "兽王",
+ "SkillLv": 2,
+ "NextLvId": 1423,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1432
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击2%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1423,
+ "Name": "兽王",
+ "SkillLv": 3,
+ "NextLvId": 1424,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1433
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击3%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1424,
+ "Name": "兽王",
+ "SkillLv": 4,
+ "NextLvId": 1425,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1434
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击4%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1425,
+ "Name": "兽王",
+ "SkillLv": 5,
+ "NextLvId": 1426,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1435
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击5%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1426,
+ "Name": "兽王",
+ "SkillLv": 6,
+ "NextLvId": 1427,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1436
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击6%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1427,
+ "Name": "兽王",
+ "SkillLv": 7,
+ "NextLvId": 1428,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1437
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击7%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1428,
+ "Name": "兽王",
+ "SkillLv": 8,
+ "NextLvId": 1429,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1438
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击8%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1429,
+ "Name": "兽王",
+ "SkillLv": 9,
+ "NextLvId": 1430,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1439
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击9%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1430,
+ "Name": "兽王",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1421,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1440
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1421",
+ "Sound": "",
+ "Describe": "每次攻击或技能时,每命中1只怪物则提升自身下一次攻击10%的伤害值,最多可叠加5层",
+ "Introduction": ""
+ },
+ {
+ "Id": 1441,
+ "Name": "绝境爆发",
+ "SkillLv": 1,
+ "NextLvId": 1442,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1451
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加3%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1442,
+ "Name": "绝境爆发",
+ "SkillLv": 2,
+ "NextLvId": 1443,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1452
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加6%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1443,
+ "Name": "绝境爆发",
+ "SkillLv": 3,
+ "NextLvId": 1444,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1453
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加9%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1444,
+ "Name": "绝境爆发",
+ "SkillLv": 4,
+ "NextLvId": 1445,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1454
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加12%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1445,
+ "Name": "绝境爆发",
+ "SkillLv": 5,
+ "NextLvId": 1446,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1455
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加15%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1446,
+ "Name": "绝境爆发",
+ "SkillLv": 6,
+ "NextLvId": 1447,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1456
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加18%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1447,
+ "Name": "绝境爆发",
+ "SkillLv": 7,
+ "NextLvId": 1448,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1457
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加21%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1448,
+ "Name": "绝境爆发",
+ "SkillLv": 8,
+ "NextLvId": 1449,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1458
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加24%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1449,
+ "Name": "绝境爆发",
+ "SkillLv": 9,
+ "NextLvId": 1450,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1459
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加27%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1450,
+ "Name": "绝境爆发",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1441,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1460
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1441",
+ "Sound": "",
+ "Describe": "当生命值低于10%时,暴击增加30%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1461,
+ "Name": "震慑",
+ "SkillLv": 1,
+ "NextLvId": 1462,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1461
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,3%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1462,
+ "Name": "震慑",
+ "SkillLv": 2,
+ "NextLvId": 1463,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1462
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,6%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1463,
+ "Name": "震慑",
+ "SkillLv": 3,
+ "NextLvId": 1464,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1463
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,9%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1464,
+ "Name": "震慑",
+ "SkillLv": 4,
+ "NextLvId": 1465,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1464
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,12%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1465,
+ "Name": "震慑",
+ "SkillLv": 5,
+ "NextLvId": 1466,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1465
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,15%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1466,
+ "Name": "震慑",
+ "SkillLv": 6,
+ "NextLvId": 1467,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1466
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,18%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1467,
+ "Name": "震慑",
+ "SkillLv": 7,
+ "NextLvId": 1468,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1467
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,21%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1468,
+ "Name": "震慑",
+ "SkillLv": 8,
+ "NextLvId": 1469,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1468
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,24%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1469,
+ "Name": "震慑",
+ "SkillLv": 9,
+ "NextLvId": 1470,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1469
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,27%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1470,
+ "Name": "震慑",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1461,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1470
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1461",
+ "Sound": "",
+ "Describe": "受到暴击时,30%的概率沉默目标3秒,每分钟触发一次",
+ "Introduction": ""
+ },
+ {
+ "Id": 1501,
+ "Name": "妙手",
+ "SkillLv": 1,
+ "NextLvId": 1502,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1501
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+20点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1502,
+ "Name": "妙手",
+ "SkillLv": 2,
+ "NextLvId": 1503,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1502
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+40点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1503,
+ "Name": "妙手",
+ "SkillLv": 3,
+ "NextLvId": 1504,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1503
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+60点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1504,
+ "Name": "妙手",
+ "SkillLv": 4,
+ "NextLvId": 1505,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1504
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+80点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1505,
+ "Name": "妙手",
+ "SkillLv": 5,
+ "NextLvId": 1506,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1505
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+100点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1506,
+ "Name": "妙手",
+ "SkillLv": 6,
+ "NextLvId": 1507,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1506
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+120点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1507,
+ "Name": "妙手",
+ "SkillLv": 7,
+ "NextLvId": 1508,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1507
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+140点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1508,
+ "Name": "妙手",
+ "SkillLv": 8,
+ "NextLvId": 1509,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1508
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+160点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1509,
+ "Name": "妙手",
+ "SkillLv": 9,
+ "NextLvId": 1510,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1509
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+180点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1510,
+ "Name": "妙手",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1501,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1510
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1501",
+ "Sound": "",
+ "Describe": "加血效果增加+200点",
+ "Introduction": ""
+ },
+ {
+ "Id": 1521,
+ "Name": "医术",
+ "SkillLv": 1,
+ "NextLvId": 1522,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1531
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收100点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1522,
+ "Name": "医术",
+ "SkillLv": 2,
+ "NextLvId": 1523,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1532
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收300点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1523,
+ "Name": "医术",
+ "SkillLv": 3,
+ "NextLvId": 1524,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1533
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收500点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1524,
+ "Name": "医术",
+ "SkillLv": 4,
+ "NextLvId": 1525,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1534
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收700点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1525,
+ "Name": "医术",
+ "SkillLv": 5,
+ "NextLvId": 1526,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1535
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收900点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1526,
+ "Name": "医术",
+ "SkillLv": 6,
+ "NextLvId": 1527,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1536
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1100点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1527,
+ "Name": "医术",
+ "SkillLv": 7,
+ "NextLvId": 1528,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1537
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1300点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1528,
+ "Name": "医术",
+ "SkillLv": 8,
+ "NextLvId": 1529,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1538
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1500点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1529,
+ "Name": "医术",
+ "SkillLv": 9,
+ "NextLvId": 1530,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1539
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1700点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1530,
+ "Name": "医术",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1521,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1540
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1521",
+ "Sound": "",
+ "Describe": "使用主动技能时,生成一个可以吸收1900点伤害的护盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 1541,
+ "Name": "轻柔",
+ "SkillLv": 1,
+ "NextLvId": 1542,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1541
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击5%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1542,
+ "Name": "轻柔",
+ "SkillLv": 2,
+ "NextLvId": 1543,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1542
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击10%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1543,
+ "Name": "轻柔",
+ "SkillLv": 3,
+ "NextLvId": 1544,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1543
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击15%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1544,
+ "Name": "轻柔",
+ "SkillLv": 4,
+ "NextLvId": 1545,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1544
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击20%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1545,
+ "Name": "轻柔",
+ "SkillLv": 5,
+ "NextLvId": 1546,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1545
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击25%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1546,
+ "Name": "轻柔",
+ "SkillLv": 6,
+ "NextLvId": 1547,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1546
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击30%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1547,
+ "Name": "轻柔",
+ "SkillLv": 7,
+ "NextLvId": 1548,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1547
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击35%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1548,
+ "Name": "轻柔",
+ "SkillLv": 8,
+ "NextLvId": 1549,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1548
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击40%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1549,
+ "Name": "轻柔",
+ "SkillLv": 9,
+ "NextLvId": 1550,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1549
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击45%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1550,
+ "Name": "轻柔",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1541,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1550
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1541",
+ "Sound": "",
+ "Describe": "自身的攻击50%的概率不会产生仇恨值",
+ "Introduction": ""
+ },
+ {
+ "Id": 1561,
+ "Name": "回春",
+ "SkillLv": 1,
+ "NextLvId": 1562,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1561
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加5%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1562,
+ "Name": "回春",
+ "SkillLv": 2,
+ "NextLvId": 1563,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1562
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 5,
+ "Time": 60,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加10%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1563,
+ "Name": "回春",
+ "SkillLv": 3,
+ "NextLvId": 1564,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1563
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 10,
+ "Time": 600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加15%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1564,
+ "Name": "回春",
+ "SkillLv": 4,
+ "NextLvId": 1565,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1564
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 15,
+ "Time": 1800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加20%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1565,
+ "Name": "回春",
+ "SkillLv": 5,
+ "NextLvId": 1566,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1565
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 20,
+ "Time": 3600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加25%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1566,
+ "Name": "回春",
+ "SkillLv": 6,
+ "NextLvId": 1567,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1566
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 25,
+ "Time": 7200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加30%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1567,
+ "Name": "回春",
+ "SkillLv": 7,
+ "NextLvId": 1568,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1567
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 30,
+ "Time": 14400,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加35%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1568,
+ "Name": "回春",
+ "SkillLv": 8,
+ "NextLvId": 1569,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1568
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 35,
+ "Time": 28800,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加40%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1569,
+ "Name": "回春",
+ "SkillLv": 9,
+ "NextLvId": 1570,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1569
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 40,
+ "Time": 57600,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加45%",
+ "Introduction": ""
+ },
+ {
+ "Id": 1570,
+ "Name": "回春",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 1561,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2,
+ 3
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [
+ 1570
+ ],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 45,
+ "Time": 115200,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_1561",
+ "Sound": "",
+ "Describe": "治疗目标生命值低于20%时,治疗效果增加50%",
+ "Introduction": ""
+ },
+ {
+ "Id": 9001,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 6,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 120
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.6
+ }
+ ],
+ "Bullet": [
+ 9001
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 100,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_9001",
+ "Sound": "Sound_Skill_2001",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 9002,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 15,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 3.5
+ }
+ ],
+ "Bullet": [
+ 9002
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": true,
+ "SkillTime": 100,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_9002",
+ "Sound": "Sound_Skill_2001",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10001,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10001,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10001
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 204,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10001",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10002,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10002,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10002
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 204,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10002",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10003,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10003,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 94
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10003
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 200,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10003",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10010,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10010,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 5,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 40
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10010
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 107,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10010",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10020,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10020,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 100,
+ 140
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10020,
+ 10021
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 240,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10020",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10030,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10030,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 5,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 40,
+ 70,
+ 107
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10030,
+ 10031,
+ 10032
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 174,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10030",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10040,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10040,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50,
+ 120,
+ 150,
+ 167,
+ 190
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10040,
+ 10041,
+ 10042,
+ 10043,
+ 10044
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 277,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10040",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10050,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10050,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 6,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 40,
+ 80
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10050,
+ 10051
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 210,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10050",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10060,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10060,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 120,
+ 197,
+ 244,
+ 277
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10060,
+ 10061,
+ 10062,
+ 10063
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 384,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10060",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10070,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10070,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 90,
+ 130,
+ 170,
+ 300
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10070,
+ 10071,
+ 10072,
+ 10073
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 420,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_10070",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10100,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10100,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 34
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10100
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 144,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_Xiong_pt",
+ "Icon": "Skill_Icon_10100",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10110,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10110,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 1,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10110
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 140,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Xiong_pt",
+ "Icon": "Skill_Icon_10110",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10120,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10120,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 74,
+ 140,
+ 184,
+ 327
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10120,
+ 10121,
+ 10122,
+ 10123
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 484,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_Xiong_pt",
+ "Icon": "Skill_Icon_10120",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10130,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10130,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 34
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10130
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 144,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_Xiong_jy",
+ "Icon": "Skill_Icon_10130",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10140,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10140,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 1,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10140
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 140,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Xiong_jy",
+ "Icon": "Skill_Icon_10140",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10150,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10150,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 74,
+ 140,
+ 184,
+ 327
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10150,
+ 10151,
+ 10152,
+ 10153
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 484,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_Xiong_jy",
+ "Icon": "Skill_Icon_10150",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10160,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10160,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50,
+ 80
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10160,
+ 10161
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 180,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_Xiong_Boss",
+ "Icon": "Skill_Icon_10160",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10170,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10170,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 5,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 60,
+ 100,
+ 140,
+ 267
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10170,
+ 10171,
+ 10172,
+ 10173
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 410,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_Xiong_Boss",
+ "Icon": "Skill_Icon_10170",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10200,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10200,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 70
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10200
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 177,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_NiaoGuai_pt",
+ "Icon": "Skill_Icon_10200",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10210,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10210,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 70
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10210
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 177,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_NiaoGuai_jy",
+ "Icon": "Skill_Icon_10210",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10220,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10220,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 2,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 60,
+ 120
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10220,
+ 10221
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 457,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_NiaoGuai_jy",
+ "Icon": "Skill_Icon_10220",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10230,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10230,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 110
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10230
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 194,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_NiaoGuai_Boss",
+ "Icon": "Skill_Icon_10230",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 10240,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 10240,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 5,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 134,
+ 164,
+ 194,
+ 220
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 10240,
+ 10241,
+ 10242,
+ 10243
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 377,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_NiaoGuai_Boss",
+ "Icon": "Skill_Icon_10240",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 11001,
+ "Name": "无尽",
+ "SkillLv": 1,
+ "NextLvId": 11001,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 1000,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 0
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 11001
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_11001",
+ "Sound": "",
+ "Describe": "进入挑战的勇士无法被复活",
+ "Introduction": ""
+ },
+ {
+ "Id": 20001,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 60
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20001
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 150,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_QiongQi",
+ "Icon": "Skill_Icon_20001",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 20011,
+ "Name": "狮子吼",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 13,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 100,
+ 134,
+ 167,
+ 200,
+ 234
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20011,
+ 20012,
+ 20013,
+ 20014,
+ 20015
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 300,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_QiongQi",
+ "Icon": "Skill_Icon_20011",
+ "Sound": "",
+ "Describe": "发出声波,对前方长距离造成范围伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 20021,
+ "Name": "光之吐息",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 237
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20021
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 344,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_QiongQi",
+ "Icon": "Skill_Icon_20021",
+ "Sound": "",
+ "Describe": "吐出爆炸光球,造成范围伤害,并降低命中率",
+ "Introduction": ""
+ },
+ {
+ "Id": 20031,
+ "Name": "落幕",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 13,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 100,
+ 134,
+ 167,
+ 200,
+ 234
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20031,
+ 20032,
+ 20033,
+ 20034,
+ 20035
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 344,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_QiongQi",
+ "Icon": "Skill_Icon_20031",
+ "Sound": "",
+ "Describe": "尘归尘,土归土",
+ "Introduction": ""
+ },
+ {
+ "Id": 20111,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50,
+ 97
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20111,
+ 20112
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 200,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_TaoTie",
+ "Icon": "Skill_Icon_20111",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 20121,
+ "Name": "怒锤大地",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 64,
+ 90,
+ 207
+ ],
+ "BulletPos": [
+ {
+ "x": 1.8,
+ "y": 1.6
+ },
+ {
+ "x": 1.8,
+ "y": 1.6
+ },
+ {
+ "x": 3.55,
+ "y": 0
+ }
+ ],
+ "Bullet": [
+ 20121,
+ 20122,
+ 20123
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 350,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_TaoTie",
+ "Icon": "Skill_Icon_20121",
+ "Sound": "",
+ "Describe": "锤击地面,对前方造成范围伤害,并降低攻击速度",
+ "Introduction": ""
+ },
+ {
+ "Id": 20131,
+ "Name": "震天鼓",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 117,
+ 200,
+ 267,
+ 334,
+ 384
+ ],
+ "BulletPos": [
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ }
+ ],
+ "Bullet": [
+ 20131,
+ 20132,
+ 20133,
+ 20134,
+ 20135
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 567,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_TaoTie",
+ "Icon": "Skill_Icon_20131",
+ "Sound": "",
+ "Describe": "鼓声雷动,造成范围伤害,并昏迷",
+ "Introduction": ""
+ },
+ {
+ "Id": 20141,
+ "Name": "落幕",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 100,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 117,
+ 200,
+ 267,
+ 334,
+ 384
+ ],
+ "BulletPos": [
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ },
+ {
+ "x": 1.73,
+ "y": 1.13
+ }
+ ],
+ "Bullet": [
+ 20141,
+ 20142,
+ 20143,
+ 20144,
+ 20145
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 567,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_TaoTie",
+ "Icon": "Skill_Icon_20141",
+ "Sound": "",
+ "Describe": "尘归尘,土归土",
+ "Introduction": ""
+ },
+ {
+ "Id": 20211,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 84
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20211
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 164,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_TaoWu",
+ "Icon": "Skill_Icon_20211",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 20221,
+ "Name": "刮骨刀",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 67,
+ 100,
+ 134,
+ 167,
+ 224
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20221,
+ 20222,
+ 20223,
+ 20224,
+ 20225
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 300,
+ "Action": "Skill_ex",
+ "VisualEffectPrefab": "FX_SkillEX_TaoWu",
+ "Icon": "Skill_Icon_20221",
+ "Sound": "",
+ "Describe": "对前方造成大量伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 20231,
+ "Name": "毒潭",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 8,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 100
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20231
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 390,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_TaoWu",
+ "Icon": "Skill_Icon_20231",
+ "Sound": "",
+ "Describe": "释放毒潭,造成持续伤害,并降低防御力",
+ "Introduction": ""
+ },
+ {
+ "Id": 20241,
+ "Name": "落幕",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 3,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 67,
+ 100,
+ 134,
+ 167,
+ 224
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20241,
+ 20242,
+ 20243,
+ 20244,
+ 20245
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 390,
+ "Action": "Skill",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_20241",
+ "Sound": "",
+ "Describe": "尘归尘,土归土",
+ "Introduction": ""
+ },
+ {
+ "Id": 20311,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 2,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 4,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 50
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20311
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 110,
+ "Action": "Atk",
+ "VisualEffectPrefab": "FX_Atk_YingYu",
+ "Icon": "Skill_Icon_20311",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 20321,
+ "Name": "海浪",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 44,
+ 107
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20321,
+ 20322
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 180,
+ "Action": "Skill",
+ "VisualEffectPrefab": "FX_Skill_YingYu",
+ "Icon": "Skill_Icon_20321",
+ "Sound": "",
+ "Describe": "放出海浪,对前方长距离造成范围伤害,并降低攻速和移速",
+ "Introduction": ""
+ },
+ {
+ "Id": 20331,
+ "Name": "群鱼绞",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 13,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 110,
+ 134,
+ 167
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20331,
+ 20332,
+ 20333
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": true,
+ "Silent": true,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 387,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_YingYu",
+ "Icon": "Skill_Icon_20331",
+ "Sound": "",
+ "Describe": "对前方长距离造成范围伤害",
+ "Introduction": ""
+ },
+ {
+ "Id": 20341,
+ "Name": "落幕",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 13,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [
+ 110,
+ 134,
+ 167
+ ],
+ "BulletPos": [],
+ "Bullet": [
+ 20341,
+ 20342,
+ 20343
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 387,
+ "Action": "Skill_2",
+ "VisualEffectPrefab": "FX_Skill2_YingYu",
+ "Icon": "Skill_Icon_20341",
+ "Sound": "",
+ "Describe": "尘归尘,土归土",
+ "Introduction": ""
+ },
+ {
+ "Id": 134101,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134101
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134101",
+ "Sound": "",
+ "Describe": "对给自己暴击的敌方缴械3秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 134102,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 0,
+ "CD": 60,
+ "SkillType": 1,
+ "CastType": 1,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134102
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134102",
+ "Sound": "",
+ "Describe": "对给自己暴击的敌方沉默3秒",
+ "Introduction": ""
+ },
+ {
+ "Id": 134103,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 134104,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134103
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134103",
+ "Sound": "",
+ "Describe": "死亡时给队友加盾",
+ "Introduction": ""
+ },
+ {
+ "Id": 134104,
+ "Name": "",
+ "SkillLv": 2,
+ "NextLvId": 134105,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134104
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134104",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134105,
+ "Name": "",
+ "SkillLv": 3,
+ "NextLvId": 134106,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134105
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134105",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134106,
+ "Name": "",
+ "SkillLv": 4,
+ "NextLvId": 134107,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134106
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134106",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134107,
+ "Name": "",
+ "SkillLv": 5,
+ "NextLvId": 134108,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134107
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134107",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134108,
+ "Name": "",
+ "SkillLv": 6,
+ "NextLvId": 134109,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134108
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134108",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134109,
+ "Name": "",
+ "SkillLv": 7,
+ "NextLvId": 134110,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134109
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134109",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134110,
+ "Name": "",
+ "SkillLv": 8,
+ "NextLvId": 134111,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134110
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134110",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134111,
+ "Name": "",
+ "SkillLv": 9,
+ "NextLvId": 134112,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134111
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134111",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134112,
+ "Name": "",
+ "SkillLv": 10,
+ "NextLvId": 0,
+ "SkillBaseId": 134103,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 2
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 0,
+ "WeaponLimit": 0,
+ "Energy": 0,
+ "BulletTime": [],
+ "BulletPos": [],
+ "Bullet": [],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [
+ 134112
+ ],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": false,
+ "Dodge": false,
+ "SkillTime": 0,
+ "Action": "",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_134112",
+ "Sound": "",
+ "Describe": "",
+ "Introduction": ""
+ },
+ {
+ "Id": 134201,
+ "Name": "",
+ "SkillLv": 1,
+ "NextLvId": 0,
+ "SkillBaseId": 134201,
+ "CD": 0,
+ "SkillType": 1,
+ "CastType": 2,
+ "TargetNeed": true,
+ "EffectObject": [
+ 1
+ ],
+ "IsEffectToBuilding": true,
+ "Distance": 10,
+ "WeaponLimit": 3,
+ "Energy": 0,
+ "BulletTime": [
+ 40
+ ],
+ "BulletPos": [
+ {
+ "x": 0,
+ "y": 0.9
+ }
+ ],
+ "Bullet": [
+ 12
+ ],
+ "RelatedSkillId": [],
+ "Buff": [],
+ "TargetBuff": [],
+ "ImmortalTreeLv": 0,
+ "Time": 0,
+ "Interrupt": false,
+ "Silent": false,
+ "Frozen": true,
+ "Dodge": true,
+ "SkillTime": 110,
+ "Action": "Atk",
+ "VisualEffectPrefab": "",
+ "Icon": "Skill_Icon_102",
+ "Sound": "Sound_Dart",
+ "Describe": "陶小青被动触发后的穿透普攻",
+ "Introduction": ""
+ }
+]
\ No newline at end of file
diff --git a/config/SkillEffectConfigCategory.json b/config/SkillEffectConfigCategory.json
new file mode 100644
index 0000000..2feb615
--- /dev/null
+++ b/config/SkillEffectConfigCategory.json
@@ -0,0 +1,5588 @@
+[
+ {
+ "Id": 1,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 4,
+ "EffectType": 1434,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 6,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 7,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 8,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "+(HpMax-HP)/HpMax",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9,
+ "EffectType": 1430,
+ "EffectField": 1,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 10,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 101,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 102,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-45",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 103,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-70",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 104,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 105,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-150",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 121,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 122,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-55",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 123,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-85",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 124,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-120",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 125,
+ "EffectType": 3111,
+ "EffectField": 1,
+ "NumericExpression": "-180",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 141,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 142,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-45",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 143,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-70",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 144,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-90",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 145,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-120",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 161,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 162,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-55",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 163,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-85",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 164,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-120",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 165,
+ "EffectType": 3112,
+ "EffectField": 1,
+ "NumericExpression": "-150",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 231,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 232,
+ "EffectType": 1404,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 233,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 234,
+ "EffectType": 3103,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 235,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 236,
+ "EffectType": 1002,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 241,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 242,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 243,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+80",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 244,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+120",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 245,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+180",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 246,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+240",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 247,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 501,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 502,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 503,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 504,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 505,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 506,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 507,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 508,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 509,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-10",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 510,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 901,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 902,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 903,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.74",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 904,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.44",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 905,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*0.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 906,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*0.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 907,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.07",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 1001,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1002,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+150",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1003,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1004,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1005,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+700",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1006,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+1000",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1007,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+1300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1008,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+1500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1009,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+1700",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1010,
+ "EffectType": 1402,
+ "EffectField": 1,
+ "NumericExpression": "+1900",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1021,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1022,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1023,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1024,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+12",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1025,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1026,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+18",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1027,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+21",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1028,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+24",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1029,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+27",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1030,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1031,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1021",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1032,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1022",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1033,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1023",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1034,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1024",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1035,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1025",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1036,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1026",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1037,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1027",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1038,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1028",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1039,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1029",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1040,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1030",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1041,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1042,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1043,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1044,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1045,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1046,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1047,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+7",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1048,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1049,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1050,
+ "EffectType": 1408,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1061,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1062,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1063,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1064,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1065,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1066,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1067,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-7",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1068,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1069,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1070,
+ "EffectType": 1426,
+ "EffectField": 1,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1101,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+14",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1102,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+28",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1103,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+42",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1104,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+56",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1105,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+70",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1106,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+84",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1107,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+98",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1108,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+112",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1109,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+126",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1110,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "+140",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1121,
+ "EffectType": 9996,
+ "EffectField": 1,
+ "NumericExpression": "134201",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1141,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*1/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1142,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*2/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1143,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*3/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1144,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*4/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1145,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*5/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1146,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*6/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1147,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*7/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1148,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*8/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1149,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*9/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1150,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+HpMax*10/100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1151,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1141",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1152,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1142",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1153,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1143",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1154,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1144",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1155,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1145",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1156,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1146",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1157,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1147",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1158,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1148",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1159,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1149",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1160,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1150",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1161,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1162,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1163,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1164,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1165,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1166,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1167,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+7",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1168,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1169,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1170,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1171,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1161",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1172,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1162",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1173,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1163",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1174,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1164",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1175,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1165",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1176,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1166",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1177,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1167",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1178,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1168",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1179,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1169",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1180,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1170",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1201,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1202,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1203,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1204,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1205,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1206,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+12",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1207,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+14",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1208,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+16",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1209,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+18",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1210,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1221,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1222,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1223,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1224,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1225,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1226,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-12",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1227,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-14",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1228,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-16",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1229,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-18",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1230,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1241,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*0.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1242,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1243,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*1.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1244,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1245,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*2.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1246,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1247,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*3.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1248,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1249,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*4.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1250,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1251,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1241",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1252,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1242",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1253,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1243",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1254,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1244",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1255,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1245",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1256,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1246",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1257,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1247",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1258,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1248",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1259,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1249",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1260,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1250",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1261,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1262,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1263,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1264,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1265,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1266,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1267,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1268,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1269,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1270,
+ "EffectType": 1425,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1271,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1272,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1273,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1274,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1275,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1276,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1277,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+7",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1278,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1279,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1280,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1301,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1302,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1303,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1304,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1305,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+25",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1306,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1307,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+35",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1308,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1309,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+45",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1310,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1321,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1322,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1323,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1324,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1325,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1326,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-60",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1327,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-70",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1328,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-80",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1329,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-90",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1330,
+ "EffectType": 1437,
+ "EffectField": 1,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1341,
+ "EffectType": 9995,
+ "EffectField": 5,
+ "NumericExpression": "134101",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1361,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134103",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1362,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134104",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1363,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134105",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1364,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134106",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1365,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134107",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1366,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134108",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1367,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134109",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1368,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134110",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1369,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134111",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1370,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "134112",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1401,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1402,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1403,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1404,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1405,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1406,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1407,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+7",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1408,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1409,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1410,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1421,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*0.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1422,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1423,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*1.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1424,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1425,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*2.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1426,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1427,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*3.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1428,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1429,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*4.5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1430,
+ "EffectType": 1432,
+ "EffectField": 1,
+ "NumericExpression": "+TGT_C*5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1431,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1421",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1432,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1422",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1433,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1423",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1434,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1424",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1435,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1425",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1436,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1426",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1437,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1427",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1438,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1428",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1439,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1429",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1440,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1430",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1441,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1442,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+4",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1443,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1444,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1445,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+7",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1446,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+8",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1447,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1448,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1449,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+11",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1450,
+ "EffectType": 1411,
+ "EffectField": 1,
+ "NumericExpression": "+12",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1451,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1441",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1452,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1442",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1453,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1443",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1454,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1444",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1455,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1445",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1456,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1446",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1457,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1447",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1458,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1448",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1459,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1449",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1460,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1450",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1461,
+ "EffectType": 9995,
+ "EffectField": 5,
+ "NumericExpression": "134102",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1501,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1502,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1503,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+60",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1504,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+80",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1505,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1506,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+120",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1507,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+140",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1508,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+160",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1509,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+180",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1510,
+ "EffectType": 1439,
+ "EffectField": 1,
+ "NumericExpression": "+200",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1521,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1522,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1523,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1524,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+700",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1525,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+900",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1526,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1527,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1528,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1529,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1700",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1530,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1900",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1531,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1521",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1532,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1522",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1533,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1523",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1534,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1524",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1535,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1525",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1536,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1526",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1537,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1527",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1538,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1528",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1539,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1529",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1540,
+ "EffectType": 9998,
+ "EffectField": 5,
+ "NumericExpression": "1530",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1541,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1542,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1543,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1544,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1545,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1546,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1547,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1548,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1549,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1550,
+ "EffectType": 1424,
+ "EffectField": 2,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1561,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1562,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1563,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1564,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1565,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+25",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1566,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1567,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+35",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1568,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1569,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+45",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 1570,
+ "EffectType": 1439,
+ "EffectField": 2,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2011,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.0",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2012,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2013,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2014,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2015,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2021,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2022,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2023,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2024,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2025,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.9",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2031,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2032,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2033,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2034,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2035,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2041,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2042,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2043,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2044,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2045,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2051,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2052,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2053,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2054,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2055,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2061,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2062,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2063,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2064,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2065,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2066,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2071,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2072,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2073,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2074,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2075,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2076,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "-55",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2081,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2082,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2083,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2084,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2085,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2086,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "-70",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2091,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2092,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2093,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2094,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2095,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.9",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2096,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "-85",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2101,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2102,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.9",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2103,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.9",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2104,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.9",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2105,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2106,
+ "EffectType": 1403,
+ "EffectField": 1,
+ "NumericExpression": "-100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2211,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2212,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2213,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2221,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2222,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2223,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2231,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2232,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2233,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2241,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2242,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2243,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2251,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2252,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2253,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2261,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2262,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2263,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2264,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2271,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2272,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2273,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2274,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "-15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2281,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2282,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2283,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2284,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2291,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2292,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2293,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2294,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "-25",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2301,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2302,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2303,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2304,
+ "EffectType": 1429,
+ "EffectField": 1,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2411,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2412,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2413,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2414,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2421,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2422,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2423,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2424,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2431,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2432,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2433,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2434,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2441,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2442,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2443,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2444,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+12",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2451,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2452,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2453,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2454,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2461,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2462,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2463,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2464,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+18",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2471,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2472,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2473,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2474,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+21",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2481,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2482,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2483,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2484,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+24",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2491,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2492,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2493,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2494,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+27",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2501,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2502,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2503,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2504,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2611,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2612,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2613,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2621,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2622,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2623,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2631,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2632,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2633,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2641,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*5.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2642,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2643,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2651,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*6.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2652,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-25",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2653,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-25",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2661,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2662,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2663,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2671,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*7.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2672,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-35",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2673,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-35",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2681,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*8.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2682,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2683,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2691,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*9.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2692,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-45",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2693,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-45",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2701,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*10.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2702,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2703,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2811,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2812,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2813,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2814,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2815,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2816,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2821,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2822,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2823,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2824,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2825,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2826,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-6",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2831,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2832,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2833,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2834,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2835,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2836,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-9",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2841,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2842,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2843,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2844,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2845,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2846,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-12",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2851,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2852,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2853,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2854,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2855,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2856,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2861,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2862,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2863,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2864,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2865,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2866,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-18",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2871,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2872,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2873,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2874,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2875,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2876,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-21",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2881,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2882,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2883,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2884,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2885,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2886,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-24",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2891,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2892,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2893,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2894,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2895,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2896,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-27",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 2901,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2902,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2903,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2904,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2905,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 2906,
+ "EffectType": 1404,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3011,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3021,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3031,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3041,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+700",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3051,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+900",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3061,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+1100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3062,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+60",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3071,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+1300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3072,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+70",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3081,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+1500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3082,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+80",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3091,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+1700",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3092,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+90",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3101,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+1900",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 3102,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5001,
+ "EffectType": 3126,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5002,
+ "EffectType": 3126,
+ "EffectField": 1,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5003,
+ "EffectType": 3113,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5004,
+ "EffectType": 3114,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5005,
+ "EffectType": 3118,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5006,
+ "EffectType": 3115,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5007,
+ "EffectType": 3117,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5008,
+ "EffectType": 1001,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5009,
+ "EffectType": 3113,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5010,
+ "EffectType": 3114,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5011,
+ "EffectType": 3115,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5012,
+ "EffectType": 3116,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5013,
+ "EffectType": 3117,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5014,
+ "EffectType": 3118,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5015,
+ "EffectType": 3119,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5016,
+ "EffectType": 3121,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5017,
+ "EffectType": 3122,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5018,
+ "EffectType": 1002,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5019,
+ "EffectType": 3120,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5020,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5021,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5022,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5023,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5024,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5025,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5026,
+ "EffectType": 1001,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5027,
+ "EffectType": 3113,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5028,
+ "EffectType": 3113,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5029,
+ "EffectType": 3114,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5030,
+ "EffectType": 3114,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5031,
+ "EffectType": 3118,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5032,
+ "EffectType": 3118,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5033,
+ "EffectType": 3115,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5034,
+ "EffectType": 3115,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5035,
+ "EffectType": 3117,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5036,
+ "EffectType": 3117,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5200,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5201,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 5202,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "-80",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9001,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 9002,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 9500,
+ "EffectType": 1100,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9501,
+ "EffectType": 1101,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9502,
+ "EffectType": 1102,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9503,
+ "EffectType": 1103,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9504,
+ "EffectType": 1104,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9505,
+ "EffectType": 1104,
+ "EffectField": 1,
+ "NumericExpression": "+200",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9506,
+ "EffectType": 1104,
+ "EffectField": 1,
+ "NumericExpression": "+300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9507,
+ "EffectType": 1105,
+ "EffectField": 1,
+ "NumericExpression": "+100",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9508,
+ "EffectType": 1106,
+ "EffectField": 1,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9509,
+ "EffectType": 1107,
+ "EffectField": 1,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9510,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9511,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9512,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9513,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9514,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9515,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+60",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9516,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+70",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9517,
+ "EffectType": 1108,
+ "EffectField": 2,
+ "NumericExpression": "+80",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9600,
+ "EffectType": 1109,
+ "EffectField": 1,
+ "NumericExpression": "-1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9601,
+ "EffectType": 1109,
+ "EffectField": 1,
+ "NumericExpression": "-2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9602,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9603,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9604,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-15",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9605,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9606,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-25",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9607,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9608,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9609,
+ "EffectType": 3113,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9610,
+ "EffectType": 3114,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9611,
+ "EffectType": 3115,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9612,
+ "EffectType": 1114,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9613,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9614,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9615,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9616,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9617,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9622,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9623,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9624,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9625,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 9626,
+ "EffectType": 1402,
+ "EffectField": 2,
+ "NumericExpression": "+50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 10001,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10002,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10003,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10010,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10020,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10021,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10030,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*0.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10031,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*0.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10032,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*0.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10040,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10041,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10042,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10043,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10044,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10050,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10051,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10060,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10061,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10062,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10063,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10070,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10071,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10072,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10073,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10100,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10110,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10120,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10121,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10122,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10123,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10124,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 10130,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10140,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10150,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10151,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10152,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10153,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3.6",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10154,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "-40",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 10160,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10161,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10170,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10171,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10172,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10173,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10174,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 10200,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10210,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10220,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10221,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10230,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10240,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10241,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10242,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 10243,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 11000,
+ "EffectType": 1403,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20001,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20011,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20012,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20013,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20014,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20015,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20021,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20022,
+ "EffectType": 1429,
+ "EffectField": 2,
+ "NumericExpression": "-30",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 20031,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(6,1.8)*3)/(Pow(6,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20032,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(6,1.8)*3)/(Pow(6,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20033,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(6,1.8)*3)/(Pow(6,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20034,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(6,1.8)*3)/(Pow(6,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20035,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(6,1.8)*3)/(Pow(6,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20111,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20112,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20121,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20122,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20123,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20124,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 20131,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20132,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.5",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20133,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.8",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20134,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20135,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20141,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(11,1.8)*3)/(Pow(11,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20142,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(11,1.8)*3)/(Pow(11,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20143,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(11,1.8)*3)/(Pow(11,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20144,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(11,1.8)*3)/(Pow(11,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20145,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(11,1.8)*3)/(Pow(11,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20211,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.7",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20221,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20222,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20223,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20224,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20225,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2.3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20231,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20232,
+ "EffectType": 1404,
+ "EffectField": 3,
+ "NumericExpression": "-500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 20241,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(16,1.8)*3)/(Pow(16,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20242,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(16,1.8)*3)/(Pow(16,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20243,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(16,1.8)*3)/(Pow(16,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20244,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(16,1.8)*3)/(Pow(16,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20245,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(16,1.8)*3)/(Pow(16,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20311,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*1.1",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20321,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20322,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20323,
+ "EffectType": 1408,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 20324,
+ "EffectType": 1409,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 20331,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*2",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20332,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*3",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20333,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-ATK_P*4",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20341,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(19,1.8)*3)/(Pow(19,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20342,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(19,1.8)*3)/(Pow(19,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 20343,
+ "EffectType": 1401,
+ "EffectField": 1,
+ "NumericExpression": "-1000000*(DEF_E+Pow(19,1.8)*3)/(Pow(19,1.8)*3)",
+ "WhetherCrit": true
+ },
+ {
+ "Id": 134103,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+150",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134104,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134105,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+450",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134106,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+600",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134107,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+750",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134108,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+900",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134109,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1050",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134110,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1200",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134111,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1350",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 134112,
+ "EffectType": 1438,
+ "EffectField": 1,
+ "NumericExpression": "+1500",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150000,
+ "EffectType": 4000,
+ "EffectField": 1,
+ "NumericExpression": "-300",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150001,
+ "EffectType": 1110,
+ "EffectField": 2,
+ "NumericExpression": "-50",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150002,
+ "EffectType": 4001,
+ "EffectField": 2,
+ "NumericExpression": "+10",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150003,
+ "EffectType": 4002,
+ "EffectField": 1,
+ "NumericExpression": "+2",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150004,
+ "EffectType": 3120,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150005,
+ "EffectType": 4003,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150006,
+ "EffectType": 4004,
+ "EffectField": 1,
+ "NumericExpression": "+3",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150007,
+ "EffectType": 4005,
+ "EffectField": 1,
+ "NumericExpression": "+5",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150008,
+ "EffectType": 4006,
+ "EffectField": 2,
+ "NumericExpression": "-20",
+ "WhetherCrit": false
+ },
+ {
+ "Id": 150009,
+ "EffectType": 4007,
+ "EffectField": 1,
+ "NumericExpression": "+1",
+ "WhetherCrit": false
+ }
+]
\ No newline at end of file
diff --git a/config/SkillExpConfigCategory.json b/config/SkillExpConfigCategory.json
new file mode 100644
index 0000000..89f39c6
--- /dev/null
+++ b/config/SkillExpConfigCategory.json
@@ -0,0 +1,122 @@
+[
+ {
+ "Id": 1,
+ "Lv": 1,
+ "Sophisticate": 100,
+ "TimeConsum": 10
+ },
+ {
+ "Id": 2,
+ "Lv": 2,
+ "Sophisticate": 200,
+ "TimeConsum": 20
+ },
+ {
+ "Id": 3,
+ "Lv": 3,
+ "Sophisticate": 300,
+ "TimeConsum": 30
+ },
+ {
+ "Id": 4,
+ "Lv": 4,
+ "Sophisticate": 400,
+ "TimeConsum": 40
+ },
+ {
+ "Id": 5,
+ "Lv": 5,
+ "Sophisticate": 500,
+ "TimeConsum": 50
+ },
+ {
+ "Id": 6,
+ "Lv": 6,
+ "Sophisticate": 600,
+ "TimeConsum": 60
+ },
+ {
+ "Id": 7,
+ "Lv": 7,
+ "Sophisticate": 700,
+ "TimeConsum": 70
+ },
+ {
+ "Id": 8,
+ "Lv": 8,
+ "Sophisticate": 800,
+ "TimeConsum": 80
+ },
+ {
+ "Id": 9,
+ "Lv": 9,
+ "Sophisticate": 900,
+ "TimeConsum": 90
+ },
+ {
+ "Id": 10,
+ "Lv": 10,
+ "Sophisticate": 1000,
+ "TimeConsum": 100
+ },
+ {
+ "Id": 11,
+ "Lv": 11,
+ "Sophisticate": 1100,
+ "TimeConsum": 110
+ },
+ {
+ "Id": 12,
+ "Lv": 12,
+ "Sophisticate": 1200,
+ "TimeConsum": 120
+ },
+ {
+ "Id": 13,
+ "Lv": 13,
+ "Sophisticate": 1300,
+ "TimeConsum": 130
+ },
+ {
+ "Id": 14,
+ "Lv": 14,
+ "Sophisticate": 1400,
+ "TimeConsum": 140
+ },
+ {
+ "Id": 15,
+ "Lv": 15,
+ "Sophisticate": 1500,
+ "TimeConsum": 150
+ },
+ {
+ "Id": 16,
+ "Lv": 16,
+ "Sophisticate": 1600,
+ "TimeConsum": 160
+ },
+ {
+ "Id": 17,
+ "Lv": 17,
+ "Sophisticate": 1700,
+ "TimeConsum": 170
+ },
+ {
+ "Id": 18,
+ "Lv": 18,
+ "Sophisticate": 1800,
+ "TimeConsum": 180
+ },
+ {
+ "Id": 19,
+ "Lv": 19,
+ "Sophisticate": 1900,
+ "TimeConsum": 190
+ },
+ {
+ "Id": 20,
+ "Lv": 20,
+ "Sophisticate": 2000,
+ "TimeConsum": 200
+ }
+]
\ No newline at end of file
diff --git a/config/SkillUpConfigCategory.json b/config/SkillUpConfigCategory.json
new file mode 100644
index 0000000..5ad8f5b
--- /dev/null
+++ b/config/SkillUpConfigCategory.json
@@ -0,0 +1,242 @@
+[
+ {
+ "Id": 1,
+ "Grade": 1,
+ "SkillLv": 1,
+ "Sophisticate": 2000,
+ "Time": 600,
+ "Money": 0
+ },
+ {
+ "Id": 2,
+ "Grade": 1,
+ "SkillLv": 2,
+ "Sophisticate": 3000,
+ "Time": 1100,
+ "Money": 0
+ },
+ {
+ "Id": 3,
+ "Grade": 1,
+ "SkillLv": 3,
+ "Sophisticate": 4000,
+ "Time": 1600,
+ "Money": 0
+ },
+ {
+ "Id": 4,
+ "Grade": 1,
+ "SkillLv": 4,
+ "Sophisticate": 5000,
+ "Time": 2100,
+ "Money": 0
+ },
+ {
+ "Id": 5,
+ "Grade": 1,
+ "SkillLv": 5,
+ "Sophisticate": 6000,
+ "Time": 2600,
+ "Money": 0
+ },
+ {
+ "Id": 6,
+ "Grade": 1,
+ "SkillLv": 6,
+ "Sophisticate": 7000,
+ "Time": 3100,
+ "Money": 0
+ },
+ {
+ "Id": 7,
+ "Grade": 1,
+ "SkillLv": 7,
+ "Sophisticate": 8000,
+ "Time": 3600,
+ "Money": 0
+ },
+ {
+ "Id": 8,
+ "Grade": 1,
+ "SkillLv": 8,
+ "Sophisticate": 9000,
+ "Time": 4100,
+ "Money": 0
+ },
+ {
+ "Id": 9,
+ "Grade": 1,
+ "SkillLv": 9,
+ "Sophisticate": 10000,
+ "Time": 4600,
+ "Money": 0
+ },
+ {
+ "Id": 10,
+ "Grade": 1,
+ "SkillLv": 10,
+ "Sophisticate": 11000,
+ "Time": 5100,
+ "Money": 0
+ },
+ {
+ "Id": 11,
+ "Grade": 2,
+ "SkillLv": 1,
+ "Sophisticate": 17000,
+ "Time": 900,
+ "Money": 0
+ },
+ {
+ "Id": 12,
+ "Grade": 2,
+ "SkillLv": 2,
+ "Sophisticate": 18000,
+ "Time": 1400,
+ "Money": 0
+ },
+ {
+ "Id": 13,
+ "Grade": 2,
+ "SkillLv": 3,
+ "Sophisticate": 19000,
+ "Time": 1900,
+ "Money": 0
+ },
+ {
+ "Id": 14,
+ "Grade": 2,
+ "SkillLv": 4,
+ "Sophisticate": 20000,
+ "Time": 2400,
+ "Money": 0
+ },
+ {
+ "Id": 15,
+ "Grade": 2,
+ "SkillLv": 5,
+ "Sophisticate": 21000,
+ "Time": 2900,
+ "Money": 0
+ },
+ {
+ "Id": 16,
+ "Grade": 2,
+ "SkillLv": 6,
+ "Sophisticate": 22000,
+ "Time": 3400,
+ "Money": 0
+ },
+ {
+ "Id": 17,
+ "Grade": 2,
+ "SkillLv": 7,
+ "Sophisticate": 23000,
+ "Time": 3900,
+ "Money": 0
+ },
+ {
+ "Id": 18,
+ "Grade": 2,
+ "SkillLv": 8,
+ "Sophisticate": 24000,
+ "Time": 4400,
+ "Money": 0
+ },
+ {
+ "Id": 19,
+ "Grade": 2,
+ "SkillLv": 9,
+ "Sophisticate": 25000,
+ "Time": 4900,
+ "Money": 0
+ },
+ {
+ "Id": 20,
+ "Grade": 2,
+ "SkillLv": 10,
+ "Sophisticate": 26000,
+ "Time": 5400,
+ "Money": 0
+ },
+ {
+ "Id": 21,
+ "Grade": 3,
+ "SkillLv": 1,
+ "Sophisticate": 82000,
+ "Time": 1400,
+ "Money": 0
+ },
+ {
+ "Id": 22,
+ "Grade": 3,
+ "SkillLv": 2,
+ "Sophisticate": 83000,
+ "Time": 1900,
+ "Money": 0
+ },
+ {
+ "Id": 23,
+ "Grade": 3,
+ "SkillLv": 3,
+ "Sophisticate": 84000,
+ "Time": 2400,
+ "Money": 0
+ },
+ {
+ "Id": 24,
+ "Grade": 3,
+ "SkillLv": 4,
+ "Sophisticate": 85000,
+ "Time": 2900,
+ "Money": 0
+ },
+ {
+ "Id": 25,
+ "Grade": 3,
+ "SkillLv": 5,
+ "Sophisticate": 86000,
+ "Time": 3400,
+ "Money": 0
+ },
+ {
+ "Id": 26,
+ "Grade": 3,
+ "SkillLv": 6,
+ "Sophisticate": 87000,
+ "Time": 3900,
+ "Money": 0
+ },
+ {
+ "Id": 27,
+ "Grade": 3,
+ "SkillLv": 7,
+ "Sophisticate": 88000,
+ "Time": 4400,
+ "Money": 0
+ },
+ {
+ "Id": 28,
+ "Grade": 3,
+ "SkillLv": 8,
+ "Sophisticate": 89000,
+ "Time": 4900,
+ "Money": 0
+ },
+ {
+ "Id": 29,
+ "Grade": 3,
+ "SkillLv": 9,
+ "Sophisticate": 90000,
+ "Time": 5400,
+ "Money": 0
+ },
+ {
+ "Id": 30,
+ "Grade": 3,
+ "SkillLv": 10,
+ "Sophisticate": 91000,
+ "Time": 5900,
+ "Money": 0
+ }
+]
\ No newline at end of file
diff --git a/config/SoundEffectsConfigCategory.json b/config/SoundEffectsConfigCategory.json
new file mode 100644
index 0000000..ffa22dd
--- /dev/null
+++ b/config/SoundEffectsConfigCategory.json
@@ -0,0 +1,100 @@
+[
+ {
+ "Id": 1,
+ "Weights": 3,
+ "PlayTime": [
+ 1,
+ 3
+ ],
+ "PlayInterval": [
+ 200,
+ 400
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Wolf"
+ },
+ {
+ "Id": 2,
+ "Weights": 2,
+ "PlayTime": [
+ 1,
+ 3
+ ],
+ "PlayInterval": [
+ 100,
+ 300
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Bird"
+ },
+ {
+ "Id": 3,
+ "Weights": 1,
+ "PlayTime": [
+ 1,
+ 3
+ ],
+ "PlayInterval": [
+ 200,
+ 400
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Frog"
+ },
+ {
+ "Id": 4,
+ "Weights": 1,
+ "PlayTime": [
+ 1,
+ 3
+ ],
+ "PlayInterval": [
+ 200,
+ 400
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Insert"
+ },
+ {
+ "Id": 5,
+ "Weights": 1,
+ "PlayTime": [
+ 1,
+ 3
+ ],
+ "PlayInterval": [
+ 200,
+ 400
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Wind"
+ },
+ {
+ "Id": 6,
+ "Weights": 3,
+ "PlayTime": [
+ 1,
+ 3
+ ],
+ "PlayInterval": [
+ 200,
+ 400
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Owl"
+ },
+ {
+ "Id": 7,
+ "Weights": 1,
+ "PlayTime": [
+ 1,
+ 1
+ ],
+ "PlayInterval": [
+ 200,
+ 400
+ ],
+ "GlobalPlay": true,
+ "Name": "Sound_Chicken"
+ }
+]
\ No newline at end of file
diff --git a/config/SpecialItemConfigCategory.json b/config/SpecialItemConfigCategory.json
new file mode 100644
index 0000000..41098b3
--- /dev/null
+++ b/config/SpecialItemConfigCategory.json
@@ -0,0 +1,11 @@
+[
+ {
+ "Id": 1,
+ "Name": "木刻刀",
+ "EventProgress": [
+ 10
+ ],
+ "GetItem": 5001,
+ "Animation": "AniSpecialItem1002"
+ }
+]
\ No newline at end of file
diff --git a/config/SpecialStatusConfigCategory.json b/config/SpecialStatusConfigCategory.json
new file mode 100644
index 0000000..600c81f
--- /dev/null
+++ b/config/SpecialStatusConfigCategory.json
@@ -0,0 +1,26 @@
+[
+ {
+ "Id": 1,
+ "Type": 1,
+ "Name": "无尽",
+ "Describe": "勇士死亡不可再复活"
+ },
+ {
+ "Id": 20136,
+ "Type": 5,
+ "Name": "昏迷",
+ "Describe": "没任何反应的状态"
+ },
+ {
+ "Id": 134101,
+ "Type": 2,
+ "Name": "缴械",
+ "Describe": "被缴械3秒,无法发动普通攻击"
+ },
+ {
+ "Id": 134102,
+ "Type": 3,
+ "Name": "沉默",
+ "Describe": "沉默3秒,沉默期间不能使用技能"
+ }
+]
\ No newline at end of file
diff --git a/config/StoryAnimationConfigCategory.json b/config/StoryAnimationConfigCategory.json
new file mode 100644
index 0000000..c0bcdd7
--- /dev/null
+++ b/config/StoryAnimationConfigCategory.json
@@ -0,0 +1,210 @@
+[
+ {
+ "Id": 1,
+ "TriggerCondition": 2,
+ "ConditionParameter": [
+ 1001
+ ],
+ "AnimationName": "StoryCase_01",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 2,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1002
+ ],
+ "AnimationName": "StoryCase_02",
+ "CloseWindow": true,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 3,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1003
+ ],
+ "AnimationName": "StoryCase_03",
+ "CloseWindow": true,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 4,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1008
+ ],
+ "AnimationName": "StoryCase_04",
+ "CloseWindow": true,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 5,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1010
+ ],
+ "AnimationName": "StoryCase_05",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 7,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1013
+ ],
+ "AnimationName": "StoryCase_07",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 8,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1015
+ ],
+ "AnimationName": "StoryCase_08",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 9,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1017
+ ],
+ "AnimationName": "StoryCase_09",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 10,
+ "TriggerCondition": 3,
+ "ConditionParameter": [
+ 2004
+ ],
+ "AnimationName": "StoryCase_10",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 2004
+ },
+ {
+ "Id": 11,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1023
+ ],
+ "AnimationName": "StoryCase_11",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 12,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1028
+ ],
+ "AnimationName": "StoryCase_12",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 13,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1029
+ ],
+ "AnimationName": "StoryCase_13",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 3002
+ },
+ {
+ "Id": 14,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1030
+ ],
+ "AnimationName": "StoryCase_14",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 3002
+ },
+ {
+ "Id": 15,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1031
+ ],
+ "AnimationName": "StoryCase_15",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 3002
+ },
+ {
+ "Id": 16,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 1033
+ ],
+ "AnimationName": "StoryCase_16",
+ "CloseWindow": false,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ },
+ {
+ "Id": 17,
+ "TriggerCondition": 1,
+ "ConditionParameter": [
+ 5001
+ ],
+ "AnimationName": "StoryCase_17",
+ "CloseWindow": true,
+ "RelatedTask": [
+ 0
+ ],
+ "Region": 1001
+ }
+]
\ No newline at end of file
diff --git a/config/StrengthenConfigCategory.json b/config/StrengthenConfigCategory.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/config/StrengthenConfigCategory.json
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/config/StrengthenCostConfigCategory.json b/config/StrengthenCostConfigCategory.json
new file mode 100644
index 0000000..5bc3378
--- /dev/null
+++ b/config/StrengthenCostConfigCategory.json
@@ -0,0 +1,1472 @@
+[
+ {
+ "Id": 1,
+ "LvPart": 1,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 2,
+ "LvPart": 1,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 20
+ },
+ {
+ "Id": 3,
+ "LvPart": 1,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 20
+ },
+ {
+ "Id": 4,
+ "LvPart": 1,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 20
+ },
+ {
+ "Id": 5,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 6,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 7,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 8,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 9,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 10,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 11,
+ "LvPart": 1,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 12,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 13,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 14,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 15,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 16,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 17,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 18,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 19,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 20,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 21,
+ "LvPart": 1,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 80
+ },
+ {
+ "Id": 22,
+ "LvPart": 2,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 23,
+ "LvPart": 2,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 30
+ },
+ {
+ "Id": 24,
+ "LvPart": 2,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 45
+ },
+ {
+ "Id": 25,
+ "LvPart": 2,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 70
+ },
+ {
+ "Id": 26,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 55
+ },
+ {
+ "Id": 27,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 70
+ },
+ {
+ "Id": 28,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 95
+ },
+ {
+ "Id": 29,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 130
+ },
+ {
+ "Id": 30,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 175
+ },
+ {
+ "Id": 31,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 230
+ },
+ {
+ "Id": 32,
+ "LvPart": 2,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 295
+ },
+ {
+ "Id": 33,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 90
+ },
+ {
+ "Id": 34,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 105
+ },
+ {
+ "Id": 35,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 130
+ },
+ {
+ "Id": 36,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 165
+ },
+ {
+ "Id": 37,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 210
+ },
+ {
+ "Id": 38,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 265
+ },
+ {
+ "Id": 39,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 330
+ },
+ {
+ "Id": 40,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 405
+ },
+ {
+ "Id": 41,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 490
+ },
+ {
+ "Id": 42,
+ "LvPart": 2,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 585
+ },
+ {
+ "Id": 43,
+ "LvPart": 3,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 44,
+ "LvPart": 3,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 90
+ },
+ {
+ "Id": 45,
+ "LvPart": 3,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 120
+ },
+ {
+ "Id": 46,
+ "LvPart": 3,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 170
+ },
+ {
+ "Id": 47,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 140
+ },
+ {
+ "Id": 48,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 170
+ },
+ {
+ "Id": 49,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 220
+ },
+ {
+ "Id": 50,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 290
+ },
+ {
+ "Id": 51,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 380
+ },
+ {
+ "Id": 52,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 490
+ },
+ {
+ "Id": 53,
+ "LvPart": 3,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 620
+ },
+ {
+ "Id": 54,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 210
+ },
+ {
+ "Id": 55,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 240
+ },
+ {
+ "Id": 56,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 290
+ },
+ {
+ "Id": 57,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 360
+ },
+ {
+ "Id": 58,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 450
+ },
+ {
+ "Id": 59,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 560
+ },
+ {
+ "Id": 60,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 690
+ },
+ {
+ "Id": 61,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 840
+ },
+ {
+ "Id": 62,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 1010
+ },
+ {
+ "Id": 63,
+ "LvPart": 3,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 1200
+ },
+ {
+ "Id": 64,
+ "LvPart": 4,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 65,
+ "LvPart": 4,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 230
+ },
+ {
+ "Id": 66,
+ "LvPart": 4,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 260
+ },
+ {
+ "Id": 67,
+ "LvPart": 4,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 310
+ },
+ {
+ "Id": 68,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 280
+ },
+ {
+ "Id": 69,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 310
+ },
+ {
+ "Id": 70,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 360
+ },
+ {
+ "Id": 71,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 430
+ },
+ {
+ "Id": 72,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 520
+ },
+ {
+ "Id": 73,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 630
+ },
+ {
+ "Id": 74,
+ "LvPart": 4,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 760
+ },
+ {
+ "Id": 75,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 350
+ },
+ {
+ "Id": 76,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 380
+ },
+ {
+ "Id": 77,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 430
+ },
+ {
+ "Id": 78,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 500
+ },
+ {
+ "Id": 79,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 590
+ },
+ {
+ "Id": 80,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 700
+ },
+ {
+ "Id": 81,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 830
+ },
+ {
+ "Id": 82,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 980
+ },
+ {
+ "Id": 83,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 1150
+ },
+ {
+ "Id": 84,
+ "LvPart": 4,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 1340
+ },
+ {
+ "Id": 85,
+ "LvPart": 5,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 86,
+ "LvPart": 5,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 370
+ },
+ {
+ "Id": 87,
+ "LvPart": 5,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 400
+ },
+ {
+ "Id": 88,
+ "LvPart": 5,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 450
+ },
+ {
+ "Id": 89,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 420
+ },
+ {
+ "Id": 90,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 450
+ },
+ {
+ "Id": 91,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 500
+ },
+ {
+ "Id": 92,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 570
+ },
+ {
+ "Id": 93,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 660
+ },
+ {
+ "Id": 94,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 770
+ },
+ {
+ "Id": 95,
+ "LvPart": 5,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 900
+ },
+ {
+ "Id": 96,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 490
+ },
+ {
+ "Id": 97,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 520
+ },
+ {
+ "Id": 98,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 570
+ },
+ {
+ "Id": 99,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 640
+ },
+ {
+ "Id": 100,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 730
+ },
+ {
+ "Id": 101,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 840
+ },
+ {
+ "Id": 102,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 970
+ },
+ {
+ "Id": 103,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 1120
+ },
+ {
+ "Id": 104,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 1290
+ },
+ {
+ "Id": 105,
+ "LvPart": 5,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 1480
+ },
+ {
+ "Id": 106,
+ "LvPart": 6,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 107,
+ "LvPart": 6,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 560
+ },
+ {
+ "Id": 108,
+ "LvPart": 6,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 620
+ },
+ {
+ "Id": 109,
+ "LvPart": 6,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 720
+ },
+ {
+ "Id": 110,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 610
+ },
+ {
+ "Id": 111,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 670
+ },
+ {
+ "Id": 112,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 770
+ },
+ {
+ "Id": 113,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 910
+ },
+ {
+ "Id": 114,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 1090
+ },
+ {
+ "Id": 115,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 1310
+ },
+ {
+ "Id": 116,
+ "LvPart": 6,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 1570
+ },
+ {
+ "Id": 117,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 680
+ },
+ {
+ "Id": 118,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 740
+ },
+ {
+ "Id": 119,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 840
+ },
+ {
+ "Id": 120,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 980
+ },
+ {
+ "Id": 121,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 1160
+ },
+ {
+ "Id": 122,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 1380
+ },
+ {
+ "Id": 123,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 1640
+ },
+ {
+ "Id": 124,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 1940
+ },
+ {
+ "Id": 125,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 2280
+ },
+ {
+ "Id": 126,
+ "LvPart": 6,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 2660
+ },
+ {
+ "Id": 127,
+ "LvPart": 7,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 128,
+ "LvPart": 7,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 830
+ },
+ {
+ "Id": 129,
+ "LvPart": 7,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 920
+ },
+ {
+ "Id": 130,
+ "LvPart": 7,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 1070
+ },
+ {
+ "Id": 131,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 930
+ },
+ {
+ "Id": 132,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 1020
+ },
+ {
+ "Id": 133,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 1170
+ },
+ {
+ "Id": 134,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 1380
+ },
+ {
+ "Id": 135,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 1650
+ },
+ {
+ "Id": 136,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 1980
+ },
+ {
+ "Id": 137,
+ "LvPart": 7,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 2370
+ },
+ {
+ "Id": 138,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 1070
+ },
+ {
+ "Id": 139,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 1160
+ },
+ {
+ "Id": 140,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 1310
+ },
+ {
+ "Id": 141,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 1520
+ },
+ {
+ "Id": 142,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 1790
+ },
+ {
+ "Id": 143,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 2120
+ },
+ {
+ "Id": 144,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 2510
+ },
+ {
+ "Id": 145,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 2960
+ },
+ {
+ "Id": 146,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 3470
+ },
+ {
+ "Id": 147,
+ "LvPart": 7,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 4040
+ },
+ {
+ "Id": 148,
+ "LvPart": 8,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 149,
+ "LvPart": 8,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 1100
+ },
+ {
+ "Id": 150,
+ "LvPart": 8,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 1220
+ },
+ {
+ "Id": 151,
+ "LvPart": 8,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 1420
+ },
+ {
+ "Id": 152,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 1200
+ },
+ {
+ "Id": 153,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 1320
+ },
+ {
+ "Id": 154,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 1520
+ },
+ {
+ "Id": 155,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 1800
+ },
+ {
+ "Id": 156,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 2160
+ },
+ {
+ "Id": 157,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 2600
+ },
+ {
+ "Id": 158,
+ "LvPart": 8,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 3120
+ },
+ {
+ "Id": 159,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 1340
+ },
+ {
+ "Id": 160,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 1460
+ },
+ {
+ "Id": 161,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 1660
+ },
+ {
+ "Id": 162,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 1940
+ },
+ {
+ "Id": 163,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 2300
+ },
+ {
+ "Id": 164,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 2740
+ },
+ {
+ "Id": 165,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 3260
+ },
+ {
+ "Id": 166,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 3860
+ },
+ {
+ "Id": 167,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 4540
+ },
+ {
+ "Id": 168,
+ "LvPart": 8,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 5300
+ },
+ {
+ "Id": 169,
+ "LvPart": 9,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 170,
+ "LvPart": 9,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 1410
+ },
+ {
+ "Id": 171,
+ "LvPart": 9,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 1560
+ },
+ {
+ "Id": 172,
+ "LvPart": 9,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 1810
+ },
+ {
+ "Id": 173,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 1510
+ },
+ {
+ "Id": 174,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 1660
+ },
+ {
+ "Id": 175,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 1910
+ },
+ {
+ "Id": 176,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 2260
+ },
+ {
+ "Id": 177,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 2710
+ },
+ {
+ "Id": 178,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 3260
+ },
+ {
+ "Id": 179,
+ "LvPart": 9,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 3910
+ },
+ {
+ "Id": 180,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 1650
+ },
+ {
+ "Id": 181,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 1800
+ },
+ {
+ "Id": 182,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 2050
+ },
+ {
+ "Id": 183,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 2400
+ },
+ {
+ "Id": 184,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 2850
+ },
+ {
+ "Id": 185,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 3400
+ },
+ {
+ "Id": 186,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 4050
+ },
+ {
+ "Id": 187,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 4800
+ },
+ {
+ "Id": 188,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 5650
+ },
+ {
+ "Id": 189,
+ "LvPart": 9,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 6600
+ },
+ {
+ "Id": 190,
+ "LvPart": 10,
+ "Grade": 1,
+ "StrengthenNum": 0,
+ "CopperCoins": 0
+ },
+ {
+ "Id": 191,
+ "LvPart": 10,
+ "Grade": 2,
+ "StrengthenNum": 1,
+ "CopperCoins": 1760
+ },
+ {
+ "Id": 192,
+ "LvPart": 10,
+ "Grade": 2,
+ "StrengthenNum": 2,
+ "CopperCoins": 1940
+ },
+ {
+ "Id": 193,
+ "LvPart": 10,
+ "Grade": 2,
+ "StrengthenNum": 3,
+ "CopperCoins": 2240
+ },
+ {
+ "Id": 194,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 1,
+ "CopperCoins": 1860
+ },
+ {
+ "Id": 195,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 2,
+ "CopperCoins": 2040
+ },
+ {
+ "Id": 196,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 3,
+ "CopperCoins": 2340
+ },
+ {
+ "Id": 197,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 4,
+ "CopperCoins": 2760
+ },
+ {
+ "Id": 198,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 5,
+ "CopperCoins": 3300
+ },
+ {
+ "Id": 199,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 6,
+ "CopperCoins": 3960
+ },
+ {
+ "Id": 200,
+ "LvPart": 10,
+ "Grade": 3,
+ "StrengthenNum": 7,
+ "CopperCoins": 4740
+ },
+ {
+ "Id": 201,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 1,
+ "CopperCoins": 2000
+ },
+ {
+ "Id": 202,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 2,
+ "CopperCoins": 2180
+ },
+ {
+ "Id": 203,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 3,
+ "CopperCoins": 2480
+ },
+ {
+ "Id": 204,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 4,
+ "CopperCoins": 2900
+ },
+ {
+ "Id": 205,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 5,
+ "CopperCoins": 3440
+ },
+ {
+ "Id": 206,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 6,
+ "CopperCoins": 4100
+ },
+ {
+ "Id": 207,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 7,
+ "CopperCoins": 4880
+ },
+ {
+ "Id": 208,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 8,
+ "CopperCoins": 5780
+ },
+ {
+ "Id": 209,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 9,
+ "CopperCoins": 6800
+ },
+ {
+ "Id": 210,
+ "LvPart": 10,
+ "Grade": 4,
+ "StrengthenNum": 10,
+ "CopperCoins": 7940
+ }
+]
\ No newline at end of file
diff --git a/config/StructureConfigCategory.json b/config/StructureConfigCategory.json
new file mode 100644
index 0000000..8b2f1c1
--- /dev/null
+++ b/config/StructureConfigCategory.json
@@ -0,0 +1,7559 @@
+[
+ {
+ "Id": 1,
+ "Name": "工台",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 1,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 10,
+ "Durable": 450,
+ "FirmCoinNum": 50,
+ "NunLimit": -1,
+ "ShapeId": 1,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 10,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 5,
+ "RepairItemNum1": 12,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 3,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 6,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 12,
+ "StrengthenDurable1": 480,
+ "StrengthenDurable2": 510,
+ "StrengthenDurable3": 540,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1",
+ "Picture": "Structure_Picture_1",
+ "NamePicture": "Structure_Name_1",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "简易的工作台,建造后可以解锁部分资源,也可以制作各种材料",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 2,
+ "Name": "工房",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 900,
+ "Durable": 1500,
+ "FirmCoinNum": 1200,
+ "NunLimit": -1,
+ "ShapeId": 2,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 802,
+ "RepairItemNum1": 220,
+ "RepairItem2": 808,
+ "RepairItemNum2": 120,
+ "RepairItem3": 815,
+ "RepairItemNum3": 50,
+ "RepairItem4": 824,
+ "RepairItemNum4": 30,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 18,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 36,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 72,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_2",
+ "Picture": "Structure_Picture_2",
+ "NamePicture": "Structure_Name_2",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "工作房,建造后可以解锁部分资源,也可以制作各种材料",
+ "Record": true,
+ "RecordText": "山谷建造了工房,各种基础材料得以加工,建造建筑时更加得心应手了。"
+ },
+ {
+ "Id": 3,
+ "Name": "铁工房",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 7000,
+ "Durable": 1500,
+ "FirmCoinNum": 3600,
+ "NunLimit": -1,
+ "ShapeId": 3,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 4,
+ "RepairItem1": 812,
+ "RepairItemNum1": 200,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 816,
+ "RepairItemNum3": 100,
+ "RepairItem4": 825,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 33,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 66,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 132,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_3",
+ "Picture": "Structure_Picture_3",
+ "NamePicture": "Structure_Name_3",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "高级工作房,建造可以解锁部分资源,也可以制作各种材料",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 4,
+ "Name": "铁工房",
+ "LvMark": 2,
+ "Type": 1,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 35000,
+ "Durable": 3000,
+ "FirmCoinNum": 6400,
+ "NunLimit": -1,
+ "ShapeId": 4,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 820,
+ "RepairItemNum3": 200,
+ "RepairItem4": 825,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 48,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 96,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 192,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_4",
+ "Picture": "Structure_Picture_4",
+ "NamePicture": "Structure_Name_3",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "高级工作房,建造可以解锁部分资源,也可以制作各种材料",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 20,
+ "Name": "石作",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 2,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40,
+ "Durable": 600,
+ "FirmCoinNum": 100,
+ "NunLimit": -1,
+ "ShapeId": 20,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 20,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 13,
+ "RepairItemNum1": 30,
+ "RepairItem2": 802,
+ "RepairItemNum2": 20,
+ "RepairItem3": 3,
+ "RepairItemNum3": 15,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 6,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 12,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 24,
+ "StrengthenDurable1": 630,
+ "StrengthenDurable2": 660,
+ "StrengthenDurable3": 690,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_20",
+ "Picture": "Structure_Picture_20",
+ "NamePicture": "Structure_Name_20",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "石材加工场所石头通常质硬,需要使用特殊的工具进行加工",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 21,
+ "Name": "石坊",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 1000,
+ "Durable": 1500,
+ "FirmCoinNum": 1200,
+ "NunLimit": -1,
+ "ShapeId": 21,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 22,
+ "RepairItem1": 807,
+ "RepairItemNum1": 220,
+ "RepairItem2": 802,
+ "RepairItemNum2": 60,
+ "RepairItem3": 800,
+ "RepairItemNum3": 60,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 18,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 36,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 72,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_21",
+ "Picture": "Structure_Picture_21",
+ "NamePicture": "Structure_Name_20",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "石材加工场所石头通常质硬,需要使用特殊的工具进行加工",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 22,
+ "Name": "石坊",
+ "LvMark": 2,
+ "Type": 1,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 7000,
+ "Durable": 1500,
+ "FirmCoinNum": 3600,
+ "NunLimit": -1,
+ "ShapeId": 22,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 23,
+ "RepairItem1": 808,
+ "RepairItemNum1": 400,
+ "RepairItem2": 803,
+ "RepairItemNum2": 200,
+ "RepairItem3": 825,
+ "RepairItemNum3": 200,
+ "RepairItem4": 816,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 33,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 66,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 132,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_22",
+ "Picture": "Structure_Picture_22",
+ "NamePicture": "Structure_Name_20",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "石材加工场所石头通常质硬,需要使用特殊的工具进行加工",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 23,
+ "Name": "石坊",
+ "LvMark": 3,
+ "Type": 1,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 35000,
+ "Durable": 3000,
+ "FirmCoinNum": 6400,
+ "NunLimit": -1,
+ "ShapeId": 23,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 825,
+ "RepairItemNum3": 400,
+ "RepairItem4": 820,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 48,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 96,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 192,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_23",
+ "Picture": "Structure_Picture_23",
+ "NamePicture": "Structure_Name_20",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "石材加工场所石头通常质硬,需要使用特殊的工具进行加工",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 30,
+ "Name": "礼厅",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 400,
+ "Durable": 3000,
+ "FirmCoinNum": 500,
+ "NunLimit": 1,
+ "ShapeId": 30,
+ "Special": 22,
+ "BuildFunctionId": 30,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 800,
+ "RepairItemNum1": 80,
+ "RepairItem2": 802,
+ "RepairItemNum2": 40,
+ "RepairItem3": 807,
+ "RepairItemNum3": 20,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 12,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 24,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 48,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_30",
+ "Picture": "Structure_Picture_30",
+ "NamePicture": "Structure_Name_30",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "收取礼品的大厅,陶渊明和村落送的礼物会放在这里",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 40,
+ "Name": "营火",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 1,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 20,
+ "Durable": 600,
+ "FirmCoinNum": 50,
+ "NunLimit": -1,
+ "ShapeId": 40,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 10,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 13,
+ "RepairItemNum1": 20,
+ "RepairItem2": 5,
+ "RepairItemNum2": 10,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 3,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 6,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 12,
+ "StrengthenDurable1": 630,
+ "StrengthenDurable2": 660,
+ "StrengthenDurable3": 690,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_40",
+ "Picture": "Structure_Picture_40",
+ "NamePicture": "Structure_Name_40",
+ "Sound": "Sound_Structure_40",
+ "InteractiveAnimations": [
+ "Sit_Face",
+ "Sit_Face",
+ "Sit_Face",
+ "Sit_Back"
+ ],
+ "Describe": "在营火上能制作一些简易的菜品,烧起来的时候会冒出小小的火花",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 41,
+ "Name": "石灶",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 240,
+ "Durable": 1500,
+ "FirmCoinNum": 500,
+ "NunLimit": -1,
+ "ShapeId": 41,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 30,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 807,
+ "RepairItemNum1": 100,
+ "RepairItem2": 802,
+ "RepairItemNum2": 20,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 12,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 24,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 48,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 3,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 2,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_41",
+ "Picture": "Structure_Picture_41",
+ "NamePicture": "Structure_Name_41",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用石块堆砌成灶台的样子,为桃谷增添一缕烟火气",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 42,
+ "Name": "火灶房",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 2000,
+ "Durable": 3000,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 42,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 300,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 43,
+ "RepairItem1": 803,
+ "RepairItemNum1": 150,
+ "RepairItem2": 808,
+ "RepairItemNum2": 200,
+ "RepairItem3": 824,
+ "RepairItemNum3": 100,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 24,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 48,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 96,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 30,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 8,
+ "StrengIntegral3": 15,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_42",
+ "Picture": "Structure_Picture_42",
+ "NamePicture": "Structure_Name_42",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "山谷飘香处,缕缕人间烟",
+ "Record": true,
+ "RecordText": "随着火灶房的建成,原本营火点点的山谷变成炊烟袅袅,食物的香气给大家带来了许多幸福的回忆。"
+ },
+ {
+ "Id": 43,
+ "Name": "火灶房",
+ "LvMark": 2,
+ "Type": 1,
+ "Schedule": 12,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 10000,
+ "Durable": 1500,
+ "FirmCoinNum": 4100,
+ "NunLimit": -1,
+ "ShapeId": 43,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 803,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 400,
+ "RepairItem3": 827,
+ "RepairItemNum3": 250,
+ "RepairItem4": 825,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 36,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 72,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 144,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_43",
+ "Picture": "Structure_Picture_43",
+ "NamePicture": "Structure_Name_42",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "山谷飘香处,缕缕人间烟",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 44,
+ "Name": "谷膳房",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 15,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 20000,
+ "Durable": 3000,
+ "FirmCoinNum": 5800,
+ "NunLimit": -1,
+ "ShapeId": 44,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 45,
+ "RepairItem1": 813,
+ "RepairItemNum1": 600,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 827,
+ "RepairItemNum3": 400,
+ "RepairItem4": 825,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 45,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 90,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 180,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_44",
+ "Picture": "Structure_Picture_44",
+ "NamePicture": "Structure_Name_44",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "山谷飘香处,缕缕人间烟",
+ "Record": true,
+ "RecordText": ""
+ },
+ {
+ "Id": 45,
+ "Name": "谷膳房",
+ "LvMark": 2,
+ "Type": 1,
+ "Schedule": 18,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 43000,
+ "Durable": 1500,
+ "FirmCoinNum": 7600,
+ "NunLimit": -1,
+ "ShapeId": 45,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1200,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1200,
+ "RepairItem2": 810,
+ "RepairItemNum2": 400,
+ "RepairItem3": 827,
+ "RepairItemNum3": 500,
+ "RepairItem4": 825,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 54,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 108,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 216,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 120,
+ "StrengIntegral1": 20,
+ "StrengIntegral2": 30,
+ "StrengIntegral3": 60,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_45",
+ "Picture": "Structure_Picture_45",
+ "NamePicture": "Structure_Name_44",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "山谷飘香处,缕缕人间烟",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 60,
+ "Name": "草棚",
+ "LvMark": -1,
+ "Type": 3,
+ "Schedule": 1,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 30,
+ "Durable": 240,
+ "FirmCoinNum": 50,
+ "NunLimit": -1,
+ "ShapeId": 60,
+ "Comfortable": 5,
+ "DiseaseDeduction": 20,
+ "Special": 0,
+ "BuildFunctionId": 60,
+ "Boom": 20,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 1,
+ "RepairItemNum1": 80,
+ "RepairItem2": 802,
+ "RepairItemNum2": 5,
+ "RepairItem3": 801,
+ "RepairItemNum3": 5,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 3,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 6,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 12,
+ "StrengthenDurable1": 270,
+ "StrengthenDurable2": 300,
+ "StrengthenDurable3": 330,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_60",
+ "Picture": "Structure_Picture_60",
+ "NamePicture": "Structure_Name_60",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "结构简单,建造材料易得。勉强可以遮风挡雨",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 61,
+ "Name": "茅草房",
+ "LvMark": -1,
+ "Type": 3,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 270,
+ "Durable": 900,
+ "FirmCoinNum": 500,
+ "NunLimit": -1,
+ "ShapeId": 61,
+ "Comfortable": 10,
+ "DiseaseDeduction": 30,
+ "Special": 0,
+ "BuildFunctionId": 61,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 800,
+ "RepairItemNum1": 80,
+ "RepairItem2": 802,
+ "RepairItemNum2": 40,
+ "RepairItem3": 807,
+ "RepairItemNum3": 20,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 12,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 24,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 48,
+ "StrengthenDurable1": 930,
+ "StrengthenDurable2": 960,
+ "StrengthenDurable3": 990,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_61",
+ "Picture": "Structure_Picture_61",
+ "NamePicture": "Structure_Name_61",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用茅草和木板搭建的简易居所,难以抵抗大风大雨和严冬",
+ "Record": true,
+ "RecordText": "终于从简陋的草棚过度到坚固的茅草房,村民们很满意这样的居所,称不上最好最舒适,但大家都懂得知足常乐。"
+ },
+ {
+ "Id": 63,
+ "Name": "木瓦房",
+ "LvMark": 1,
+ "Type": 3,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3000,
+ "Durable": 1500,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 63,
+ "Comfortable": 30,
+ "DiseaseDeduction": 40,
+ "Special": 0,
+ "BuildFunctionId": 63,
+ "Boom": 300,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 64,
+ "RepairItem1": 803,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 60,
+ "RepairItem3": 827,
+ "RepairItemNum3": 200,
+ "RepairItem4": 824,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 27,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 54,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 108,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 30,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 8,
+ "StrengIntegral3": 15,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_63",
+ "Picture": "Structure_Picture_63",
+ "NamePicture": "Structure_Name_63",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用比较好的木板和瓦片搭建的居所有较好的遮风挡雨的作用",
+ "Record": true,
+ "RecordText": ""
+ },
+ {
+ "Id": 64,
+ "Name": "木瓦房",
+ "LvMark": 2,
+ "Type": 3,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 13000,
+ "Durable": 1500,
+ "FirmCoinNum": 4600,
+ "NunLimit": -1,
+ "ShapeId": 64,
+ "Comfortable": 40,
+ "DiseaseDeduction": 50,
+ "Special": 0,
+ "BuildFunctionId": 64,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 813,
+ "RepairItemNum1": 500,
+ "RepairItem2": 809,
+ "RepairItemNum2": 300,
+ "RepairItem3": 827,
+ "RepairItemNum3": 300,
+ "RepairItem4": 3,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 39,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 78,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 156,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_64",
+ "Picture": "Structure_Picture_64",
+ "NamePicture": "Structure_Name_63",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用比较好的木板和瓦片搭建的居所有较好的遮风挡雨的作用",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 65,
+ "Name": "石瓦房",
+ "LvMark": 1,
+ "Type": 3,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40000,
+ "Durable": 3000,
+ "FirmCoinNum": 7000,
+ "NunLimit": -1,
+ "ShapeId": 65,
+ "Comfortable": 50,
+ "DiseaseDeduction": 60,
+ "Special": 0,
+ "BuildFunctionId": 65,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 66,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 810,
+ "RepairItemNum2": 300,
+ "RepairItem3": 827,
+ "RepairItemNum3": 600,
+ "RepairItem4": 825,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 51,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 102,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 204,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_65",
+ "Picture": "Structure_Picture_65",
+ "NamePicture": "Structure_Name_65",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用比较好的木板和瓦片搭建的居所有较好的遮风挡雨的作用",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 66,
+ "Name": "石瓦房",
+ "LvMark": 2,
+ "Type": 3,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 50000,
+ "Durable": 3000,
+ "FirmCoinNum": 8900,
+ "NunLimit": -1,
+ "ShapeId": 66,
+ "Comfortable": 60,
+ "DiseaseDeduction": 70,
+ "Special": 0,
+ "BuildFunctionId": 66,
+ "Boom": 1000,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 806,
+ "RepairItemNum1": 1400,
+ "RepairItem2": 810,
+ "RepairItemNum2": 900,
+ "RepairItem3": 827,
+ "RepairItemNum3": 800,
+ "RepairItem4": 825,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 858,
+ "StrengthenItemNum1": 60,
+ "StrengthenItem2": 858,
+ "StrengthenItemNum2": 120,
+ "StrengthenItem3": 858,
+ "StrengthenItemNum3": 240,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 100,
+ "StrengIntegral1": 17,
+ "StrengIntegral2": 25,
+ "StrengIntegral3": 50,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_66",
+ "Picture": "Structure_Picture_66",
+ "NamePicture": "Structure_Name_65",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用比较好的木板和瓦片搭建的居所有较好的遮风挡雨的作用",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 67,
+ "Name": "客房",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 0,
+ "ScaleUp": true,
+ "FixedPoint": false,
+ "EngineeringQuantity": 700,
+ "Durable": 1500,
+ "FirmCoinNum": 800,
+ "NunLimit": -1,
+ "ShapeId": 67,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 120,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 802,
+ "RepairItemNum1": 60,
+ "RepairItem2": 3,
+ "RepairItemNum2": 80,
+ "RepairItem3": 807,
+ "RepairItemNum3": 40,
+ "RepairItem4": 800,
+ "RepairItemNum4": 40,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 15,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 30,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 60,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 12,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 6,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_67",
+ "Picture": "Structure_Picture_67",
+ "NamePicture": "Structure_Name_67",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "招待游民的房子,能较快的提升游民的友好度",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 80,
+ "Name": "草药台",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 2,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 30,
+ "Durable": 450,
+ "FirmCoinNum": 100,
+ "NunLimit": -1,
+ "ShapeId": 80,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 20,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 802,
+ "RepairItemNum1": 10,
+ "RepairItem2": 3,
+ "RepairItemNum2": 20,
+ "RepairItem3": 801,
+ "RepairItemNum3": 5,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 6,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 12,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 24,
+ "StrengthenDurable1": 480,
+ "StrengthenDurable2": 510,
+ "StrengthenDurable3": 540,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_80",
+ "Picture": "Structure_Picture_80",
+ "NamePicture": "Structure_Name_80",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "草药台可以制做简单的药品来缓解伤病",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 81,
+ "Name": "草药厅",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 2000,
+ "Durable": 1500,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 81,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 200,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 803,
+ "RepairItemNum1": 150,
+ "RepairItem2": 3,
+ "RepairItemNum2": 100,
+ "RepairItem3": 800,
+ "RepairItemNum3": 100,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 24,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 48,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 96,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 20,
+ "StrengIntegral1": 4,
+ "StrengIntegral2": 5,
+ "StrengIntegral3": 10,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_81",
+ "Picture": "Structure_Picture_81",
+ "NamePicture": "Structure_Name_81",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "草药厅可以制做初级的药品来缓解伤病",
+ "Record": true,
+ "RecordText": "日常难免会有小伤小病,但今年建造了草药厅,山谷可以常备一些药品,及时为村民解决伤病。"
+ },
+ {
+ "Id": 82,
+ "Name": "药房",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 7000,
+ "Durable": 1500,
+ "FirmCoinNum": 3600,
+ "NunLimit": -1,
+ "ShapeId": 82,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 300,
+ "RepairItem2": 809,
+ "RepairItemNum2": 150,
+ "RepairItem3": 827,
+ "RepairItemNum3": 200,
+ "RepairItem4": 3,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 33,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 66,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 132,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_82",
+ "Picture": "Structure_Picture_82",
+ "NamePicture": "Structure_Name_82",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "药房可以制做中级的药品来缓解伤病",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 83,
+ "Name": "回春堂",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 15,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 22000,
+ "Durable": 3000,
+ "FirmCoinNum": 5800,
+ "NunLimit": -1,
+ "ShapeId": 83,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 600,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 827,
+ "RepairItemNum3": 400,
+ "RepairItem4": 825,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 45,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 90,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 180,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_83",
+ "Picture": "Structure_Picture_83",
+ "NamePicture": "Structure_Name_83",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "回春堂可以制做高级的药品来缓解伤病",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 84,
+ "Name": "济世堂",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 19,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 50000,
+ "Durable": 3000,
+ "FirmCoinNum": 8200,
+ "NunLimit": -1,
+ "ShapeId": 84,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1000,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 810,
+ "RepairItemNum2": 600,
+ "RepairItem3": 827,
+ "RepairItemNum3": 600,
+ "RepairItem4": 825,
+ "RepairItemNum4": 600,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 858,
+ "StrengthenItemNum1": 57,
+ "StrengthenItem2": 858,
+ "StrengthenItemNum2": 114,
+ "StrengthenItem3": 858,
+ "StrengthenItemNum3": 228,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 100,
+ "StrengIntegral1": 17,
+ "StrengIntegral2": 25,
+ "StrengIntegral3": 50,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_84",
+ "Picture": "Structure_Picture_84",
+ "NamePicture": "Structure_Name_84",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "济世堂可以制做各种稀的药品来缓解伤病",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 100,
+ "Name": "粗布坊",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 2,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40,
+ "Durable": 600,
+ "FirmCoinNum": 100,
+ "NunLimit": -1,
+ "ShapeId": 100,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 20,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 802,
+ "RepairItemNum1": 25,
+ "RepairItem2": 3,
+ "RepairItemNum2": 20,
+ "RepairItem3": 801,
+ "RepairItemNum3": 10,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 6,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 12,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 24,
+ "StrengthenDurable1": 630,
+ "StrengthenDurable2": 660,
+ "StrengthenDurable3": 690,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_100",
+ "Picture": "Structure_Picture_100",
+ "NamePicture": "Structure_Name_100",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "制作简易衣物的场所,村民在不同的季节都需要不同的衣服",
+ "Record": true,
+ "RecordText": ""
+ },
+ {
+ "Id": 101,
+ "Name": "成衣坊",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 5,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 270,
+ "Durable": 900,
+ "FirmCoinNum": 800,
+ "NunLimit": -1,
+ "ShapeId": 101,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 802,
+ "RepairItemNum1": 80,
+ "RepairItem2": 3,
+ "RepairItemNum2": 40,
+ "RepairItem3": 800,
+ "RepairItemNum3": 20,
+ "RepairItem4": 801,
+ "RepairItemNum4": 20,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 15,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 30,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 60,
+ "StrengthenDurable1": 930,
+ "StrengthenDurable2": 960,
+ "StrengthenDurable3": 990,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_101",
+ "Picture": "Structure_Picture_101",
+ "NamePicture": "Structure_Name_101",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "制作初级衣物的场所,村民在不同的季节都需要不同的衣服",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 102,
+ "Name": "织房",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 14,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 16000,
+ "Durable": 1500,
+ "FirmCoinNum": 5200,
+ "NunLimit": -1,
+ "ShapeId": 102,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 813,
+ "RepairItemNum1": 600,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 3,
+ "RepairItemNum3": 500,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 42,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 84,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 168,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_102",
+ "Picture": "Structure_Picture_102",
+ "NamePicture": "Structure_Name_102",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "制作中级的制作衣物的场所,村民在不同的季节都需要不同的衣服",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 103,
+ "Name": "布庄",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3000,
+ "Durable": 1500,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 103,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 350,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 812,
+ "RepairItemNum1": 220,
+ "RepairItem2": 808,
+ "RepairItemNum2": 80,
+ "RepairItem3": 827,
+ "RepairItemNum3": 100,
+ "RepairItem4": 3,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 27,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 54,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 108,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 35,
+ "StrengIntegral1": 6,
+ "StrengIntegral2": 9,
+ "StrengIntegral3": 18,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_103",
+ "Picture": "Structure_Picture_103",
+ "NamePicture": "Structure_Name_103",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "制作高级的制作衣物的场所,村民在不同的季节都需要不同的衣服",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 104,
+ "Name": "尚衣坊",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40000,
+ "Durable": 3000,
+ "FirmCoinNum": 7000,
+ "NunLimit": -1,
+ "ShapeId": 104,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 106,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1100,
+ "RepairItem2": 810,
+ "RepairItemNum2": 400,
+ "RepairItem3": 827,
+ "RepairItemNum3": 400,
+ "RepairItem4": 825,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 51,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 102,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 204,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_104",
+ "Picture": "Structure_Picture_104",
+ "NamePicture": "Structure_Name_104",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "制作各种舒适华丽衣物的场所,村民在不同的季节都需要不同的衣服",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 105,
+ "Name": "蚕室",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 14,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 16000,
+ "Durable": 1500,
+ "FirmCoinNum": 5200,
+ "NunLimit": -1,
+ "ShapeId": 105,
+ "Special": 20,
+ "BuildFunctionId": 105,
+ "Boom": 500,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 600,
+ "RepairItem2": 809,
+ "RepairItemNum2": 200,
+ "RepairItem3": 3,
+ "RepairItemNum3": 400,
+ "RepairItem4": 801,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 42,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 84,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 168,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 50,
+ "StrengIntegral1": 9,
+ "StrengIntegral2": 13,
+ "StrengIntegral3": 25,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_105",
+ "Picture": "Structure_Picture_105",
+ "NamePicture": "Structure_Name_105",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "养蚕的场所,可以产出用于制作丝绸的蚕茧",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 106,
+ "Name": "尚衣坊",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 50000,
+ "Durable": 3000,
+ "FirmCoinNum": 8900,
+ "NunLimit": -1,
+ "ShapeId": 106,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 500,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 500,
+ "RepairItem4": 858,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 15,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 30,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 60,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 180,
+ "StrengIntegral1": 30,
+ "StrengIntegral2": 45,
+ "StrengIntegral3": 90,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_106",
+ "Picture": "Structure_Picture_106",
+ "NamePicture": "Structure_Name_106",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "制作各种舒适华丽衣物的场所,村民在不同的季节都需要不同的衣服",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 120,
+ "Name": "农坊",
+ "LvMark": 1,
+ "Type": 4,
+ "Schedule": 5,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 400,
+ "Durable": 1500,
+ "FirmCoinNum": 800,
+ "NunLimit": 1,
+ "ShapeId": 120,
+ "Special": 9,
+ "BuildFunctionId": 120,
+ "Boom": 150,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 121,
+ "RepairItem1": 802,
+ "RepairItemNum1": 100,
+ "RepairItem2": 807,
+ "RepairItemNum2": 40,
+ "RepairItem3": 3,
+ "RepairItemNum3": 40,
+ "RepairItem4": 800,
+ "RepairItemNum4": 40,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 18,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 36,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 72,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 15,
+ "StrengIntegral1": 3,
+ "StrengIntegral2": 4,
+ "StrengIntegral3": 8,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_120",
+ "Picture": "Structure_Picture_120",
+ "NamePicture": "Structure_Name_120",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 121,
+ "Name": "农坊",
+ "LvMark": 2,
+ "Type": 4,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 1200,
+ "Durable": 1500,
+ "FirmCoinNum": 1200,
+ "NunLimit": 1,
+ "ShapeId": 121,
+ "Special": 9,
+ "BuildFunctionId": 121,
+ "Boom": 150,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 122,
+ "RepairItem1": 803,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 150,
+ "RepairItem3": 800,
+ "RepairItemNum3": 80,
+ "RepairItem4": 824,
+ "RepairItemNum4": 40,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 24,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 48,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 96,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 15,
+ "StrengIntegral1": 3,
+ "StrengIntegral2": 4,
+ "StrengIntegral3": 8,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_121",
+ "Picture": "Structure_Picture_121",
+ "NamePicture": "Structure_Name_121",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 122,
+ "Name": "农坊",
+ "LvMark": 3,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 2500,
+ "Durable": 1500,
+ "FirmCoinNum": 2100,
+ "NunLimit": 1,
+ "ShapeId": 122,
+ "Special": 9,
+ "BuildFunctionId": 122,
+ "Boom": 300,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 123,
+ "RepairItem1": 812,
+ "RepairItemNum1": 200,
+ "RepairItem2": 3,
+ "RepairItemNum2": 100,
+ "RepairItem3": 824,
+ "RepairItemNum3": 100,
+ "RepairItem4": 815,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 30,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 60,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 120,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 30,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 8,
+ "StrengIntegral3": 15,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_122",
+ "Picture": "Structure_Picture_122",
+ "NamePicture": "Structure_Name_122",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 123,
+ "Name": "农坊",
+ "LvMark": 4,
+ "Type": 4,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 4500,
+ "Durable": 1500,
+ "FirmCoinNum": 3100,
+ "NunLimit": 1,
+ "ShapeId": 123,
+ "Special": 9,
+ "BuildFunctionId": 123,
+ "Boom": 400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 124,
+ "RepairItem1": 803,
+ "RepairItemNum1": 300,
+ "RepairItem2": 808,
+ "RepairItemNum2": 200,
+ "RepairItem3": 801,
+ "RepairItemNum3": 100,
+ "RepairItem4": 816,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 33,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 66,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 132,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_123",
+ "Picture": "Structure_Picture_123",
+ "NamePicture": "Structure_Name_123",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 124,
+ "Name": "农坊",
+ "LvMark": 5,
+ "Type": 4,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 7000,
+ "Durable": 1500,
+ "FirmCoinNum": 3600,
+ "NunLimit": 1,
+ "ShapeId": 124,
+ "Special": 9,
+ "BuildFunctionId": 124,
+ "Boom": 500,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 125,
+ "RepairItem1": 812,
+ "RepairItemNum1": 300,
+ "RepairItem2": 809,
+ "RepairItemNum2": 200,
+ "RepairItem3": 3,
+ "RepairItemNum3": 200,
+ "RepairItem4": 827,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 36,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 72,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 144,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 50,
+ "StrengIntegral1": 9,
+ "StrengIntegral2": 13,
+ "StrengIntegral3": 25,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_124",
+ "Picture": "Structure_Picture_124",
+ "NamePicture": "Structure_Name_124",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 125,
+ "Name": "农坊",
+ "LvMark": 6,
+ "Type": 4,
+ "Schedule": 12,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 10000,
+ "Durable": 1500,
+ "FirmCoinNum": 4100,
+ "NunLimit": 1,
+ "ShapeId": 125,
+ "Special": 9,
+ "BuildFunctionId": 125,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 126,
+ "RepairItem1": 804,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 300,
+ "RepairItem3": 3,
+ "RepairItemNum3": 250,
+ "RepairItem4": 827,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 39,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 78,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 156,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_125",
+ "Picture": "Structure_Picture_125",
+ "NamePicture": "Structure_Name_125",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 126,
+ "Name": "农坊",
+ "LvMark": 7,
+ "Type": 4,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 13000,
+ "Durable": 1500,
+ "FirmCoinNum": 4600,
+ "NunLimit": 1,
+ "ShapeId": 126,
+ "Special": 9,
+ "BuildFunctionId": 126,
+ "Boom": 700,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 300,
+ "RepairItem2": 809,
+ "RepairItemNum2": 500,
+ "RepairItem3": 827,
+ "RepairItemNum3": 350,
+ "RepairItem4": 820,
+ "RepairItemNum4": 150,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 70,
+ "StrengIntegral1": 12,
+ "StrengIntegral2": 18,
+ "StrengIntegral3": 35,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_126",
+ "Picture": "Structure_Picture_126",
+ "NamePicture": "Structure_Name_126",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种农业相关科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 140,
+ "Name": "城门",
+ "LvMark": 1,
+ "Type": 0,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 10,
+ "Durable": 3000,
+ "FirmCoinNum": 500,
+ "NunLimit": -1,
+ "ShapeId": 140,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 140,
+ "RegionId": 1001,
+ "UpgradeId": 142,
+ "RepairItem1": 31,
+ "RepairItemNum1": 1,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_140",
+ "Picture": "Structure_Picture_140_Gate1",
+ "NamePicture": "Structure_Name_140",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": true,
+ "RecordText": "城门落成了,大家悬着的一颗心终于放下了!现在的山谷很安全。"
+ },
+ {
+ "Id": 141,
+ "Name": "箭塔",
+ "LvMark": 1,
+ "Type": 0,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 80,
+ "Durable": 3000,
+ "FirmCoinNum": 500,
+ "NunLimit": -1,
+ "ShapeId": 141,
+ "Special": 14,
+ "BuildFunctionId": 141,
+ "Boom": 30,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 141,
+ "RegionId": 1001,
+ "UpgradeId": 143,
+ "RepairItem1": 807,
+ "RepairItemNum1": 20,
+ "RepairItem2": 802,
+ "RepairItemNum2": 35,
+ "RepairItem3": 3,
+ "RepairItemNum3": 20,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_141",
+ "Picture": "Structure_Picture_141",
+ "NamePicture": "Structure_Name_141",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 142,
+ "Name": "城门",
+ "LvMark": 2,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1300,
+ "Durable": 3000,
+ "FirmCoinNum": 1600,
+ "NunLimit": -1,
+ "ShapeId": 142,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 150,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 142,
+ "RegionId": 1001,
+ "UpgradeId": 144,
+ "RepairItem1": 808,
+ "RepairItemNum1": 200,
+ "RepairItem2": 803,
+ "RepairItemNum2": 100,
+ "RepairItem3": 824,
+ "RepairItemNum3": 60,
+ "RepairItem4": 815,
+ "RepairItemNum4": 80,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_142",
+ "Picture": "Structure_Picture_142_Gate1",
+ "NamePicture": "Structure_Name_142",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 143,
+ "Name": "箭塔",
+ "LvMark": 2,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 600,
+ "Durable": 3000,
+ "FirmCoinNum": 1600,
+ "NunLimit": -1,
+ "ShapeId": 143,
+ "Special": 14,
+ "BuildFunctionId": 143,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 143,
+ "RegionId": 1001,
+ "UpgradeId": 145,
+ "RepairItem1": 808,
+ "RepairItemNum1": 100,
+ "RepairItem2": 803,
+ "RepairItemNum2": 50,
+ "RepairItem3": 815,
+ "RepairItemNum3": 30,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_143",
+ "Picture": "Structure_Picture_143",
+ "NamePicture": "Structure_Name_143",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 144,
+ "Name": "城门",
+ "LvMark": 3,
+ "Type": 0,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 5000,
+ "Durable": 3000,
+ "FirmCoinNum": 3100,
+ "NunLimit": -1,
+ "ShapeId": 144,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 500,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 144,
+ "RegionId": 1001,
+ "UpgradeId": 146,
+ "RepairItem1": 808,
+ "RepairItemNum1": 350,
+ "RepairItem2": 803,
+ "RepairItemNum2": 200,
+ "RepairItem3": 816,
+ "RepairItemNum3": 80,
+ "RepairItem4": 824,
+ "RepairItemNum4": 60,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_144",
+ "Picture": "Structure_Picture_144_Gate1",
+ "NamePicture": "Structure_Name_144",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 145,
+ "Name": "箭塔",
+ "LvMark": 3,
+ "Type": 0,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 3000,
+ "Durable": 3000,
+ "FirmCoinNum": 3100,
+ "NunLimit": -1,
+ "ShapeId": 145,
+ "Special": 14,
+ "BuildFunctionId": 145,
+ "Boom": 200,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 145,
+ "RegionId": 1001,
+ "UpgradeId": 147,
+ "RepairItem1": 808,
+ "RepairItemNum1": 175,
+ "RepairItem2": 803,
+ "RepairItemNum2": 100,
+ "RepairItem3": 816,
+ "RepairItemNum3": 40,
+ "RepairItem4": 824,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_145",
+ "Picture": "Structure_Picture_145",
+ "NamePicture": "Structure_Name_145",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 146,
+ "Name": "城门",
+ "LvMark": 4,
+ "Type": 0,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 15000,
+ "Durable": 3000,
+ "FirmCoinNum": 4600,
+ "NunLimit": -1,
+ "ShapeId": 146,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 146,
+ "RegionId": 1001,
+ "UpgradeId": 148,
+ "RepairItem1": 804,
+ "RepairItemNum1": 250,
+ "RepairItem2": 808,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 300,
+ "RepairItem4": 816,
+ "RepairItemNum4": 150,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_146",
+ "Picture": "Structure_Picture_146_Gate1",
+ "NamePicture": "Structure_Name_146",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 147,
+ "Name": "箭塔",
+ "LvMark": 4,
+ "Type": 0,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 8000,
+ "Durable": 3000,
+ "FirmCoinNum": 4600,
+ "NunLimit": -1,
+ "ShapeId": 147,
+ "Special": 14,
+ "BuildFunctionId": 147,
+ "Boom": 300,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 147,
+ "RegionId": 1001,
+ "UpgradeId": 149,
+ "RepairItem1": 804,
+ "RepairItemNum1": 130,
+ "RepairItem2": 808,
+ "RepairItemNum2": 300,
+ "RepairItem3": 825,
+ "RepairItemNum3": 150,
+ "RepairItem4": 816,
+ "RepairItemNum4": 80,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_147",
+ "Picture": "Structure_Picture_147",
+ "NamePicture": "Structure_Name_147",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 148,
+ "Name": "城门",
+ "LvMark": 5,
+ "Type": 0,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 35000,
+ "Durable": 3000,
+ "FirmCoinNum": 6400,
+ "NunLimit": -1,
+ "ShapeId": 148,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 1000,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 148,
+ "RegionId": 1001,
+ "UpgradeId": 150,
+ "RepairItem1": 814,
+ "RepairItemNum1": 400,
+ "RepairItem2": 810,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 825,
+ "RepairItemNum3": 400,
+ "RepairItem4": 819,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_148",
+ "Picture": "Structure_Picture_148_Gate1",
+ "NamePicture": "Structure_Name_148",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 149,
+ "Name": "箭塔",
+ "LvMark": 5,
+ "Type": 0,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 18000,
+ "Durable": 3000,
+ "FirmCoinNum": 6400,
+ "NunLimit": -1,
+ "ShapeId": 149,
+ "Special": 14,
+ "BuildFunctionId": 149,
+ "Boom": 500,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 149,
+ "RegionId": 1001,
+ "UpgradeId": 151,
+ "RepairItem1": 805,
+ "RepairItemNum1": 200,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 200,
+ "RepairItem4": 819,
+ "RepairItemNum4": 150,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_149",
+ "Picture": "Structure_Picture_149",
+ "NamePicture": "Structure_Name_149",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 150,
+ "Name": "城门",
+ "LvMark": 6,
+ "Type": 0,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 42000,
+ "Durable": 3000,
+ "FirmCoinNum": 7000,
+ "NunLimit": -1,
+ "ShapeId": 150,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 1200,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 150,
+ "RegionId": 1001,
+ "UpgradeId": 152,
+ "RepairItem1": 805,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 1200,
+ "RepairItem3": 825,
+ "RepairItemNum3": 500,
+ "RepairItem4": 820,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_150",
+ "Picture": "Structure_Picture_150_Gate1",
+ "NamePicture": "Structure_Name_150",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 151,
+ "Name": "箭塔",
+ "LvMark": 6,
+ "Type": 0,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 28000,
+ "Durable": 3000,
+ "FirmCoinNum": 7000,
+ "NunLimit": -1,
+ "ShapeId": 151,
+ "Special": 14,
+ "BuildFunctionId": 151,
+ "Boom": 600,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 151,
+ "RegionId": 1001,
+ "UpgradeId": 153,
+ "RepairItem1": 805,
+ "RepairItemNum1": 200,
+ "RepairItem2": 809,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 250,
+ "RepairItem4": 820,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_151",
+ "Picture": "Structure_Picture_151",
+ "NamePicture": "Structure_Name_151",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 152,
+ "Name": "城门",
+ "LvMark": 7,
+ "Type": 0,
+ "Schedule": 18,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 43000,
+ "Durable": 3000,
+ "FirmCoinNum": 7600,
+ "NunLimit": -1,
+ "ShapeId": 152,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 1400,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 152,
+ "RegionId": 1001,
+ "UpgradeId": 154,
+ "RepairItem1": 805,
+ "RepairItemNum1": 600,
+ "RepairItem2": 810,
+ "RepairItemNum2": 1200,
+ "RepairItem3": 825,
+ "RepairItemNum3": 500,
+ "RepairItem4": 820,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_152",
+ "Picture": "Structure_Picture_152_Gate1",
+ "NamePicture": "Structure_Name_152",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 153,
+ "Name": "箭塔",
+ "LvMark": 7,
+ "Type": 0,
+ "Schedule": 18,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 25000,
+ "Durable": 3000,
+ "FirmCoinNum": 7600,
+ "NunLimit": -1,
+ "ShapeId": 153,
+ "Special": 14,
+ "BuildFunctionId": 153,
+ "Boom": 700,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 153,
+ "RegionId": 1001,
+ "UpgradeId": 155,
+ "RepairItem1": 805,
+ "RepairItemNum1": 300,
+ "RepairItem2": 810,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 250,
+ "RepairItem4": 820,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_153",
+ "Picture": "Structure_Picture_153",
+ "NamePicture": "Structure_Name_153",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 154,
+ "Name": "城门",
+ "LvMark": 8,
+ "Type": 0,
+ "Schedule": 19,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 55000,
+ "Durable": 3000,
+ "FirmCoinNum": 8200,
+ "NunLimit": -1,
+ "ShapeId": 154,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 1600,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 154,
+ "RegionId": 1001,
+ "UpgradeId": 156,
+ "RepairItem1": 814,
+ "RepairItemNum1": 700,
+ "RepairItem2": 810,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 825,
+ "RepairItemNum3": 800,
+ "RepairItem4": 821,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_154",
+ "Picture": "Structure_Picture_154_Gate1",
+ "NamePicture": "Structure_Name_154",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 155,
+ "Name": "箭塔",
+ "LvMark": 8,
+ "Type": 0,
+ "Schedule": 19,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 30000,
+ "Durable": 3000,
+ "FirmCoinNum": 8200,
+ "NunLimit": -1,
+ "ShapeId": 155,
+ "Special": 14,
+ "BuildFunctionId": 155,
+ "Boom": 800,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 155,
+ "RegionId": 1001,
+ "UpgradeId": 157,
+ "RepairItem1": 805,
+ "RepairItemNum1": 400,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 400,
+ "RepairItem4": 821,
+ "RepairItemNum4": 150,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_155",
+ "Picture": "Structure_Picture_155",
+ "NamePicture": "Structure_Name_155",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,可抵御和攻击外来入侵的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 156,
+ "Name": "城门",
+ "LvMark": 9,
+ "Type": 0,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 60000,
+ "Durable": 3000,
+ "FirmCoinNum": 8900,
+ "NunLimit": -1,
+ "ShapeId": 156,
+ "Special": 13,
+ "BuildFunctionId": 0,
+ "Boom": 1800,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 156,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 806,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 810,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 825,
+ "RepairItemNum3": 1000,
+ "RepairItem4": 858,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_156",
+ "Picture": "Structure_Picture_156_Gate1",
+ "NamePicture": "Structure_Name_156",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "安全性建筑,守卫城镇的第一道防线,有了它之后,更像一座城了",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 157,
+ "Name": "箭塔",
+ "LvMark": 9,
+ "Type": 0,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 35000,
+ "Durable": 3000,
+ "FirmCoinNum": 8900,
+ "NunLimit": -1,
+ "ShapeId": 157,
+ "Special": 14,
+ "BuildFunctionId": 157,
+ "Boom": 900,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 157,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 500,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 500,
+ "RepairItem4": 858,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_157",
+ "Picture": "Structure_Picture_157",
+ "NamePicture": "Structure_Name_157",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 170,
+ "Name": "箭楼",
+ "LvMark": 1,
+ "Type": 4,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 80,
+ "Durable": 3000,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 170,
+ "Special": 14,
+ "BuildFunctionId": 170,
+ "Boom": 30,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 170,
+ "RegionId": 1001,
+ "UpgradeId": 171,
+ "RepairItem1": 807,
+ "RepairItemNum1": 20,
+ "RepairItem2": 802,
+ "RepairItemNum2": 35,
+ "RepairItem3": 3,
+ "RepairItemNum3": 20,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 18,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 36,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 72,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 3,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 2,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_170",
+ "Picture": "Structure_Picture_170",
+ "NamePicture": "Structure_Name_170",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 171,
+ "Name": "箭楼",
+ "LvMark": 2,
+ "Type": 4,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 600,
+ "Durable": 3000,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 171,
+ "Special": 14,
+ "BuildFunctionId": 171,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 171,
+ "RegionId": 1001,
+ "UpgradeId": 172,
+ "RepairItem1": 808,
+ "RepairItemNum1": 100,
+ "RepairItem2": 803,
+ "RepairItemNum2": 50,
+ "RepairItem3": 815,
+ "RepairItemNum3": 30,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 27,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 54,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 108,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 5,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 2,
+ "StrengIntegral3": 3,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_171",
+ "Picture": "Structure_Picture_171",
+ "NamePicture": "Structure_Name_171",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 172,
+ "Name": "箭楼",
+ "LvMark": 3,
+ "Type": 4,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3000,
+ "Durable": 3000,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 172,
+ "Special": 14,
+ "BuildFunctionId": 172,
+ "Boom": 200,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 172,
+ "RegionId": 1001,
+ "UpgradeId": 173,
+ "RepairItem1": 808,
+ "RepairItemNum1": 175,
+ "RepairItem2": 803,
+ "RepairItemNum2": 100,
+ "RepairItem3": 816,
+ "RepairItemNum3": 40,
+ "RepairItem4": 824,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 33,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 66,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 132,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 20,
+ "StrengIntegral1": 4,
+ "StrengIntegral2": 5,
+ "StrengIntegral3": 10,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_172",
+ "Picture": "Structure_Picture_172",
+ "NamePicture": "Structure_Name_172",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 173,
+ "Name": "箭楼",
+ "LvMark": 4,
+ "Type": 4,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 8000,
+ "Durable": 3000,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 173,
+ "Special": 14,
+ "BuildFunctionId": 173,
+ "Boom": 300,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 173,
+ "RegionId": 1001,
+ "UpgradeId": 174,
+ "RepairItem1": 804,
+ "RepairItemNum1": 130,
+ "RepairItem2": 808,
+ "RepairItemNum2": 300,
+ "RepairItem3": 825,
+ "RepairItemNum3": 150,
+ "RepairItem4": 816,
+ "RepairItemNum4": 80,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 21,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 42,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 84,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 30,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 8,
+ "StrengIntegral3": 15,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_173",
+ "Picture": "Structure_Picture_173",
+ "NamePicture": "Structure_Name_173",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 174,
+ "Name": "箭楼",
+ "LvMark": 5,
+ "Type": 4,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 18000,
+ "Durable": 3000,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 174,
+ "Special": 14,
+ "BuildFunctionId": 174,
+ "Boom": 500,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 174,
+ "RegionId": 1001,
+ "UpgradeId": 175,
+ "RepairItem1": 805,
+ "RepairItemNum1": 200,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 200,
+ "RepairItem4": 819,
+ "RepairItemNum4": 150,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 36,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 72,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 144,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 50,
+ "StrengIntegral1": 9,
+ "StrengIntegral2": 13,
+ "StrengIntegral3": 25,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_174",
+ "Picture": "Structure_Picture_174",
+ "NamePicture": "Structure_Name_174",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 175,
+ "Name": "箭楼",
+ "LvMark": 6,
+ "Type": 4,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 28000,
+ "Durable": 3000,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 175,
+ "Special": 14,
+ "BuildFunctionId": 175,
+ "Boom": 600,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 175,
+ "RegionId": 1001,
+ "UpgradeId": 176,
+ "RepairItem1": 805,
+ "RepairItemNum1": 200,
+ "RepairItem2": 809,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 250,
+ "RepairItem4": 820,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 42,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 84,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 168,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_175",
+ "Picture": "Structure_Picture_175",
+ "NamePicture": "Structure_Name_175",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 176,
+ "Name": "箭楼",
+ "LvMark": 7,
+ "Type": 4,
+ "Schedule": 18,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 25000,
+ "Durable": 3000,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 176,
+ "Special": 14,
+ "BuildFunctionId": 176,
+ "Boom": 700,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 176,
+ "RegionId": 1001,
+ "UpgradeId": 177,
+ "RepairItem1": 805,
+ "RepairItemNum1": 300,
+ "RepairItem2": 810,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 250,
+ "RepairItem4": 820,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 48,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 96,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 192,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 70,
+ "StrengIntegral1": 12,
+ "StrengIntegral2": 18,
+ "StrengIntegral3": 35,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_176",
+ "Picture": "Structure_Picture_176",
+ "NamePicture": "Structure_Name_176",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 177,
+ "Name": "箭楼",
+ "LvMark": 8,
+ "Type": 4,
+ "Schedule": 19,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 30000,
+ "Durable": 3000,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 177,
+ "Special": 14,
+ "BuildFunctionId": 177,
+ "Boom": 800,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 177,
+ "RegionId": 1001,
+ "UpgradeId": 178,
+ "RepairItem1": 805,
+ "RepairItemNum1": 400,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 400,
+ "RepairItem4": 821,
+ "RepairItemNum4": 150,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 54,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 108,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 216,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_177",
+ "Picture": "Structure_Picture_177",
+ "NamePicture": "Structure_Name_177",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 178,
+ "Name": "箭楼",
+ "LvMark": 9,
+ "Type": 4,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 35000,
+ "Durable": 3000,
+ "FirmCoinNum": 3100,
+ "NunLimit": -1,
+ "ShapeId": 178,
+ "Special": 14,
+ "BuildFunctionId": 178,
+ "Boom": 900,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 178,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 500,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 500,
+ "RepairItem4": 858,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 90,
+ "StrengIntegral1": 15,
+ "StrengIntegral2": 23,
+ "StrengIntegral3": 45,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_178",
+ "Picture": "Structure_Picture_178",
+ "NamePicture": "Structure_Name_178",
+ "Sound": "Sound_Structure_141",
+ "InteractiveAnimations": [],
+ "Describe": "防卫性建筑,可抵御和攻击外来入侵的敌人,村民也可以进入躲避敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 200,
+ "Name": "运输厅",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 2000,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 200,
+ "Special": 11,
+ "BuildFunctionId": 200,
+ "Boom": 350,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_200",
+ "Picture": "Structure_Picture_200",
+ "NamePicture": "Structure_Name_200",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "运输物品到其他地区的建筑",
+ "Record": true,
+ "RecordText": "来来往往,开始与外头的世界进行交流。"
+ },
+ {
+ "Id": 220,
+ "Name": "比翼楼",
+ "LvMark": 1,
+ "Type": 4,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 1200,
+ "Durable": 1500,
+ "FirmCoinNum": 1200,
+ "NunLimit": 1,
+ "ShapeId": 220,
+ "Special": 8,
+ "BuildFunctionId": 220,
+ "Boom": 200,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 221,
+ "RepairItem1": 803,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 100,
+ "RepairItem3": 800,
+ "RepairItemNum3": 80,
+ "RepairItem4": 3,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 20,
+ "StrengIntegral1": 4,
+ "StrengIntegral2": 5,
+ "StrengIntegral3": 10,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_220",
+ "Picture": "Structure_Picture_220",
+ "NamePicture": "Structure_Name_220",
+ "Sound": "",
+ "InteractiveAnimations": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "Describe": "派遣村民入驻这里,入夜后可获得比翼鸟的羽毛,卖给桃谷货郎换铜钱",
+ "Record": true,
+ "RecordText": "比翼楼终于完工,谷内的善男信女十分喜爱这个建筑。"
+ },
+ {
+ "Id": 221,
+ "Name": "比翼楼",
+ "LvMark": 2,
+ "Type": 4,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3370,
+ "Durable": 1500,
+ "FirmCoinNum": 2600,
+ "NunLimit": 1,
+ "ShapeId": 221,
+ "Special": 8,
+ "BuildFunctionId": 221,
+ "Boom": 300,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 222,
+ "RepairItem1": 803,
+ "RepairItemNum1": 300,
+ "RepairItem2": 808,
+ "RepairItemNum2": 100,
+ "RepairItem3": 827,
+ "RepairItemNum3": 100,
+ "RepairItem4": 816,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 30,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 8,
+ "StrengIntegral3": 15,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_221",
+ "Picture": "Structure_Picture_221",
+ "NamePicture": "Structure_Name_220",
+ "Sound": "",
+ "InteractiveAnimations": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "Describe": "派遣村民入驻这里,入夜后可获得比翼鸟的羽毛,卖给桃谷货郎换铜钱",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 222,
+ "Name": "比翼楼",
+ "LvMark": 3,
+ "Type": 4,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 8000,
+ "Durable": 1500,
+ "FirmCoinNum": 3600,
+ "NunLimit": 1,
+ "ShapeId": 222,
+ "Special": 8,
+ "BuildFunctionId": 222,
+ "Boom": 500,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 420,
+ "RepairItem2": 809,
+ "RepairItemNum2": 180,
+ "RepairItem3": 825,
+ "RepairItemNum3": 100,
+ "RepairItem4": 816,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 30,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 60,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 120,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 50,
+ "StrengIntegral1": 9,
+ "StrengIntegral2": 13,
+ "StrengIntegral3": 25,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_222",
+ "Picture": "Structure_Picture_222",
+ "NamePicture": "Structure_Name_220",
+ "Sound": "",
+ "InteractiveAnimations": [
+ "Sing_1",
+ "Sing_2"
+ ],
+ "Describe": "派遣村民入驻这里,入夜后可获得比翼鸟的羽毛,卖给桃谷货郎换铜钱",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 230,
+ "Name": "天工院",
+ "LvMark": 1,
+ "Type": 4,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 4500,
+ "Durable": 1500,
+ "FirmCoinNum": 1600,
+ "NunLimit": 1,
+ "ShapeId": 230,
+ "Special": 24,
+ "BuildFunctionId": 230,
+ "Boom": 200,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 231,
+ "RepairItem1": 803,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 100,
+ "RepairItem3": 824,
+ "RepairItemNum3": 50,
+ "RepairItem4": 826,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 45,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 90,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 180,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 20,
+ "StrengIntegral1": 4,
+ "StrengIntegral2": 5,
+ "StrengIntegral3": 10,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_230",
+ "Picture": "Structure_Picture_230",
+ "NamePicture": "Structure_Name_230",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 231,
+ "Name": "天工院",
+ "LvMark": 2,
+ "Type": 4,
+ "Schedule": 12,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 10000,
+ "Durable": 1500,
+ "FirmCoinNum": 4100,
+ "NunLimit": 1,
+ "ShapeId": 231,
+ "Special": 24,
+ "BuildFunctionId": 231,
+ "Boom": 500,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 232,
+ "RepairItem1": 813,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 300,
+ "RepairItem3": 827,
+ "RepairItemNum3": 300,
+ "RepairItem4": 819,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 27,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 54,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 108,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 50,
+ "StrengIntegral1": 9,
+ "StrengIntegral2": 13,
+ "StrengIntegral3": 25,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_231",
+ "Picture": "Structure_Picture_231",
+ "NamePicture": "Structure_Name_230",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 232,
+ "Name": "天工院",
+ "LvMark": 3,
+ "Type": 4,
+ "Schedule": 14,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 18000,
+ "Durable": 1500,
+ "FirmCoinNum": 5200,
+ "NunLimit": 1,
+ "ShapeId": 232,
+ "Special": 24,
+ "BuildFunctionId": 232,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 233,
+ "RepairItem1": 804,
+ "RepairItemNum1": 600,
+ "RepairItem2": 809,
+ "RepairItemNum2": 300,
+ "RepairItem3": 825,
+ "RepairItemNum3": 300,
+ "RepairItem4": 827,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 39,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 78,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 156,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_232",
+ "Picture": "Structure_Picture_232",
+ "NamePicture": "Structure_Name_230",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种科技的建筑",
+ "Record": true,
+ "RecordText": ""
+ },
+ {
+ "Id": 233,
+ "Name": "天工院",
+ "LvMark": 4,
+ "Type": 4,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 35000,
+ "Durable": 3000,
+ "FirmCoinNum": 6400,
+ "NunLimit": 1,
+ "ShapeId": 233,
+ "Special": 24,
+ "BuildFunctionId": 233,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 234,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 825,
+ "RepairItemNum3": 300,
+ "RepairItem4": 820,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_233",
+ "Picture": "Structure_Picture_233",
+ "NamePicture": "Structure_Name_230",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 234,
+ "Name": "天工院",
+ "LvMark": 5,
+ "Type": 4,
+ "Schedule": 18,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 43000,
+ "Durable": 1500,
+ "FirmCoinNum": 7600,
+ "NunLimit": 1,
+ "ShapeId": 234,
+ "Special": 24,
+ "BuildFunctionId": 234,
+ "Boom": 900,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1200,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 827,
+ "RepairItemNum3": 500,
+ "RepairItem4": 825,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 90,
+ "StrengIntegral1": 15,
+ "StrengIntegral2": 23,
+ "StrengIntegral3": 45,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_234",
+ "Picture": "Structure_Picture_234",
+ "NamePicture": "Structure_Name_230",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "研究各种科技的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 240,
+ "Name": "夜市",
+ "LvMark": 1,
+ "Type": 4,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 5300,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 240,
+ "Special": 19,
+ "BuildFunctionId": 0,
+ "Boom": 500,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 241,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_240",
+ "Picture": "Structure_Picture_240",
+ "NamePicture": "Structure_Name_240",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "赶集的场所,赶集时在这里可以和各个村民的商人互通有无",
+ "Record": true,
+ "RecordText": "夜市开启后,大家都很期待赶集这天的到来"
+ },
+ {
+ "Id": 241,
+ "Name": "夜市",
+ "LvMark": 2,
+ "Type": 4,
+ "Schedule": 12,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 12000,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 241,
+ "Special": 19,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 242,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_241",
+ "Picture": "Structure_Picture_241",
+ "NamePicture": "Structure_Name_240",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "赶集的场所,赶集时在这里可以和各个村民的商人互通有无",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 242,
+ "Name": "夜市",
+ "LvMark": 3,
+ "Type": 4,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 35000,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 242,
+ "Special": 19,
+ "BuildFunctionId": 0,
+ "Boom": 1200,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 243,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_242",
+ "Picture": "Structure_Picture_242",
+ "NamePicture": "Structure_Name_240",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "赶集的场所,赶集时在这里可以和各个村民的商人互通有无",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 243,
+ "Name": "夜市",
+ "LvMark": 4,
+ "Type": 4,
+ "Schedule": 19,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 50000,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 243,
+ "Special": 19,
+ "BuildFunctionId": 0,
+ "Boom": 1600,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_243",
+ "Picture": "Structure_Picture_243",
+ "NamePicture": "Structure_Name_240",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "赶集的场所,赶集时在这里可以和各个村民的商人互通有无",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 244,
+ "Name": "渔溪村摊位",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 500,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 244,
+ "Special": 25,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 250,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_244",
+ "Picture": "Structure_Picture_244",
+ "NamePicture": "Structure_Name_244",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "太阳落山,夜市开启。余发财会来到这里摆摊,他准备了许多渔溪村的特产",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 245,
+ "Name": "赤丘山摊位",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 500,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 245,
+ "Special": 25,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 251,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_245",
+ "Picture": "Structure_Picture_245",
+ "NamePicture": "Structure_Name_245",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "太阳落山,夜市开启。丘小香会来到这里摆摊,她准备了许多赤丘山的特产",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 246,
+ "Name": "太姥村摊位",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 500,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 246,
+ "Special": 25,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_246",
+ "Picture": "Structure_Picture_246",
+ "NamePicture": "Structure_Name_246",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "太阳落山,夜市开启。宁大头会来到这里摆摊,他准备了许多太姥村的特产",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 247,
+ "Name": "青山镇摊位",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 500,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 247,
+ "Special": 25,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_247",
+ "Picture": "Structure_Picture_247",
+ "NamePicture": "Structure_Name_247",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "太阳落山,夜市开启。朱雀会来到这里摆摊,她准备了许多朱山镇的特产",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 250,
+ "Name": "渔溪村摊位",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 500,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 250,
+ "Special": 25,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_250",
+ "Picture": "Structure_Picture_246",
+ "NamePicture": "Structure_Name_250",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "太阳落山,夜市开启。余发财会来到这里摆摊,他准备了许多渔溪村的特产",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 251,
+ "Name": "赤丘山摊位",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 500,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": 1,
+ "ShapeId": 251,
+ "Special": 25,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_251",
+ "Picture": "Structure_Picture_247",
+ "NamePicture": "Structure_Name_251",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "太阳落山,夜市开启。丘小香会来到这里摆摊,她准备了许多赤丘山的特产",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 260,
+ "Name": "宗厅",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 0,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 270,
+ "Durable": 1500,
+ "FirmCoinNum": 500,
+ "NunLimit": 1,
+ "ShapeId": 260,
+ "Special": 21,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 802,
+ "RepairItemNum1": 80,
+ "RepairItem2": 807,
+ "RepairItemNum2": 50,
+ "RepairItem3": 800,
+ "RepairItemNum3": 40,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 21,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 42,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 84,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_260",
+ "Picture": "Structure_Picture_260",
+ "NamePicture": "Structure_Name_260",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "村民议事、供奉祖先和祭祀的场所",
+ "Record": true,
+ "RecordText": "桃谷是一个大家族,宗厅的建设让村民彼此之间的家族连结更加紧密,思念也有了寄托。"
+ },
+ {
+ "Id": 261,
+ "Name": "宗堂",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 6000,
+ "Durable": 1500,
+ "FirmCoinNum": 3100,
+ "NunLimit": -1,
+ "ShapeId": 261,
+ "Special": 21,
+ "BuildFunctionId": 0,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 812,
+ "RepairItemNum1": 300,
+ "RepairItem2": 808,
+ "RepairItemNum2": 100,
+ "RepairItem3": 827,
+ "RepairItemNum3": 200,
+ "RepairItem4": 824,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 15,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 30,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 60,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_261",
+ "Picture": "Structure_Picture_261",
+ "NamePicture": "Structure_Name_260",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "山谷中大型供奉祖先和祭祀的场所",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 262,
+ "Name": "宗庙",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 15,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 30000,
+ "Durable": 3000,
+ "FirmCoinNum": 5800,
+ "NunLimit": -1,
+ "ShapeId": 262,
+ "Special": 21,
+ "BuildFunctionId": 0,
+ "Boom": 1000,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 809,
+ "RepairItemNum1": 800,
+ "RepairItem2": 813,
+ "RepairItemNum2": 400,
+ "RepairItem3": 827,
+ "RepairItemNum3": 400,
+ "RepairItem4": 820,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 100,
+ "StrengIntegral1": 17,
+ "StrengIntegral2": 25,
+ "StrengIntegral3": 50,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_262",
+ "Picture": "Structure_Picture_262",
+ "NamePicture": "Structure_Name_262",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "宏伟庄严的议事和祭祀场所",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 280,
+ "Name": "瓦窑",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3370,
+ "Durable": 1500,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 280,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 350,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 281,
+ "RepairItem1": 803,
+ "RepairItemNum1": 150,
+ "RepairItem2": 808,
+ "RepairItemNum2": 300,
+ "RepairItem3": 815,
+ "RepairItemNum3": 80,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 9,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 18,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 36,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 35,
+ "StrengIntegral1": 6,
+ "StrengIntegral2": 9,
+ "StrengIntegral3": 18,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_280",
+ "Picture": "Structure_Picture_280",
+ "NamePicture": "Structure_Name_280",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "烧制各种瓦片的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 281,
+ "Name": "瓦窑",
+ "LvMark": 2,
+ "Type": 1,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 15000,
+ "Durable": 1500,
+ "FirmCoinNum": 4600,
+ "NunLimit": -1,
+ "ShapeId": 281,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 200,
+ "RepairItem2": 809,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 300,
+ "RepairItem4": 816,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 30,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 60,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 120,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_281",
+ "Picture": "Structure_Picture_281",
+ "NamePicture": "Structure_Name_280",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "烧制各种瓦片的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 300,
+ "Name": "山路",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 2,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 40,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 300,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 20,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_300",
+ "Picture": "Structure_Picture_300",
+ "NamePicture": "Structure_Name_300",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "通常是依地形而建设,连通不同区域的道路",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 301,
+ "Name": "山路",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 4,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 100,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 301,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_301",
+ "Picture": "Structure_Picture_301",
+ "NamePicture": "Structure_Name_301",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "通常是依地形而建设,连通不同区域的道路",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 302,
+ "Name": "桥",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 400,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 302,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_302",
+ "Picture": "Structure_Picture_306",
+ "NamePicture": "Structure_Name_306",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "通常是依地形而建设,连通不同区域的道路",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 303,
+ "Name": "山路",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 800,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 303,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_303",
+ "Picture": "Structure_Picture_303",
+ "NamePicture": "Structure_Name_303",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "通常是依地形而建设,连通不同区域的道路",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 305,
+ "Name": "山路",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 14,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1600,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 305,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_305",
+ "Picture": "Structure_Picture_305",
+ "NamePicture": "Structure_Name_305",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "通常是依地形而建设,连通不同区域的道路",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 306,
+ "Name": "桥",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 15,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1600,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 306,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_306",
+ "Picture": "Structure_Picture_306",
+ "NamePicture": "Structure_Name_306",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "通常是依地形而建设,连通不同区域的道路",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 320,
+ "Name": "书舍",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3000,
+ "Durable": 1500,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 320,
+ "Special": 15,
+ "BuildFunctionId": 320,
+ "Boom": 400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 812,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 100,
+ "RepairItem3": 827,
+ "RepairItemNum3": 150,
+ "RepairItem4": 824,
+ "RepairItemNum4": 80,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 48,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 96,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 192,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_320",
+ "Picture": "Structure_Picture_320",
+ "NamePicture": "Structure_Name_320",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "传授、学习知识技能的场所",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 321,
+ "Name": "书院",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 12,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 10000,
+ "Durable": 1500,
+ "FirmCoinNum": 4100,
+ "NunLimit": -1,
+ "ShapeId": 321,
+ "Special": 15,
+ "BuildFunctionId": 321,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 300,
+ "RepairItem3": 827,
+ "RepairItemNum3": 200,
+ "RepairItem4": 825,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 33,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 66,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 132,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_321",
+ "Picture": "Structure_Picture_321",
+ "NamePicture": "Structure_Name_321",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "传授、学习知识技能的场所,有更多的座位供学习之用",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 340,
+ "Name": "渔屋",
+ "LvMark": 1,
+ "Type": 0,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 900,
+ "Durable": 1500,
+ "FirmCoinNum": 1200,
+ "NunLimit": -1,
+ "ShapeId": 340,
+ "Special": 2,
+ "BuildFunctionId": 340,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 341,
+ "RepairItem1": 807,
+ "RepairItemNum1": 200,
+ "RepairItem2": 802,
+ "RepairItemNum2": 150,
+ "RepairItem3": 3,
+ "RepairItemNum3": 60,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_340",
+ "Picture": "Structure_Picture_340",
+ "NamePicture": "Structure_Name_340",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后可以捕捉各种既美味又营养的鱼类",
+ "Record": true,
+ "RecordText": ""
+ },
+ {
+ "Id": 341,
+ "Name": "渔屋",
+ "LvMark": 2,
+ "Type": 0,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 2500,
+ "Durable": 1500,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 341,
+ "Special": 2,
+ "BuildFunctionId": 341,
+ "Boom": 200,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 342,
+ "RepairItem1": 808,
+ "RepairItemNum1": 100,
+ "RepairItem2": 803,
+ "RepairItemNum2": 100,
+ "RepairItem3": 3,
+ "RepairItemNum3": 100,
+ "RepairItem4": 816,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 24,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 48,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 96,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 20,
+ "StrengIntegral1": 4,
+ "StrengIntegral2": 5,
+ "StrengIntegral3": 10,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_341",
+ "Picture": "Structure_Picture_341",
+ "NamePicture": "Structure_Name_340",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后可以捕捉各种既美味又营养的鱼类",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 342,
+ "Name": "渔屋",
+ "LvMark": 3,
+ "Type": 0,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 4500,
+ "Durable": 1500,
+ "FirmCoinNum": 3100,
+ "NunLimit": -1,
+ "ShapeId": 342,
+ "Special": 2,
+ "BuildFunctionId": 342,
+ "Boom": 300,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 343,
+ "RepairItem1": 812,
+ "RepairItemNum1": 200,
+ "RepairItem2": 808,
+ "RepairItemNum2": 200,
+ "RepairItem3": 3,
+ "RepairItemNum3": 200,
+ "RepairItem4": 816,
+ "RepairItemNum4": 50,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 21,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 42,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 84,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 30,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 8,
+ "StrengIntegral3": 15,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_342",
+ "Picture": "Structure_Picture_342",
+ "NamePicture": "Structure_Name_340",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后可以捕捉各种既美味又营养的鱼类",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 343,
+ "Name": "渔屋",
+ "LvMark": 4,
+ "Type": 0,
+ "Schedule": 12,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 10000,
+ "Durable": 1500,
+ "FirmCoinNum": 4100,
+ "NunLimit": -1,
+ "ShapeId": 343,
+ "Special": 2,
+ "BuildFunctionId": 343,
+ "Boom": 400,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 804,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 825,
+ "RepairItemNum3": 200,
+ "RepairItem4": 819,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 45,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 90,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 180,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_343",
+ "Picture": "Structure_Picture_343",
+ "NamePicture": "Structure_Name_340",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后可以捕捉各种既美味又营养的鱼类",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 360,
+ "Name": "农田",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 3,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 360,
+ "Special": 3,
+ "BuildFunctionId": 0,
+ "Boom": 20,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_360",
+ "Picture": "Structure_Picture_360",
+ "NamePicture": "Structure_Name_360",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "民以田为生,可种植各种作物",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 380,
+ "Name": "粮仓",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 3,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 80,
+ "Durable": 1200,
+ "FirmCoinNum": 300,
+ "NunLimit": -1,
+ "ShapeId": 380,
+ "Special": 6,
+ "BuildFunctionId": 380,
+ "Boom": 50,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 800,
+ "RepairItemNum1": 20,
+ "RepairItem2": 802,
+ "RepairItemNum2": 30,
+ "RepairItem3": 807,
+ "RepairItemNum3": 20,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 42,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 84,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 168,
+ "StrengthenDurable1": 1230,
+ "StrengthenDurable2": 1260,
+ "StrengthenDurable3": 1290,
+ "Integral": 5,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 2,
+ "StrengIntegral3": 3,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_380",
+ "Picture": "Structure_Picture_380",
+ "NamePicture": "Structure_Name_380",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "储存各种农作物",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 400,
+ "Name": "水车",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 550,
+ "Durable": 1500,
+ "FirmCoinNum": 1600,
+ "NunLimit": -1,
+ "ShapeId": 400,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 803,
+ "RepairItemNum1": 100,
+ "RepairItem2": 3,
+ "RepairItemNum2": 100,
+ "RepairItem3": 801,
+ "RepairItemNum3": 20,
+ "RepairItem4": 815,
+ "RepairItemNum4": 20,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 51,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 102,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 204,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 5,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 2,
+ "StrengIntegral3": 3,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_400",
+ "Picture": "Structure_Picture_400",
+ "NamePicture": "Structure_Name_400",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于灌溉农田,可大大提高农田的作物产量",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 420,
+ "Name": "雕像",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 0,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 100,
+ "Durable": 3000,
+ "FirmCoinNum": 200,
+ "NunLimit": -1,
+ "ShapeId": 420,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 807,
+ "RepairItemNum1": 80,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 820,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 54,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 108,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 216,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_420",
+ "Picture": "Structure_Picture_420",
+ "NamePicture": "Structure_Name_420",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "一座漂亮,但很普通的石头雕像",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 422,
+ "Name": "七星鼎",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 5,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 600,
+ "Durable": 1500,
+ "FirmCoinNum": 800,
+ "NunLimit": -1,
+ "ShapeId": 422,
+ "Special": 18,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 807,
+ "RepairItemNum1": 100,
+ "RepairItem2": 802,
+ "RepairItemNum2": 100,
+ "RepairItem3": 815,
+ "RepairItemNum3": 20,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 858,
+ "StrengthenItemNum1": 57,
+ "StrengthenItem2": 858,
+ "StrengthenItemNum2": 114,
+ "StrengthenItem3": 858,
+ "StrengthenItemNum3": 228,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_422",
+ "Picture": "Structure_Picture_422",
+ "NamePicture": "Structure_Name_422",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "神秘的宝盒,可以将多种物品变成新的物品",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 460,
+ "Name": "营地",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1100,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 460,
+ "Special": 10,
+ "BuildFunctionId": 460,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_460",
+ "Picture": "Structure_Picture_460",
+ "NamePicture": "Structure_Name_460",
+ "Sound": "",
+ "InteractiveAnimations": [
+ "Sit_Face",
+ "Sit_Face",
+ "Sit_Face",
+ "Sit_Back"
+ ],
+ "Describe": "搭建在野外的简易休息场所",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 480,
+ "Name": "石磨",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 3,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 60,
+ "Durable": 1500,
+ "FirmCoinNum": 300,
+ "NunLimit": -1,
+ "ShapeId": 480,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 20,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 807,
+ "RepairItemNum1": 40,
+ "RepairItem2": 802,
+ "RepairItemNum2": 10,
+ "RepairItem3": 801,
+ "RepairItemNum3": 10,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 2,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 1,
+ "StrengIntegral3": 1,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_480",
+ "Picture": "Structure_Picture_480",
+ "NamePicture": "Structure_Name_480",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于去除各种谷物外壳,以及碾碎谷物的设施",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 500,
+ "Name": "地窖",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 10,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 4500,
+ "Durable": 3000,
+ "FirmCoinNum": 3100,
+ "NunLimit": -1,
+ "ShapeId": 500,
+ "Special": 20,
+ "BuildFunctionId": 500,
+ "Boom": 300,
+ "CanMove": false,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 808,
+ "RepairItemNum1": 300,
+ "RepairItem2": 812,
+ "RepairItemNum2": 200,
+ "RepairItem3": 800,
+ "RepairItemNum3": 180,
+ "RepairItem4": 824,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_500",
+ "Picture": "Structure_Picture_500",
+ "NamePicture": "Structure_Name_500",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于长期存放和制作腌制食材的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 501,
+ "Name": "盐田",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 50,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 501,
+ "Special": 20,
+ "BuildFunctionId": 501,
+ "Boom": 50,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_501",
+ "Picture": "Structure_Picture_501",
+ "NamePicture": "Structure_Name_501",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "把卤水导入盐田,通过日晒后可获得盐",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 502,
+ "Name": "卤井",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1000,
+ "Durable": 3000,
+ "FirmCoinNum": 1200,
+ "NunLimit": -1,
+ "ShapeId": 502,
+ "Special": 2,
+ "BuildFunctionId": 502,
+ "Boom": 150,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 803,
+ "RepairItemNum1": 120,
+ "RepairItem2": 807,
+ "RepairItemNum2": 250,
+ "RepairItem3": 801,
+ "RepairItemNum3": 40,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 15,
+ "StrengIntegral1": 3,
+ "StrengIntegral2": 4,
+ "StrengIntegral3": 8,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_502",
+ "Picture": "Structure_Picture_502",
+ "NamePicture": "Structure_Name_502",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造在卤水上,可以用于打捞卤水",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 520,
+ "Name": "石矿洞",
+ "LvMark": 1,
+ "Type": 0,
+ "Schedule": 5,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 800,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 520,
+ "Special": 2,
+ "BuildFunctionId": 520,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 526,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_520",
+ "Picture": "Structure_Picture_520",
+ "NamePicture": "Structure_Name_520",
+ "Sound": "Sound_Structure_520",
+ "InteractiveAnimations": [],
+ "Describe": "建造后产出大量采石头",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 521,
+ "Name": "黏土矿床",
+ "LvMark": 1,
+ "Type": 0,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1200,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 521,
+ "Special": 2,
+ "BuildFunctionId": 521,
+ "Boom": 150,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 523,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_521",
+ "Picture": "Structure_Picture_521",
+ "NamePicture": "Structure_Name_521",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后产出大量的黏土",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 522,
+ "Name": "青石矿洞",
+ "LvMark": 1,
+ "Type": 0,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 9000,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 522,
+ "Special": 2,
+ "BuildFunctionId": 522,
+ "Boom": 400,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 524,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_522",
+ "Picture": "Structure_Picture_522",
+ "NamePicture": "Structure_Name_522",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后产出大量青石和花岗石",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 523,
+ "Name": "黏土矿床",
+ "LvMark": 2,
+ "Type": 0,
+ "Schedule": 14,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 19000,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 523,
+ "Special": 2,
+ "BuildFunctionId": 523,
+ "Boom": 400,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_523",
+ "Picture": "Structure_Picture_523",
+ "NamePicture": "Structure_Name_521",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后产出大量的黏土",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 524,
+ "Name": "青石矿洞",
+ "LvMark": 2,
+ "Type": 0,
+ "Schedule": 16,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 35000,
+ "Durable": -1,
+ "FirmCoinNum": 6400,
+ "NunLimit": -1,
+ "ShapeId": 524,
+ "Special": 2,
+ "BuildFunctionId": 524,
+ "Boom": 600,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 814,
+ "RepairItemNum1": 400,
+ "RepairItem2": 809,
+ "RepairItemNum2": 1200,
+ "RepairItem3": 800,
+ "RepairItemNum3": 200,
+ "RepairItem4": 825,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 858,
+ "StrengthenItemNum1": 60,
+ "StrengthenItem2": 858,
+ "StrengthenItemNum2": 120,
+ "StrengthenItem3": 858,
+ "StrengthenItemNum3": 240,
+ "StrengthenDurable1": 29,
+ "StrengthenDurable2": 59,
+ "StrengthenDurable3": 89,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_524",
+ "Picture": "Structure_Picture_524",
+ "NamePicture": "Structure_Name_522",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后产出大量青石和花岗石",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 525,
+ "Name": "石灰窑",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 11,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 9000,
+ "Durable": 1500,
+ "FirmCoinNum": 3600,
+ "NunLimit": -1,
+ "ShapeId": 525,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 809,
+ "RepairItemNum1": 400,
+ "RepairItem2": 812,
+ "RepairItemNum2": 200,
+ "RepairItem3": 825,
+ "RepairItemNum3": 200,
+ "RepairItem4": 816,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 858,
+ "StrengthenItemNum1": 60,
+ "StrengthenItem2": 858,
+ "StrengthenItemNum2": 120,
+ "StrengthenItem3": 858,
+ "StrengthenItemNum3": 240,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 40,
+ "StrengIntegral1": 7,
+ "StrengIntegral2": 10,
+ "StrengIntegral3": 20,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_525",
+ "Picture": "Structure_Picture_525",
+ "NamePicture": "Structure_Name_525",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "建造后,可将石灰石烧制成熟石灰",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 526,
+ "Name": "石矿洞",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 6,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1200,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 526,
+ "Special": 2,
+ "BuildFunctionId": 526,
+ "Boom": 150,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_526",
+ "Picture": "Structure_Picture_526",
+ "NamePicture": "Structure_Name_526",
+ "Sound": "Sound_Structure_520",
+ "InteractiveAnimations": [],
+ "Describe": "建造后产出大量采石头和石灰石",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 540,
+ "Name": "腊肉架",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 5,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 10,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 540,
+ "Special": 20,
+ "BuildFunctionId": 540,
+ "Boom": 10,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_540",
+ "Picture": "Structure_Picture_540",
+ "NamePicture": "Structure_Name_540",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于风干食物的架子,可用于制作腊肉",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 560,
+ "Name": "水井",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 8,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 1500,
+ "Durable": 1500,
+ "FirmCoinNum": 2100,
+ "NunLimit": -1,
+ "ShapeId": 560,
+ "Special": 1,
+ "BuildFunctionId": 560,
+ "Boom": 50,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 808,
+ "RepairItemNum1": 200,
+ "RepairItem2": 803,
+ "RepairItemNum2": 100,
+ "RepairItem3": 801,
+ "RepairItemNum3": 30,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 60,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 120,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 240,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 5,
+ "StrengIntegral1": 1,
+ "StrengIntegral2": 2,
+ "StrengIntegral3": 3,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_560",
+ "Picture": "Structure_Picture_560",
+ "NamePicture": "Structure_Name_560",
+ "Sound": "Sound_Structure_560",
+ "InteractiveAnimations": [],
+ "Describe": "一座水井,水井周围会生长的井边草,可入药",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 580,
+ "Name": "鸡窝",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 1100,
+ "Durable": 1500,
+ "FirmCoinNum": 1600,
+ "NunLimit": -1,
+ "ShapeId": 580,
+ "Special": 16,
+ "BuildFunctionId": 580,
+ "Boom": 150,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 803,
+ "RepairItemNum1": 80,
+ "RepairItem2": 808,
+ "RepairItemNum2": 20,
+ "RepairItem3": 800,
+ "RepairItemNum3": 10,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 50,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 100,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 200,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 15,
+ "StrengIntegral1": 3,
+ "StrengIntegral2": 4,
+ "StrengIntegral3": 8,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_580",
+ "Picture": "Structure_Picture_580",
+ "NamePicture": "Structure_Name_580",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "可畜养鸡,产出鸡肉和鸡蛋",
+ "Record": false,
+ "RecordText": "一些村民偶然间获得了家禽并开始饲养,小动物给山谷增添了很多生气。"
+ },
+ {
+ "Id": 620,
+ "Name": "浆果园",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 15,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 22000,
+ "Durable": 3000,
+ "FirmCoinNum": 5800,
+ "NunLimit": -1,
+ "ShapeId": 620,
+ "Special": 1,
+ "BuildFunctionId": 620,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 813,
+ "RepairItemNum1": 800,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 3,
+ "RepairItemNum3": 500,
+ "RepairItem4": 7200,
+ "RepairItemNum4": 10,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 120,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 240,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 480,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_620",
+ "Picture": "Structure_Picture_620",
+ "NamePicture": "Structure_Name_620",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "可产出大量浆果的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 621,
+ "Name": "野菜园",
+ "LvMark": -1,
+ "Type": 2,
+ "Schedule": 15,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 20000,
+ "Durable": 3000,
+ "FirmCoinNum": 5800,
+ "NunLimit": -1,
+ "ShapeId": 621,
+ "Special": 1,
+ "BuildFunctionId": 621,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 813,
+ "RepairItemNum1": 800,
+ "RepairItem2": 809,
+ "RepairItemNum2": 400,
+ "RepairItem3": 3,
+ "RepairItemNum3": 500,
+ "RepairItem4": 7201,
+ "RepairItemNum4": 10,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 819,
+ "StrengthenItemNum1": 120,
+ "StrengthenItem2": 819,
+ "StrengthenItemNum2": 240,
+ "StrengthenItem3": 819,
+ "StrengthenItemNum3": 480,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_621",
+ "Picture": "Structure_Picture_620",
+ "NamePicture": "Structure_Name_621",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "可产出大量野菜的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 640,
+ "Name": "八阵图",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 0,
+ "ScaleUp": true,
+ "FixedPoint": true,
+ "EngineeringQuantity": 200,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 640,
+ "Special": 0,
+ "BuildFunctionId": 640,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_640",
+ "Picture": "Structure_Picture_640",
+ "NamePicture": "Structure_Name_640",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "迷雾重重的石阵,建造在山谷入口,可迷惑来犯的敌人",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 642,
+ "Name": "茶楼",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 14,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 18000,
+ "Durable": 3000,
+ "FirmCoinNum": 5200,
+ "NunLimit": -1,
+ "ShapeId": 642,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 700,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 813,
+ "RepairItemNum1": 600,
+ "RepairItem2": 809,
+ "RepairItemNum2": 300,
+ "RepairItem3": 827,
+ "RepairItemNum3": 400,
+ "RepairItem4": 825,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 140,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 280,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 560,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 70,
+ "StrengIntegral1": 12,
+ "StrengIntegral2": 18,
+ "StrengIntegral3": 35,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_642",
+ "Picture": "Structure_Picture_642",
+ "NamePicture": "Structure_Name_642",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "供村民喝茶闲聊的场所",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 644,
+ "Name": "戏楼",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40000,
+ "Durable": 3000,
+ "FirmCoinNum": 7000,
+ "NunLimit": -1,
+ "ShapeId": 644,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1000,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 814,
+ "RepairItemNum1": 900,
+ "RepairItem2": 810,
+ "RepairItemNum2": 500,
+ "RepairItem3": 827,
+ "RepairItemNum3": 500,
+ "RepairItem4": 825,
+ "RepairItemNum4": 400,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 140,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 280,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 560,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 100,
+ "StrengIntegral1": 17,
+ "StrengIntegral2": 25,
+ "StrengIntegral3": 50,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_644",
+ "Picture": "Structure_Picture_644",
+ "NamePicture": "Structure_Name_644",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "村民看戏的地方",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 645,
+ "Name": "酒楼",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 18,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 43000,
+ "Durable": 3000,
+ "FirmCoinNum": 7600,
+ "NunLimit": -1,
+ "ShapeId": 645,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1400,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 814,
+ "RepairItemNum1": 1300,
+ "RepairItem2": 810,
+ "RepairItemNum2": 800,
+ "RepairItem3": 827,
+ "RepairItemNum3": 400,
+ "RepairItem4": 821,
+ "RepairItemNum4": 100,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 160,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 320,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 640,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 140,
+ "StrengIntegral1": 24,
+ "StrengIntegral2": 35,
+ "StrengIntegral3": 70,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_645",
+ "Picture": "Structure_Picture_645",
+ "NamePicture": "Structure_Name_645",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "供村民饮酒用的店铺,又称酒肆、酒舍",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 660,
+ "Name": "浮图塔",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 19,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 60000,
+ "Durable": 3000,
+ "FirmCoinNum": 8200,
+ "NunLimit": -1,
+ "ShapeId": 660,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 811,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 805,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 828,
+ "RepairItemNum3": 1000,
+ "RepairItem4": 817,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 170,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 340,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 680,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 180,
+ "StrengIntegral1": 30,
+ "StrengIntegral2": 45,
+ "StrengIntegral3": 90,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_660",
+ "Picture": "Structure_Picture_660",
+ "NamePicture": "Structure_Name_660",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "七级浮屠是指七层塔,是非常雄伟庄严的建筑",
+ "Record": true,
+ "RecordText": ""
+ },
+ {
+ "Id": 661,
+ "Name": "桃源殿",
+ "LvMark": -1,
+ "Type": 4,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 70000,
+ "Durable": 3000,
+ "FirmCoinNum": 8900,
+ "NunLimit": -1,
+ "ShapeId": 661,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 2000,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 811,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 805,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 828,
+ "RepairItemNum3": 1000,
+ "RepairItem4": 817,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 821,
+ "StrengthenItemNum1": 170,
+ "StrengthenItem2": 821,
+ "StrengthenItemNum2": 340,
+ "StrengthenItem3": 821,
+ "StrengthenItemNum3": 680,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 200,
+ "StrengIntegral1": 34,
+ "StrengIntegral2": 50,
+ "StrengIntegral3": 100,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_661",
+ "Picture": "Structure_Picture_661",
+ "NamePicture": "Structure_Name_661",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "雄伟庄严的大殿,是桃谷标志性建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 662,
+ "Name": "月光瓶",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 3,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 20,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 662,
+ "Special": 23,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": false,
+ "Prefab": "Structure_662",
+ "Picture": "Structure_Picture_662",
+ "NamePicture": "Structure_Name_662",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "能凝聚时间的神奇建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 663,
+ "Name": "鹤点",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 3,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 50,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 663,
+ "Special": 26,
+ "BuildFunctionId": 0,
+ "Boom": 50,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_663",
+ "Picture": "Structure_Picture_663",
+ "NamePicture": "Structure_Name_663",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "勇士们搭乘鹤飞行到此地时,鹤会此处停降",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1000,
+ "Name": "伐木场",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1100,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 1000,
+ "Special": 2,
+ "BuildFunctionId": 1000,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1000",
+ "Picture": "Structure_Picture_1000",
+ "NamePicture": "Structure_Name_1000",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于村民伐木的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1001,
+ "Name": "采集厅",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1100,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 1001,
+ "Special": 2,
+ "BuildFunctionId": 1001,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1001",
+ "Picture": "Structure_Picture_1001",
+ "NamePicture": "Structure_Name_1001",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于村民采集各种资源的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1002,
+ "Name": "猎人小屋",
+ "LvMark": -1,
+ "Type": 0,
+ "Schedule": 7,
+ "ScaleUp": false,
+ "FixedPoint": true,
+ "EngineeringQuantity": 1100,
+ "Durable": -1,
+ "FirmCoinNum": 0,
+ "NunLimit": -1,
+ "ShapeId": 1002,
+ "Special": 2,
+ "BuildFunctionId": 1002,
+ "Boom": 100,
+ "CanMove": false,
+ "Remove": false,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 0,
+ "RepairItemNum1": 0,
+ "RepairItem2": 0,
+ "RepairItemNum2": 0,
+ "RepairItem3": 0,
+ "RepairItemNum3": 0,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": false,
+ "StrengthenItem1": 0,
+ "StrengthenItemNum1": 0,
+ "StrengthenItem2": 0,
+ "StrengthenItemNum2": 0,
+ "StrengthenItem3": 0,
+ "StrengthenItemNum3": 0,
+ "StrengthenDurable1": 0,
+ "StrengthenDurable2": 0,
+ "StrengthenDurable3": 0,
+ "Integral": 0,
+ "StrengIntegral1": 0,
+ "StrengIntegral2": 0,
+ "StrengIntegral3": 0,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1002",
+ "Picture": "Structure_Picture_1002",
+ "NamePicture": "Structure_Name_1002",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "用于村民打猎的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1100,
+ "Name": "装备坊",
+ "LvMark": 1,
+ "Type": 1,
+ "Schedule": 5,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 560,
+ "Durable": 1500,
+ "FirmCoinNum": 800,
+ "NunLimit": -1,
+ "ShapeId": 1100,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 100,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 1101,
+ "RepairItem1": 802,
+ "RepairItemNum1": 100,
+ "RepairItem2": 3,
+ "RepairItemNum2": 60,
+ "RepairItem3": 807,
+ "RepairItemNum3": 60,
+ "RepairItem4": 0,
+ "RepairItemNum4": 0,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 10,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 20,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 40,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 10,
+ "StrengIntegral1": 2,
+ "StrengIntegral2": 3,
+ "StrengIntegral3": 5,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1100",
+ "Picture": "Structure_Picture_1100",
+ "NamePicture": "Structure_Name_1100",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "打造武器和装备的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1101,
+ "Name": "装备坊",
+ "LvMark": 2,
+ "Type": 1,
+ "Schedule": 9,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 3000,
+ "Durable": 1500,
+ "FirmCoinNum": 2600,
+ "NunLimit": -1,
+ "ShapeId": 1101,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 250,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 1102,
+ "RepairItem1": 803,
+ "RepairItemNum1": 300,
+ "RepairItem2": 808,
+ "RepairItemNum2": 100,
+ "RepairItem3": 3,
+ "RepairItemNum3": 100,
+ "RepairItem4": 816,
+ "RepairItemNum4": 60,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 815,
+ "StrengthenItemNum1": 40,
+ "StrengthenItem2": 815,
+ "StrengthenItemNum2": 80,
+ "StrengthenItem3": 815,
+ "StrengthenItemNum3": 160,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 25,
+ "StrengIntegral1": 5,
+ "StrengIntegral2": 7,
+ "StrengIntegral3": 13,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1101",
+ "Picture": "Structure_Picture_1101",
+ "NamePicture": "Structure_Name_1101",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "打造武器和装备的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1102,
+ "Name": "装备坊",
+ "LvMark": 3,
+ "Type": 1,
+ "Schedule": 13,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 13000,
+ "Durable": 1500,
+ "FirmCoinNum": 4600,
+ "NunLimit": -1,
+ "ShapeId": 1102,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 600,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 1103,
+ "RepairItem1": 813,
+ "RepairItemNum1": 400,
+ "RepairItem2": 808,
+ "RepairItemNum2": 500,
+ "RepairItem3": 816,
+ "RepairItemNum3": 200,
+ "RepairItem4": 825,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 70,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 140,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 280,
+ "StrengthenDurable1": 1530,
+ "StrengthenDurable2": 1560,
+ "StrengthenDurable3": 1590,
+ "Integral": 60,
+ "StrengIntegral1": 10,
+ "StrengIntegral2": 15,
+ "StrengIntegral3": 30,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1102",
+ "Picture": "Structure_Picture_1102",
+ "NamePicture": "Structure_Name_1102",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "打造武器和装备的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1103,
+ "Name": "装备坊",
+ "LvMark": 4,
+ "Type": 1,
+ "Schedule": 17,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 40000,
+ "Durable": 3000,
+ "FirmCoinNum": 7000,
+ "NunLimit": -1,
+ "ShapeId": 1103,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 800,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 1104,
+ "RepairItem1": 814,
+ "RepairItemNum1": 1000,
+ "RepairItem2": 809,
+ "RepairItemNum2": 600,
+ "RepairItem3": 825,
+ "RepairItemNum3": 400,
+ "RepairItem4": 820,
+ "RepairItemNum4": 300,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 816,
+ "StrengthenItemNum1": 100,
+ "StrengthenItem2": 816,
+ "StrengthenItemNum2": 200,
+ "StrengthenItem3": 816,
+ "StrengthenItemNum3": 400,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 80,
+ "StrengIntegral1": 14,
+ "StrengIntegral2": 20,
+ "StrengIntegral3": 40,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1103",
+ "Picture": "Structure_Picture_1103",
+ "NamePicture": "Structure_Name_1103",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "打造武器和装备的建筑",
+ "Record": false,
+ "RecordText": ""
+ },
+ {
+ "Id": 1104,
+ "Name": "装备坊",
+ "LvMark": -1,
+ "Type": 1,
+ "Schedule": 20,
+ "ScaleUp": false,
+ "FixedPoint": false,
+ "EngineeringQuantity": 60000,
+ "Durable": 3000,
+ "FirmCoinNum": 8900,
+ "NunLimit": -1,
+ "ShapeId": 1104,
+ "Special": 0,
+ "BuildFunctionId": 0,
+ "Boom": 1200,
+ "CanMove": true,
+ "Remove": true,
+ "Fight": 0,
+ "RegionId": 1001,
+ "UpgradeId": 0,
+ "RepairItem1": 805,
+ "RepairItemNum1": 1100,
+ "RepairItem2": 810,
+ "RepairItemNum2": 1000,
+ "RepairItem3": 827,
+ "RepairItemNum3": 700,
+ "RepairItem4": 820,
+ "RepairItemNum4": 200,
+ "StrengthenYesOrNo": true,
+ "StrengthenItem1": 820,
+ "StrengthenItemNum1": 130,
+ "StrengthenItem2": 820,
+ "StrengthenItemNum2": 260,
+ "StrengthenItem3": 820,
+ "StrengthenItemNum3": 520,
+ "StrengthenDurable1": 3030,
+ "StrengthenDurable2": 3060,
+ "StrengthenDurable3": 3090,
+ "Integral": 120,
+ "StrengIntegral1": 20,
+ "StrengIntegral2": 30,
+ "StrengIntegral3": 60,
+ "ShowOccupyPlace": true,
+ "Prefab": "Structure_1104",
+ "Picture": "Structure_Picture_1104",
+ "NamePicture": "Structure_Name_1104",
+ "Sound": "",
+ "InteractiveAnimations": [],
+ "Describe": "打造武器和装备的建筑",
+ "Record": false,
+ "RecordText": ""
+ }
+]
\ No newline at end of file
diff --git a/config/StructureFightConfigCategory.json b/config/StructureFightConfigCategory.json
new file mode 100644
index 0000000..313e0f1
--- /dev/null
+++ b/config/StructureFightConfigCategory.json
@@ -0,0 +1,1826 @@
+[
+ {
+ "Id": 1,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 200,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 2,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 3,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 4,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 20,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 400,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 21,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 22,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 23,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 30,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 800,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 40,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 200,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 41,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 400,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 42,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 43,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 44,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 45,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 60,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 200,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 61,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 62,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 63,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 64,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 65,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 66,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 8000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 67,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 3000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 80,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 300,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 81,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 82,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 83,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 84,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 100,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 600,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 101,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 102,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 103,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 104,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 105,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 120,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 121,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 122,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 3000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 123,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 124,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 125,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 126,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 140,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 7000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 2,
+ "Skill": 0
+ },
+ {
+ "Id": 141,
+ "ATK": 12,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 142,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 12000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 2,
+ "Skill": 0
+ },
+ {
+ "Id": 143,
+ "ATK": 40,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 144,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 24000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 4,
+ "Skill": 0
+ },
+ {
+ "Id": 145,
+ "ATK": 60,
+ "DEF": 0,
+ "HP": 6000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 146,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 60000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 4,
+ "Skill": 0
+ },
+ {
+ "Id": 147,
+ "ATK": 130,
+ "DEF": 0,
+ "HP": 8000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 148,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 120000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 6,
+ "Skill": 0
+ },
+ {
+ "Id": 149,
+ "ATK": 230,
+ "DEF": 0,
+ "HP": 10000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 150,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 200000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 6,
+ "Skill": 0
+ },
+ {
+ "Id": 151,
+ "ATK": 350,
+ "DEF": 0,
+ "HP": 12000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 152,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 350000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 6,
+ "Skill": 0
+ },
+ {
+ "Id": 153,
+ "ATK": 500,
+ "DEF": 0,
+ "HP": 14000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 154,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 600000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 6,
+ "Skill": 0
+ },
+ {
+ "Id": 155,
+ "ATK": 800,
+ "DEF": 0,
+ "HP": 16000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 156,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 800000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 6,
+ "Skill": 0
+ },
+ {
+ "Id": 157,
+ "ATK": 1000,
+ "DEF": 0,
+ "HP": 18000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 170,
+ "ATK": 20,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 171,
+ "ATK": 52,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 172,
+ "ATK": 79,
+ "DEF": 0,
+ "HP": 6000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 173,
+ "ATK": 161,
+ "DEF": 0,
+ "HP": 8000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 174,
+ "ATK": 324,
+ "DEF": 0,
+ "HP": 10000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 175,
+ "ATK": 381,
+ "DEF": 0,
+ "HP": 12000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 176,
+ "ATK": 601,
+ "DEF": 0,
+ "HP": 14000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 177,
+ "ATK": 906,
+ "DEF": 0,
+ "HP": 16000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 178,
+ "ATK": 1082,
+ "DEF": 0,
+ "HP": 18000,
+ "HoldNum": 2,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 100,
+ "HitRate": 100,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 9002
+ },
+ {
+ "Id": 180,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 220,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 221,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 222,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 230,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 231,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 232,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 233,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 234,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 235,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 236,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 8000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 237,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 238,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 260,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 261,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 262,
+ "ATK": 5,
+ "DEF": 0,
+ "HP": 8000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 280,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 281,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 320,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 321,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 340,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 341,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 342,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 343,
+ "ATK": 5,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 380,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 800,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 420,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 422,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 800,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 480,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 500,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 3000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 502,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 3000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 525,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 580,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 620,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 621,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 642,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 644,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 645,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 5000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 660,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 10000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 661,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 10000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1100,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 400,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1101,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 800,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1102,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1103,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 1500,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1104,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 2000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1105,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 3000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ },
+ {
+ "Id": 1106,
+ "ATK": 0,
+ "DEF": 0,
+ "HP": 4000,
+ "HoldNum": 0,
+ "EquipType": 0,
+ "EquipNum": 0,
+ "AttackSpeed": 0,
+ "HitRate": 0,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "SonNum": 0,
+ "Skill": 0
+ }
+]
\ No newline at end of file
diff --git a/config/SurnameLibraryConfigCategory.json b/config/SurnameLibraryConfigCategory.json
new file mode 100644
index 0000000..1316853
--- /dev/null
+++ b/config/SurnameLibraryConfigCategory.json
@@ -0,0 +1,2092 @@
+[
+ {
+ "ID": 1,
+ "Surname": "赵",
+ "Weight": 100
+ },
+ {
+ "ID": 2,
+ "Surname": "钱",
+ "Weight": 100
+ },
+ {
+ "ID": 3,
+ "Surname": "孙",
+ "Weight": 100
+ },
+ {
+ "ID": 4,
+ "Surname": "李",
+ "Weight": 100
+ },
+ {
+ "ID": 5,
+ "Surname": "周",
+ "Weight": 90
+ },
+ {
+ "ID": 6,
+ "Surname": "吴",
+ "Weight": 90
+ },
+ {
+ "ID": 7,
+ "Surname": "郑",
+ "Weight": 100
+ },
+ {
+ "ID": 8,
+ "Surname": "王",
+ "Weight": 100
+ },
+ {
+ "ID": 9,
+ "Surname": "冯",
+ "Weight": 50
+ },
+ {
+ "ID": 10,
+ "Surname": "陈",
+ "Weight": 90
+ },
+ {
+ "ID": 11,
+ "Surname": "褚",
+ "Weight": 30
+ },
+ {
+ "ID": 12,
+ "Surname": "卫",
+ "Weight": 30
+ },
+ {
+ "ID": 13,
+ "Surname": "蒋",
+ "Weight": 60
+ },
+ {
+ "ID": 14,
+ "Surname": "沈",
+ "Weight": 90
+ },
+ {
+ "ID": 15,
+ "Surname": "韩",
+ "Weight": 70
+ },
+ {
+ "ID": 16,
+ "Surname": "杨",
+ "Weight": 80
+ },
+ {
+ "ID": 17,
+ "Surname": "朱",
+ "Weight": 90
+ },
+ {
+ "ID": 18,
+ "Surname": "秦",
+ "Weight": 80
+ },
+ {
+ "ID": 19,
+ "Surname": "尤",
+ "Weight": 20
+ },
+ {
+ "ID": 20,
+ "Surname": "许",
+ "Weight": 80
+ },
+ {
+ "ID": 21,
+ "Surname": "何",
+ "Weight": 60
+ },
+ {
+ "ID": 22,
+ "Surname": "吕",
+ "Weight": 50
+ },
+ {
+ "ID": 23,
+ "Surname": "施",
+ "Weight": 50
+ },
+ {
+ "ID": 24,
+ "Surname": "张",
+ "Weight": 80
+ },
+ {
+ "ID": 25,
+ "Surname": "孔",
+ "Weight": 70
+ },
+ {
+ "ID": 26,
+ "Surname": "曹",
+ "Weight": 20
+ },
+ {
+ "ID": 27,
+ "Surname": "严",
+ "Weight": 70
+ },
+ {
+ "ID": 28,
+ "Surname": "华",
+ "Weight": 70
+ },
+ {
+ "ID": 29,
+ "Surname": "金",
+ "Weight": 50
+ },
+ {
+ "ID": 30,
+ "Surname": "魏",
+ "Weight": 70
+ },
+ {
+ "ID": 31,
+ "Surname": "陶",
+ "Weight": 60
+ },
+ {
+ "ID": 32,
+ "Surname": "姜",
+ "Weight": 30
+ },
+ {
+ "ID": 33,
+ "Surname": "戚",
+ "Weight": 30
+ },
+ {
+ "ID": 34,
+ "Surname": "谢",
+ "Weight": 70
+ },
+ {
+ "ID": 35,
+ "Surname": "邹",
+ "Weight": 30
+ },
+ {
+ "ID": 36,
+ "Surname": "喻",
+ "Weight": 30
+ },
+ {
+ "ID": 37,
+ "Surname": "柏",
+ "Weight": 10
+ },
+ {
+ "ID": 38,
+ "Surname": "水",
+ "Weight": 10
+ },
+ {
+ "ID": 39,
+ "Surname": "窦",
+ "Weight": 20
+ },
+ {
+ "ID": 40,
+ "Surname": "章",
+ "Weight": 70
+ },
+ {
+ "ID": 41,
+ "Surname": "云",
+ "Weight": 50
+ },
+ {
+ "ID": 42,
+ "Surname": "苏",
+ "Weight": 90
+ },
+ {
+ "ID": 43,
+ "Surname": "潘",
+ "Weight": 40
+ },
+ {
+ "ID": 44,
+ "Surname": "葛",
+ "Weight": 20
+ },
+ {
+ "ID": 45,
+ "Surname": "奚",
+ "Weight": 20
+ },
+ {
+ "ID": 46,
+ "Surname": "范",
+ "Weight": 60
+ },
+ {
+ "ID": 47,
+ "Surname": "彭",
+ "Weight": 40
+ },
+ {
+ "ID": 48,
+ "Surname": "郎",
+ "Weight": 30
+ },
+ {
+ "ID": 49,
+ "Surname": "鲁",
+ "Weight": 30
+ },
+ {
+ "ID": 50,
+ "Surname": "韦",
+ "Weight": 20
+ },
+ {
+ "ID": 51,
+ "Surname": "昌",
+ "Weight": 30
+ },
+ {
+ "ID": 52,
+ "Surname": "马",
+ "Weight": 70
+ },
+ {
+ "ID": 53,
+ "Surname": "苗",
+ "Weight": 60
+ },
+ {
+ "ID": 54,
+ "Surname": "凤",
+ "Weight": 50
+ },
+ {
+ "ID": 55,
+ "Surname": "花",
+ "Weight": 50
+ },
+ {
+ "ID": 56,
+ "Surname": "方",
+ "Weight": 50
+ },
+ {
+ "ID": 57,
+ "Surname": "俞",
+ "Weight": 50
+ },
+ {
+ "ID": 58,
+ "Surname": "任",
+ "Weight": 50
+ },
+ {
+ "ID": 59,
+ "Surname": "袁",
+ "Weight": 50
+ },
+ {
+ "ID": 60,
+ "Surname": "柳",
+ "Weight": 70
+ },
+ {
+ "ID": 61,
+ "Surname": "酆",
+ "Weight": 20
+ },
+ {
+ "ID": 62,
+ "Surname": "鲍",
+ "Weight": 30
+ },
+ {
+ "ID": 63,
+ "Surname": "史",
+ "Weight": 40
+ },
+ {
+ "ID": 64,
+ "Surname": "唐",
+ "Weight": 50
+ },
+ {
+ "ID": 65,
+ "Surname": "费",
+ "Weight": 30
+ },
+ {
+ "ID": 66,
+ "Surname": "廉",
+ "Weight": 30
+ },
+ {
+ "ID": 67,
+ "Surname": "岑",
+ "Weight": 30
+ },
+ {
+ "ID": 68,
+ "Surname": "薛",
+ "Weight": 30
+ },
+ {
+ "ID": 69,
+ "Surname": "雷",
+ "Weight": 30
+ },
+ {
+ "ID": 70,
+ "Surname": "贺",
+ "Weight": 30
+ },
+ {
+ "ID": 71,
+ "Surname": "倪",
+ "Weight": 20
+ },
+ {
+ "ID": 72,
+ "Surname": "汤",
+ "Weight": 20
+ },
+ {
+ "ID": 73,
+ "Surname": "滕",
+ "Weight": 20
+ },
+ {
+ "ID": 74,
+ "Surname": "殷",
+ "Weight": 30
+ },
+ {
+ "ID": 75,
+ "Surname": "罗",
+ "Weight": 20
+ },
+ {
+ "ID": 76,
+ "Surname": "毕",
+ "Weight": 20
+ },
+ {
+ "ID": 77,
+ "Surname": "郝",
+ "Weight": 20
+ },
+ {
+ "ID": 78,
+ "Surname": "邬",
+ "Weight": 20
+ },
+ {
+ "ID": 79,
+ "Surname": "安",
+ "Weight": 20
+ },
+ {
+ "ID": 80,
+ "Surname": "常",
+ "Weight": 20
+ },
+ {
+ "ID": 81,
+ "Surname": "乐",
+ "Weight": 20
+ },
+ {
+ "ID": 82,
+ "Surname": "于",
+ "Weight": 40
+ },
+ {
+ "ID": 83,
+ "Surname": "时",
+ "Weight": 20
+ },
+ {
+ "ID": 84,
+ "Surname": "傅",
+ "Weight": 30
+ },
+ {
+ "ID": 85,
+ "Surname": "皮",
+ "Weight": 30
+ },
+ {
+ "ID": 86,
+ "Surname": "卞",
+ "Weight": 20
+ },
+ {
+ "ID": 87,
+ "Surname": "齐",
+ "Weight": 40
+ },
+ {
+ "ID": 88,
+ "Surname": "康",
+ "Weight": 40
+ },
+ {
+ "ID": 89,
+ "Surname": "伍",
+ "Weight": 20
+ },
+ {
+ "ID": 90,
+ "Surname": "余",
+ "Weight": 20
+ },
+ {
+ "ID": 91,
+ "Surname": "元",
+ "Weight": 10
+ },
+ {
+ "ID": 92,
+ "Surname": "卜",
+ "Weight": 10
+ },
+ {
+ "ID": 93,
+ "Surname": "顾",
+ "Weight": 40
+ },
+ {
+ "ID": 94,
+ "Surname": "孟",
+ "Weight": 40
+ },
+ {
+ "ID": 95,
+ "Surname": "平",
+ "Weight": 40
+ },
+ {
+ "ID": 96,
+ "Surname": "黄",
+ "Weight": 70
+ },
+ {
+ "ID": 97,
+ "Surname": "和",
+ "Weight": 40
+ },
+ {
+ "ID": 98,
+ "Surname": "穆",
+ "Weight": 50
+ },
+ {
+ "ID": 99,
+ "Surname": "萧",
+ "Weight": 50
+ },
+ {
+ "ID": 100,
+ "Surname": "尹",
+ "Weight": 50
+ },
+ {
+ "ID": 101,
+ "Surname": "姚",
+ "Weight": 50
+ },
+ {
+ "ID": 102,
+ "Surname": "邵",
+ "Weight": 20
+ },
+ {
+ "ID": 103,
+ "Surname": "湛",
+ "Weight": 20
+ },
+ {
+ "ID": 104,
+ "Surname": "汪",
+ "Weight": 70
+ },
+ {
+ "ID": 105,
+ "Surname": "祁",
+ "Weight": 60
+ },
+ {
+ "ID": 106,
+ "Surname": "毛",
+ "Weight": 40
+ },
+ {
+ "ID": 107,
+ "Surname": "禹",
+ "Weight": 20
+ },
+ {
+ "ID": 108,
+ "Surname": "狄",
+ "Weight": 20
+ },
+ {
+ "ID": 109,
+ "Surname": "米",
+ "Weight": 20
+ },
+ {
+ "ID": 110,
+ "Surname": "贝",
+ "Weight": 20
+ },
+ {
+ "ID": 111,
+ "Surname": "明",
+ "Weight": 20
+ },
+ {
+ "ID": 112,
+ "Surname": "臧",
+ "Weight": 20
+ },
+ {
+ "ID": 113,
+ "Surname": "计",
+ "Weight": 20
+ },
+ {
+ "ID": 114,
+ "Surname": "伏",
+ "Weight": 20
+ },
+ {
+ "ID": 115,
+ "Surname": "成",
+ "Weight": 30
+ },
+ {
+ "ID": 116,
+ "Surname": "戴",
+ "Weight": 20
+ },
+ {
+ "ID": 117,
+ "Surname": "谈",
+ "Weight": 20
+ },
+ {
+ "ID": 118,
+ "Surname": "宋",
+ "Weight": 50
+ },
+ {
+ "ID": 119,
+ "Surname": "茅",
+ "Weight": 50
+ },
+ {
+ "ID": 120,
+ "Surname": "庞",
+ "Weight": 50
+ },
+ {
+ "ID": 121,
+ "Surname": "熊",
+ "Weight": 50
+ },
+ {
+ "ID": 122,
+ "Surname": "纪",
+ "Weight": 50
+ },
+ {
+ "ID": 123,
+ "Surname": "舒",
+ "Weight": 40
+ },
+ {
+ "ID": 124,
+ "Surname": "屈",
+ "Weight": 50
+ },
+ {
+ "ID": 125,
+ "Surname": "项",
+ "Weight": 50
+ },
+ {
+ "ID": 126,
+ "Surname": "祝",
+ "Weight": 60
+ },
+ {
+ "ID": 127,
+ "Surname": "董",
+ "Weight": 60
+ },
+ {
+ "ID": 128,
+ "Surname": "梁",
+ "Weight": 60
+ },
+ {
+ "ID": 129,
+ "Surname": "杜",
+ "Weight": 60
+ },
+ {
+ "ID": 130,
+ "Surname": "阮",
+ "Weight": 20
+ },
+ {
+ "ID": 131,
+ "Surname": "蓝",
+ "Weight": 20
+ },
+ {
+ "ID": 132,
+ "Surname": "闵",
+ "Weight": 60
+ },
+ {
+ "ID": 133,
+ "Surname": "席",
+ "Weight": 20
+ },
+ {
+ "ID": 134,
+ "Surname": "季",
+ "Weight": 30
+ },
+ {
+ "ID": 135,
+ "Surname": "麻",
+ "Weight": 30
+ },
+ {
+ "ID": 136,
+ "Surname": "强",
+ "Weight": 30
+ },
+ {
+ "ID": 137,
+ "Surname": "贾",
+ "Weight": 60
+ },
+ {
+ "ID": 138,
+ "Surname": "路",
+ "Weight": 30
+ },
+ {
+ "ID": 139,
+ "Surname": "娄",
+ "Weight": 30
+ },
+ {
+ "ID": 140,
+ "Surname": "危",
+ "Weight": 30
+ },
+ {
+ "ID": 141,
+ "Surname": "江",
+ "Weight": 60
+ },
+ {
+ "ID": 142,
+ "Surname": "童",
+ "Weight": 40
+ },
+ {
+ "ID": 143,
+ "Surname": "颜",
+ "Weight": 50
+ },
+ {
+ "ID": 144,
+ "Surname": "郭",
+ "Weight": 60
+ },
+ {
+ "ID": 145,
+ "Surname": "梅",
+ "Weight": 60
+ },
+ {
+ "ID": 146,
+ "Surname": "盛",
+ "Weight": 40
+ },
+ {
+ "ID": 147,
+ "Surname": "林",
+ "Weight": 80
+ },
+ {
+ "ID": 148,
+ "Surname": "刁",
+ "Weight": 20
+ },
+ {
+ "ID": 149,
+ "Surname": "钟",
+ "Weight": 30
+ },
+ {
+ "ID": 150,
+ "Surname": "徐",
+ "Weight": 70
+ },
+ {
+ "ID": 151,
+ "Surname": "邱",
+ "Weight": 50
+ },
+ {
+ "ID": 152,
+ "Surname": "骆",
+ "Weight": 20
+ },
+ {
+ "ID": 153,
+ "Surname": "高",
+ "Weight": 70
+ },
+ {
+ "ID": 154,
+ "Surname": "夏",
+ "Weight": 70
+ },
+ {
+ "ID": 155,
+ "Surname": "蔡",
+ "Weight": 70
+ },
+ {
+ "ID": 156,
+ "Surname": "田",
+ "Weight": 70
+ },
+ {
+ "ID": 157,
+ "Surname": "樊",
+ "Weight": 50
+ },
+ {
+ "ID": 158,
+ "Surname": "胡",
+ "Weight": 70
+ },
+ {
+ "ID": 159,
+ "Surname": "凌",
+ "Weight": 20
+ },
+ {
+ "ID": 160,
+ "Surname": "霍",
+ "Weight": 40
+ },
+ {
+ "ID": 161,
+ "Surname": "虞",
+ "Weight": 20
+ },
+ {
+ "ID": 162,
+ "Surname": "万",
+ "Weight": 40
+ },
+ {
+ "ID": 163,
+ "Surname": "支",
+ "Weight": 30
+ },
+ {
+ "ID": 164,
+ "Surname": "柯",
+ "Weight": 30
+ },
+ {
+ "ID": 165,
+ "Surname": "昝",
+ "Weight": 20
+ },
+ {
+ "ID": 166,
+ "Surname": "管",
+ "Weight": 30
+ },
+ {
+ "ID": 167,
+ "Surname": "卢",
+ "Weight": 50
+ },
+ {
+ "ID": 168,
+ "Surname": "莫",
+ "Weight": 20
+ },
+ {
+ "ID": 169,
+ "Surname": "柯",
+ "Weight": 20
+ },
+ {
+ "ID": 170,
+ "Surname": "房",
+ "Weight": 30
+ },
+ {
+ "ID": 171,
+ "Surname": "裘",
+ "Weight": 30
+ },
+ {
+ "ID": 172,
+ "Surname": "缪",
+ "Weight": 20
+ },
+ {
+ "ID": 173,
+ "Surname": "干",
+ "Weight": 20
+ },
+ {
+ "ID": 174,
+ "Surname": "解",
+ "Weight": 30
+ },
+ {
+ "ID": 175,
+ "Surname": "应",
+ "Weight": 20
+ },
+ {
+ "ID": 176,
+ "Surname": "宗",
+ "Weight": 30
+ },
+ {
+ "ID": 177,
+ "Surname": "丁",
+ "Weight": 60
+ },
+ {
+ "ID": 178,
+ "Surname": "宣",
+ "Weight": 50
+ },
+ {
+ "ID": 179,
+ "Surname": "贲",
+ "Weight": 40
+ },
+ {
+ "ID": 180,
+ "Surname": "邓",
+ "Weight": 50
+ },
+ {
+ "ID": 181,
+ "Surname": "郁",
+ "Weight": 40
+ },
+ {
+ "ID": 182,
+ "Surname": "单",
+ "Weight": 40
+ },
+ {
+ "ID": 183,
+ "Surname": "杭",
+ "Weight": 30
+ },
+ {
+ "ID": 184,
+ "Surname": "洪",
+ "Weight": 60
+ },
+ {
+ "ID": 185,
+ "Surname": "包",
+ "Weight": 60
+ },
+ {
+ "ID": 186,
+ "Surname": "诸",
+ "Weight": 40
+ },
+ {
+ "ID": 187,
+ "Surname": "左",
+ "Weight": 50
+ },
+ {
+ "ID": 188,
+ "Surname": "石",
+ "Weight": 50
+ },
+ {
+ "ID": 189,
+ "Surname": "崔",
+ "Weight": 50
+ },
+ {
+ "ID": 190,
+ "Surname": "吉",
+ "Weight": 30
+ },
+ {
+ "ID": 191,
+ "Surname": "钮",
+ "Weight": 20
+ },
+ {
+ "ID": 192,
+ "Surname": "龚",
+ "Weight": 40
+ },
+ {
+ "ID": 193,
+ "Surname": "程",
+ "Weight": 70
+ },
+ {
+ "ID": 194,
+ "Surname": "嵇",
+ "Weight": 40
+ },
+ {
+ "ID": 195,
+ "Surname": "邢",
+ "Weight": 30
+ },
+ {
+ "ID": 196,
+ "Surname": "滑",
+ "Weight": 30
+ },
+ {
+ "ID": 197,
+ "Surname": "裴",
+ "Weight": 30
+ },
+ {
+ "ID": 198,
+ "Surname": "陆",
+ "Weight": 50
+ },
+ {
+ "ID": 199,
+ "Surname": "荣",
+ "Weight": 30
+ },
+ {
+ "ID": 200,
+ "Surname": "翁",
+ "Weight": 50
+ },
+ {
+ "ID": 201,
+ "Surname": "荀",
+ "Weight": 20
+ },
+ {
+ "ID": 202,
+ "Surname": "羊",
+ "Weight": 30
+ },
+ {
+ "ID": 203,
+ "Surname": "于",
+ "Weight": 40
+ },
+ {
+ "ID": 204,
+ "Surname": "惠",
+ "Weight": 30
+ },
+ {
+ "ID": 205,
+ "Surname": "甄",
+ "Weight": 20
+ },
+ {
+ "ID": 206,
+ "Surname": "曲",
+ "Weight": 30
+ },
+ {
+ "ID": 207,
+ "Surname": "家",
+ "Weight": 20
+ },
+ {
+ "ID": 208,
+ "Surname": "封",
+ "Weight": 30
+ },
+ {
+ "ID": 209,
+ "Surname": "芮",
+ "Weight": 10
+ },
+ {
+ "ID": 210,
+ "Surname": "羿",
+ "Weight": 10
+ },
+ {
+ "ID": 211,
+ "Surname": "储",
+ "Weight": 30
+ },
+ {
+ "ID": 212,
+ "Surname": "靳",
+ "Weight": 30
+ },
+ {
+ "ID": 213,
+ "Surname": "汲",
+ "Weight": 10
+ },
+ {
+ "ID": 214,
+ "Surname": "邴",
+ "Weight": 10
+ },
+ {
+ "ID": 215,
+ "Surname": "糜",
+ "Weight": 10
+ },
+ {
+ "ID": 216,
+ "Surname": "松",
+ "Weight": 40
+ },
+ {
+ "ID": 217,
+ "Surname": "井",
+ "Weight": 30
+ },
+ {
+ "ID": 218,
+ "Surname": "段",
+ "Weight": 30
+ },
+ {
+ "ID": 219,
+ "Surname": "富",
+ "Weight": 30
+ },
+ {
+ "ID": 220,
+ "Surname": "巫",
+ "Weight": 30
+ },
+ {
+ "ID": 221,
+ "Surname": "乌",
+ "Weight": 30
+ },
+ {
+ "ID": 222,
+ "Surname": "焦",
+ "Weight": 30
+ },
+ {
+ "ID": 223,
+ "Surname": "巴",
+ "Weight": 30
+ },
+ {
+ "ID": 224,
+ "Surname": "弓",
+ "Weight": 20
+ },
+ {
+ "ID": 225,
+ "Surname": "牧",
+ "Weight": 30
+ },
+ {
+ "ID": 226,
+ "Surname": "隗",
+ "Weight": 20
+ },
+ {
+ "ID": 227,
+ "Surname": "山",
+ "Weight": 10
+ },
+ {
+ "ID": 228,
+ "Surname": "谷",
+ "Weight": 30
+ },
+ {
+ "ID": 229,
+ "Surname": "车",
+ "Weight": 30
+ },
+ {
+ "ID": 230,
+ "Surname": "侯",
+ "Weight": 30
+ },
+ {
+ "ID": 231,
+ "Surname": "宓",
+ "Weight": 10
+ },
+ {
+ "ID": 232,
+ "Surname": "蓬",
+ "Weight": 30
+ },
+ {
+ "ID": 233,
+ "Surname": "全",
+ "Weight": 30
+ },
+ {
+ "ID": 234,
+ "Surname": "郗",
+ "Weight": 10
+ },
+ {
+ "ID": 235,
+ "Surname": "班",
+ "Weight": 30
+ },
+ {
+ "ID": 236,
+ "Surname": "仰",
+ "Weight": 30
+ },
+ {
+ "ID": 237,
+ "Surname": "秋",
+ "Weight": 30
+ },
+ {
+ "ID": 238,
+ "Surname": "仲",
+ "Weight": 30
+ },
+ {
+ "ID": 239,
+ "Surname": "伊",
+ "Weight": 30
+ },
+ {
+ "ID": 240,
+ "Surname": "宫",
+ "Weight": 30
+ },
+ {
+ "ID": 241,
+ "Surname": "甯",
+ "Weight": 10
+ },
+ {
+ "ID": 242,
+ "Surname": "仇",
+ "Weight": 30
+ },
+ {
+ "ID": 243,
+ "Surname": "栾",
+ "Weight": 10
+ },
+ {
+ "ID": 244,
+ "Surname": "暴",
+ "Weight": 30
+ },
+ {
+ "ID": 245,
+ "Surname": "甘",
+ "Weight": 30
+ },
+ {
+ "ID": 246,
+ "Surname": "钭",
+ "Weight": 10
+ },
+ {
+ "ID": 247,
+ "Surname": "历",
+ "Weight": 30
+ },
+ {
+ "ID": 248,
+ "Surname": "戎",
+ "Weight": 30
+ },
+ {
+ "ID": 249,
+ "Surname": "祖",
+ "Weight": 30
+ },
+ {
+ "ID": 250,
+ "Surname": "武",
+ "Weight": 30
+ },
+ {
+ "ID": 251,
+ "Surname": "符",
+ "Weight": 30
+ },
+ {
+ "ID": 252,
+ "Surname": "刘",
+ "Weight": 90
+ },
+ {
+ "ID": 253,
+ "Surname": "景",
+ "Weight": 30
+ },
+ {
+ "ID": 254,
+ "Surname": "詹",
+ "Weight": 30
+ },
+ {
+ "ID": 255,
+ "Surname": "束",
+ "Weight": 30
+ },
+ {
+ "ID": 256,
+ "Surname": "龙",
+ "Weight": 20
+ },
+ {
+ "ID": 257,
+ "Surname": "叶",
+ "Weight": 70
+ },
+ {
+ "ID": 258,
+ "Surname": "幸",
+ "Weight": 40
+ },
+ {
+ "ID": 259,
+ "Surname": "司",
+ "Weight": 30
+ },
+ {
+ "ID": 260,
+ "Surname": "韶",
+ "Weight": 30
+ },
+ {
+ "ID": 261,
+ "Surname": "郜",
+ "Weight": 20
+ },
+ {
+ "ID": 262,
+ "Surname": "黎",
+ "Weight": 30
+ },
+ {
+ "ID": 263,
+ "Surname": "蓟",
+ "Weight": 20
+ },
+ {
+ "ID": 264,
+ "Surname": "溥",
+ "Weight": 20
+ },
+ {
+ "ID": 265,
+ "Surname": "印",
+ "Weight": 20
+ },
+ {
+ "ID": 266,
+ "Surname": "宿",
+ "Weight": 20
+ },
+ {
+ "ID": 267,
+ "Surname": "白",
+ "Weight": 40
+ },
+ {
+ "ID": 268,
+ "Surname": "怀",
+ "Weight": 20
+ },
+ {
+ "ID": 269,
+ "Surname": "蒲",
+ "Weight": 20
+ },
+ {
+ "ID": 270,
+ "Surname": "邰",
+ "Weight": 30
+ },
+ {
+ "ID": 271,
+ "Surname": "从",
+ "Weight": 20
+ },
+ {
+ "ID": 272,
+ "Surname": "鄂",
+ "Weight": 20
+ },
+ {
+ "ID": 273,
+ "Surname": "索",
+ "Weight": 20
+ },
+ {
+ "ID": 274,
+ "Surname": "咸",
+ "Weight": 30
+ },
+ {
+ "ID": 275,
+ "Surname": "籍",
+ "Weight": 30
+ },
+ {
+ "ID": 276,
+ "Surname": "赖",
+ "Weight": 30
+ },
+ {
+ "ID": 277,
+ "Surname": "卓",
+ "Weight": 30
+ },
+ {
+ "ID": 278,
+ "Surname": "蔺",
+ "Weight": 30
+ },
+ {
+ "ID": 279,
+ "Surname": "屠",
+ "Weight": 30
+ },
+ {
+ "ID": 280,
+ "Surname": "蒙",
+ "Weight": 30
+ },
+ {
+ "ID": 281,
+ "Surname": "池",
+ "Weight": 30
+ },
+ {
+ "ID": 282,
+ "Surname": "乔",
+ "Weight": 30
+ },
+ {
+ "ID": 283,
+ "Surname": "阳",
+ "Weight": 30
+ },
+ {
+ "ID": 284,
+ "Surname": "郁",
+ "Weight": 30
+ },
+ {
+ "ID": 285,
+ "Surname": "胥",
+ "Weight": 30
+ },
+ {
+ "ID": 286,
+ "Surname": "能",
+ "Weight": 20
+ },
+ {
+ "ID": 287,
+ "Surname": "苍",
+ "Weight": 30
+ },
+ {
+ "ID": 288,
+ "Surname": "双",
+ "Weight": 30
+ },
+ {
+ "ID": 289,
+ "Surname": "闻",
+ "Weight": 30
+ },
+ {
+ "ID": 290,
+ "Surname": "莘",
+ "Weight": 20
+ },
+ {
+ "ID": 291,
+ "Surname": "党",
+ "Weight": 30
+ },
+ {
+ "ID": 292,
+ "Surname": "翟",
+ "Weight": 30
+ },
+ {
+ "ID": 293,
+ "Surname": "谭",
+ "Weight": 20
+ },
+ {
+ "ID": 294,
+ "Surname": "贡",
+ "Weight": 30
+ },
+ {
+ "ID": 295,
+ "Surname": "劳",
+ "Weight": 30
+ },
+ {
+ "ID": 296,
+ "Surname": "逄",
+ "Weight": 30
+ },
+ {
+ "ID": 297,
+ "Surname": "姬",
+ "Weight": 30
+ },
+ {
+ "ID": 298,
+ "Surname": "申",
+ "Weight": 30
+ },
+ {
+ "ID": 299,
+ "Surname": "扶",
+ "Weight": 30
+ },
+ {
+ "ID": 300,
+ "Surname": "堵",
+ "Weight": 30
+ },
+ {
+ "ID": 301,
+ "Surname": "冉",
+ "Weight": 30
+ },
+ {
+ "ID": 302,
+ "Surname": "宰",
+ "Weight": 30
+ },
+ {
+ "ID": 303,
+ "Surname": "郦",
+ "Weight": 20
+ },
+ {
+ "ID": 304,
+ "Surname": "雍",
+ "Weight": 30
+ },
+ {
+ "ID": 305,
+ "Surname": "却",
+ "Weight": 20
+ },
+ {
+ "ID": 307,
+ "Surname": "桑",
+ "Weight": 30
+ },
+ {
+ "ID": 308,
+ "Surname": "桂",
+ "Weight": 40
+ },
+ {
+ "ID": 309,
+ "Surname": "濮",
+ "Weight": 20
+ },
+ {
+ "ID": 310,
+ "Surname": "牛",
+ "Weight": 60
+ },
+ {
+ "ID": 311,
+ "Surname": "寿",
+ "Weight": 20
+ },
+ {
+ "ID": 312,
+ "Surname": "通",
+ "Weight": 20
+ },
+ {
+ "ID": 313,
+ "Surname": "边",
+ "Weight": 30
+ },
+ {
+ "ID": 314,
+ "Surname": "扈",
+ "Weight": 10
+ },
+ {
+ "ID": 315,
+ "Surname": "燕",
+ "Weight": 30
+ },
+ {
+ "ID": 316,
+ "Surname": "冀",
+ "Weight": 10
+ },
+ {
+ "ID": 317,
+ "Surname": "浦",
+ "Weight": 30
+ },
+ {
+ "ID": 318,
+ "Surname": "尚",
+ "Weight": 30
+ },
+ {
+ "ID": 319,
+ "Surname": "农",
+ "Weight": 30
+ },
+ {
+ "ID": 320,
+ "Surname": "温",
+ "Weight": 30
+ },
+ {
+ "ID": 321,
+ "Surname": "别",
+ "Weight": 30
+ },
+ {
+ "ID": 322,
+ "Surname": "庄",
+ "Weight": 30
+ },
+ {
+ "ID": 323,
+ "Surname": "晏",
+ "Weight": 20
+ },
+ {
+ "ID": 324,
+ "Surname": "柴",
+ "Weight": 30
+ },
+ {
+ "ID": 325,
+ "Surname": "瞿",
+ "Weight": 20
+ },
+ {
+ "ID": 326,
+ "Surname": "阎",
+ "Weight": 30
+ },
+ {
+ "ID": 327,
+ "Surname": "充",
+ "Weight": 20
+ },
+ {
+ "ID": 328,
+ "Surname": "慕",
+ "Weight": 30
+ },
+ {
+ "ID": 329,
+ "Surname": "连",
+ "Weight": 30
+ },
+ {
+ "ID": 330,
+ "Surname": "茹",
+ "Weight": 30
+ },
+ {
+ "ID": 332,
+ "Surname": "宦",
+ "Weight": 20
+ },
+ {
+ "ID": 333,
+ "Surname": "艾",
+ "Weight": 30
+ },
+ {
+ "ID": 334,
+ "Surname": "鱼",
+ "Weight": 10
+ },
+ {
+ "ID": 335,
+ "Surname": "容",
+ "Weight": 30
+ },
+ {
+ "ID": 336,
+ "Surname": "向",
+ "Weight": 30
+ },
+ {
+ "ID": 337,
+ "Surname": "古",
+ "Weight": 30
+ },
+ {
+ "ID": 338,
+ "Surname": "易",
+ "Weight": 30
+ },
+ {
+ "ID": 339,
+ "Surname": "慎",
+ "Weight": 20
+ },
+ {
+ "ID": 340,
+ "Surname": "戈",
+ "Weight": 10
+ },
+ {
+ "ID": 341,
+ "Surname": "廖",
+ "Weight": 30
+ },
+ {
+ "ID": 342,
+ "Surname": "庾",
+ "Weight": 20
+ },
+ {
+ "ID": 343,
+ "Surname": "终",
+ "Weight": 30
+ },
+ {
+ "ID": 344,
+ "Surname": "暨",
+ "Weight": 10
+ },
+ {
+ "ID": 345,
+ "Surname": "居",
+ "Weight": 30
+ },
+ {
+ "ID": 346,
+ "Surname": "衡",
+ "Weight": 20
+ },
+ {
+ "ID": 347,
+ "Surname": "步",
+ "Weight": 30
+ },
+ {
+ "ID": 348,
+ "Surname": "都",
+ "Weight": 20
+ },
+ {
+ "ID": 349,
+ "Surname": "耿",
+ "Weight": 20
+ },
+ {
+ "ID": 350,
+ "Surname": "满",
+ "Weight": 20
+ },
+ {
+ "ID": 351,
+ "Surname": "弘",
+ "Weight": 20
+ },
+ {
+ "ID": 352,
+ "Surname": "匡",
+ "Weight": 30
+ },
+ {
+ "ID": 353,
+ "Surname": "国",
+ "Weight": 30
+ },
+ {
+ "ID": 354,
+ "Surname": "文",
+ "Weight": 50
+ },
+ {
+ "ID": 355,
+ "Surname": "寇",
+ "Weight": 40
+ },
+ {
+ "ID": 356,
+ "Surname": "广",
+ "Weight": 50
+ },
+ {
+ "ID": 357,
+ "Surname": "禄",
+ "Weight": 30
+ },
+ {
+ "ID": 358,
+ "Surname": "阙",
+ "Weight": 10
+ },
+ {
+ "ID": 359,
+ "Surname": "东",
+ "Weight": 20
+ },
+ {
+ "ID": 360,
+ "Surname": "欧",
+ "Weight": 30
+ },
+ {
+ "ID": 361,
+ "Surname": "殳",
+ "Weight": 10
+ },
+ {
+ "ID": 362,
+ "Surname": "沃",
+ "Weight": 10
+ },
+ {
+ "ID": 363,
+ "Surname": "利",
+ "Weight": 10
+ },
+ {
+ "ID": 364,
+ "Surname": "蔚",
+ "Weight": 30
+ },
+ {
+ "ID": 365,
+ "Surname": "越",
+ "Weight": 30
+ },
+ {
+ "ID": 366,
+ "Surname": "夔",
+ "Weight": 10
+ },
+ {
+ "ID": 367,
+ "Surname": "隆",
+ "Weight": 30
+ },
+ {
+ "ID": 368,
+ "Surname": "师",
+ "Weight": 30
+ },
+ {
+ "ID": 369,
+ "Surname": "巩",
+ "Weight": 30
+ },
+ {
+ "ID": 370,
+ "Surname": "厍",
+ "Weight": 10
+ },
+ {
+ "ID": 371,
+ "Surname": "聂",
+ "Weight": 30
+ },
+ {
+ "ID": 372,
+ "Surname": "晁",
+ "Weight": 30
+ },
+ {
+ "ID": 373,
+ "Surname": "勾",
+ "Weight": 30
+ },
+ {
+ "ID": 374,
+ "Surname": "敖",
+ "Weight": 30
+ },
+ {
+ "ID": 375,
+ "Surname": "融",
+ "Weight": 30
+ },
+ {
+ "ID": 376,
+ "Surname": "冷",
+ "Weight": 30
+ },
+ {
+ "ID": 377,
+ "Surname": "訾",
+ "Weight": 10
+ },
+ {
+ "ID": 378,
+ "Surname": "辛",
+ "Weight": 30
+ },
+ {
+ "ID": 379,
+ "Surname": "阚",
+ "Weight": 20
+ },
+ {
+ "ID": 380,
+ "Surname": "那",
+ "Weight": 30
+ },
+ {
+ "ID": 381,
+ "Surname": "简",
+ "Weight": 40
+ },
+ {
+ "ID": 382,
+ "Surname": "饶",
+ "Weight": 20
+ },
+ {
+ "ID": 383,
+ "Surname": "空",
+ "Weight": 30
+ },
+ {
+ "ID": 384,
+ "Surname": "曾",
+ "Weight": 30
+ },
+ {
+ "ID": 385,
+ "Surname": "毋",
+ "Weight": 20
+ },
+ {
+ "ID": 386,
+ "Surname": "沙",
+ "Weight": 40
+ },
+ {
+ "ID": 387,
+ "Surname": "乜",
+ "Weight": 10
+ },
+ {
+ "ID": 388,
+ "Surname": "养",
+ "Weight": 20
+ },
+ {
+ "ID": 389,
+ "Surname": "鞠",
+ "Weight": 30
+ },
+ {
+ "ID": 390,
+ "Surname": "须",
+ "Weight": 10
+ },
+ {
+ "ID": 391,
+ "Surname": "丰",
+ "Weight": 20
+ },
+ {
+ "ID": 392,
+ "Surname": "巢",
+ "Weight": 10
+ },
+ {
+ "ID": 393,
+ "Surname": "关",
+ "Weight": 30
+ },
+ {
+ "ID": 394,
+ "Surname": "蒯",
+ "Weight": 20
+ },
+ {
+ "ID": 395,
+ "Surname": "相",
+ "Weight": 30
+ },
+ {
+ "ID": 396,
+ "Surname": "查",
+ "Weight": 10
+ },
+ {
+ "ID": 397,
+ "Surname": "后",
+ "Weight": 20
+ },
+ {
+ "ID": 398,
+ "Surname": "荆",
+ "Weight": 30
+ },
+ {
+ "ID": 399,
+ "Surname": "红",
+ "Weight": 20
+ },
+ {
+ "ID": 400,
+ "Surname": "游",
+ "Weight": 40
+ },
+ {
+ "ID": 401,
+ "Surname": "竺",
+ "Weight": 40
+ },
+ {
+ "ID": 402,
+ "Surname": "权",
+ "Weight": 30
+ },
+ {
+ "ID": 403,
+ "Surname": "逮",
+ "Weight": 30
+ },
+ {
+ "ID": 404,
+ "Surname": "盍",
+ "Weight": 10
+ },
+ {
+ "ID": 405,
+ "Surname": "益",
+ "Weight": 20
+ },
+ {
+ "ID": 406,
+ "Surname": "桓",
+ "Weight": 30
+ },
+ {
+ "ID": 407,
+ "Surname": "公",
+ "Weight": 30
+ },
+ {
+ "ID": 408,
+ "Surname": "万俟",
+ "Weight": 10
+ },
+ {
+ "ID": 409,
+ "Surname": "司马",
+ "Weight": 20
+ },
+ {
+ "ID": 410,
+ "Surname": "诸葛",
+ "Weight": 20
+ },
+ {
+ "ID": 411,
+ "Surname": "尉迟",
+ "Weight": 20
+ },
+ {
+ "ID": 412,
+ "Surname": "徐离",
+ "Weight": 10
+ },
+ {
+ "ID": 413,
+ "Surname": "司徒",
+ "Weight": 20
+ },
+ {
+ "ID": 414,
+ "Surname": "上官",
+ "Weight": 10
+ },
+ {
+ "ID": 415,
+ "Surname": "欧阳",
+ "Weight": 10
+ },
+ {
+ "ID": 416,
+ "Surname": "公孙",
+ "Weight": 10
+ },
+ {
+ "ID": 417,
+ "Surname": "轩辕",
+ "Weight": 10
+ },
+ {
+ "ID": 418,
+ "Surname": "令狐",
+ "Weight": 10
+ },
+ {
+ "ID": 419,
+ "Surname": "长孙",
+ "Weight": 10
+ },
+ {
+ "ID": 420,
+ "Surname": "端木",
+ "Weight": 10
+ }
+]
\ No newline at end of file
diff --git a/config/SynthesisConfigCategory.json b/config/SynthesisConfigCategory.json
new file mode 100644
index 0000000..6d31bd0
--- /dev/null
+++ b/config/SynthesisConfigCategory.json
@@ -0,0 +1,15398 @@
+[
+ {
+ "Id": 1,
+ "Name": "工台",
+ "MixtureType": 1,
+ "MixtureID": 1,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 5,
+ "ItemNum1": 12,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 1
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 1
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2,
+ "Name": "工房",
+ "MixtureType": 1,
+ "MixtureID": 2,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 220,
+ "ItemId2": 807,
+ "ItemNum2": 120,
+ "ItemId3": 815,
+ "ItemNum3": 50,
+ "ItemId4": 824,
+ "ItemNum4": 30,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3,
+ "Name": "铁工房",
+ "MixtureType": 1,
+ "MixtureID": 3,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 200,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 816,
+ "ItemNum3": 100,
+ "ItemId4": 825,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4,
+ "Name": "铁工房",
+ "MixtureType": 1,
+ "MixtureID": 4,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 1000,
+ "ItemId3": 820,
+ "ItemNum3": 200,
+ "ItemId4": 825,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20,
+ "Name": "石作",
+ "MixtureType": 1,
+ "MixtureID": 20,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 13,
+ "ItemNum1": 30,
+ "ItemId2": 802,
+ "ItemNum2": 20,
+ "ItemId3": 3,
+ "ItemNum3": 15,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 100
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 2
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 21,
+ "Name": "石坊",
+ "MixtureType": 1,
+ "MixtureID": 21,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 220,
+ "ItemId2": 802,
+ "ItemNum2": 60,
+ "ItemId3": 800,
+ "ItemNum3": 60,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 22,
+ "Name": "石坊",
+ "MixtureType": 1,
+ "MixtureID": 22,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 400,
+ "ItemId2": 803,
+ "ItemNum2": 200,
+ "ItemId3": 825,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 23,
+ "Name": "石坊",
+ "MixtureType": 1,
+ "MixtureID": 23,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 1000,
+ "ItemId3": 825,
+ "ItemNum3": 400,
+ "ItemId4": 820,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 30,
+ "Name": "礼厅",
+ "MixtureType": 1,
+ "MixtureID": 30,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 31,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1020
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 40,
+ "Name": "营火",
+ "MixtureType": 1,
+ "MixtureID": 40,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 13,
+ "ItemNum1": 20,
+ "ItemId2": 5,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 1
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 41,
+ "Name": "石灶",
+ "MixtureType": 1,
+ "MixtureID": 41,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 100,
+ "ItemId2": 802,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 42,
+ "Name": "火灶房",
+ "MixtureType": 1,
+ "MixtureID": 42,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 150,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 824,
+ "ItemNum3": 100,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 8
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 43,
+ "Name": "火灶房",
+ "MixtureType": 1,
+ "MixtureID": 43,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 400,
+ "ItemId3": 827,
+ "ItemNum3": 250,
+ "ItemId4": 825,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 44,
+ "Name": "谷膳房",
+ "MixtureType": 1,
+ "MixtureID": 44,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 600,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 827,
+ "ItemNum3": 400,
+ "ItemId4": 825,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 15
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 45,
+ "Name": "谷膳房",
+ "MixtureType": 1,
+ "MixtureID": 45,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1200,
+ "ItemId2": 810,
+ "ItemNum2": 400,
+ "ItemId3": 827,
+ "ItemNum3": 500,
+ "ItemId4": 825,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 18
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 18
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 60,
+ "Name": "草棚",
+ "MixtureType": 1,
+ "MixtureID": 60,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 1,
+ "ItemNum1": 80,
+ "ItemId2": 802,
+ "ItemNum2": 5,
+ "ItemId3": 801,
+ "ItemNum3": 5,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 1
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 1
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 61,
+ "Name": "茅草房",
+ "MixtureType": 1,
+ "MixtureID": 61,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 800,
+ "ItemNum1": 80,
+ "ItemId2": 802,
+ "ItemNum2": 40,
+ "ItemId3": 807,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 63,
+ "Name": "木瓦房",
+ "MixtureType": 1,
+ "MixtureID": 63,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 60,
+ "ItemId3": 827,
+ "ItemNum3": 200,
+ "ItemId4": 824,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 9
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 64,
+ "Name": "木瓦房",
+ "MixtureType": 1,
+ "MixtureID": 64,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 500,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 827,
+ "ItemNum3": 300,
+ "ItemId4": 3,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 65,
+ "Name": "石瓦房",
+ "MixtureType": 1,
+ "MixtureID": 65,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1000,
+ "ItemId2": 810,
+ "ItemNum2": 300,
+ "ItemId3": 827,
+ "ItemNum3": 600,
+ "ItemId4": 825,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 66,
+ "Name": "石瓦房",
+ "MixtureType": 1,
+ "MixtureID": 66,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 806,
+ "ItemNum1": 1400,
+ "ItemId2": 810,
+ "ItemNum2": 900,
+ "ItemId3": 827,
+ "ItemNum3": 800,
+ "ItemId4": 825,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 20
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 67,
+ "Name": "客房",
+ "MixtureType": 1,
+ "MixtureID": 67,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 60,
+ "ItemId2": 3,
+ "ItemNum2": 80,
+ "ItemId3": 807,
+ "ItemNum3": 40,
+ "ItemId4": 800,
+ "ItemNum4": 40,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 80,
+ "Name": "草药台",
+ "MixtureType": 1,
+ "MixtureID": 80,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 10,
+ "ItemId2": 3,
+ "ItemNum2": 20,
+ "ItemId3": 801,
+ "ItemNum3": 5,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 100
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 2
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 81,
+ "Name": "草药厅",
+ "MixtureType": 1,
+ "MixtureID": 81,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 150,
+ "ItemId2": 3,
+ "ItemNum2": 100,
+ "ItemId3": 800,
+ "ItemNum3": 100,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 8
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 82,
+ "Name": "药房",
+ "MixtureType": 1,
+ "MixtureID": 82,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 300,
+ "ItemId2": 809,
+ "ItemNum2": 150,
+ "ItemId3": 827,
+ "ItemNum3": 200,
+ "ItemId4": 3,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 83,
+ "Name": "回春堂",
+ "MixtureType": 1,
+ "MixtureID": 83,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 600,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 827,
+ "ItemNum3": 400,
+ "ItemId4": 825,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 15
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 84,
+ "Name": "济世堂",
+ "MixtureType": 1,
+ "MixtureID": 84,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1000,
+ "ItemId2": 810,
+ "ItemNum2": 600,
+ "ItemId3": 827,
+ "ItemNum3": 600,
+ "ItemId4": 825,
+ "ItemNum4": 600,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 100,
+ "Name": "粗布坊",
+ "MixtureType": 1,
+ "MixtureID": 100,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 25,
+ "ItemId2": 3,
+ "ItemNum2": 20,
+ "ItemId3": 801,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1010
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 2
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 101,
+ "Name": "成衣坊",
+ "MixtureType": 1,
+ "MixtureID": 101,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 80,
+ "ItemId2": 3,
+ "ItemNum2": 40,
+ "ItemId3": 800,
+ "ItemNum3": 20,
+ "ItemId4": 801,
+ "ItemNum4": 20,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 102,
+ "Name": "织房",
+ "MixtureType": 1,
+ "MixtureID": 102,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 600,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 3,
+ "ItemNum3": 500,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 14
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 103,
+ "Name": "布庄",
+ "MixtureType": 1,
+ "MixtureID": 103,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 220,
+ "ItemId2": 808,
+ "ItemNum2": 80,
+ "ItemId3": 827,
+ "ItemNum3": 100,
+ "ItemId4": 3,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 104,
+ "Name": "尚衣坊",
+ "MixtureType": 1,
+ "MixtureID": 104,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1100,
+ "ItemId2": 810,
+ "ItemNum2": 400,
+ "ItemId3": 827,
+ "ItemNum3": 400,
+ "ItemId4": 825,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 105,
+ "Name": "蚕室",
+ "MixtureType": 1,
+ "MixtureID": 105,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 600,
+ "ItemId2": 809,
+ "ItemNum2": 200,
+ "ItemId3": 3,
+ "ItemNum3": 400,
+ "ItemId4": 801,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 14
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 106,
+ "Name": "尚衣坊",
+ "MixtureType": 1,
+ "MixtureID": 106,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 500,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 500,
+ "ItemId4": 858,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 20
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 120,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 120,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 100,
+ "ItemId2": 807,
+ "ItemNum2": 40,
+ "ItemId3": 3,
+ "ItemNum3": 40,
+ "ItemId4": 800,
+ "ItemNum4": 40,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 121,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 121,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 150,
+ "ItemId3": 800,
+ "ItemNum3": 80,
+ "ItemId4": 824,
+ "ItemNum4": 40,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 122,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 122,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 200,
+ "ItemId2": 3,
+ "ItemNum2": 100,
+ "ItemId3": 824,
+ "ItemNum3": 100,
+ "ItemId4": 815,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 123,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 123,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 801,
+ "ItemNum3": 100,
+ "ItemId4": 816,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 124,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 124,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 300,
+ "ItemId2": 809,
+ "ItemNum2": 200,
+ "ItemId3": 3,
+ "ItemNum3": 200,
+ "ItemId4": 827,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 125,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 125,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 3,
+ "ItemNum3": 250,
+ "ItemId4": 827,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 12
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 126,
+ "Name": "农坊",
+ "MixtureType": 1,
+ "MixtureID": 126,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 300,
+ "ItemId2": 809,
+ "ItemNum2": 500,
+ "ItemId3": 827,
+ "ItemNum3": 350,
+ "ItemId4": 820,
+ "ItemNum4": 150,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 140,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 140,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 31,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1017
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 141,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 141,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 20,
+ "ItemId2": 802,
+ "ItemNum2": 35,
+ "ItemId3": 3,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 140
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 142,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 142,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 200,
+ "ItemId2": 803,
+ "ItemNum2": 100,
+ "ItemId3": 824,
+ "ItemNum3": 60,
+ "ItemId4": 815,
+ "ItemNum4": 80,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 143,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 143,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 100,
+ "ItemId2": 803,
+ "ItemNum2": 50,
+ "ItemId3": 815,
+ "ItemNum3": 30,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 142
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 142
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 144,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 144,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 350,
+ "ItemId2": 803,
+ "ItemNum2": 200,
+ "ItemId3": 816,
+ "ItemNum3": 80,
+ "ItemId4": 824,
+ "ItemNum4": 60,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 10
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 145,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 145,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 175,
+ "ItemId2": 803,
+ "ItemNum2": 100,
+ "ItemId3": 816,
+ "ItemNum3": 40,
+ "ItemId4": 824,
+ "ItemNum4": 50,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 144
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 146,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 146,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 250,
+ "ItemId2": 808,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 300,
+ "ItemId4": 816,
+ "ItemNum4": 150,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 13
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 147,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 147,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 130,
+ "ItemId2": 808,
+ "ItemNum2": 300,
+ "ItemId3": 825,
+ "ItemNum3": 150,
+ "ItemId4": 816,
+ "ItemNum4": 80,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 146
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 146
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 148,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 148,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 814,
+ "ItemNum1": 400,
+ "ItemId2": 810,
+ "ItemNum2": 1000,
+ "ItemId3": 825,
+ "ItemNum3": 400,
+ "ItemId4": 819,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 149,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 149,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 200,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 200,
+ "ItemId4": 819,
+ "ItemNum4": 150,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 148
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 150,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 150,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 1200,
+ "ItemId3": 825,
+ "ItemNum3": 500,
+ "ItemId4": 820,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 151,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 151,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 200,
+ "ItemId2": 809,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 250,
+ "ItemId4": 820,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 150
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 150
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 152,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 152,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 600,
+ "ItemId2": 810,
+ "ItemNum2": 1200,
+ "ItemId3": 825,
+ "ItemNum3": 500,
+ "ItemId4": 820,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 18
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 18
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 153,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 153,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 300,
+ "ItemId2": 810,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 250,
+ "ItemId4": 820,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 152
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 154,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 154,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 814,
+ "ItemNum1": 700,
+ "ItemId2": 810,
+ "ItemNum2": 1000,
+ "ItemId3": 825,
+ "ItemNum3": 800,
+ "ItemId4": 821,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 19
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 155,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 155,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 400,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 400,
+ "ItemId4": 821,
+ "ItemNum4": 150,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 154
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 156,
+ "Name": "城门",
+ "MixtureType": 1,
+ "MixtureID": 156,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 806,
+ "ItemNum1": 1000,
+ "ItemId2": 810,
+ "ItemNum2": 1000,
+ "ItemId3": 825,
+ "ItemNum3": 1000,
+ "ItemId4": 858,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 157,
+ "Name": "箭塔",
+ "MixtureType": 1,
+ "MixtureID": 157,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 500,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 500,
+ "ItemId4": 858,
+ "ItemNum4": 200,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 156
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 156
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 170,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 170,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 20,
+ "ItemId2": 802,
+ "ItemNum2": 35,
+ "ItemId3": 3,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 140
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 140
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 171,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 171,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 100,
+ "ItemId2": 803,
+ "ItemNum2": 50,
+ "ItemId3": 815,
+ "ItemNum3": 30,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 172,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 172,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 175,
+ "ItemId2": 803,
+ "ItemNum2": 100,
+ "ItemId3": 816,
+ "ItemNum3": 40,
+ "ItemId4": 824,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 10
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 173,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 173,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 130,
+ "ItemId2": 808,
+ "ItemNum2": 300,
+ "ItemId3": 825,
+ "ItemNum3": 150,
+ "ItemId4": 816,
+ "ItemNum4": 80,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 13
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 174,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 174,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 200,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 200,
+ "ItemId4": 819,
+ "ItemNum4": 150,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 175,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 175,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 200,
+ "ItemId2": 809,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 250,
+ "ItemId4": 820,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 17
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 176,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 176,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 300,
+ "ItemId2": 810,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 250,
+ "ItemId4": 820,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 18
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 18
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 177,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 177,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 400,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 400,
+ "ItemId4": 821,
+ "ItemNum4": 150,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 19
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 178,
+ "Name": "箭楼",
+ "MixtureType": 1,
+ "MixtureID": 178,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 500,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 500,
+ "ItemId4": 858,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 20
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 200,
+ "Name": "运输厅",
+ "MixtureType": 1,
+ "MixtureID": 200,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 31,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1029
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 8
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 220,
+ "Name": "比翼楼",
+ "MixtureType": 1,
+ "MixtureID": 220,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 800,
+ "ItemNum3": 80,
+ "ItemId4": 3,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 221,
+ "Name": "比翼楼",
+ "MixtureType": 1,
+ "MixtureID": 221,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 827,
+ "ItemNum3": 100,
+ "ItemId4": 816,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 9
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 222,
+ "Name": "比翼楼",
+ "MixtureType": 1,
+ "MixtureID": 222,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 420,
+ "ItemId2": 809,
+ "ItemNum2": 180,
+ "ItemId3": 825,
+ "ItemNum3": 100,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 230,
+ "Name": "天工院",
+ "MixtureType": 1,
+ "MixtureID": 230,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 824,
+ "ItemNum3": 50,
+ "ItemId4": 826,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 231,
+ "Name": "天工院",
+ "MixtureType": 1,
+ "MixtureID": 231,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 827,
+ "ItemNum3": 300,
+ "ItemId4": 819,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 232,
+ "Name": "天工院",
+ "MixtureType": 1,
+ "MixtureID": 232,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 600,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 825,
+ "ItemNum3": 300,
+ "ItemId4": 827,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 233,
+ "Name": "天工院",
+ "MixtureType": 1,
+ "MixtureID": 233,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1000,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 825,
+ "ItemNum3": 300,
+ "ItemId4": 820,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 234,
+ "Name": "天工院",
+ "MixtureType": 1,
+ "MixtureID": 234,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1200,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 827,
+ "ItemNum3": 500,
+ "ItemId4": 825,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 18
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 18
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 240,
+ "Name": "集市",
+ "MixtureType": 1,
+ "MixtureID": 240,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 250,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 827,
+ "ItemNum3": 100,
+ "ItemId4": 816,
+ "ItemNum4": 80,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1033
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 9
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 241,
+ "Name": "集市",
+ "MixtureType": 1,
+ "MixtureID": 241,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 500,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 3,
+ "ItemNum3": 200,
+ "ItemId4": 819,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 12
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 242,
+ "Name": "集市",
+ "MixtureType": 1,
+ "MixtureID": 242,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 800,
+ "ItemId2": 810,
+ "ItemNum2": 600,
+ "ItemId3": 827,
+ "ItemNum3": 500,
+ "ItemId4": 821,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 243,
+ "Name": "集市",
+ "MixtureType": 1,
+ "MixtureID": 243,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1500,
+ "ItemId2": 810,
+ "ItemNum2": 700,
+ "ItemId3": 827,
+ "ItemNum3": 600,
+ "ItemId4": 825,
+ "ItemNum4": 500,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 19
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 244,
+ "Name": "渔溪村摊位",
+ "MixtureType": 1,
+ "MixtureID": 244,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 826,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 240
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 240
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 245,
+ "Name": "赤丘山摊位",
+ "MixtureType": 1,
+ "MixtureID": 245,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 826,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 241
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 241
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 246,
+ "Name": "太姥村摊位",
+ "MixtureType": 1,
+ "MixtureID": 246,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 826,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 242
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 242
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 247,
+ "Name": "青山镇摊位",
+ "MixtureType": 1,
+ "MixtureID": 247,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 826,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 243
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 243
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 250,
+ "Name": "渔溪村摊位",
+ "MixtureType": 1,
+ "MixtureID": 250,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 826,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 242
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 242
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 251,
+ "Name": "赤丘山摊位",
+ "MixtureType": 1,
+ "MixtureID": 251,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 826,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 242
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 242
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 260,
+ "Name": "宗厅",
+ "MixtureType": 1,
+ "MixtureID": 260,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 80,
+ "ItemId2": 807,
+ "ItemNum2": 50,
+ "ItemId3": 800,
+ "ItemNum3": 40,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 5001
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 261,
+ "Name": "宗堂",
+ "MixtureType": 1,
+ "MixtureID": 261,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 827,
+ "ItemNum3": 200,
+ "ItemId4": 824,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 10
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 262,
+ "Name": "宗庙",
+ "MixtureType": 1,
+ "MixtureID": 262,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 809,
+ "ItemNum1": 800,
+ "ItemId2": 813,
+ "ItemNum2": 400,
+ "ItemId3": 827,
+ "ItemNum3": 400,
+ "ItemId4": 820,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 280,
+ "Name": "瓦窑",
+ "MixtureType": 1,
+ "MixtureID": 280,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 150,
+ "ItemId2": 808,
+ "ItemNum2": 300,
+ "ItemId3": 815,
+ "ItemNum3": 80,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 9
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 281,
+ "Name": "瓦窑",
+ "MixtureType": 1,
+ "MixtureID": 281,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 200,
+ "ItemId2": 809,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 300,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 13
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 300,
+ "Name": "山路",
+ "MixtureType": 1,
+ "MixtureID": 300,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 10,
+ "ItemId2": 13,
+ "ItemNum2": 20,
+ "ItemId3": 801,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 2
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 301,
+ "Name": "西部山路",
+ "MixtureType": 1,
+ "MixtureID": 301,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 20,
+ "ItemId2": 807,
+ "ItemNum2": 30,
+ "ItemId3": 801,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1018
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 30
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 302,
+ "Name": "桥",
+ "MixtureType": 1,
+ "MixtureID": 302,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 20,
+ "ItemId2": 803,
+ "ItemNum2": 40,
+ "ItemId3": 801,
+ "ItemNum3": 30,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 8
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 303,
+ "Name": "东部山路",
+ "MixtureType": 1,
+ "MixtureID": 303,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 40,
+ "ItemId2": 803,
+ "ItemNum2": 20,
+ "ItemId3": 801,
+ "ItemNum3": 30,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 9
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 305,
+ "Name": "北部山路",
+ "MixtureType": 1,
+ "MixtureID": 305,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 809,
+ "ItemNum1": 100,
+ "ItemId2": 812,
+ "ItemNum2": 50,
+ "ItemId3": 816,
+ "ItemNum3": 50,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 14
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 306,
+ "Name": "桥",
+ "MixtureType": 1,
+ "MixtureID": 306,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 100,
+ "ItemId2": 801,
+ "ItemNum2": 50,
+ "ItemId3": 816,
+ "ItemNum3": 50,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 15
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 320,
+ "Name": "书舍",
+ "MixtureType": 1,
+ "MixtureID": 320,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 827,
+ "ItemNum3": 150,
+ "ItemId4": 824,
+ "ItemNum4": 80,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 321,
+ "Name": "书院",
+ "MixtureType": 1,
+ "MixtureID": 321,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 827,
+ "ItemNum3": 200,
+ "ItemId4": 825,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 12
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 340,
+ "Name": "渔屋",
+ "MixtureType": 1,
+ "MixtureID": 340,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 200,
+ "ItemId2": 802,
+ "ItemNum2": 150,
+ "ItemId3": 3,
+ "ItemNum3": 60,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 341,
+ "Name": "渔屋",
+ "MixtureType": 1,
+ "MixtureID": 341,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 100,
+ "ItemId2": 803,
+ "ItemNum2": 100,
+ "ItemId3": 3,
+ "ItemNum3": 100,
+ "ItemId4": 816,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 8
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 342,
+ "Name": "渔屋",
+ "MixtureType": 1,
+ "MixtureID": 342,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 812,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 3,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 50,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 10
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 343,
+ "Name": "渔屋",
+ "MixtureType": 1,
+ "MixtureID": 343,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 825,
+ "ItemNum3": 200,
+ "ItemId4": 819,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 12
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 360,
+ "Name": "农田",
+ "MixtureType": 1,
+ "MixtureID": 360,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 3,
+ "ItemNum1": 10,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1012
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 3
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 380,
+ "Name": "粮仓",
+ "MixtureType": 1,
+ "MixtureID": 380,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 800,
+ "ItemNum1": 20,
+ "ItemId2": 802,
+ "ItemNum2": 30,
+ "ItemId3": 807,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 360
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 3
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 400,
+ "Name": "水车",
+ "MixtureType": 1,
+ "MixtureID": 400,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 100,
+ "ItemId2": 3,
+ "ItemNum2": 100,
+ "ItemId3": 801,
+ "ItemNum3": 20,
+ "ItemId4": 815,
+ "ItemNum4": 20,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 420,
+ "Name": "雕像",
+ "MixtureType": 1,
+ "MixtureID": 420,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 80,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 820,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 5001
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 422,
+ "Name": "七星鼎",
+ "MixtureType": 1,
+ "MixtureID": 422,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 703,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 100,
+ "ItemId3": 802,
+ "ItemNum3": 100,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1022
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 460,
+ "Name": "营地",
+ "MixtureType": 1,
+ "MixtureID": 460,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 50,
+ "ItemId2": 3,
+ "ItemNum2": 50,
+ "ItemId3": 801,
+ "ItemNum3": 50,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1025
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 480,
+ "Name": "石磨",
+ "MixtureType": 1,
+ "MixtureID": 480,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 40,
+ "ItemId2": 802,
+ "ItemNum2": 10,
+ "ItemId3": 801,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 360
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 3
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 500,
+ "Name": "地窖",
+ "MixtureType": 1,
+ "MixtureID": 500,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 300,
+ "ItemId2": 812,
+ "ItemNum2": 200,
+ "ItemId3": 800,
+ "ItemNum3": 180,
+ "ItemId4": 824,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 10
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 501,
+ "Name": "盐田",
+ "MixtureType": 1,
+ "MixtureID": 501,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 50,
+ "ItemId2": 3,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 502,
+ "Name": "卤井",
+ "MixtureType": 1,
+ "MixtureID": 502,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 120,
+ "ItemId2": 807,
+ "ItemNum2": 250,
+ "ItemId3": 801,
+ "ItemNum3": 40,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 520,
+ "Name": "石矿洞",
+ "MixtureType": 1,
+ "MixtureID": 520,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 100,
+ "ItemId2": 3,
+ "ItemNum2": 100,
+ "ItemId3": 815,
+ "ItemNum3": 40,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 521,
+ "Name": "黏土矿床",
+ "MixtureType": 1,
+ "MixtureID": 521,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 100,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 815,
+ "ItemNum3": 50,
+ "ItemId4": 800,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 522,
+ "Name": "青石矿床",
+ "MixtureType": 1,
+ "MixtureID": 522,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 804,
+ "ItemNum1": 200,
+ "ItemId2": 808,
+ "ItemNum2": 400,
+ "ItemId3": 825,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 523,
+ "Name": "黏土矿洞",
+ "MixtureType": 1,
+ "MixtureID": 523,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 800,
+ "ItemId3": 800,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 14
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 524,
+ "Name": "青石矿洞",
+ "MixtureType": 1,
+ "MixtureID": 524,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 814,
+ "ItemNum1": 400,
+ "ItemId2": 809,
+ "ItemNum2": 1200,
+ "ItemId3": 800,
+ "ItemNum3": 200,
+ "ItemId4": 825,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 16
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 525,
+ "Name": "石灰窑",
+ "MixtureType": 1,
+ "MixtureID": 525,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 809,
+ "ItemNum1": 400,
+ "ItemId2": 812,
+ "ItemNum2": 200,
+ "ItemId3": 825,
+ "ItemNum3": 200,
+ "ItemId4": 816,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 526,
+ "Name": "石矿洞",
+ "MixtureType": 1,
+ "MixtureID": 526,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 100,
+ "ItemId2": 808,
+ "ItemNum2": 200,
+ "ItemId3": 815,
+ "ItemNum3": 50,
+ "ItemId4": 800,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 540,
+ "Name": "腊肉架",
+ "MixtureType": 1,
+ "MixtureID": 540,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 3,
+ "ItemNum1": 10,
+ "ItemId2": 801,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 560,
+ "Name": "水井",
+ "MixtureType": 1,
+ "MixtureID": 560,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 808,
+ "ItemNum1": 200,
+ "ItemId2": 803,
+ "ItemNum2": 100,
+ "ItemId3": 801,
+ "ItemNum3": 30,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 8
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 580,
+ "Name": "鸡窝",
+ "MixtureType": 1,
+ "MixtureID": 580,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 80,
+ "ItemId2": 808,
+ "ItemNum2": 20,
+ "ItemId3": 800,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 620,
+ "Name": "浆果园",
+ "MixtureType": 1,
+ "MixtureID": 620,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 800,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 3,
+ "ItemNum3": 500,
+ "ItemId4": 7200,
+ "ItemNum4": 10,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 621,
+ "Name": "野菜园",
+ "MixtureType": 1,
+ "MixtureID": 621,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 800,
+ "ItemId2": 809,
+ "ItemNum2": 400,
+ "ItemId3": 3,
+ "ItemNum3": 500,
+ "ItemId4": 7201,
+ "ItemNum4": 10,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 640,
+ "Name": "八阵图",
+ "MixtureType": 1,
+ "MixtureID": 640,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 100,
+ "ItemId2": 815,
+ "ItemNum2": 40,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 4,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 642,
+ "Name": "茶楼",
+ "MixtureType": 1,
+ "MixtureID": 642,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 600,
+ "ItemId2": 809,
+ "ItemNum2": 300,
+ "ItemId3": 827,
+ "ItemNum3": 400,
+ "ItemId4": 825,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 644,
+ "Name": "戏楼",
+ "MixtureType": 1,
+ "MixtureID": 644,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 814,
+ "ItemNum1": 900,
+ "ItemId2": 810,
+ "ItemNum2": 500,
+ "ItemId3": 827,
+ "ItemNum3": 500,
+ "ItemId4": 825,
+ "ItemNum4": 400,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 17
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 645,
+ "Name": "酒楼",
+ "MixtureType": 1,
+ "MixtureID": 645,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 814,
+ "ItemNum1": 1300,
+ "ItemId2": 810,
+ "ItemNum2": 800,
+ "ItemId3": 827,
+ "ItemNum3": 400,
+ "ItemId4": 821,
+ "ItemNum4": 100,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 18
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 660,
+ "Name": "浮图塔",
+ "MixtureType": 1,
+ "MixtureID": 660,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 811,
+ "ItemNum1": 1000,
+ "ItemId2": 805,
+ "ItemNum2": 1000,
+ "ItemId3": 828,
+ "ItemNum3": 1000,
+ "ItemId4": 817,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 19
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 661,
+ "Name": "桃源殿",
+ "MixtureType": 1,
+ "MixtureID": 661,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 811,
+ "ItemNum1": 1000,
+ "ItemId2": 805,
+ "ItemNum2": 1000,
+ "ItemId3": 828,
+ "ItemNum3": 1000,
+ "ItemId4": 817,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 662,
+ "Name": "月光宝瓶",
+ "MixtureType": 1,
+ "MixtureID": 662,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 704,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1015
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 3
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 663,
+ "Name": "鹤点",
+ "MixtureType": 1,
+ "MixtureID": 663,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 20,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 3
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 3
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1000,
+ "Name": "伐木场",
+ "MixtureType": 1,
+ "MixtureID": 1000,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 100,
+ "ItemId2": 808,
+ "ItemNum2": 80,
+ "ItemId3": 3,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1026
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1001,
+ "Name": "采集厅",
+ "MixtureType": 1,
+ "MixtureID": 1001,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 100,
+ "ItemId2": 3,
+ "ItemNum2": 80,
+ "ItemId3": 801,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1026
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1002,
+ "Name": "猎人小屋",
+ "MixtureType": 1,
+ "MixtureID": 1002,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 100,
+ "ItemId2": 808,
+ "ItemNum2": 80,
+ "ItemId3": 801,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 10,
+ "DisplayParameter": [
+ 1026
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 7
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1100,
+ "Name": "装备坊",
+ "MixtureType": 1,
+ "MixtureID": 1100,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 100,
+ "ItemId2": 3,
+ "ItemNum2": 60,
+ "ItemId3": 807,
+ "ItemNum3": 60,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 2,
+ "DisplayParameter": [
+ 100
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1101,
+ "Name": "装备坊",
+ "MixtureType": 1,
+ "MixtureID": 1101,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 803,
+ "ItemNum1": 300,
+ "ItemId2": 808,
+ "ItemNum2": 100,
+ "ItemId3": 3,
+ "ItemNum3": 100,
+ "ItemId4": 816,
+ "ItemNum4": 60,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 9
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1102,
+ "Name": "装备坊",
+ "MixtureType": 1,
+ "MixtureID": 1102,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 813,
+ "ItemNum1": 400,
+ "ItemId2": 808,
+ "ItemNum2": 500,
+ "ItemId3": 816,
+ "ItemNum3": 200,
+ "ItemId4": 825,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1103,
+ "Name": "装备坊",
+ "MixtureType": 1,
+ "MixtureID": 1103,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 814,
+ "ItemNum1": 1000,
+ "ItemId2": 809,
+ "ItemNum2": 600,
+ "ItemId3": 825,
+ "ItemNum3": 400,
+ "ItemId4": 820,
+ "ItemNum4": 300,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 1104,
+ "Name": "装备铺",
+ "MixtureType": 1,
+ "MixtureID": 1104,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": -1,
+ "SingleMaxNumber": -1,
+ "ItemId1": 805,
+ "ItemNum1": 1100,
+ "ItemId2": 810,
+ "ItemNum2": 1000,
+ "ItemId3": 827,
+ "ItemNum3": 700,
+ "ItemId4": 820,
+ "ItemNum4": 200,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 20
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2002,
+ "Name": "野菜汤",
+ "MixtureType": 2,
+ "MixtureID": 2002,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 4,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 1
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2502,
+ "UpgradeItem": 7027
+ },
+ {
+ "Id": 2003,
+ "Name": "瘦肉汤",
+ "MixtureType": 2,
+ "MixtureID": 2003,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2503,
+ "UpgradeItem": 7028
+ },
+ {
+ "Id": 2004,
+ "Name": "青菜面",
+ "MixtureType": 2,
+ "MixtureID": 2004,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 2,
+ "ItemId2": 834,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 3
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2504,
+ "UpgradeItem": 7029
+ },
+ {
+ "Id": 2005,
+ "Name": "笋炒肉",
+ "MixtureType": 2,
+ "MixtureID": 2005,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 102,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2505,
+ "UpgradeItem": 7030
+ },
+ {
+ "Id": 2006,
+ "Name": "肉包子",
+ "MixtureType": 2,
+ "MixtureID": 2006,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 834,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 3
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2007,
+ "Name": "地仙炖肉",
+ "MixtureType": 2,
+ "MixtureID": 2007,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 103,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2507,
+ "UpgradeItem": 7032
+ },
+ {
+ "Id": 2008,
+ "Name": "炒杂鱼",
+ "MixtureType": 2,
+ "MixtureID": 2008,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 105,
+ "ItemNum1": 20,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2508,
+ "UpgradeItem": 7033
+ },
+ {
+ "Id": 2009,
+ "Name": "米饭",
+ "MixtureType": 2,
+ "MixtureID": 2009,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 835,
+ "ItemNum1": 3,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2509,
+ "UpgradeItem": 7034
+ },
+ {
+ "Id": 2010,
+ "Name": "蘑菇鸡汤",
+ "MixtureType": 2,
+ "MixtureID": 2010,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 111,
+ "ItemNum1": 1,
+ "ItemId2": 108,
+ "ItemNum2": 2,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2510,
+ "UpgradeItem": 7035
+ },
+ {
+ "Id": 2011,
+ "Name": "鱼羹汤",
+ "MixtureType": 2,
+ "MixtureID": 2011,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 105,
+ "ItemNum1": 10,
+ "ItemId2": 834,
+ "ItemNum2": 1,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2511,
+ "UpgradeItem": 7036
+ },
+ {
+ "Id": 2012,
+ "Name": "蛋炒饭",
+ "MixtureType": 2,
+ "MixtureID": 2012,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 110,
+ "ItemNum1": 2,
+ "ItemId2": 832,
+ "ItemNum2": 1,
+ "ItemId3": 835,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2512,
+ "UpgradeItem": 7037
+ },
+ {
+ "Id": 2013,
+ "Name": "煎豆腐",
+ "MixtureType": 2,
+ "MixtureID": 2013,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 833,
+ "ItemNum1": 3,
+ "ItemId2": 832,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2513,
+ "UpgradeItem": 7038
+ },
+ {
+ "Id": 2014,
+ "Name": "翡翠白玉汤",
+ "MixtureType": 2,
+ "MixtureID": 2014,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 2,
+ "ItemId2": 833,
+ "ItemNum2": 2,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2514,
+ "UpgradeItem": 7039
+ },
+ {
+ "Id": 2015,
+ "Name": "清蒸鱼",
+ "MixtureType": 2,
+ "MixtureID": 2015,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 106,
+ "ItemNum1": 1,
+ "ItemId2": 107,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2515,
+ "UpgradeItem": 7040
+ },
+ {
+ "Id": 2016,
+ "Name": "腊肉",
+ "MixtureType": 2,
+ "MixtureID": 831,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 2,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 2,
+ "ItemId2": 832,
+ "ItemNum2": 3,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2017,
+ "Name": "笋菇腊肉",
+ "MixtureType": 2,
+ "MixtureID": 2017,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 102,
+ "ItemNum1": 2,
+ "ItemId2": 831,
+ "ItemNum2": 1,
+ "ItemId3": 108,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2517,
+ "UpgradeItem": 7042
+ },
+ {
+ "Id": 2018,
+ "Name": "青龙蒸",
+ "MixtureType": 2,
+ "MixtureID": 2018,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 106,
+ "ItemNum1": 2,
+ "ItemId2": 103,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2518,
+ "UpgradeItem": 7043
+ },
+ {
+ "Id": 2019,
+ "Name": "麻婆豆腐",
+ "MixtureType": 2,
+ "MixtureID": 2019,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 833,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 117,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2519,
+ "UpgradeItem": 7044
+ },
+ {
+ "Id": 2020,
+ "Name": "炒白菜",
+ "MixtureType": 2,
+ "MixtureID": 2020,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 125,
+ "ItemNum1": 3,
+ "ItemId2": 107,
+ "ItemNum2": 1,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2520,
+ "UpgradeItem": 7045
+ },
+ {
+ "Id": 2021,
+ "Name": "酸菜炒笋",
+ "MixtureType": 2,
+ "MixtureID": 2021,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 830,
+ "ItemNum1": 2,
+ "ItemId2": 102,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2521,
+ "UpgradeItem": 7046
+ },
+ {
+ "Id": 2022,
+ "Name": "豆浆",
+ "MixtureType": 2,
+ "MixtureID": 2022,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 120,
+ "ItemNum1": 5,
+ "ItemId2": 114,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2522,
+ "UpgradeItem": 7047
+ },
+ {
+ "Id": 2023,
+ "Name": "翡翠肉炒饭",
+ "MixtureType": 2,
+ "MixtureID": 2023,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 835,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2523,
+ "UpgradeItem": 7048
+ },
+ {
+ "Id": 2024,
+ "Name": "酸菜鱼",
+ "MixtureType": 2,
+ "MixtureID": 2024,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 830,
+ "ItemNum1": 2,
+ "ItemId2": 106,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2524,
+ "UpgradeItem": 7049
+ },
+ {
+ "Id": 2025,
+ "Name": "白菜炖肉",
+ "MixtureType": 2,
+ "MixtureID": 2025,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 125,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 2,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2525,
+ "UpgradeItem": 7050
+ },
+ {
+ "Id": 2026,
+ "Name": "碧涧羹",
+ "MixtureType": 2,
+ "MixtureID": 2026,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 3,
+ "ItemId2": 127,
+ "ItemNum2": 1,
+ "ItemId3": 103,
+ "ItemNum3": 1,
+ "ItemId4": 115,
+ "ItemNum4": 2,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2526,
+ "UpgradeItem": 7051
+ },
+ {
+ "Id": 2027,
+ "Name": "东坡肉",
+ "MixtureType": 2,
+ "MixtureID": 2027,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 2,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 126,
+ "ItemNum3": 1,
+ "ItemId4": 107,
+ "ItemNum4": 1,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2527,
+ "UpgradeItem": 7052
+ },
+ {
+ "Id": 2028,
+ "Name": "三宝粥",
+ "MixtureType": 2,
+ "MixtureID": 2028,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 121,
+ "ItemNum1": 2,
+ "ItemId2": 103,
+ "ItemNum2": 2,
+ "ItemId3": 129,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2528,
+ "UpgradeItem": 7053
+ },
+ {
+ "Id": 2029,
+ "Name": "糯米鸡",
+ "MixtureType": 2,
+ "MixtureID": 2029,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 121,
+ "ItemNum1": 3,
+ "ItemId2": 111,
+ "ItemNum2": 1,
+ "ItemId3": 108,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2529,
+ "UpgradeItem": 7054
+ },
+ {
+ "Id": 2030,
+ "Name": "酱萝卜",
+ "MixtureType": 2,
+ "MixtureID": 2030,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2530,
+ "UpgradeItem": 7055
+ },
+ {
+ "Id": 2031,
+ "Name": "清蒸螃蟹",
+ "MixtureType": 2,
+ "MixtureID": 2031,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 113,
+ "ItemNum1": 2,
+ "ItemId2": 107,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2531,
+ "UpgradeItem": 7056
+ },
+ {
+ "Id": 2032,
+ "Name": "萝卜鲫鱼汤",
+ "MixtureType": 2,
+ "MixtureID": 2032,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 127,
+ "ItemNum2": 2,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2532,
+ "UpgradeItem": 7057
+ },
+ {
+ "Id": 2033,
+ "Name": "萝卜肉卷",
+ "MixtureType": 2,
+ "MixtureID": 2033,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 2,
+ "ItemId3": 834,
+ "ItemNum3": 3,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2533,
+ "UpgradeItem": 7058
+ },
+ {
+ "Id": 2034,
+ "Name": "萝卜炖排骨",
+ "MixtureType": 2,
+ "MixtureID": 2034,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 2,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 130,
+ "ItemNum4": 1,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2534,
+ "UpgradeItem": 7059
+ },
+ {
+ "Id": 2035,
+ "Name": "银耳羹",
+ "MixtureType": 2,
+ "MixtureID": 2035,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 128,
+ "ItemNum1": 3,
+ "ItemId2": 141,
+ "ItemNum2": 1,
+ "ItemId3": 129,
+ "ItemNum3": 1,
+ "ItemId4": 130,
+ "ItemNum4": 1,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2535,
+ "UpgradeItem": 7060
+ },
+ {
+ "Id": 2036,
+ "Name": "酱烧地芝",
+ "MixtureType": 2,
+ "MixtureID": 2036,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 123,
+ "ItemNum1": 2,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2536,
+ "UpgradeItem": 7061
+ },
+ {
+ "Id": 2037,
+ "Name": "冬瓜炖肉",
+ "MixtureType": 2,
+ "MixtureID": 2037,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 123,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2537,
+ "UpgradeItem": 7062
+ },
+ {
+ "Id": 2038,
+ "Name": "狮子头",
+ "MixtureType": 2,
+ "MixtureID": 2038,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 3,
+ "ItemId2": 834,
+ "ItemNum2": 2,
+ "ItemId3": 108,
+ "ItemNum3": 2,
+ "ItemId4": 103,
+ "ItemNum4": 2,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2538,
+ "UpgradeItem": 7063
+ },
+ {
+ "Id": 2039,
+ "Name": "凤凰游",
+ "MixtureType": 2,
+ "MixtureID": 2039,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 111,
+ "ItemNum1": 1,
+ "ItemId2": 103,
+ "ItemNum2": 2,
+ "ItemId3": 130,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2539,
+ "UpgradeItem": 7064
+ },
+ {
+ "Id": 2040,
+ "Name": "南瓜煲",
+ "MixtureType": 2,
+ "MixtureID": 2040,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 124,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 3,
+ "ItemId3": 103,
+ "ItemNum3": 3,
+ "ItemId4": 832,
+ "ItemNum4": 1,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 2540,
+ "UpgradeItem": 7065
+ },
+ {
+ "Id": 2041,
+ "Name": "南瓜海鲜粥",
+ "MixtureType": 2,
+ "MixtureID": 2041,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 124,
+ "ItemNum1": 2,
+ "ItemId2": 835,
+ "ItemNum2": 2,
+ "ItemId3": 113,
+ "ItemNum3": 2,
+ "ItemId4": 107,
+ "ItemNum4": 1,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2541,
+ "UpgradeItem": 7066
+ },
+ {
+ "Id": 2042,
+ "Name": "游龙汤",
+ "MixtureType": 2,
+ "MixtureID": 2042,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 143,
+ "ItemNum1": 1,
+ "ItemId2": 103,
+ "ItemNum2": 1,
+ "ItemId3": 132,
+ "ItemNum3": 1,
+ "ItemId4": 130,
+ "ItemNum4": 1,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2542,
+ "UpgradeItem": 7067
+ },
+ {
+ "Id": 2043,
+ "Name": "天耳肉",
+ "MixtureType": 2,
+ "MixtureID": 2043,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 112,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 2543,
+ "UpgradeItem": 7068
+ },
+ {
+ "Id": 2502,
+ "Name": "野菜汤",
+ "MixtureType": 2,
+ "MixtureID": 2302,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 4,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2503,
+ "Name": "瘦肉汤",
+ "MixtureType": 2,
+ "MixtureID": 2303,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2504,
+ "Name": "青菜面",
+ "MixtureType": 2,
+ "MixtureID": 2304,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 2,
+ "ItemId2": 834,
+ "ItemNum2": 4,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2505,
+ "Name": "笋炒肉",
+ "MixtureType": 2,
+ "MixtureID": 2305,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 102,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2506,
+ "Name": "肉包子",
+ "MixtureType": 2,
+ "MixtureID": 2306,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 834,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 40,
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2507,
+ "Name": "地仙炖肉",
+ "MixtureType": 2,
+ "MixtureID": 2307,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 103,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2508,
+ "Name": "炒杂鱼",
+ "MixtureType": 2,
+ "MixtureID": 2308,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 105,
+ "ItemNum1": 20,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2509,
+ "Name": "米饭",
+ "MixtureType": 2,
+ "MixtureID": 2309,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 835,
+ "ItemNum1": 3,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2510,
+ "Name": "炖鸡汤",
+ "MixtureType": 2,
+ "MixtureID": 2310,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 111,
+ "ItemNum1": 1,
+ "ItemId2": 108,
+ "ItemNum2": 2,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2511,
+ "Name": "鱼羹汤",
+ "MixtureType": 2,
+ "MixtureID": 2311,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 105,
+ "ItemNum1": 10,
+ "ItemId2": 834,
+ "ItemNum2": 1,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2512,
+ "Name": "蛋炒饭",
+ "MixtureType": 2,
+ "MixtureID": 2312,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 110,
+ "ItemNum1": 2,
+ "ItemId2": 832,
+ "ItemNum2": 1,
+ "ItemId3": 835,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2513,
+ "Name": "煎豆腐",
+ "MixtureType": 2,
+ "MixtureID": 2313,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 833,
+ "ItemNum1": 3,
+ "ItemId2": 832,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2514,
+ "Name": "翡翠白玉汤",
+ "MixtureType": 2,
+ "MixtureID": 2314,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 2,
+ "ItemId2": 833,
+ "ItemNum2": 2,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2515,
+ "Name": "清蒸鱼",
+ "MixtureType": 2,
+ "MixtureID": 2315,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 106,
+ "ItemNum1": 1,
+ "ItemId2": 107,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2517,
+ "Name": "笋菇腊肉",
+ "MixtureType": 2,
+ "MixtureID": 2317,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 102,
+ "ItemNum1": 2,
+ "ItemId2": 831,
+ "ItemNum2": 1,
+ "ItemId3": 108,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 41,
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2518,
+ "Name": "青龙蒸",
+ "MixtureType": 2,
+ "MixtureID": 2318,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 106,
+ "ItemNum1": 2,
+ "ItemId2": 103,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2519,
+ "Name": "麻婆豆腐",
+ "MixtureType": 2,
+ "MixtureID": 2319,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 833,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 117,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2520,
+ "Name": "炒白菜",
+ "MixtureType": 2,
+ "MixtureID": 2320,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 125,
+ "ItemNum1": 3,
+ "ItemId2": 107,
+ "ItemNum2": 1,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2521,
+ "Name": "酸菜炒笋",
+ "MixtureType": 2,
+ "MixtureID": 2321,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 830,
+ "ItemNum1": 2,
+ "ItemId2": 102,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2522,
+ "Name": "豆浆",
+ "MixtureType": 2,
+ "MixtureID": 2322,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 120,
+ "ItemNum1": 5,
+ "ItemId2": 114,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2523,
+ "Name": "翡翠肉炒饭",
+ "MixtureType": 2,
+ "MixtureID": 2323,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 835,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2524,
+ "Name": "酸菜鱼",
+ "MixtureType": 2,
+ "MixtureID": 2324,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 830,
+ "ItemNum1": 2,
+ "ItemId2": 106,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2525,
+ "Name": "白菜炖肉",
+ "MixtureType": 2,
+ "MixtureID": 2325,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 125,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 2,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2526,
+ "Name": "碧涧羹",
+ "MixtureType": 2,
+ "MixtureID": 2326,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 100,
+ "ItemNum1": 3,
+ "ItemId2": 127,
+ "ItemNum2": 1,
+ "ItemId3": 103,
+ "ItemNum3": 1,
+ "ItemId4": 115,
+ "ItemNum4": 2,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2527,
+ "Name": "东坡肉",
+ "MixtureType": 2,
+ "MixtureID": 2327,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 2,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 126,
+ "ItemNum3": 1,
+ "ItemId4": 107,
+ "ItemNum4": 1,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2528,
+ "Name": "三宝粥",
+ "MixtureType": 2,
+ "MixtureID": 2328,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 121,
+ "ItemNum1": 2,
+ "ItemId2": 103,
+ "ItemNum2": 2,
+ "ItemId3": 129,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2529,
+ "Name": "糯米鸡",
+ "MixtureType": 2,
+ "MixtureID": 2329,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 121,
+ "ItemNum1": 3,
+ "ItemId2": 111,
+ "ItemNum2": 1,
+ "ItemId3": 108,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2530,
+ "Name": "酱萝卜",
+ "MixtureType": 2,
+ "MixtureID": 2330,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2531,
+ "Name": "清蒸螃蟹",
+ "MixtureType": 2,
+ "MixtureID": 2331,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 113,
+ "ItemNum1": 2,
+ "ItemId2": 107,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 42,
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2532,
+ "Name": "萝卜鲫鱼汤",
+ "MixtureType": 2,
+ "MixtureID": 2332,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 127,
+ "ItemNum2": 2,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2533,
+ "Name": "萝卜肉卷",
+ "MixtureType": 2,
+ "MixtureID": 2333,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 2,
+ "ItemId3": 834,
+ "ItemNum3": 3,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2534,
+ "Name": "萝卜炖排骨",
+ "MixtureType": 2,
+ "MixtureID": 2334,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 2,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 130,
+ "ItemNum4": 1,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2535,
+ "Name": "银耳羹",
+ "MixtureType": 2,
+ "MixtureID": 2335,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 128,
+ "ItemNum1": 3,
+ "ItemId2": 141,
+ "ItemNum2": 1,
+ "ItemId3": 129,
+ "ItemNum3": 1,
+ "ItemId4": 130,
+ "ItemNum4": 1,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2536,
+ "Name": "酱烧地芝",
+ "MixtureType": 2,
+ "MixtureID": 2336,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 123,
+ "ItemNum1": 2,
+ "ItemId2": 116,
+ "ItemNum2": 1,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2537,
+ "Name": "冬瓜炖肉",
+ "MixtureType": 2,
+ "MixtureID": 2337,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 123,
+ "ItemNum1": 3,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 107,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2538,
+ "Name": "狮子头",
+ "MixtureType": 2,
+ "MixtureID": 2338,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 101,
+ "ItemNum1": 3,
+ "ItemId2": 834,
+ "ItemNum2": 2,
+ "ItemId3": 108,
+ "ItemNum3": 2,
+ "ItemId4": 103,
+ "ItemNum4": 2,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2539,
+ "Name": "凤凰游",
+ "MixtureType": 2,
+ "MixtureID": 2339,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 111,
+ "ItemNum1": 1,
+ "ItemId2": 103,
+ "ItemNum2": 2,
+ "ItemId3": 130,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 43,
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2540,
+ "Name": "南瓜煲",
+ "MixtureType": 2,
+ "MixtureID": 2340,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 124,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 3,
+ "ItemId3": 103,
+ "ItemNum3": 3,
+ "ItemId4": 832,
+ "ItemNum4": 1,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2541,
+ "Name": "南瓜海鲜粥",
+ "MixtureType": 2,
+ "MixtureID": 2341,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 124,
+ "ItemNum1": 2,
+ "ItemId2": 835,
+ "ItemNum2": 2,
+ "ItemId3": 113,
+ "ItemNum3": 2,
+ "ItemId4": 107,
+ "ItemNum4": 1,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2542,
+ "Name": "游龙汤",
+ "MixtureType": 2,
+ "MixtureID": 2342,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 131,
+ "ItemNum1": 2,
+ "ItemId2": 103,
+ "ItemNum2": 1,
+ "ItemId3": 132,
+ "ItemNum3": 1,
+ "ItemId4": 130,
+ "ItemNum4": 1,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 2543,
+ "Name": "天耳肉",
+ "MixtureType": 2,
+ "MixtureID": 2343,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 112,
+ "ItemNum1": 2,
+ "ItemId2": 101,
+ "ItemNum2": 1,
+ "ItemId3": 832,
+ "ItemNum3": 1,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 44,
+ 45
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3000,
+ "Name": "茅草捆",
+ "MixtureType": 3,
+ "MixtureID": 800,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 3,
+ "SingleMaxNumber": -1,
+ "ItemId1": 2,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 3
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3001,
+ "Name": "亚麻绳",
+ "MixtureType": 3,
+ "MixtureID": 801,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 3,
+ "SingleMaxNumber": -1,
+ "ItemId1": 4,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 1
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 1
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3002,
+ "Name": "木板",
+ "MixtureType": 3,
+ "MixtureID": 802,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 3,
+ "SingleMaxNumber": -1,
+ "ItemId1": 5,
+ "ItemNum1": 4,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 1
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3003,
+ "Name": "白木板",
+ "MixtureType": 3,
+ "MixtureID": 803,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 6,
+ "ItemNum1": 6,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3004,
+ "Name": "硬木板",
+ "MixtureType": 3,
+ "MixtureID": 804,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 7,
+ "ItemNum1": 8,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3005,
+ "Name": "楠木板",
+ "MixtureType": 3,
+ "MixtureID": 805,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 8,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3007,
+ "Name": "石块",
+ "MixtureType": 3,
+ "MixtureID": 807,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 3,
+ "SingleMaxNumber": -1,
+ "ItemId1": 13,
+ "ItemNum1": 4,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 20,
+ 21,
+ 22,
+ 23
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3008,
+ "Name": "石灰石块",
+ "MixtureType": 3,
+ "MixtureID": 808,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 14,
+ "ItemNum1": 6,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 21,
+ 22,
+ 23
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3009,
+ "Name": "青石块",
+ "MixtureType": 3,
+ "MixtureID": 809,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 15,
+ "ItemNum1": 8,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 22,
+ 23
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3010,
+ "Name": "花岗石块",
+ "MixtureType": 3,
+ "MixtureID": 810,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 16,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 23
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3011,
+ "Name": "大理石块",
+ "MixtureType": 3,
+ "MixtureID": 811,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 17,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 23
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3012,
+ "Name": "樟木板",
+ "MixtureType": 3,
+ "MixtureID": 812,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3013,
+ "Name": "赤木板",
+ "MixtureType": 3,
+ "MixtureID": 813,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 11,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 12
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3014,
+ "Name": "甘华板",
+ "MixtureType": 3,
+ "MixtureID": 814,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 12,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3015,
+ "Name": "铁锭",
+ "MixtureType": 3,
+ "MixtureID": 815,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 23,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3016,
+ "Name": "赤铁锭",
+ "MixtureType": 3,
+ "MixtureID": 816,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 24,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3017,
+ "Name": "银锭",
+ "MixtureType": 3,
+ "MixtureID": 817,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 25,
+ "ItemNum1": 50,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3018,
+ "Name": "金锭",
+ "MixtureType": 3,
+ "MixtureID": 818,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 60,
+ "SingleMaxNumber": -1,
+ "ItemId1": 26,
+ "ItemNum1": 100,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3019,
+ "Name": "精铁锭",
+ "MixtureType": 3,
+ "MixtureID": 819,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 27,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3020,
+ "Name": "乌铁锭",
+ "MixtureType": 3,
+ "MixtureID": 820,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 28,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 13
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3021,
+ "Name": "青金锭",
+ "MixtureType": 3,
+ "MixtureID": 821,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 29,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3022,
+ "Name": "鳞铁锭",
+ "MixtureType": 3,
+ "MixtureID": 858,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 32,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3023,
+ "Name": "熟石灰",
+ "MixtureType": 3,
+ "MixtureID": 823,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 14,
+ "ItemNum1": 2,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 525
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3024,
+ "Name": "粗瓦",
+ "MixtureType": 3,
+ "MixtureID": 826,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 18,
+ "ItemNum1": 7,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 280,
+ 281
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3025,
+ "Name": "糯米砂浆",
+ "MixtureType": 3,
+ "MixtureID": 825,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 121,
+ "ItemNum1": 5,
+ "ItemId2": 823,
+ "ItemNum2": 5,
+ "ItemId3": 20,
+ "ItemNum3": 5,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3026,
+ "Name": "三合土",
+ "MixtureType": 3,
+ "MixtureID": 824,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 18,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3027,
+ "Name": "青瓦",
+ "MixtureType": 3,
+ "MixtureID": 827,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 19,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 281
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3030,
+ "Name": "酸菜",
+ "MixtureType": 3,
+ "MixtureID": 830,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 15,
+ "SingleMaxNumber": 100,
+ "ItemId1": 125,
+ "ItemNum1": 2,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 500
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3031,
+ "Name": "腊肉",
+ "MixtureType": 3,
+ "MixtureID": 831,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 15,
+ "SingleMaxNumber": 100,
+ "ItemId1": 101,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 540
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3032,
+ "Name": "盐",
+ "MixtureType": 3,
+ "MixtureID": 832,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 15,
+ "SingleMaxNumber": 100,
+ "ItemId1": 109,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 501
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3033,
+ "Name": "豆腐",
+ "MixtureType": 3,
+ "MixtureID": 833,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 2,
+ "SingleMaxNumber": -1,
+ "ItemId1": 120,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 480
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3034,
+ "Name": "面粉",
+ "MixtureType": 3,
+ "MixtureID": 834,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 5,
+ "SingleMaxNumber": -1,
+ "ItemId1": 119,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 3
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 480
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3035,
+ "Name": "大米",
+ "MixtureType": 3,
+ "MixtureID": 835,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 5,
+ "SingleMaxNumber": -1,
+ "ItemId1": 118,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 480
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3036,
+ "Name": "葛丝",
+ "MixtureType": 3,
+ "MixtureID": 836,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 3,
+ "SingleMaxNumber": -1,
+ "ItemId1": 200,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3037,
+ "Name": "葛布",
+ "MixtureType": 3,
+ "MixtureID": 837,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 3,
+ "SingleMaxNumber": -1,
+ "ItemId1": 200,
+ "ItemNum1": 8,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3038,
+ "Name": "亚麻布",
+ "MixtureType": 3,
+ "MixtureID": 838,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 4,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3039,
+ "Name": "兽皮",
+ "MixtureType": 3,
+ "MixtureID": 839,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 204,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 7
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 103,
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3040,
+ "Name": "裘皮",
+ "MixtureType": 3,
+ "MixtureID": 840,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 208,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 16
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3041,
+ "Name": "丝绸",
+ "MixtureType": 3,
+ "MixtureID": 841,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 845,
+ "ItemNum1": 50,
+ "ItemId2": 213,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3042,
+ "Name": "绫绸",
+ "MixtureType": 3,
+ "MixtureID": 842,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 845,
+ "ItemNum1": 50,
+ "ItemId2": 213,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3043,
+ "Name": "蜀锦",
+ "MixtureType": 3,
+ "MixtureID": 843,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 845,
+ "ItemNum1": 50,
+ "ItemId2": 213,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3044,
+ "Name": "云锦",
+ "MixtureType": 3,
+ "MixtureID": 844,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 845,
+ "ItemNum1": 50,
+ "ItemId2": 213,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3045,
+ "Name": "蚕茧",
+ "MixtureType": 3,
+ "MixtureID": 845,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 15,
+ "SingleMaxNumber": 100,
+ "ItemId1": 202,
+ "ItemNum1": 1,
+ "ItemId2": 203,
+ "ItemNum2": 3,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 105
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3046,
+ "Name": "蜡",
+ "MixtureType": 3,
+ "MixtureID": 217,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 307,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3047,
+ "Name": "草肥",
+ "MixtureType": 3,
+ "MixtureID": 7215,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 1,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 3
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3048,
+ "Name": "鱼干",
+ "MixtureType": 2,
+ "MixtureID": 847,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 15,
+ "SingleMaxNumber": 100,
+ "ItemId1": 105,
+ "ItemNum1": 20,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 540
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3049,
+ "Name": "鸡仔",
+ "MixtureType": 4,
+ "MixtureID": 1001,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 0,
+ "SingleMaxNumber": -1,
+ "ItemId1": 110,
+ "ItemNum1": 1,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 580
+ ],
+ "Drawing": false,
+ "Display": false,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3050,
+ "Name": "糯米",
+ "MixtureType": 3,
+ "MixtureID": 121,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 142,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 480
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3053,
+ "Name": "机木板",
+ "MixtureType": 3,
+ "MixtureID": 806,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 215,
+ "ItemNum1": 10,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3054,
+ "Name": "亚麻袋",
+ "MixtureType": 3,
+ "MixtureID": 849,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 838,
+ "ItemNum1": 3,
+ "ItemId2": 836,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3055,
+ "Name": "竹框",
+ "MixtureType": 3,
+ "MixtureID": 850,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 3,
+ "ItemNum1": 20,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 1,
+ 2,
+ 3,
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3056,
+ "Name": "一袋大米",
+ "MixtureType": 3,
+ "MixtureID": 851,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 835,
+ "ItemNum1": 100,
+ "ItemId2": 849,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3057,
+ "Name": "一袋大豆",
+ "MixtureType": 3,
+ "MixtureID": 852,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 120,
+ "ItemNum1": 100,
+ "ItemId2": 849,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3058,
+ "Name": "一筐酸菜",
+ "MixtureType": 3,
+ "MixtureID": 853,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 830,
+ "ItemNum1": 50,
+ "ItemId2": 850,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 10
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 10
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3059,
+ "Name": "一筐萝卜",
+ "MixtureType": 3,
+ "MixtureID": 854,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 122,
+ "ItemNum1": 100,
+ "ItemId2": 850,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 11
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3060,
+ "Name": "一袋盐",
+ "MixtureType": 3,
+ "MixtureID": 857,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 832,
+ "ItemNum1": 60,
+ "ItemId2": 849,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 6
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3061,
+ "Name": "桃泥",
+ "MixtureType": 3,
+ "MixtureID": 7301,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 2044,
+ "ItemNum1": 5,
+ "ItemId2": 7215,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3062,
+ "Name": "一袋面粉",
+ "MixtureType": 3,
+ "MixtureID": 859,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 834,
+ "ItemNum1": 60,
+ "ItemId2": 849,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3063,
+ "Name": "一袋食物",
+ "MixtureType": 3,
+ "MixtureID": 860,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 2000,
+ "ItemNum1": 500,
+ "ItemId2": 849,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 3064,
+ "Name": "河肥",
+ "MixtureType": 3,
+ "MixtureID": 7229,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 5,
+ "SingleMaxNumber": -1,
+ "ItemId1": 105,
+ "ItemNum1": 10,
+ "ItemId2": 7215,
+ "ItemNum2": 1,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 6
+ ],
+ "UnlockCondition": 4,
+ "UnlockParameter": [
+ 0
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4000,
+ "Name": "葛布春服",
+ "MixtureType": 2,
+ "MixtureID": 3001,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 837,
+ "ItemNum1": 6,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4001,
+ "Name": "亚麻春服",
+ "MixtureType": 2,
+ "MixtureID": 3002,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 838,
+ "ItemNum1": 10,
+ "ItemId2": 836,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4002,
+ "Name": "兽皮春服",
+ "MixtureType": 2,
+ "MixtureID": 3003,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 839,
+ "ItemNum1": 12,
+ "ItemId2": 838,
+ "ItemNum2": 10,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 103,
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4003,
+ "Name": "丝绸春服",
+ "MixtureType": 2,
+ "MixtureID": 3004,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 841,
+ "ItemNum1": 20,
+ "ItemId2": 839,
+ "ItemNum2": 20,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4004,
+ "Name": "绫绸春服",
+ "MixtureType": 2,
+ "MixtureID": 3005,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 842,
+ "ItemNum1": 20,
+ "ItemId2": 205,
+ "ItemNum2": 20,
+ "ItemId3": 210,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4005,
+ "Name": "蜀锦春服",
+ "MixtureType": 2,
+ "MixtureID": 3006,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 843,
+ "ItemNum1": 20,
+ "ItemId2": 216,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4006,
+ "Name": "云锦春服",
+ "MixtureType": 2,
+ "MixtureID": 3007,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 844,
+ "ItemNum1": 20,
+ "ItemId2": 207,
+ "ItemNum2": 20,
+ "ItemId3": 212,
+ "ItemNum3": 15,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4007,
+ "Name": "葛布短袖",
+ "MixtureType": 2,
+ "MixtureID": 3008,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 837,
+ "ItemNum1": 5,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4008,
+ "Name": "亚麻短袖",
+ "MixtureType": 2,
+ "MixtureID": 3009,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 838,
+ "ItemNum1": 8,
+ "ItemId2": 836,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4009,
+ "Name": "竹丝短袖",
+ "MixtureType": 2,
+ "MixtureID": 3010,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 839,
+ "ItemNum1": 10,
+ "ItemId2": 838,
+ "ItemNum2": 10,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 103,
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4010,
+ "Name": "丝绸短袖",
+ "MixtureType": 2,
+ "MixtureID": 3011,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 841,
+ "ItemNum1": 8,
+ "ItemId2": 839,
+ "ItemNum2": 20,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4011,
+ "Name": "绫绸短袖",
+ "MixtureType": 2,
+ "MixtureID": 3012,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 842,
+ "ItemNum1": 12,
+ "ItemId2": 205,
+ "ItemNum2": 20,
+ "ItemId3": 210,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4012,
+ "Name": "蜀锦短袖",
+ "MixtureType": 2,
+ "MixtureID": 3013,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 843,
+ "ItemNum1": 15,
+ "ItemId2": 216,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4013,
+ "Name": "云锦短袖",
+ "MixtureType": 2,
+ "MixtureID": 3014,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 844,
+ "ItemNum1": 15,
+ "ItemId2": 207,
+ "ItemNum2": 20,
+ "ItemId3": 212,
+ "ItemNum3": 15,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4014,
+ "Name": "葛布秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3015,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 837,
+ "ItemNum1": 6,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4015,
+ "Name": "亚麻秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3016,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 838,
+ "ItemNum1": 10,
+ "ItemId2": 836,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4016,
+ "Name": "兽皮秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3017,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 839,
+ "ItemNum1": 12,
+ "ItemId2": 838,
+ "ItemNum2": 10,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 103,
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4017,
+ "Name": "丝绸秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3018,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 841,
+ "ItemNum1": 20,
+ "ItemId2": 839,
+ "ItemNum2": 20,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4018,
+ "Name": "绫绸秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3019,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 842,
+ "ItemNum1": 20,
+ "ItemId2": 205,
+ "ItemNum2": 20,
+ "ItemId3": 210,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4019,
+ "Name": "蜀锦秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3020,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 843,
+ "ItemNum1": 20,
+ "ItemId2": 216,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4020,
+ "Name": "云锦秋裳",
+ "MixtureType": 2,
+ "MixtureID": 3021,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 844,
+ "ItemNum1": 20,
+ "ItemId2": 207,
+ "ItemNum2": 20,
+ "ItemId3": 212,
+ "ItemNum3": 15,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4021,
+ "Name": "葛布冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3022,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 837,
+ "ItemNum1": 8,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4022,
+ "Name": "亚麻冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3023,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 20,
+ "SingleMaxNumber": -1,
+ "ItemId1": 838,
+ "ItemNum1": 14,
+ "ItemId2": 836,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4023,
+ "Name": "兽皮冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3024,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 839,
+ "ItemNum1": 16,
+ "ItemId2": 838,
+ "ItemNum2": 10,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 103,
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4024,
+ "Name": "丝皮冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3025,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 841,
+ "ItemNum1": 25,
+ "ItemId2": 839,
+ "ItemNum2": 20,
+ "ItemId3": 209,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4025,
+ "Name": "绫棉冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3026,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 842,
+ "ItemNum1": 25,
+ "ItemId2": 205,
+ "ItemNum2": 20,
+ "ItemId3": 210,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 102,
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4026,
+ "Name": "蜀锦冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3027,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 843,
+ "ItemNum1": 30,
+ "ItemId2": 216,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4027,
+ "Name": "裘丝冬袍",
+ "MixtureType": 2,
+ "MixtureID": 3028,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 844,
+ "ItemNum1": 30,
+ "ItemId2": 207,
+ "ItemNum2": 20,
+ "ItemId3": 212,
+ "ItemNum3": 20,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 104
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4028,
+ "Name": "草衣",
+ "MixtureType": 2,
+ "MixtureID": 3029,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 5,
+ "SingleMaxNumber": -1,
+ "ItemId1": 2,
+ "ItemNum1": 30,
+ "ItemId2": 838,
+ "ItemNum2": 4,
+ "ItemId3": 836,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 100,
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4029,
+ "Name": "蓑衣",
+ "MixtureType": 2,
+ "MixtureID": 3030,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 201,
+ "ItemNum1": 80,
+ "ItemId2": 839,
+ "ItemNum2": 6,
+ "ItemId3": 836,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 101,
+ 102,
+ 103,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 4030,
+ "Name": "油皮衣",
+ "MixtureType": 2,
+ "MixtureID": 3031,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 217,
+ "ItemNum1": 20,
+ "ItemId2": 205,
+ "ItemNum2": 12,
+ "ItemId3": 209,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 9
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 103,
+ 102,
+ 104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5001,
+ "Name": "跌打散",
+ "MixtureType": 2,
+ "MixtureID": 4001,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 4,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 10,
+ "ItemId2": 301,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 80,
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5002,
+ "Name": "金创药",
+ "MixtureType": 2,
+ "MixtureID": 4002,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 30,
+ "ItemId2": 302,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5003,
+ "Name": "田七散",
+ "MixtureType": 2,
+ "MixtureID": 4003,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 8,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 50,
+ "ItemId2": 303,
+ "ItemNum2": 30,
+ "ItemId3": 304,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5004,
+ "Name": "健骨散",
+ "MixtureType": 2,
+ "MixtureID": 4004,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 100,
+ "ItemId2": 305,
+ "ItemNum2": 20,
+ "ItemId3": 307,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 83,
+ 84
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5005,
+ "Name": "断续膏",
+ "MixtureType": 2,
+ "MixtureID": 4005,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 12,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 200,
+ "ItemId2": 306,
+ "ItemNum2": 40,
+ "ItemId3": 304,
+ "ItemNum3": 20,
+ "ItemId4": 308,
+ "ItemNum4": 20,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 84
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5006,
+ "Name": "葛根汤",
+ "MixtureType": 2,
+ "MixtureID": 4006,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 4,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 10,
+ "ItemId2": 309,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 80,
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5007,
+ "Name": "香蒲汤",
+ "MixtureType": 2,
+ "MixtureID": 4007,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 30,
+ "ItemId2": 310,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5008,
+ "Name": "白虎汤",
+ "MixtureType": 2,
+ "MixtureID": 4008,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 8,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 50,
+ "ItemId2": 311,
+ "ItemNum2": 30,
+ "ItemId3": 312,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5009,
+ "Name": "独活汤",
+ "MixtureType": 2,
+ "MixtureID": 4009,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 100,
+ "ItemId2": 313,
+ "ItemNum2": 20,
+ "ItemId3": 308,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 15
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 83,
+ 84
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5010,
+ "Name": "回神汤",
+ "MixtureType": 2,
+ "MixtureID": 4010,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 12,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 200,
+ "ItemId2": 314,
+ "ItemNum2": 40,
+ "ItemId3": 312,
+ "ItemNum3": 20,
+ "ItemId4": 308,
+ "ItemNum4": 20,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 19
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 84
+ ],
+ "Drawing": true,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5101,
+ "Name": "跌打散",
+ "MixtureType": 2,
+ "MixtureID": 4101,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 4,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 10,
+ "ItemId2": 301,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 80,
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5102,
+ "Name": "金创药",
+ "MixtureType": 2,
+ "MixtureID": 4102,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 30,
+ "ItemId2": 302,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5103,
+ "Name": "田七散",
+ "MixtureType": 2,
+ "MixtureID": 4103,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 8,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 50,
+ "ItemId2": 303,
+ "ItemNum2": 30,
+ "ItemId3": 304,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5104,
+ "Name": "健骨散",
+ "MixtureType": 2,
+ "MixtureID": 4104,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 100,
+ "ItemId2": 305,
+ "ItemNum2": 20,
+ "ItemId3": 307,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5105,
+ "Name": "断续膏",
+ "MixtureType": 2,
+ "MixtureID": 4105,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 12,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 200,
+ "ItemId2": 306,
+ "ItemNum2": 40,
+ "ItemId3": 304,
+ "ItemNum3": 20,
+ "ItemId4": 308,
+ "ItemNum4": 20,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5106,
+ "Name": "葛根汤",
+ "MixtureType": 2,
+ "MixtureID": 4106,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 4,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 10,
+ "ItemId2": 309,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 80,
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5107,
+ "Name": "香蒲汤",
+ "MixtureType": 2,
+ "MixtureID": 4107,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 6,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 30,
+ "ItemId2": 310,
+ "ItemNum2": 20,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5108,
+ "Name": "白虎汤",
+ "MixtureType": 2,
+ "MixtureID": 4108,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 8,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 50,
+ "ItemId2": 311,
+ "ItemNum2": 30,
+ "ItemId3": 312,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5109,
+ "Name": "独活汤",
+ "MixtureType": 2,
+ "MixtureID": 4109,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 10,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 100,
+ "ItemId2": 313,
+ "ItemNum2": 20,
+ "ItemId3": 308,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5110,
+ "Name": "回神汤",
+ "MixtureType": 2,
+ "MixtureID": 4110,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 12,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 200,
+ "ItemId2": 314,
+ "ItemNum2": 40,
+ "ItemId3": 312,
+ "ItemNum3": 20,
+ "ItemId4": 308,
+ "ItemNum4": 20,
+ "DisplayCondition": 9,
+ "DisplayParameter": [
+ 0
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 5011,
+ "Name": "七品回血丹",
+ "MixtureType": 2,
+ "MixtureID": 4201,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 4,
+ "SingleMaxNumber": -1,
+ "ItemId1": 300,
+ "ItemNum1": 10,
+ "ItemId2": 301,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 8,
+ "UnlockParameter": [
+ 80,
+ 81,
+ 82,
+ 83,
+ 84
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 6000,
+ "Name": "铺路石",
+ "MixtureType": 5,
+ "MixtureID": 7214,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 5,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 2,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 4
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 4
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 6001,
+ "Name": "路灯",
+ "MixtureType": 5,
+ "MixtureID": 7817,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 60,
+ "SingleMaxNumber": -1,
+ "ItemId1": 802,
+ "ItemNum1": 40,
+ "ItemId2": 807,
+ "ItemNum2": 5,
+ "ItemId3": 217,
+ "ItemNum3": 5,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 5
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 6002,
+ "Name": "铺路木桩",
+ "MixtureType": 5,
+ "MixtureID": 7829,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 5,
+ "SingleMaxNumber": -1,
+ "ItemId1": 5,
+ "ItemNum1": 2,
+ "ItemId2": 0,
+ "ItemNum2": 0,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 1,
+ "UnlockParameter": [
+ 2
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10000,
+ "Name": "石剑",
+ "MixtureType": 2,
+ "MixtureID": 10000,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 1,
+ "ItemId2": 802,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10001,
+ "Name": "石剑",
+ "MixtureType": 2,
+ "MixtureID": 10001,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10000,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10002,
+ "Name": "石剑",
+ "MixtureType": 2,
+ "MixtureID": 10002,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10001,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10010,
+ "Name": "铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10010,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10002,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10011,
+ "Name": "铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10011,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10010,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10012,
+ "Name": "铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10012,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10011,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10020,
+ "Name": "赤铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10020,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10012,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10021,
+ "Name": "赤铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10021,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10020,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10022,
+ "Name": "赤铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10022,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10021,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10030,
+ "Name": "精铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10030,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10022,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10031,
+ "Name": "精铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10031,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10030,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10032,
+ "Name": "精铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10032,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10031,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10040,
+ "Name": "乌铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10040,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10032,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10041,
+ "Name": "乌铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10041,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10040,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10042,
+ "Name": "乌铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10042,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10041,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10050,
+ "Name": "青金剑",
+ "MixtureType": 2,
+ "MixtureID": 10050,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10042,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10051,
+ "Name": "青金剑",
+ "MixtureType": 2,
+ "MixtureID": 10051,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10050,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10052,
+ "Name": "青金剑",
+ "MixtureType": 2,
+ "MixtureID": 10052,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10051,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10060,
+ "Name": "鳞铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10060,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10052,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10061,
+ "Name": "鳞铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10061,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10060,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10062,
+ "Name": "鳞铁剑",
+ "MixtureType": 2,
+ "MixtureID": 10062,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10061,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10100,
+ "Name": "石锤",
+ "MixtureType": 2,
+ "MixtureID": 10100,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 1,
+ "ItemId2": 802,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10101,
+ "Name": "石锤",
+ "MixtureType": 2,
+ "MixtureID": 10101,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10100,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10102,
+ "Name": "石锤",
+ "MixtureType": 2,
+ "MixtureID": 10102,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10101,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10110,
+ "Name": "铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10110,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10102,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10111,
+ "Name": "铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10111,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10110,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10112,
+ "Name": "铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10112,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10111,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10120,
+ "Name": "赤铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10120,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10112,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10121,
+ "Name": "赤铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10121,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10120,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10122,
+ "Name": "赤铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10122,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10121,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10130,
+ "Name": "精铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10130,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10122,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10131,
+ "Name": "精铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10131,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10130,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10132,
+ "Name": "精铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10132,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10131,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10140,
+ "Name": "乌铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10140,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10132,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10141,
+ "Name": "乌铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10141,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10140,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10142,
+ "Name": "乌铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10142,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10141,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10150,
+ "Name": "青金锤",
+ "MixtureType": 2,
+ "MixtureID": 10150,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10142,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10151,
+ "Name": "青金锤",
+ "MixtureType": 2,
+ "MixtureID": 10151,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10150,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10152,
+ "Name": "青金锤",
+ "MixtureType": 2,
+ "MixtureID": 10152,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10151,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10160,
+ "Name": "鳞铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10160,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10152,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10161,
+ "Name": "鳞铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10161,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10160,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10162,
+ "Name": "鳞铁锤",
+ "MixtureType": 2,
+ "MixtureID": 10162,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10161,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10200,
+ "Name": "石飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10200,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 1,
+ "ItemId2": 802,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10201,
+ "Name": "石飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10201,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10200,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10202,
+ "Name": "石飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10202,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10201,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10210,
+ "Name": "铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10210,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10202,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10211,
+ "Name": "铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10211,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10210,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10212,
+ "Name": "铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10212,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10211,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10220,
+ "Name": "赤铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10220,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10212,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10221,
+ "Name": "赤铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10221,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10220,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10222,
+ "Name": "赤铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10222,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10221,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10230,
+ "Name": "精铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10230,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10222,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10231,
+ "Name": "精铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10231,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10230,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10232,
+ "Name": "精铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10232,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10231,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10240,
+ "Name": "乌铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10240,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10232,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10241,
+ "Name": "乌铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10241,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10240,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10242,
+ "Name": "乌铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10242,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10241,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10250,
+ "Name": "青金飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10250,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10242,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10251,
+ "Name": "青金飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10251,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10250,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10252,
+ "Name": "青金飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10252,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10251,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10260,
+ "Name": "鳞铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10260,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10252,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10261,
+ "Name": "鳞铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10261,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10260,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10262,
+ "Name": "鳞铁飞镖",
+ "MixtureType": 2,
+ "MixtureID": 10262,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10261,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10300,
+ "Name": "石双刀",
+ "MixtureType": 2,
+ "MixtureID": 10300,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 1,
+ "ItemId2": 802,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10301,
+ "Name": "石双刀",
+ "MixtureType": 2,
+ "MixtureID": 10301,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10300,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10302,
+ "Name": "石双刀",
+ "MixtureType": 2,
+ "MixtureID": 10302,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10301,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10310,
+ "Name": "铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10310,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10302,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10311,
+ "Name": "铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10311,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10310,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10312,
+ "Name": "铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10312,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10311,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10320,
+ "Name": "赤铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10320,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10312,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10321,
+ "Name": "赤铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10321,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10320,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10322,
+ "Name": "赤铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10322,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10321,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10330,
+ "Name": "精铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10330,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10322,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10331,
+ "Name": "精铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10331,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10330,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10332,
+ "Name": "精铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10332,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10331,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10340,
+ "Name": "乌铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10340,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10332,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10341,
+ "Name": "乌铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10341,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10340,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10342,
+ "Name": "乌铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10342,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10341,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10350,
+ "Name": "青金双刀",
+ "MixtureType": 2,
+ "MixtureID": 10350,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10342,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10351,
+ "Name": "青金双刀",
+ "MixtureType": 2,
+ "MixtureID": 10351,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10350,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10352,
+ "Name": "青金双刀",
+ "MixtureType": 2,
+ "MixtureID": 10352,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10351,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10360,
+ "Name": "鳞铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10360,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10352,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10361,
+ "Name": "鳞铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10361,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10360,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10362,
+ "Name": "鳞铁双刀",
+ "MixtureType": 2,
+ "MixtureID": 10362,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10361,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10400,
+ "Name": "石棍",
+ "MixtureType": 2,
+ "MixtureID": 10400,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 1,
+ "ItemId2": 802,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10401,
+ "Name": "石棍",
+ "MixtureType": 2,
+ "MixtureID": 10401,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10400,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10402,
+ "Name": "石棍",
+ "MixtureType": 2,
+ "MixtureID": 10402,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10401,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10410,
+ "Name": "铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10410,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10402,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10411,
+ "Name": "铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10411,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10410,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10412,
+ "Name": "铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10412,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10411,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10420,
+ "Name": "赤铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10420,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10412,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10421,
+ "Name": "赤铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10421,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10420,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10422,
+ "Name": "赤铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10422,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10421,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10430,
+ "Name": "精铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10430,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10422,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10431,
+ "Name": "精铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10431,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10430,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10432,
+ "Name": "精铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10432,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10431,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10440,
+ "Name": "乌铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10440,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10432,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10441,
+ "Name": "乌铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10441,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10440,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10442,
+ "Name": "乌铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10442,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10441,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10450,
+ "Name": "青金棍",
+ "MixtureType": 2,
+ "MixtureID": 10450,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10442,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10451,
+ "Name": "青金棍",
+ "MixtureType": 2,
+ "MixtureID": 10451,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10450,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10452,
+ "Name": "青金棍",
+ "MixtureType": 2,
+ "MixtureID": 10452,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10451,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10460,
+ "Name": "鳞铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10460,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10452,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10461,
+ "Name": "鳞铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10461,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10460,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10462,
+ "Name": "鳞铁棍",
+ "MixtureType": 2,
+ "MixtureID": 10462,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10461,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10500,
+ "Name": "石弓",
+ "MixtureType": 2,
+ "MixtureID": 10500,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 807,
+ "ItemNum1": 1,
+ "ItemId2": 802,
+ "ItemNum2": 2,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10501,
+ "Name": "石弓",
+ "MixtureType": 2,
+ "MixtureID": 10501,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10500,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10502,
+ "Name": "石弓",
+ "MixtureType": 2,
+ "MixtureID": 10502,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10501,
+ "ItemNum1": 1,
+ "ItemId2": 807,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10510,
+ "Name": "铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10510,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10502,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10511,
+ "Name": "铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10511,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10510,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10512,
+ "Name": "铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10512,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10511,
+ "ItemNum1": 1,
+ "ItemId2": 815,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10520,
+ "Name": "赤铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10520,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10512,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10521,
+ "Name": "赤铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10521,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10520,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10522,
+ "Name": "赤铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10522,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10521,
+ "ItemNum1": 1,
+ "ItemId2": 816,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10530,
+ "Name": "精铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10530,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10522,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10531,
+ "Name": "精铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10531,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10530,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10532,
+ "Name": "精铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10532,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10531,
+ "ItemNum1": 1,
+ "ItemId2": 819,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10540,
+ "Name": "乌铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10540,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10532,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10541,
+ "Name": "乌铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10541,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10540,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10542,
+ "Name": "乌铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10542,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10541,
+ "ItemNum1": 1,
+ "ItemId2": 820,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10550,
+ "Name": "青金弓",
+ "MixtureType": 2,
+ "MixtureID": 10550,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10542,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10551,
+ "Name": "青金弓",
+ "MixtureType": 2,
+ "MixtureID": 10551,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10550,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10552,
+ "Name": "青金弓",
+ "MixtureType": 2,
+ "MixtureID": 10552,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10551,
+ "ItemNum1": 1,
+ "ItemId2": 821,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10560,
+ "Name": "鳞铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10560,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10552,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 5,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10561,
+ "Name": "鳞铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10561,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10560,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 10562,
+ "Name": "鳞铁弓",
+ "MixtureType": 2,
+ "MixtureID": 10562,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 10561,
+ "ItemNum1": 1,
+ "ItemId2": 858,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20000,
+ "Name": "布甲",
+ "MixtureType": 2,
+ "MixtureID": 20000,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 837,
+ "ItemNum1": 1,
+ "ItemId2": 204,
+ "ItemNum2": 5,
+ "ItemId3": 0,
+ "ItemNum3": 0,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20001,
+ "Name": "布甲",
+ "MixtureType": 2,
+ "MixtureID": 20001,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20000,
+ "ItemNum1": 1,
+ "ItemId2": 837,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20002,
+ "Name": "布甲",
+ "MixtureType": 2,
+ "MixtureID": 20002,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20001,
+ "ItemNum1": 1,
+ "ItemId2": 837,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 2
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20010,
+ "Name": "粗皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20010,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20002,
+ "ItemNum1": 1,
+ "ItemId2": 204,
+ "ItemNum2": 10,
+ "ItemId3": 0,
+ "ItemNum3": 2,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1,
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20011,
+ "Name": "粗皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20011,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20010,
+ "ItemNum1": 1,
+ "ItemId2": 204,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20012,
+ "Name": "粗皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20012,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20011,
+ "ItemNum1": 1,
+ "ItemId2": 204,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 5
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20020,
+ "Name": "兽皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20020,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20012,
+ "ItemNum1": 1,
+ "ItemId2": 209,
+ "ItemNum2": 20,
+ "ItemId3": 316,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20021,
+ "Name": "兽皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20021,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20020,
+ "ItemNum1": 1,
+ "ItemId2": 839,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1100,
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20022,
+ "Name": "兽皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20022,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20021,
+ "ItemNum1": 1,
+ "ItemId2": 839,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 4,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 8
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20030,
+ "Name": "厚皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20030,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20022,
+ "ItemNum1": 1,
+ "ItemId2": 210,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20031,
+ "Name": "厚皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20031,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20030,
+ "ItemNum1": 1,
+ "ItemId2": 206,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20032,
+ "Name": "厚皮甲",
+ "MixtureType": 2,
+ "MixtureID": 20032,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20031,
+ "ItemNum1": 1,
+ "ItemId2": 206,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 6,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 11
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1101,
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20040,
+ "Name": "粗铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20040,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20032,
+ "ItemNum1": 1,
+ "ItemId2": 210,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20041,
+ "Name": "粗铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20041,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20040,
+ "ItemNum1": 1,
+ "ItemId2": 205,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20042,
+ "Name": "粗铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20042,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20041,
+ "ItemNum1": 1,
+ "ItemId2": 205,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 8,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 14
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20050,
+ "Name": "兽铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20050,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20042,
+ "ItemNum1": 1,
+ "ItemId2": 211,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1102,
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20051,
+ "Name": "兽铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20051,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20050,
+ "ItemNum1": 1,
+ "ItemId2": 216,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20052,
+ "Name": "兽铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20052,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20051,
+ "ItemNum1": 1,
+ "ItemId2": 216,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 10,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 17
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20060,
+ "Name": "厚铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20060,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20052,
+ "ItemNum1": 1,
+ "ItemId2": 212,
+ "ItemNum2": 10,
+ "ItemId3": 316,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20061,
+ "Name": "厚铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20061,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20060,
+ "ItemNum1": 1,
+ "ItemId2": 207,
+ "ItemNum2": 10,
+ "ItemId3": 317,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1103,
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ },
+ {
+ "Id": 20062,
+ "Name": "厚铠甲",
+ "MixtureType": 2,
+ "MixtureID": 20062,
+ "QualityMixtureID": 0,
+ "Copies": 1,
+ "TimeConsume": 30,
+ "SingleMaxNumber": -1,
+ "ItemId1": 20061,
+ "ItemNum1": 1,
+ "ItemId2": 207,
+ "ItemNum2": 10,
+ "ItemId3": 318,
+ "ItemNum3": 12,
+ "ItemId4": 0,
+ "ItemNum4": 0,
+ "DisplayCondition": 1,
+ "DisplayParameter": [
+ 20
+ ],
+ "UnlockCondition": 2,
+ "UnlockParameter": [
+ 1104
+ ],
+ "Drawing": false,
+ "Display": true,
+ "NextLv": 0,
+ "UpgradeItem": 0
+ }
+]
\ No newline at end of file
diff --git a/config/SystemConditionsConfigCategory.json b/config/SystemConditionsConfigCategory.json
new file mode 100644
index 0000000..c82cda6
--- /dev/null
+++ b/config/SystemConditionsConfigCategory.json
@@ -0,0 +1,65 @@
+[
+ {
+ "Id": 1,
+ "OpenSystem": 1,
+ "Name": "寿命系统",
+ "OpenConditionType": 2,
+ "ConditionParameter": 1017
+ },
+ {
+ "Id": 2,
+ "OpenSystem": 2,
+ "Name": "不死树系统",
+ "OpenConditionType": 2,
+ "ConditionParameter": 1017
+ },
+ {
+ "Id": 3,
+ "OpenSystem": 3,
+ "Name": "游民系统",
+ "OpenConditionType": 2,
+ "ConditionParameter": 1001
+ },
+ {
+ "Id": 4,
+ "OpenSystem": 4,
+ "Name": "桃谷货郎",
+ "OpenConditionType": 2,
+ "ConditionParameter": 1017
+ },
+ {
+ "Id": 5,
+ "OpenSystem": 5,
+ "Name": "礼厅系统",
+ "OpenConditionType": 2,
+ "ConditionParameter": 1021
+ },
+ {
+ "Id": 6,
+ "OpenSystem": 6,
+ "Name": "家宴自动一键",
+ "OpenConditionType": 3,
+ "ConditionParameter": 42
+ },
+ {
+ "Id": 7,
+ "OpenSystem": 7,
+ "Name": "凝时功能",
+ "OpenConditionType": 3,
+ "ConditionParameter": 662
+ },
+ {
+ "Id": 8,
+ "OpenSystem": 8,
+ "Name": "日活系统",
+ "OpenConditionType": 4,
+ "ConditionParameter": 4
+ },
+ {
+ "Id": 9,
+ "OpenSystem": 9,
+ "Name": "自动采集",
+ "OpenConditionType": 5,
+ "ConditionParameter": 10
+ }
+]
\ No newline at end of file
diff --git a/config/TaskConfigCategory.json b/config/TaskConfigCategory.json
new file mode 100644
index 0000000..76c2270
--- /dev/null
+++ b/config/TaskConfigCategory.json
@@ -0,0 +1,1828 @@
+[
+ {
+ "Id": 1,
+ "Name": "陶渊明的请求",
+ "Type": 1,
+ "Describe": "陶先生请求我们帮助他除掉威胁他生存的老虎",
+ "MainLine": 0,
+ "ConditionType1": 0,
+ "Parameter1": [],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 1,
+ "ReleaseTypeParameter": [
+ 1,
+ 1
+ ],
+ "TaskStep": [
+ 2,
+ 3
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 2001,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 2,
+ "Name": "与谷外往来",
+ "Type": 1,
+ "Describe": "陶先生帮助我们建造运输厅",
+ "MainLine": 1,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 1,
+ "ReleaseTypeParameter": [
+ 1,
+ 8
+ ],
+ "TaskStep": [
+ 8,
+ 9
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4001,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 4,
+ "Name": "解锁渔溪村",
+ "Type": 1,
+ "Describe": "解锁渔溪村的任务",
+ "MainLine": 0,
+ "ConditionType1": 0,
+ "Parameter1": [],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 1,
+ "ReleaseTypeParameter": [
+ 1,
+ 11
+ ],
+ "TaskStep": [
+ 12,
+ 13
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 2001,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 6,
+ "Name": "增加渔溪村声望",
+ "Type": 2,
+ "Describe": "渔溪村百废待兴,余村长家更是破烂不堪。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 4
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 1,
+ "ReleaseTypeParameter": [
+ 3,
+ 22
+ ],
+ "TaskStep": [
+ 16,
+ 17
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4002,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 101,
+ "Name": "渔溪村捐赠事宜1",
+ "Type": 4,
+ "Describe": "每日声望任务:向渔溪村捐赠基础物资——白木板",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1031
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 901
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3006,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 102,
+ "Name": "渔溪村捐赠事宜2",
+ "Type": 4,
+ "Describe": "每日声望任务:向渔溪村捐赠基础物资——一袋食物",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1031
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 902
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3007,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 103,
+ "Name": "渔溪村捐赠事宜3",
+ "Type": 4,
+ "Describe": "每日声望任务:向渔溪村捐赠基础物资——金创药",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1031
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 903
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3008,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 104,
+ "Name": "赤丘山捐赠事宜1",
+ "Type": 4,
+ "Describe": "每日声望任务:向赤丘山捐赠基础物资——青石块",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 2001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 904
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3009,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 105,
+ "Name": "赤丘山捐赠事宜2",
+ "Type": 4,
+ "Describe": "每日声望任务:向赤丘山捐赠基础物资——田七散",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 2001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 905
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3010,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 106,
+ "Name": "赤丘山捐赠事宜3",
+ "Type": 4,
+ "Describe": "每日声望任务:向赤丘山捐赠基础物资——兽皮冬袍",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 2001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 906
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3011,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 107,
+ "Name": "太姥村捐赠事宜1",
+ "Type": 4,
+ "Describe": "每日声望任务:向太姥村捐赠基础物资——青瓦",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 3001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 907
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3012,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 108,
+ "Name": "太姥村捐赠事宜2",
+ "Type": 4,
+ "Describe": "每日声望任务:向太姥村捐赠基础物资——竹筐",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 3001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 908
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3013,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 109,
+ "Name": "太姥村捐赠事宜3",
+ "Type": 4,
+ "Describe": "每日声望任务:向太姥村捐赠基础物资——丝绸",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 3001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 909
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3014,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 110,
+ "Name": "朱山镇捐赠事宜1",
+ "Type": 4,
+ "Describe": "每日声望任务:向朱山镇捐赠基础物资——花岗石块",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 4001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 910
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3015,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 111,
+ "Name": "朱山镇捐赠事宜2",
+ "Type": 4,
+ "Describe": "每日声望任务:向朱山镇捐赠基础物资——南瓜",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 4001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 911
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3016,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 112,
+ "Name": "朱山镇捐赠事宜3",
+ "Type": 4,
+ "Describe": "每日声望任务:向朱山镇捐赠基础物资——健骨散",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 4001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 912
+ ],
+ "GiveUp": false,
+ "Repeat": true,
+ "CD": 1,
+ "ReAccess": true,
+ "TimeLimit": 0,
+ "Award": 3017,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1001,
+ "Name": "采集亚麻",
+ "Type": 3,
+ "Describe": "采集足够的亚麻。",
+ "MainLine": 0,
+ "ConditionType1": 0,
+ "Parameter1": [],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1001
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4001,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1002,
+ "Name": "制作亚麻绳",
+ "Type": 3,
+ "Describe": "学会制作材料。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1002
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4002,
+ "AddVillager": [
+ 3,
+ 4
+ ],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1003,
+ "Name": "使用药品",
+ "Type": 3,
+ "Describe": "学会使用药品。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1002
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1003
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4003,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1004,
+ "Name": "建造工台",
+ "Type": 3,
+ "Describe": "学会建造工台。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1003
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1004
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4004,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1007,
+ "Name": "建造建筑",
+ "Type": 3,
+ "Describe": "建造营火和居所,提供满满安全感!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1004
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1007
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4007,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1008,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到2级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1007
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1008
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4008,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1009,
+ "Name": "建造山路",
+ "Type": 3,
+ "Describe": "建造山路,通过高处闪亮的树根",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1008
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1009
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4009,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1010,
+ "Name": "种植迷谷树",
+ "Type": 3,
+ "Describe": "老树根就在山路边上,快种下迷谷树吧!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1009
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1010
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4010,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1011,
+ "Name": "建造粗布坊",
+ "Type": 3,
+ "Describe": "建造粗衣坊,就可以制作衣服和雨具了。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1010
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1011
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4011,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1012,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到3级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1011
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1012
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4012,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1013,
+ "Name": "建造农田",
+ "Type": 3,
+ "Describe": "解决温饱靠种田!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1012
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1013
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4013,
+ "AddVillager": [],
+ "AddWarrior": [
+ 2
+ ],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1014,
+ "Name": "武器升阶",
+ "Type": 3,
+ "Describe": "快给勇士们的武器升阶吧!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1013
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1014
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4014,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": [
+ 32
+ ]
+ },
+ {
+ "Id": 1015,
+ "Name": "打败怪物",
+ "Type": 3,
+ "Describe": "打败黑暗中蠢蠢欲动的妖兽!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1014
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1015
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4015,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1016,
+ "Name": "放置月光宝瓶",
+ "Type": 3,
+ "Describe": "放置陶先生留下的月光宝瓶。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1015
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1016
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4016,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1017,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到4级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1016
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1017
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4017,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1018,
+ "Name": "建造城门和箭塔",
+ "Type": 3,
+ "Describe": "建造城门和箭塔,保卫桃谷!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1017
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1018
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4018,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1019,
+ "Name": "建造西山路",
+ "Type": 3,
+ "Describe": "建造通往陶先生家的西边山路。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1018
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1019
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4019,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 7
+ ],
+ "AddMonster": []
+ },
+ {
+ "Id": 1020,
+ "Name": "拜访陶渊明",
+ "Type": 3,
+ "Describe": "是时候该去拜访陶先生了。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1019
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1020
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4020,
+ "AddVillager": [
+ 15,
+ 16
+ ],
+ "AddWarrior": [],
+ "AddNpc": [
+ 1068,
+ 1069
+ ],
+ "AddMonster": []
+ },
+ {
+ "Id": 1021,
+ "Name": "建造礼厅",
+ "Type": 3,
+ "Describe": "陶先生说需要建造礼厅,用来收取他每日送来的资金。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1020
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1021
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4021,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 8
+ ],
+ "AddMonster": []
+ },
+ {
+ "Id": 1022,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到5级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1021
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1022
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4022,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1023,
+ "Name": "建造七星鼎",
+ "Type": 3,
+ "Describe": "建造拥有神秘力量的七星鼎!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1022
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1023
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4023,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1024,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到7级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1023
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1024
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4024,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1025,
+ "Name": "探索森林",
+ "Type": 3,
+ "Describe": "通过城门的上方的森林入口,进入森林探索。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1024
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1025
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4025,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1026,
+ "Name": "建造营地",
+ "Type": 3,
+ "Describe": "森林里有一处营地可以建造。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1025
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1026
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4026,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1027,
+ "Name": "建设森林",
+ "Type": 3,
+ "Describe": "建造森林里的建筑!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1026
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1027
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4027,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1028,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到8级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1027
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1028
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4028,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": [
+ 21,
+ 22,
+ 23,
+ 24
+ ]
+ },
+ {
+ "Id": 1029,
+ "Name": "打败渔溪妖兽",
+ "Type": 3,
+ "Describe": "打败渔溪村的怪物!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1028
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1029
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4029,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 2,
+ 1064,
+ 1060,
+ 3
+ ],
+ "AddMonster": []
+ },
+ {
+ "Id": 1030,
+ "Name": "建造运输厅",
+ "Type": 3,
+ "Describe": "建造桃谷的运输厅。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1029
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1030
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4030,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1031,
+ "Name": "建设渔溪村",
+ "Type": 3,
+ "Describe": "通过运输厅从桃谷运输材料,帮助村民重建渔溪村!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1030
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1031
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4031,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": [
+ 25,
+ 26,
+ 27,
+ 28
+ ]
+ },
+ {
+ "Id": 1033,
+ "Name": "升级规模",
+ "Type": 3,
+ "Describe": "努力建设桃谷!桃谷规模达到9级。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1031
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1033
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4033,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 1034,
+ "Name": "建造夜市",
+ "Type": 3,
+ "Describe": "在山谷里建造夜市。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 1033
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 1034
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4034,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 1051,
+ 1053,
+ 1056,
+ 1058
+ ],
+ "AddMonster": []
+ },
+ {
+ "Id": 2001,
+ "Name": "解锁赤丘山",
+ "Type": 2,
+ "Describe": "打败盘踞在赤丘山的妖兽!",
+ "MainLine": 0,
+ "ConditionType1": 5,
+ "Parameter1": [
+ 12
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 2001
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4035,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 1061,
+ 1065
+ ],
+ "AddMonster": [
+ 36,
+ 37,
+ 38,
+ 39
+ ]
+ },
+ {
+ "Id": 2002,
+ "Name": "建设赤丘山",
+ "Type": 2,
+ "Describe": "通过运输厅运输材料至赤丘山,重建赤丘山!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 2001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 2002
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4038,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 3001,
+ "Name": "解锁太姥村",
+ "Type": 2,
+ "Describe": "打败盘踞在太姥山的妖兽!",
+ "MainLine": 0,
+ "ConditionType1": 5,
+ "Parameter1": [
+ 16
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 3001
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4036,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 1062,
+ 1066
+ ],
+ "AddMonster": [
+ 40,
+ 41,
+ 42,
+ 43
+ ]
+ },
+ {
+ "Id": 3002,
+ "Name": "建设太姥村",
+ "Type": 2,
+ "Describe": "通过运输厅运输材料至太姥村,重建太姥村!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 3001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 3002
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4038,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 4001,
+ "Name": "解锁朱山镇",
+ "Type": 2,
+ "Describe": "打败盘踞在朱山镇的妖兽!",
+ "MainLine": 0,
+ "ConditionType1": 5,
+ "Parameter1": [
+ 18
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 4001
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4037,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [
+ 1063,
+ 1067
+ ],
+ "AddMonster": []
+ },
+ {
+ "Id": 4002,
+ "Name": "建设朱山镇",
+ "Type": 2,
+ "Describe": "通过运输厅运输材料至朱山镇,重建朱山镇!",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 4001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 4002
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4038,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 5001,
+ "Name": "祭奠柳大富",
+ "Type": 2,
+ "Describe": "准备浆果,祭奠柳大富。",
+ "MainLine": 0,
+ "ConditionType1": 9,
+ "Parameter1": [
+ 1
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 5001
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4038,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ },
+ {
+ "Id": 5002,
+ "Name": "建造宗厅",
+ "Type": 2,
+ "Describe": "建造宗厅缅怀逝去的先人。",
+ "MainLine": 0,
+ "ConditionType1": 1,
+ "Parameter1": [
+ 5001
+ ],
+ "ConditionType2": 0,
+ "Parameter2": [],
+ "ConditionType3": 0,
+ "Parameter3": [],
+ "ConditionType4": 0,
+ "Parameter4": [],
+ "ReleaseType": 3,
+ "ReleaseTypeParameter": [],
+ "TaskStep": [
+ 5002
+ ],
+ "GiveUp": false,
+ "Repeat": false,
+ "CD": 0,
+ "ReAccess": false,
+ "TimeLimit": 0,
+ "Award": 4038,
+ "AddVillager": [],
+ "AddWarrior": [],
+ "AddNpc": [],
+ "AddMonster": []
+ }
+]
\ No newline at end of file
diff --git a/config/TaskDialogueConfigCategory.json b/config/TaskDialogueConfigCategory.json
new file mode 100644
index 0000000..2ae116f
--- /dev/null
+++ b/config/TaskDialogueConfigCategory.json
@@ -0,0 +1,1433 @@
+[
+ {
+ "Id": 1,
+ "DialogueRole": 3,
+ "RoleParameter": 1000,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1000,
+ 7
+ ]
+ },
+ {
+ "Id": 2,
+ "DialogueRole": 3,
+ "RoleParameter": 1001,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1001,
+ 7
+ ]
+ },
+ {
+ "Id": 3,
+ "DialogueRole": 3,
+ "RoleParameter": 1002,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1002,
+ 7
+ ]
+ },
+ {
+ "Id": 4,
+ "DialogueRole": 3,
+ "RoleParameter": 1003,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1003,
+ 7
+ ]
+ },
+ {
+ "Id": 5,
+ "DialogueRole": 3,
+ "RoleParameter": 1004,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1004,
+ 7
+ ]
+ },
+ {
+ "Id": 6,
+ "DialogueRole": 3,
+ "RoleParameter": 1005,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1005,
+ 7
+ ]
+ },
+ {
+ "Id": 7,
+ "DialogueRole": 3,
+ "RoleParameter": 1006,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1006,
+ 7
+ ]
+ },
+ {
+ "Id": 8,
+ "DialogueRole": 3,
+ "RoleParameter": 1007,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1007,
+ 7
+ ]
+ },
+ {
+ "Id": 9,
+ "DialogueRole": 3,
+ "RoleParameter": 1008,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1008,
+ 7
+ ]
+ },
+ {
+ "Id": 10,
+ "DialogueRole": 3,
+ "RoleParameter": 1009,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1009,
+ 7
+ ]
+ },
+ {
+ "Id": 11,
+ "DialogueRole": 3,
+ "RoleParameter": 1010,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1010,
+ 7
+ ]
+ },
+ {
+ "Id": 12,
+ "DialogueRole": 3,
+ "RoleParameter": 1011,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1011,
+ 7
+ ]
+ },
+ {
+ "Id": 13,
+ "DialogueRole": 3,
+ "RoleParameter": 1012,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1012,
+ 7
+ ]
+ },
+ {
+ "Id": 14,
+ "DialogueRole": 3,
+ "RoleParameter": 1013,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1011,
+ 7
+ ]
+ },
+ {
+ "Id": 15,
+ "DialogueRole": 3,
+ "RoleParameter": 1014,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1012,
+ 7
+ ]
+ },
+ {
+ "Id": 16,
+ "DialogueRole": 3,
+ "RoleParameter": 1015,
+ "Content": "仔细看看吧,这年头我的货物都是珍品!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1013,
+ 7
+ ]
+ },
+ {
+ "Id": 51,
+ "DialogueRole": 3,
+ "RoleParameter": 1051,
+ "Content": "渔溪村集市出售物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2000,
+ 7
+ ]
+ },
+ {
+ "Id": 52,
+ "DialogueRole": 3,
+ "RoleParameter": 1052,
+ "Content": "渔溪村集市收购物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2000,
+ 7
+ ]
+ },
+ {
+ "Id": 53,
+ "DialogueRole": 3,
+ "RoleParameter": 1053,
+ "Content": "赤丘山集市出售物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2004,
+ 7
+ ]
+ },
+ {
+ "Id": 54,
+ "DialogueRole": 3,
+ "RoleParameter": 1054,
+ "Content": "赤丘山集市收购物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2004,
+ 7
+ ]
+ },
+ {
+ "Id": 55,
+ "DialogueRole": 3,
+ "RoleParameter": 1055,
+ "Content": "太姥村集市出售物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2005,
+ 7
+ ]
+ },
+ {
+ "Id": 56,
+ "DialogueRole": 3,
+ "RoleParameter": 1056,
+ "Content": "太姥村集市收购物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2005,
+ 7
+ ]
+ },
+ {
+ "Id": 57,
+ "DialogueRole": 3,
+ "RoleParameter": 1060,
+ "Content": "渔溪村杂货",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1101,
+ 7
+ ]
+ },
+ {
+ "Id": 58,
+ "DialogueRole": 3,
+ "RoleParameter": 1061,
+ "Content": "青丘山杂货",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1102,
+ 7
+ ]
+ },
+ {
+ "Id": 59,
+ "DialogueRole": 3,
+ "RoleParameter": 1062,
+ "Content": "太姥村杂货",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1103,
+ 7
+ ]
+ },
+ {
+ "Id": 60,
+ "DialogueRole": 3,
+ "RoleParameter": 1063,
+ "Content": "朱山镇杂货",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1104,
+ 7
+ ]
+ },
+ {
+ "Id": 61,
+ "DialogueRole": 3,
+ "RoleParameter": 1064,
+ "Content": "渔溪村声望",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1105,
+ 7
+ ]
+ },
+ {
+ "Id": 62,
+ "DialogueRole": 3,
+ "RoleParameter": 1065,
+ "Content": "青丘山声望",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1106,
+ 7
+ ]
+ },
+ {
+ "Id": 63,
+ "DialogueRole": 3,
+ "RoleParameter": 1066,
+ "Content": "太姥村声望",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1107,
+ 7
+ ]
+ },
+ {
+ "Id": 64,
+ "DialogueRole": 3,
+ "RoleParameter": 1067,
+ "Content": "朱山镇声望",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1108,
+ 7
+ ]
+ },
+ {
+ "Id": 65,
+ "DialogueRole": 3,
+ "RoleParameter": 1068,
+ "Content": "我见不得那太阳,这是我保持雪白肤色的秘诀,我有些好东西,看看?",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1109,
+ 7
+ ]
+ },
+ {
+ "Id": 66,
+ "DialogueRole": 3,
+ "RoleParameter": 1057,
+ "Content": "朱山镇集市出售物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2006,
+ 7
+ ]
+ },
+ {
+ "Id": 67,
+ "DialogueRole": 3,
+ "RoleParameter": 1058,
+ "Content": "朱山镇集市收购物品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2006,
+ 7
+ ]
+ },
+ {
+ "Id": 68,
+ "DialogueRole": 3,
+ "RoleParameter": 1070,
+ "Content": "集市高价",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 1110,
+ 7
+ ]
+ },
+ {
+ "Id": 69,
+ "DialogueRole": 3,
+ "RoleParameter": 1071,
+ "Content": "集市装饰品",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2007,
+ 7
+ ]
+ },
+ {
+ "Id": 70,
+ "DialogueRole": 3,
+ "RoleParameter": 1069,
+ "Content": "宿蝶未来,银蟾犹皎",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 71,
+ "DialogueRole": 3,
+ "RoleParameter": 8,
+ "Content": "我是陵陵,你看起来好面熟耶",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 101,
+ "DialogueRole": 3,
+ "RoleParameter": 3,
+ "Content": "哦...面生的孩子,你赶紧离开吧,妖兽霍乱,此地已经无法生存了...",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 102,
+ "DialogueRole": 3,
+ "RoleParameter": 4,
+ "Content": "年轻人,从何处来,到何处去?",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 103,
+ "DialogueRole": 3,
+ "RoleParameter": 5,
+ "Content": "你身上有山外污浊空气的味道……咳咳……",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 104,
+ "DialogueRole": 3,
+ "RoleParameter": 6,
+ "Content": "来朱山镇有何事啊?",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 105,
+ "DialogueRole": 3,
+ "RoleParameter": 3,
+ "Content": "哦吼吼,来啦,我给你们倒点水喝。",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 106,
+ "DialogueRole": 3,
+ "RoleParameter": 4,
+ "Content": "天地不仁,以万物为刍狗。吾非圣人,只愿保赤丘之太平。",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 107,
+ "DialogueRole": 3,
+ "RoleParameter": 5,
+ "Content": "来,一起深——呼——吸,让太姥山的纯净之气沉进丹田",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 108,
+ "DialogueRole": 3,
+ "RoleParameter": 6,
+ "Content": "嚯!天边有七彩祥云,原来是贵客来了!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 109,
+ "DialogueRole": 3,
+ "RoleParameter": 7,
+ "Content": "我要去给田地锄草了,你随意参观,小心不要踩到我的农田。",
+ "NextDialogue": 0,
+ "NextOptions": []
+ },
+ {
+ "Id": 110,
+ "DialogueRole": 3,
+ "RoleParameter": 2,
+ "Content": "你们这是已经帮助村民完成渔溪村的重建了吗?",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 47,
+ 7
+ ]
+ },
+ {
+ "Id": 111,
+ "DialogueRole": 0,
+ "Content": "渔溪村捐赠",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 35,
+ 36,
+ 37,
+ 7
+ ]
+ },
+ {
+ "Id": 1001,
+ "DialogueRole": 0,
+ "Content": "1",
+ "NextDialogue": 0,
+ "NextOptions": []
+ },
+ {
+ "Id": 1002,
+ "DialogueRole": 0,
+ "Content": "2",
+ "NextDialogue": 1003,
+ "NextOptions": []
+ },
+ {
+ "Id": 1003,
+ "DialogueRole": 0,
+ "Content": "3",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 2
+ ]
+ },
+ {
+ "Id": 1004,
+ "DialogueRole": 0,
+ "Content": "4",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 3
+ ]
+ },
+ {
+ "Id": 1005,
+ "DialogueRole": 0,
+ "Content": "5",
+ "NextDialogue": 1006,
+ "NextOptions": []
+ },
+ {
+ "Id": 1006,
+ "DialogueRole": 0,
+ "Content": "6",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 4
+ ]
+ },
+ {
+ "Id": 1007,
+ "DialogueRole": 0,
+ "Content": "7",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 6
+ ]
+ },
+ {
+ "Id": 1008,
+ "DialogueRole": 0,
+ "Content": "8",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 12
+ ]
+ },
+ {
+ "Id": 1009,
+ "DialogueRole": 0,
+ "Content": "9",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 13
+ ]
+ },
+ {
+ "Id": 1010,
+ "DialogueRole": 0,
+ "Content": "10",
+ "NextDialogue": 1011,
+ "NextOptions": []
+ },
+ {
+ "Id": 1011,
+ "DialogueRole": 0,
+ "Content": "11",
+ "NextDialogue": 1012,
+ "NextOptions": []
+ },
+ {
+ "Id": 1012,
+ "DialogueRole": 0,
+ "Content": "12",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 14,
+ 15
+ ]
+ },
+ {
+ "Id": 1013,
+ "DialogueRole": 0,
+ "Content": "13",
+ "NextDialogue": 1014,
+ "NextOptions": []
+ },
+ {
+ "Id": 1014,
+ "DialogueRole": 0,
+ "Content": "14",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 16
+ ]
+ },
+ {
+ "Id": 1015,
+ "DialogueRole": 0,
+ "Content": "15",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 17
+ ]
+ },
+ {
+ "Id": 1016,
+ "DialogueRole": 0,
+ "Content": "16",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 27
+ ]
+ },
+ {
+ "Id": 1017,
+ "DialogueRole": 0,
+ "Content": "17",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 28
+ ]
+ },
+ {
+ "Id": 1018,
+ "DialogueRole": 0,
+ "Content": "18",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 29
+ ]
+ },
+ {
+ "Id": 1019,
+ "DialogueRole": 0,
+ "Content": "19",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 30
+ ]
+ },
+ {
+ "Id": 1020,
+ "DialogueRole": 0,
+ "Content": "20",
+ "NextDialogue": 1021,
+ "NextOptions": []
+ },
+ {
+ "Id": 1021,
+ "DialogueRole": 0,
+ "Content": "21",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 31
+ ]
+ },
+ {
+ "Id": 1022,
+ "DialogueRole": 0,
+ "Content": "22",
+ "NextDialogue": 1023,
+ "NextOptions": []
+ },
+ {
+ "Id": 1023,
+ "DialogueRole": 0,
+ "Content": "23",
+ "NextDialogue": 1024,
+ "NextOptions": []
+ },
+ {
+ "Id": 1024,
+ "DialogueRole": 0,
+ "Content": "24",
+ "NextDialogue": 1025,
+ "NextOptions": []
+ },
+ {
+ "Id": 1025,
+ "DialogueRole": 0,
+ "Content": "25",
+ "NextDialogue": 1026,
+ "NextOptions": []
+ },
+ {
+ "Id": 1026,
+ "DialogueRole": 0,
+ "Content": "26",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 32
+ ]
+ },
+ {
+ "Id": 1027,
+ "DialogueRole": 0,
+ "Content": "27",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 1028,
+ "DialogueRole": 0,
+ "Content": "28",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 23
+ ]
+ },
+ {
+ "Id": 1029,
+ "DialogueRole": 0,
+ "Content": "29",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 25
+ ]
+ },
+ {
+ "Id": 1030,
+ "DialogueRole": 4,
+ "Content": "糟糕,藤蔓断了!我们得快些做一条绳索,把山下其他人拉上来!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 33
+ ]
+ },
+ {
+ "Id": 1031,
+ "DialogueRole": 4,
+ "Content": "断裂的藤蔓,山底下的村民无法顺着藤蔓上来了……",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 33,
+ 7
+ ]
+ },
+ {
+ "Id": 1032,
+ "DialogueRole": 4,
+ "Content": "快将绳索放下,将其他村民从山下拉上来吧!",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 34,
+ 7
+ ]
+ },
+ {
+ "Id": 10000,
+ "DialogueRole": 4,
+ "Content": "一块刻了字的石头,模糊不清,已经无法辨别内容了",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10001,
+ "DialogueRole": 4,
+ "Content": "一块石头,很大,可能是块歇脚石?",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100001,
+ 100002,
+ 100003
+ ]
+ },
+ {
+ "Id": 10002,
+ "DialogueRole": 4,
+ "Content": "石头表面不是很平整,屁股有点疼",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10003,
+ "DialogueRole": 4,
+ "Content": "没搬动",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100003
+ ]
+ },
+ {
+ "Id": 10004,
+ "DialogueRole": 4,
+ "Content": "稍微搬动了一点,从石头底下爬出几只蚂蚁",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10005,
+ "DialogueRole": 4,
+ "Content": "一块精致的石头,在阳光下闪闪发亮",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100004,
+ 100005
+ ]
+ },
+ {
+ "Id": 10006,
+ "DialogueRole": 0,
+ "Content": "一块碑,上面的字密密麻麻的",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100006,
+ 100007
+ ]
+ },
+ {
+ "Id": 10007,
+ "DialogueRole": 4,
+ "Content": "碑上写着:“一月初九,王小瓜拿走了我的一袋米,价值一百五十九铜币。一月二十,王小瓜向我借了五十铜币,说是受了风寒想去药铺抓点药。二月初二,王小瓜被隔壁村子狗咬了,向我借了三两皂角,说是要给伤口消毒。三月...五月...十二月...”",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100008
+ ]
+ },
+ {
+ "Id": 10008,
+ "DialogueRole": 4,
+ "Content": "一块歇脚石,表面不是很平整",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100001,
+ 100002,
+ 100003
+ ]
+ },
+ {
+ "Id": 10009,
+ "DialogueRole": 4,
+ "Content": "一块很大的石板",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100009,
+ 100010
+ ]
+ },
+ {
+ "Id": 10010,
+ "DialogueRole": 4,
+ "Content": "石板冰冰凉凉的,坐着还挺舒服",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10011,
+ "DialogueRole": 4,
+ "Content": "像猫的眼睛,明亮清澈,据说能带来好运",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100011,
+ 100012
+ ]
+ },
+ {
+ "Id": 10012,
+ "DialogueRole": 4,
+ "Content": "这么好看的宝石,还是留给别人吧",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10013,
+ "DialogueRole": 4,
+ "Content": "一封信",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100013,
+ 100014
+ ]
+ },
+ {
+ "Id": 10014,
+ "DialogueRole": 4,
+ "Content": "信封里有一朵通天花,信上写道:给有缘人的一点好运",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100015
+ ]
+ },
+ {
+ "Id": 10015,
+ "DialogueRole": 4,
+ "Content": "一片废墟,搜索",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100016
+ ]
+ },
+ {
+ "Id": 10016,
+ "DialogueRole": 4,
+ "Content": "一片废墟,搜索",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100017
+ ]
+ },
+ {
+ "Id": 10017,
+ "DialogueRole": 4,
+ "Content": "一片废墟,搜索",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100018
+ ]
+ },
+ {
+ "Id": 10018,
+ "DialogueRole": 4,
+ "Content": "一片废墟,搜索",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100019
+ ]
+ },
+ {
+ "Id": 10019,
+ "DialogueRole": 4,
+ "Content": "一片废墟,搜索",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100020
+ ]
+ },
+ {
+ "Id": 10020,
+ "DialogueRole": 4,
+ "Content": "帮助余村长修复他的家",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100021,
+ 7
+ ]
+ },
+ {
+ "Id": 10021,
+ "DialogueRole": 4,
+ "Content": "重建渔溪村杂货店",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100022,
+ 7
+ ]
+ },
+ {
+ "Id": 10022,
+ "DialogueRole": 4,
+ "Content": "重建渔溪村声望铺",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100023,
+ 7
+ ]
+ },
+ {
+ "Id": 10023,
+ "DialogueRole": 4,
+ "Content": "一棵桃树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100024,
+ 7
+ ]
+ },
+ {
+ "Id": 10024,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100025,
+ 7
+ ]
+ },
+ {
+ "Id": 10025,
+ "DialogueRole": 4,
+ "Content": "一棵梨树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100026,
+ 7
+ ]
+ },
+ {
+ "Id": 10026,
+ "DialogueRole": 4,
+ "Content": "一棵竹子",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100027,
+ 7
+ ]
+ },
+ {
+ "Id": 10027,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100028,
+ 7
+ ]
+ },
+ {
+ "Id": 10028,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100029,
+ 7
+ ]
+ },
+ {
+ "Id": 10029,
+ "DialogueRole": 4,
+ "Content": "一棵桃树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100030,
+ 7
+ ]
+ },
+ {
+ "Id": 10030,
+ "DialogueRole": 4,
+ "Content": "一棵松树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100031,
+ 7
+ ]
+ },
+ {
+ "Id": 10031,
+ "DialogueRole": 4,
+ "Content": "一棵松树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100032,
+ 7
+ ]
+ },
+ {
+ "Id": 10032,
+ "DialogueRole": 4,
+ "Content": "一棵松树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100033,
+ 7
+ ]
+ },
+ {
+ "Id": 10033,
+ "DialogueRole": 4,
+ "Content": "一棵梨树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100034,
+ 7
+ ]
+ },
+ {
+ "Id": 10034,
+ "DialogueRole": 4,
+ "Content": "一棵桦树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100035,
+ 7
+ ]
+ },
+ {
+ "Id": 10035,
+ "DialogueRole": 4,
+ "Content": "一棵桑树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100036,
+ 7
+ ]
+ },
+ {
+ "Id": 10036,
+ "DialogueRole": 4,
+ "Content": "一棵桃树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100037,
+ 7
+ ]
+ },
+ {
+ "Id": 10037,
+ "DialogueRole": 4,
+ "Content": "一棵桑树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100038,
+ 7
+ ]
+ },
+ {
+ "Id": 10038,
+ "DialogueRole": 4,
+ "Content": "一棵梨树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100039,
+ 7
+ ]
+ },
+ {
+ "Id": 10039,
+ "DialogueRole": 4,
+ "Content": "一棵竹子",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100040,
+ 7
+ ]
+ },
+ {
+ "Id": 10040,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100041,
+ 7
+ ]
+ },
+ {
+ "Id": 10041,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100042,
+ 7
+ ]
+ },
+ {
+ "Id": 10042,
+ "DialogueRole": 4,
+ "Content": "一棵松树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100043,
+ 7
+ ]
+ },
+ {
+ "Id": 10043,
+ "DialogueRole": 4,
+ "Content": "一棵松树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100044,
+ 7
+ ]
+ },
+ {
+ "Id": 10044,
+ "DialogueRole": 4,
+ "Content": "一棵榕树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100045,
+ 7
+ ]
+ },
+ {
+ "Id": 10045,
+ "DialogueRole": 4,
+ "Content": "一棵桃树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100046,
+ 7
+ ]
+ },
+ {
+ "Id": 10046,
+ "DialogueRole": 4,
+ "Content": "一棵梨树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100047,
+ 7
+ ]
+ },
+ {
+ "Id": 10047,
+ "DialogueRole": 4,
+ "Content": "一棵竹子",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100048,
+ 7
+ ]
+ },
+ {
+ "Id": 10048,
+ "DialogueRole": 4,
+ "Content": "一棵桑树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100049,
+ 7
+ ]
+ },
+ {
+ "Id": 10049,
+ "DialogueRole": 4,
+ "Content": "一棵榕树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100050,
+ 7
+ ]
+ },
+ {
+ "Id": 10050,
+ "DialogueRole": 4,
+ "Content": "一棵松树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100051,
+ 7
+ ]
+ },
+ {
+ "Id": 10051,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100052,
+ 7
+ ]
+ },
+ {
+ "Id": 10052,
+ "DialogueRole": 4,
+ "Content": "一棵柳树",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100053,
+ 7
+ ]
+ },
+ {
+ "Id": 10053,
+ "DialogueRole": 4,
+ "Content": "一处可以暂时歇脚的地方",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100054,
+ 7
+ ]
+ },
+ {
+ "Id": 10054,
+ "DialogueRole": 4,
+ "Content": "这里有把草伞,可以遮阳",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100055,
+ 7
+ ]
+ },
+ {
+ "Id": 10055,
+ "DialogueRole": 4,
+ "Content": "看起来是个摊子,但是周围没有人……",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100056,
+ 7
+ ]
+ },
+ {
+ "Id": 10056,
+ "DialogueRole": 4,
+ "Content": "一处水边的渔屋,嗅嗅,有鱼干的味道",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100057,
+ 7
+ ]
+ },
+ {
+ "Id": 10057,
+ "DialogueRole": 4,
+ "Content": "一处废墟,不知道曾经经历了什么",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100058,
+ 7
+ ]
+ },
+ {
+ "Id": 10058,
+ "DialogueRole": 4,
+ "Content": "可以在这休息一下,喝点水",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100059,
+ 7
+ ]
+ },
+ {
+ "Id": 10059,
+ "DialogueRole": 4,
+ "Content": "似乎是个小店,不过附近怎么没人呢",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100060,
+ 7
+ ]
+ },
+ {
+ "Id": 10060,
+ "DialogueRole": 4,
+ "Content": "一处废墟,不知道曾经经历了什么",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100061,
+ 7
+ ]
+ },
+ {
+ "Id": 10061,
+ "DialogueRole": 4,
+ "Content": "一处可以暂时歇脚的地方",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100062,
+ 7
+ ]
+ },
+ {
+ "Id": 10062,
+ "DialogueRole": 4,
+ "Content": "一处可以暂时歇脚的地方",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 100063,
+ 7
+ ]
+ },
+ {
+ "Id": 10063,
+ "DialogueRole": 4,
+ "Content": "椅子有点硬……",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10064,
+ "DialogueRole": 4,
+ "Content": "呼……刚好站久了腰有点酸",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ },
+ {
+ "Id": 10065,
+ "DialogueRole": 4,
+ "Content": "好像什么也没有",
+ "NextDialogue": 0,
+ "NextOptions": [
+ 7
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/TaskStepConfigCategory.json b/config/TaskStepConfigCategory.json
new file mode 100644
index 0000000..49cf0b0
--- /dev/null
+++ b/config/TaskStepConfigCategory.json
@@ -0,0 +1,1286 @@
+[
+ {
+ "Id": 1,
+ "Describe": "解除野狼的威胁",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 2,
+ 3
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 2,
+ "Describe": "老虎的威胁",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 1,
+ 3
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 3,
+ "Describe": "老虎威胁已经解除,快去告诉陶渊明吧",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 1,
+ 5
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 4,
+ "Describe": "先杀怪",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 2,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 5,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 2,
+ 9
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 6,
+ "Describe": "先杀怪",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 2,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 7,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 1,
+ 14
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 8,
+ "Describe": "先收集材料",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 200,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 9,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 1,
+ 9
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 10,
+ "Describe": "先收集材料",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 4006,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "收集{0}",
+ "Number": true
+ },
+ {
+ "Id": 11,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 5,
+ 12
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 12,
+ "Describe": "先制作材料",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 2010,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "制作{0}",
+ "Number": true
+ },
+ {
+ "Id": 13,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 2,
+ 26
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 14,
+ "Describe": "先收集材料",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 4,
+ 19
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "收集{0}",
+ "Number": true
+ },
+ {
+ "Id": 15,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 6,
+ 20
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 16,
+ "Describe": "先收集材料",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 4,
+ 23
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "收集{0}",
+ "Number": true
+ },
+ {
+ "Id": 17,
+ "Describe": "再对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 3,
+ 24
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 18,
+ "Describe": "收集材料,制作一条绳索",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 801,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "制作{0}",
+ "Number": true
+ },
+ {
+ "Id": 19,
+ "Describe": "在悬崖边的藤曼处把扔下绳索的一头,把底下的人拉上来",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 10,
+ 4001
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "扔下{0}",
+ "Number": false
+ },
+ {
+ "Id": 901,
+ "Describe": "到[color=#009a04]渔溪村[/color]与[color=#009a04]余村长[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 3,
+ 4002,
+ 35
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 902,
+ "Describe": "到[color=#009a04]渔溪村[/color]与[color=#009a04]余村长[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 3,
+ 4003,
+ 36
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 903,
+ "Describe": "到[color=#009a04]渔溪村[/color]与[color=#009a04]余村长[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 3,
+ 4004,
+ 37
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 904,
+ "Describe": "到[color=#009a04]赤丘山[/color]与[color=#009a04]丘师父[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 4,
+ 4005,
+ 38
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 905,
+ "Describe": "到[color=#009a04]赤丘山[/color]与[color=#009a04]丘师父[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 4,
+ 4006,
+ 39
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 906,
+ "Describe": "到[color=#009a04]赤丘山[/color]与[color=#009a04]丘师父[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 4,
+ 4007,
+ 40
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 907,
+ "Describe": "到[color=#009a04]太姥村[/color]与[color=#009a04]宁管事[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 5,
+ 4008,
+ 41
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 908,
+ "Describe": "到[color=#009a04]太姥村[/color]与[color=#009a04]宁管事[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 5,
+ 4009,
+ 42
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 909,
+ "Describe": "到[color=#009a04]太姥村[/color]与[color=#009a04]宁管事[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 5,
+ 4010,
+ 43
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 910,
+ "Describe": "到[color=#009a04]朱山镇[/color]与[color=#009a04]朱里长[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 6,
+ 4011,
+ 44
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 911,
+ "Describe": "到[color=#009a04]朱山镇[/color]与[color=#009a04]朱里长[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 6,
+ 4012,
+ 45
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 912,
+ "Describe": "到[color=#009a04]朱山镇[/color]与[color=#009a04]朱里长[/color]交流捐赠事宜。",
+ "TargetType1": 7,
+ "TargetParameter1": [
+ 6,
+ 4013,
+ 46
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "捐赠{1}",
+ "Number": true
+ },
+ {
+ "Id": 1001,
+ "Describe": "在桃谷里找到[color=#009a04]亚麻[/color]后,派遣村民收集6个[color=#009a04]亚麻[/color]",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 4,
+ 6
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "收集{0}",
+ "Number": true
+ },
+ {
+ "Id": 1002,
+ "Describe": "在材料列表里找到并制作一个[color=#009a04]亚麻绳[/color]",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 801,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "制作{0}",
+ "Number": true
+ },
+ {
+ "Id": 1003,
+ "Describe": "在仓库里找到[color=#009a04]断续膏[/color]并对柳长英使用",
+ "TargetType1": 11,
+ "TargetParameter1": [
+ 4005,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "使用{0}",
+ "Number": true
+ },
+ {
+ "Id": 1004,
+ "Describe": "在【建造】里找到工台并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 1,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1007,
+ "Describe": "在建造列表里找到[color=#009a04]营火[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 40,
+ 1
+ ],
+ "TargetType2": 8,
+ "TargetParameter2": [
+ 60,
+ 1
+ ],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1008,
+ "Describe": "桃谷规模达到2级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 2
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模2级",
+ "Number": false
+ },
+ {
+ "Id": 1009,
+ "Describe": "找到[color=#009a04]山路[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 300,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1010,
+ "Describe": "找到[color=#009a04]老树根[/color]并种植",
+ "TargetType1": 11,
+ "TargetParameter1": [
+ 7206,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "种植{0}",
+ "Number": false
+ },
+ {
+ "Id": 1011,
+ "Describe": "在建造列表里找到[color=#009a04]粗布坊[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 100,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1012,
+ "Describe": "桃谷规模达到3级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 3
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模3级",
+ "Number": false
+ },
+ {
+ "Id": 1013,
+ "Describe": "在建造列表里找到并建造2个[color=#009a04]农田[/color]",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 360,
+ 2
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1014,
+ "Describe": "帮助陶小青对武器进行一次[color=#009a04]升级[/color]",
+ "TargetType1": 24,
+ "TargetParameter1": [
+ 0
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "进行一次武器升阶",
+ "Number": false
+ },
+ {
+ "Id": 1015,
+ "Describe": "打败[color=#009a04]妖兽[/color]",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 32,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 1016,
+ "Describe": "找到[color=#009a04]月光宝瓶[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 662,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1017,
+ "Describe": "桃谷规模达到4级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 4
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模4级",
+ "Number": false
+ },
+ {
+ "Id": 1018,
+ "Describe": "找到[color=#009a04]城门[/color]和[color=#009a04]箭塔[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 140,
+ 1
+ ],
+ "TargetType2": 8,
+ "TargetParameter2": [
+ 141,
+ 1
+ ],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1019,
+ "Describe": "找到[color=#009a04]西山路[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 301,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1020,
+ "Describe": "沿着西边山路走,找到并进入[color=#009a04]陶渊明的家[/color]",
+ "TargetType1": 10,
+ "TargetParameter1": [
+ 2004
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "进入{0}",
+ "Number": false
+ },
+ {
+ "Id": 1021,
+ "Describe": "在建造列表里找到[color=#009a04]礼厅[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 30,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1022,
+ "Describe": "桃谷规模达到5级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 5
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模5级",
+ "Number": false
+ },
+ {
+ "Id": 1023,
+ "Describe": "在建造列表中找到[color=#009a04]七星鼎[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 422,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1024,
+ "Describe": "桃谷规模达到7级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 7
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模7级",
+ "Number": false
+ },
+ {
+ "Id": 1025,
+ "Describe": "找到城门上方的森林入口,进入[color=#009a04]森林[/color]探索",
+ "TargetType1": 10,
+ "TargetParameter1": [
+ 2001
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "进入{0}",
+ "Number": false
+ },
+ {
+ "Id": 1026,
+ "Describe": "进入森林后,派遣村民建造[color=#009a04]营地[/color]",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 460,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1027,
+ "Describe": "进入森林后,派遣村民建造[color=#009a04]伐木场[/color]、[color=#009a04]采集厅[/color]和[color=#009a04]猎人小屋[/color]",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 1000,
+ 1
+ ],
+ "TargetType2": 8,
+ "TargetParameter2": [
+ 1001,
+ 1
+ ],
+ "TargetType3": 8,
+ "TargetParameter3": [
+ 1002,
+ 1
+ ],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1028,
+ "Describe": "桃谷规模达到8级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 8
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模8级",
+ "Number": false
+ },
+ {
+ "Id": 1029,
+ "Describe": "打败[color=#009a04]渔溪村妖兽[/color]",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 21,
+ 1
+ ],
+ "TargetType2": 6,
+ "TargetParameter2": [
+ 22,
+ 1
+ ],
+ "TargetType3": 6,
+ "TargetParameter3": [
+ 23,
+ 1
+ ],
+ "TargetType4": 6,
+ "TargetParameter4": [
+ 24,
+ 1
+ ],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 1030,
+ "Describe": "在桃谷城门口找到[color=#009a04]运输厅[/color]并建造",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 200,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1031,
+ "Describe": "在渔溪村建造[color=#009a04]余村长家[/color]、[color=#009a04]杂货铺[/color]、[color=#009a04]声望铺[/color]",
+ "TargetType1": 23,
+ "TargetParameter1": [
+ 1001,
+ 1
+ ],
+ "TargetType2": 23,
+ "TargetParameter2": [
+ 1002,
+ 1
+ ],
+ "TargetType3": 23,
+ "TargetParameter3": [
+ 1003,
+ 1
+ ],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 1032,
+ "Describe": "与陶渊明对话",
+ "TargetType1": 16,
+ "TargetParameter1": [
+ 2,
+ 47
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "将消息告诉{0}",
+ "Number": false
+ },
+ {
+ "Id": 1033,
+ "Describe": "桃谷规模达到9级",
+ "TargetType1": 5,
+ "TargetParameter1": [
+ 9
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "达到规模9级",
+ "Number": false
+ },
+ {
+ "Id": 1034,
+ "Describe": "在桃谷右下方找到并建造[color=#009a04]集市[/color]",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 303,
+ 1
+ ],
+ "TargetType2": 8,
+ "TargetParameter2": [
+ 240,
+ 1
+ ],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 2001,
+ "Describe": "解锁赤丘山",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 25,
+ 1
+ ],
+ "TargetType2": 6,
+ "TargetParameter2": [
+ 26,
+ 1
+ ],
+ "TargetType3": 6,
+ "TargetParameter3": [
+ 27,
+ 1
+ ],
+ "TargetType4": 6,
+ "TargetParameter4": [
+ 28,
+ 1
+ ],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 2002,
+ "Describe": "重建赤丘山",
+ "TargetType1": 23,
+ "TargetParameter1": [
+ 2001,
+ 1
+ ],
+ "TargetType2": 23,
+ "TargetParameter2": [
+ 2002,
+ 1
+ ],
+ "TargetType3": 23,
+ "TargetParameter3": [
+ 2003,
+ 1
+ ],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 3001,
+ "Describe": "解锁太姥村",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 36,
+ 1
+ ],
+ "TargetType2": 6,
+ "TargetParameter2": [
+ 37,
+ 1
+ ],
+ "TargetType3": 6,
+ "TargetParameter3": [
+ 38,
+ 1
+ ],
+ "TargetType4": 6,
+ "TargetParameter4": [
+ 39,
+ 1
+ ],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 3002,
+ "Describe": "重建太姥村",
+ "TargetType1": 23,
+ "TargetParameter1": [
+ 3001,
+ 1
+ ],
+ "TargetType2": 23,
+ "TargetParameter2": [
+ 3002,
+ 1
+ ],
+ "TargetType3": 23,
+ "TargetParameter3": [
+ 3003,
+ 1
+ ],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 4001,
+ "Describe": "解锁朱山镇",
+ "TargetType1": 6,
+ "TargetParameter1": [
+ 40,
+ 1
+ ],
+ "TargetType2": 6,
+ "TargetParameter2": [
+ 41,
+ 1
+ ],
+ "TargetType3": 6,
+ "TargetParameter3": [
+ 42,
+ 1
+ ],
+ "TargetType4": 6,
+ "TargetParameter4": [
+ 43,
+ 1
+ ],
+ "TargetDescribe": "击杀{0}",
+ "Number": true
+ },
+ {
+ "Id": 4002,
+ "Describe": "重建朱山镇",
+ "TargetType1": 23,
+ "TargetParameter1": [
+ 4001,
+ 1
+ ],
+ "TargetType2": 23,
+ "TargetParameter2": [
+ 4002,
+ 1
+ ],
+ "TargetType3": 23,
+ "TargetParameter3": [
+ 4003,
+ 1
+ ],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ },
+ {
+ "Id": 5001,
+ "Describe": "准备一些浆果陪柳长英祭奠柳大富",
+ "TargetType1": 19,
+ "TargetParameter1": [
+ 2001,
+ 6
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "准备浆果",
+ "Number": true
+ },
+ {
+ "Id": 5002,
+ "Describe": "在建造列表找到并建造[color=#009a04]宗厅[/color]",
+ "TargetType1": 8,
+ "TargetParameter1": [
+ 260,
+ 1
+ ],
+ "TargetType2": 0,
+ "TargetParameter2": [],
+ "TargetType3": 0,
+ "TargetParameter3": [],
+ "TargetType4": 0,
+ "TargetParameter4": [],
+ "TargetDescribe": "建造{0}",
+ "Number": true
+ }
+]
\ No newline at end of file
diff --git a/config/TeleportationPointConfigCategory.json b/config/TeleportationPointConfigCategory.json
new file mode 100644
index 0000000..a627893
--- /dev/null
+++ b/config/TeleportationPointConfigCategory.json
@@ -0,0 +1,215 @@
+[
+ {
+ "Id": 1,
+ "BelongRegion": 1001,
+ "DestinationId": 2,
+ "Condition": 5,
+ "ConditionParameter": [
+ 1022
+ ]
+ },
+ {
+ "Id": 2,
+ "BelongRegion": 2001,
+ "DestinationId": 1,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 3,
+ "BelongRegion": 2001,
+ "DestinationId": 4,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 4,
+ "BelongRegion": 2002,
+ "DestinationId": 3,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 5,
+ "BelongRegion": 2002,
+ "DestinationId": 6,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 6,
+ "BelongRegion": 2003,
+ "DestinationId": 5,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 7,
+ "BelongRegion": 1001,
+ "DestinationId": 8,
+ "Condition": 5,
+ "ConditionParameter": [
+ 1028
+ ]
+ },
+ {
+ "Id": 8,
+ "BelongRegion": 3002,
+ "DestinationId": 7,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 9,
+ "BelongRegion": 3002,
+ "DestinationId": 10,
+ "Condition": 1,
+ "ConditionParameter": [
+ 12
+ ]
+ },
+ {
+ "Id": 10,
+ "BelongRegion": 3003,
+ "DestinationId": 9,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 13,
+ "BelongRegion": 3002,
+ "DestinationId": 14,
+ "Condition": 1,
+ "ConditionParameter": [
+ 3
+ ]
+ },
+ {
+ "Id": 14,
+ "BelongRegion": 6001,
+ "DestinationId": 13,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 15,
+ "BelongRegion": 7001,
+ "DestinationId": 16,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 16,
+ "BelongRegion": 3002,
+ "DestinationId": 15,
+ "Condition": 0,
+ "ConditionParameter": [
+ 0
+ ]
+ },
+ {
+ "Id": 17,
+ "BelongRegion": 1001,
+ "DestinationId": 18,
+ "Condition": 5,
+ "ConditionParameter": [
+ 1019
+ ]
+ },
+ {
+ "Id": 18,
+ "BelongRegion": 2004,
+ "DestinationId": 17,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 19,
+ "BelongRegion": 3003,
+ "DestinationId": 20,
+ "Condition": 1,
+ "ConditionParameter": [
+ 16
+ ]
+ },
+ {
+ "Id": 20,
+ "BelongRegion": 3004,
+ "DestinationId": 19,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 21,
+ "BelongRegion": 3003,
+ "DestinationId": 22,
+ "Condition": 1,
+ "ConditionParameter": [
+ 18
+ ]
+ },
+ {
+ "Id": 22,
+ "BelongRegion": 3005,
+ "DestinationId": 21,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 23,
+ "BelongRegion": 3001,
+ "DestinationId": 1,
+ "Condition": 0,
+ "ConditionParameter": [
+ 0
+ ]
+ },
+ {
+ "Id": 24,
+ "BelongRegion": 7002,
+ "DestinationId": 16,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 25,
+ "BelongRegion": 3003,
+ "DestinationId": 15,
+ "Condition": 0,
+ "ConditionParameter": [
+ 0
+ ]
+ },
+ {
+ "Id": 26,
+ "BelongRegion": 7003,
+ "DestinationId": 16,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 27,
+ "BelongRegion": 3004,
+ "DestinationId": 15,
+ "Condition": 0,
+ "ConditionParameter": [
+ 0
+ ]
+ },
+ {
+ "Id": 28,
+ "BelongRegion": 7004,
+ "DestinationId": 16,
+ "Condition": 0,
+ "ConditionParameter": []
+ },
+ {
+ "Id": 29,
+ "BelongRegion": 3005,
+ "DestinationId": 15,
+ "Condition": 0,
+ "ConditionParameter": [
+ 0
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/TextConfigCategory.json b/config/TextConfigCategory.json
new file mode 100644
index 0000000..ea9c861
--- /dev/null
+++ b/config/TextConfigCategory.json
@@ -0,0 +1,2872 @@
+[
+ {
+ "Id": 1001,
+ "Text": "您的桃花石已经达到最大值,不会再增加 ",
+ "Value": ""
+ },
+ {
+ "Id": 1002,
+ "Text": "请先取消该人物当前的劳作",
+ "Value": ""
+ },
+ {
+ "Id": 1003,
+ "Text": "材料数量不足",
+ "Value": ""
+ },
+ {
+ "Id": 1004,
+ "Text": "已完成制作",
+ "Value": ""
+ },
+ {
+ "Id": 1005,
+ "Text": "建造数量已达上限",
+ "Value": ""
+ },
+ {
+ "Id": 1006,
+ "Text": "材料不足或规模条件未达成",
+ "Value": ""
+ },
+ {
+ "Id": 1007,
+ "Text": "所需材料不足",
+ "Value": ""
+ },
+ {
+ "Id": 1008,
+ "Text": "道具不足",
+ "Value": ""
+ },
+ {
+ "Id": 1009,
+ "Text": "{主角}不在桃谷中",
+ "Value": ""
+ },
+ {
+ "Id": 1010,
+ "Text": "请选择学生",
+ "Value": ""
+ },
+ {
+ "Id": 1011,
+ "Text": "请先选择课程",
+ "Value": ""
+ },
+ {
+ "Id": 1012,
+ "Text": "已开课,无法更换课程",
+ "Value": ""
+ },
+ {
+ "Id": 1013,
+ "Text": "无特殊效果",
+ "Value": ""
+ },
+ {
+ "Id": 1014,
+ "Text": "体魂{等级}级解锁",
+ "Value": ""
+ },
+ {
+ "Id": 1015,
+ "Text": "您的技能栏已经满了",
+ "Value": ""
+ },
+ {
+ "Id": 1016,
+ "Text": "聚宝盆中没发生变化",
+ "Value": ""
+ },
+ {
+ "Id": 1017,
+ "Text": "锅中无法容纳更多食材,请先取出再进行更换",
+ "Value": ""
+ },
+ {
+ "Id": 1018,
+ "Text": "当前并未制作菜品,无需扇风",
+ "Value": ""
+ },
+ {
+ "Id": 1019,
+ "Text": "村民数量不足",
+ "Value": ""
+ },
+ {
+ "Id": 1020,
+ "Text": "火候不对,制作失败",
+ "Value": ""
+ },
+ {
+ "Id": 1021,
+ "Text": "合成失败",
+ "Value": ""
+ },
+ {
+ "Id": 1022,
+ "Text": "合成成功",
+ "Value": ""
+ },
+ {
+ "Id": 1023,
+ "Text": "材料不足",
+ "Value": ""
+ },
+ {
+ "Id": 1024,
+ "Text": "火候不对,请注意!",
+ "Value": ""
+ },
+ {
+ "Id": 1025,
+ "Text": "没有正在劳作的村民,无法进行该操作",
+ "Value": ""
+ },
+ {
+ "Id": 1026,
+ "Text": "宝石等级已超过当前阶段的装备可携带的最大等级",
+ "Value": ""
+ },
+ {
+ "Id": 1027,
+ "Text": "自动战斗下技能自动释放",
+ "Value": ""
+ },
+ {
+ "Id": 1028,
+ "Text": "今日挑战次数不足,每天5:00重置次数",
+ "Value": ""
+ },
+ {
+ "Id": 1029,
+ "Text": "挑战状态下,技能自动施放",
+ "Value": ""
+ },
+ {
+ "Id": 1030,
+ "Text": "每天5:00结算排名,奖励通过邮箱发送",
+ "Value": ""
+ },
+ {
+ "Id": 1031,
+ "Text": "村落中没有药师,无法制作该药品",
+ "Value": ""
+ },
+ {
+ "Id": 1032,
+ "Text": "当前选择人数已达上限",
+ "Value": ""
+ },
+ {
+ "Id": 1033,
+ "Text": "请至少选择一人进行派遣",
+ "Value": ""
+ },
+ {
+ "Id": 1034,
+ "Text": "需要{建筑名称}{建筑等级}才可制作",
+ "Value": ""
+ },
+ {
+ "Id": 1035,
+ "Text": "请先设置数量",
+ "Value": ""
+ },
+ {
+ "Id": 1036,
+ "Text": "粮仓存储空间不足,请提升粮仓存储空间后再收获",
+ "Value": ""
+ },
+ {
+ "Id": 1037,
+ "Text": "{道具名称}使用成功",
+ "Value": ""
+ },
+ {
+ "Id": 1038,
+ "Text": "已学会{道具名称},无法使用该道具",
+ "Value": ""
+ },
+ {
+ "Id": 1039,
+ "Text": "村民处于饥饿状态,无法进行该劳作",
+ "Value": ""
+ },
+ {
+ "Id": 1040,
+ "Text": "请选择宴会菜品",
+ "Value": ""
+ },
+ {
+ "Id": 1041,
+ "Text": "木柴数量不足,无法开宴",
+ "Value": ""
+ },
+ {
+ "Id": 1042,
+ "Text": "请先选择需要撤下的菜品",
+ "Value": ""
+ },
+ {
+ "Id": 1043,
+ "Text": "菜品种类已达上限,请先撤下其他菜品",
+ "Value": ""
+ },
+ {
+ "Id": 1044,
+ "Text": "进行击鼓传花游戏时才可以敲击",
+ "Value": ""
+ },
+ {
+ "Id": 1045,
+ "Text": "本次击鼓传花已结束",
+ "Value": ""
+ },
+ {
+ "Id": 1046,
+ "Text": "物品已制作完成",
+ "Value": ""
+ },
+ {
+ "Id": 1047,
+ "Text": "请先输入好友编号",
+ "Value": ""
+ },
+ {
+ "Id": 1048,
+ "Text": "该伙伴等级不足",
+ "Value": ""
+ },
+ {
+ "Id": 1049,
+ "Text": "修为不足",
+ "Value": ""
+ },
+ {
+ "Id": 1050,
+ "Text": "离队伍太远,无法归队",
+ "Value": ""
+ },
+ {
+ "Id": 1051,
+ "Text": "未举办赶集",
+ "Value": ""
+ },
+ {
+ "Id": 1052,
+ "Text": "好友申请已发送",
+ "Value": ""
+ },
+ {
+ "Id": 1053,
+ "Text": "申请失败,请检查网络后重试",
+ "Value": ""
+ },
+ {
+ "Id": 1054,
+ "Text": "请选择好友",
+ "Value": ""
+ },
+ {
+ "Id": 1055,
+ "Text": "钓鱼中,不可更换鱼竿",
+ "Value": ""
+ },
+ {
+ "Id": 1056,
+ "Text": "钓鱼中,不可更换鱼饵",
+ "Value": ""
+ },
+ {
+ "Id": 1057,
+ "Text": "请先选择鱼竿",
+ "Value": ""
+ },
+ {
+ "Id": 1058,
+ "Text": "背包已满,先清理一下背包再钓鱼吧!",
+ "Value": ""
+ },
+ {
+ "Id": 1059,
+ "Text": "鱼饵不足!",
+ "Value": ""
+ },
+ {
+ "Id": 1060,
+ "Text": "鱼钓光光啦",
+ "Value": ""
+ },
+ {
+ "Id": 1061,
+ "Text": "鱼溜走了",
+ "Value": ""
+ },
+ {
+ "Id": 1062,
+ "Text": "当前背包中没有此物品",
+ "Value": ""
+ },
+ {
+ "Id": 1063,
+ "Text": "桃谷处于食物不足状态,无法派遣人员至此处",
+ "Value": ""
+ },
+ {
+ "Id": 1064,
+ "Text": "营地处于食物不足状态,请先运输物资至此处",
+ "Value": ""
+ },
+ {
+ "Id": 1065,
+ "Text": "队伍不在此处,无法战斗!",
+ "Value": ""
+ },
+ {
+ "Id": 1066,
+ "Text": "农田正在播种或正在收获,暂时无法操作",
+ "Value": ""
+ },
+ {
+ "Id": 1067,
+ "Text": "编号有误,请检查所输入的好友编号是否正确",
+ "Value": ""
+ },
+ {
+ "Id": 1068,
+ "Text": "您的好友数量已达上限",
+ "Value": ""
+ },
+ {
+ "Id": 1069,
+ "Text": "请先设置农夫",
+ "Value": ""
+ },
+ {
+ "Id": 1070,
+ "Text": "耐久已满,无需修缮",
+ "Value": ""
+ },
+ {
+ "Id": 1071,
+ "Text": "您的桃花石不足{桃花石数量},无法改名",
+ "Value": ""
+ },
+ {
+ "Id": 1072,
+ "Text": "名字必须是不超过4个字的纯汉字",
+ "Value": ""
+ },
+ {
+ "Id": 1073,
+ "Text": "升级条件不足",
+ "Value": ""
+ },
+ {
+ "Id": 1074,
+ "Text": "解除出战后伙伴会回到桃谷,您确定要解除吗?",
+ "Value": ""
+ },
+ {
+ "Id": 1075,
+ "Text": "需要建造{建筑名称}才能解锁该资源",
+ "Value": ""
+ },
+ {
+ "Id": 1076,
+ "Text": "未建造营地,先寻个风水宝地",
+ "Value": ""
+ },
+ {
+ "Id": 1077,
+ "Text": "拖动物品至此处可丢弃",
+ "Value": ""
+ },
+ {
+ "Id": 1078,
+ "Text": "容量不足!",
+ "Value": ""
+ },
+ {
+ "Id": 1079,
+ "Text": "背包已满",
+ "Value": ""
+ },
+ {
+ "Id": 1080,
+ "Text": "运输中",
+ "Value": ""
+ },
+ {
+ "Id": 1081,
+ "Text": "追回中",
+ "Value": ""
+ },
+ {
+ "Id": 1082,
+ "Text": "已送达",
+ "Value": ""
+ },
+ {
+ "Id": 1083,
+ "Text": "你已经学会这道菜了",
+ "Value": ""
+ },
+ {
+ "Id": 1084,
+ "Text": "当前没有孩童可以当陪客",
+ "Value": ""
+ },
+ {
+ "Id": 1085,
+ "Text": "好感度已经满了,可以邀请加入桃源了",
+ "Value": ""
+ },
+ {
+ "Id": 1086,
+ "Text": "对方不想和你说话,带着孤单的背影离开了",
+ "Value": ""
+ },
+ {
+ "Id": 1087,
+ "Text": "已经入夜了,无法派遣或变更村民",
+ "Value": ""
+ },
+ {
+ "Id": 1088,
+ "Text": "功能暂未开放,敬请期待",
+ "Value": ""
+ },
+ {
+ "Id": 1089,
+ "Text": "建造所需材料不足",
+ "Value": ""
+ },
+ {
+ "Id": 1090,
+ "Text": "请先将收纳中的建筑摆放至场景中",
+ "Value": ""
+ },
+ {
+ "Id": 1091,
+ "Text": "已保存当前场景",
+ "Value": ""
+ },
+ {
+ "Id": 1092,
+ "Text": "今日已无可用的刷新次数",
+ "Value": ""
+ },
+ {
+ "Id": 1093,
+ "Text": "该村落中没有空闲的村民啦!",
+ "Value": ""
+ },
+ {
+ "Id": 1094,
+ "Text": "账号长度需在6-12位之间",
+ "Value": ""
+ },
+ {
+ "Id": 1095,
+ "Text": "账号必须以字母开头",
+ "Value": ""
+ },
+ {
+ "Id": 1096,
+ "Text": "账号已存在,请重新设置账号",
+ "Value": ""
+ },
+ {
+ "Id": 1097,
+ "Text": "密码长度需在10-18位之间",
+ "Value": ""
+ },
+ {
+ "Id": 1098,
+ "Text": "两次输入密码不一致",
+ "Value": ""
+ },
+ {
+ "Id": 1099,
+ "Text": "请阅读并勾选用户协议与隐私政策",
+ "Value": ""
+ },
+ {
+ "Id": 1100,
+ "Text": "账号或密码错误",
+ "Value": ""
+ },
+ {
+ "Id": 1101,
+ "Text": "请输入账号和密码",
+ "Value": ""
+ },
+ {
+ "Id": 1102,
+ "Text": "该账号未注册",
+ "Value": ""
+ },
+ {
+ "Id": 1103,
+ "Text": "账号需以字母开头",
+ "Value": ""
+ },
+ {
+ "Id": 1104,
+ "Text": "请输入身份证号与真实姓名",
+ "Value": ""
+ },
+ {
+ "Id": 1105,
+ "Text": "申请数量过多,请手动处理好友申请",
+ "Value": ""
+ },
+ {
+ "Id": 1106,
+ "Text": "已阵亡",
+ "Value": ""
+ },
+ {
+ "Id": 1107,
+ "Text": "您不能挑战自己",
+ "Value": ""
+ },
+ {
+ "Id": 1108,
+ "Text": "姓名身份证认证失败,请输入正确的姓名和身份证",
+ "Value": ""
+ },
+ {
+ "Id": 1109,
+ "Text": "实名认证成功",
+ "Value": ""
+ },
+ {
+ "Id": 1110,
+ "Text": "桃谷地面更开阔,请到桃谷建造吧!",
+ "Value": ""
+ },
+ {
+ "Id": 1111,
+ "Text": "无法在森林中执行此操作",
+ "Value": ""
+ },
+ {
+ "Id": 1112,
+ "Text": "无法到达此处,请先修路或造桥",
+ "Value": ""
+ },
+ {
+ "Id": 1113,
+ "Text": "不能建造在未探索的区域",
+ "Value": ""
+ },
+ {
+ "Id": 1114,
+ "Text": "服药中",
+ "Value": ""
+ },
+ {
+ "Id": 1115,
+ "Text": "建筑已损坏,请先修缮再升级",
+ "Value": ""
+ },
+ {
+ "Id": 1116,
+ "Text": "邀请成功!",
+ "Value": ""
+ },
+ {
+ "Id": 1117,
+ "Text": "请先进行实名认证",
+ "Value": ""
+ },
+ {
+ "Id": 1118,
+ "Text": "挑战当前守护者成功后,您将卸任其他地方的守护者",
+ "Value": ""
+ },
+ {
+ "Id": 1119,
+ "Text": "队伍不在此地图,无法移动到此处",
+ "Value": ""
+ },
+ {
+ "Id": 1120,
+ "Text": "购买成功",
+ "Value": ""
+ },
+ {
+ "Id": 1121,
+ "Text": "购买失败",
+ "Value": ""
+ },
+ {
+ "Id": 1122,
+ "Text": "身份证格式错误",
+ "Value": ""
+ },
+ {
+ "Id": 1123,
+ "Text": "定点建筑不可移动",
+ "Value": ""
+ },
+ {
+ "Id": 1124,
+ "Text": "书本数量不足,无法开课",
+ "Value": ""
+ },
+ {
+ "Id": 1125,
+ "Text": "进行中的课程已达上限,无法开课!",
+ "Value": ""
+ },
+ {
+ "Id": 1126,
+ "Text": "饲料已满,无需添加",
+ "Value": ""
+ },
+ {
+ "Id": 1127,
+ "Text": "对方好友数量已达上限",
+ "Value": ""
+ },
+ {
+ "Id": 1128,
+ "Text": "禽舍容量已满",
+ "Value": ""
+ },
+ {
+ "Id": 1129,
+ "Text": "当前禽舍内没有成年鸡",
+ "Value": ""
+ },
+ {
+ "Id": 1130,
+ "Text": "需要完成任务【{任务名称}】才能解锁该资源",
+ "Value": ""
+ },
+ {
+ "Id": 1131,
+ "Text": "陵陵走了,明天再见",
+ "Value": ""
+ },
+ {
+ "Id": 1132,
+ "Text": "陵陵记住了,明天再见",
+ "Value": ""
+ },
+ {
+ "Id": 1133,
+ "Text": "请先设置可自选奖励再开始抽取",
+ "Value": ""
+ },
+ {
+ "Id": 1134,
+ "Text": "仓库中有衣服时,村民会自动穿上",
+ "Value": ""
+ },
+ {
+ "Id": 1135,
+ "Text": "仓库中有雨具时,村民会自动穿上",
+ "Value": ""
+ },
+ {
+ "Id": 1136,
+ "Text": "复制成功",
+ "Value": ""
+ },
+ {
+ "Id": 1137,
+ "Text": "修改成功",
+ "Value": ""
+ },
+ {
+ "Id": 1138,
+ "Text": "已将{0}设置为计划建造建筑!",
+ "Value": ""
+ },
+ {
+ "Id": 1139,
+ "Text": "队伍不在当前场景,无法进行交谈",
+ "Value": ""
+ },
+ {
+ "Id": 1140,
+ "Text": "队伍不在当前场景,无法进行交互",
+ "Value": ""
+ },
+ {
+ "Id": 1141,
+ "Text": "包含敏感词",
+ "Value": ""
+ },
+ {
+ "Id": 1142,
+ "Text": "所有资源幼苗都种好啦!",
+ "Value": ""
+ },
+ {
+ "Id": 1143,
+ "Text": "今天的家宴结束了",
+ "Value": ""
+ },
+ {
+ "Id": 1144,
+ "Text": "种子不足",
+ "Value": ""
+ },
+ {
+ "Id": 1145,
+ "Text": "升级中......",
+ "Value": ""
+ },
+ {
+ "Id": 1146,
+ "Text": "规模{规模等级}才能使用该道具",
+ "Value": ""
+ },
+ {
+ "Id": 1147,
+ "Text": "请先研究{前置科技名称}",
+ "Value": ""
+ },
+ {
+ "Id": 1148,
+ "Text": "请先学会{1级图纸配方名称}",
+ "Value": ""
+ },
+ {
+ "Id": 1149,
+ "Text": "请先学会{上一级建筑图纸名称}",
+ "Value": ""
+ },
+ {
+ "Id": 1150,
+ "Text": "请在白天时发起挑战",
+ "Value": ""
+ },
+ {
+ "Id": 1151,
+ "Text": "当前权益剩余时间大于等于120天,无法续费。",
+ "Value": ""
+ },
+ {
+ "Id": 1152,
+ "Text": "今日奖励已领取,请明日再来。",
+ "Value": ""
+ },
+ {
+ "Id": 1153,
+ "Text": "{0}数量不足",
+ "Value": ""
+ },
+ {
+ "Id": 1154,
+ "Text": "飞行失败",
+ "Value": ""
+ },
+ {
+ "Id": 1155,
+ "Text": "包含屏蔽字,无法发送",
+ "Value": ""
+ },
+ {
+ "Id": 1156,
+ "Text": "请先输入弹幕文本",
+ "Value": ""
+ },
+ {
+ "Id": 1157,
+ "Text": "已是好友",
+ "Value": ""
+ },
+ {
+ "Id": 1158,
+ "Text": "举报成功",
+ "Value": ""
+ },
+ {
+ "Id": 1159,
+ "Text": "请选择举报理由",
+ "Value": ""
+ },
+ {
+ "Id": 1160,
+ "Text": "任务{任务名}[color=#CFA1524]完成[/color]",
+ "Value": ""
+ },
+ {
+ "Id": 1161,
+ "Text": "入夜后无法使用凝时",
+ "Value": ""
+ },
+ {
+ "Id": 1162,
+ "Text": "对方的集市活动已结束",
+ "Value": ""
+ },
+ {
+ "Id": 1163,
+ "Text": "需要长按相应的图标并拖动至农田进行操作",
+ "Value": ""
+ },
+ {
+ "Id": 1164,
+ "Text": "探索人员数量不足,无法探索",
+ "Value": ""
+ },
+ {
+ "Id": 1165,
+ "Text": "{物品名称}数量不足,无法探索",
+ "Value": ""
+ },
+ {
+ "Id": 1166,
+ "Text": "至少需要有1个勇士留守在山谷",
+ "Value": ""
+ },
+ {
+ "Id": 2001,
+ "Text": "抵达中",
+ "Value": ""
+ },
+ {
+ "Id": 2002,
+ "Text": "{0}时后送达",
+ "Value": ""
+ },
+ {
+ "Id": 2003,
+ "Text": "渊明赠礼",
+ "Value": ""
+ },
+ {
+ "Id": 2004,
+ "Text": "少",
+ "Value": ""
+ },
+ {
+ "Id": 2005,
+ "Text": "稀",
+ "Value": ""
+ },
+ {
+ "Id": 2006,
+ "Text": "罕",
+ "Value": ""
+ },
+ {
+ "Id": 2007,
+ "Text": "效益",
+ "Value": ""
+ },
+ {
+ "Id": 2008,
+ "Text": "携带",
+ "Value": ""
+ },
+ {
+ "Id": 2009,
+ "Text": "送返资源",
+ "Value": ""
+ },
+ {
+ "Id": 2010,
+ "Text": "制作中",
+ "Value": ""
+ },
+ {
+ "Id": 2011,
+ "Text": "完成",
+ "Value": ""
+ },
+ {
+ "Id": 2012,
+ "Text": "耗时",
+ "Value": ""
+ },
+ {
+ "Id": 2013,
+ "Text": "仓库",
+ "Value": ""
+ },
+ {
+ "Id": 2014,
+ "Text": "售价",
+ "Value": ""
+ },
+ {
+ "Id": 2015,
+ "Text": "来源",
+ "Value": ""
+ },
+ {
+ "Id": 2016,
+ "Text": "背包",
+ "Value": ""
+ },
+ {
+ "Id": 2017,
+ "Text": "时间",
+ "Value": ""
+ },
+ {
+ "Id": 2018,
+ "Text": "建筑损坏,无法制作",
+ "Value": ""
+ },
+ {
+ "Id": 2019,
+ "Text": "暂停中",
+ "Value": ""
+ },
+ {
+ "Id": 2020,
+ "Text": "属性",
+ "Value": ""
+ },
+ {
+ "Id": 2021,
+ "Text": "体质",
+ "Value": ""
+ },
+ {
+ "Id": 2022,
+ "Text": "智慧",
+ "Value": ""
+ },
+ {
+ "Id": 2023,
+ "Text": "劳力",
+ "Value": ""
+ },
+ {
+ "Id": 2024,
+ "Text": "健康",
+ "Value": ""
+ },
+ {
+ "Id": 2025,
+ "Text": "标签",
+ "Value": ""
+ },
+ {
+ "Id": 2026,
+ "Text": "技能",
+ "Value": ""
+ },
+ {
+ "Id": 2027,
+ "Text": "父母",
+ "Value": ""
+ },
+ {
+ "Id": 2028,
+ "Text": "夫妻",
+ "Value": ""
+ },
+ {
+ "Id": 2029,
+ "Text": "子女",
+ "Value": ""
+ },
+ {
+ "Id": 2030,
+ "Text": "兄弟姐妹",
+ "Value": ""
+ },
+ {
+ "Id": 2031,
+ "Text": "获得",
+ "Value": ""
+ },
+ {
+ "Id": 2032,
+ "Text": "详情",
+ "Value": ""
+ },
+ {
+ "Id": 2033,
+ "Text": "衣服列表",
+ "Value": ""
+ },
+ {
+ "Id": 2034,
+ "Text": "小物件列表",
+ "Value": ""
+ },
+ {
+ "Id": 2035,
+ "Text": "防护品列表",
+ "Value": ""
+ },
+ {
+ "Id": 2036,
+ "Text": "药品列表",
+ "Value": ""
+ },
+ {
+ "Id": 2037,
+ "Text": "药效",
+ "Value": ""
+ },
+ {
+ "Id": 2038,
+ "Text": "毒性",
+ "Value": ""
+ },
+ {
+ "Id": 2039,
+ "Text": "作用",
+ "Value": ""
+ },
+ {
+ "Id": 2040,
+ "Text": "数量",
+ "Value": ""
+ },
+ {
+ "Id": 2041,
+ "Text": "战力",
+ "Value": ""
+ },
+ {
+ "Id": 2042,
+ "Text": "等级",
+ "Value": ""
+ },
+ {
+ "Id": 2043,
+ "Text": "已满级",
+ "Value": ""
+ },
+ {
+ "Id": 2044,
+ "Text": "技能效果",
+ "Value": ""
+ },
+ {
+ "Id": 2045,
+ "Text": "下一等级",
+ "Value": ""
+ },
+ {
+ "Id": 2046,
+ "Text": "升级条件",
+ "Value": ""
+ },
+ {
+ "Id": 2047,
+ "Text": "被动效果",
+ "Value": ""
+ },
+ {
+ "Id": 2048,
+ "Text": "升级需修为",
+ "Value": ""
+ },
+ {
+ "Id": 2049,
+ "Text": "当前总修为",
+ "Value": ""
+ },
+ {
+ "Id": 2050,
+ "Text": "当前技能",
+ "Value": ""
+ },
+ {
+ "Id": 2051,
+ "Text": "已激活",
+ "Value": ""
+ },
+ {
+ "Id": 2052,
+ "Text": "当前阵型",
+ "Value": ""
+ },
+ {
+ "Id": 2053,
+ "Text": "繁茂",
+ "Value": ""
+ },
+ {
+ "Id": 2054,
+ "Text": "已获得",
+ "Value": ""
+ },
+ {
+ "Id": 2055,
+ "Text": "摇摇树",
+ "Value": ""
+ },
+ {
+ "Id": 2056,
+ "Text": "选择好友",
+ "Value": ""
+ },
+ {
+ "Id": 2057,
+ "Text": "摇力",
+ "Value": ""
+ },
+ {
+ "Id": 2058,
+ "Text": "在线",
+ "Value": ""
+ },
+ {
+ "Id": 2059,
+ "Text": "离线",
+ "Value": ""
+ },
+ {
+ "Id": 2060,
+ "Text": "鱼上钩了!快拉竿!",
+ "Value": ""
+ },
+ {
+ "Id": 2061,
+ "Text": "资源信息",
+ "Value": ""
+ },
+ {
+ "Id": 2062,
+ "Text": "产出物品",
+ "Value": ""
+ },
+ {
+ "Id": 2063,
+ "Text": "{区域名称}仓库满了",
+ "Value": ""
+ },
+ {
+ "Id": 2064,
+ "Text": "{区域名称}食物不足",
+ "Value": ""
+ },
+ {
+ "Id": 2065,
+ "Text": "不可",
+ "Value": ""
+ },
+ {
+ "Id": 2066,
+ "Text": "不足",
+ "Value": ""
+ },
+ {
+ "Id": 2067,
+ "Text": "播种季节",
+ "Value": ""
+ },
+ {
+ "Id": 2068,
+ "Text": "生长时间",
+ "Value": ""
+ },
+ {
+ "Id": 2069,
+ "Text": "状态",
+ "Value": ""
+ },
+ {
+ "Id": 2070,
+ "Text": "产量",
+ "Value": ""
+ },
+ {
+ "Id": 2071,
+ "Text": "待播种",
+ "Value": ""
+ },
+ {
+ "Id": 2072,
+ "Text": "{成长时间}后成熟",
+ "Value": ""
+ },
+ {
+ "Id": 2073,
+ "Text": "可收获",
+ "Value": ""
+ },
+ {
+ "Id": 2074,
+ "Text": "农夫",
+ "Value": ""
+ },
+ {
+ "Id": 2075,
+ "Text": "自动种植",
+ "Value": ""
+ },
+ {
+ "Id": 2076,
+ "Text": "选择农夫",
+ "Value": ""
+ },
+ {
+ "Id": 2077,
+ "Text": "当前季节:{季节名称}",
+ "Value": ""
+ },
+ {
+ "Id": 2078,
+ "Text": "村民会自动穿着当前季节的衣服",
+ "Value": ""
+ },
+ {
+ "Id": 2079,
+ "Text": "你的天赋还未被激发",
+ "Value": ""
+ },
+ {
+ "Id": 2080,
+ "Text": "只显示背包里的装备",
+ "Value": ""
+ },
+ {
+ "Id": 2081,
+ "Text": "已激活技能",
+ "Value": ""
+ },
+ {
+ "Id": 2082,
+ "Text": "主动",
+ "Value": ""
+ },
+ {
+ "Id": 2083,
+ "Text": "被动",
+ "Value": ""
+ },
+ {
+ "Id": 2084,
+ "Text": "已激活",
+ "Value": ""
+ },
+ {
+ "Id": 2085,
+ "Text": "突破中",
+ "Value": ""
+ },
+ {
+ "Id": 2087,
+ "Text": "拥有",
+ "Value": ""
+ },
+ {
+ "Id": 2088,
+ "Text": "缺少建筑:{铁匠铺}",
+ "Value": ""
+ },
+ {
+ "Id": 2089,
+ "Text": "建造营地",
+ "Value": ""
+ },
+ {
+ "Id": 2090,
+ "Text": "派遣伙伴",
+ "Value": ""
+ },
+ {
+ "Id": 2091,
+ "Text": "驻扎日记",
+ "Value": ""
+ },
+ {
+ "Id": 2092,
+ "Text": "升级效果",
+ "Value": ""
+ },
+ {
+ "Id": 2093,
+ "Text": "容量",
+ "Value": ""
+ },
+ {
+ "Id": 2094,
+ "Text": "升级仓库可以扩大容量,物资运输需在运输厅执行",
+ "Value": ""
+ },
+ {
+ "Id": 2095,
+ "Text": "灵光一现",
+ "Value": ""
+ },
+ {
+ "Id": 2096,
+ "Text": "{资源点名称}——产出物品",
+ "Value": ""
+ },
+ {
+ "Id": 2097,
+ "Text": "建筑需求",
+ "Value": ""
+ },
+ {
+ "Id": 2098,
+ "Text": "需要规模{规模名称}",
+ "Value": ""
+ },
+ {
+ "Id": 2099,
+ "Text": "{建筑名称}建造中",
+ "Value": ""
+ },
+ {
+ "Id": 2100,
+ "Text": "资源总量",
+ "Value": ""
+ },
+ {
+ "Id": 2101,
+ "Text": "基础效率",
+ "Value": ""
+ },
+ {
+ "Id": 2102,
+ "Text": "再生条件",
+ "Value": ""
+ },
+ {
+ "Id": 2103,
+ "Text": "物品转移",
+ "Value": ""
+ },
+ {
+ "Id": 2104,
+ "Text": "真的要丢掉吗?",
+ "Value": ""
+ },
+ {
+ "Id": 2105,
+ "Text": "您确定要铲除当前的作物吗",
+ "Value": ""
+ },
+ {
+ "Id": 2106,
+ "Text": "农坊研究解锁",
+ "Value": ""
+ },
+ {
+ "Id": 2107,
+ "Text": "主食",
+ "Value": ""
+ },
+ {
+ "Id": 2108,
+ "Text": "菜肴",
+ "Value": ""
+ },
+ {
+ "Id": 2109,
+ "Text": "汤羹",
+ "Value": ""
+ },
+ {
+ "Id": 2110,
+ "Text": "春服",
+ "Value": ""
+ },
+ {
+ "Id": 2111,
+ "Text": "夏衫",
+ "Value": ""
+ },
+ {
+ "Id": 2112,
+ "Text": "秋裳",
+ "Value": ""
+ },
+ {
+ "Id": 2113,
+ "Text": "冬袍",
+ "Value": ""
+ },
+ {
+ "Id": 2114,
+ "Text": "熟练",
+ "Value": ""
+ },
+ {
+ "Id": 2115,
+ "Text": "外伤",
+ "Value": ""
+ },
+ {
+ "Id": 2116,
+ "Text": "内疾",
+ "Value": ""
+ },
+ {
+ "Id": 2117,
+ "Text": "丹药",
+ "Value": ""
+ },
+ {
+ "Id": 2118,
+ "Text": "入夜后可举办家宴",
+ "Value": ""
+ },
+ {
+ "Id": 2119,
+ "Text": "家宴举办时,大家会一起享用",
+ "Value": ""
+ },
+ {
+ "Id": 2120,
+ "Text": "请先在【上菜】中设置菜品",
+ "Value": ""
+ },
+ {
+ "Id": 2121,
+ "Text": "已选",
+ "Value": ""
+ },
+ {
+ "Id": 2122,
+ "Text": "家宴举办中",
+ "Value": ""
+ },
+ {
+ "Id": 2123,
+ "Text": "明晚家宴中可以举行抓周了",
+ "Value": ""
+ },
+ {
+ "Id": 2124,
+ "Text": "无技能",
+ "Value": ""
+ },
+ {
+ "Id": 2125,
+ "Text": "确定要驱离吗?",
+ "Value": ""
+ },
+ {
+ "Id": 2126,
+ "Text": "请先选择一名陪客",
+ "Value": ""
+ },
+ {
+ "Id": 2127,
+ "Text": "可选择一名小孩当陪客",
+ "Value": ""
+ },
+ {
+ "Id": 2128,
+ "Text": "今日还可送个数",
+ "Value": ""
+ },
+ {
+ "Id": 2129,
+ "Text": "制作",
+ "Value": ""
+ },
+ {
+ "Id": 2130,
+ "Text": "生产",
+ "Value": ""
+ },
+ {
+ "Id": 2131,
+ "Text": "居所",
+ "Value": ""
+ },
+ {
+ "Id": 2132,
+ "Text": "功能",
+ "Value": ""
+ },
+ {
+ "Id": 2133,
+ "Text": "耐久",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2134,
+ "Text": "舒适",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2135,
+ "Text": "繁荣",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2136,
+ "Text": "产水",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2137,
+ "Text": "家禽量",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2138,
+ "Text": "存储量",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2139,
+ "Text": "没有可以运输的目的地
先去世界中探索其他区域吧!",
+ "Value": ""
+ },
+ {
+ "Id": 2140,
+ "Text": "无",
+ "Value": ""
+ },
+ {
+ "Id": 2141,
+ "Text": "营养:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2142,
+ "Text": "充饥:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2143,
+ "Text": "伤疾减免:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2144,
+ "Text": "内疾减免:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2145,
+ "Text": "寿命经验:+{value}/日",
+ "Value": ""
+ },
+ {
+ "Id": 2146,
+ "Text": "耐久:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2147,
+ "Text": "防御:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2148,
+ "Text": "攻击:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2149,
+ "Text": "攻速:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2150,
+ "Text": "生命:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2151,
+ "Text": "闪避:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2152,
+ "Text": "移速:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2153,
+ "Text": "命中:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2154,
+ "Text": "药效:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2155,
+ "Text": "治疗频率:{value}/时",
+ "Value": ""
+ },
+ {
+ "Id": 2156,
+ "Text": "持续时间:{value}时",
+ "Value": ""
+ },
+ {
+ "Id": 2157,
+ "Text": "毒性:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2158,
+ "Text": "攻击:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2159,
+ "Text": "防御:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2160,
+ "Text": "生命:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2161,
+ "Text": "攻速:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2162,
+ "Text": "攻速:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2163,
+ "Text": "命中:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2164,
+ "Text": "暴击率:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2165,
+ "Text": "闪避:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2166,
+ "Text": "移速:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2167,
+ "Text": "火抗:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2168,
+ "Text": "雷抗:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2169,
+ "Text": "毒抗:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2170,
+ "Text": "冰抗:{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2171,
+ "Text": "不在同个地方",
+ "Value": ""
+ },
+ {
+ "Id": 2172,
+ "Text": "平价好货",
+ "Value": ""
+ },
+ {
+ "Id": 2173,
+ "Text": "售罄",
+ "Value": ""
+ },
+ {
+ "Id": 2174,
+ "Text": "好价收购",
+ "Value": ""
+ },
+ {
+ "Id": 2175,
+ "Text": "单价:",
+ "Value": ""
+ },
+ {
+ "Id": 2176,
+ "Text": "消耗",
+ "Value": ""
+ },
+ {
+ "Id": 2177,
+ "Text": "获得",
+ "Value": ""
+ },
+ {
+ "Id": 2178,
+ "Text": "来参战的路上",
+ "Value": ""
+ },
+ {
+ "Id": 2179,
+ "Text": "剩余{value}天",
+ "Value": ""
+ },
+ {
+ "Id": 2180,
+ "Text": "可种作物",
+ "Value": ""
+ },
+ {
+ "Id": 2181,
+ "Text": "季节提示",
+ "Value": ""
+ },
+ {
+ "Id": 2182,
+ "Text": "姓名",
+ "Value": ""
+ },
+ {
+ "Id": 2183,
+ "Text": "编号",
+ "Value": ""
+ },
+ {
+ "Id": 2184,
+ "Text": "音乐",
+ "Value": ""
+ },
+ {
+ "Id": 2185,
+ "Text": "音效",
+ "Value": ""
+ },
+ {
+ "Id": 2186,
+ "Text": "资源名称",
+ "Value": ""
+ },
+ {
+ "Id": 2187,
+ "Text": "建筑名称",
+ "Value": ""
+ },
+ {
+ "Id": 2188,
+ "Text": "开",
+ "Value": ""
+ },
+ {
+ "Id": 2189,
+ "Text": "关",
+ "Value": ""
+ },
+ {
+ "Id": 2190,
+ "Text": "改名",
+ "Value": ""
+ },
+ {
+ "Id": 2191,
+ "Text": "复制",
+ "Value": ""
+ },
+ {
+ "Id": 2192,
+ "Text": "请输入新名字",
+ "Value": ""
+ },
+ {
+ "Id": 2193,
+ "Text": "下一级奖励",
+ "Value": ""
+ },
+ {
+ "Id": 2194,
+ "Text": "解锁",
+ "Value": ""
+ },
+ {
+ "Id": 2195,
+ "Text": "物品",
+ "Value": ""
+ },
+ {
+ "Id": 2196,
+ "Text": "下一级条件",
+ "Value": ""
+ },
+ {
+ "Id": 2197,
+ "Text": "拥有金币",
+ "Value": ""
+ },
+ {
+ "Id": 2198,
+ "Text": "建筑需求",
+ "Value": ""
+ },
+ {
+ "Id": 2199,
+ "Text": "已达成",
+ "Value": ""
+ },
+ {
+ "Id": 2200,
+ "Text": "未达成",
+ "Value": ""
+ },
+ {
+ "Id": 2201,
+ "Text": "升级",
+ "Value": ""
+ },
+ {
+ "Id": 2202,
+ "Text": "升级成功",
+ "Value": ""
+ },
+ {
+ "Id": 2203,
+ "Text": "解锁建筑",
+ "Value": ""
+ },
+ {
+ "Id": 2204,
+ "Text": "规模奖励",
+ "Value": ""
+ },
+ {
+ "Id": 2205,
+ "Text": "领取",
+ "Value": ""
+ },
+ {
+ "Id": 2206,
+ "Text": "消耗:",
+ "Value": ""
+ },
+ {
+ "Id": 2207,
+ "Text": "变化:",
+ "Value": ""
+ },
+ {
+ "Id": 2208,
+ "Text": "储备:",
+ "Value": ""
+ },
+ {
+ "Id": 2209,
+ "Text": "可供{value}天",
+ "Value": ""
+ },
+ {
+ "Id": 2210,
+ "Text": "三思后行",
+ "Value": ""
+ },
+ {
+ "Id": 2211,
+ "Text": "确认",
+ "Value": ""
+ },
+ {
+ "Id": 2212,
+ "Text": "取消",
+ "Value": ""
+ },
+ {
+ "Id": 2213,
+ "Text": "更改绑定",
+ "Value": ""
+ },
+ {
+ "Id": 2214,
+ "Text": "激活码",
+ "Value": ""
+ },
+ {
+ "Id": 2215,
+ "Text": "退出游戏",
+ "Value": ""
+ },
+ {
+ "Id": 2216,
+ "Text": "注销账号",
+ "Value": ""
+ },
+ {
+ "Id": 2217,
+ "Text": "本次改名消耗{桃花石数量}桃花石",
+ "Value": ""
+ },
+ {
+ "Id": 2218,
+ "Text": "对齐网格",
+ "Value": ""
+ },
+ {
+ "Id": 2219,
+ "Text": "居住",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2220,
+ "Text": "天气减免",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2221,
+ "Text": "时: 是指山谷每小时",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2222,
+ "Text": "饲料存储",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2223,
+ "Text": "运输线",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2224,
+ "Text": "运输速度",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2225,
+ "Text": "运输格子",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2226,
+ "Text": "囤积波数",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2227,
+ "Text": "入驻数量",
+ "Value": "{value}"
+ },
+ {
+ "Id": 2228,
+ "Text": "请选择",
+ "Value": ""
+ },
+ {
+ "Id": 2229,
+ "Text": "暂停中",
+ "Value": ""
+ },
+ {
+ "Id": 2230,
+ "Text": "中止中",
+ "Value": ""
+ },
+ {
+ "Id": 2231,
+ "Text": "当前{科技名称}正在研究中,您确定要停止吗?",
+ "Value": ""
+ },
+ {
+ "Id": 2232,
+ "Text": "消耗条件不足",
+ "Value": ""
+ },
+ {
+ "Id": 2233,
+ "Text": "{建筑名称}等级: {等级值}",
+ "Value": ""
+ },
+ {
+ "Id": 2234,
+ "Text": "规模: {规模名称}",
+ "Value": ""
+ },
+ {
+ "Id": 2235,
+ "Text": "关系:{关系名称}",
+ "Value": ""
+ },
+ {
+ "Id": 2236,
+ "Text": "请输入账号",
+ "Value": ""
+ },
+ {
+ "Id": 2237,
+ "Text": "请输入密码",
+ "Value": ""
+ },
+ {
+ "Id": 2238,
+ "Text": "请设置账号",
+ "Value": ""
+ },
+ {
+ "Id": 2239,
+ "Text": "请设置密码",
+ "Value": ""
+ },
+ {
+ "Id": 2240,
+ "Text": "请再次输入账号",
+ "Value": ""
+ },
+ {
+ "Id": 2241,
+ "Text": "请输入身份证号",
+ "Value": ""
+ },
+ {
+ "Id": 2242,
+ "Text": "请输入真实姓名",
+ "Value": ""
+ },
+ {
+ "Id": 2243,
+ "Text": "账号",
+ "Value": ""
+ },
+ {
+ "Id": 2244,
+ "Text": "密码",
+ "Value": ""
+ },
+ {
+ "Id": 2245,
+ "Text": "身份证号",
+ "Value": ""
+ },
+ {
+ "Id": 2246,
+ "Text": "真实姓名",
+ "Value": ""
+ },
+ {
+ "Id": 2247,
+ "Text": "账号登录",
+ "Value": ""
+ },
+ {
+ "Id": 2248,
+ "Text": "快速登录",
+ "Value": ""
+ },
+ {
+ "Id": 2249,
+ "Text": "账号注册",
+ "Value": ""
+ },
+ {
+ "Id": 2250,
+ "Text": "实名认证",
+ "Value": ""
+ },
+ {
+ "Id": 2251,
+ "Text": "当前没有勇士在队伍中",
+ "Value": ""
+ },
+ {
+ "Id": 2252,
+ "Text": "队伍中至少要有一名勇士",
+ "Value": ""
+ },
+ {
+ "Id": 2253,
+ "Text": "范围内没有目标",
+ "Value": ""
+ },
+ {
+ "Id": 2254,
+ "Text": "背包中没有恢复生命药品",
+ "Value": ""
+ },
+ {
+ "Id": 2255,
+ "Text": "全部",
+ "Value": ""
+ },
+ {
+ "Id": 2256,
+ "Text": "药品",
+ "Value": ""
+ },
+ {
+ "Id": 2257,
+ "Text": "材料",
+ "Value": ""
+ },
+ {
+ "Id": 2258,
+ "Text": "其他",
+ "Value": ""
+ },
+ {
+ "Id": 2259,
+ "Text": "您尚未学习任何配方",
+ "Value": ""
+ },
+ {
+ "Id": 2260,
+ "Text": "尚未学会任何技能",
+ "Value": ""
+ },
+ {
+ "Id": 2261,
+ "Text": "您未放置任何菜品",
+ "Value": ""
+ },
+ {
+ "Id": 2262,
+ "Text": "等待播种",
+ "Value": ""
+ },
+ {
+ "Id": 2263,
+ "Text": "生命",
+ "Value": ""
+ },
+ {
+ "Id": 2264,
+ "Text": "播种中",
+ "Value": ""
+ },
+ {
+ "Id": 2265,
+ "Text": "妖兽乱世,我不得不四处逃命,误入此地,没想到这里竟然这么和平宁静。恳请您,让我成为山谷的一员",
+ "Value": ""
+ },
+ {
+ "Id": 2266,
+ "Text": "后可收获",
+ "Value": ""
+ },
+ {
+ "Id": 2267,
+ "Text": "战斗中",
+ "Value": ""
+ },
+ {
+ "Id": 2268,
+ "Text": "防沉迷提示:未成年人用户仅可在周五、周六、周日和法定节假日每日20时至21时游玩。剩余时间:{0}秒",
+ "Value": ""
+ },
+ {
+ "Id": 2269,
+ "Text": "能量不足",
+ "Value": ""
+ },
+ {
+ "Id": 2270,
+ "Text": "(可执行)",
+ "Value": ""
+ },
+ {
+ "Id": 2271,
+ "Text": "谷内没有孩童可以作为陪客",
+ "Value": ""
+ },
+ {
+ "Id": 2272,
+ "Text": "没有符合条件的村民",
+ "Value": ""
+ },
+ {
+ "Id": 2273,
+ "Text": "暂无记事",
+ "Value": ""
+ },
+ {
+ "Id": 2274,
+ "Text": "没有生病的村民",
+ "Value": ""
+ },
+ {
+ "Id": 2275,
+ "Text": "没有受伤的村民",
+ "Value": ""
+ },
+ {
+ "Id": 2276,
+ "Text": "删除后登录记录将会消失,是否仍要删除?",
+ "Value": ""
+ },
+ {
+ "Id": 2277,
+ "Text": "您的真实信息显示您未满8周岁,根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,未成年人用户仅可在周五、周六、周日和法定节假日每日20时至21时游玩,且游戏中无法充值。",
+ "Value": ""
+ },
+ {
+ "Id": 2278,
+ "Text": "您的真实信息显示您未满16周岁,根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,未成年人用户仅可在周五、周六、周日和法定节假日每日20时至21时游玩,且游戏中单次消费不可超过50元,每月累计消费不得超过200元。",
+ "Value": ""
+ },
+ {
+ "Id": 2279,
+ "Text": "您的真实信息显示您未满18周岁,根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,未成年人用户仅可在周五、周六、周日和法定节假日每日20时至21时游玩,且游戏中单次消费不可超过100元,每月累计消费不得超过400元。",
+ "Value": ""
+ },
+ {
+ "Id": 2280,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,不可向8周岁以下的玩家提供付费服务",
+ "Value": ""
+ },
+ {
+ "Id": 2281,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,8-16周岁玩家单次付费不可大于50元",
+ "Value": ""
+ },
+ {
+ "Id": 2282,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,8-16周岁玩家每月累计付费不可大于200元,当月剩余可支付金额:{0}元",
+ "Value": ""
+ },
+ {
+ "Id": 2283,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,16-18周岁玩家单次付费不可大于100元",
+ "Value": ""
+ },
+ {
+ "Id": 2284,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,16-18周岁玩家每月累计付费不可大于400元,当月剩余可支付金额:{0}元",
+ "Value": ""
+ },
+ {
+ "Id": 2285,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,未成年人用户仅可在周五、周六、周日和法定节假日每日20时至21时体验游戏,当前时间段禁止未成年人登录。",
+ "Value": ""
+ },
+ {
+ "Id": 2286,
+ "Text": "规模已满",
+ "Value": ""
+ },
+ {
+ "Id": 2287,
+ "Text": "该物品只能在桃谷的仓库中使用",
+ "Value": ""
+ },
+ {
+ "Id": 2288,
+ "Text": "卧床休养",
+ "Value": ""
+ },
+ {
+ "Id": 2289,
+ "Text": "附近还有危险,不能进行修理",
+ "Value": ""
+ },
+ {
+ "Id": 2290,
+ "Text": "学习时长:{value}时",
+ "Value": ""
+ },
+ {
+ "Id": 2291,
+ "Text": "学舍等级:{value}级",
+ "Value": ""
+ },
+ {
+ "Id": 2292,
+ "Text": "学习进度{value}%",
+ "Value": ""
+ },
+ {
+ "Id": 2293,
+ "Text": "根据国家新闻出版署《关于防止未成年人沉迷网络游戏的通知》、《关于进一步严格管理切实防止未成年人沉迷网络游戏的通知》要求,未成年人用户仅可在周五、周六、周日和法定节假日每日20时至21时体验游戏,当前处于游玩时间段。",
+ "Value": ""
+ },
+ {
+ "Id": 2294,
+ "Text": "家禽信息",
+ "Value": ""
+ },
+ {
+ "Id": 2295,
+ "Text": "添加饲料",
+ "Value": ""
+ },
+ {
+ "Id": 2296,
+ "Text": "屠宰",
+ "Value": ""
+ },
+ {
+ "Id": 2297,
+ "Text": "成长中",
+ "Value": ""
+ },
+ {
+ "Id": 2298,
+ "Text": "年纪还小",
+ "Value": ""
+ },
+ {
+ "Id": 2299,
+ "Text": "无法产蛋,可屠宰",
+ "Value": ""
+ },
+ {
+ "Id": 2300,
+ "Text": "您的山谷没有任何村民",
+ "Value": ""
+ },
+ {
+ "Id": 2301,
+ "Text": "至少选择一名村民",
+ "Value": ""
+ },
+ {
+ "Id": 2302,
+ "Text": "摇树村民未选择满,掉落的寿果没人接会直接消失。您确定要此时摇树吗?",
+ "Value": ""
+ },
+ {
+ "Id": 2303,
+ "Text": "摇树村民未选择满,掉落的寿果没人接会直接消失",
+ "Value": ""
+ },
+ {
+ "Id": 2304,
+ "Text": "1. 等级:即庇护力的等级。表示村民在战斗中生命值为0时[color=#009a04]不会死亡[/color],只会受伤。等级越高,庇护村民的数量越多,施肥可以增加庇护等级升级所需的经验。\n2. 当村民的数量超过不死树庇护能力后,战斗中生命值为0的村民,[color=#009a04]会死亡[/color]的个数为超过的数量。\n3. 活力:影响摇一摇不死树后掉落物品的数量,[color=#009a04]活力越高掉落物品数量越多[/color]。\n4. 村民数量超过庇护能力时,[color=#009a04]降低[/color]不死树的活力值上限。\n5. 妖怪袭击,防守失败后。不死树的活力值会变为0,而后游戏里每天恢复当前上限值的20%,也可以通过灌溉立即恢复。\n6. 开花:不死树活力值达到当前上限后,[color=#009a04]隔1天[/color](游戏里的天数)会开花。开花时,会引来[color=#009a04]妖兽的袭击[/color]。\n7. 结果:不死树开花后,且活力值达到当前上限,[color=#009a04]隔1天[/color]会结出[color=#009a04]寿果[/color]。摇一摇会掉落寿果,树下的4个位置可以安排村民获得寿果,增加[color=#009a04]寿命经验[/color]。\n8. 凤羽:凤羽每天(现实时间)[color=#009a04]仅第1次[/color]摇树会获得。",
+ "Value": ""
+ },
+ {
+ "Id": 2305,
+ "Text": "您的山谷没有村民",
+ "Value": ""
+ },
+ {
+ "Id": 2306,
+ "Text": "请您至少选择1个物品",
+ "Value": ""
+ },
+ {
+ "Id": 2307,
+ "Text": "您今日已完成此操作",
+ "Value": ""
+ },
+ {
+ "Id": 2308,
+ "Text": "{0}日后产蛋",
+ "Value": ""
+ },
+ {
+ "Id": 2309,
+ "Text": "可屠宰",
+ "Value": ""
+ },
+ {
+ "Id": 2310,
+ "Text": "成长阶段({0}/{1})",
+ "Value": ""
+ },
+ {
+ "Id": 2311,
+ "Text": "选择运输货物",
+ "Value": ""
+ },
+ {
+ "Id": 2312,
+ "Text": "{0}可建造",
+ "Value": ""
+ },
+ {
+ "Id": 2313,
+ "Text": "设置数量:{0}",
+ "Value": ""
+ },
+ {
+ "Id": 2314,
+ "Text": "今夜产蛋",
+ "Value": ""
+ },
+ {
+ "Id": 2315,
+ "Text": "每日限购",
+ "Value": ""
+ },
+ {
+ "Id": 2316,
+ "Text": "每周限购",
+ "Value": ""
+ },
+ {
+ "Id": 2317,
+ "Text": "每月限购",
+ "Value": ""
+ },
+ {
+ "Id": 2318,
+ "Text": "限购",
+ "Value": ""
+ },
+ {
+ "Id": 2319,
+ "Text": "选中队伍后移动到NPC附近进行交互",
+ "Value": ""
+ },
+ {
+ "Id": 2320,
+ "Text": "{0}抢拍成功",
+ "Value": ""
+ },
+ {
+ "Id": 2321,
+ "Text": "机不可失,买到就是赚到!",
+ "Value": ""
+ },
+ {
+ "Id": 2322,
+ "Text": "下一轮抢拍物品",
+ "Value": ""
+ },
+ {
+ "Id": 2323,
+ "Text": "{0}后开始",
+ "Value": ""
+ },
+ {
+ "Id": 2324,
+ "Text": "耐心等待",
+ "Value": ""
+ },
+ {
+ "Id": 2325,
+ "Text": "挑战时间段为5:00-21:00之间,当前不在挑战时段内,无法挑战",
+ "Value": ""
+ },
+ {
+ "Id": 2326,
+ "Text": "春去秋来,建谷已有{0}日,时间匆匆过去,山谷名册不知不觉已记录了{1}个村民。",
+ "Value": ""
+ },
+ {
+ "Id": 2327,
+ "Text": "这年,山谷规模为{0}",
+ "Value": ""
+ },
+ {
+ "Id": 2328,
+ "Text": "这年,有{0}位村民加入桃谷大家庭,有{1}位村民长眠。",
+ "Value": ""
+ },
+ {
+ "Id": 2329,
+ "Text": "可镶嵌宝石等级:≤{等级值}",
+ "Value": ""
+ },
+ {
+ "Id": 2330,
+ "Text": "无特殊效果",
+ "Value": ""
+ },
+ {
+ "Id": 2331,
+ "Text": "陵陵每天11点会带着陶先生的补给拜访山谷",
+ "Value": ""
+ },
+ {
+ "Id": 2332,
+ "Text": "我是陵陵,陶先生托我给你带来这些补给物品,希望可以对山谷建设有帮助",
+ "Value": ""
+ },
+ {
+ "Id": 2333,
+ "Text": "有什么想要的请大声说出来!我是鱼,我的记忆有七秒!",
+ "Value": ""
+ },
+ {
+ "Id": 2334,
+ "Text": "请选择一项明日想要得到的物品",
+ "Value": ""
+ },
+ {
+ "Id": 2335,
+ "Text": "已达到当前体质限制最大值",
+ "Value": ""
+ },
+ {
+ "Id": 2336,
+ "Text": "已达到当前年龄段限制最大值",
+ "Value": ""
+ },
+ {
+ "Id": 2337,
+ "Text": "已达到当前游戏最大值",
+ "Value": ""
+ },
+ {
+ "Id": 2338,
+ "Text": "种子不足,种植失败",
+ "Value": ""
+ },
+ {
+ "Id": 2339,
+ "Text": "打开后可随机获得以下物品中的一种",
+ "Value": ""
+ },
+ {
+ "Id": 2340,
+ "Text": "打开后可获得以下物品",
+ "Value": ""
+ },
+ {
+ "Id": 2341,
+ "Text": "请选择任意一种物品作为奖励",
+ "Value": ""
+ },
+ {
+ "Id": 2342,
+ "Text": "当前规模怪物攻城的次数",
+ "Value": ""
+ },
+ {
+ "Id": 2343,
+ "Text": "当前规模已无怪物",
+ "Value": ""
+ },
+ {
+ "Id": 2344,
+ "Text": "是~什么呢?",
+ "Value": ""
+ },
+ {
+ "Id": 2345,
+ "Text": "权益说明",
+ "Value": ""
+ },
+ {
+ "Id": 2346,
+ "Text": "1、月卡有效期为30天,季卡有效期为90天;购买月卡/季卡时,相当于开通为期30/90天的月卡/季卡权益,购买当日系统记为第一天。\\n2、权益只在月卡/季卡有效期内生效,过期则失效;续费月卡/季卡表示在当前剩余权益天数的基础上再顺延30/90天。\\n3、权益剩余天数大于等于120天时无法续费,请大家理性消费。\\n4、月卡和季卡同时开通,只增加权益持续的时间,权益不会叠加生效。\\n5、开通月卡/季卡后,有两部分的权益奖励,一部分为每次购买或者续费月卡/季卡后系统立即发放的物品奖励;另一部分是自开通月卡/季卡权益当天起每日可领取的物品奖励,若当日未登录或未领取,则系统会在第二日0点将未领取的奖励通过邮件的形式发送至玩家邮箱。权益说明具体文本",
+ "Value": ""
+ },
+ {
+ "Id": 2347,
+ "Text": "食物不足",
+ "Value": ""
+ },
+ {
+ "Id": 2348,
+ "Text": "1. 当您的村民数量≤2时,且都不能劳作时,陶先生将介绍2名难民到您的山谷,并送您2瓶外伤药和2瓶内疾药。",
+ "Value": ""
+ },
+ {
+ "Id": 2349,
+ "Text": "2. 当您的村民全处于重伤/重病状态时,可以领取药品补给。陶先生将送您2瓶外伤药和2瓶内疾药。",
+ "Value": ""
+ },
+ {
+ "Id": 2350,
+ "Text": "村民数量≤2",
+ "Value": ""
+ },
+ {
+ "Id": 2351,
+ "Text": "累计充值{value}元可领取",
+ "Value": ""
+ },
+ {
+ "Id": 2352,
+ "Text": "规模达到{value}可领取",
+ "Value": ""
+ },
+ {
+ "Id": 2353,
+ "Text": "每个规模都可领取孟和魂石",
+ "Value": ""
+ },
+ {
+ "Id": 2354,
+ "Text": "额外可领取{value}+桃花石",
+ "Value": ""
+ },
+ {
+ "Id": 2355,
+ "Text": "已有难民无法再补给",
+ "Value": ""
+ },
+ {
+ "Id": 2356,
+ "Text": "村民都处于重伤/重疾",
+ "Value": ""
+ },
+ {
+ "Id": 2357,
+ "Text": "仓库中已有药品,请先试用",
+ "Value": ""
+ },
+ {
+ "Id": 2358,
+ "Text": "规模{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2359,
+ "Text": "{建筑名称}{value}",
+ "Value": ""
+ },
+ {
+ "Id": 2360,
+ "Text": "缺少图纸",
+ "Value": ""
+ },
+ {
+ "Id": 2361,
+ "Text": "可研究",
+ "Value": ""
+ },
+ {
+ "Id": 2362,
+ "Text": "选择村民后可查看",
+ "Value": ""
+ },
+ {
+ "Id": 3001,
+ "Text": "撤销建造将返还所有材料,是否撤销建造该建筑?",
+ "Value": ""
+ },
+ {
+ "Id": 3002,
+ "Text": "您确定要拆除该建筑吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3003,
+ "Text": "将会停止该资源点上的其他行为,是否继续?",
+ "Value": ""
+ },
+ {
+ "Id": 3004,
+ "Text": "未完成制作的物品将会返还材料至仓库,是否停止制作?",
+ "Value": ""
+ },
+ {
+ "Id": 3005,
+ "Text": "取消管理者农田产量将不再获得加成,是否确认取消?",
+ "Value": ""
+ },
+ {
+ "Id": 3006,
+ "Text": "将消耗该菜品直接增加桃源饱食度,是否确认使用?",
+ "Value": ""
+ },
+ {
+ "Id": 3007,
+ "Text": "该菜品已研发,确定制作将按照菜谱所需食材数量进行烹饪。",
+ "Value": ""
+ },
+ {
+ "Id": 3008,
+ "Text": "该药品已研发,确定制作将按照药方所需药材数量进行炼药。",
+ "Value": ""
+ },
+ {
+ "Id": 3009,
+ "Text": "桃源已存在该种宴会增益,开宴后效果将覆盖原效果,是否开宴?",
+ "Value": ""
+ },
+ {
+ "Id": 3010,
+ "Text": "前方似乎危机四伏,是否带领队伍进入{森林区域名称}?",
+ "Value": ""
+ },
+ {
+ "Id": 3011,
+ "Text": "邮递员将会货物送回出发地,是否确定追回?",
+ "Value": ""
+ },
+ {
+ "Id": 3012,
+ "Text": "放弃该任务则无法再次接取,仍然要放弃该任务吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3013,
+ "Text": "当前建筑破损不算很严重,此时修理会更不划算。您确定要花费{修理金币值}文钱进行修理吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3014,
+ "Text": "当前建筑破损不算很严重,此时修理会更不划算。您确定要花费以下材料进行修理?",
+ "Value": ""
+ },
+ {
+ "Id": 3015,
+ "Text": "您确定要花费{修理金币值}文钱进行修理吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3016,
+ "Text": "您确定要花费以下材料进行修理?",
+ "Value": ""
+ },
+ {
+ "Id": 3017,
+ "Text": "退出将无法保存当前变动,是否直接退出编辑模式?",
+ "Value": ""
+ },
+ {
+ "Id": 3018,
+ "Text": "您确定要消耗{物品数量}{物品名称}打听情报吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3019,
+ "Text": "学习最忌半途而废,是否确定中断当前课程?",
+ "Value": ""
+ },
+ {
+ "Id": 3020,
+ "Text": "拆除后,禽舍内的产出物品、饲料、待屠宰的家禽将会消失",
+ "Value": ""
+ },
+ {
+ "Id": 3021,
+ "Text": "确定以{0}{1}的价格买下此物品?",
+ "Value": ""
+ },
+ {
+ "Id": 3022,
+ "Text": "立即前往对方的山谷?",
+ "Value": ""
+ },
+ {
+ "Id": 3023,
+ "Text": "立即前往对方山谷参加赶集活动?",
+ "Value": ""
+ },
+ {
+ "Id": 3024,
+ "Text": "确认要拒绝所有的好友申请吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3025,
+ "Text": "是否消耗{桃花石数量}个桃花石修改桃谷名称?",
+ "Value": ""
+ },
+ {
+ "Id": 3026,
+ "Text": "当前已设置建筑{0}为计划建造目标,是否切换为{1}",
+ "Value": ""
+ },
+ {
+ "Id": 3027,
+ "Text": "是否确定要删除好友?",
+ "Value": ""
+ },
+ {
+ "Id": 3028,
+ "Text": "60秒后兽潮将发起攻城,请做好准准备",
+ "Value": ""
+ },
+ {
+ "Id": 3029,
+ "Text": "是否花费{0}开通月卡?",
+ "Value": ""
+ },
+ {
+ "Id": 3030,
+ "Text": "是否花费{0}续费月卡?",
+ "Value": ""
+ },
+ {
+ "Id": 3031,
+ "Text": "这是一种非常香的花,使用后会引来当前难度的妖兽攻城(60秒后刷出)。您确定要使用吗?",
+ "Value": ""
+ },
+ {
+ "Id": 3032,
+ "Text": "当前已有妖兽攻城,请别作si",
+ "Value": ""
+ },
+ {
+ "Id": 3033,
+ "Text": "大家劳作一天累了,请白天在使用",
+ "Value": ""
+ },
+ {
+ "Id": 3034,
+ "Text": "是否确认铲除该资源? 铲除后的资源将会变成[color=#009a04]幼苗[/color]放入仓库中。",
+ "Value": ""
+ },
+ {
+ "Id": 3035,
+ "Text": "即将有怪物来抢夺寿果,请击退后挑战兽潮",
+ "Value": ""
+ },
+ {
+ "Id": 4001,
+ "Text": "你的鱼饵用完了",
+ "Value": ""
+ },
+ {
+ "Id": 4002,
+ "Text": "你的鱼竿用完了",
+ "Value": ""
+ },
+ {
+ "Id": 4003,
+ "Text": "背包已满,鱼溜走了",
+ "Value": ""
+ },
+ {
+ "Id": 4004,
+ "Text": "在这放个帐篷,做个临时营地,就可以驻扎在这了",
+ "Value": ""
+ },
+ {
+ "Id": 4005,
+ "Text": "可建造【{建筑名称}】",
+ "Value": ""
+ },
+ {
+ "Id": 4006,
+ "Text": "当前持有{持有数量}个{物品名称},请设置转移数量",
+ "Value": ""
+ },
+ {
+ "Id": 4007,
+ "Text": "勾选后,下一次家宴会自动放入所选菜品,但谷主依然可以自行调整。",
+ "Value": ""
+ },
+ {
+ "Id": 4008,
+ "Text": "当前建筑正在进行转化,您确定要拆除该建筑吗?",
+ "Value": ""
+ },
+ {
+ "Id": 4009,
+ "Text": "当前没有闲置的{建筑名称}",
+ "Value": ""
+ },
+ {
+ "Id": 4010,
+ "Text": "已完成",
+ "Value": ""
+ },
+ {
+ "Id": 4011,
+ "Text": "当前没有可收获的物品",
+ "Value": ""
+ },
+ {
+ "Id": 4012,
+ "Text": "建筑已损坏,请先修缮",
+ "Value": ""
+ }
+]
\ No newline at end of file
diff --git a/config/TimeTypeConfigCategory.json b/config/TimeTypeConfigCategory.json
new file mode 100644
index 0000000..bdd6b48
--- /dev/null
+++ b/config/TimeTypeConfigCategory.json
@@ -0,0 +1,27 @@
+[
+ {
+ "Id": 1,
+ "Name": "建造系统",
+ "Type": 1
+ },
+ {
+ "Id": 2,
+ "Name": "农田系统",
+ "Type": 2
+ },
+ {
+ "Id": 3,
+ "Name": "制造系统",
+ "Type": 2
+ },
+ {
+ "Id": 4,
+ "Name": "技能学习",
+ "Type": 1
+ },
+ {
+ "Id": 5,
+ "Name": "战斗系统",
+ "Type": 1
+ }
+]
\ No newline at end of file
diff --git a/config/TreasureConfigCategory.json b/config/TreasureConfigCategory.json
new file mode 100644
index 0000000..1474f1f
--- /dev/null
+++ b/config/TreasureConfigCategory.json
@@ -0,0 +1,35 @@
+[
+ {
+ "Id": 1,
+ "Name": "凡品寻木枝",
+ "Type": 1,
+ "Natural": false,
+ "DurableRecovery": 3,
+ "Prosperity": 20,
+ "Buff": 0,
+ "Skill": 0,
+ "ExtraAttributeGroup": 0
+ },
+ {
+ "Id": 2,
+ "Name": "精品寻木枝",
+ "Type": 1,
+ "Natural": false,
+ "DurableRecovery": 6,
+ "Prosperity": 40,
+ "Buff": 0,
+ "Skill": 0,
+ "ExtraAttributeGroup": 0
+ },
+ {
+ "Id": 3,
+ "Name": "极品寻木枝",
+ "Type": 1,
+ "Natural": false,
+ "DurableRecovery": 12,
+ "Prosperity": 60,
+ "Buff": 0,
+ "Skill": 0,
+ "ExtraAttributeGroup": 0
+ }
+]
\ No newline at end of file
diff --git a/config/TreasureGenerationConfigCategory.json b/config/TreasureGenerationConfigCategory.json
new file mode 100644
index 0000000..2d86fbd
--- /dev/null
+++ b/config/TreasureGenerationConfigCategory.json
@@ -0,0 +1,1406 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1,
+ "ItemId": 1000,
+ "Weight": 1
+ },
+ {
+ "Id": 2,
+ "GroupId": 2,
+ "ItemId": 1001,
+ "Weight": 1
+ },
+ {
+ "Id": 3,
+ "GroupId": 3,
+ "ItemId": 1002,
+ "Weight": 1
+ },
+ {
+ "Id": 4,
+ "GroupId": 4,
+ "ItemId": 1003,
+ "Weight": 1
+ },
+ {
+ "Id": 5,
+ "GroupId": 5,
+ "ItemId": 1004,
+ "Weight": 1
+ },
+ {
+ "Id": 6,
+ "GroupId": 6,
+ "ItemId": 1005,
+ "Weight": 1
+ },
+ {
+ "Id": 7,
+ "GroupId": 7,
+ "ItemId": 1006,
+ "Weight": 1
+ },
+ {
+ "Id": 8,
+ "GroupId": 8,
+ "ItemId": 1007,
+ "Weight": 1
+ },
+ {
+ "Id": 9,
+ "GroupId": 9,
+ "ItemId": 1008,
+ "Weight": 1
+ },
+ {
+ "Id": 10,
+ "GroupId": 10,
+ "ItemId": 1009,
+ "Weight": 1
+ },
+ {
+ "Id": 11,
+ "GroupId": 11,
+ "ItemId": 1010,
+ "Weight": 1
+ },
+ {
+ "Id": 12,
+ "GroupId": 12,
+ "ItemId": 1011,
+ "Weight": 1
+ },
+ {
+ "Id": 13,
+ "GroupId": 13,
+ "ItemId": 1012,
+ "Weight": 1
+ },
+ {
+ "Id": 14,
+ "GroupId": 14,
+ "ItemId": 1013,
+ "Weight": 1
+ },
+ {
+ "Id": 15,
+ "GroupId": 15,
+ "ItemId": 1014,
+ "Weight": 1
+ },
+ {
+ "Id": 16,
+ "GroupId": 16,
+ "ItemId": 1015,
+ "Weight": 1
+ },
+ {
+ "Id": 17,
+ "GroupId": 17,
+ "ItemId": 1016,
+ "Weight": 1
+ },
+ {
+ "Id": 18,
+ "GroupId": 18,
+ "ItemId": 1017,
+ "Weight": 1
+ },
+ {
+ "Id": 19,
+ "GroupId": 19,
+ "ItemId": 1018,
+ "Weight": 1
+ },
+ {
+ "Id": 20,
+ "GroupId": 20,
+ "ItemId": 1019,
+ "Weight": 1
+ },
+ {
+ "Id": 21,
+ "GroupId": 21,
+ "ItemId": 1020,
+ "Weight": 1
+ },
+ {
+ "Id": 22,
+ "GroupId": 22,
+ "ItemId": 1021,
+ "Weight": 1
+ },
+ {
+ "Id": 23,
+ "GroupId": 23,
+ "ItemId": 1023,
+ "Weight": 1
+ },
+ {
+ "Id": 24,
+ "GroupId": 24,
+ "ItemId": 1024,
+ "Weight": 1
+ },
+ {
+ "Id": 25,
+ "GroupId": 25,
+ "ItemId": 1025,
+ "Weight": 1
+ },
+ {
+ "Id": 26,
+ "GroupId": 26,
+ "ItemId": 1026,
+ "Weight": 1
+ },
+ {
+ "Id": 27,
+ "GroupId": 27,
+ "ItemId": 1027,
+ "Weight": 1
+ },
+ {
+ "Id": 28,
+ "GroupId": 28,
+ "ItemId": 1028,
+ "Weight": 1
+ },
+ {
+ "Id": 29,
+ "GroupId": 29,
+ "ItemId": 1029,
+ "Weight": 1
+ },
+ {
+ "Id": 30,
+ "GroupId": 30,
+ "ItemId": 1030,
+ "Weight": 1
+ },
+ {
+ "Id": 31,
+ "GroupId": 31,
+ "ItemId": 1031,
+ "Weight": 1
+ },
+ {
+ "Id": 32,
+ "GroupId": 32,
+ "ItemId": 1032,
+ "Weight": 1
+ },
+ {
+ "Id": 33,
+ "GroupId": 33,
+ "ItemId": 1033,
+ "Weight": 1
+ },
+ {
+ "Id": 34,
+ "GroupId": 34,
+ "ItemId": 1034,
+ "Weight": 1
+ },
+ {
+ "Id": 35,
+ "GroupId": 35,
+ "ItemId": 1035,
+ "Weight": 1
+ },
+ {
+ "Id": 36,
+ "GroupId": 36,
+ "ItemId": 1038,
+ "Weight": 1
+ },
+ {
+ "Id": 37,
+ "GroupId": 37,
+ "ItemId": 1039,
+ "Weight": 1
+ },
+ {
+ "Id": 38,
+ "GroupId": 38,
+ "ItemId": 1040,
+ "Weight": 1
+ },
+ {
+ "Id": 39,
+ "GroupId": 39,
+ "ItemId": 1041,
+ "Weight": 1
+ },
+ {
+ "Id": 40,
+ "GroupId": 40,
+ "ItemId": 1042,
+ "Weight": 1
+ },
+ {
+ "Id": 41,
+ "GroupId": 41,
+ "ItemId": 1043,
+ "Weight": 1
+ },
+ {
+ "Id": 42,
+ "GroupId": 42,
+ "ItemId": 1044,
+ "Weight": 1
+ },
+ {
+ "Id": 43,
+ "GroupId": 43,
+ "ItemId": 1045,
+ "Weight": 1
+ },
+ {
+ "Id": 44,
+ "GroupId": 44,
+ "ItemId": 1046,
+ "Weight": 1
+ },
+ {
+ "Id": 45,
+ "GroupId": 45,
+ "ItemId": 1047,
+ "Weight": 1
+ },
+ {
+ "Id": 46,
+ "GroupId": 46,
+ "ItemId": 1048,
+ "Weight": 1
+ },
+ {
+ "Id": 47,
+ "GroupId": 47,
+ "ItemId": 1049,
+ "Weight": 1
+ },
+ {
+ "Id": 48,
+ "GroupId": 48,
+ "ItemId": 1050,
+ "Weight": 1
+ },
+ {
+ "Id": 49,
+ "GroupId": 49,
+ "ItemId": 1051,
+ "Weight": 1
+ },
+ {
+ "Id": 50,
+ "GroupId": 50,
+ "ItemId": 1052,
+ "Weight": 1
+ },
+ {
+ "Id": 51,
+ "GroupId": 51,
+ "ItemId": 1054,
+ "Weight": 1
+ },
+ {
+ "Id": 52,
+ "GroupId": 52,
+ "ItemId": 1055,
+ "Weight": 1
+ },
+ {
+ "Id": 53,
+ "GroupId": 53,
+ "ItemId": 1056,
+ "Weight": 1
+ },
+ {
+ "Id": 54,
+ "GroupId": 54,
+ "ItemId": 1057,
+ "Weight": 1
+ },
+ {
+ "Id": 55,
+ "GroupId": 55,
+ "ItemId": 1058,
+ "Weight": 1
+ },
+ {
+ "Id": 56,
+ "GroupId": 56,
+ "ItemId": 1059,
+ "Weight": 1
+ },
+ {
+ "Id": 57,
+ "GroupId": 57,
+ "ItemId": 1060,
+ "Weight": 1
+ },
+ {
+ "Id": 58,
+ "GroupId": 58,
+ "ItemId": 1061,
+ "Weight": 1
+ },
+ {
+ "Id": 59,
+ "GroupId": 59,
+ "ItemId": 1062,
+ "Weight": 1
+ },
+ {
+ "Id": 60,
+ "GroupId": 60,
+ "ItemId": 1063,
+ "Weight": 1
+ },
+ {
+ "Id": 61,
+ "GroupId": 61,
+ "ItemId": 1064,
+ "Weight": 1
+ },
+ {
+ "Id": 62,
+ "GroupId": 62,
+ "ItemId": 1065,
+ "Weight": 1
+ },
+ {
+ "Id": 63,
+ "GroupId": 63,
+ "ItemId": 1066,
+ "Weight": 1
+ },
+ {
+ "Id": 64,
+ "GroupId": 64,
+ "ItemId": 1067,
+ "Weight": 1
+ },
+ {
+ "Id": 65,
+ "GroupId": 65,
+ "ItemId": 1068,
+ "Weight": 1
+ },
+ {
+ "Id": 66,
+ "GroupId": 66,
+ "ItemId": 1069,
+ "Weight": 1
+ },
+ {
+ "Id": 67,
+ "GroupId": 67,
+ "ItemId": 1070,
+ "Weight": 1
+ },
+ {
+ "Id": 68,
+ "GroupId": 68,
+ "ItemId": 1071,
+ "Weight": 1
+ },
+ {
+ "Id": 69,
+ "GroupId": 69,
+ "ItemId": 1072,
+ "Weight": 1
+ },
+ {
+ "Id": 70,
+ "GroupId": 70,
+ "ItemId": 1073,
+ "Weight": 1
+ },
+ {
+ "Id": 71,
+ "GroupId": 71,
+ "ItemId": 1074,
+ "Weight": 1
+ },
+ {
+ "Id": 72,
+ "GroupId": 72,
+ "ItemId": 1075,
+ "Weight": 1
+ },
+ {
+ "Id": 73,
+ "GroupId": 73,
+ "ItemId": 1076,
+ "Weight": 1
+ },
+ {
+ "Id": 74,
+ "GroupId": 74,
+ "ItemId": 1077,
+ "Weight": 1
+ },
+ {
+ "Id": 75,
+ "GroupId": 75,
+ "ItemId": 1078,
+ "Weight": 1
+ },
+ {
+ "Id": 76,
+ "GroupId": 76,
+ "ItemId": 1079,
+ "Weight": 1
+ },
+ {
+ "Id": 77,
+ "GroupId": 77,
+ "ItemId": 1080,
+ "Weight": 1
+ },
+ {
+ "Id": 78,
+ "GroupId": 78,
+ "ItemId": 1000,
+ "Weight": 1
+ },
+ {
+ "Id": 79,
+ "GroupId": 79,
+ "ItemId": 1001,
+ "Weight": 1
+ },
+ {
+ "Id": 80,
+ "GroupId": 80,
+ "ItemId": 1002,
+ "Weight": 1
+ },
+ {
+ "Id": 81,
+ "GroupId": 81,
+ "ItemId": 1003,
+ "Weight": 1
+ },
+ {
+ "Id": 82,
+ "GroupId": 82,
+ "ItemId": 1004,
+ "Weight": 1
+ },
+ {
+ "Id": 83,
+ "GroupId": 83,
+ "ItemId": 1005,
+ "Weight": 1
+ },
+ {
+ "Id": 84,
+ "GroupId": 84,
+ "ItemId": 1006,
+ "Weight": 1
+ },
+ {
+ "Id": 85,
+ "GroupId": 85,
+ "ItemId": 1007,
+ "Weight": 1
+ },
+ {
+ "Id": 86,
+ "GroupId": 86,
+ "ItemId": 1008,
+ "Weight": 1
+ },
+ {
+ "Id": 87,
+ "GroupId": 87,
+ "ItemId": 1009,
+ "Weight": 1
+ },
+ {
+ "Id": 88,
+ "GroupId": 88,
+ "ItemId": 1010,
+ "Weight": 1
+ },
+ {
+ "Id": 89,
+ "GroupId": 89,
+ "ItemId": 1011,
+ "Weight": 1
+ },
+ {
+ "Id": 90,
+ "GroupId": 90,
+ "ItemId": 1012,
+ "Weight": 1
+ },
+ {
+ "Id": 91,
+ "GroupId": 91,
+ "ItemId": 1013,
+ "Weight": 1
+ },
+ {
+ "Id": 92,
+ "GroupId": 92,
+ "ItemId": 1014,
+ "Weight": 1
+ },
+ {
+ "Id": 93,
+ "GroupId": 93,
+ "ItemId": 1015,
+ "Weight": 1
+ },
+ {
+ "Id": 94,
+ "GroupId": 94,
+ "ItemId": 1016,
+ "Weight": 1
+ },
+ {
+ "Id": 95,
+ "GroupId": 95,
+ "ItemId": 1017,
+ "Weight": 1
+ },
+ {
+ "Id": 96,
+ "GroupId": 501,
+ "ItemId": 1101,
+ "Weight": 1
+ },
+ {
+ "Id": 97,
+ "GroupId": 502,
+ "ItemId": 1102,
+ "Weight": 1
+ },
+ {
+ "Id": 98,
+ "GroupId": 503,
+ "ItemId": 1103,
+ "Weight": 1
+ },
+ {
+ "Id": 99,
+ "GroupId": 504,
+ "ItemId": 1104,
+ "Weight": 1
+ },
+ {
+ "Id": 100,
+ "GroupId": 505,
+ "ItemId": 1105,
+ "Weight": 1
+ },
+ {
+ "Id": 101,
+ "GroupId": 506,
+ "ItemId": 1106,
+ "Weight": 1
+ },
+ {
+ "Id": 102,
+ "GroupId": 507,
+ "ItemId": 1107,
+ "Weight": 1
+ },
+ {
+ "Id": 103,
+ "GroupId": 508,
+ "ItemId": 1108,
+ "Weight": 1
+ },
+ {
+ "Id": 104,
+ "GroupId": 509,
+ "ItemId": 1109,
+ "Weight": 1
+ },
+ {
+ "Id": 105,
+ "GroupId": 510,
+ "ItemId": 1110,
+ "Weight": 1
+ },
+ {
+ "Id": 106,
+ "GroupId": 511,
+ "ItemId": 1111,
+ "Weight": 1
+ },
+ {
+ "Id": 1001,
+ "GroupId": 1001,
+ "ItemId": 1000,
+ "Weight": 250
+ },
+ {
+ "Id": 1002,
+ "GroupId": 1001,
+ "ItemId": 1001,
+ "Weight": 250
+ },
+ {
+ "Id": 1003,
+ "GroupId": 1001,
+ "ItemId": 1002,
+ "Weight": 250
+ },
+ {
+ "Id": 1004,
+ "GroupId": 1001,
+ "ItemId": 1003,
+ "Weight": 250
+ },
+ {
+ "Id": 1005,
+ "GroupId": 1001,
+ "ItemId": 1004,
+ "Weight": 250
+ },
+ {
+ "Id": 1006,
+ "GroupId": 1001,
+ "ItemId": 1005,
+ "Weight": 250
+ },
+ {
+ "Id": 1007,
+ "GroupId": 1001,
+ "ItemId": 1006,
+ "Weight": 60
+ },
+ {
+ "Id": 1008,
+ "GroupId": 1001,
+ "ItemId": 1007,
+ "Weight": 60
+ },
+ {
+ "Id": 1009,
+ "GroupId": 1001,
+ "ItemId": 1008,
+ "Weight": 60
+ },
+ {
+ "Id": 1010,
+ "GroupId": 1001,
+ "ItemId": 1009,
+ "Weight": 60
+ },
+ {
+ "Id": 1011,
+ "GroupId": 1001,
+ "ItemId": 1010,
+ "Weight": 60
+ },
+ {
+ "Id": 1012,
+ "GroupId": 1001,
+ "ItemId": 1011,
+ "Weight": 60
+ },
+ {
+ "Id": 1013,
+ "GroupId": 1001,
+ "ItemId": 1012,
+ "Weight": 50
+ },
+ {
+ "Id": 1014,
+ "GroupId": 1001,
+ "ItemId": 1013,
+ "Weight": 50
+ },
+ {
+ "Id": 1015,
+ "GroupId": 1001,
+ "ItemId": 1014,
+ "Weight": 50
+ },
+ {
+ "Id": 1016,
+ "GroupId": 1001,
+ "ItemId": 1015,
+ "Weight": 50
+ },
+ {
+ "Id": 1017,
+ "GroupId": 1001,
+ "ItemId": 1016,
+ "Weight": 50
+ },
+ {
+ "Id": 1018,
+ "GroupId": 1001,
+ "ItemId": 1017,
+ "Weight": 50
+ },
+ {
+ "Id": 1019,
+ "GroupId": 1001,
+ "ItemId": 1018,
+ "Weight": 40
+ },
+ {
+ "Id": 1020,
+ "GroupId": 1001,
+ "ItemId": 1019,
+ "Weight": 40
+ },
+ {
+ "Id": 1021,
+ "GroupId": 1001,
+ "ItemId": 1020,
+ "Weight": 40
+ },
+ {
+ "Id": 1022,
+ "GroupId": 1001,
+ "ItemId": 1021,
+ "Weight": 40
+ },
+ {
+ "Id": 1023,
+ "GroupId": 1001,
+ "ItemId": 1022,
+ "Weight": 280
+ },
+ {
+ "Id": 1024,
+ "GroupId": 1001,
+ "ItemId": 1023,
+ "Weight": 20
+ },
+ {
+ "Id": 1025,
+ "GroupId": 1001,
+ "ItemId": 1024,
+ "Weight": 20
+ },
+ {
+ "Id": 1026,
+ "GroupId": 1001,
+ "ItemId": 1025,
+ "Weight": 20
+ },
+ {
+ "Id": 1027,
+ "GroupId": 1001,
+ "ItemId": 1026,
+ "Weight": 20
+ },
+ {
+ "Id": 1028,
+ "GroupId": 1001,
+ "ItemId": 1027,
+ "Weight": 20
+ },
+ {
+ "Id": 1029,
+ "GroupId": 1002,
+ "ItemId": 1012,
+ "Weight": 1000
+ },
+ {
+ "Id": 1030,
+ "GroupId": 1002,
+ "ItemId": 1013,
+ "Weight": 1000
+ },
+ {
+ "Id": 1031,
+ "GroupId": 1002,
+ "ItemId": 1014,
+ "Weight": 1000
+ },
+ {
+ "Id": 1032,
+ "GroupId": 1002,
+ "ItemId": 1015,
+ "Weight": 1000
+ },
+ {
+ "Id": 1033,
+ "GroupId": 1002,
+ "ItemId": 1016,
+ "Weight": 1000
+ },
+ {
+ "Id": 1034,
+ "GroupId": 1002,
+ "ItemId": 1017,
+ "Weight": 1000
+ },
+ {
+ "Id": 1035,
+ "GroupId": 1002,
+ "ItemId": 1018,
+ "Weight": 1000
+ },
+ {
+ "Id": 1036,
+ "GroupId": 1002,
+ "ItemId": 1019,
+ "Weight": 1000
+ },
+ {
+ "Id": 1037,
+ "GroupId": 1002,
+ "ItemId": 1020,
+ "Weight": 1000
+ },
+ {
+ "Id": 1038,
+ "GroupId": 1002,
+ "ItemId": 1021,
+ "Weight": 1000
+ },
+ {
+ "Id": 1039,
+ "GroupId": 1002,
+ "ItemId": 1022,
+ "Weight": 600
+ },
+ {
+ "Id": 1040,
+ "GroupId": 1002,
+ "ItemId": 1023,
+ "Weight": 1000
+ },
+ {
+ "Id": 1041,
+ "GroupId": 1002,
+ "ItemId": 1024,
+ "Weight": 1000
+ },
+ {
+ "Id": 1042,
+ "GroupId": 1002,
+ "ItemId": 1025,
+ "Weight": 1000
+ },
+ {
+ "Id": 1043,
+ "GroupId": 1002,
+ "ItemId": 1026,
+ "Weight": 1000
+ },
+ {
+ "Id": 1044,
+ "GroupId": 1002,
+ "ItemId": 1027,
+ "Weight": 50
+ },
+ {
+ "Id": 1045,
+ "GroupId": 1002,
+ "ItemId": 1028,
+ "Weight": 500
+ },
+ {
+ "Id": 1046,
+ "GroupId": 1002,
+ "ItemId": 1029,
+ "Weight": 500
+ },
+ {
+ "Id": 1047,
+ "GroupId": 1002,
+ "ItemId": 1030,
+ "Weight": 500
+ },
+ {
+ "Id": 1048,
+ "GroupId": 1002,
+ "ItemId": 1031,
+ "Weight": 500
+ },
+ {
+ "Id": 1049,
+ "GroupId": 1002,
+ "ItemId": 1032,
+ "Weight": 50
+ },
+ {
+ "Id": 1050,
+ "GroupId": 1002,
+ "ItemId": 1033,
+ "Weight": 500
+ },
+ {
+ "Id": 1051,
+ "GroupId": 1002,
+ "ItemId": 1034,
+ "Weight": 500
+ },
+ {
+ "Id": 1052,
+ "GroupId": 1002,
+ "ItemId": 1035,
+ "Weight": 500
+ },
+ {
+ "Id": 1053,
+ "GroupId": 1002,
+ "ItemId": 1036,
+ "Weight": 600
+ },
+ {
+ "Id": 1054,
+ "GroupId": 1002,
+ "ItemId": 1037,
+ "Weight": 600
+ },
+ {
+ "Id": 1055,
+ "GroupId": 1002,
+ "ItemId": 1038,
+ "Weight": 500
+ },
+ {
+ "Id": 1056,
+ "GroupId": 1002,
+ "ItemId": 1039,
+ "Weight": 500
+ },
+ {
+ "Id": 1057,
+ "GroupId": 1002,
+ "ItemId": 1040,
+ "Weight": 500
+ },
+ {
+ "Id": 1058,
+ "GroupId": 1002,
+ "ItemId": 1041,
+ "Weight": 50
+ },
+ {
+ "Id": 1059,
+ "GroupId": 1002,
+ "ItemId": 1042,
+ "Weight": 50
+ },
+ {
+ "Id": 1060,
+ "GroupId": 1002,
+ "ItemId": 1043,
+ "Weight": 500
+ },
+ {
+ "Id": 1061,
+ "GroupId": 1002,
+ "ItemId": 1044,
+ "Weight": 500
+ },
+ {
+ "Id": 1062,
+ "GroupId": 1002,
+ "ItemId": 1045,
+ "Weight": 500
+ },
+ {
+ "Id": 1063,
+ "GroupId": 1002,
+ "ItemId": 1046,
+ "Weight": 50
+ },
+ {
+ "Id": 1064,
+ "GroupId": 1002,
+ "ItemId": 1047,
+ "Weight": 50
+ },
+ {
+ "Id": 1065,
+ "GroupId": 1002,
+ "ItemId": 1048,
+ "Weight": 10
+ },
+ {
+ "Id": 1066,
+ "GroupId": 1002,
+ "ItemId": 1049,
+ "Weight": 10
+ },
+ {
+ "Id": 1067,
+ "GroupId": 1002,
+ "ItemId": 1050,
+ "Weight": 10
+ },
+ {
+ "Id": 1068,
+ "GroupId": 1002,
+ "ItemId": 1051,
+ "Weight": 10
+ },
+ {
+ "Id": 1069,
+ "GroupId": 1002,
+ "ItemId": 1052,
+ "Weight": 10
+ },
+ {
+ "Id": 1070,
+ "GroupId": 1002,
+ "ItemId": 1053,
+ "Weight": 600
+ },
+ {
+ "Id": 1071,
+ "GroupId": 1003,
+ "ItemId": 1028,
+ "Weight": 150
+ },
+ {
+ "Id": 1072,
+ "GroupId": 1003,
+ "ItemId": 1029,
+ "Weight": 150
+ },
+ {
+ "Id": 1073,
+ "GroupId": 1003,
+ "ItemId": 1030,
+ "Weight": 150
+ },
+ {
+ "Id": 1074,
+ "GroupId": 1003,
+ "ItemId": 1031,
+ "Weight": 150
+ },
+ {
+ "Id": 1075,
+ "GroupId": 1003,
+ "ItemId": 1032,
+ "Weight": 150
+ },
+ {
+ "Id": 1076,
+ "GroupId": 1003,
+ "ItemId": 1033,
+ "Weight": 150
+ },
+ {
+ "Id": 1077,
+ "GroupId": 1003,
+ "ItemId": 1034,
+ "Weight": 150
+ },
+ {
+ "Id": 1078,
+ "GroupId": 1003,
+ "ItemId": 1035,
+ "Weight": 150
+ },
+ {
+ "Id": 1079,
+ "GroupId": 1003,
+ "ItemId": 1036,
+ "Weight": 150
+ },
+ {
+ "Id": 1080,
+ "GroupId": 1003,
+ "ItemId": 1037,
+ "Weight": 150
+ },
+ {
+ "Id": 1081,
+ "GroupId": 1003,
+ "ItemId": 1038,
+ "Weight": 150
+ },
+ {
+ "Id": 1082,
+ "GroupId": 1003,
+ "ItemId": 1039,
+ "Weight": 150
+ },
+ {
+ "Id": 1083,
+ "GroupId": 1003,
+ "ItemId": 1040,
+ "Weight": 150
+ },
+ {
+ "Id": 1084,
+ "GroupId": 1003,
+ "ItemId": 1041,
+ "Weight": 150
+ },
+ {
+ "Id": 1085,
+ "GroupId": 1003,
+ "ItemId": 1042,
+ "Weight": 150
+ },
+ {
+ "Id": 1086,
+ "GroupId": 1003,
+ "ItemId": 1043,
+ "Weight": 150
+ },
+ {
+ "Id": 1087,
+ "GroupId": 1003,
+ "ItemId": 1044,
+ "Weight": 150
+ },
+ {
+ "Id": 1088,
+ "GroupId": 1003,
+ "ItemId": 1045,
+ "Weight": 150
+ },
+ {
+ "Id": 1089,
+ "GroupId": 1003,
+ "ItemId": 1046,
+ "Weight": 150
+ },
+ {
+ "Id": 1090,
+ "GroupId": 1003,
+ "ItemId": 1047,
+ "Weight": 150
+ },
+ {
+ "Id": 1091,
+ "GroupId": 1003,
+ "ItemId": 1048,
+ "Weight": 150
+ },
+ {
+ "Id": 1092,
+ "GroupId": 1003,
+ "ItemId": 1049,
+ "Weight": 150
+ },
+ {
+ "Id": 1093,
+ "GroupId": 1003,
+ "ItemId": 1050,
+ "Weight": 150
+ },
+ {
+ "Id": 1094,
+ "GroupId": 1003,
+ "ItemId": 1051,
+ "Weight": 150
+ },
+ {
+ "Id": 1095,
+ "GroupId": 1003,
+ "ItemId": 1052,
+ "Weight": 150
+ },
+ {
+ "Id": 1096,
+ "GroupId": 1003,
+ "ItemId": 1053,
+ "Weight": 150
+ },
+ {
+ "Id": 1097,
+ "GroupId": 1003,
+ "ItemId": 1054,
+ "Weight": 100
+ },
+ {
+ "Id": 1098,
+ "GroupId": 1003,
+ "ItemId": 1055,
+ "Weight": 100
+ },
+ {
+ "Id": 1099,
+ "GroupId": 1003,
+ "ItemId": 1056,
+ "Weight": 100
+ },
+ {
+ "Id": 1100,
+ "GroupId": 1003,
+ "ItemId": 1057,
+ "Weight": 100
+ },
+ {
+ "Id": 1101,
+ "GroupId": 1003,
+ "ItemId": 1058,
+ "Weight": 100
+ },
+ {
+ "Id": 1102,
+ "GroupId": 1003,
+ "ItemId": 1059,
+ "Weight": 100
+ },
+ {
+ "Id": 1103,
+ "GroupId": 1003,
+ "ItemId": 1060,
+ "Weight": 80
+ },
+ {
+ "Id": 1104,
+ "GroupId": 1003,
+ "ItemId": 1061,
+ "Weight": 80
+ },
+ {
+ "Id": 1105,
+ "GroupId": 1003,
+ "ItemId": 1062,
+ "Weight": 80
+ },
+ {
+ "Id": 1106,
+ "GroupId": 1003,
+ "ItemId": 1063,
+ "Weight": 80
+ },
+ {
+ "Id": 1107,
+ "GroupId": 1003,
+ "ItemId": 1064,
+ "Weight": 80
+ },
+ {
+ "Id": 1108,
+ "GroupId": 1003,
+ "ItemId": 1065,
+ "Weight": 80
+ },
+ {
+ "Id": 1109,
+ "GroupId": 1003,
+ "ItemId": 1066,
+ "Weight": 50
+ },
+ {
+ "Id": 1110,
+ "GroupId": 1003,
+ "ItemId": 1067,
+ "Weight": 50
+ },
+ {
+ "Id": 1111,
+ "GroupId": 1003,
+ "ItemId": 1068,
+ "Weight": 50
+ },
+ {
+ "Id": 1112,
+ "GroupId": 1003,
+ "ItemId": 1069,
+ "Weight": 50
+ },
+ {
+ "Id": 1113,
+ "GroupId": 1003,
+ "ItemId": 1070,
+ "Weight": 50
+ },
+ {
+ "Id": 1114,
+ "GroupId": 1003,
+ "ItemId": 1071,
+ "Weight": 20
+ },
+ {
+ "Id": 1115,
+ "GroupId": 1003,
+ "ItemId": 1072,
+ "Weight": 20
+ },
+ {
+ "Id": 1116,
+ "GroupId": 1003,
+ "ItemId": 1073,
+ "Weight": 20
+ },
+ {
+ "Id": 1117,
+ "GroupId": 1003,
+ "ItemId": 1074,
+ "Weight": 20
+ },
+ {
+ "Id": 1118,
+ "GroupId": 1003,
+ "ItemId": 1075,
+ "Weight": 20
+ },
+ {
+ "Id": 1119,
+ "GroupId": 1003,
+ "ItemId": 1076,
+ "Weight": 10
+ },
+ {
+ "Id": 1120,
+ "GroupId": 1003,
+ "ItemId": 1077,
+ "Weight": 10
+ },
+ {
+ "Id": 1121,
+ "GroupId": 1003,
+ "ItemId": 1078,
+ "Weight": 10
+ },
+ {
+ "Id": 1122,
+ "GroupId": 1003,
+ "ItemId": 1079,
+ "Weight": 10
+ },
+ {
+ "Id": 1123,
+ "GroupId": 1003,
+ "ItemId": 1080,
+ "Weight": 10
+ },
+ {
+ "Id": 1124,
+ "GroupId": 1003,
+ "ItemId": 1100,
+ "Weight": 80
+ },
+ {
+ "Id": 1125,
+ "GroupId": 1005,
+ "ItemId": 317,
+ "Weight": 1
+ },
+ {
+ "Id": 1126,
+ "GroupId": 1006,
+ "ItemId": 318,
+ "Weight": 1
+ },
+ {
+ "Id": 1127,
+ "GroupId": 2000,
+ "ItemId": 1301,
+ "Weight": 1
+ },
+ {
+ "Id": 1128,
+ "GroupId": 2001,
+ "ItemId": 1302,
+ "Weight": 1
+ }
+]
\ No newline at end of file
diff --git a/config/TreasureSynthesisConfigCategory.json b/config/TreasureSynthesisConfigCategory.json
new file mode 100644
index 0000000..62112ea
--- /dev/null
+++ b/config/TreasureSynthesisConfigCategory.json
@@ -0,0 +1,1821 @@
+[
+ {
+ "Id": 1001,
+ "Name": "凡品原石",
+ "Type": 1,
+ "DisplayType": 2,
+ "ScaleDisplay": -1,
+ "MixtureID": 1001,
+ "ItemId_1": 1200,
+ "ItemId_2": 0,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1081"
+ },
+ {
+ "Id": 1002,
+ "Name": "精品原石",
+ "Type": 1,
+ "DisplayType": 2,
+ "ScaleDisplay": -1,
+ "MixtureID": 1002,
+ "ItemId_1": 1201,
+ "ItemId_2": 0,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1082"
+ },
+ {
+ "Id": 1003,
+ "Name": "极品原石",
+ "Type": 1,
+ "DisplayType": 2,
+ "ScaleDisplay": -1,
+ "MixtureID": 1003,
+ "ItemId_1": 1202,
+ "ItemId_2": 0,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1083"
+ },
+ {
+ "Id": 1005,
+ "Name": "精品水晶",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": -1,
+ "MixtureID": 1005,
+ "ItemId_1": 316,
+ "ItemId_2": 316,
+ "ItemId_3": 316,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1085"
+ },
+ {
+ "Id": 1006,
+ "Name": "极品水晶",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": -1,
+ "MixtureID": 1006,
+ "ItemId_1": 317,
+ "ItemId_2": 317,
+ "ItemId_3": 317,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1086"
+ },
+ {
+ "Id": 2000,
+ "Name": "精品寻木枝",
+ "Type": 2,
+ "DisplayType": 1,
+ "ScaleDisplay": -1,
+ "MixtureID": 2000,
+ "ItemId_1": 1300,
+ "ItemId_2": 1300,
+ "ItemId_3": 1300,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1087"
+ },
+ {
+ "Id": 2001,
+ "Name": "极品寻木枝",
+ "Type": 2,
+ "DisplayType": 1,
+ "ScaleDisplay": -1,
+ "MixtureID": 2001,
+ "ItemId_1": 1301,
+ "ItemId_2": 1301,
+ "ItemId_3": 1301,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1088"
+ },
+ {
+ "Id": 1,
+ "Name": "凡品白玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 2,
+ "MixtureID": 1,
+ "ItemId_1": 1002,
+ "ItemId_2": 1001,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1000"
+ },
+ {
+ "Id": 2,
+ "Name": "凡品鸡血石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 2,
+ "MixtureID": 2,
+ "ItemId_1": 1002,
+ "ItemId_2": 1005,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1001"
+ },
+ {
+ "Id": 3,
+ "Name": "凡品碧玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 2,
+ "MixtureID": 3,
+ "ItemId_1": 1003,
+ "ItemId_2": 1004,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1002"
+ },
+ {
+ "Id": 4,
+ "Name": "凡品黄玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 2,
+ "MixtureID": 4,
+ "ItemId_1": 1000,
+ "ItemId_2": 1001,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1003"
+ },
+ {
+ "Id": 5,
+ "Name": "凡品翡翠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 2,
+ "MixtureID": 5,
+ "ItemId_1": 1003,
+ "ItemId_2": 1005,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1004"
+ },
+ {
+ "Id": 6,
+ "Name": "凡品紫玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 2,
+ "MixtureID": 6,
+ "ItemId_1": 1004,
+ "ItemId_2": 1000,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1005"
+ },
+ {
+ "Id": 7,
+ "Name": "精品白玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 7,
+ "ItemId_1": 1000,
+ "ItemId_2": 1000,
+ "ItemId_3": 1000,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1006"
+ },
+ {
+ "Id": 8,
+ "Name": "精品鸡血石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 8,
+ "ItemId_1": 1001,
+ "ItemId_2": 1001,
+ "ItemId_3": 1001,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1007"
+ },
+ {
+ "Id": 9,
+ "Name": "精品碧玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 9,
+ "ItemId_1": 1002,
+ "ItemId_2": 1002,
+ "ItemId_3": 1002,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1008"
+ },
+ {
+ "Id": 10,
+ "Name": "精品黄玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 10,
+ "ItemId_1": 1003,
+ "ItemId_2": 1003,
+ "ItemId_3": 1003,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1009"
+ },
+ {
+ "Id": 11,
+ "Name": "精品翡翠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 11,
+ "ItemId_1": 1004,
+ "ItemId_2": 1004,
+ "ItemId_3": 1004,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1010"
+ },
+ {
+ "Id": 12,
+ "Name": "精品紫玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 12,
+ "ItemId_1": 1005,
+ "ItemId_2": 1005,
+ "ItemId_3": 1005,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1011"
+ },
+ {
+ "Id": 13,
+ "Name": "极品白玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 13,
+ "ItemId_1": 1006,
+ "ItemId_2": 1006,
+ "ItemId_3": 1006,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1012"
+ },
+ {
+ "Id": 14,
+ "Name": "极品鸡血石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 14,
+ "ItemId_1": 1007,
+ "ItemId_2": 1007,
+ "ItemId_3": 1007,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1013"
+ },
+ {
+ "Id": 15,
+ "Name": "极品碧玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 15,
+ "ItemId_1": 1008,
+ "ItemId_2": 1008,
+ "ItemId_3": 1008,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1014"
+ },
+ {
+ "Id": 16,
+ "Name": "极品黄玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 16,
+ "ItemId_1": 1009,
+ "ItemId_2": 1009,
+ "ItemId_3": 1009,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1015"
+ },
+ {
+ "Id": 17,
+ "Name": "极品翡翠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 17,
+ "ItemId_1": 1010,
+ "ItemId_2": 1010,
+ "ItemId_3": 1010,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1016"
+ },
+ {
+ "Id": 18,
+ "Name": "极品紫玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 18,
+ "ItemId_1": 1011,
+ "ItemId_2": 1011,
+ "ItemId_3": 1011,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1017"
+ },
+ {
+ "Id": 19,
+ "Name": "凡品青金石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 19,
+ "ItemId_1": 1012,
+ "ItemId_2": 1012,
+ "ItemId_3": 1016,
+ "ItemId_4": 1022,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1018"
+ },
+ {
+ "Id": 20,
+ "Name": "凡品影玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 20,
+ "ItemId_1": 1012,
+ "ItemId_2": 1012,
+ "ItemId_3": 1015,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1019"
+ },
+ {
+ "Id": 21,
+ "Name": "凡品橄榄石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 21,
+ "ItemId_1": 1014,
+ "ItemId_2": 1014,
+ "ItemId_3": 1017,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1020"
+ },
+ {
+ "Id": 22,
+ "Name": "凡品玛瑙",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 22,
+ "ItemId_1": 1013,
+ "ItemId_2": 1013,
+ "ItemId_3": 1016,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1021"
+ },
+ {
+ "Id": 23,
+ "Name": "精品青金石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 23,
+ "ItemId_1": 1018,
+ "ItemId_2": 1018,
+ "ItemId_3": 1018,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1023"
+ },
+ {
+ "Id": 24,
+ "Name": "精品影玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 24,
+ "ItemId_1": 1019,
+ "ItemId_2": 1019,
+ "ItemId_3": 1019,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1024"
+ },
+ {
+ "Id": 25,
+ "Name": "精品橄榄石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 25,
+ "ItemId_1": 1020,
+ "ItemId_2": 1020,
+ "ItemId_3": 1020,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1025"
+ },
+ {
+ "Id": 26,
+ "Name": "精品玛瑙",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 26,
+ "ItemId_1": 1021,
+ "ItemId_2": 1021,
+ "ItemId_3": 1021,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1026"
+ },
+ {
+ "Id": 27,
+ "Name": "精品珍珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 27,
+ "ItemId_1": 1022,
+ "ItemId_2": 1022,
+ "ItemId_3": 1022,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1027"
+ },
+ {
+ "Id": 28,
+ "Name": "极品青金石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 28,
+ "ItemId_1": 1023,
+ "ItemId_2": 1023,
+ "ItemId_3": 1023,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1028"
+ },
+ {
+ "Id": 29,
+ "Name": "极品影玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 29,
+ "ItemId_1": 1024,
+ "ItemId_2": 1024,
+ "ItemId_3": 1024,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1029"
+ },
+ {
+ "Id": 30,
+ "Name": "极品橄榄石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 30,
+ "ItemId_1": 1025,
+ "ItemId_2": 1025,
+ "ItemId_3": 1025,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1030"
+ },
+ {
+ "Id": 31,
+ "Name": "极品玛瑙",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 31,
+ "ItemId_1": 1026,
+ "ItemId_2": 1026,
+ "ItemId_3": 1026,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1031"
+ },
+ {
+ "Id": 32,
+ "Name": "极品珍珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 32,
+ "ItemId_1": 1027,
+ "ItemId_2": 1027,
+ "ItemId_3": 1027,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1032"
+ },
+ {
+ "Id": 33,
+ "Name": "凡品石榴石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 33,
+ "ItemId_1": 1013,
+ "ItemId_2": 1014,
+ "ItemId_3": 1032,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1033"
+ },
+ {
+ "Id": 34,
+ "Name": "凡品寿山石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 34,
+ "ItemId_1": 1013,
+ "ItemId_2": 1017,
+ "ItemId_3": 1037,
+ "ItemId_4": 1032,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1034"
+ },
+ {
+ "Id": 35,
+ "Name": "凡品绿松石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 8,
+ "MixtureID": 35,
+ "ItemId_1": 1028,
+ "ItemId_2": 1012,
+ "ItemId_3": 1016,
+ "ItemId_4": 1036,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1035"
+ },
+ {
+ "Id": 36,
+ "Name": "精品石榴石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 36,
+ "ItemId_1": 1033,
+ "ItemId_2": 1033,
+ "ItemId_3": 1033,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1038"
+ },
+ {
+ "Id": 37,
+ "Name": "精品寿山石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 37,
+ "ItemId_1": 1034,
+ "ItemId_2": 1034,
+ "ItemId_3": 1034,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1039"
+ },
+ {
+ "Id": 38,
+ "Name": "精品绿松石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 38,
+ "ItemId_1": 1035,
+ "ItemId_2": 1035,
+ "ItemId_3": 1035,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1040"
+ },
+ {
+ "Id": 39,
+ "Name": "精品变石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 39,
+ "ItemId_1": 1036,
+ "ItemId_2": 1036,
+ "ItemId_3": 1036,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1041"
+ },
+ {
+ "Id": 40,
+ "Name": "精品钻石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 40,
+ "ItemId_1": 1037,
+ "ItemId_2": 1037,
+ "ItemId_3": 1037,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1042"
+ },
+ {
+ "Id": 41,
+ "Name": "极品石榴石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 41,
+ "ItemId_1": 1038,
+ "ItemId_2": 1038,
+ "ItemId_3": 1038,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1043"
+ },
+ {
+ "Id": 42,
+ "Name": "极品寿山石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 42,
+ "ItemId_1": 1039,
+ "ItemId_2": 1039,
+ "ItemId_3": 1039,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1044"
+ },
+ {
+ "Id": 43,
+ "Name": "极品绿松石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 43,
+ "ItemId_1": 1040,
+ "ItemId_2": 1040,
+ "ItemId_3": 1040,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1045"
+ },
+ {
+ "Id": 44,
+ "Name": "极品变石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 44,
+ "ItemId_1": 1041,
+ "ItemId_2": 1041,
+ "ItemId_3": 1041,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1046"
+ },
+ {
+ "Id": 45,
+ "Name": "极品钻石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 45,
+ "ItemId_1": 1042,
+ "ItemId_2": 1042,
+ "ItemId_3": 1042,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1047"
+ },
+ {
+ "Id": 46,
+ "Name": "凡品贪狼星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 46,
+ "ItemId_1": 1016,
+ "ItemId_2": 1017,
+ "ItemId_3": 1015,
+ "ItemId_4": 1053,
+ "ItemId_5": 1047,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1048"
+ },
+ {
+ "Id": 47,
+ "Name": "凡品七杀星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 47,
+ "ItemId_1": 1045,
+ "ItemId_2": 1015,
+ "ItemId_3": 1053,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1049"
+ },
+ {
+ "Id": 48,
+ "Name": "凡品破军星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 48,
+ "ItemId_1": 1043,
+ "ItemId_2": 1047,
+ "ItemId_3": 1053,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1050"
+ },
+ {
+ "Id": 49,
+ "Name": "凡品少阳珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 49,
+ "ItemId_1": 1028,
+ "ItemId_2": 1028,
+ "ItemId_3": 1046,
+ "ItemId_4": 1053,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1051"
+ },
+ {
+ "Id": 50,
+ "Name": "凡品少阴珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 11,
+ "MixtureID": 50,
+ "ItemId_1": 1044,
+ "ItemId_2": 1047,
+ "ItemId_3": 1053,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1052"
+ },
+ {
+ "Id": 51,
+ "Name": "精品贪狼星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 51,
+ "ItemId_1": 1048,
+ "ItemId_2": 1048,
+ "ItemId_3": 1048,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1054"
+ },
+ {
+ "Id": 52,
+ "Name": "精品七杀星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 52,
+ "ItemId_1": 1049,
+ "ItemId_2": 1049,
+ "ItemId_3": 1049,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1055"
+ },
+ {
+ "Id": 53,
+ "Name": "精品破军星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 53,
+ "ItemId_1": 1050,
+ "ItemId_2": 1050,
+ "ItemId_3": 1050,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1056"
+ },
+ {
+ "Id": 54,
+ "Name": "精品少阳珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 54,
+ "ItemId_1": 1051,
+ "ItemId_2": 1051,
+ "ItemId_3": 1051,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1057"
+ },
+ {
+ "Id": 55,
+ "Name": "精品少阴珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 55,
+ "ItemId_1": 1052,
+ "ItemId_2": 1052,
+ "ItemId_3": 1052,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1058"
+ },
+ {
+ "Id": 56,
+ "Name": "精品白欧泊",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 56,
+ "ItemId_1": 1053,
+ "ItemId_2": 1053,
+ "ItemId_3": 1053,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1059"
+ },
+ {
+ "Id": 57,
+ "Name": "极品贪狼星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 57,
+ "ItemId_1": 1054,
+ "ItemId_2": 1054,
+ "ItemId_3": 1054,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1060"
+ },
+ {
+ "Id": 58,
+ "Name": "极品七杀星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 58,
+ "ItemId_1": 1055,
+ "ItemId_2": 1055,
+ "ItemId_3": 1055,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1061"
+ },
+ {
+ "Id": 59,
+ "Name": "极品破军星",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 59,
+ "ItemId_1": 1056,
+ "ItemId_2": 1056,
+ "ItemId_3": 1056,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1062"
+ },
+ {
+ "Id": 60,
+ "Name": "极品少阳珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 60,
+ "ItemId_1": 1057,
+ "ItemId_2": 1057,
+ "ItemId_3": 1057,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1063"
+ },
+ {
+ "Id": 61,
+ "Name": "极品少阴珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 61,
+ "ItemId_1": 1058,
+ "ItemId_2": 1058,
+ "ItemId_3": 1058,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1064"
+ },
+ {
+ "Id": 62,
+ "Name": "极品白欧泊",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 62,
+ "ItemId_1": 1059,
+ "ItemId_2": 1059,
+ "ItemId_3": 1059,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1065"
+ },
+ {
+ "Id": 63,
+ "Name": "凡品至阴珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 63,
+ "ItemId_1": 1064,
+ "ItemId_2": 1064,
+ "ItemId_3": 1064,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1066"
+ },
+ {
+ "Id": 64,
+ "Name": "凡品纯阳珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 64,
+ "ItemId_1": 1063,
+ "ItemId_2": 1063,
+ "ItemId_3": 1063,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1067"
+ },
+ {
+ "Id": 65,
+ "Name": "凡品天罡宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 65,
+ "ItemId_1": 1062,
+ "ItemId_2": 1064,
+ "ItemId_3": 1065,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1068"
+ },
+ {
+ "Id": 66,
+ "Name": "凡品地煞宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 66,
+ "ItemId_1": 1061,
+ "ItemId_2": 1063,
+ "ItemId_3": 1065,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1069"
+ },
+ {
+ "Id": 67,
+ "Name": "凡品人王宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 14,
+ "MixtureID": 67,
+ "ItemId_1": 1060,
+ "ItemId_2": 1060,
+ "ItemId_3": 1061,
+ "ItemId_4": 1065,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1070"
+ },
+ {
+ "Id": 68,
+ "Name": "精品至阴珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 68,
+ "ItemId_1": 1066,
+ "ItemId_2": 1066,
+ "ItemId_3": 1066,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1071"
+ },
+ {
+ "Id": 69,
+ "Name": "精品纯阳珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 69,
+ "ItemId_1": 1067,
+ "ItemId_2": 1067,
+ "ItemId_3": 1067,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1072"
+ },
+ {
+ "Id": 70,
+ "Name": "精品天罡宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 70,
+ "ItemId_1": 1068,
+ "ItemId_2": 1068,
+ "ItemId_3": 1068,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1073"
+ },
+ {
+ "Id": 71,
+ "Name": "精品地煞宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 71,
+ "ItemId_1": 1069,
+ "ItemId_2": 1069,
+ "ItemId_3": 1069,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1074"
+ },
+ {
+ "Id": 72,
+ "Name": "精品人王宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 72,
+ "ItemId_1": 1070,
+ "ItemId_2": 1070,
+ "ItemId_3": 1070,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1075"
+ },
+ {
+ "Id": 73,
+ "Name": "极品至阴珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 73,
+ "ItemId_1": 1071,
+ "ItemId_2": 1071,
+ "ItemId_3": 1071,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1076"
+ },
+ {
+ "Id": 74,
+ "Name": "极品纯阳珠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 74,
+ "ItemId_1": 1072,
+ "ItemId_2": 1072,
+ "ItemId_3": 1072,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1077"
+ },
+ {
+ "Id": 75,
+ "Name": "极品天罡宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 75,
+ "ItemId_1": 1073,
+ "ItemId_2": 1073,
+ "ItemId_3": 1073,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1078"
+ },
+ {
+ "Id": 76,
+ "Name": "极品地煞宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 76,
+ "ItemId_1": 1074,
+ "ItemId_2": 1074,
+ "ItemId_3": 1074,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1079"
+ },
+ {
+ "Id": 77,
+ "Name": "极品人王宝钻",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 17,
+ "MixtureID": 77,
+ "ItemId_1": 1075,
+ "ItemId_2": 1075,
+ "ItemId_3": 1075,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1080"
+ },
+ {
+ "Id": 84,
+ "Name": "精品白玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 84,
+ "ItemId_1": 1008,
+ "ItemId_2": 1007,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1006"
+ },
+ {
+ "Id": 85,
+ "Name": "精品鸡血石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 85,
+ "ItemId_1": 1008,
+ "ItemId_2": 1011,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1007"
+ },
+ {
+ "Id": 86,
+ "Name": "精品碧玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 86,
+ "ItemId_1": 1009,
+ "ItemId_2": 1010,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1008"
+ },
+ {
+ "Id": 87,
+ "Name": "精品黄玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 87,
+ "ItemId_1": 1006,
+ "ItemId_2": 1007,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1009"
+ },
+ {
+ "Id": 88,
+ "Name": "精品翡翠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 88,
+ "ItemId_1": 1009,
+ "ItemId_2": 1011,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1010"
+ },
+ {
+ "Id": 89,
+ "Name": "精品紫玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 89,
+ "ItemId_1": 1010,
+ "ItemId_2": 1006,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1011"
+ },
+ {
+ "Id": 90,
+ "Name": "极品白玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 90,
+ "ItemId_1": 1014,
+ "ItemId_2": 1013,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1012"
+ },
+ {
+ "Id": 91,
+ "Name": "极品鸡血石",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 91,
+ "ItemId_1": 1014,
+ "ItemId_2": 1017,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1013"
+ },
+ {
+ "Id": 92,
+ "Name": "极品碧玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 92,
+ "ItemId_1": 1015,
+ "ItemId_2": 1016,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1014"
+ },
+ {
+ "Id": 93,
+ "Name": "极品黄玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 93,
+ "ItemId_1": 1012,
+ "ItemId_2": 1013,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1015"
+ },
+ {
+ "Id": 94,
+ "Name": "极品翡翠",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 94,
+ "ItemId_1": 1015,
+ "ItemId_2": 1017,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1016"
+ },
+ {
+ "Id": 95,
+ "Name": "极品紫玉",
+ "Type": 1,
+ "DisplayType": 1,
+ "ScaleDisplay": 5,
+ "MixtureID": 95,
+ "ItemId_1": 1016,
+ "ItemId_2": 1012,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1017"
+ },
+ {
+ "Id": 501,
+ "Name": "血珀·白玉",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 501,
+ "ItemId_1": 1012,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1012"
+ },
+ {
+ "Id": 502,
+ "Name": "血珀·黄玉",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 502,
+ "ItemId_1": 1015,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1015"
+ },
+ {
+ "Id": 503,
+ "Name": "血珀·翡翠",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 503,
+ "ItemId_1": 1016,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1016"
+ },
+ {
+ "Id": 504,
+ "Name": "血珀·青金石",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 504,
+ "ItemId_1": 1028,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1028"
+ },
+ {
+ "Id": 505,
+ "Name": "血珀·影玉",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 505,
+ "ItemId_1": 1029,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1029"
+ },
+ {
+ "Id": 506,
+ "Name": "血珀·绿松石",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 506,
+ "ItemId_1": 1045,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1045"
+ },
+ {
+ "Id": 507,
+ "Name": "血珀·变石",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 507,
+ "ItemId_1": 1046,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1046"
+ },
+ {
+ "Id": 508,
+ "Name": "血珀·七杀星",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 508,
+ "ItemId_1": 1061,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1061"
+ },
+ {
+ "Id": 509,
+ "Name": "血珀·少阳珠",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 509,
+ "ItemId_1": 1063,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1063"
+ },
+ {
+ "Id": 510,
+ "Name": "血珀·纯阳珠",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 510,
+ "ItemId_1": 1077,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1077"
+ },
+ {
+ "Id": 511,
+ "Name": "血珀·地煞宝钻",
+ "Type": 1,
+ "DisplayType": 3,
+ "ScaleDisplay": -1,
+ "MixtureID": 511,
+ "ItemId_1": 1079,
+ "ItemId_2": 1100,
+ "ItemId_3": 0,
+ "ItemId_4": 0,
+ "ItemId_5": 0,
+ "ItemId_6": 0,
+ "ItemId_7": 0,
+ "ProbabilitySuccess": 100,
+ "Icon": "Item_Icon_1079"
+ }
+]
\ No newline at end of file
diff --git a/config/UpExpConfigCategory.json b/config/UpExpConfigCategory.json
new file mode 100644
index 0000000..dba0483
--- /dev/null
+++ b/config/UpExpConfigCategory.json
@@ -0,0 +1,452 @@
+[
+ {
+ "Id": 1,
+ "Level": 1,
+ "Exp": 500
+ },
+ {
+ "Id": 2,
+ "Level": 2,
+ "Exp": 2000
+ },
+ {
+ "Id": 3,
+ "Level": 3,
+ "Exp": 4500
+ },
+ {
+ "Id": 4,
+ "Level": 4,
+ "Exp": 8000
+ },
+ {
+ "Id": 5,
+ "Level": 5,
+ "Exp": 12500
+ },
+ {
+ "Id": 6,
+ "Level": 6,
+ "Exp": 18000
+ },
+ {
+ "Id": 7,
+ "Level": 7,
+ "Exp": 24500
+ },
+ {
+ "Id": 8,
+ "Level": 8,
+ "Exp": 32000
+ },
+ {
+ "Id": 9,
+ "Level": 9,
+ "Exp": 40500
+ },
+ {
+ "Id": 10,
+ "Level": 10,
+ "Exp": 50000
+ },
+ {
+ "Id": 11,
+ "Level": 11,
+ "Exp": 60500
+ },
+ {
+ "Id": 12,
+ "Level": 12,
+ "Exp": 72000
+ },
+ {
+ "Id": 13,
+ "Level": 13,
+ "Exp": 84500
+ },
+ {
+ "Id": 14,
+ "Level": 14,
+ "Exp": 98000
+ },
+ {
+ "Id": 15,
+ "Level": 15,
+ "Exp": 112500
+ },
+ {
+ "Id": 16,
+ "Level": 16,
+ "Exp": 128000
+ },
+ {
+ "Id": 17,
+ "Level": 17,
+ "Exp": 144500
+ },
+ {
+ "Id": 18,
+ "Level": 18,
+ "Exp": 162000
+ },
+ {
+ "Id": 19,
+ "Level": 19,
+ "Exp": 180500
+ },
+ {
+ "Id": 20,
+ "Level": 20,
+ "Exp": 200000
+ },
+ {
+ "Id": 21,
+ "Level": 21,
+ "Exp": 220500
+ },
+ {
+ "Id": 22,
+ "Level": 22,
+ "Exp": 242000
+ },
+ {
+ "Id": 23,
+ "Level": 23,
+ "Exp": 264500
+ },
+ {
+ "Id": 24,
+ "Level": 24,
+ "Exp": 288000
+ },
+ {
+ "Id": 25,
+ "Level": 25,
+ "Exp": 312500
+ },
+ {
+ "Id": 26,
+ "Level": 26,
+ "Exp": 338000
+ },
+ {
+ "Id": 27,
+ "Level": 27,
+ "Exp": 364500
+ },
+ {
+ "Id": 28,
+ "Level": 28,
+ "Exp": 392000
+ },
+ {
+ "Id": 29,
+ "Level": 29,
+ "Exp": 420500
+ },
+ {
+ "Id": 30,
+ "Level": 30,
+ "Exp": 450000
+ },
+ {
+ "Id": 31,
+ "Level": 31,
+ "Exp": 480500
+ },
+ {
+ "Id": 32,
+ "Level": 32,
+ "Exp": 512000
+ },
+ {
+ "Id": 33,
+ "Level": 33,
+ "Exp": 544500
+ },
+ {
+ "Id": 34,
+ "Level": 34,
+ "Exp": 578000
+ },
+ {
+ "Id": 35,
+ "Level": 35,
+ "Exp": 612500
+ },
+ {
+ "Id": 36,
+ "Level": 36,
+ "Exp": 648000
+ },
+ {
+ "Id": 37,
+ "Level": 37,
+ "Exp": 684500
+ },
+ {
+ "Id": 38,
+ "Level": 38,
+ "Exp": 722000
+ },
+ {
+ "Id": 39,
+ "Level": 39,
+ "Exp": 760500
+ },
+ {
+ "Id": 40,
+ "Level": 40,
+ "Exp": 800000
+ },
+ {
+ "Id": 41,
+ "Level": 41,
+ "Exp": 840500
+ },
+ {
+ "Id": 42,
+ "Level": 42,
+ "Exp": 882000
+ },
+ {
+ "Id": 43,
+ "Level": 43,
+ "Exp": 924500
+ },
+ {
+ "Id": 44,
+ "Level": 44,
+ "Exp": 968000
+ },
+ {
+ "Id": 45,
+ "Level": 45,
+ "Exp": 1012500
+ },
+ {
+ "Id": 46,
+ "Level": 46,
+ "Exp": 1058000
+ },
+ {
+ "Id": 47,
+ "Level": 47,
+ "Exp": 1104500
+ },
+ {
+ "Id": 48,
+ "Level": 48,
+ "Exp": 1152000
+ },
+ {
+ "Id": 49,
+ "Level": 49,
+ "Exp": 1200500
+ },
+ {
+ "Id": 50,
+ "Level": 50,
+ "Exp": 1250000
+ },
+ {
+ "Id": 51,
+ "Level": 51,
+ "Exp": 1300500
+ },
+ {
+ "Id": 52,
+ "Level": 52,
+ "Exp": 1352000
+ },
+ {
+ "Id": 53,
+ "Level": 53,
+ "Exp": 1404500
+ },
+ {
+ "Id": 54,
+ "Level": 54,
+ "Exp": 1458000
+ },
+ {
+ "Id": 55,
+ "Level": 55,
+ "Exp": 1512500
+ },
+ {
+ "Id": 56,
+ "Level": 56,
+ "Exp": 1568000
+ },
+ {
+ "Id": 57,
+ "Level": 57,
+ "Exp": 1624500
+ },
+ {
+ "Id": 58,
+ "Level": 58,
+ "Exp": 1682000
+ },
+ {
+ "Id": 59,
+ "Level": 59,
+ "Exp": 1740500
+ },
+ {
+ "Id": 60,
+ "Level": 60,
+ "Exp": 1800000
+ },
+ {
+ "Id": 61,
+ "Level": 61,
+ "Exp": 1860500
+ },
+ {
+ "Id": 62,
+ "Level": 62,
+ "Exp": 1922000
+ },
+ {
+ "Id": 63,
+ "Level": 63,
+ "Exp": 1984500
+ },
+ {
+ "Id": 64,
+ "Level": 64,
+ "Exp": 2048000
+ },
+ {
+ "Id": 65,
+ "Level": 65,
+ "Exp": 2112500
+ },
+ {
+ "Id": 66,
+ "Level": 66,
+ "Exp": 2178000
+ },
+ {
+ "Id": 67,
+ "Level": 67,
+ "Exp": 2244500
+ },
+ {
+ "Id": 68,
+ "Level": 68,
+ "Exp": 2312000
+ },
+ {
+ "Id": 69,
+ "Level": 69,
+ "Exp": 2380500
+ },
+ {
+ "Id": 70,
+ "Level": 70,
+ "Exp": 2450000
+ },
+ {
+ "Id": 71,
+ "Level": 71,
+ "Exp": 2520500
+ },
+ {
+ "Id": 72,
+ "Level": 72,
+ "Exp": 2592000
+ },
+ {
+ "Id": 73,
+ "Level": 73,
+ "Exp": 2664500
+ },
+ {
+ "Id": 74,
+ "Level": 74,
+ "Exp": 2738000
+ },
+ {
+ "Id": 75,
+ "Level": 75,
+ "Exp": 2812500
+ },
+ {
+ "Id": 76,
+ "Level": 76,
+ "Exp": 2888000
+ },
+ {
+ "Id": 77,
+ "Level": 77,
+ "Exp": 2964500
+ },
+ {
+ "Id": 78,
+ "Level": 78,
+ "Exp": 3042000
+ },
+ {
+ "Id": 79,
+ "Level": 79,
+ "Exp": 3120500
+ },
+ {
+ "Id": 80,
+ "Level": 80,
+ "Exp": 3200000
+ },
+ {
+ "Id": 81,
+ "Level": 81,
+ "Exp": 3280500
+ },
+ {
+ "Id": 82,
+ "Level": 82,
+ "Exp": 3362000
+ },
+ {
+ "Id": 83,
+ "Level": 83,
+ "Exp": 3444500
+ },
+ {
+ "Id": 84,
+ "Level": 84,
+ "Exp": 3528000
+ },
+ {
+ "Id": 85,
+ "Level": 85,
+ "Exp": 3612500
+ },
+ {
+ "Id": 86,
+ "Level": 86,
+ "Exp": 3698000
+ },
+ {
+ "Id": 87,
+ "Level": 87,
+ "Exp": 3784500
+ },
+ {
+ "Id": 88,
+ "Level": 88,
+ "Exp": 3872000
+ },
+ {
+ "Id": 89,
+ "Level": 89,
+ "Exp": 3960500
+ },
+ {
+ "Id": 90,
+ "Level": 90,
+ "Exp": 4050000
+ }
+]
\ No newline at end of file
diff --git a/config/UpgrateSequenceConfigCategory.json b/config/UpgrateSequenceConfigCategory.json
new file mode 100644
index 0000000..8046c45
--- /dev/null
+++ b/config/UpgrateSequenceConfigCategory.json
@@ -0,0 +1,78 @@
+[
+ {
+ "Id": 1001,
+ "SequenceType": 1,
+ "ItemId": [
+ 2001,
+ 2002,
+ 2003
+ ]
+ },
+ {
+ "Id": 1002,
+ "SequenceType": 1,
+ "ItemId": [
+ 3001,
+ 3002,
+ 3003
+ ]
+ },
+ {
+ "Id": 1003,
+ "SequenceType": 1,
+ "ItemId": [
+ 3004,
+ 3005
+ ]
+ },
+ {
+ "Id": 1004,
+ "SequenceType": 1,
+ "ItemId": [
+ 2004,
+ 2005
+ ]
+ },
+ {
+ "Id": 1005,
+ "SequenceType": 1,
+ "ItemId": [
+ 3006,
+ 3007
+ ]
+ },
+ {
+ "Id": 1006,
+ "SequenceType": 1,
+ "ItemId": [
+ 3008,
+ 3009
+ ]
+ },
+ {
+ "Id": 1007,
+ "SequenceType": 1,
+ "ItemId": [
+ 2008,
+ 2009,
+ 2010
+ ]
+ },
+ {
+ "Id": 1008,
+ "SequenceType": 1,
+ "ItemId": [
+ 4001,
+ 4002,
+ 4003
+ ]
+ },
+ {
+ "Id": 1009,
+ "SequenceType": 1,
+ "ItemId": [
+ 4005,
+ 4006
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/ValleyEffectConfigCategory.json b/config/ValleyEffectConfigCategory.json
new file mode 100644
index 0000000..2ca027a
--- /dev/null
+++ b/config/ValleyEffectConfigCategory.json
@@ -0,0 +1,405 @@
+[
+ {
+ "Id": 1,
+ "Name": "每日奖励",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 0,
+ "Level": 1,
+ "Group": 1,
+ "EffectType": 1,
+ "CalType": 3,
+ "Parameter": 3,
+ "NeedShow": false,
+ "IconFile": "Valley_Effect_1",
+ "Description": "每日登录可以领取奖励"
+ },
+ {
+ "Id": 2,
+ "Name": "制作速度加快",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 2,
+ "EffectType": 2,
+ "CalType": 2,
+ "Parameter": 50,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_2",
+ "Description": "制作速度加快{Param}%"
+ },
+ {
+ "Id": 3,
+ "Name": "建造速度加快",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 3,
+ "EffectType": 3,
+ "CalType": 2,
+ "Parameter": 10,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_3",
+ "Description": "建造速度加快{Param}%"
+ },
+ {
+ "Id": 4,
+ "Name": "幼苗成长时间减少",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 4,
+ "EffectType": 4,
+ "CalType": 2,
+ "Parameter": -20,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_4",
+ "Description": "幼苗的成长成长时间减少{Param}%"
+ },
+ {
+ "Id": 5,
+ "Name": "修理花费减少",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 5,
+ "EffectType": 5,
+ "CalType": 2,
+ "Parameter": -20,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_5",
+ "Description": "修理建筑的材料与铜钱消耗减少{Param}%"
+ },
+ {
+ "Id": 6,
+ "Name": "居所容量上升",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 6,
+ "EffectType": 6,
+ "CalType": 1,
+ "Parameter": 1,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_6",
+ "Description": "居所类型的建筑居住人口增加{Param}"
+ },
+ {
+ "Id": 7,
+ "Name": "凝时获取加快",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 7,
+ "EffectType": 7,
+ "CalType": 2,
+ "Parameter": 100,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_7",
+ "Description": "凝时的获取速度增加{Param}%"
+ },
+ {
+ "Id": 8,
+ "Name": "不死树庇护量增加",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 8,
+ "EffectType": 8,
+ "CalType": 1,
+ "Parameter": 2,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_8",
+ "Description": "不死树庇护村民数增加{Param}"
+ },
+ {
+ "Id": 9,
+ "Name": "科技研究效率上升",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 9,
+ "EffectType": 9,
+ "CalType": 1,
+ "Parameter": 1,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_9",
+ "Description": "科技研究效率增加{Param}"
+ },
+ {
+ "Id": 10,
+ "Name": "神秘商人货物栏增加",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 10,
+ "EffectType": 10,
+ "CalType": 1,
+ "Parameter": 3,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_10",
+ "Description": "神秘商人货物栏增加{Param}"
+ },
+ {
+ "Id": 11,
+ "Name": "不死树施肥次数增加",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 11,
+ "EffectType": 11,
+ "CalType": 1,
+ "Parameter": 5,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_11",
+ "Description": "不死树的施肥次数增加{Param}"
+ },
+ {
+ "Id": 12,
+ "Name": "陵陵送礼铜钱增加",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 0,
+ "Level": 1,
+ "Group": 12,
+ "EffectType": 12,
+ "CalType": 3,
+ "NeedShow": false,
+ "IconFile": "Valley_Effect_12",
+ "Description": "陵陵送礼的铜钱增加"
+ },
+ {
+ "Id": 14,
+ "Name": "陵陵宝藏抽奖轮数增加",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 0,
+ "Level": 1,
+ "Group": 14,
+ "EffectType": 14,
+ "CalType": 1,
+ "Parameter": 2,
+ "NeedShow": false,
+ "IconFile": "Valley_Effect_14",
+ "Description": "陵陵宝藏抽奖轮数增加{Param}次"
+ },
+ {
+ "Id": 15,
+ "Name": "农田基础食物产出增加",
+ "EffectSource": 2,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 15,
+ "EffectType": 15,
+ "CalType": 2,
+ "Parameter": 20,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_15",
+ "Description": "农田基础食物产出增加{Param}%"
+ },
+ {
+ "Id": 16,
+ "Name": "脱战勇士移动速度加快",
+ "EffectSource": 1,
+ "Enable": true,
+ "Gain": 1,
+ "Level": 1,
+ "Group": 16,
+ "EffectType": 16,
+ "CalType": 1,
+ "Parameter": 5,
+ "NeedShow": true,
+ "IconFile": "Valley_Effect_16",
+ "Description": "勇士在非战斗状态下移动速度增加{Param}"
+ },
+ {
+ "Id": 17,
+ "Name": "大风",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 17,
+ "EffectType": 1001,
+ "CalType": 1,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_510",
+ "Description": "很大的风,房屋的耐久轻微受损;没穿衣服的村民可能会生病"
+ },
+ {
+ "Id": 18,
+ "Name": "小雨",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 18,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -4,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_501",
+ "Description": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 19,
+ "Name": "暴雨",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 19,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_502",
+ "Description": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 20,
+ "Name": "雷雨",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 20,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_503",
+ "Description": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 21,
+ "Name": "冰雹",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 21,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_504",
+ "Description": "村民被硕大的冰雹砸会受伤,建筑耐久也会受损"
+ },
+ {
+ "Id": 22,
+ "Name": "高温",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 22,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -3,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_505",
+ "Description": "夏天特有的恶劣天气,穿更凉快的衣服才不容易中暑"
+ },
+ {
+ "Id": 23,
+ "Name": "雪",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 23,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_506",
+ "Description": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 24,
+ "Name": "暴雪",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 24,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_507",
+ "Description": "村民劳力降低,没穿雨具的村民还可能会生病;建筑耐久也受损了"
+ },
+ {
+ "Id": 25,
+ "Name": "寒流",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 25,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_508",
+ "Description": "很冷的寒流,请注意保暖"
+ },
+ {
+ "Id": 26,
+ "Name": "地震",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 26,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -10,
+ "NeedShow": true,
+ "IconFile": "",
+ "Description": ""
+ },
+ {
+ "Id": 27,
+ "Name": "流感",
+ "EffectSource": 3,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 27,
+ "EffectType": 1001,
+ "CalType": 1,
+ "Parameter": -5,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_511",
+ "Description": "正在爆发流感,村民劳力降低了,请及时治疗"
+ },
+ {
+ "Id": 28,
+ "Name": "饥饿",
+ "EffectSource": 4,
+ "Enable": false,
+ "Gain": 2,
+ "Level": 1,
+ "Group": 28,
+ "EffectType": 1001,
+ "CalType": 2,
+ "Parameter": -30,
+ "NeedShow": true,
+ "IconFile": "Buff_Icon_8012",
+ "Description": "食物不足,勇士和村民正在忍受饥饿。劳力值降低30%"
+ }
+]
\ No newline at end of file
diff --git a/config/ValleyInitResourceCategory.json b/config/ValleyInitResourceCategory.json
new file mode 100644
index 0000000..4f524cb
--- /dev/null
+++ b/config/ValleyInitResourceCategory.json
@@ -0,0 +1,4562 @@
+[
+ {
+ "Region": 1001,
+ "InitResourceItems": [
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -30.5,
+ "y": -38.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -38,
+ "y": -32
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -29.5,
+ "y": -39.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -23.5,
+ "y": -18.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -30,
+ "y": -32.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -3,
+ "y": -14.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 17,
+ "y": -8.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -8,
+ "y": -51.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -1,
+ "y": -43
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 5.5,
+ "y": -53.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 35,
+ "Pos": {
+ "x": 33.5,
+ "y": -14.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 35,
+ "Pos": {
+ "x": 42,
+ "y": -12
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 37,
+ "Pos": {
+ "x": 19,
+ "y": -24.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5,
+ "y": 31.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 39,
+ "Pos": {
+ "x": 12,
+ "y": 40
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 19,
+ "ArtConfigId": 45,
+ "Pos": {
+ "x": -25,
+ "y": -33
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 19,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 1.5,
+ "y": -19.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -14,
+ "y": -37.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 6,
+ "Pos": {
+ "x": 19.5,
+ "y": -30.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 9,
+ "Pos": {
+ "x": 4.5,
+ "y": -9.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 27.5,
+ "y": -39.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -32.5,
+ "y": 3.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -10.5,
+ "y": -37.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 13,
+ "y": -33.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -12,
+ "y": -11.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 19,
+ "y": -18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -4,
+ "y": -18
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 8,
+ "y": -51
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 3,
+ "y": -26
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 18,
+ "y": -52.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -22.5,
+ "y": -29.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 28.5,
+ "y": -37.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -23,
+ "y": -39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -1.5,
+ "y": -14.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 19,
+ "Pos": {
+ "x": -28.5,
+ "y": -32.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -38.5,
+ "y": -14.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5,
+ "y": -50
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 11,
+ "y": -34.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 38.5,
+ "y": 43.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -21,
+ "y": 2.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 37,
+ "y": -17
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 41,
+ "y": -32.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 24.5,
+ "y": 13.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -47,
+ "y": -16
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9.5,
+ "y": -33.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 37,
+ "Pos": {
+ "x": -31.5,
+ "y": 32.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 37,
+ "Pos": {
+ "x": 43,
+ "y": -16.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 37,
+ "Pos": {
+ "x": -15.5,
+ "y": 22.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -4,
+ "y": -2
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 37.5,
+ "y": 16.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 15,
+ "y": -39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 39,
+ "Pos": {
+ "x": 16.5,
+ "y": -40.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 40,
+ "y": 42.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 22,
+ "Pos": {
+ "x": 19,
+ "y": -41
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 7,
+ "y": 21
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -44,
+ "y": -5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 15,
+ "Pos": {
+ "x": 43.5,
+ "y": -8.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 15,
+ "Pos": {
+ "x": 13,
+ "y": -27
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 15,
+ "Pos": {
+ "x": -10.5,
+ "y": 0.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 15,
+ "Pos": {
+ "x": -18,
+ "y": -39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -35.5,
+ "y": -30.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -0.5,
+ "y": -36.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -21,
+ "y": -37
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 43,
+ "y": -3.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -15,
+ "y": -11.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 19,
+ "ArtConfigId": 44,
+ "Pos": {
+ "x": -9.5,
+ "y": -51.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 19,
+ "ArtConfigId": 45,
+ "Pos": {
+ "x": -15.5,
+ "y": -12.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 23,
+ "Pos": {
+ "x": -38.5,
+ "y": -4.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 23.5,
+ "y": -50.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 19,
+ "Pos": {
+ "x": -14,
+ "y": -4.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 37,
+ "Pos": {
+ "x": 8.5,
+ "y": 20.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 35,
+ "Pos": {
+ "x": 34,
+ "y": -3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 22,
+ "Pos": {
+ "x": -35.5,
+ "y": 1.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 22.5,
+ "y": -51.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 7,
+ "Pos": {
+ "x": 9.5,
+ "y": -16.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": -17,
+ "y": -5.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -39,
+ "y": -15.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5.5,
+ "y": -44.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": -31.5,
+ "y": -2.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -15.5,
+ "y": -44.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 9,
+ "Pos": {
+ "x": -28.5,
+ "y": -24.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 11,
+ "y": -26.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -30.5,
+ "y": -40.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 6,
+ "Pos": {
+ "x": -19.5,
+ "y": -16.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -37.5,
+ "y": -14.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 23,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 37,
+ "y": 32.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -34.5,
+ "y": -8.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -2.5,
+ "y": -36.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -30,
+ "y": -10.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -12.5,
+ "y": -45.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 15,
+ "Pos": {
+ "x": -36,
+ "y": -7.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -41.5,
+ "y": 13.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -38.5,
+ "y": -8.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 15,
+ "Pos": {
+ "x": -27,
+ "y": -24.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -6,
+ "y": -1.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 42,
+ "y": -28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 31,
+ "y": -6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -41.5,
+ "y": 36.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 21.5,
+ "y": -25.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9,
+ "y": -54.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -16,
+ "y": -36
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -27,
+ "y": -8
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -46,
+ "y": -11
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -26,
+ "y": 7.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 0,
+ "y": 0.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -8,
+ "y": -11
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -20,
+ "y": -20.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 0.5,
+ "y": -26.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -23,
+ "y": -33
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 6.5,
+ "y": -50.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 15,
+ "y": -1.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 2.5,
+ "y": -9.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -22,
+ "y": -39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -13,
+ "y": -42.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -21,
+ "y": -41
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -26,
+ "y": -6.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -13.5,
+ "y": -5.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -21.5,
+ "y": -32.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 11,
+ "y": -48.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -38.5,
+ "y": -32.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -40,
+ "y": -36.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -20.5,
+ "y": -17.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 15,
+ "y": -7.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -24.5,
+ "y": -39.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -10.5,
+ "y": -42.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 30,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 5.5,
+ "y": -54.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -30,
+ "y": -31.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 8,
+ "y": -39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -9.5,
+ "y": 1.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -28.5,
+ "y": -1.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 38,
+ "y": -31
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 13,
+ "y": -35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -14,
+ "y": -46
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5,
+ "y": -2
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 17,
+ "y": -38.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 4,
+ "y": -54.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -47,
+ "y": -21
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -0.5,
+ "y": -23.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -17,
+ "y": -13
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 19,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -34,
+ "y": -7
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 19,
+ "ArtConfigId": 45,
+ "Pos": {
+ "x": 20,
+ "y": -23.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -39,
+ "y": 14
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -45,
+ "y": -21
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -37,
+ "y": -33
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -31,
+ "y": 2.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 42,
+ "y": -33
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 4,
+ "y": -25.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 45,
+ "y": -45
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 25,
+ "y": -51
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 21,
+ "y": -33.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 35.5,
+ "y": -52.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 22.5,
+ "y": -32.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 35.5,
+ "y": -30.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 14,
+ "y": -27
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 12.5,
+ "y": -27.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 12.5,
+ "y": -8.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 39.5,
+ "y": -27.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 7.5,
+ "y": -7.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 17,
+ "y": -7.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 9,
+ "y": -34.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 13.5,
+ "y": -27.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 10,
+ "y": -6.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 10.5,
+ "y": -15.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 3,
+ "y": -20
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 0,
+ "y": -14.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 30,
+ "y": -37.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 7.5,
+ "y": -15.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 11.5,
+ "y": -27.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 8.5,
+ "y": -17.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -23,
+ "y": -40.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 11.5,
+ "y": -35.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 46.5,
+ "y": -47.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -24,
+ "y": -37.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 7.5,
+ "y": -16.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -22.5,
+ "y": -19.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 10,
+ "y": -35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 30.5,
+ "y": -49.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -12,
+ "y": -39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -17,
+ "y": -41
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -15.5,
+ "y": -47.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -8.5,
+ "y": -43.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -17,
+ "y": -47.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 17,
+ "y": -49.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 6,
+ "y": -39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 16,
+ "y": -51
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 17,
+ "y": -42
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -8,
+ "y": -50.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9,
+ "y": -53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 3,
+ "y": -27
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 33,
+ "y": -50.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 0,
+ "y": -36
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9.5,
+ "y": -39.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 8.5,
+ "y": -40.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 5.5,
+ "y": -50.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -8.5,
+ "y": -40.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 8,
+ "y": -53.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -17,
+ "y": -46.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -36.5,
+ "y": -14.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -26.5,
+ "y": -23.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -36,
+ "y": -29
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -31,
+ "y": -28.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -3,
+ "y": -19
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -25.5,
+ "y": -24.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -21.5,
+ "y": -33.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -24,
+ "y": -33.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -23.5,
+ "y": -32.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -24,
+ "y": -20
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 23,
+ "ArtConfigId": 47,
+ "Pos": {
+ "x": -6.5,
+ "y": -50.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 24,
+ "ArtConfigId": 50,
+ "Pos": {
+ "x": 13,
+ "y": -49.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 24,
+ "ArtConfigId": 50,
+ "Pos": {
+ "x": 13,
+ "y": -48
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 24,
+ "ArtConfigId": 50,
+ "Pos": {
+ "x": -7.5,
+ "y": -53.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 23,
+ "ArtConfigId": 48,
+ "Pos": {
+ "x": -1,
+ "y": -53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 24,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -4,
+ "y": -54.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 14,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -32,
+ "y": -40
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 25,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34,
+ "y": -0.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 25,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -3.5,
+ "y": -41.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 25,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 32.5,
+ "y": -19.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -27.5,
+ "y": 6.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 3,
+ "y": -19
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 24,
+ "Pos": {
+ "x": 34,
+ "y": -31.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -45.5,
+ "y": -5.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -45.5,
+ "y": -4.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -47,
+ "y": -9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -30,
+ "y": -12
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -43,
+ "y": -3.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -43,
+ "y": -5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 4,
+ "y": -17.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9.5,
+ "y": -0.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -18,
+ "y": -34.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 22.5,
+ "y": -31.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -3,
+ "y": -17.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -24.5,
+ "y": 7.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 14,
+ "y": -9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -35,
+ "y": 4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -34.5,
+ "y": 4.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -44.5,
+ "y": -21.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -42.5,
+ "y": -23.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 39.5,
+ "y": -32.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 21.5,
+ "y": -49.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 8,
+ "y": -0.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -12,
+ "y": -5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 14.5,
+ "y": 0.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 0,
+ "y": -13.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 3.5,
+ "y": -10.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -20,
+ "y": 2
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -22,
+ "y": 3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 4.5,
+ "y": -8.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -10.5,
+ "y": -0.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 27,
+ "y": -38.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -12,
+ "y": 0
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -1.5,
+ "y": -15.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -29.5,
+ "y": -1.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -29,
+ "y": -2
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -30.5,
+ "y": -1.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -37.5,
+ "y": -9.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -40.5,
+ "y": -13.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -39.5,
+ "y": -14.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 19.5,
+ "y": -25.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 21,
+ "y": -23.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 26,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 2,
+ "y": -54
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 10,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 1.5,
+ "y": -52.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 27,
+ "ArtConfigId": 52,
+ "Pos": {
+ "x": -16.5,
+ "y": -47.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 29,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 30,
+ "y": -11
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 28,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 41,
+ "y": -9.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 13,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 15.5,
+ "y": -8.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 16,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -29.5,
+ "y": 19.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 27,
+ "ArtConfigId": 52,
+ "Pos": {
+ "x": -45.5,
+ "y": -21.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 27,
+ "ArtConfigId": 52,
+ "Pos": {
+ "x": -33.5,
+ "y": 4.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 14.5,
+ "y": -40.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 19.5,
+ "y": -32.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": 36.5,
+ "y": -31.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 44,
+ "y": -47
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34,
+ "y": -45.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 37,
+ "y": -50.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 27,
+ "ArtConfigId": 52,
+ "Pos": {
+ "x": 42,
+ "y": -1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 35,
+ "Pos": {
+ "x": 36.5,
+ "y": -9.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 20,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 29,
+ "y": -17
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 37.5,
+ "y": -10.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 44.5,
+ "y": -50.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 42,
+ "y": -42
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 31,
+ "y": -47.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 46,
+ "y": -49.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 44.5,
+ "y": -50.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 42.5,
+ "y": -42.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 40.5,
+ "y": -52.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 47.5,
+ "y": -43.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 41.5,
+ "y": -17.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 35.5,
+ "y": -17.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 43,
+ "y": -12.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 35,
+ "y": -10.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 28.5,
+ "y": -9.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 28.5,
+ "y": -17.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 33,
+ "y": -15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 35,
+ "y": -3.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 30,
+ "y": -7
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 41.5,
+ "y": -1.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 33,
+ "y": -1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 43.5,
+ "y": -4.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 16,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 21,
+ "y": 39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 16,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -16.5,
+ "y": 32.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 16,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 36,
+ "y": 17
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 16,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 28.5,
+ "y": -28.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 0,
+ "y": -35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 42,
+ "y": -32
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 19,
+ "Pos": {
+ "x": 21,
+ "y": -31.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -46,
+ "y": 29.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -1.5,
+ "y": 43.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34.5,
+ "y": 33.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 6.5,
+ "y": 19.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 14,
+ "y": 39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 21,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -33.5,
+ "y": 31.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -31,
+ "y": 30
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -44.5,
+ "y": 27.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 17,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34.5,
+ "y": 30.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 27,
+ "ArtConfigId": 52,
+ "Pos": {
+ "x": -4,
+ "y": 42.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5.5,
+ "y": 12.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -18,
+ "y": 22.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5.5,
+ "y": 29.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 10.5,
+ "y": 33.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 7,
+ "Pos": {
+ "x": 24.5,
+ "y": 31.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": 4.5,
+ "y": 20.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": -18,
+ "y": 32.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": -44,
+ "y": 29.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -40.5,
+ "y": 36.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": 34,
+ "y": 18.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4,
+ "ArtConfigId": 10,
+ "Pos": {
+ "x": 38,
+ "y": 42.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 7,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 21.5,
+ "y": 30.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 22.5,
+ "y": 39.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5.5,
+ "y": 41.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -31.5,
+ "y": 19.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -43,
+ "y": 13
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 27,
+ "y": 14.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 19,
+ "y": 39.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -15,
+ "y": 34
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 37.5,
+ "y": 18.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -43,
+ "y": 36.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -22.5,
+ "y": 39.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -15.5,
+ "y": 31.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -9,
+ "y": 13
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 8.5,
+ "y": -6.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 8.5,
+ "y": 15.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -7,
+ "y": 23
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -46.5,
+ "y": 21.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 30,
+ "y": 26.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 36,
+ "y": 38
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 24,
+ "Pos": {
+ "x": 25.5,
+ "y": 12.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -5.5,
+ "y": 21.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34,
+ "y": 37
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -27.5,
+ "y": 31.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 37.5,
+ "y": 29.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 22,
+ "Pos": {
+ "x": -3.5,
+ "y": 29.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -26,
+ "y": 19
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 4,
+ "y": 43
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -29,
+ "y": 29.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -3.5,
+ "y": 22.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 29,
+ "y": 27
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 8,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34.5,
+ "y": 38.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 27,
+ "ArtConfigId": 52,
+ "Pos": {
+ "x": 45.5,
+ "y": 24.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -43.5,
+ "y": 23.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -14.5,
+ "y": 32.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -42,
+ "y": 35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -27,
+ "y": 21
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -39.5,
+ "y": 15.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -43.5,
+ "y": 14.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -45.5,
+ "y": 23.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -33,
+ "y": 29
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -19,
+ "y": 33.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -25,
+ "y": 39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -22.5,
+ "y": 38.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -21,
+ "y": 39
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -2,
+ "y": 31
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -3,
+ "y": 21
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -4,
+ "y": 13
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -7.5,
+ "y": 11.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -29.5,
+ "y": 18.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -17,
+ "y": 21
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 4.5,
+ "y": 21.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 13,
+ "y": 20.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -2,
+ "y": 29.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": -2,
+ "y": 26
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -4,
+ "y": 40.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -39.5,
+ "y": 37.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 2,
+ "y": 42
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -13.5,
+ "y": 23.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": -27,
+ "y": 30
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -44.5,
+ "y": 37.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -42,
+ "y": 23.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": -12,
+ "y": 12.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 4,
+ "y": 18.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 5,
+ "y": 27
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 12,
+ "y": 34
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 12,
+ "y": 38.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 16,
+ "y": 40
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 17,
+ "y": 38.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 22,
+ "y": 41
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 22.5,
+ "y": 38.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 36,
+ "y": 36
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 39,
+ "y": 41.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 36,
+ "y": 43
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 41,
+ "y": 44
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 37.5,
+ "y": 31.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 28,
+ "y": 26
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 25.5,
+ "y": 31.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 6.5,
+ "y": 35.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 23,
+ "y": 32
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 23,
+ "y": 31
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 30.5,
+ "y": 25.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 34.5,
+ "y": 29.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 32,
+ "y": 38.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 44,
+ "y": 24.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 47.5,
+ "y": 33.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 47.5,
+ "y": 34.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 46.5,
+ "y": 33.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 46.5,
+ "y": 23.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 45,
+ "y": 23.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 46.5,
+ "y": 25.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 35.5,
+ "y": 16.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 39.5,
+ "y": 16.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 38.5,
+ "y": 17.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 34,
+ "y": 17
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 25.5,
+ "y": 14.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 23,
+ "y": 12.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 25,
+ "y": 11.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 22.5,
+ "y": 13.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 2,
+ "Pos": {
+ "x": 40.5,
+ "y": 9.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 43,
+ "y": 9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 42.5,
+ "y": 8.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 39,
+ "y": 8.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 4,
+ "Pos": {
+ "x": 39.5,
+ "y": 7.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 3,
+ "Pos": {
+ "x": 41,
+ "y": 8.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 42,
+ "y": 8.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 12,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 13,
+ "y": 21.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 11,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -7.5,
+ "y": 12.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 39,
+ "Pos": {
+ "x": -35,
+ "y": 14
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 38,
+ "Pos": {
+ "x": -34.5,
+ "y": 39.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 22,
+ "ArtConfigId": 39,
+ "Pos": {
+ "x": -20,
+ "y": 32
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -3.5,
+ "y": -49.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -29.5,
+ "y": -28.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -33.5,
+ "y": -25.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -32,
+ "y": -33
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -24,
+ "y": -16
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -8,
+ "y": 4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -6.5,
+ "y": -4.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 32,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 11.5,
+ "y": 0.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 8,
+ "y": -2
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 12,
+ "y": -0.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 6,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 8,
+ "y": 1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 10.5,
+ "y": -0.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 12.5,
+ "y": -2.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 18,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 10.5,
+ "y": -0.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 32,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -17,
+ "y": 24.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 32,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 23.5,
+ "y": 33.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9,
+ "y": -14
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 27.5,
+ "y": -33.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 9,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 16,
+ "y": -18.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 14.5,
+ "y": -18.75
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 16,
+ "y": -16.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -29,
+ "y": -8.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -7,
+ "y": 30.5
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -37,
+ "y": 23
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -31.5,
+ "y": 39.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 39.5,
+ "y": 31.25
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 31,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": 9.5,
+ "y": 35.25
+ },
+ "IsFlip": false
+ }
+ ],
+ "InitBuildingItems": [],
+ "InitImmortalTreeItems": [
+ {
+ "ConfigId": 1,
+ "Pos": {
+ "x": -9.47,
+ "y": -31
+ }
+ }
+ ],
+ "InitBuildingSlotItems": [
+ {
+ "ID": 1,
+ "Pos": {
+ "x": -18.774,
+ "y": -50.778004
+ },
+ "SynthesisConfigID": 140,
+ "PrefabName": "Cheng_Meng",
+ "IsFlip": false
+ },
+ {
+ "ID": 2,
+ "Pos": {
+ "x": -24.034,
+ "y": -46.988003
+ },
+ "SynthesisConfigID": 141,
+ "PrefabName": "Shao_Ta",
+ "IsFlip": false
+ },
+ {
+ "ID": 3,
+ "Pos": {
+ "x": -29.064,
+ "y": -44.548
+ },
+ "SynthesisConfigID": 141,
+ "PrefabName": "Shao_Ta",
+ "IsFlip": false
+ },
+ {
+ "ID": 4,
+ "Pos": {
+ "x": -0.618,
+ "y": -49.049
+ },
+ "SynthesisConfigID": 300,
+ "PrefabName": "Mu_Qiao_0",
+ "IsFlip": false,
+ "ConnectArea": {
+ "StartAreaId": 1,
+ "EndAreaId": 4
+ }
+ },
+ {
+ "ID": 7,
+ "Pos": {
+ "x": -37.895,
+ "y": -26.83
+ },
+ "SynthesisConfigID": 301,
+ "PrefabName": "Mu_Qiao_1",
+ "IsFlip": false,
+ "ConnectArea": {
+ "StartAreaId": 4,
+ "EndAreaId": 5
+ }
+ },
+ {
+ "ID": 9,
+ "Pos": {
+ "x": -21.43,
+ "y": -23.91
+ },
+ "SynthesisConfigID": 340,
+ "PrefabName": "Yu_Wu",
+ "IsFlip": false
+ },
+ {
+ "ID": 10,
+ "Pos": {
+ "x": -9.81,
+ "y": -11.58
+ },
+ "SynthesisConfigID": 302,
+ "PrefabName": "Mu_Qiao_2",
+ "IsFlip": false,
+ "ConnectArea": {
+ "StartAreaId": 4,
+ "EndAreaId": 2
+ }
+ },
+ {
+ "ID": 11,
+ "Pos": {
+ "x": -2.5,
+ "y": 2.95
+ },
+ "SynthesisConfigID": 305,
+ "PrefabName": "Mu_Qiao_5",
+ "IsFlip": false,
+ "ConnectArea": {
+ "StartAreaId": 4,
+ "EndAreaId": 8
+ }
+ },
+ {
+ "ID": 12,
+ "Pos": {
+ "x": 6.359999,
+ "y": 28.2
+ },
+ "SynthesisConfigID": 306,
+ "PrefabName": "Mu_Qiao_6",
+ "IsFlip": false,
+ "ConnectArea": {
+ "StartAreaId": 8,
+ "EndAreaId": 7
+ }
+ },
+ {
+ "ID": 13,
+ "Pos": {
+ "x": -33.83,
+ "y": -55.85
+ },
+ "SynthesisConfigID": 200,
+ "PrefabName": "Yun_Shu_Ting",
+ "IsFlip": false
+ },
+ {
+ "ID": 14,
+ "Pos": {
+ "x": 44.89,
+ "y": -35.81
+ },
+ "SynthesisConfigID": 303,
+ "PrefabName": "Mu_Qiao_3",
+ "IsFlip": false,
+ "ConnectArea": {
+ "StartAreaId": 2,
+ "EndAreaId": 6
+ }
+ },
+ {
+ "ID": 15,
+ "Pos": {
+ "x": 40.019997,
+ "y": -50.84
+ },
+ "SynthesisConfigID": 240,
+ "PrefabName": "Mai_1",
+ "IsFlip": false
+ },
+ {
+ "ID": 16,
+ "Pos": {
+ "x": -10.24,
+ "y": -50.363
+ },
+ "SynthesisConfigID": 662,
+ "PrefabName": "Yue_Guang",
+ "IsFlip": false
+ },
+ {
+ "ID": 17,
+ "Pos": {
+ "x": -20.02,
+ "y": -49.09
+ },
+ "SynthesisConfigID": 147,
+ "PrefabName": "Shao_Ta2",
+ "IsFlip": false
+ },
+ {
+ "ID": 18,
+ "Pos": {
+ "x": -33.104004,
+ "y": -42.548
+ },
+ "SynthesisConfigID": 147,
+ "PrefabName": "Shao_Ta2",
+ "IsFlip": false
+ },
+ {
+ "ID": 19,
+ "Pos": {
+ "x": 37.72,
+ "y": 0.48
+ },
+ "SynthesisConfigID": 522,
+ "PrefabName": "Qing_Shi_Dong",
+ "IsFlip": false
+ },
+ {
+ "ID": 20,
+ "Pos": {
+ "x": -12.057001,
+ "y": 4.847
+ },
+ "SynthesisConfigID": 520,
+ "PrefabName": "Shi_Kuang_Dong",
+ "IsFlip": false
+ },
+ {
+ "ID": 21,
+ "Pos": {
+ "x": -43,
+ "y": 0.66
+ },
+ "SynthesisConfigID": 521,
+ "PrefabName": "Nian_Tu_Kuang_Chuang",
+ "IsFlip": true
+ },
+ {
+ "ID": 22,
+ "Pos": {
+ "x": -37.444,
+ "y": -44.23
+ },
+ "SynthesisConfigID": 151,
+ "PrefabName": "Shao_Ta3",
+ "IsFlip": false
+ },
+ {
+ "ID": 23,
+ "Pos": {
+ "x": -17.154001,
+ "y": -53.56
+ },
+ "SynthesisConfigID": 151,
+ "PrefabName": "Shao_Ta3",
+ "IsFlip": false
+ },
+ {
+ "ID": 24,
+ "Pos": {
+ "x": -12.52,
+ "y": -35.66
+ },
+ "SynthesisConfigID": 400,
+ "PrefabName": "Shui_Che",
+ "IsFlip": true
+ },
+ {
+ "ID": 25,
+ "Pos": {
+ "x": 50.04,
+ "y": -46.35
+ },
+ "SynthesisConfigID": 244,
+ "PrefabName": "Market_244",
+ "IsFlip": true
+ },
+ {
+ "ID": 26,
+ "Pos": {
+ "x": 32.07,
+ "y": -44.99
+ },
+ "SynthesisConfigID": 245,
+ "PrefabName": "Market_245",
+ "IsFlip": false
+ },
+ {
+ "ID": 27,
+ "Pos": {
+ "x": 48.18,
+ "y": -53.65
+ },
+ "SynthesisConfigID": 246,
+ "PrefabName": "Market_245",
+ "IsFlip": true
+ },
+ {
+ "ID": 28,
+ "Pos": {
+ "x": 32.31,
+ "y": -54.52
+ },
+ "SynthesisConfigID": 247,
+ "PrefabName": "Market_247",
+ "IsFlip": true
+ },
+ {
+ "ID": 29,
+ "Pos": {
+ "x": -15.58,
+ "y": 0.78
+ },
+ "SynthesisConfigID": 502,
+ "PrefabName": "Lu_Jing",
+ "IsFlip": false
+ },
+ {
+ "ID": 30,
+ "Pos": {
+ "x": -55.5,
+ "y": -54.97
+ },
+ "SynthesisConfigID": 640,
+ "PrefabName": "BaZhenTu",
+ "IsFlip": false
+ },
+ {
+ "ID": 31,
+ "Pos": {
+ "x": -5.13,
+ "y": -29.49
+ },
+ "SynthesisConfigID": 663,
+ "PrefabName": "He_Dian",
+ "IsFlip": false
+ }
+ ],
+ "InitSaplingSlotItems": [
+ {
+ "ID": 18,
+ "Pos": {
+ "x": -7.78,
+ "y": -42.18
+ },
+ "SaplingItemConfigId": 7206,
+ "PrefabName": "MiguTree"
+ }
+ ],
+ "FogLitItems": [
+ {
+ "ID": 1,
+ "Pos": {
+ "x": -21.9,
+ "y": -49.8
+ },
+ "Radius": 36,
+ "PrefabName": "FogLit"
+ }
+ ]
+ },
+ {
+ "Region": 2001,
+ "InitResourceItems": [],
+ "InitBuildingItems": [],
+ "InitImmortalTreeItems": [],
+ "InitBuildingSlotItems": [
+ {
+ "ID": 1000,
+ "Pos": {
+ "x": 145.4,
+ "y": -23.36
+ },
+ "SynthesisConfigID": 1000,
+ "PrefabName": "Fa_Mu_Chang",
+ "IsFlip": false
+ },
+ {
+ "ID": 1001,
+ "Pos": {
+ "x": 154.16,
+ "y": -11.23
+ },
+ "SynthesisConfigID": 1001,
+ "PrefabName": "Cai_Ji_Ting",
+ "IsFlip": false
+ },
+ {
+ "ID": 1002,
+ "Pos": {
+ "x": 160.21,
+ "y": -21.67
+ },
+ "SynthesisConfigID": 1002,
+ "PrefabName": "Lie_Reng_Xiao_Wu",
+ "IsFlip": false
+ },
+ {
+ "ID": 460,
+ "Pos": {
+ "x": 137.594,
+ "y": -9.101
+ },
+ "SynthesisConfigID": 460,
+ "PrefabName": "Ying_Di",
+ "IsFlip": false
+ }
+ ],
+ "InitSaplingSlotItems": [],
+ "FogLitItems": []
+ }
+]
\ No newline at end of file
diff --git a/config/ValleyNameConfigCategory.json b/config/ValleyNameConfigCategory.json
new file mode 100644
index 0000000..661a6f7
--- /dev/null
+++ b/config/ValleyNameConfigCategory.json
@@ -0,0 +1,34 @@
+[
+ {
+ "ID": 1,
+ "Name": "武陵园"
+ },
+ {
+ "ID": 2,
+ "Name": "秋柏谷"
+ },
+ {
+ "ID": 3,
+ "Name": "小南安"
+ },
+ {
+ "ID": 4,
+ "Name": "小龙湾"
+ },
+ {
+ "ID": 5,
+ "Name": "幽静小谷"
+ },
+ {
+ "ID": 6,
+ "Name": "富饶之地"
+ },
+ {
+ "ID": 7,
+ "Name": "蓬莱仙谷"
+ },
+ {
+ "ID": 8,
+ "Name": "无名小谷"
+ }
+]
\ No newline at end of file
diff --git a/config/VillageInitResourceCategory.json b/config/VillageInitResourceCategory.json
new file mode 100644
index 0000000..2abe8ee
--- /dev/null
+++ b/config/VillageInitResourceCategory.json
@@ -0,0 +1,1261 @@
+[
+ {
+ "Region": 3001,
+ "InitResourceItems": [],
+ "InitBuildingItems": [],
+ "InitImmortalTreeItems": [],
+ "InitBuildingSlotItems": [],
+ "InitSaplingSlotItems": [],
+ "FogLitItems": []
+ },
+ {
+ "Region": 3002,
+ "InitResourceItems": [
+ {
+ "ConfigId": 2002,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -91.1,
+ "y": 131.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2001,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -112.1,
+ "y": 128.53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2003,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -110.1,
+ "y": 132.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2004,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -118.1,
+ "y": 123.53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2005,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -106.1,
+ "y": 133.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2006,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -96.1,
+ "y": 140.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2007,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -83.6,
+ "y": 129.78
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2008,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -109.6,
+ "y": 137.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2009,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -95.1,
+ "y": 126.53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2010,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -117.6,
+ "y": 137.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2011,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -99.1,
+ "y": 120.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2012,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -103.6,
+ "y": 118.78
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2013,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -91.1,
+ "y": 123.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2100,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -108.6,
+ "y": 131.28
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2101,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -113.6,
+ "y": 120.78
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2102,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -110.1,
+ "y": 119.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2103,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -102.6,
+ "y": 125.78
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2104,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -90.1,
+ "y": 143.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2121,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -114.1,
+ "y": 138.53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2122,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -108.1,
+ "y": 120.53
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2123,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -94.1,
+ "y": 133.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2145,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -114.6,
+ "y": 121.28
+ },
+ "IsFlip": false
+ }
+ ],
+ "InitBuildingItems": [
+ {
+ "ConfigId": 1015,
+ "Pos": {
+ "x": -82.1,
+ "y": 137.53
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 1014,
+ "Pos": {
+ "x": -85.1,
+ "y": 141.03
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 1016,
+ "Pos": {
+ "x": -83.1,
+ "y": 118.03
+ },
+ "IsFlip": false
+ }
+ ],
+ "InitImmortalTreeItems": [],
+ "InitBuildingSlotItems": [
+ {
+ "ID": 2,
+ "Pos": {
+ "x": -98.92,
+ "y": 143.81
+ },
+ "SynthesisConfigID": 1002,
+ "PrefabName": "FixePos_RegionStructure_1002",
+ "IsFlip": true
+ },
+ {
+ "ID": 1,
+ "Pos": {
+ "x": -111.96,
+ "y": 142.38
+ },
+ "SynthesisConfigID": 1001,
+ "PrefabName": "FixePos_RegionStructure_1001",
+ "IsFlip": false
+ },
+ {
+ "ID": 3,
+ "Pos": {
+ "x": -102.72,
+ "y": 145.37
+ },
+ "SynthesisConfigID": 1003,
+ "PrefabName": "FixePos_RegionStructure_1003",
+ "IsFlip": true
+ },
+ {
+ "ID": 4,
+ "Pos": {
+ "x": -119.24,
+ "y": 138.64
+ },
+ "SynthesisConfigID": 1004,
+ "PrefabName": "FixePos_RegionStructure_1004",
+ "IsFlip": false
+ },
+ {
+ "ID": 5,
+ "Pos": {
+ "x": -81.91,
+ "y": 122.53
+ },
+ "SynthesisConfigID": 1005,
+ "PrefabName": "FixePos_RegionStructure_1005",
+ "IsFlip": false
+ }
+ ],
+ "InitSaplingSlotItems": [],
+ "FogLitItems": []
+ },
+ {
+ "Region": 3003,
+ "InitResourceItems": [
+ {
+ "ConfigId": 3001,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -219.8,
+ "y": 144.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3002,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -198.8,
+ "y": 135.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3003,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -190.8,
+ "y": 158.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3004,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -191.3,
+ "y": 125.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3005,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -181.3,
+ "y": 158.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3006,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -211.3,
+ "y": 149.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3007,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -210.3,
+ "y": 125.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3008,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -189.8,
+ "y": 140.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3009,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -173.3,
+ "y": 155.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3010,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -197.3,
+ "y": 146.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3011,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -184.8,
+ "y": 138.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3012,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -194.3,
+ "y": 144.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3100,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -186.3,
+ "y": 131.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3101,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -183.8,
+ "y": 131.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3102,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -208.3,
+ "y": 153.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3103,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -202.8,
+ "y": 140.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3104,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -188.3,
+ "y": 150.15
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3105,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -185.3,
+ "y": 150.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3106,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -183.8,
+ "y": 148.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3107,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -184.3,
+ "y": 156.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3108,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -171.3,
+ "y": 139.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3109,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -176.8,
+ "y": 140.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3110,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -170.3,
+ "y": 140.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3115,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -198.8,
+ "y": 159.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3116,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -170.8,
+ "y": 145.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3121,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -176.8,
+ "y": 147.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3122,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -192.3,
+ "y": 139.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3139,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -217.8,
+ "y": 150.4
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3140,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -193.3,
+ "y": 138.65
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3013,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -171.8,
+ "y": 144.4
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 3014,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -172.3,
+ "y": 143.65
+ },
+ "IsFlip": true
+ }
+ ],
+ "InitBuildingItems": [
+ {
+ "ConfigId": 2015,
+ "Pos": {
+ "x": -177.8,
+ "y": 156.9
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 2014,
+ "Pos": {
+ "x": -167.3,
+ "y": 130.65
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 2013,
+ "Pos": {
+ "x": -185.3,
+ "y": 143.15
+ },
+ "IsFlip": true
+ }
+ ],
+ "InitImmortalTreeItems": [],
+ "InitBuildingSlotItems": [
+ {
+ "ID": 1,
+ "Pos": {
+ "x": -176.29,
+ "y": 150.58
+ },
+ "SynthesisConfigID": 2001,
+ "PrefabName": "FixePos_RegionStructure_2001",
+ "IsFlip": false
+ },
+ {
+ "ID": 2,
+ "Pos": {
+ "x": -180.41,
+ "y": 145.01
+ },
+ "SynthesisConfigID": 2002,
+ "PrefabName": "FixePos_RegionStructure_1003",
+ "IsFlip": false
+ },
+ {
+ "ID": 3,
+ "Pos": {
+ "x": -171.92,
+ "y": 145.85
+ },
+ "SynthesisConfigID": 2003,
+ "PrefabName": "FixePos_RegionStructure_1001",
+ "IsFlip": false
+ },
+ {
+ "ID": 4,
+ "Pos": {
+ "x": -208.87,
+ "y": 135.45
+ },
+ "SynthesisConfigID": 2004,
+ "PrefabName": "FixePos_RegionStructure_2004",
+ "IsFlip": false
+ }
+ ],
+ "InitSaplingSlotItems": [],
+ "FogLitItems": []
+ },
+ {
+ "Region": 3004,
+ "InitResourceItems": [
+ {
+ "ConfigId": 4001,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -310.6,
+ "y": 96.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4002,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -306.6,
+ "y": 111.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4003,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -313.1,
+ "y": 94.35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4004,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -298.1,
+ "y": 88.35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4005,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -318.6,
+ "y": 92.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4006,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -293.1,
+ "y": 109.35
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4007,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -300.6,
+ "y": 97.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4008,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -298.6,
+ "y": 92.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4101,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -302.6,
+ "y": 93.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4102,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -305.6,
+ "y": 94.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4103,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -304.6,
+ "y": 92.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4104,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -278.6,
+ "y": 95.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4105,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -277.6,
+ "y": 95.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4106,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -270.6,
+ "y": 102.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4107,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -268.1,
+ "y": 95.85
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4108,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -270.6,
+ "y": 103.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4109,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -285.6,
+ "y": 114.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4110,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -286.1,
+ "y": 112.85
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4139,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -288.6,
+ "y": 114.1
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4140,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -265.6,
+ "y": 100.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4145,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -271.6,
+ "y": 95.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4146,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -286.6,
+ "y": 90.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4121,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -291.1,
+ "y": 113.85
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4122,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -285.1,
+ "y": 111.85
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4115,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -302.1,
+ "y": 93.85
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4009,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -310.6,
+ "y": 107.1
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 4010,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -310.1,
+ "y": 108.85
+ },
+ "IsFlip": false
+ }
+ ],
+ "InitBuildingItems": [
+ {
+ "ConfigId": 3013,
+ "Pos": {
+ "x": -292.1,
+ "y": 93.35
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 3014,
+ "Pos": {
+ "x": -281.6,
+ "y": 84.6
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 3015,
+ "Pos": {
+ "x": -309.1,
+ "y": 118.85
+ },
+ "IsFlip": false
+ }
+ ],
+ "InitImmortalTreeItems": [],
+ "InitBuildingSlotItems": [
+ {
+ "ID": 1,
+ "Pos": {
+ "x": -301.47,
+ "y": 100.36
+ },
+ "SynthesisConfigID": 3001,
+ "PrefabName": "FixePos_RegionStructure_3001",
+ "IsFlip": false
+ },
+ {
+ "ID": 2,
+ "Pos": {
+ "x": -292.26,
+ "y": 102.41
+ },
+ "SynthesisConfigID": 3002,
+ "PrefabName": "FixePos_RegionStructure_2001",
+ "IsFlip": true
+ },
+ {
+ "ID": 3,
+ "Pos": {
+ "x": -301.83,
+ "y": 107.15
+ },
+ "SynthesisConfigID": 3003,
+ "PrefabName": "FixePos_RegionStructure_1001",
+ "IsFlip": false
+ },
+ {
+ "ID": 4,
+ "Pos": {
+ "x": -318.74,
+ "y": 99.22
+ },
+ "SynthesisConfigID": 3004,
+ "PrefabName": "FixePos_RegionStructure_3004",
+ "IsFlip": false
+ }
+ ],
+ "InitSaplingSlotItems": [],
+ "FogLitItems": []
+ },
+ {
+ "Region": 3005,
+ "InitResourceItems": [
+ {
+ "ConfigId": 5001,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -204.5,
+ "y": -9.05
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5002,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -232.5,
+ "y": -29.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5003,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -209,
+ "y": -8.8
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5004,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -236,
+ "y": -31.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5005,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -191.5,
+ "y": -16.05
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5006,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -198,
+ "y": -28.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5100,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -231,
+ "y": -35.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5101,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -187.5,
+ "y": -22.05
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5102,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -185.5,
+ "y": -24.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5103,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -198.5,
+ "y": -25.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5104,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -206.5,
+ "y": -12.05
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5105,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -220,
+ "y": -15.8
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5106,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -223,
+ "y": -16.8
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5106,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -197.5,
+ "y": -39.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5121,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -200.5,
+ "y": -39.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5122,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -207.5,
+ "y": -18.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5128,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -222,
+ "y": -17.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5129,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -217,
+ "y": -35.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5139,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -221,
+ "y": -19.8
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5140,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -188.5,
+ "y": -25.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5141,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -225,
+ "y": -35.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5115,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -189.5,
+ "y": -33.55
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 5007,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -222.5,
+ "y": -41.05
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 5008,
+ "ArtConfigId": 0,
+ "Pos": {
+ "x": -223,
+ "y": -39.8
+ },
+ "IsFlip": true
+ }
+ ],
+ "InitBuildingItems": [
+ {
+ "ConfigId": 4016,
+ "Pos": {
+ "x": -213,
+ "y": -5.3
+ },
+ "IsFlip": false
+ },
+ {
+ "ConfigId": 4014,
+ "Pos": {
+ "x": -187,
+ "y": -29.3
+ },
+ "IsFlip": true
+ },
+ {
+ "ConfigId": 4015,
+ "Pos": {
+ "x": -187,
+ "y": -39.3
+ },
+ "IsFlip": true
+ }
+ ],
+ "InitImmortalTreeItems": [],
+ "InitBuildingSlotItems": [
+ {
+ "ID": 1,
+ "Pos": {
+ "x": -229.22,
+ "y": -26.7
+ },
+ "SynthesisConfigID": 4001,
+ "PrefabName": "FixePos_RegionStructure_4001",
+ "IsFlip": false
+ },
+ {
+ "ID": 2,
+ "Pos": {
+ "x": -223.63,
+ "y": -34.9
+ },
+ "SynthesisConfigID": 4002,
+ "PrefabName": "FixePos_RegionStructure_4002",
+ "IsFlip": false
+ },
+ {
+ "ID": 3,
+ "Pos": {
+ "x": -214.48,
+ "y": -33.45
+ },
+ "SynthesisConfigID": 4003,
+ "PrefabName": "FixePos_RegionStructure_4003",
+ "IsFlip": false
+ },
+ {
+ "ID": 4,
+ "Pos": {
+ "x": -190.16,
+ "y": -7.8
+ },
+ "SynthesisConfigID": 4004,
+ "PrefabName": "FixePos_RegionStructure_4004",
+ "IsFlip": false
+ }
+ ],
+ "InitSaplingSlotItems": [],
+ "FogLitItems": []
+ }
+]
\ No newline at end of file
diff --git a/config/VillagerEndWordsConfigCategory.json b/config/VillagerEndWordsConfigCategory.json
new file mode 100644
index 0000000..52ce778
--- /dev/null
+++ b/config/VillagerEndWordsConfigCategory.json
@@ -0,0 +1,472 @@
+[
+ {
+ "Id": 1,
+ "GroupId": 1,
+ "Text": "斯人已逝,幽思长存"
+ },
+ {
+ "Id": 2,
+ "GroupId": 1,
+ "Text": "了无牵挂"
+ },
+ {
+ "Id": 3,
+ "GroupId": 1,
+ "Text": "此心光明,亦复何言"
+ },
+ {
+ "Id": 4,
+ "GroupId": 1,
+ "Text": "一念放下,万般自在"
+ },
+ {
+ "Id": 5,
+ "GroupId": 1,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 6,
+ "GroupId": 1,
+ "Text": "山谷会越来越好"
+ },
+ {
+ "Id": 7,
+ "GroupId": 1,
+ "Text": "乘兴而来,兴尽而归"
+ },
+ {
+ "Id": 8,
+ "GroupId": 1,
+ "Text": "笑过、哭过、爱过、恨过、来过"
+ },
+ {
+ "Id": 9,
+ "GroupId": 1,
+ "Text": "珍重。"
+ },
+ {
+ "Id": 10,
+ "GroupId": 1,
+ "Text": "一切从简"
+ },
+ {
+ "Id": 11,
+ "GroupId": 1,
+ "Text": "你已经做得很好了"
+ },
+ {
+ "Id": 12,
+ "GroupId": 2,
+ "Text": "生当作人杰,死亦为鬼雄!"
+ },
+ {
+ "Id": 13,
+ "GroupId": 2,
+ "Text": "记住,我很帅"
+ },
+ {
+ "Id": 14,
+ "GroupId": 2,
+ "Text": "壮士一去兮不复还"
+ },
+ {
+ "Id": 15,
+ "GroupId": 2,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 16,
+ "GroupId": 2,
+ "Text": "山谷曾因我而变好"
+ },
+ {
+ "Id": 17,
+ "GroupId": 2,
+ "Text": "大家好,我是{村民名称}"
+ },
+ {
+ "Id": 18,
+ "GroupId": 2,
+ "Text": "不要忘记我"
+ },
+ {
+ "Id": 19,
+ "GroupId": 2,
+ "Text": "请不要失去希望与信心"
+ },
+ {
+ "Id": 20,
+ "GroupId": 2,
+ "Text": "梦里见"
+ },
+ {
+ "Id": 21,
+ "GroupId": 2,
+ "Text": "我有一个秘密"
+ },
+ {
+ "Id": 22,
+ "GroupId": 2,
+ "Text": "这一生很开心,感恩这个山谷"
+ },
+ {
+ "Id": 23,
+ "GroupId": 3,
+ "Text": "不要伤心呀,从此一草一木皆是我"
+ },
+ {
+ "Id": 24,
+ "GroupId": 3,
+ "Text": "好馋,我只想再吃一次{菜品名称}"
+ },
+ {
+ "Id": 25,
+ "GroupId": 3,
+ "Text": "记得多给我烧钱啊!"
+ },
+ {
+ "Id": 26,
+ "GroupId": 3,
+ "Text": "下辈子想要投胎成富贵人家!"
+ },
+ {
+ "Id": 27,
+ "GroupId": 3,
+ "Text": "从此每日都是休沐~"
+ },
+ {
+ "Id": 28,
+ "GroupId": 3,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 29,
+ "GroupId": 3,
+ "Text": "山谷一定要越来越好啊"
+ },
+ {
+ "Id": 30,
+ "GroupId": 3,
+ "Text": "永别了,我最爱的{菜品名称}"
+ },
+ {
+ "Id": 31,
+ "GroupId": 3,
+ "Text": "想要变成一朵花"
+ },
+ {
+ "Id": 32,
+ "GroupId": 3,
+ "Text": "我并不是失去了生命,我只是走出了时间"
+ },
+ {
+ "Id": 33,
+ "GroupId": 3,
+ "Text": "人生苦短啊!要多做点有意义的事情!"
+ },
+ {
+ "Id": 34,
+ "GroupId": 3,
+ "Text": "通关了!"
+ },
+ {
+ "Id": 35,
+ "GroupId": 4,
+ "Text": "生亦何欢,死亦何惧..."
+ },
+ {
+ "Id": 36,
+ "GroupId": 4,
+ "Text": "我最喜欢下雨天了"
+ },
+ {
+ "Id": 37,
+ "GroupId": 4,
+ "Text": "人生苦短,我还有好多梦想没有完成"
+ },
+ {
+ "Id": 38,
+ "GroupId": 4,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 39,
+ "GroupId": 4,
+ "Text": "山谷定会越来越好"
+ },
+ {
+ "Id": 40,
+ "GroupId": 4,
+ "Text": "我在这里很想你"
+ },
+ {
+ "Id": 41,
+ "GroupId": 4,
+ "Text": "走了,这一走,就是永远了..."
+ },
+ {
+ "Id": 42,
+ "GroupId": 4,
+ "Text": "我喜欢晒太阳"
+ },
+ {
+ "Id": 43,
+ "GroupId": 4,
+ "Text": "没事我就先挂了"
+ },
+ {
+ "Id": 44,
+ "GroupId": 5,
+ "Text": "(……)"
+ },
+ {
+ "Id": 45,
+ "GroupId": 5,
+ "Text": "(欲言又止)"
+ },
+ {
+ "Id": 46,
+ "GroupId": 5,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 47,
+ "GroupId": 5,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 48,
+ "GroupId": 5,
+ "Text": "希望山谷能越来越好"
+ },
+ {
+ "Id": 49,
+ "GroupId": 5,
+ "Text": "我不会打扰别人的"
+ },
+ {
+ "Id": 50,
+ "GroupId": 5,
+ "Text": "下辈子想变成一颗石头"
+ },
+ {
+ "Id": 51,
+ "GroupId": 5,
+ "Text": "一辈子条条框框的,现在我要放飞自我"
+ },
+ {
+ "Id": 52,
+ "GroupId": 5,
+ "Text": "成为山间清风明月"
+ },
+ {
+ "Id": 53,
+ "GroupId": 5,
+ "Text": "我有一个秘密,现在再也不会有人知道了"
+ },
+ {
+ "Id": 54,
+ "GroupId": 5,
+ "Text": "发芽的土豆不能吃"
+ },
+ {
+ "Id": 55,
+ "GroupId": 6,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 56,
+ "GroupId": 6,
+ "Text": "愿山谷越来越好"
+ },
+ {
+ "Id": 57,
+ "GroupId": 6,
+ "Text": "哦"
+ },
+ {
+ "Id": 58,
+ "GroupId": 6,
+ "Text": "吃饭的时候,不用等我"
+ },
+ {
+ "Id": 59,
+ "GroupId": 6,
+ "Text": "你是谁?"
+ },
+ {
+ "Id": 60,
+ "GroupId": 6,
+ "Text": "平凡的人,平凡的一生"
+ },
+ {
+ "Id": 61,
+ "GroupId": 6,
+ "Text": "我想看漫山遍野的桃花"
+ },
+ {
+ "Id": 62,
+ "GroupId": 6,
+ "Text": "无聊,走了"
+ },
+ {
+ "Id": 63,
+ "GroupId": 6,
+ "Text": "人生的旅途,我很尽兴。"
+ },
+ {
+ "Id": 64,
+ "GroupId": 6,
+ "Text": "向前看,要快乐"
+ },
+ {
+ "Id": 65,
+ "GroupId": 6,
+ "Text": "山谷的夜风很凉,多穿衣服"
+ },
+ {
+ "Id": 66,
+ "GroupId": 7,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 67,
+ "GroupId": 7,
+ "Text": "山谷一定要越来越好!!"
+ },
+ {
+ "Id": 68,
+ "GroupId": 7,
+ "Text": "知道了知道了"
+ },
+ {
+ "Id": 69,
+ "GroupId": 7,
+ "Text": "天呐!我出门门没锁啊!"
+ },
+ {
+ "Id": 70,
+ "GroupId": 7,
+ "Text": "别吵,我要睡觉"
+ },
+ {
+ "Id": 71,
+ "GroupId": 7,
+ "Text": "这次谁也别想叫醒我"
+ },
+ {
+ "Id": 72,
+ "GroupId": 7,
+ "Text": "不要管我了"
+ },
+ {
+ "Id": 73,
+ "GroupId": 7,
+ "Text": "早睡早起,按时吃饭"
+ },
+ {
+ "Id": 74,
+ "GroupId": 8,
+ "Text": "哈哈哈哈哈哈哈哈"
+ },
+ {
+ "Id": 75,
+ "GroupId": 8,
+ "Text": "那个欠钱不还的!给我小心点"
+ },
+ {
+ "Id": 76,
+ "GroupId": 8,
+ "Text": "(没有留下任何话)"
+ },
+ {
+ "Id": 77,
+ "GroupId": 8,
+ "Text": "山谷就是家我的家,我好爱这个家!"
+ },
+ {
+ "Id": 78,
+ "GroupId": 8,
+ "Text": "人生自古谁无死"
+ },
+ {
+ "Id": 79,
+ "GroupId": 8,
+ "Text": "给桃谷一个大大的拥抱"
+ },
+ {
+ "Id": 80,
+ "GroupId": 8,
+ "Text": "有瓜的话,记得说给我听听"
+ },
+ {
+ "Id": 81,
+ "GroupId": 8,
+ "Text": "一亿年后,我会睁开眼睛"
+ },
+ {
+ "Id": 82,
+ "GroupId": 8,
+ "Text": "要坚强、要勇敢"
+ },
+ {
+ "Id": 83,
+ "GroupId": 8,
+ "Text": "做一个幸福的人"
+ },
+ {
+ "Id": 84,
+ "GroupId": 8,
+ "Text": "吃饭的时候慢一点,不要狼吞虎咽"
+ },
+ {
+ "Id": 85,
+ "GroupId": 9,
+ "Text": "先溜了!"
+ },
+ {
+ "Id": 86,
+ "GroupId": 9,
+ "Text": "在山谷的点点滴滴,都是珍贵的瞬间"
+ },
+ {
+ "Id": 87,
+ "GroupId": 9,
+ "Text": "你在读这句话的时候,我已经变成鬼了!"
+ },
+ {
+ "Id": 88,
+ "GroupId": 9,
+ "Text": "我是可爱鬼"
+ },
+ {
+ "Id": 89,
+ "GroupId": 9,
+ "Text": "我不想走!我想吃遍天下美食"
+ },
+ {
+ "Id": 90,
+ "GroupId": 9,
+ "Text": "找我可以买三生石和孟婆汤"
+ },
+ {
+ "Id": 91,
+ "GroupId": 9,
+ "Text": "下辈子我要变成蘑菇"
+ },
+ {
+ "Id": 92,
+ "GroupId": 9,
+ "Text": "这是一个非常喜欢吃{菜品名称}的人"
+ },
+ {
+ "Id": 93,
+ "GroupId": 9,
+ "Text": "这个人很懒,什么也没有留下"
+ },
+ {
+ "Id": 94,
+ "GroupId": 9,
+ "Text": "想我的时候,就抬头看天"
+ }
+]
\ No newline at end of file
diff --git a/config/VillagerGroupConfigCategory.json b/config/VillagerGroupConfigCategory.json
new file mode 100644
index 0000000..ee956fe
--- /dev/null
+++ b/config/VillagerGroupConfigCategory.json
@@ -0,0 +1,542 @@
+[
+ {
+ "Id": 1,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 1,
+ 1
+ ],
+ "LaborIncrease": [
+ 1,
+ 2
+ ],
+ "WisdomIncrease": [
+ 1,
+ 2
+ ]
+ },
+ {
+ "Id": 2,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 0,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 1,
+ 2
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 3,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 0,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 1,
+ 3
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 4,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 0,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 2,
+ 4
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 5,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 0,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 2,
+ 5
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 6,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 10,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 2,
+ 6
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 7,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 10,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 3,
+ 7
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 8,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 10,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 4,
+ 8
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 9,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 10,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 5,
+ 9
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ },
+ {
+ "Id": 10,
+ "Type": 1,
+ "AgeStage": [
+ 0,
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "Skill": [
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11
+ ],
+ "SkillWeights": [
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "SkillNum": [
+ 100,
+ 10,
+ 10,
+ 0,
+ 0
+ ],
+ "Physique": [
+ 6,
+ 10
+ ],
+ "LaborIncrease": [
+ 1,
+ 3
+ ],
+ "WisdomIncrease": [
+ 1,
+ 3
+ ]
+ }
+]
\ No newline at end of file
diff --git a/config/VillagerRecruitConfigCategory.json b/config/VillagerRecruitConfigCategory.json
new file mode 100644
index 0000000..02bcafd
--- /dev/null
+++ b/config/VillagerRecruitConfigCategory.json
@@ -0,0 +1,184 @@
+[
+ {
+ "Id": 1,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 100,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "Labor": 13,
+ "Wisdom": 10,
+ "MoveSpeed": 25,
+ "Weight": 1
+ },
+ {
+ "Id": 2,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 120,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Weight": 1
+ },
+ {
+ "Id": 3,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 110,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 30,
+ "Weight": 1
+ },
+ {
+ "Id": 4,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 100,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "Labor": 14,
+ "Wisdom": 10,
+ "MoveSpeed": 22,
+ "Weight": 1
+ },
+ {
+ "Id": 5,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 120,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 13,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Weight": 1
+ },
+ {
+ "Id": 6,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 110,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 25,
+ "Weight": 1
+ },
+ {
+ "Id": 7,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 100,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "Labor": 16,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Weight": 1
+ },
+ {
+ "Id": 8,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 120,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 13,
+ "Wisdom": 10,
+ "MoveSpeed": 30,
+ "Weight": 1
+ },
+ {
+ "Id": 9,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 110,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 22,
+ "Weight": 1
+ },
+ {
+ "Id": 10,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 100,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "Labor": 15,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Weight": 1
+ },
+ {
+ "Id": 11,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 120,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 14,
+ "Wisdom": 10,
+ "MoveSpeed": 25,
+ "Weight": 1
+ },
+ {
+ "Id": 12,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 110,
+ "StartATK": 4,
+ "StartDEF": 2,
+ "Labor": 13,
+ "Wisdom": 10,
+ "MoveSpeed": 20,
+ "Weight": 1
+ },
+ {
+ "Id": 13,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 100,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "Labor": 14,
+ "Wisdom": 10,
+ "MoveSpeed": 30,
+ "Weight": 1
+ },
+ {
+ "Id": 14,
+ "Physique": 2,
+ "Age": 18,
+ "LifeMax": 60,
+ "StartHp": 120,
+ "StartATK": 5,
+ "StartDEF": 2,
+ "Labor": 10,
+ "Wisdom": 10,
+ "MoveSpeed": 22,
+ "Weight": 1
+ }
+]
\ No newline at end of file
diff --git a/config/VillagerSkillConfigCategory.json b/config/VillagerSkillConfigCategory.json
new file mode 100644
index 0000000..5330dcd
--- /dev/null
+++ b/config/VillagerSkillConfigCategory.json
@@ -0,0 +1,192 @@
+[
+ {
+ "Id": 1,
+ "Group": 1,
+ "Name": "童智",
+ "Grade": 1,
+ "State": 8001,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_1",
+ "Describe": "智慧成长速度加快"
+ },
+ {
+ "Id": 2,
+ "Group": 2,
+ "Name": "慈爱",
+ "Grade": 1,
+ "State": 8002,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_2",
+ "Describe": "和孩童在一起,提升孩童智慧成长速度"
+ },
+ {
+ "Id": 3,
+ "Group": 3,
+ "Name": "采集1级",
+ "Grade": 1,
+ "State": 8003,
+ "Favorability": 100,
+ "Icon": "VillagerSkill_Icon_3",
+ "Describe": "采集资源时收益+1"
+ },
+ {
+ "Id": 4,
+ "Group": 3,
+ "Name": "采集2级",
+ "Grade": 2,
+ "State": 8022,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_3",
+ "Describe": "采集资源时收益+2"
+ },
+ {
+ "Id": 5,
+ "Group": 3,
+ "Name": "采集3级",
+ "Grade": 3,
+ "State": 8023,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_3",
+ "Describe": "采集资源时收益+3"
+ },
+ {
+ "Id": 6,
+ "Group": 4,
+ "Name": "砍伐1级",
+ "Grade": 1,
+ "State": 8004,
+ "Favorability": 100,
+ "Icon": "VillagerSkill_Icon_6",
+ "Describe": "砍伐资源时收益+1"
+ },
+ {
+ "Id": 7,
+ "Group": 4,
+ "Name": "砍伐2级",
+ "Grade": 2,
+ "State": 8024,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_6",
+ "Describe": "砍伐资源时收益+2"
+ },
+ {
+ "Id": 8,
+ "Group": 4,
+ "Name": "砍伐3级",
+ "Grade": 3,
+ "State": 8025,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_6",
+ "Describe": "砍伐资源时收益+3"
+ },
+ {
+ "Id": 9,
+ "Group": 5,
+ "Name": "农活1级",
+ "Grade": 1,
+ "State": 8005,
+ "Favorability": 100,
+ "Icon": "VillagerSkill_Icon_9",
+ "Describe": "农田劳作时收益+2"
+ },
+ {
+ "Id": 10,
+ "Group": 5,
+ "Name": "农活2级",
+ "Grade": 2,
+ "State": 8026,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_9",
+ "Describe": "农田劳作时收益+3"
+ },
+ {
+ "Id": 11,
+ "Group": 5,
+ "Name": "农活3级",
+ "Grade": 3,
+ "State": 8027,
+ "Favorability": 0,
+ "Icon": "VillagerSkill_Icon_9",
+ "Describe": "农田劳作时收益+4"
+ },
+ {
+ "Id": 12,
+ "Group": 6,
+ "Name": "挖掘",
+ "Grade": 1,
+ "State": 8006,
+ "Favorability": 100,
+ "Icon": "VillagerSkill_Icon_12",
+ "Describe": "挖掘收益+1"
+ },
+ {
+ "Id": 13,
+ "Group": 7,
+ "Name": "建造",
+ "Grade": 1,
+ "State": 8007,
+ "Favorability": 100,
+ "Icon": "VillagerSkill_Icon_13",
+ "Describe": "建造+1"
+ },
+ {
+ "Id": 14,
+ "Group": 8,
+ "Name": "巧夫",
+ "Grade": 3,
+ "State": 8008,
+ "Favorability": 300,
+ "Icon": "VillagerSkill_Icon_14",
+ "Describe": "劳力+5,所有劳作类型收益+1"
+ },
+ {
+ "Id": 15,
+ "Group": 11,
+ "Name": "聪慧",
+ "Grade": 2,
+ "State": 8011,
+ "Favorability": 200,
+ "Icon": "VillagerSkill_Icon_15",
+ "Describe": "智力+5,科研收益+2"
+ },
+ {
+ "Id": 16,
+ "Group": 6,
+ "Name": "挖掘",
+ "Grade": 2,
+ "State": 8028,
+ "Favorability": 200,
+ "Icon": "VillagerSkill_Icon_12",
+ "Describe": "挖掘收益+2"
+ },
+ {
+ "Id": 17,
+ "Group": 6,
+ "Name": "挖掘",
+ "Grade": 3,
+ "State": 8029,
+ "Favorability": 300,
+ "Icon": "VillagerSkill_Icon_12",
+ "Describe": "挖掘收益+3"
+ },
+ {
+ "Id": 18,
+ "Group": 7,
+ "Name": "建造",
+ "Grade": 2,
+ "State": 8030,
+ "Favorability": 200,
+ "Icon": "VillagerSkill_Icon_13",
+ "Describe": "建造+2"
+ },
+ {
+ "Id": 19,
+ "Group": 7,
+ "Name": "建造",
+ "Grade": 3,
+ "State": 8031,
+ "Favorability": 300,
+ "Icon": "VillagerSkill_Icon_13",
+ "Describe": "建造+3"
+ }
+]
\ No newline at end of file
diff --git a/config/VilliagerLifeStoryConfigCategory.json b/config/VilliagerLifeStoryConfigCategory.json
new file mode 100644
index 0000000..dff5159
--- /dev/null
+++ b/config/VilliagerLifeStoryConfigCategory.json
@@ -0,0 +1,100 @@
+[
+ {
+ "Id": 1,
+ "Type": 1,
+ "Record": 100,
+ "RepeatRecord": false,
+ "Text": "在{0}岁与{1}成为亲友"
+ },
+ {
+ "Id": 2,
+ "Type": 2,
+ "Record": 100,
+ "RepeatRecord": true,
+ "Text": "{0}岁时,有个小不点跟在身后,从此多肩负起了一份责任"
+ },
+ {
+ "Id": 3,
+ "Type": 3,
+ "Record": 20,
+ "RepeatRecord": false,
+ "Text": "{0}岁那年,病得很严重"
+ },
+ {
+ "Id": 4,
+ "Type": 4,
+ "Record": 20,
+ "RepeatRecord": false,
+ "Text": "在{0}岁那年受了重伤"
+ },
+ {
+ "Id": 5,
+ "Type": 5,
+ "Record": 20,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,妖兽攻城,参与了战斗,保卫家园"
+ },
+ {
+ "Id": 6,
+ "Type": 6,
+ "Record": 100,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,第一次踏入学舍,接受教育"
+ },
+ {
+ "Id": 7,
+ "Type": 7,
+ "Record": 30,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,在农坊里研究作物"
+ },
+ {
+ "Id": 8,
+ "Type": 8,
+ "Record": 30,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,在农田上干活"
+ },
+ {
+ "Id": 9,
+ "Type": 9,
+ "Record": 30,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,在渔屋劳作"
+ },
+ {
+ "Id": 10,
+ "Type": 10,
+ "Record": 30,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,参与了{1}的建造"
+ },
+ {
+ "Id": 11,
+ "Type": 11,
+ "Record": 10,
+ "RepeatRecord": false,
+ "Text": "{0}岁时,在{1}时获得了{2}"
+ },
+ {
+ "Id": 12,
+ "Type": 12,
+ "Record": 10,
+ "RepeatRecord": false,
+ "Text": "享年{0}岁"
+ },
+ {
+ "Id": 13,
+ "Type": 13,
+ "Record": 10,
+ "RepeatRecord": false,
+ "Text": "于桃谷{0}年{1}出生"
+ },
+ {
+ "Id": 14,
+ "Type": 14,
+ "Record": 10,
+ "RepeatRecord": false,
+ "Text": "于桃谷{0}年{1}定居山谷"
+ }
+]
\ No newline at end of file
diff --git a/config/WarConfigCategory.json b/config/WarConfigCategory.json
new file mode 100644
index 0000000..a2ab62b
--- /dev/null
+++ b/config/WarConfigCategory.json
@@ -0,0 +1,4352 @@
+[
+ {
+ "Id": 1,
+ "Wave": 1,
+ "RefreshPoint": [
+ 4011,
+ 4012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 2,
+ "Wave": 2,
+ "RefreshPoint": [
+ 4021,
+ 4022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 3,
+ "Wave": 3,
+ "RefreshPoint": [
+ 4031,
+ 4032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 4,
+ "Wave": 4,
+ "RefreshPoint": [
+ 4041,
+ 4042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 5,
+ "Wave": 5,
+ "RefreshPoint": [
+ 4051,
+ 4052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 101,
+ "Wave": 1,
+ "RefreshPoint": [
+ 5011,
+ 5012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 102,
+ "Wave": 2,
+ "RefreshPoint": [
+ 5021,
+ 5022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 103,
+ "Wave": 3,
+ "RefreshPoint": [
+ 5031,
+ 5032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 104,
+ "Wave": 4,
+ "RefreshPoint": [
+ 5041,
+ 5042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 105,
+ "Wave": 5,
+ "RefreshPoint": [
+ 5051,
+ 5052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 201,
+ "Wave": 1,
+ "RefreshPoint": [
+ 6011,
+ 6012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 202,
+ "Wave": 2,
+ "RefreshPoint": [
+ 6021,
+ 6022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 203,
+ "Wave": 3,
+ "RefreshPoint": [
+ 6031,
+ 6032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 204,
+ "Wave": 4,
+ "RefreshPoint": [
+ 6041,
+ 6042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 205,
+ "Wave": 5,
+ "RefreshPoint": [
+ 6051,
+ 6052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 301,
+ "Wave": 1,
+ "RefreshPoint": [
+ 7011,
+ 7012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 302,
+ "Wave": 2,
+ "RefreshPoint": [
+ 7021,
+ 7022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 303,
+ "Wave": 3,
+ "RefreshPoint": [
+ 7031,
+ 7032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 304,
+ "Wave": 4,
+ "RefreshPoint": [
+ 7041,
+ 7042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 305,
+ "Wave": 5,
+ "RefreshPoint": [
+ 7051,
+ 7052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 306,
+ "Wave": 6,
+ "RefreshPoint": [
+ 7061,
+ 7062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 307,
+ "Wave": 7,
+ "RefreshPoint": [
+ 7071,
+ 7072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 308,
+ "Wave": 8,
+ "RefreshPoint": [
+ 7081,
+ 7082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 309,
+ "Wave": 9,
+ "RefreshPoint": [
+ 7091,
+ 7092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 310,
+ "Wave": 10,
+ "RefreshPoint": [
+ 7101,
+ 7102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 401,
+ "Wave": 1,
+ "RefreshPoint": [
+ 8011,
+ 8012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 402,
+ "Wave": 2,
+ "RefreshPoint": [
+ 8021,
+ 8022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 403,
+ "Wave": 3,
+ "RefreshPoint": [
+ 8031,
+ 8032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 404,
+ "Wave": 4,
+ "RefreshPoint": [
+ 8041,
+ 8042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 405,
+ "Wave": 5,
+ "RefreshPoint": [
+ 8051,
+ 8052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 406,
+ "Wave": 6,
+ "RefreshPoint": [
+ 8061,
+ 8062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 407,
+ "Wave": 7,
+ "RefreshPoint": [
+ 8071,
+ 8072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 408,
+ "Wave": 8,
+ "RefreshPoint": [
+ 8081,
+ 8082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 409,
+ "Wave": 9,
+ "RefreshPoint": [
+ 8091,
+ 8092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 410,
+ "Wave": 10,
+ "RefreshPoint": [
+ 8101,
+ 8102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 501,
+ "Wave": 1,
+ "RefreshPoint": [
+ 9011,
+ 9012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 502,
+ "Wave": 2,
+ "RefreshPoint": [
+ 9021,
+ 9022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 503,
+ "Wave": 3,
+ "RefreshPoint": [
+ 9031,
+ 9032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 504,
+ "Wave": 4,
+ "RefreshPoint": [
+ 9041,
+ 9042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 505,
+ "Wave": 5,
+ "RefreshPoint": [
+ 9051,
+ 9052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 506,
+ "Wave": 6,
+ "RefreshPoint": [
+ 9061,
+ 9062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 507,
+ "Wave": 7,
+ "RefreshPoint": [
+ 9071,
+ 9072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 508,
+ "Wave": 8,
+ "RefreshPoint": [
+ 9081,
+ 9082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 509,
+ "Wave": 9,
+ "RefreshPoint": [
+ 9091,
+ 9092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 510,
+ "Wave": 10,
+ "RefreshPoint": [
+ 9101,
+ 9102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 601,
+ "Wave": 1,
+ "RefreshPoint": [
+ 10011,
+ 10012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 602,
+ "Wave": 2,
+ "RefreshPoint": [
+ 10021,
+ 10022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 603,
+ "Wave": 3,
+ "RefreshPoint": [
+ 10031,
+ 10032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 604,
+ "Wave": 4,
+ "RefreshPoint": [
+ 10041,
+ 10042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 605,
+ "Wave": 5,
+ "RefreshPoint": [
+ 10051,
+ 10052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 606,
+ "Wave": 6,
+ "RefreshPoint": [
+ 10061,
+ 10062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 607,
+ "Wave": 7,
+ "RefreshPoint": [
+ 10071,
+ 10072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 608,
+ "Wave": 8,
+ "RefreshPoint": [
+ 10081,
+ 10082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 609,
+ "Wave": 9,
+ "RefreshPoint": [
+ 10091,
+ 10092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 610,
+ "Wave": 10,
+ "RefreshPoint": [
+ 10101,
+ 10102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 611,
+ "Wave": 11,
+ "RefreshPoint": [
+ 10111,
+ 10112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 612,
+ "Wave": 12,
+ "RefreshPoint": [
+ 10121,
+ 10122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 613,
+ "Wave": 13,
+ "RefreshPoint": [
+ 10131,
+ 10132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 614,
+ "Wave": 14,
+ "RefreshPoint": [
+ 10141,
+ 10142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 615,
+ "Wave": 15,
+ "RefreshPoint": [
+ 10151,
+ 10152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 701,
+ "Wave": 1,
+ "RefreshPoint": [
+ 11011,
+ 11012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 702,
+ "Wave": 2,
+ "RefreshPoint": [
+ 11021,
+ 11022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 703,
+ "Wave": 3,
+ "RefreshPoint": [
+ 11031,
+ 11032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 704,
+ "Wave": 4,
+ "RefreshPoint": [
+ 11041,
+ 11042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 705,
+ "Wave": 5,
+ "RefreshPoint": [
+ 11051,
+ 11052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 706,
+ "Wave": 6,
+ "RefreshPoint": [
+ 11061,
+ 11062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 707,
+ "Wave": 7,
+ "RefreshPoint": [
+ 11071,
+ 11072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 708,
+ "Wave": 8,
+ "RefreshPoint": [
+ 11081,
+ 11082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 709,
+ "Wave": 9,
+ "RefreshPoint": [
+ 11091,
+ 11092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 710,
+ "Wave": 10,
+ "RefreshPoint": [
+ 11101,
+ 11102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 711,
+ "Wave": 11,
+ "RefreshPoint": [
+ 11111,
+ 11112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 712,
+ "Wave": 12,
+ "RefreshPoint": [
+ 11121,
+ 11122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 713,
+ "Wave": 13,
+ "RefreshPoint": [
+ 11131,
+ 11132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 714,
+ "Wave": 14,
+ "RefreshPoint": [
+ 11141,
+ 11142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 715,
+ "Wave": 15,
+ "RefreshPoint": [
+ 11151,
+ 11152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 801,
+ "Wave": 1,
+ "RefreshPoint": [
+ 12011,
+ 12012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 802,
+ "Wave": 2,
+ "RefreshPoint": [
+ 12021,
+ 12022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 803,
+ "Wave": 3,
+ "RefreshPoint": [
+ 12031,
+ 12032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 804,
+ "Wave": 4,
+ "RefreshPoint": [
+ 12041,
+ 12042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 805,
+ "Wave": 5,
+ "RefreshPoint": [
+ 12051,
+ 12052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 806,
+ "Wave": 6,
+ "RefreshPoint": [
+ 12061,
+ 12062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 807,
+ "Wave": 7,
+ "RefreshPoint": [
+ 12071,
+ 12072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 808,
+ "Wave": 8,
+ "RefreshPoint": [
+ 12081,
+ 12082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 809,
+ "Wave": 9,
+ "RefreshPoint": [
+ 12091,
+ 12092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 810,
+ "Wave": 10,
+ "RefreshPoint": [
+ 12101,
+ 12102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 811,
+ "Wave": 11,
+ "RefreshPoint": [
+ 12111,
+ 12112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 812,
+ "Wave": 12,
+ "RefreshPoint": [
+ 12121,
+ 12122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 813,
+ "Wave": 13,
+ "RefreshPoint": [
+ 12131,
+ 12132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 814,
+ "Wave": 14,
+ "RefreshPoint": [
+ 12141,
+ 12142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 815,
+ "Wave": 15,
+ "RefreshPoint": [
+ 12151,
+ 12152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 816,
+ "Wave": 16,
+ "RefreshPoint": [
+ 12161,
+ 12162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 817,
+ "Wave": 17,
+ "RefreshPoint": [
+ 12171,
+ 12172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 818,
+ "Wave": 18,
+ "RefreshPoint": [
+ 12181,
+ 12182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 819,
+ "Wave": 19,
+ "RefreshPoint": [
+ 12191,
+ 12192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 820,
+ "Wave": 20,
+ "RefreshPoint": [
+ 12201,
+ 12202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 901,
+ "Wave": 1,
+ "RefreshPoint": [
+ 13011,
+ 13012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 902,
+ "Wave": 2,
+ "RefreshPoint": [
+ 13021,
+ 13022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 903,
+ "Wave": 3,
+ "RefreshPoint": [
+ 13031,
+ 13032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 904,
+ "Wave": 4,
+ "RefreshPoint": [
+ 13041,
+ 13042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 905,
+ "Wave": 5,
+ "RefreshPoint": [
+ 13051,
+ 13052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 906,
+ "Wave": 6,
+ "RefreshPoint": [
+ 13061,
+ 13062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 907,
+ "Wave": 7,
+ "RefreshPoint": [
+ 13071,
+ 13072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 908,
+ "Wave": 8,
+ "RefreshPoint": [
+ 13081,
+ 13082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 909,
+ "Wave": 9,
+ "RefreshPoint": [
+ 13091,
+ 13092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 910,
+ "Wave": 10,
+ "RefreshPoint": [
+ 13101,
+ 13102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 911,
+ "Wave": 11,
+ "RefreshPoint": [
+ 13111,
+ 13112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 912,
+ "Wave": 12,
+ "RefreshPoint": [
+ 13121,
+ 13122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 913,
+ "Wave": 13,
+ "RefreshPoint": [
+ 13131,
+ 13132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 914,
+ "Wave": 14,
+ "RefreshPoint": [
+ 13141,
+ 13142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 915,
+ "Wave": 15,
+ "RefreshPoint": [
+ 13151,
+ 13152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 916,
+ "Wave": 16,
+ "RefreshPoint": [
+ 13161,
+ 13162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 917,
+ "Wave": 17,
+ "RefreshPoint": [
+ 13171,
+ 13172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 918,
+ "Wave": 18,
+ "RefreshPoint": [
+ 13181,
+ 13182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 919,
+ "Wave": 19,
+ "RefreshPoint": [
+ 13191,
+ 13192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 920,
+ "Wave": 20,
+ "RefreshPoint": [
+ 13201,
+ 13202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1001,
+ "Wave": 1,
+ "RefreshPoint": [
+ 14011,
+ 14012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1002,
+ "Wave": 2,
+ "RefreshPoint": [
+ 14021,
+ 14022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1003,
+ "Wave": 3,
+ "RefreshPoint": [
+ 14031,
+ 14032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1004,
+ "Wave": 4,
+ "RefreshPoint": [
+ 14041,
+ 14042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1005,
+ "Wave": 5,
+ "RefreshPoint": [
+ 14051,
+ 14052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1006,
+ "Wave": 6,
+ "RefreshPoint": [
+ 14061,
+ 14062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1007,
+ "Wave": 7,
+ "RefreshPoint": [
+ 14071,
+ 14072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1008,
+ "Wave": 8,
+ "RefreshPoint": [
+ 14081,
+ 14082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1009,
+ "Wave": 9,
+ "RefreshPoint": [
+ 14091,
+ 14092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1010,
+ "Wave": 10,
+ "RefreshPoint": [
+ 14101,
+ 14102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1011,
+ "Wave": 11,
+ "RefreshPoint": [
+ 14111,
+ 14112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1012,
+ "Wave": 12,
+ "RefreshPoint": [
+ 14121,
+ 14122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1013,
+ "Wave": 13,
+ "RefreshPoint": [
+ 14131,
+ 14132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1014,
+ "Wave": 14,
+ "RefreshPoint": [
+ 14141,
+ 14142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1015,
+ "Wave": 15,
+ "RefreshPoint": [
+ 14151,
+ 14152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1016,
+ "Wave": 16,
+ "RefreshPoint": [
+ 14161,
+ 14162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1017,
+ "Wave": 17,
+ "RefreshPoint": [
+ 14171,
+ 14172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1018,
+ "Wave": 18,
+ "RefreshPoint": [
+ 14181,
+ 14182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1019,
+ "Wave": 19,
+ "RefreshPoint": [
+ 14191,
+ 14192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1020,
+ "Wave": 20,
+ "RefreshPoint": [
+ 14201,
+ 14202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1101,
+ "Wave": 1,
+ "RefreshPoint": [
+ 15011,
+ 15012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1102,
+ "Wave": 2,
+ "RefreshPoint": [
+ 15021,
+ 15022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1103,
+ "Wave": 3,
+ "RefreshPoint": [
+ 15031,
+ 15032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1104,
+ "Wave": 4,
+ "RefreshPoint": [
+ 15041,
+ 15042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1105,
+ "Wave": 5,
+ "RefreshPoint": [
+ 15051,
+ 15052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1106,
+ "Wave": 6,
+ "RefreshPoint": [
+ 15061,
+ 15062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1107,
+ "Wave": 7,
+ "RefreshPoint": [
+ 15071,
+ 15072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1108,
+ "Wave": 8,
+ "RefreshPoint": [
+ 15081,
+ 15082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1109,
+ "Wave": 9,
+ "RefreshPoint": [
+ 15091,
+ 15092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1110,
+ "Wave": 10,
+ "RefreshPoint": [
+ 15101,
+ 15102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1111,
+ "Wave": 11,
+ "RefreshPoint": [
+ 15111,
+ 15112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1112,
+ "Wave": 12,
+ "RefreshPoint": [
+ 15121,
+ 15122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1113,
+ "Wave": 13,
+ "RefreshPoint": [
+ 15131,
+ 15132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1114,
+ "Wave": 14,
+ "RefreshPoint": [
+ 15141,
+ 15142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1115,
+ "Wave": 15,
+ "RefreshPoint": [
+ 15151,
+ 15152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1116,
+ "Wave": 16,
+ "RefreshPoint": [
+ 15161,
+ 15162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1117,
+ "Wave": 17,
+ "RefreshPoint": [
+ 15171,
+ 15172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1118,
+ "Wave": 18,
+ "RefreshPoint": [
+ 15181,
+ 15182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1119,
+ "Wave": 19,
+ "RefreshPoint": [
+ 15191,
+ 15192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1120,
+ "Wave": 20,
+ "RefreshPoint": [
+ 15201,
+ 15202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1121,
+ "Wave": 21,
+ "RefreshPoint": [
+ 15211,
+ 15212
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1122,
+ "Wave": 22,
+ "RefreshPoint": [
+ 15221,
+ 15222
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1123,
+ "Wave": 23,
+ "RefreshPoint": [
+ 15231,
+ 15232
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1124,
+ "Wave": 24,
+ "RefreshPoint": [
+ 15241,
+ 15242
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1125,
+ "Wave": 25,
+ "RefreshPoint": [
+ 15251,
+ 15252
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1201,
+ "Wave": 1,
+ "RefreshPoint": [
+ 16011,
+ 16012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1202,
+ "Wave": 2,
+ "RefreshPoint": [
+ 16021,
+ 16022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1203,
+ "Wave": 3,
+ "RefreshPoint": [
+ 16031,
+ 16032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1204,
+ "Wave": 4,
+ "RefreshPoint": [
+ 16041,
+ 16042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1205,
+ "Wave": 5,
+ "RefreshPoint": [
+ 16051,
+ 16052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1206,
+ "Wave": 6,
+ "RefreshPoint": [
+ 16061,
+ 16062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1207,
+ "Wave": 7,
+ "RefreshPoint": [
+ 16071,
+ 16072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1208,
+ "Wave": 8,
+ "RefreshPoint": [
+ 16081,
+ 16082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1209,
+ "Wave": 9,
+ "RefreshPoint": [
+ 16091,
+ 16092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1210,
+ "Wave": 10,
+ "RefreshPoint": [
+ 16101,
+ 16102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1211,
+ "Wave": 11,
+ "RefreshPoint": [
+ 16111,
+ 16112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1212,
+ "Wave": 12,
+ "RefreshPoint": [
+ 16121,
+ 16122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1213,
+ "Wave": 13,
+ "RefreshPoint": [
+ 16131,
+ 16132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1214,
+ "Wave": 14,
+ "RefreshPoint": [
+ 16141,
+ 16142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1215,
+ "Wave": 15,
+ "RefreshPoint": [
+ 16151,
+ 16152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1216,
+ "Wave": 16,
+ "RefreshPoint": [
+ 16161,
+ 16162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1217,
+ "Wave": 17,
+ "RefreshPoint": [
+ 16171,
+ 16172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1218,
+ "Wave": 18,
+ "RefreshPoint": [
+ 16181,
+ 16182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1219,
+ "Wave": 19,
+ "RefreshPoint": [
+ 16191,
+ 16192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1220,
+ "Wave": 20,
+ "RefreshPoint": [
+ 16201,
+ 16202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1221,
+ "Wave": 21,
+ "RefreshPoint": [
+ 16211,
+ 16212
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1222,
+ "Wave": 22,
+ "RefreshPoint": [
+ 16221,
+ 16222
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1223,
+ "Wave": 23,
+ "RefreshPoint": [
+ 16231,
+ 16232
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1224,
+ "Wave": 24,
+ "RefreshPoint": [
+ 16241,
+ 16242
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1225,
+ "Wave": 25,
+ "RefreshPoint": [
+ 16251,
+ 16252
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1301,
+ "Wave": 1,
+ "RefreshPoint": [
+ 17011,
+ 17012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1302,
+ "Wave": 2,
+ "RefreshPoint": [
+ 17021,
+ 17022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1303,
+ "Wave": 3,
+ "RefreshPoint": [
+ 17031,
+ 17032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1304,
+ "Wave": 4,
+ "RefreshPoint": [
+ 17041,
+ 17042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1305,
+ "Wave": 5,
+ "RefreshPoint": [
+ 17051,
+ 17052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1306,
+ "Wave": 6,
+ "RefreshPoint": [
+ 17061,
+ 17062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1307,
+ "Wave": 7,
+ "RefreshPoint": [
+ 17071,
+ 17072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1308,
+ "Wave": 8,
+ "RefreshPoint": [
+ 17081,
+ 17082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1309,
+ "Wave": 9,
+ "RefreshPoint": [
+ 17091,
+ 17092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1310,
+ "Wave": 10,
+ "RefreshPoint": [
+ 17101,
+ 17102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1311,
+ "Wave": 11,
+ "RefreshPoint": [
+ 17111,
+ 17112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1312,
+ "Wave": 12,
+ "RefreshPoint": [
+ 17121,
+ 17122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1313,
+ "Wave": 13,
+ "RefreshPoint": [
+ 17131,
+ 17132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1314,
+ "Wave": 14,
+ "RefreshPoint": [
+ 17141,
+ 17142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1315,
+ "Wave": 15,
+ "RefreshPoint": [
+ 17151,
+ 17152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1316,
+ "Wave": 16,
+ "RefreshPoint": [
+ 17161,
+ 17162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1317,
+ "Wave": 17,
+ "RefreshPoint": [
+ 17171,
+ 17172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1318,
+ "Wave": 18,
+ "RefreshPoint": [
+ 17181,
+ 17182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1319,
+ "Wave": 19,
+ "RefreshPoint": [
+ 17191,
+ 17192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1320,
+ "Wave": 20,
+ "RefreshPoint": [
+ 17201,
+ 17202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1321,
+ "Wave": 21,
+ "RefreshPoint": [
+ 17211,
+ 17212
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1322,
+ "Wave": 22,
+ "RefreshPoint": [
+ 17221,
+ 17222
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1323,
+ "Wave": 23,
+ "RefreshPoint": [
+ 17231,
+ 17232
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1324,
+ "Wave": 24,
+ "RefreshPoint": [
+ 17241,
+ 17242
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1325,
+ "Wave": 25,
+ "RefreshPoint": [
+ 17251,
+ 17252
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1401,
+ "Wave": 1,
+ "RefreshPoint": [
+ 18011,
+ 18012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1402,
+ "Wave": 2,
+ "RefreshPoint": [
+ 18021,
+ 18022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1403,
+ "Wave": 3,
+ "RefreshPoint": [
+ 18031,
+ 18032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1404,
+ "Wave": 4,
+ "RefreshPoint": [
+ 18041,
+ 18042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1405,
+ "Wave": 5,
+ "RefreshPoint": [
+ 18051,
+ 18052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1406,
+ "Wave": 6,
+ "RefreshPoint": [
+ 18061,
+ 18062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1407,
+ "Wave": 7,
+ "RefreshPoint": [
+ 18071,
+ 18072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1408,
+ "Wave": 8,
+ "RefreshPoint": [
+ 18081,
+ 18082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1409,
+ "Wave": 9,
+ "RefreshPoint": [
+ 18091,
+ 18092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1410,
+ "Wave": 10,
+ "RefreshPoint": [
+ 18101,
+ 18102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1411,
+ "Wave": 11,
+ "RefreshPoint": [
+ 18111,
+ 18112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1412,
+ "Wave": 12,
+ "RefreshPoint": [
+ 18121,
+ 18122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1413,
+ "Wave": 13,
+ "RefreshPoint": [
+ 18131,
+ 18132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1414,
+ "Wave": 14,
+ "RefreshPoint": [
+ 18141,
+ 18142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1415,
+ "Wave": 15,
+ "RefreshPoint": [
+ 18151,
+ 18152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1416,
+ "Wave": 16,
+ "RefreshPoint": [
+ 18161,
+ 18162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1417,
+ "Wave": 17,
+ "RefreshPoint": [
+ 18171,
+ 18172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1418,
+ "Wave": 18,
+ "RefreshPoint": [
+ 18181,
+ 18182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1419,
+ "Wave": 19,
+ "RefreshPoint": [
+ 18191,
+ 18192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1420,
+ "Wave": 20,
+ "RefreshPoint": [
+ 18201,
+ 18202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1421,
+ "Wave": 21,
+ "RefreshPoint": [
+ 18211,
+ 18212
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1422,
+ "Wave": 22,
+ "RefreshPoint": [
+ 18221,
+ 18222
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1423,
+ "Wave": 23,
+ "RefreshPoint": [
+ 18231,
+ 18232
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1424,
+ "Wave": 24,
+ "RefreshPoint": [
+ 18241,
+ 18242
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1425,
+ "Wave": 25,
+ "RefreshPoint": [
+ 18251,
+ 18252
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1501,
+ "Wave": 1,
+ "RefreshPoint": [
+ 19011,
+ 19012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1502,
+ "Wave": 2,
+ "RefreshPoint": [
+ 19021,
+ 19022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1503,
+ "Wave": 3,
+ "RefreshPoint": [
+ 19031,
+ 19032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1504,
+ "Wave": 4,
+ "RefreshPoint": [
+ 19041,
+ 19042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1505,
+ "Wave": 5,
+ "RefreshPoint": [
+ 19051,
+ 19052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1506,
+ "Wave": 6,
+ "RefreshPoint": [
+ 19061,
+ 19062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1507,
+ "Wave": 7,
+ "RefreshPoint": [
+ 19071,
+ 19072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1508,
+ "Wave": 8,
+ "RefreshPoint": [
+ 19081,
+ 19082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1509,
+ "Wave": 9,
+ "RefreshPoint": [
+ 19091,
+ 19092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1510,
+ "Wave": 10,
+ "RefreshPoint": [
+ 19101,
+ 19102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1511,
+ "Wave": 11,
+ "RefreshPoint": [
+ 19111,
+ 19112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1512,
+ "Wave": 12,
+ "RefreshPoint": [
+ 19121,
+ 19122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1513,
+ "Wave": 13,
+ "RefreshPoint": [
+ 19131,
+ 19132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1514,
+ "Wave": 14,
+ "RefreshPoint": [
+ 19141,
+ 19142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1515,
+ "Wave": 15,
+ "RefreshPoint": [
+ 19151,
+ 19152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1516,
+ "Wave": 16,
+ "RefreshPoint": [
+ 19161,
+ 19162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1517,
+ "Wave": 17,
+ "RefreshPoint": [
+ 19171,
+ 19172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1518,
+ "Wave": 18,
+ "RefreshPoint": [
+ 19181,
+ 19182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1519,
+ "Wave": 19,
+ "RefreshPoint": [
+ 19191,
+ 19192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1520,
+ "Wave": 20,
+ "RefreshPoint": [
+ 19201,
+ 19202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1521,
+ "Wave": 21,
+ "RefreshPoint": [
+ 19211,
+ 19212
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1522,
+ "Wave": 22,
+ "RefreshPoint": [
+ 19221,
+ 19222
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1523,
+ "Wave": 23,
+ "RefreshPoint": [
+ 19231,
+ 19232
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1524,
+ "Wave": 24,
+ "RefreshPoint": [
+ 19241,
+ 19242
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1525,
+ "Wave": 25,
+ "RefreshPoint": [
+ 19251,
+ 19252
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1601,
+ "Wave": 1,
+ "RefreshPoint": [
+ 20011,
+ 20012
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1602,
+ "Wave": 2,
+ "RefreshPoint": [
+ 20021,
+ 20022
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1603,
+ "Wave": 3,
+ "RefreshPoint": [
+ 20031,
+ 20032
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1604,
+ "Wave": 4,
+ "RefreshPoint": [
+ 20041,
+ 20042
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1605,
+ "Wave": 5,
+ "RefreshPoint": [
+ 20051,
+ 20052
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1606,
+ "Wave": 6,
+ "RefreshPoint": [
+ 20061,
+ 20062
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1607,
+ "Wave": 7,
+ "RefreshPoint": [
+ 20071,
+ 20072
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1608,
+ "Wave": 8,
+ "RefreshPoint": [
+ 20081,
+ 20082
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1609,
+ "Wave": 9,
+ "RefreshPoint": [
+ 20091,
+ 20092
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1610,
+ "Wave": 10,
+ "RefreshPoint": [
+ 20101,
+ 20102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1611,
+ "Wave": 11,
+ "RefreshPoint": [
+ 20111,
+ 20112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1612,
+ "Wave": 12,
+ "RefreshPoint": [
+ 20121,
+ 20122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1613,
+ "Wave": 13,
+ "RefreshPoint": [
+ 20131,
+ 20132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1614,
+ "Wave": 14,
+ "RefreshPoint": [
+ 20141,
+ 20142
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1615,
+ "Wave": 15,
+ "RefreshPoint": [
+ 20151,
+ 20152
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1616,
+ "Wave": 16,
+ "RefreshPoint": [
+ 20161,
+ 20162
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1617,
+ "Wave": 17,
+ "RefreshPoint": [
+ 20171,
+ 20172
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1618,
+ "Wave": 18,
+ "RefreshPoint": [
+ 20181,
+ 20182
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1619,
+ "Wave": 19,
+ "RefreshPoint": [
+ 20191,
+ 20192
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1620,
+ "Wave": 20,
+ "RefreshPoint": [
+ 20201,
+ 20202
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1621,
+ "Wave": 21,
+ "RefreshPoint": [
+ 20211,
+ 20212
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1622,
+ "Wave": 22,
+ "RefreshPoint": [
+ 20221,
+ 20222
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1623,
+ "Wave": 23,
+ "RefreshPoint": [
+ 20231,
+ 20232
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1624,
+ "Wave": 24,
+ "RefreshPoint": [
+ 20241,
+ 20242
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 1625,
+ "Wave": 25,
+ "RefreshPoint": [
+ 20251,
+ 20252
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10001,
+ "Wave": 0,
+ "RefreshPoint": [
+ 101,
+ 102
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10002,
+ "Wave": 0,
+ "RefreshPoint": [
+ 103,
+ 104
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10003,
+ "Wave": 0,
+ "RefreshPoint": [
+ 105,
+ 106
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10004,
+ "Wave": 0,
+ "RefreshPoint": [
+ 107,
+ 108
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10005,
+ "Wave": 0,
+ "RefreshPoint": [
+ 109,
+ 110
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10006,
+ "Wave": 0,
+ "RefreshPoint": [
+ 111,
+ 112
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10007,
+ "Wave": 0,
+ "RefreshPoint": [
+ 113,
+ 114
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10008,
+ "Wave": 0,
+ "RefreshPoint": [
+ 115,
+ 116
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10009,
+ "Wave": 0,
+ "RefreshPoint": [
+ 117,
+ 118
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10010,
+ "Wave": 0,
+ "RefreshPoint": [
+ 119,
+ 120
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10011,
+ "Wave": 0,
+ "RefreshPoint": [
+ 121,
+ 122
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10012,
+ "Wave": 0,
+ "RefreshPoint": [
+ 123,
+ 124
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10013,
+ "Wave": 0,
+ "RefreshPoint": [
+ 125,
+ 126
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10014,
+ "Wave": 0,
+ "RefreshPoint": [
+ 127,
+ 128
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10015,
+ "Wave": 0,
+ "RefreshPoint": [
+ 129,
+ 130
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10016,
+ "Wave": 0,
+ "RefreshPoint": [
+ 131,
+ 132
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10017,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10018,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10019,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10020,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10021,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10022,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10023,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10024,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10025,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10026,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10027,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10028,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10029,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10030,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10031,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10032,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10033,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10034,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10035,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10036,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10037,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10038,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10039,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10040,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10041,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10042,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10043,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10044,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10045,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10046,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10047,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10048,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10049,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10050,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10051,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10052,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10053,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10054,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10055,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10056,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10057,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10058,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10059,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10060,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10061,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10062,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10063,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10064,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10065,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10066,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10067,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10068,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10069,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10070,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10071,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10072,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10073,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10074,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10075,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10076,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10077,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10078,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10079,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10080,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10081,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10082,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10083,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10084,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10085,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10086,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10087,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10088,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10089,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10090,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10091,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10092,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10093,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10094,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10095,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10096,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10097,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10098,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10099,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10100,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10101,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10102,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10103,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10104,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10105,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10106,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10107,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10108,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10109,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10110,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10111,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10112,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10113,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10114,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10115,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10116,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10117,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10118,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10119,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10120,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10121,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10122,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10123,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10124,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10125,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10126,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10127,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10128,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10129,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10130,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10131,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10132,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10133,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10134,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10135,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10136,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10137,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10138,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10139,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10140,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10141,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10142,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10143,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10144,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10145,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10146,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10147,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10148,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10149,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ },
+ {
+ "Id": 10150,
+ "Wave": 0,
+ "RefreshPoint": [
+ 133,
+ 134
+ ],
+ "DurableLoss": 30,
+ "BasicFood": 1000
+ }
+]
\ No newline at end of file
diff --git a/config/WarDrumConfigCategory.json b/config/WarDrumConfigCategory.json
new file mode 100644
index 0000000..71e8698
--- /dev/null
+++ b/config/WarDrumConfigCategory.json
@@ -0,0 +1,27 @@
+[
+ {
+ "Id": 1,
+ "Frequency": 1,
+ "CastItemCastNum": 210000
+ },
+ {
+ "Id": 2,
+ "Frequency": 2,
+ "CastItemCastNum": 210000
+ },
+ {
+ "Id": 3,
+ "Frequency": 3,
+ "CastItemCastNum": 220000
+ },
+ {
+ "Id": 4,
+ "Frequency": 4,
+ "CastItemCastNum": 220000
+ },
+ {
+ "Id": 5,
+ "Frequency": 5,
+ "CastItemCastNum": 220000
+ }
+]
\ No newline at end of file
diff --git a/config/WarriorAttributeGrowthConfigCategory.json b/config/WarriorAttributeGrowthConfigCategory.json
new file mode 100644
index 0000000..30f5dd0
--- /dev/null
+++ b/config/WarriorAttributeGrowthConfigCategory.json
@@ -0,0 +1,1082 @@
+[
+ {
+ "Id": 1,
+ "WarriorId": 1,
+ "Lv": 1,
+ "HPGrow": 100,
+ "DEFGrow": 100,
+ "ATKGrow": 100,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 2,
+ "WarriorId": 1,
+ "Lv": 2,
+ "HPGrow": 110,
+ "DEFGrow": 101,
+ "ATKGrow": 110,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 3,
+ "WarriorId": 1,
+ "Lv": 3,
+ "HPGrow": 120,
+ "DEFGrow": 102,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 4,
+ "WarriorId": 1,
+ "Lv": 4,
+ "HPGrow": 130,
+ "DEFGrow": 103,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 5,
+ "WarriorId": 1,
+ "Lv": 5,
+ "HPGrow": 140,
+ "DEFGrow": 104,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 6,
+ "WarriorId": 1,
+ "Lv": 6,
+ "HPGrow": 150,
+ "DEFGrow": 105,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 7,
+ "WarriorId": 1,
+ "Lv": 7,
+ "HPGrow": 160,
+ "DEFGrow": 106,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 8,
+ "WarriorId": 1,
+ "Lv": 8,
+ "HPGrow": 170,
+ "DEFGrow": 107,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 9,
+ "WarriorId": 1,
+ "Lv": 9,
+ "HPGrow": 180,
+ "DEFGrow": 108,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 10,
+ "WarriorId": 1,
+ "Lv": 10,
+ "HPGrow": 190,
+ "DEFGrow": 109,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 11,
+ "WarriorId": 1,
+ "Lv": 11,
+ "HPGrow": 200,
+ "DEFGrow": 110,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 12,
+ "WarriorId": 1,
+ "Lv": 12,
+ "HPGrow": 210,
+ "DEFGrow": 111,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 13,
+ "WarriorId": 1,
+ "Lv": 13,
+ "HPGrow": 220,
+ "DEFGrow": 112,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 14,
+ "WarriorId": 1,
+ "Lv": 14,
+ "HPGrow": 230,
+ "DEFGrow": 113,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 15,
+ "WarriorId": 1,
+ "Lv": 15,
+ "HPGrow": 240,
+ "DEFGrow": 114,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 16,
+ "WarriorId": 2,
+ "Lv": 1,
+ "HPGrow": 100,
+ "DEFGrow": 100,
+ "ATKGrow": 110,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 17,
+ "WarriorId": 2,
+ "Lv": 2,
+ "HPGrow": 100,
+ "DEFGrow": 101,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 18,
+ "WarriorId": 2,
+ "Lv": 3,
+ "HPGrow": 110,
+ "DEFGrow": 102,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 19,
+ "WarriorId": 2,
+ "Lv": 4,
+ "HPGrow": 120,
+ "DEFGrow": 103,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 20,
+ "WarriorId": 2,
+ "Lv": 5,
+ "HPGrow": 130,
+ "DEFGrow": 104,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 21,
+ "WarriorId": 2,
+ "Lv": 6,
+ "HPGrow": 140,
+ "DEFGrow": 105,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 22,
+ "WarriorId": 2,
+ "Lv": 7,
+ "HPGrow": 150,
+ "DEFGrow": 106,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 23,
+ "WarriorId": 2,
+ "Lv": 8,
+ "HPGrow": 160,
+ "DEFGrow": 107,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 24,
+ "WarriorId": 2,
+ "Lv": 9,
+ "HPGrow": 170,
+ "DEFGrow": 108,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 25,
+ "WarriorId": 2,
+ "Lv": 10,
+ "HPGrow": 180,
+ "DEFGrow": 109,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 26,
+ "WarriorId": 2,
+ "Lv": 11,
+ "HPGrow": 190,
+ "DEFGrow": 110,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 27,
+ "WarriorId": 2,
+ "Lv": 12,
+ "HPGrow": 200,
+ "DEFGrow": 111,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 28,
+ "WarriorId": 2,
+ "Lv": 13,
+ "HPGrow": 210,
+ "DEFGrow": 112,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 29,
+ "WarriorId": 2,
+ "Lv": 14,
+ "HPGrow": 220,
+ "DEFGrow": 113,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 30,
+ "WarriorId": 2,
+ "Lv": 15,
+ "HPGrow": 230,
+ "DEFGrow": 114,
+ "ATKGrow": 250,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 31,
+ "WarriorId": 3,
+ "Lv": 1,
+ "HPGrow": 100,
+ "DEFGrow": 100,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 32,
+ "WarriorId": 3,
+ "Lv": 2,
+ "HPGrow": 100,
+ "DEFGrow": 101,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 33,
+ "WarriorId": 3,
+ "Lv": 3,
+ "HPGrow": 110,
+ "DEFGrow": 102,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 34,
+ "WarriorId": 3,
+ "Lv": 4,
+ "HPGrow": 120,
+ "DEFGrow": 103,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 35,
+ "WarriorId": 3,
+ "Lv": 5,
+ "HPGrow": 130,
+ "DEFGrow": 104,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 36,
+ "WarriorId": 3,
+ "Lv": 6,
+ "HPGrow": 140,
+ "DEFGrow": 105,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 37,
+ "WarriorId": 3,
+ "Lv": 7,
+ "HPGrow": 150,
+ "DEFGrow": 106,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 38,
+ "WarriorId": 3,
+ "Lv": 8,
+ "HPGrow": 160,
+ "DEFGrow": 107,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 39,
+ "WarriorId": 3,
+ "Lv": 9,
+ "HPGrow": 170,
+ "DEFGrow": 108,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 40,
+ "WarriorId": 3,
+ "Lv": 10,
+ "HPGrow": 180,
+ "DEFGrow": 109,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 41,
+ "WarriorId": 3,
+ "Lv": 11,
+ "HPGrow": 190,
+ "DEFGrow": 110,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 42,
+ "WarriorId": 3,
+ "Lv": 12,
+ "HPGrow": 200,
+ "DEFGrow": 111,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 43,
+ "WarriorId": 3,
+ "Lv": 13,
+ "HPGrow": 210,
+ "DEFGrow": 112,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 44,
+ "WarriorId": 3,
+ "Lv": 14,
+ "HPGrow": 220,
+ "DEFGrow": 113,
+ "ATKGrow": 250,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 45,
+ "WarriorId": 3,
+ "Lv": 15,
+ "HPGrow": 230,
+ "DEFGrow": 114,
+ "ATKGrow": 260,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 46,
+ "WarriorId": 4,
+ "Lv": 1,
+ "HPGrow": 120,
+ "DEFGrow": 100,
+ "ATKGrow": 90,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 47,
+ "WarriorId": 4,
+ "Lv": 2,
+ "HPGrow": 130,
+ "DEFGrow": 101,
+ "ATKGrow": 100,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 48,
+ "WarriorId": 4,
+ "Lv": 3,
+ "HPGrow": 140,
+ "DEFGrow": 102,
+ "ATKGrow": 110,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 49,
+ "WarriorId": 4,
+ "Lv": 4,
+ "HPGrow": 150,
+ "DEFGrow": 103,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 50,
+ "WarriorId": 4,
+ "Lv": 5,
+ "HPGrow": 160,
+ "DEFGrow": 104,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 51,
+ "WarriorId": 4,
+ "Lv": 6,
+ "HPGrow": 170,
+ "DEFGrow": 105,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 52,
+ "WarriorId": 4,
+ "Lv": 7,
+ "HPGrow": 180,
+ "DEFGrow": 106,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 53,
+ "WarriorId": 4,
+ "Lv": 8,
+ "HPGrow": 190,
+ "DEFGrow": 107,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 54,
+ "WarriorId": 4,
+ "Lv": 9,
+ "HPGrow": 200,
+ "DEFGrow": 108,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 55,
+ "WarriorId": 4,
+ "Lv": 10,
+ "HPGrow": 210,
+ "DEFGrow": 109,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 56,
+ "WarriorId": 4,
+ "Lv": 11,
+ "HPGrow": 220,
+ "DEFGrow": 110,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 57,
+ "WarriorId": 4,
+ "Lv": 12,
+ "HPGrow": 230,
+ "DEFGrow": 111,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 58,
+ "WarriorId": 4,
+ "Lv": 13,
+ "HPGrow": 240,
+ "DEFGrow": 112,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 59,
+ "WarriorId": 4,
+ "Lv": 14,
+ "HPGrow": 250,
+ "DEFGrow": 113,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 60,
+ "WarriorId": 4,
+ "Lv": 15,
+ "HPGrow": 260,
+ "DEFGrow": 114,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 61,
+ "WarriorId": 5,
+ "Lv": 1,
+ "HPGrow": 110,
+ "DEFGrow": 100,
+ "ATKGrow": 110,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 62,
+ "WarriorId": 5,
+ "Lv": 2,
+ "HPGrow": 120,
+ "DEFGrow": 101,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 63,
+ "WarriorId": 5,
+ "Lv": 3,
+ "HPGrow": 130,
+ "DEFGrow": 102,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 64,
+ "WarriorId": 5,
+ "Lv": 4,
+ "HPGrow": 140,
+ "DEFGrow": 103,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 65,
+ "WarriorId": 5,
+ "Lv": 5,
+ "HPGrow": 150,
+ "DEFGrow": 104,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 66,
+ "WarriorId": 5,
+ "Lv": 6,
+ "HPGrow": 160,
+ "DEFGrow": 105,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 67,
+ "WarriorId": 5,
+ "Lv": 7,
+ "HPGrow": 170,
+ "DEFGrow": 106,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 68,
+ "WarriorId": 5,
+ "Lv": 8,
+ "HPGrow": 180,
+ "DEFGrow": 107,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 69,
+ "WarriorId": 5,
+ "Lv": 9,
+ "HPGrow": 190,
+ "DEFGrow": 108,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 70,
+ "WarriorId": 5,
+ "Lv": 10,
+ "HPGrow": 200,
+ "DEFGrow": 109,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 71,
+ "WarriorId": 5,
+ "Lv": 11,
+ "HPGrow": 210,
+ "DEFGrow": 110,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 72,
+ "WarriorId": 5,
+ "Lv": 12,
+ "HPGrow": 220,
+ "DEFGrow": 111,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 73,
+ "WarriorId": 5,
+ "Lv": 13,
+ "HPGrow": 230,
+ "DEFGrow": 112,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 74,
+ "WarriorId": 5,
+ "Lv": 14,
+ "HPGrow": 240,
+ "DEFGrow": 113,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 75,
+ "WarriorId": 5,
+ "Lv": 15,
+ "HPGrow": 250,
+ "DEFGrow": 114,
+ "ATKGrow": 250,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 76,
+ "WarriorId": 6,
+ "Lv": 1,
+ "HPGrow": 100,
+ "DEFGrow": 100,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 77,
+ "WarriorId": 6,
+ "Lv": 2,
+ "HPGrow": 110,
+ "DEFGrow": 101,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 78,
+ "WarriorId": 6,
+ "Lv": 3,
+ "HPGrow": 120,
+ "DEFGrow": 102,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 79,
+ "WarriorId": 6,
+ "Lv": 4,
+ "HPGrow": 130,
+ "DEFGrow": 103,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 80,
+ "WarriorId": 6,
+ "Lv": 5,
+ "HPGrow": 140,
+ "DEFGrow": 104,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 81,
+ "WarriorId": 6,
+ "Lv": 6,
+ "HPGrow": 150,
+ "DEFGrow": 105,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 82,
+ "WarriorId": 6,
+ "Lv": 7,
+ "HPGrow": 160,
+ "DEFGrow": 106,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 83,
+ "WarriorId": 6,
+ "Lv": 8,
+ "HPGrow": 170,
+ "DEFGrow": 107,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 84,
+ "WarriorId": 6,
+ "Lv": 9,
+ "HPGrow": 180,
+ "DEFGrow": 108,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 85,
+ "WarriorId": 6,
+ "Lv": 10,
+ "HPGrow": 190,
+ "DEFGrow": 109,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 86,
+ "WarriorId": 6,
+ "Lv": 11,
+ "HPGrow": 200,
+ "DEFGrow": 110,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 87,
+ "WarriorId": 6,
+ "Lv": 12,
+ "HPGrow": 210,
+ "DEFGrow": 111,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 88,
+ "WarriorId": 6,
+ "Lv": 13,
+ "HPGrow": 220,
+ "DEFGrow": 112,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 89,
+ "WarriorId": 6,
+ "Lv": 14,
+ "HPGrow": 230,
+ "DEFGrow": 113,
+ "ATKGrow": 250,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 90,
+ "WarriorId": 6,
+ "Lv": 15,
+ "HPGrow": 240,
+ "DEFGrow": 114,
+ "ATKGrow": 260,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 91,
+ "WarriorId": 7,
+ "Lv": 1,
+ "HPGrow": 120,
+ "DEFGrow": 100,
+ "ATKGrow": 110,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 92,
+ "WarriorId": 7,
+ "Lv": 2,
+ "HPGrow": 130,
+ "DEFGrow": 101,
+ "ATKGrow": 120,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 93,
+ "WarriorId": 7,
+ "Lv": 3,
+ "HPGrow": 140,
+ "DEFGrow": 102,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 94,
+ "WarriorId": 7,
+ "Lv": 4,
+ "HPGrow": 150,
+ "DEFGrow": 103,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 95,
+ "WarriorId": 7,
+ "Lv": 5,
+ "HPGrow": 160,
+ "DEFGrow": 104,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 96,
+ "WarriorId": 7,
+ "Lv": 6,
+ "HPGrow": 170,
+ "DEFGrow": 105,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 97,
+ "WarriorId": 7,
+ "Lv": 7,
+ "HPGrow": 180,
+ "DEFGrow": 106,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 98,
+ "WarriorId": 7,
+ "Lv": 8,
+ "HPGrow": 190,
+ "DEFGrow": 107,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 99,
+ "WarriorId": 7,
+ "Lv": 9,
+ "HPGrow": 200,
+ "DEFGrow": 108,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 100,
+ "WarriorId": 7,
+ "Lv": 10,
+ "HPGrow": 210,
+ "DEFGrow": 109,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 101,
+ "WarriorId": 7,
+ "Lv": 11,
+ "HPGrow": 220,
+ "DEFGrow": 110,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 102,
+ "WarriorId": 7,
+ "Lv": 12,
+ "HPGrow": 230,
+ "DEFGrow": 111,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 103,
+ "WarriorId": 7,
+ "Lv": 13,
+ "HPGrow": 240,
+ "DEFGrow": 112,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 104,
+ "WarriorId": 7,
+ "Lv": 14,
+ "HPGrow": 250,
+ "DEFGrow": 113,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 105,
+ "WarriorId": 7,
+ "Lv": 15,
+ "HPGrow": 260,
+ "DEFGrow": 114,
+ "ATKGrow": 250,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 106,
+ "WarriorId": 8,
+ "Lv": 1,
+ "HPGrow": 100,
+ "DEFGrow": 100,
+ "ATKGrow": 130,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 107,
+ "WarriorId": 8,
+ "Lv": 2,
+ "HPGrow": 110,
+ "DEFGrow": 101,
+ "ATKGrow": 140,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 108,
+ "WarriorId": 8,
+ "Lv": 3,
+ "HPGrow": 120,
+ "DEFGrow": 102,
+ "ATKGrow": 150,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 109,
+ "WarriorId": 8,
+ "Lv": 4,
+ "HPGrow": 130,
+ "DEFGrow": 103,
+ "ATKGrow": 160,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 110,
+ "WarriorId": 8,
+ "Lv": 5,
+ "HPGrow": 140,
+ "DEFGrow": 104,
+ "ATKGrow": 170,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 111,
+ "WarriorId": 8,
+ "Lv": 6,
+ "HPGrow": 150,
+ "DEFGrow": 105,
+ "ATKGrow": 180,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 112,
+ "WarriorId": 8,
+ "Lv": 7,
+ "HPGrow": 160,
+ "DEFGrow": 106,
+ "ATKGrow": 190,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 113,
+ "WarriorId": 8,
+ "Lv": 8,
+ "HPGrow": 170,
+ "DEFGrow": 107,
+ "ATKGrow": 200,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 114,
+ "WarriorId": 8,
+ "Lv": 9,
+ "HPGrow": 180,
+ "DEFGrow": 108,
+ "ATKGrow": 210,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 115,
+ "WarriorId": 8,
+ "Lv": 10,
+ "HPGrow": 190,
+ "DEFGrow": 109,
+ "ATKGrow": 220,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 116,
+ "WarriorId": 8,
+ "Lv": 11,
+ "HPGrow": 200,
+ "DEFGrow": 110,
+ "ATKGrow": 230,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 117,
+ "WarriorId": 8,
+ "Lv": 12,
+ "HPGrow": 210,
+ "DEFGrow": 111,
+ "ATKGrow": 240,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 118,
+ "WarriorId": 8,
+ "Lv": 13,
+ "HPGrow": 220,
+ "DEFGrow": 112,
+ "ATKGrow": 250,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 119,
+ "WarriorId": 8,
+ "Lv": 14,
+ "HPGrow": 230,
+ "DEFGrow": 113,
+ "ATKGrow": 260,
+ "AttackSpeedGrow": 100
+ },
+ {
+ "Id": 120,
+ "WarriorId": 8,
+ "Lv": 15,
+ "HPGrow": 240,
+ "DEFGrow": 114,
+ "ATKGrow": 270,
+ "AttackSpeedGrow": 100
+ }
+]
\ No newline at end of file
diff --git a/config/WarriorBodySoulConfigCategory.json b/config/WarriorBodySoulConfigCategory.json
new file mode 100644
index 0000000..b4d1fa0
--- /dev/null
+++ b/config/WarriorBodySoulConfigCategory.json
@@ -0,0 +1,107 @@
+[
+ {
+ "Id": 1,
+ "Lv": 1,
+ "BodySoul": 1,
+ "SpiritSoul": 1,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 2,
+ "Lv": 2,
+ "BodySoul": 1,
+ "SpiritSoul": 2,
+ "UnlockPassiveSkill": 1
+ },
+ {
+ "Id": 3,
+ "Lv": 3,
+ "BodySoul": 1,
+ "SpiritSoul": 3,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 4,
+ "Lv": 4,
+ "BodySoul": 1,
+ "SpiritSoul": 4,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 5,
+ "Lv": 5,
+ "BodySoul": 1,
+ "SpiritSoul": 5,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 6,
+ "Lv": 6,
+ "BodySoul": 2,
+ "SpiritSoul": 6,
+ "UnlockPassiveSkill": 2
+ },
+ {
+ "Id": 7,
+ "Lv": 7,
+ "BodySoul": 2,
+ "SpiritSoul": 7,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 8,
+ "Lv": 8,
+ "BodySoul": 2,
+ "SpiritSoul": 8,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 9,
+ "Lv": 9,
+ "BodySoul": 2,
+ "SpiritSoul": 9,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 10,
+ "Lv": 10,
+ "BodySoul": 2,
+ "SpiritSoul": 10,
+ "UnlockPassiveSkill": 3
+ },
+ {
+ "Id": 11,
+ "Lv": 11,
+ "BodySoul": 3,
+ "SpiritSoul": 11,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 12,
+ "Lv": 12,
+ "BodySoul": 3,
+ "SpiritSoul": 12,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 13,
+ "Lv": 13,
+ "BodySoul": 3,
+ "SpiritSoul": 13,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 14,
+ "Lv": 14,
+ "BodySoul": 3,
+ "SpiritSoul": 14,
+ "UnlockPassiveSkill": 0
+ },
+ {
+ "Id": 15,
+ "Lv": 15,
+ "BodySoul": 3,
+ "SpiritSoul": 15,
+ "UnlockPassiveSkill": 4
+ }
+]
\ No newline at end of file
diff --git a/config/WarriorConfigCategory.json b/config/WarriorConfigCategory.json
new file mode 100644
index 0000000..b448d68
--- /dev/null
+++ b/config/WarriorConfigCategory.json
@@ -0,0 +1,304 @@
+[
+ {
+ "Id": 1,
+ "FirstName": "乔",
+ "Name": "河",
+ "ArmsLimit": 1,
+ "Gender": 1,
+ "Age": 15,
+ "Labor": 6,
+ "Wisdom": 8,
+ "MoveSpeed": 25,
+ "BodySoulLv": 1,
+ "StartHp": 220,
+ "StartInjury": 0,
+ "StartATK": 10,
+ "StartDEF": 3,
+ "HitRate": 85,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Crit": 3,
+ "AttackSpeed": 100,
+ "MPRecover": 4,
+ "BasicAttack": [
+ 101
+ ],
+ "Talent": 1,
+ "SkillSet": [
+ 201
+ ],
+ "PassiveSkill": [
+ 1001,
+ 1021,
+ 1041,
+ 1061
+ ],
+ "SpSkill": [],
+ "Hatred": 4,
+ "StarFireResistance": 0,
+ "StarThunderResistance": 0,
+ "StarPoisonResistance": 0,
+ "StarIceResistance": 0,
+ "BodySoul": 1901,
+ "StarArms": 10000,
+ "StarArmor": 20000,
+ "HeadIcon": "WarriorHead_qiaodn_1",
+ "PrefabName": "Warrior_Lead_M",
+ "Picture": "Warrior_Picture_1",
+ "DefaultWeaponSkin": "weapon_dajian_0",
+ "Introduce": "出身在小渔村的寻常渔民家,从小就活泼好动,主意多。是不折不扣孩子王。曾经和青梅竹马的陶小青一起吃下不死树的果子,变成不会死亡的勇士"
+ },
+ {
+ "Id": 2,
+ "FirstName": "陶",
+ "Name": "小青",
+ "ArmsLimit": 3,
+ "Gender": 2,
+ "Age": 15,
+ "Labor": 6,
+ "Wisdom": 8,
+ "MoveSpeed": 30,
+ "BodySoulLv": 1,
+ "StartHp": 150,
+ "StartInjury": 150,
+ "StartATK": 12,
+ "StartDEF": 2,
+ "HitRate": 85,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Crit": 3,
+ "AttackSpeed": 100,
+ "MPRecover": 5,
+ "BasicAttack": [
+ 102
+ ],
+ "Talent": 2,
+ "SkillSet": [
+ 221
+ ],
+ "PassiveSkill": [
+ 1101,
+ 1121,
+ 1141,
+ 1161
+ ],
+ "SpSkill": [
+ 134201
+ ],
+ "Hatred": 2,
+ "StarFireResistance": 0,
+ "StarThunderResistance": 0,
+ "StarPoisonResistance": 0,
+ "StarIceResistance": 0,
+ "BodySoul": 1902,
+ "StarArms": 10200,
+ "StarArmor": 20000,
+ "HeadIcon": "WarriorHead_yanggy_2",
+ "PrefabName": "Warrior_Lead_F",
+ "Picture": "Warrior_Picture_2",
+ "DefaultWeaponSkin": "weapon_feibiao_0",
+ "Introduce": "出身在小渔村的寻常渔民家,和乔河青梅竹马。很喜欢在溪边和乔河用石头打水漂嬉闹。一次外出和大家分散后进入了妖云密布的山谷,饥肠辘辘,孤立无援,在一棵树下捡到了果子并吃下企图恢复体力,意外成为了不会死亡的勇士。"
+ },
+ {
+ "Id": 3,
+ "FirstName": "李",
+ "Name": "绫儿",
+ "ArmsLimit": 6,
+ "Gender": 2,
+ "Age": 16,
+ "Labor": 8,
+ "Wisdom": 6,
+ "MoveSpeed": 25,
+ "BodySoulLv": 1,
+ "StartHp": 130,
+ "StartInjury": 0,
+ "StartATK": 15,
+ "StartDEF": 1,
+ "HitRate": 85,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Crit": 5,
+ "AttackSpeed": 100,
+ "MPRecover": 4,
+ "BasicAttack": [
+ 103
+ ],
+ "Talent": 3,
+ "SkillSet": [
+ 241
+ ],
+ "PassiveSkill": [
+ 1201,
+ 1221,
+ 1241,
+ 1261
+ ],
+ "SpSkill": [],
+ "Hatred": 2,
+ "StarFireResistance": 0,
+ "StarThunderResistance": 0,
+ "StarPoisonResistance": 0,
+ "StarIceResistance": 0,
+ "BodySoul": 1903,
+ "StarArms": 10500,
+ "StarArmor": 20000,
+ "HeadIcon": "WarriorHead_liler_3",
+ "PrefabName": "Warrior_4",
+ "Picture": "Warrior_Picture_3",
+ "DefaultWeaponSkin": "weapon_gongjian_0",
+ "Introduce": "出身在小渔村的寻常渔民家,从小就活泼好动,主意多。是不折不扣孩子王。妖兽来袭后,你失去了亲人。和奶奶逃到山谷,开始走上重新建设家园的道路。"
+ },
+ {
+ "Id": 4,
+ "FirstName": "孟",
+ "Name": "和",
+ "ArmsLimit": 2,
+ "Gender": 1,
+ "Age": 15,
+ "Labor": 8,
+ "Wisdom": 8,
+ "MoveSpeed": 25,
+ "BodySoulLv": 1,
+ "StartHp": 300,
+ "StartInjury": 0,
+ "StartATK": 12,
+ "StartDEF": 4,
+ "HitRate": 85,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Crit": 2,
+ "AttackSpeed": 100,
+ "MPRecover": 5,
+ "BasicAttack": [
+ 104
+ ],
+ "Talent": 4,
+ "SkillSet": [
+ 261
+ ],
+ "PassiveSkill": [
+ 1301,
+ 1321,
+ 1341,
+ 1361
+ ],
+ "SpSkill": [],
+ "Hatred": 5,
+ "StarFireResistance": 0,
+ "StarThunderResistance": 0,
+ "StarPoisonResistance": 0,
+ "StarIceResistance": 0,
+ "BodySoul": 1904,
+ "StarArms": 10100,
+ "StarArmor": 20000,
+ "HeadIcon": "WarriorHead_mengh_5",
+ "PrefabName": "Warrior_1",
+ "Picture": "Warrior_Picture_4",
+ "DefaultWeaponSkin": "weapon_chuizi_0",
+ "Introduce": "出身在小渔村的寻常渔民家,从小就活泼好动,主意多。是不折不扣孩子王。妖兽来袭后,你失去了亲人。和奶奶逃到山谷,开始走上重新建设家园的道路。"
+ },
+ {
+ "Id": 5,
+ "FirstName": "韩",
+ "Name": "菲",
+ "ArmsLimit": 5,
+ "Gender": 1,
+ "Age": 15,
+ "Labor": 8,
+ "Wisdom": 9,
+ "MoveSpeed": 25,
+ "BodySoulLv": 1,
+ "StartHp": 250,
+ "StartInjury": 0,
+ "StartATK": 20,
+ "StartDEF": 2,
+ "HitRate": 85,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Crit": 5,
+ "AttackSpeed": 100,
+ "MPRecover": 4,
+ "BasicAttack": [
+ 105
+ ],
+ "Talent": 5,
+ "SkillSet": [
+ 281
+ ],
+ "PassiveSkill": [
+ 1401,
+ 1421,
+ 1441,
+ 1461
+ ],
+ "SpSkill": [],
+ "Hatred": 4,
+ "StarFireResistance": 0,
+ "StarThunderResistance": 0,
+ "StarPoisonResistance": 0,
+ "StarIceResistance": 0,
+ "BodySoul": 1905,
+ "StarArms": 10400,
+ "StarArmor": 20000,
+ "HeadIcon": "WarriorHead_hanf_6",
+ "PrefabName": "Warrior_3",
+ "Picture": "Warrior_Picture_5",
+ "DefaultWeaponSkin": "weapon_gun_0",
+ "Introduce": "出身在小渔村的寻常渔民家,从小就活泼好动,主意多。是不折不扣孩子王。妖兽来袭后,你失去了亲人。和奶奶逃到山谷,开始走上重新建设家园的道路。"
+ },
+ {
+ "Id": 6,
+ "FirstName": "慕容",
+ "Name": "婉",
+ "ArmsLimit": 4,
+ "Gender": 2,
+ "Age": 14,
+ "Labor": 5,
+ "Wisdom": 12,
+ "MoveSpeed": 30,
+ "BodySoulLv": 1,
+ "StartHp": 130,
+ "StartInjury": 0,
+ "StartATK": 12,
+ "StartDEF": 1,
+ "HitRate": 85,
+ "Hit": 0,
+ "DodgeRate": 0,
+ "Dodge": 0,
+ "Crit": 7,
+ "AttackSpeed": 100,
+ "MPRecover": 4,
+ "BasicAttack": [
+ 106
+ ],
+ "Talent": 6,
+ "SkillSet": [
+ 301
+ ],
+ "PassiveSkill": [
+ 1501,
+ 1521,
+ 1541,
+ 1561
+ ],
+ "SpSkill": [],
+ "Hatred": 2,
+ "StarFireResistance": 0,
+ "StarThunderResistance": 0,
+ "StarPoisonResistance": 0,
+ "StarIceResistance": 0,
+ "BodySoul": 1906,
+ "StarArms": 10300,
+ "StarArmor": 20000,
+ "HeadIcon": "WarriorHead_murongw_7",
+ "PrefabName": "Warrior_2",
+ "Picture": "Warrior_Picture_6",
+ "DefaultWeaponSkin": "weapon_shangdao_0",
+ "Introduce": "出身在小渔村的寻常渔民家,从小就活泼好动,主意多。是不折不扣孩子王。妖兽来袭后,你失去了亲人。和奶奶逃到山谷,开始走上重新建设家园的道路。"
+ }
+]
\ No newline at end of file
diff --git a/config/WeatherConfigCategory.json b/config/WeatherConfigCategory.json
new file mode 100644
index 0000000..3fd0c62
--- /dev/null
+++ b/config/WeatherConfigCategory.json
@@ -0,0 +1,354 @@
+[
+ {
+ "Id": 1,
+ "Name": "大风",
+ "Type": 1,
+ "PureIllness": 0,
+ "PureInjury": 0,
+ "Illness": 100,
+ "DurableDestroy": 2,
+ "SkillBUFF": 510,
+ "ValleyEffect": 17,
+ "Duration": [
+ 20,
+ 40
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Wind_Spr",
+ "Wind_Sum",
+ "Wind_Fal",
+ "Wind_Win"
+ ],
+ "IsScaleWithCamera": true,
+ "SpecialEfficacyCD": [
+ 10,
+ 15
+ ],
+ "ICON": "Weather_Icon_1",
+ "Sound": "Sound_Weather_1",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 2,
+ "Name": "小雨",
+ "Type": 2,
+ "PureIllness": 100,
+ "PureInjury": 0,
+ "Illness": 100,
+ "DurableDestroy": 1,
+ "SkillBUFF": 501,
+ "ValleyEffect": 18,
+ "Duration": [
+ 40,
+ 60
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Rain_Small",
+ "Rain_Small",
+ "Rain_Small",
+ "Rain_Small"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_2",
+ "Sound": "Sound_Weather_2",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 3,
+ "Name": "暴雨",
+ "Type": 3,
+ "PureIllness": 200,
+ "PureInjury": 0,
+ "Illness": 100,
+ "DurableDestroy": 3,
+ "SkillBUFF": 502,
+ "ValleyEffect": 19,
+ "Duration": [
+ 40,
+ 60
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Rain_Medium",
+ "Rain_Medium",
+ "Rain_Medium",
+ "Rain_Medium"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_3",
+ "Sound": "Sound_Weather_3",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 4,
+ "Name": "雷雨",
+ "Type": 4,
+ "PureIllness": 250,
+ "PureInjury": 0,
+ "Illness": 100,
+ "DurableDestroy": 5,
+ "SkillBUFF": 503,
+ "ValleyEffect": 20,
+ "Duration": [
+ 40,
+ 60
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Rain_Big",
+ "Rain_Big",
+ "Rain_Big",
+ "Rain_Big"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_4",
+ "Sound": "Sound_Weather_4",
+ "IsEffectLight": true,
+ "LightIntensity": 0.3
+ },
+ {
+ "Id": 5,
+ "Name": "冰雹",
+ "Type": 5,
+ "PureIllness": 0,
+ "PureInjury": 300,
+ "Illness": 0,
+ "DurableDestroy": 15,
+ "SkillBUFF": 504,
+ "ValleyEffect": 21,
+ "Duration": [
+ 20,
+ 40
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Hail",
+ "Hail",
+ "Hail",
+ "Hail"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_5",
+ "Sound": "",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 6,
+ "Name": "高温",
+ "Type": 6,
+ "PureIllness": 0,
+ "PureInjury": 0,
+ "Illness": 300,
+ "DurableDestroy": 0,
+ "SkillBUFF": 505,
+ "ValleyEffect": 22,
+ "Duration": [
+ 40,
+ 60
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 10,
+ 15
+ ],
+ "ICON": "Weather_Icon_6",
+ "Sound": "",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 7,
+ "Name": "雪",
+ "Type": 7,
+ "PureIllness": 300,
+ "PureInjury": 0,
+ "Illness": 100,
+ "DurableDestroy": 3,
+ "SkillBUFF": 506,
+ "ValleyEffect": 23,
+ "Duration": [
+ 120,
+ 200
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Snow",
+ "Snow",
+ "Snow",
+ "Snow"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_7",
+ "Sound": "",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 8,
+ "Name": "暴雪",
+ "Type": 8,
+ "PureIllness": 400,
+ "PureInjury": 0,
+ "Illness": 150,
+ "DurableDestroy": 10,
+ "SkillBUFF": 507,
+ "ValleyEffect": 24,
+ "Duration": [
+ 120,
+ 200
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Snow_Big",
+ "Snow_Big",
+ "Snow_Big",
+ "Snow_Big"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_8",
+ "Sound": "",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 9,
+ "Name": "寒流",
+ "Type": 9,
+ "PureIllness": 0,
+ "PureInjury": 0,
+ "Illness": 400,
+ "DurableDestroy": 0,
+ "SkillBUFF": 508,
+ "ValleyEffect": 25,
+ "Duration": [
+ 40,
+ 60
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 20,
+ 40
+ ],
+ "ICON": "Weather_Icon_9",
+ "Sound": "",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 11,
+ "Name": "流感",
+ "Type": 11,
+ "PureIllness": 0,
+ "PureInjury": 0,
+ "Illness": 700,
+ "DurableDestroy": 0,
+ "SkillBUFF": 0,
+ "ValleyEffect": 27,
+ "Duration": [
+ 20,
+ 40
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 10,
+ 20
+ ],
+ "ICON": "Weather_Icon_11",
+ "Sound": "",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ },
+ {
+ "Id": 12,
+ "Name": "小雨",
+ "Type": 2,
+ "PureIllness": 80,
+ "PureInjury": 0,
+ "Illness": 50,
+ "DurableDestroy": 1,
+ "SkillBUFF": 501,
+ "ValleyEffect": 18,
+ "Duration": [
+ 20,
+ 40
+ ],
+ "CD": [
+ 1,
+ 2
+ ],
+ "WeaterEffect": [
+ "Rain_Big",
+ "Rain_Big",
+ "Rain_Big",
+ "Rain_Big"
+ ],
+ "IsScaleWithCamera": false,
+ "SpecialEfficacyCD": [
+ 0
+ ],
+ "ICON": "Weather_Icon_12",
+ "Sound": "Sound_Weather_2",
+ "IsEffectLight": false,
+ "LightIntensity": 0
+ }
+]
\ No newline at end of file
diff --git a/config/WisdomConfigCategory.json b/config/WisdomConfigCategory.json
new file mode 100644
index 0000000..bd23f32
--- /dev/null
+++ b/config/WisdomConfigCategory.json
@@ -0,0 +1,602 @@
+[
+ {
+ "Id": 1,
+ "Wisdom": 1,
+ "WisdomExp": 80,
+ "IncomeCoefficient": 4
+ },
+ {
+ "Id": 2,
+ "Wisdom": 2,
+ "WisdomExp": 150,
+ "IncomeCoefficient": 6
+ },
+ {
+ "Id": 3,
+ "Wisdom": 3,
+ "WisdomExp": 210,
+ "IncomeCoefficient": 8
+ },
+ {
+ "Id": 4,
+ "Wisdom": 4,
+ "WisdomExp": 280,
+ "IncomeCoefficient": 10
+ },
+ {
+ "Id": 5,
+ "Wisdom": 5,
+ "WisdomExp": 340,
+ "IncomeCoefficient": 12
+ },
+ {
+ "Id": 6,
+ "Wisdom": 6,
+ "WisdomExp": 400,
+ "IncomeCoefficient": 14
+ },
+ {
+ "Id": 7,
+ "Wisdom": 7,
+ "WisdomExp": 450,
+ "IncomeCoefficient": 16
+ },
+ {
+ "Id": 8,
+ "Wisdom": 8,
+ "WisdomExp": 500,
+ "IncomeCoefficient": 18
+ },
+ {
+ "Id": 9,
+ "Wisdom": 9,
+ "WisdomExp": 560,
+ "IncomeCoefficient": 20
+ },
+ {
+ "Id": 10,
+ "Wisdom": 10,
+ "WisdomExp": 600,
+ "IncomeCoefficient": 22
+ },
+ {
+ "Id": 11,
+ "Wisdom": 11,
+ "WisdomExp": 650,
+ "IncomeCoefficient": 24
+ },
+ {
+ "Id": 12,
+ "Wisdom": 12,
+ "WisdomExp": 700,
+ "IncomeCoefficient": 26
+ },
+ {
+ "Id": 13,
+ "Wisdom": 13,
+ "WisdomExp": 740,
+ "IncomeCoefficient": 28
+ },
+ {
+ "Id": 14,
+ "Wisdom": 14,
+ "WisdomExp": 780,
+ "IncomeCoefficient": 30
+ },
+ {
+ "Id": 15,
+ "Wisdom": 15,
+ "WisdomExp": 820,
+ "IncomeCoefficient": 32
+ },
+ {
+ "Id": 16,
+ "Wisdom": 16,
+ "WisdomExp": 860,
+ "IncomeCoefficient": 34
+ },
+ {
+ "Id": 17,
+ "Wisdom": 17,
+ "WisdomExp": 900,
+ "IncomeCoefficient": 36
+ },
+ {
+ "Id": 18,
+ "Wisdom": 18,
+ "WisdomExp": 940,
+ "IncomeCoefficient": 38
+ },
+ {
+ "Id": 19,
+ "Wisdom": 19,
+ "WisdomExp": 970,
+ "IncomeCoefficient": 40
+ },
+ {
+ "Id": 20,
+ "Wisdom": 20,
+ "WisdomExp": 1000,
+ "IncomeCoefficient": 42
+ },
+ {
+ "Id": 21,
+ "Wisdom": 21,
+ "WisdomExp": 1040,
+ "IncomeCoefficient": 44
+ },
+ {
+ "Id": 22,
+ "Wisdom": 22,
+ "WisdomExp": 1070,
+ "IncomeCoefficient": 46
+ },
+ {
+ "Id": 23,
+ "Wisdom": 23,
+ "WisdomExp": 1100,
+ "IncomeCoefficient": 48
+ },
+ {
+ "Id": 24,
+ "Wisdom": 24,
+ "WisdomExp": 1130,
+ "IncomeCoefficient": 50
+ },
+ {
+ "Id": 25,
+ "Wisdom": 25,
+ "WisdomExp": 1160,
+ "IncomeCoefficient": 52
+ },
+ {
+ "Id": 26,
+ "Wisdom": 26,
+ "WisdomExp": 1190,
+ "IncomeCoefficient": 54
+ },
+ {
+ "Id": 27,
+ "Wisdom": 27,
+ "WisdomExp": 1210,
+ "IncomeCoefficient": 56
+ },
+ {
+ "Id": 28,
+ "Wisdom": 28,
+ "WisdomExp": 1240,
+ "IncomeCoefficient": 58
+ },
+ {
+ "Id": 29,
+ "Wisdom": 29,
+ "WisdomExp": 1270,
+ "IncomeCoefficient": 60
+ },
+ {
+ "Id": 30,
+ "Wisdom": 30,
+ "WisdomExp": 1290,
+ "IncomeCoefficient": 62
+ },
+ {
+ "Id": 31,
+ "Wisdom": 31,
+ "WisdomExp": 1310,
+ "IncomeCoefficient": 64
+ },
+ {
+ "Id": 32,
+ "Wisdom": 32,
+ "WisdomExp": 1340,
+ "IncomeCoefficient": 66
+ },
+ {
+ "Id": 33,
+ "Wisdom": 33,
+ "WisdomExp": 1360,
+ "IncomeCoefficient": 68
+ },
+ {
+ "Id": 34,
+ "Wisdom": 34,
+ "WisdomExp": 1380,
+ "IncomeCoefficient": 70
+ },
+ {
+ "Id": 35,
+ "Wisdom": 35,
+ "WisdomExp": 1400,
+ "IncomeCoefficient": 72
+ },
+ {
+ "Id": 36,
+ "Wisdom": 36,
+ "WisdomExp": 1430,
+ "IncomeCoefficient": 74
+ },
+ {
+ "Id": 37,
+ "Wisdom": 37,
+ "WisdomExp": 1450,
+ "IncomeCoefficient": 76
+ },
+ {
+ "Id": 38,
+ "Wisdom": 38,
+ "WisdomExp": 1470,
+ "IncomeCoefficient": 78
+ },
+ {
+ "Id": 39,
+ "Wisdom": 39,
+ "WisdomExp": 1490,
+ "IncomeCoefficient": 80
+ },
+ {
+ "Id": 40,
+ "Wisdom": 40,
+ "WisdomExp": 1500,
+ "IncomeCoefficient": 82
+ },
+ {
+ "Id": 41,
+ "Wisdom": 41,
+ "WisdomExp": 1520,
+ "IncomeCoefficient": 84
+ },
+ {
+ "Id": 42,
+ "Wisdom": 42,
+ "WisdomExp": 1540,
+ "IncomeCoefficient": 86
+ },
+ {
+ "Id": 43,
+ "Wisdom": 43,
+ "WisdomExp": 1560,
+ "IncomeCoefficient": 88
+ },
+ {
+ "Id": 44,
+ "Wisdom": 44,
+ "WisdomExp": 1580,
+ "IncomeCoefficient": 90
+ },
+ {
+ "Id": 45,
+ "Wisdom": 45,
+ "WisdomExp": 1590,
+ "IncomeCoefficient": 92
+ },
+ {
+ "Id": 46,
+ "Wisdom": 46,
+ "WisdomExp": 1610,
+ "IncomeCoefficient": 94
+ },
+ {
+ "Id": 47,
+ "Wisdom": 47,
+ "WisdomExp": 1630,
+ "IncomeCoefficient": 96
+ },
+ {
+ "Id": 48,
+ "Wisdom": 48,
+ "WisdomExp": 1640,
+ "IncomeCoefficient": 98
+ },
+ {
+ "Id": 49,
+ "Wisdom": 49,
+ "WisdomExp": 1660,
+ "IncomeCoefficient": 100
+ },
+ {
+ "Id": 50,
+ "Wisdom": 50,
+ "WisdomExp": 1670,
+ "IncomeCoefficient": 102
+ },
+ {
+ "Id": 51,
+ "Wisdom": 51,
+ "WisdomExp": 1690,
+ "IncomeCoefficient": 104
+ },
+ {
+ "Id": 52,
+ "Wisdom": 52,
+ "WisdomExp": 1700,
+ "IncomeCoefficient": 106
+ },
+ {
+ "Id": 53,
+ "Wisdom": 53,
+ "WisdomExp": 1710,
+ "IncomeCoefficient": 108
+ },
+ {
+ "Id": 54,
+ "Wisdom": 54,
+ "WisdomExp": 1730,
+ "IncomeCoefficient": 110
+ },
+ {
+ "Id": 55,
+ "Wisdom": 55,
+ "WisdomExp": 1740,
+ "IncomeCoefficient": 112
+ },
+ {
+ "Id": 56,
+ "Wisdom": 56,
+ "WisdomExp": 1750,
+ "IncomeCoefficient": 114
+ },
+ {
+ "Id": 57,
+ "Wisdom": 57,
+ "WisdomExp": 1770,
+ "IncomeCoefficient": 116
+ },
+ {
+ "Id": 58,
+ "Wisdom": 58,
+ "WisdomExp": 1780,
+ "IncomeCoefficient": 118
+ },
+ {
+ "Id": 59,
+ "Wisdom": 59,
+ "WisdomExp": 1790,
+ "IncomeCoefficient": 120
+ },
+ {
+ "Id": 60,
+ "Wisdom": 60,
+ "WisdomExp": 1800,
+ "IncomeCoefficient": 122
+ },
+ {
+ "Id": 61,
+ "Wisdom": 61,
+ "WisdomExp": 1820,
+ "IncomeCoefficient": 124
+ },
+ {
+ "Id": 62,
+ "Wisdom": 62,
+ "WisdomExp": 1830,
+ "IncomeCoefficient": 126
+ },
+ {
+ "Id": 63,
+ "Wisdom": 63,
+ "WisdomExp": 1840,
+ "IncomeCoefficient": 128
+ },
+ {
+ "Id": 64,
+ "Wisdom": 64,
+ "WisdomExp": 1850,
+ "IncomeCoefficient": 130
+ },
+ {
+ "Id": 65,
+ "Wisdom": 65,
+ "WisdomExp": 1860,
+ "IncomeCoefficient": 132
+ },
+ {
+ "Id": 66,
+ "Wisdom": 66,
+ "WisdomExp": 1870,
+ "IncomeCoefficient": 134
+ },
+ {
+ "Id": 67,
+ "Wisdom": 67,
+ "WisdomExp": 1880,
+ "IncomeCoefficient": 136
+ },
+ {
+ "Id": 68,
+ "Wisdom": 68,
+ "WisdomExp": 1890,
+ "IncomeCoefficient": 138
+ },
+ {
+ "Id": 69,
+ "Wisdom": 69,
+ "WisdomExp": 1900,
+ "IncomeCoefficient": 140
+ },
+ {
+ "Id": 70,
+ "Wisdom": 70,
+ "WisdomExp": 1910,
+ "IncomeCoefficient": 142
+ },
+ {
+ "Id": 71,
+ "Wisdom": 71,
+ "WisdomExp": 1920,
+ "IncomeCoefficient": 144
+ },
+ {
+ "Id": 72,
+ "Wisdom": 72,
+ "WisdomExp": 1930,
+ "IncomeCoefficient": 146
+ },
+ {
+ "Id": 73,
+ "Wisdom": 73,
+ "WisdomExp": 1940,
+ "IncomeCoefficient": 148
+ },
+ {
+ "Id": 74,
+ "Wisdom": 74,
+ "WisdomExp": 1950,
+ "IncomeCoefficient": 150
+ },
+ {
+ "Id": 75,
+ "Wisdom": 75,
+ "WisdomExp": 1960,
+ "IncomeCoefficient": 152
+ },
+ {
+ "Id": 76,
+ "Wisdom": 76,
+ "WisdomExp": 1970,
+ "IncomeCoefficient": 154
+ },
+ {
+ "Id": 77,
+ "Wisdom": 77,
+ "WisdomExp": 1980,
+ "IncomeCoefficient": 156
+ },
+ {
+ "Id": 78,
+ "Wisdom": 78,
+ "WisdomExp": 1990,
+ "IncomeCoefficient": 158
+ },
+ {
+ "Id": 79,
+ "Wisdom": 79,
+ "WisdomExp": 2000,
+ "IncomeCoefficient": 160
+ },
+ {
+ "Id": 80,
+ "Wisdom": 80,
+ "WisdomExp": 2000,
+ "IncomeCoefficient": 162
+ },
+ {
+ "Id": 81,
+ "Wisdom": 81,
+ "WisdomExp": 2010,
+ "IncomeCoefficient": 164
+ },
+ {
+ "Id": 82,
+ "Wisdom": 82,
+ "WisdomExp": 2020,
+ "IncomeCoefficient": 166
+ },
+ {
+ "Id": 83,
+ "Wisdom": 83,
+ "WisdomExp": 2030,
+ "IncomeCoefficient": 168
+ },
+ {
+ "Id": 84,
+ "Wisdom": 84,
+ "WisdomExp": 2040,
+ "IncomeCoefficient": 170
+ },
+ {
+ "Id": 85,
+ "Wisdom": 85,
+ "WisdomExp": 2040,
+ "IncomeCoefficient": 172
+ },
+ {
+ "Id": 86,
+ "Wisdom": 86,
+ "WisdomExp": 2050,
+ "IncomeCoefficient": 174
+ },
+ {
+ "Id": 87,
+ "Wisdom": 87,
+ "WisdomExp": 2060,
+ "IncomeCoefficient": 176
+ },
+ {
+ "Id": 88,
+ "Wisdom": 88,
+ "WisdomExp": 2070,
+ "IncomeCoefficient": 178
+ },
+ {
+ "Id": 89,
+ "Wisdom": 89,
+ "WisdomExp": 2070,
+ "IncomeCoefficient": 180
+ },
+ {
+ "Id": 90,
+ "Wisdom": 90,
+ "WisdomExp": 2080,
+ "IncomeCoefficient": 182
+ },
+ {
+ "Id": 91,
+ "Wisdom": 91,
+ "WisdomExp": 2090,
+ "IncomeCoefficient": 184
+ },
+ {
+ "Id": 92,
+ "Wisdom": 92,
+ "WisdomExp": 2100,
+ "IncomeCoefficient": 186
+ },
+ {
+ "Id": 93,
+ "Wisdom": 93,
+ "WisdomExp": 2100,
+ "IncomeCoefficient": 188
+ },
+ {
+ "Id": 94,
+ "Wisdom": 94,
+ "WisdomExp": 2110,
+ "IncomeCoefficient": 190
+ },
+ {
+ "Id": 95,
+ "Wisdom": 95,
+ "WisdomExp": 2120,
+ "IncomeCoefficient": 192
+ },
+ {
+ "Id": 96,
+ "Wisdom": 96,
+ "WisdomExp": 2120,
+ "IncomeCoefficient": 194
+ },
+ {
+ "Id": 97,
+ "Wisdom": 97,
+ "WisdomExp": 2130,
+ "IncomeCoefficient": 196
+ },
+ {
+ "Id": 98,
+ "Wisdom": 98,
+ "WisdomExp": 2140,
+ "IncomeCoefficient": 198
+ },
+ {
+ "Id": 99,
+ "Wisdom": 99,
+ "WisdomExp": 2140,
+ "IncomeCoefficient": 200
+ },
+ {
+ "Id": 100,
+ "Wisdom": 100,
+ "WisdomExp": 2150,
+ "IncomeCoefficient": 202
+ }
+]
\ No newline at end of file
diff --git a/config/WorldParametersConfigCategory.json b/config/WorldParametersConfigCategory.json
new file mode 100644
index 0000000..a25b219
--- /dev/null
+++ b/config/WorldParametersConfigCategory.json
@@ -0,0 +1,281 @@
+[
+ {
+ "TimeShift": 60,
+ "FoodConsumption": 5,
+ "WaterConsumption": 2,
+ "Citywalls": 1000,
+ "TreeInitialValue": 1,
+ "CameraStart": {
+ "x": -3.32,
+ "y": -52.2
+ },
+ "NightTime": 1830,
+ "FullMoonEndTime": 0,
+ "BuildEvent": 1002,
+ "GatherEventInterval": 20,
+ "EventInterval": 20,
+ "MaxLaborEvent": 50,
+ "WaterMaxWithoutRiver": 1000,
+ "WaterMax": 1000,
+ "LeadLabor": 10,
+ "WisdomMax": 20,
+ "CookingDuration": 20,
+ "Heatcontrol": 1,
+ "HeatcontrolLimit": 7,
+ "HeatingUp": 10,
+ "HeatingDown": 30,
+ "HeatingRatio": [
+ 1,
+ 40,
+ 70,
+ 99,
+ 100
+ ],
+ "TrackingMissionMax": 3,
+ "CritMultiplier": 150,
+ "LogAmount": 50,
+ "UpgratePercent": 80,
+ "InitialGranaryCapacity": 1000,
+ "SeasonDay": 6,
+ "FarmlandWork": 30,
+ "VillagerHatred": 0.1,
+ "BehaviourInjury": 20,
+ "RegeneratedHealth": 10,
+ "BattleFormula": "Damage_P *{1-DEF_E/(DEF_E+400)} ",
+ "RainGearWeather": [
+ 2,
+ 3,
+ 4,
+ 5,
+ 7,
+ 8
+ ],
+ "DismantleBuilding": 100,
+ "DismantleBuilded": 50,
+ "Groundwater": 3000,
+ "ManageFarmland": 4,
+ "DurableClothesDeduct": 1,
+ "BuildDurableDeduct": 1,
+ "NumberOfDishes": 9,
+ "NumberOfTypeOfDishes": 9,
+ "pregnancyProbabilityStart": 40,
+ "pregnancyProbabilityOverlay": 40,
+ "PregnantCD": [
+ 2,
+ 3
+ ],
+ "NomadProbabilityStart": 50,
+ "NomadProbabilityOverlay": 30,
+ "NomadtCD": 3,
+ "BabyNum": 2,
+ "DwellTime": 5,
+ "BabySpawnPos": {
+ "x": -10.3,
+ "y": -52.24
+ },
+ "VagrantSpawnPos": {
+ "x": -4.18,
+ "y": -54.96
+ },
+ "VillagerSpawnPos": {
+ "x": -4.18,
+ "y": -54.96
+ },
+ "ValleyBusinessManInitialProbability": 60,
+ "ValleyBusinessManOverlayProbability": 40,
+ "ValleyBusinessManCD": 2,
+ "NightEventGroupId": 2001,
+ "SleepTime": 0,
+ "ValleyBusinessManSpawnPos": {
+ "x": -38,
+ "y": -47
+ },
+ "NightEventInerval": [
+ 50,
+ 120
+ ],
+ "WarriorMP": 100,
+ "InjuryMax": 1000,
+ "IllnessMax": 1000,
+ "CritDamageMultiplier": 15,
+ "LifeMax": 110,
+ "DropItemDisappearTime": 20,
+ "DinnerDishCoefficient": 3,
+ "DinnerSoupCoefficient": 1,
+ "DinnerStapleFoodCoefficient": 1,
+ "KnapsackInitialCapacity": 1000,
+ "WarriorWarningCircle": 12,
+ "WarriorBattleCircle": 8,
+ "VillagerWarningCircle": 6,
+ "VillagerBattleCircle": 4,
+ "VillagerSkillId": 9001,
+ "PickUpRange": 5,
+ "HPLvGrowUp": 10,
+ "ATKLvGrow": 2,
+ "DEFLvGrow": 1,
+ "WarMonsterSpawnPos": {
+ "x": -52,
+ "y": -51
+ },
+ "DefaultHeadIcon": "Head_F_1003",
+ "DefaultHeadIconFrame": "HeadFrame_Default",
+ "DefaultRestPos": {
+ "x": -3.08,
+ "y": -50.39
+ },
+ "ChildrenHidePos": {
+ "x": -17.8,
+ "y": -51.3
+ },
+ "EscapePos": {
+ "x": -17.8,
+ "y": -51.3
+ },
+ "DialogueTriggerInterval": [
+ 80,
+ 300
+ ],
+ "DialogueTriggerDelay": [
+ 8,
+ 30
+ ],
+ "Type4DialogueTriggerCD": [
+ 10,
+ 60
+ ],
+ "WarriorResurrectionTime": 30,
+ "WarriorRevivePos": {
+ "x": -3.08,
+ "y": -50.39
+ },
+ "WarriorBirthPoint": {
+ "x": -3.08,
+ "y": -50.39
+ },
+ "DeathTraumaValue": 100,
+ "VillagerVision": 3,
+ "WarriorVision": 4,
+ "CameraMultipleMax": 2,
+ "CameraMultiple": 5,
+ "LowDurability": 20,
+ "HighlightDelay": 500,
+ "TreatCD": 30,
+ "HPTraumaValue": 7,
+ "FeastRollDialogue": [
+ 5001,
+ 5002,
+ 5003,
+ 5004,
+ 5005,
+ 5006,
+ 5007
+ ],
+ "SoundTriggerDelay": [
+ 50,
+ 200
+ ],
+ "BGM": [
+ "Sound_BGM_3"
+ ],
+ "WarMonsterNumMax": 20,
+ "MonsterRefreshInterval": 10,
+ "VillagerHitRate": 90,
+ "VillagerHit": 0,
+ "VillagerDodgeRate": 0,
+ "VillagerDodge": 0,
+ "TeacherExtraEfficience": 10,
+ "VillagerSkillNumLimit": 2,
+ "VitalityRecover": 2,
+ "ImmortalTreeFeather": 200001,
+ "ImmortalTreeFruit": 7303,
+ "ImmortalTreeHPRecover": 35,
+ "SpiritSoul": 1900,
+ "MinimumTeamSpeed": 10,
+ "SentryTowerDetection": 13,
+ "DegressionInterval": 5,
+ "MaximumNumberOfFriends": 50,
+ "NumberOfReferredFriends": 10,
+ "MaximumNumberOfApplications": 30,
+ "MaximumNumberOfFriendMessage": 100,
+ "MaximumNumberOfMessageCharacter": 100,
+ "BazaarEventDay": [
+ 5,
+ 6,
+ 7
+ ],
+ "WarDrum": 11000,
+ "NoResurrection": 11001,
+ "WarDrumNum": 5,
+ "SIxiognshouChallenge": 5,
+ "VillagerLifeStoryRecordNum": 8,
+ "HatchSeason": [
+ 1,
+ 2
+ ],
+ "DurableLoss": 30,
+ "StrengthenDurable": 3,
+ "StructureEquipmentColumn": 1,
+ "ProductionAcceleration": 20,
+ "TaoEveryDaySupplyTime": 1100,
+ "TaoSupplyStorageLimited": 7,
+ "MonthlyEventsFunctionItem": 131,
+ "MonthlyEventsFunctionItemValue": 20,
+ "TransportMoneyCost": [
+ 1000,
+ 100
+ ],
+ "ShakeTreeTime": 500,
+ "BottleVolumeLimited": 120,
+ "BottleAccumulateSpeed": [
+ 600,
+ 1
+ ],
+ "FrozenTimeStructureVolumeDecreaseValue": 50,
+ "HungerBuff": [
+ 8012,
+ 28
+ ],
+ "MiaoTreeLightMin": 4,
+ "MiaoTreeLightMax": 9,
+ "ChenShuTreeLightMin": 9,
+ "ChenShuTreeLightMax": 14,
+ "ChenShuTreeLightMaxTime": 200,
+ "FirstDayWeatherId": 12,
+ "FirstDayWeatherTime": 1000,
+ "TraumaSequenceGroupId": 141,
+ "DiseaseSequenceGroupId": 101,
+ "StrengthenNumMax": 3,
+ "ArrowTowerSpecialItem": 326,
+ "VillagerLaborMax": 95,
+ "VillagerWisdomMax": 95,
+ "LifeLactor": 1,
+ "LinlinCoefficient": 40,
+ "KnifeMoney": 201,
+ "MonthlyCardReward": 99998,
+ "MonthlyCardDailyReward": 99999,
+ "MonthlyCardDays": 30,
+ "MonthlyCardPrice": 15,
+ "OverallDialogueTriggerInterval": 5,
+ "LifeAttributesEnabled": 1018,
+ "LiuChangying": 3,
+ "YuXiRelateEnabled": 1029,
+ "YuXiBuildEnabled": 1030,
+ "Languo": 7230,
+ "ReceiveTaskBGM": "Sound_ReceiveTaskBGM",
+ "FinishTaskBGM": "Sound_ReceiveTaskBGM",
+ "AirplaneFunctionItem": 7313,
+ "FoodTicketShop": 99000,
+ "TaohuaFishShop": 99001,
+ "DaoBiShop": 99002,
+ "DanMuWordLimit": 50,
+ "DanMuWordLimitPerRow": 25,
+ "Click": "Sound_Click",
+ "SixiongshouCamera": 4,
+ "SixiongshouCameraFight": 7,
+ "MapAirplaneDisplayCondition": 1020,
+ "VisitorGenderRateIncrease": 25,
+ "MarketOpenTime": 1830,
+ "TeamSkillCD": 10,
+ "DrugSupply": 4
+ }
+]
\ No newline at end of file
diff --git a/config/conf.go b/config/conf.go
new file mode 100644
index 0000000..9646216
--- /dev/null
+++ b/config/conf.go
@@ -0,0 +1,403 @@
+package config
+
+import "tyj_admin/internal/model/entity"
+
+type Item struct {
+ Id int32
+ Name string
+ Type int32
+ RelatedId int32
+ SuperpositionMax int32
+ StorageMax int32
+}
+
+type Gem struct {
+ Id int32
+ Name string
+ Type int32
+ Natural bool
+ Lv int32
+ Buff int32
+ Skill int32
+ ExtraAttributeGroup int32
+}
+
+type ExtraAttribute struct {
+ Id int32
+ GroupId int32
+ AttributesId int32
+ AttributesValue []int32
+ Name string
+ Type int32
+ RelatedId int32
+ SuperpositionMax int32
+ StorageMax int32
+ Operator int32
+}
+
+type Structure struct {
+ Id int32
+ EngineeringQuantity int32
+}
+
+type Synthesis struct {
+ Id int32
+ MixtureID int32
+ MixtureType int32
+}
+
+type InitialVillager struct {
+ Id int32
+ FirstName string
+ Name string
+ Gender int32
+ Genegration int32
+ Personality int32
+ Physique int32
+ Age int32
+ LifeMax int32
+ StartHp int32
+ StartATK int32
+ StartDEF int32
+ HitRate int32
+ Hit int32
+ DodgeRate int32
+ Dodge int32
+ Labor int32
+ Wisdom int32
+ MoveSpeed int32
+ Skill []int32
+ SurvivalStatus bool
+ DisplayState int32
+}
+
+type PersonalityLabel struct {
+ Id int32
+ ActionFlow int32
+ EndWords int32
+}
+
+type VillagerEndWords struct {
+ Id int32
+ GroupId int32
+ Text string
+}
+
+type WorldParameters struct {
+ TimeShift int32
+ FoodConsumption int32
+ WaterConsumption int32
+ Citywalls int32
+ TreeInitialValue int32
+ CameraStart entity.Position
+ NightTime int32
+ FullMoonEndTime int32
+ BuildEvent int32
+ GatherEventInterval int32
+ EventInterval int32
+ MaxLaborEvent int32
+ WaterMaxWithoutRiver int32
+ WaterMax int32
+ LeadLabor int32
+ LifeLactor int32
+ CookingDuration int32
+ Heatcontrol int32
+ HeatcontrolLimit int32
+ HeatingUp int32
+ HeatingDown int32
+ HeatingRatio int32
+ TrackingMissionMax int32
+ CritMultiplier int32
+ LogAmount int32
+ UpgratePercent int32
+ InitialGranaryCapacity int32
+ SeasonDay int32
+ FarmlandWork int32
+ RoleHatred int32
+ Villagers int32
+ BehaviourInjury int32
+ RegeneratedHealth int32
+ BattleFormula string
+ RainGearWeather int32
+ DismantleBuilding int32
+ DismantleBuilded int32
+ Groundwater int32
+ ManageFarmland int32
+ DurableClothesDeduct int32
+ BuildDurableDeduct int32
+ NumberOfDishes int32
+ NumberOfTypeOfDishes int32
+ PregnancyProbabilityStart int32
+ PregnancyProbabilityOverlay int32
+ PregnantCD int32
+ NomadProbabilityStart int32
+ NomadProbabilityOverlay int32
+ NomadtCD int32
+ BabyNum int32
+ DwellTime int32
+ BabySpawnPos entity.Position
+ VagrantSpawnPos entity.Position
+ VillagerSpawnPos entity.Position
+ ValleyBusinessManInitialProbability int32
+ ValleyBusinessManOverlayProbability int32
+ ValleyBusinessManCD int32
+ NightEventGroupId int32
+ SleepTime int32
+ ValleyBusinessManSpawnPos entity.Position
+ NightEventInerval int32
+ WarriorMP int32
+ InjuryMax int32
+ IllnessMax int32
+ CritDamageMultiplier int32
+ LifeMax int32
+ DropItemDisappearTime int32
+ DinnerDishCoefficient int32
+ DinnerSoupCoefficient int32
+ DinnerStapleFoodCoefficient int32
+ KnapsackInitialCapacity int32
+ WarriorWarningCircle int32
+ WarriorBattleCircle int32
+ VillagerWarningCircle int32
+ VillagerBattleCircle int32
+ VillagerSkillId int32
+ PickUpRange int32
+ HPLvGrowUp int32
+ ATKLvGrow int32
+ DEFLvGrow int32
+ WarMonsterSpawnPos entity.Position
+ DefaultHeadIcon string
+ DefaultRestPos entity.Position
+ DialogueTriggerInterval int32
+ DialogueTriggerDelay int32
+ Type4DialogueTriggerCD int32
+ WarriorResurrectionTime int32
+ WarriorRevivePos entity.Position
+ WarriorBirthPoint entity.Position
+ DeathTraumaValue int32
+ VillagerVision int32
+ WarriorVision int32
+ CameraMultipleMax int32
+ CameraMultiple int32
+ LowDurability int32
+ HighlightDelay int32
+ TreatCD int32
+ HPTraumaValue int32
+ FeastRollDialogue int32
+ SoundTriggerDelay int32
+ BGM string
+ WarMonsterNumMax int32
+ MonsterRefreshInterval int32
+ VillagerHitRate int32
+ VillagerHit int32
+ VillagerDodgeRate int32
+ VillagerDodge int32
+ TeacherExtraEfficience int32
+ VillagerSkillNumLimit int32
+ VitalityRecover int32
+ ImmortalTreeFeather int32
+ ImmortalTreeFruit int32
+ SpiritSoul int32
+ MinimumTeamSpeed int32
+ SentryTowerDetection int32
+ DegressionInterval int32
+ MaximumNumberOfFriends int32
+ NumberOfReferredFriends int32
+ MaximumNumberOfApplications int32
+ BazaarEventDay int32
+ WarDrum int32
+ NoResurrection int32
+ WarDrumNum int32
+ VillagerLifeStoryRecordNum int32
+ HatchSeason int32
+ DurableLoss int32
+ StrengthenDurable int32
+ StructureEquipmentColumn int32
+ ProductionAcceleration int32
+}
+
+type VillagerSkill struct {
+ Id int32
+ Group int32
+ Grade int32
+ State int32
+}
+
+type SkillBuff struct {
+ Id int32
+ Name string
+ TriggerTime int32
+ TriggerParameter int32
+ Gain int32
+ Immunity bool
+ Disperse bool
+ BuffProbability int32
+ LinkEffect []int32
+ ContinuedType int32
+ ContinuedParameter int32
+ Overlay bool
+ OverlayMax int32
+ SequenceId int32
+ SequenceLv int32
+ BattleShow bool
+ SpecialStatus int32
+ DisplayLocation int32
+ Icon string
+ Describe string
+}
+
+type SpecialStatus struct {
+ Id int32
+ Type int32
+ Name string
+ Describe string
+}
+
+type Npc struct {
+ Id int32
+ Type int32
+ Name string
+ RelatedId int32
+ DialogueWithOptions int32
+ FixedPoint bool
+ MoveSpeed int32
+ Area int32
+ ShowCondition int32
+ ShowParameter int32
+ Icon string
+ Prefab string
+ DialogueWay bool
+ Disappear bool
+ Repeat bool
+}
+
+type GoodsForRecycle struct {
+ Id int32
+ GroupId int32
+ ItemId int32
+ SaleNum []int32
+ Weight int32
+ SaleCondition int32
+ SaleConditionParemeter int32
+ SellingCurrencyType int32
+ Price int32
+ Discount int32
+ DiscountWeight int32
+ SaleMax int32
+}
+
+type BusinessMan struct {
+ Id int32
+ Type int32
+ TypeParameter int32
+ AppearTime int32
+ ItemGroup int32
+ DiscountNum int32
+ ExtraItemGroup int32
+ ExtraItemNum int32
+ CommonRecycleItem int32
+ RecycleItem int32
+ RecycleItemNum int32
+ HighPricedNum int32
+ SaleRefreshTimes int32
+ RecycleRefreshTimes int32
+ ResetType int32
+ ResetTypeParameter int32
+}
+
+type GoodsInfo struct {
+ CfgId int32
+ Amount int32
+ AmountMax int32
+ Discount int32
+ ItemCfgId int32
+}
+
+type SkillEffect struct {
+ Id int32
+ EffectType int32
+ NumericExpression string
+ WhetherCrit bool
+}
+
+type Weather struct {
+ Id int32
+ Name string
+ Type int32
+ PureIllness int32
+ PureInjury int32
+ Illness int32
+ DurableDestroy int32
+ SkillBUFF int32
+ Duration []int32
+ CD []int32
+ WeaterEffect string
+ SpecialEfficacyCD []int32
+ ICON string
+ Sound string
+}
+
+type ResourcesPoint struct {
+ Id int32
+ ResourcesPointName string
+ Type int32
+ AccessableCondition int32
+ AccessableParameter []int32
+ WorkerType []int32
+ RelatedResources []int32
+ RootOut bool
+ SaplingItemId int32
+ Enter bool
+ Disperse bool
+ DisperseRadius int32
+ Prefab string
+ MoonnightPrefab []string
+ NamePicture string
+ Description string
+}
+
+type Resources struct {
+ Id int32
+ BehaviourType int32
+ ResourcesName string
+ MutexBehaviour []int32
+ WorkerNumber int32
+ RebornCondition int32
+ RebornConditionParameters []int32
+ ShowCondition int32
+ ShowConditionParameter []int32
+ Disappear bool
+ InResource bool
+ BaseOut int32
+ OutAmount int32
+ BaseEfficient int32
+ OutInterval int32
+ ExtraOut int32
+ ExtraOutProbability [][]int32
+ TriggerEvent bool
+ MoonnightOut int32
+ MoonnightOutProbability int32
+}
+
+type BehaviourType struct {
+ Id int32
+ BehaviourName string
+ InjuryProbability int32
+ BehaviourEventId1 int32
+ DistractedProbability int32
+ BehaviourEventId2 int32
+ SpecialItemProbability int32
+ BehaviourEventId3 int32
+ OtherProbability int32
+ BehaviourEventId4 int32
+ Sound string
+}
+
+type BehaviourEvent struct {
+ Id int32
+ GroupId int32
+ EventName string
+ Weight int32
+ DropGroup int32
+ InjuryValue int32
+ Description string
+}
diff --git a/config/configUtils.go b/config/configUtils.go
new file mode 100644
index 0000000..cef8ceb
--- /dev/null
+++ b/config/configUtils.go
@@ -0,0 +1,75 @@
+package config
+
+var Utils = manageController{}
+
+type manageController struct {
+}
+
+func (c *manageController) GetEventsByType(config map[int32]*BehaviourType, id int32) (res []int32) {
+ data := map[int32][]int32{}
+ for k, v := range config {
+ if len(data[k]) == 0 {
+ data[k] = []int32{}
+ }
+ data[k] = append(data[k], v.BehaviourEventId1)
+ data[k] = append(data[k], v.BehaviourEventId2)
+ data[k] = append(data[k], v.BehaviourEventId3)
+ data[k] = append(data[k], v.BehaviourEventId4)
+ }
+
+ return data[id]
+}
+
+func (c *manageController) GetEventWeightsByType(config map[int32]*BehaviourType, id int32) (res []int32) {
+ data := map[int32][]int32{}
+ for k, v := range config {
+ if len(data[k]) == 0 {
+ data[k] = []int32{}
+ }
+ data[k] = append(data[k], v.InjuryProbability)
+ data[k] = append(data[k], v.DistractedProbability)
+ data[k] = append(data[k], v.SpecialItemProbability)
+ data[k] = append(data[k], v.OtherProbability)
+ data[k] = append(data[k], 100-v.InjuryProbability-v.DistractedProbability-v.SpecialItemProbability-v.OtherProbability)
+ }
+
+ return data[id]
+}
+
+func (c *manageController) GetIdByGroupIdAndIndex(config map[int32]*BehaviourEvent, id int32, index int32) int32 {
+ data := map[int32][]int32{}
+ for _, v := range config {
+ if len(data[v.GroupId]) == 0 {
+ data[v.GroupId] = []int32{}
+ }
+ data[v.GroupId] = append(data[v.GroupId], v.Id)
+ }
+
+ return data[id][index]
+}
+
+func (c *manageController) GetWeightsByGroupId(config map[int32]*BehaviourEvent, id int32) (res []int32) {
+ data := map[int32][]int32{}
+ for _, v := range config {
+ if len(data[v.GroupId]) == 0 {
+ data[v.GroupId] = []int32{}
+ }
+
+ data[v.GroupId] = append(data[v.GroupId], v.Weight)
+ }
+
+ return data[id]
+}
+
+func (c *manageController) Get(config map[int32]*BehaviourEvent, id int32) (res []int32) {
+ data := map[int32][]int32{}
+ for _, v := range config {
+ if len(data[v.GroupId]) == 0 {
+ data[v.GroupId] = []int32{}
+ }
+
+ data[v.GroupId] = append(data[v.GroupId], v.Weight)
+ }
+
+ return data[id]
+}
diff --git a/config/json.go b/config/json.go
new file mode 100644
index 0000000..32b040f
--- /dev/null
+++ b/config/json.go
@@ -0,0 +1,687 @@
+package config
+
+import (
+ "encoding/json"
+ "io/ioutil"
+ "log"
+ "math/rand"
+)
+
+var AllItemConfig map[int32]*Item
+var GemConfig map[int32]*Gem
+var ExtraAttributeConfig map[int32][]*ExtraAttribute
+var StructureConfig map[int32]*Structure
+var SynthesisConfig map[int32]*Synthesis
+var InitialVillagerConfig map[int32]*InitialVillager
+var PersonalityLabelConfig map[int32]*PersonalityLabel
+var VillagerEndWordsConfig map[int32][]*VillagerEndWords
+var WorldParametersConfig *WorldParameters
+var VillagerSkillConfig map[int32]*VillagerSkill
+var SkillBuffConfig map[int32]*SkillBuff
+var SpecialStatusConfig map[int32]*SpecialStatus
+var NpcConfig map[int32]*Npc
+var GoodsForRecycleConfig map[int32][]*GoodsForRecycle
+var BusinessManConfig map[int32]*BusinessMan
+var SkillEffectConfig map[int32]*SkillEffect
+var WeatherConfig map[int32]*Weather
+var ResourcesPointConfig map[int32]*ResourcesPoint
+var ResourcesConfig map[int32]*Resources
+var BehaviourTypeConfig map[int32]*BehaviourType
+var BehaviourEventConfig map[int32]*BehaviourEvent
+
+func init() {
+
+ AllItemConfig = make(map[int32]*Item)
+ readItem()
+ GemConfig = make(map[int32]*Gem)
+ readGem()
+ ExtraAttributeConfig = make(map[int32][]*ExtraAttribute)
+ readExtraAttribute()
+ StructureConfig = make(map[int32]*Structure)
+ readStructure()
+ SynthesisConfig = make(map[int32]*Synthesis)
+ readSynthesis()
+ InitialVillagerConfig = make(map[int32]*InitialVillager)
+ readInitialVillager()
+ PersonalityLabelConfig = make(map[int32]*PersonalityLabel)
+ readPersonalityLabel()
+ VillagerEndWordsConfig = make(map[int32][]*VillagerEndWords)
+ readVillagerEndWords()
+ WorldParametersConfig = new(WorldParameters)
+ readWorldParameters()
+ VillagerSkillConfig = make(map[int32]*VillagerSkill)
+ readVillagerSkill()
+ SkillBuffConfig = make(map[int32]*SkillBuff)
+ readSkillBuff()
+ SpecialStatusConfig = make(map[int32]*SpecialStatus)
+ readSpecialStatus()
+ NpcConfig = make(map[int32]*Npc)
+ readNpc()
+ GoodsForRecycleConfig = make(map[int32][]*GoodsForRecycle)
+ readGoodsForRecycle()
+ BusinessManConfig = make(map[int32]*BusinessMan)
+ readBusinessMan()
+ SkillEffectConfig = make(map[int32]*SkillEffect)
+ readSkillEffect()
+ WeatherConfig = make(map[int32]*Weather)
+ readWeather()
+ ResourcesPointConfig = make(map[int32]*ResourcesPoint)
+ readResourcesPoint()
+ ResourcesConfig = make(map[int32]*Resources)
+ readResources()
+ BehaviourTypeConfig = make(map[int32]*BehaviourType)
+ readBehaviourType()
+ BehaviourEventConfig = make(map[int32]*BehaviourEvent)
+ readBehaviourEvent()
+}
+
+func readItem() {
+ // 获取数据,按照文件
+ fileName := "AllItemConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var users []Item
+ json.Unmarshal(byteValue, &users)
+ // 循环取数据
+ //fmt.Println("+++++++++", users)
+ for i := 0; i < len(users); i++ {
+ Infotmp := new(Item)
+ Infotmp.Id = users[i].Id
+ Infotmp.Name = users[i].Name
+ Infotmp.Type = users[i].Type
+ Infotmp.RelatedId = users[i].RelatedId
+ Infotmp.SuperpositionMax = users[i].SuperpositionMax
+ Infotmp.StorageMax = users[i].StorageMax
+ AllItemConfig[Infotmp.Id] = Infotmp
+ }
+}
+
+func readGem() {
+ // 获取数据,按照文件
+ fileName := "GemConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []Gem
+ json.Unmarshal(byteValue, &config)
+ // 循环取数据
+ //fmt.Println("+++++++++", users)
+ for i := 0; i < len(config); i++ {
+ Infotmp := new(Gem)
+ Infotmp.Id = config[i].Id
+ Infotmp.Name = config[i].Name
+ Infotmp.Type = config[i].Type
+ Infotmp.Natural = config[i].Natural
+ Infotmp.ExtraAttributeGroup = config[i].ExtraAttributeGroup
+
+ GemConfig[Infotmp.Id] = Infotmp
+ }
+
+}
+
+func readExtraAttribute() {
+ // 获取数据,按照文件
+ fileName := "ExtraAttributeConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []ExtraAttribute
+ json.Unmarshal(byteValue, &config)
+ // 循环取数据
+ //fmt.Println("+++++++++", users)
+ for i := 0; i < len(config); i++ {
+ Infotmp := new(ExtraAttribute)
+ Infotmp.Id = config[i].Id
+ Infotmp.Name = config[i].Name
+ Infotmp.Type = config[i].Type
+ Infotmp.GroupId = config[i].GroupId
+ Infotmp.RelatedId = config[i].RelatedId
+ Infotmp.SuperpositionMax = config[i].SuperpositionMax
+ Infotmp.AttributesId = config[i].AttributesId
+ Infotmp.AttributesValue = config[i].AttributesValue
+ if ExtraAttributeConfig[Infotmp.Id] == nil {
+ ExtraAttributeConfig[Infotmp.Id] = []*ExtraAttribute{}
+ }
+ ExtraAttributeConfig[Infotmp.Id] = append(ExtraAttributeConfig[Infotmp.Id], Infotmp)
+ }
+}
+
+func readStructure() {
+ // 获取数据,按照文件
+ fileName := "StructureConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []Structure
+ json.Unmarshal(byteValue, &config)
+ // 循环取数据
+ for i := 0; i < len(config); i++ {
+ Infotmp := new(Structure)
+ Infotmp.Id = config[i].Id
+ Infotmp.EngineeringQuantity = config[i].EngineeringQuantity
+
+ StructureConfig[Infotmp.Id] = Infotmp
+ }
+
+}
+
+func readSynthesis() {
+ // 获取数据,按照文件
+ fileName := "SynthesisConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []Synthesis
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ Infotmp := new(Synthesis)
+ Infotmp.Id = config[i].Id
+ Infotmp.MixtureID = config[i].MixtureID
+ Infotmp.MixtureType = config[i].MixtureType
+
+ SynthesisConfig[Infotmp.Id] = Infotmp
+ }
+
+}
+
+func readInitialVillager() {
+ // 获取数据,按照文件
+ fileName := "InitialVillagerConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []InitialVillager
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(InitialVillager)
+ infotmp.Id = config[i].Id
+ infotmp.FirstName = config[i].FirstName
+ infotmp.Name = config[i].Name
+ infotmp.Gender = config[i].Gender
+ infotmp.Genegration = config[i].Genegration
+ infotmp.Personality = config[i].Personality
+ infotmp.Physique = config[i].Physique
+ infotmp.Age = config[i].Age
+ infotmp.LifeMax = config[i].LifeMax
+ infotmp.StartHp = config[i].StartHp
+ infotmp.StartATK = config[i].StartATK
+ infotmp.StartDEF = config[i].StartDEF
+ infotmp.HitRate = config[i].HitRate
+ infotmp.Hit = config[i].Hit
+ infotmp.DodgeRate = config[i].DodgeRate
+ infotmp.Dodge = config[i].Dodge
+ infotmp.Labor = config[i].Labor
+ infotmp.Wisdom = config[i].Wisdom
+ infotmp.MoveSpeed = config[i].MoveSpeed
+ infotmp.Skill = config[i].Skill
+ infotmp.SurvivalStatus = config[i].SurvivalStatus
+ infotmp.DisplayState = config[i].DisplayState
+ InitialVillagerConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readPersonalityLabel() {
+ // 获取数据,按照文件
+ fileName := "PersonalityLabelConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []PersonalityLabel
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(PersonalityLabel)
+ infotmp.Id = config[i].Id
+ infotmp.ActionFlow = config[i].ActionFlow
+ infotmp.EndWords = config[i].EndWords
+ PersonalityLabelConfig[infotmp.Id] = infotmp
+ }
+
+}
+
+func readVillagerEndWords() {
+ // 获取数据,按照文件
+ fileName := "VillagerEndWordsConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []VillagerEndWords
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(VillagerEndWords)
+ infotmp.Id = config[i].Id
+ infotmp.GroupId = config[i].GroupId
+ if VillagerEndWordsConfig[infotmp.GroupId] == nil {
+ VillagerEndWordsConfig[infotmp.GroupId] = []*VillagerEndWords{}
+ }
+ VillagerEndWordsConfig[infotmp.GroupId] = append(VillagerEndWordsConfig[infotmp.GroupId], infotmp)
+ }
+}
+
+func GetRandomConfigIdByGroup(groupId int32) int32 {
+ // 获取数据,按照文件
+ index := rand.Intn(len(VillagerEndWordsConfig[groupId]))
+ return VillagerEndWordsConfig[groupId][index].Id
+}
+
+func readWorldParameters() {
+ // 获取数据,按照文件
+ fileName := "WorldParametersConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config WorldParameters
+ json.Unmarshal(byteValue, &config)
+ WorldParametersConfig = &config
+}
+
+func readVillagerSkill() {
+ // 获取数据,按照文件
+ fileName := "VillagerSkillConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []VillagerSkill
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(VillagerSkill)
+ infotmp.Id = config[i].Id
+ infotmp.Group = config[i].Group
+ infotmp.Grade = config[i].Grade
+ infotmp.State = config[i].State
+
+ VillagerSkillConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readSkillBuff() {
+ // 获取数据,按照文件
+ fileName := "SkillBuffConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []SkillBuff
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(SkillBuff)
+ infotmp.Id = config[i].Id
+ infotmp.Name = config[i].Name
+ infotmp.TriggerTime = config[i].TriggerTime
+ infotmp.TriggerParameter = config[i].TriggerParameter
+ infotmp.Gain = config[i].Gain
+ infotmp.Immunity = config[i].Immunity
+ infotmp.Disperse = config[i].Disperse
+ infotmp.BuffProbability = config[i].BuffProbability
+ infotmp.LinkEffect = config[i].LinkEffect
+ infotmp.ContinuedType = config[i].ContinuedType
+ infotmp.ContinuedParameter = config[i].ContinuedParameter
+ infotmp.Overlay = config[i].Overlay
+ infotmp.OverlayMax = config[i].OverlayMax
+ infotmp.SequenceId = config[i].SequenceId
+ infotmp.SequenceLv = config[i].SequenceLv
+ infotmp.BattleShow = config[i].BattleShow
+ infotmp.SpecialStatus = config[i].SpecialStatus
+ infotmp.DisplayLocation = config[i].DisplayLocation
+ infotmp.Icon = config[i].Icon
+ infotmp.Describe = config[i].Describe
+
+ SkillBuffConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readSpecialStatus() {
+ // 获取数据,按照文件
+ fileName := "SpecialStatusConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []SpecialStatus
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(SpecialStatus)
+ infotmp.Id = config[i].Id
+ infotmp.Type = config[i].Type
+ infotmp.Name = config[i].Name
+ infotmp.Describe = config[i].Describe
+
+ SpecialStatusConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readNpc() {
+ // 获取数据,按照文件
+ fileName := "NpcConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []Npc
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(Npc)
+ infotmp.Id = config[i].Id
+ infotmp.Type = config[i].Type
+ infotmp.Name = config[i].Name
+ infotmp.RelatedId = config[i].RelatedId
+ infotmp.DialogueWithOptions = config[i].DialogueWithOptions
+ infotmp.FixedPoint = config[i].FixedPoint
+ infotmp.MoveSpeed = config[i].MoveSpeed
+ infotmp.Area = config[i].Area
+ infotmp.ShowCondition = config[i].ShowCondition
+ infotmp.ShowParameter = config[i].ShowParameter
+ infotmp.Icon = config[i].Icon
+ infotmp.Prefab = config[i].Prefab
+ infotmp.DialogueWay = config[i].DialogueWay
+ infotmp.Disappear = config[i].Disappear
+ infotmp.Repeat = config[i].Repeat
+
+ NpcConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readGoodsForRecycle() {
+ // 获取数据,按照文件
+ fileName := "GoodsForRecycleConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []GoodsForRecycle
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(GoodsForRecycle)
+ infotmp.Id = config[i].Id
+ infotmp.GroupId = config[i].GroupId
+ infotmp.ItemId = config[i].ItemId
+ infotmp.SaleNum = config[i].SaleNum
+ infotmp.Weight = config[i].Weight
+ infotmp.SaleCondition = config[i].SaleCondition
+ infotmp.SaleConditionParemeter = config[i].SaleConditionParemeter
+ infotmp.SellingCurrencyType = config[i].SellingCurrencyType
+ infotmp.Price = config[i].Price
+ infotmp.Discount = config[i].Discount
+ infotmp.DiscountWeight = config[i].DiscountWeight
+ infotmp.SaleMax = config[i].SaleMax
+
+ if GoodsForRecycleConfig[infotmp.GroupId] == nil {
+ GoodsForRecycleConfig[infotmp.GroupId] = []*GoodsForRecycle{}
+ }
+ GoodsForRecycleConfig[infotmp.GroupId] = append(GoodsForRecycleConfig[infotmp.GroupId], infotmp)
+ }
+}
+
+func readBusinessMan() {
+ // 获取数据,按照文件
+ fileName := "BusinessManConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []BusinessMan
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(BusinessMan)
+ infotmp.Id = config[i].Id
+ infotmp.Type = config[i].Type
+ infotmp.TypeParameter = config[i].TypeParameter
+ infotmp.AppearTime = config[i].AppearTime
+ infotmp.ItemGroup = config[i].ItemGroup
+ infotmp.DiscountNum = config[i].DiscountNum
+ infotmp.ExtraItemGroup = config[i].ExtraItemGroup
+ infotmp.ExtraItemNum = config[i].ExtraItemNum
+ infotmp.CommonRecycleItem = config[i].CommonRecycleItem
+ infotmp.RecycleItem = config[i].RecycleItem
+ infotmp.RecycleItemNum = config[i].RecycleItemNum
+ infotmp.HighPricedNum = config[i].HighPricedNum
+ infotmp.SaleRefreshTimes = config[i].SaleRefreshTimes
+ infotmp.RecycleRefreshTimes = config[i].RecycleRefreshTimes
+ infotmp.ResetType = config[i].ResetType
+ infotmp.ResetTypeParameter = config[i].ResetTypeParameter
+
+ BusinessManConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readSkillEffect() {
+ // 获取数据,按照文件
+ fileName := "SkillEffectConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []SkillEffect
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(SkillEffect)
+ infotmp.Id = config[i].Id
+ infotmp.EffectType = config[i].EffectType
+ infotmp.NumericExpression = config[i].NumericExpression
+ infotmp.WhetherCrit = config[i].WhetherCrit
+
+ SkillEffectConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readWeather() {
+ // 获取数据,按照文件
+ fileName := "WeatherConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []Weather
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(Weather)
+ infotmp.Id = config[i].Id
+ infotmp.Name = config[i].Name
+ infotmp.Type = config[i].Type
+ infotmp.PureIllness = config[i].PureIllness
+ infotmp.PureInjury = config[i].PureInjury
+ infotmp.Illness = config[i].Illness
+ infotmp.DurableDestroy = config[i].DurableDestroy
+ infotmp.SkillBUFF = config[i].SkillBUFF
+ infotmp.Duration = config[i].Duration
+ infotmp.CD = config[i].CD
+ infotmp.WeaterEffect = config[i].WeaterEffect
+ infotmp.SpecialEfficacyCD = config[i].SpecialEfficacyCD
+ infotmp.ICON = config[i].ICON
+ infotmp.Sound = config[i].Sound
+
+ WeatherConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readResourcesPoint() {
+ // 获取数据,按照文件
+ fileName := "ResourcesPointConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []ResourcesPoint
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(ResourcesPoint)
+ infotmp.Id = config[i].Id
+ infotmp.ResourcesPointName = config[i].ResourcesPointName
+ infotmp.Type = config[i].Type
+ infotmp.AccessableCondition = config[i].AccessableCondition
+ infotmp.AccessableParameter = config[i].AccessableParameter
+ infotmp.WorkerType = config[i].WorkerType
+ infotmp.RelatedResources = config[i].RelatedResources
+ infotmp.RootOut = config[i].RootOut
+ infotmp.SaplingItemId = config[i].SaplingItemId
+ infotmp.Enter = config[i].Enter
+ infotmp.Disperse = config[i].Disperse
+ infotmp.DisperseRadius = config[i].DisperseRadius
+ infotmp.Prefab = config[i].Prefab
+ infotmp.MoonnightPrefab = config[i].MoonnightPrefab
+ infotmp.NamePicture = config[i].NamePicture
+ infotmp.Description = config[i].Description
+
+ ResourcesPointConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readResources() {
+ // 获取数据,按照文件
+ fileName := "ResourcesConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []Resources
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(Resources)
+ infotmp.Id = config[i].Id
+ infotmp.BehaviourType = config[i].BehaviourType
+ infotmp.ResourcesName = config[i].ResourcesName
+ infotmp.MutexBehaviour = config[i].MutexBehaviour
+ infotmp.WorkerNumber = config[i].WorkerNumber
+ infotmp.RebornCondition = config[i].RebornCondition
+ infotmp.RebornConditionParameters = config[i].RebornConditionParameters
+ infotmp.ShowCondition = config[i].ShowCondition
+ infotmp.ShowConditionParameter = config[i].ShowConditionParameter
+ infotmp.Disappear = config[i].Disappear
+ infotmp.InResource = config[i].InResource
+ infotmp.BaseOut = config[i].BaseOut
+ infotmp.OutAmount = config[i].OutAmount
+ infotmp.BaseEfficient = config[i].BaseEfficient
+ infotmp.OutInterval = config[i].OutInterval
+ infotmp.ExtraOut = config[i].ExtraOut
+ infotmp.ExtraOutProbability = config[i].ExtraOutProbability
+ infotmp.TriggerEvent = config[i].TriggerEvent
+ infotmp.MoonnightOut = config[i].MoonnightOut
+ infotmp.MoonnightOutProbability = config[i].MoonnightOutProbability
+
+ ResourcesConfig[infotmp.Id] = infotmp
+ }
+}
+
+func readBehaviourType() {
+ // 获取数据,按照文件
+ fileName := "BehaviourTypeConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []BehaviourType
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(BehaviourType)
+ infotmp.Id = config[i].Id
+ infotmp.BehaviourName = config[i].BehaviourName
+ infotmp.InjuryProbability = config[i].InjuryProbability
+ infotmp.BehaviourEventId1 = config[i].BehaviourEventId1
+ infotmp.DistractedProbability = config[i].DistractedProbability
+ infotmp.BehaviourEventId2 = config[i].BehaviourEventId2
+ infotmp.SpecialItemProbability = config[i].SpecialItemProbability
+ infotmp.BehaviourEventId3 = config[i].BehaviourEventId3
+ infotmp.OtherProbability = config[i].OtherProbability
+ infotmp.BehaviourEventId4 = config[i].BehaviourEventId4
+ infotmp.Sound = config[i].Sound
+
+ BehaviourTypeConfig[infotmp.Id] = infotmp
+ }
+
+}
+
+func readBehaviourEvent() {
+ // 获取数据,按照文件
+ fileName := "BehaviourEventConfigCategory.json"
+ fileName = "./config/" + fileName
+ byteValue, err := ioutil.ReadFile(fileName)
+ if err != nil {
+ log.Fatal("Error when opening file: ", err)
+ }
+
+ // 读取文件数据
+ var config []BehaviourEvent
+ json.Unmarshal(byteValue, &config)
+ for i := 0; i < len(config); i++ {
+ infotmp := new(BehaviourEvent)
+ infotmp.Id = config[i].Id
+ infotmp.GroupId = config[i].GroupId
+ infotmp.EventName = config[i].EventName
+ infotmp.Weight = config[i].Weight
+ infotmp.DropGroup = config[i].DropGroup
+ infotmp.InjuryValue = config[i].InjuryValue
+
+ BehaviourEventConfig[infotmp.Id] = infotmp
+ }
+
+}
diff --git a/config/mailContentModel.json b/config/mailContentModel.json
new file mode 100644
index 0000000..2ec32c9
--- /dev/null
+++ b/config/mailContentModel.json
@@ -0,0 +1 @@
+[{"content":"内容","from":"发件人署名","greetings":"问候语","id":1,"name":"模块名称","title":"标题"},{"name":"模板名称1","title":"标题1","from":"发件人署名1","greetings":"问候语1","content":"内容1","id":2},{"name":"12312","title":"123","from":"123","greetings":"123","content":"123","id":3}]
\ No newline at end of file
diff --git a/config/mailDropModel.json b/config/mailDropModel.json
new file mode 100644
index 0000000..58c9bb3
--- /dev/null
+++ b/config/mailDropModel.json
@@ -0,0 +1 @@
+[{"drops":[{"id":1,"index":1,"num":"1"},{"id":5,"index":2,"num":"12"}],"id":1,"name":"model1"},{"drops":[{"id":1,"index":1,"num":"12"}],"id":2,"name":"123123"},{"drops":[{"id":2,"num":"2"},{"id":6,"num":"5"}],"id":3,"name":"m41"}]
\ No newline at end of file
diff --git a/go.mod b/go.mod
index b7728e1..4d00380 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,11 @@ module tyj_admin
go 1.19
require (
- github.com/casbin/casbin/v2 v2.57.0
+ github.com/casbin/casbin/v2 v2.42.0
github.com/eclipse/paho.mqtt.golang v1.4.2
github.com/go-redis/redis/v8 v8.11.5
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.2.4
+ //github.com/gogf/gf/contrib/nosql/redis/v2 v2.7.4
github.com/gogf/gf/v2 v2.2.4
github.com/mojocn/base64Captcha v1.3.5
github.com/mssola/user_agent v0.5.3
@@ -20,38 +21,39 @@ require (
)
require (
- github.com/BurntSushi/toml v1.1.0 // indirect
+ github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
- github.com/clbanning/mxj/v2 v2.5.5 // indirect
+ github.com/clbanning/mxj/v2 v2.7.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
- github.com/fatih/color v1.13.0 // indirect
- github.com/fsnotify/fsnotify v1.5.4 // indirect
- github.com/go-logr/logr v1.2.3 // indirect
+ github.com/fatih/color v1.16.0 // indirect
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
+ github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
- github.com/go-sql-driver/mysql v1.6.0 // indirect
+ github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-querystring v1.0.0 // indirect
- github.com/gorilla/websocket v1.5.0 // indirect
- github.com/grokify/html-strip-tags-go v0.0.1 // indirect
+ github.com/gorilla/websocket v1.5.1 // indirect
+ github.com/grokify/html-strip-tags-go v0.1.0 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
- github.com/magiconair/properties v1.8.6 // indirect
- github.com/mattn/go-colorable v0.1.9 // indirect
- github.com/mattn/go-isatty v0.0.14 // indirect
- github.com/mattn/go-runewidth v0.0.9 // indirect
+ github.com/magiconair/properties v1.8.7 // indirect
+ github.com/mattn/go-colorable v0.1.13 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
+ github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mozillazg/go-httpheader v0.2.1 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
+ github.com/rivo/uniseg v0.4.4 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
@@ -59,13 +61,13 @@ require (
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
- go.opentelemetry.io/otel v1.7.0 // indirect
- go.opentelemetry.io/otel/sdk v1.7.0 // indirect
- go.opentelemetry.io/otel/trace v1.7.0 // indirect
- golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
+ go.opentelemetry.io/otel v1.14.0 // indirect
+ go.opentelemetry.io/otel/sdk v1.14.0 // indirect
+ go.opentelemetry.io/otel/trace v1.14.0 // indirect
+ golang.org/x/crypto v0.22.0 // indirect
golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 // indirect
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
+ golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
- golang.org/x/sys v0.2.0 // indirect
- golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 // indirect
+ golang.org/x/sys v0.19.0 // indirect
+ golang.org/x/text v0.14.0 // indirect
)
diff --git a/go.sum b/go.sum
index 27725c0..8c82fa2 100644
--- a/go.sum
+++ b/go.sum
@@ -1,20 +1,23 @@
github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
-github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I=
github.com/BurntSushi/toml v1.1.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
+github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8=
+github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409/go.mod h1:1pk82RBxDY/JZnPQrtqHlUFfCctgdorsd9M06fMynOM=
-github.com/casbin/casbin/v2 v2.57.0 h1:J7PTgUe13Ag5WzwZe2l/hpj0/hRKuQlqyO8+1+FAWug=
-github.com/casbin/casbin/v2 v2.57.0/go.mod h1:vByNa/Fchek0KZUgG5wEsl7iFsiviAYKRtgrQfcJqHg=
-github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
+github.com/casbin/casbin/v2 v2.42.0 h1:EA0aE5PZnFSYY6WulzTScOo4YO6xrGAAZkXRLs8p2ME=
+github.com/casbin/casbin/v2 v2.42.0/go.mod h1:sEL80qBYTbd+BPeL4iyvwYzFT3qwLaESq5aFKVLbLfA=
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
+github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
+github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/clbanning/mxj v1.8.4 h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I=
github.com/clbanning/mxj v1.8.4/go.mod h1:BVjHeAH+rl9rs6f+QIpeRl0tfu10SXn1pUSa5PVGJng=
-github.com/clbanning/mxj/v2 v2.5.5 h1:oT81vUeEiQQ/DcHbzSytRngP6Ky9O+L+0Bw0zSJag9E=
github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
+github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
+github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -22,16 +25,19 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
github.com/eclipse/paho.mqtt.golang v1.4.2 h1:66wOzfUHSSI1zamx7jR6yMEI5EuHnT1G6rNA5PM12m4=
github.com/eclipse/paho.mqtt.golang v1.4.2/go.mod h1:JGt0RsEwEX+Xa/agj90YJ9d9DH2b7upDZMK9HRbFvCA=
-github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
+github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
+github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU=
-github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI=
github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU=
+github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
+github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
-github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0=
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
+github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
+github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=
@@ -47,8 +53,9 @@ github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn
github.com/go-redis/redis/v8 v8.11.4/go.mod h1:2Z2wHZXdQpCDXEGzqMockDpNyYvi2l4Pxt6RJr792+w=
github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI=
github.com/go-redis/redis/v8 v8.11.5/go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo=
-github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
+github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
+github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
@@ -80,18 +87,20 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
-github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
+github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
-github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
-github.com/grokify/html-strip-tags-go v0.0.1 h1:0fThFwLbW7P/kOiTBs03FsJSV9RM2M/Q/MOnCQxKMo0=
+github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
+github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grokify/html-strip-tags-go v0.0.1/go.mod h1:2Su6romC5/1VXOQMaWL2yb618ARB8iVo6/DR99A6d78=
+github.com/grokify/html-strip-tags-go v0.1.0 h1:03UrQLjAny8xci+R+qjCce/MYnpNXCtgzltlQbOBae4=
+github.com/grokify/html-strip-tags-go v0.1.0/go.mod h1:ZdzgfHEzAfz9X6Xe5eBLVblWIxXfYSQ40S/VKrAOGpc=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=
@@ -103,15 +112,20 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
-github.com/magiconair/properties v1.8.6 h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=
github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
-github.com/mattn/go-colorable v0.1.9 h1:sqDoxXbdeALODt0DAeJCVp38ps9ZogZEAXjus69YV3U=
+github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY=
+github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
+github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
+github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
-github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
-github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=
+github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
+github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
+github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
+github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
+github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=
github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mojocn/base64Captcha v1.3.5 h1:Qeilr7Ta6eDtG4S+tQuZ5+hO+QHbiGAJdi4PfoagaA0=
@@ -144,6 +158,9 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/qiniu/qmgo v1.1.4 h1:6UJBn4laLXRc5kqzhijiPW/TUcOEa1GuW2Q5bV9yCDE=
github.com/qiniu/qmgo v1.1.4/go.mod h1:gTj5P+fOyGwtTkumPa8YTFspsf0Ndpw+MtRPwU1FHL4=
+github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
+github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
+github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
github.com/shirou/gopsutil v2.21.11+incompatible h1:lOGOyCG67a5dv2hq5Z1BLDUqqKp3HkbjPcz5j6XMS0U=
github.com/shirou/gopsutil v2.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=
@@ -153,8 +170,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
+github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.194/go.mod h1:7sCQWVkxcsR38nffDW057DRGk8mUjK1Ing/EFOK8s8Y=
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/kms v1.0.194/go.mod h1:yrBKWhChnDqNz1xuXdSbWXG56XawEq0G5j1lg4VwBD4=
github.com/tencentyun/cos-go-sdk-v5 v0.7.40 h1:W6vDGKCHe4wBACI1d2UgE6+50sJFhRWU4O8IB2ozzxM=
@@ -184,19 +201,23 @@ github.com/yusufpapurcu/wmi v1.2.2/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQ
go.mongodb.org/mongo-driver v1.9.0 h1:f3aLGJvQmBl8d9S40IL+jEyBC6hfLPbJjv9t5hEM9ck=
go.mongodb.org/mongo-driver v1.9.0/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY=
go.opentelemetry.io/otel v1.0.0/go.mod h1:AjRVh9A5/5DE7S+mZtTR6t8vpKKryam+0lREnfmS4cg=
-go.opentelemetry.io/otel v1.7.0 h1:Z2lA3Tdch0iDcrhJXDIlC94XE+bxok1F9B+4Lz/lGsM=
go.opentelemetry.io/otel v1.7.0/go.mod h1:5BdUoMIz5WEs0vt0CUEMtSSaTSHBBVwrhnz7+nrD5xk=
+go.opentelemetry.io/otel v1.14.0 h1:/79Huy8wbf5DnIPhemGB+zEPVwnN6fuQybr/SRXa6hM=
+go.opentelemetry.io/otel v1.14.0/go.mod h1:o4buv+dJzx8rohcUeRmWUZhqupFvzWis188WlggnNeU=
go.opentelemetry.io/otel/sdk v1.0.0/go.mod h1:PCrDHlSy5x1kjezSdL37PhbFUMjrsLRshJ2zCzeXwbM=
-go.opentelemetry.io/otel/sdk v1.7.0 h1:4OmStpcKVOfvDOgCt7UriAPtKolwIhxpnSNI/yK+1B0=
go.opentelemetry.io/otel/sdk v1.7.0/go.mod h1:uTEOTwaqIVuTGiJN7ii13Ibp75wJmYUDe374q6cZwUU=
+go.opentelemetry.io/otel/sdk v1.14.0 h1:PDCppFRDq8A1jL9v6KMI6dYesaq+DFcDZvjsoGvxGzY=
+go.opentelemetry.io/otel/sdk v1.14.0/go.mod h1:bwIC5TjrNG6QDCHNWvW4HLHtUQ4I+VQDsnjhvyZCALM=
go.opentelemetry.io/otel/trace v1.0.0/go.mod h1:PXTWqayeFUlJV1YDNhsJYB184+IvAH814St6o6ajzIs=
-go.opentelemetry.io/otel/trace v1.7.0 h1:O37Iogk1lEkMRXewVtZ1BBTVn5JEp8GrJvP92bJqC6o=
go.opentelemetry.io/otel/trace v1.7.0/go.mod h1:fzLSB9nqR2eXzxPXb2JW9IKE+ScyXA48yyE4TNvoHqU=
+go.opentelemetry.io/otel/trace v1.14.0 h1:wp2Mmvj41tDsyAJXiWDWpfNsOiIyd38fy85pyKcFq/M=
+go.opentelemetry.io/otel/trace v1.14.0/go.mod h1:8avnQLK+CG77yNLUae4ea2JDQ6iT+gozhnZjy/rw9G8=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f h1:aZp0e2vLN4MToVqnjNEYEtrEA8RH8U8FN1CU7JgqsPU=
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I=
+golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
+golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 h1:TbGuee8sSq15Iguxu4deQ7+Bqq/d2rsQejGcEtADAMQ=
golang.org/x/image v0.0.0-20190501045829-6d32002ffd75/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
@@ -210,8 +231,9 @@ golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk=
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
-golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 h1:CIJ76btIcR3eFI5EgSo6k1qKw9KJexJuRLI9G7Hp5wE=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
+golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
+golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -239,8 +261,11 @@ golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
+golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
+golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -248,8 +273,9 @@ golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2 h1:GLw7MR8AfAG2GmGcmVgObFOHXYypgGjnGno25RDwn3Y=
golang.org/x/text v0.3.8-0.20211105212822-18b340fc7af2/go.mod h1:EFNZuWvGYxIRUEX+K8UmCFwYmZjqcrnq15ZuVldZkZ0=
+golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
+golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
@@ -259,7 +285,6 @@ golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
diff --git a/internal/cmd/cmd.go b/internal/cmd/cmd.go
index 50e270e..96575ff 100644
--- a/internal/cmd/cmd.go
+++ b/internal/cmd/cmd.go
@@ -6,6 +6,7 @@ import (
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/net/goai"
"github.com/gogf/gf/v2/os/gcmd"
+ "log"
"tyj_admin/internal/consts"
"tyj_admin/internal/router"
)
@@ -19,6 +20,18 @@ var (
s := g.Server()
s.Group("/", func(group *ghttp.RouterGroup) {
router.BindController(group)
+ router.BindAnotherController(group)
+
+ })
+
+ //s.SetIndexFolder(true)
+ //s.SetFileServerEnabled(true)
+ //s.SetServerRoot("./resource/public/upload_file")
+ //s.AddStaticPath("/upload_file", "./download/")
+
+ s.BindHandler("/upload_file", func(r *ghttp.Request) {
+ log.Printf("upload_file >>>>>> filename: %s", r.GetQuery("filename"))
+ r.Response.ServeFileDownload("./download/" + r.GetQuery("filename").String())
})
enhanceOpenAPIDoc(s)
s.Run()
diff --git a/internal/consts/consts.go b/internal/consts/consts.go
index 21224bb..27c8863 100644
--- a/internal/consts/consts.go
+++ b/internal/consts/consts.go
@@ -9,3 +9,81 @@ const (
ACCOUNT_COLLECTION = "account"
FACEBACK_COLLECTION = "faceback"
)
+
+const (
+ ANDROID = "b0d978eb-fdb0-4083-9c93-472e9e2a7f4c"
+ IOS = "30228de2-733f-45d7-93f3-838a30e23518"
+ ANDROID_test = "fe3dc25f-9d25-453b-a028-d71eaabc949c"
+)
+
+const (
+ RANK_BOOM = 1
+)
+
+const (
+ AWARD_DAILY = 1
+ AWARD_STAGE = 2
+)
+
+const (
+ Mail_Send_Now = 1
+ Mail_Send_Time = 2
+ Mail_Send_Time_Sended = 3
+ Mail_Send_10M = 4
+ Mail_Send_Cancel = 5
+ Mail_Send_Delete = 6
+)
+
+const (
+ LogIn_State = 1
+ LogOut_State = 2
+)
+
+const (
+ Notice_Type_Pop = 1
+ Notice_Type_Normal = 2
+ Notice_Type_Maintenance = 3
+)
+
+const (
+ Notice_Normal = 1
+ Notice_White_List = 2
+ Notice_Maintenance = 3
+)
+
+const (
+ White_List_Belong = 1
+ White_List_Not_In = 0
+)
+
+const (
+ Login_URL_STATE_NORMAL = 1
+ Login_URL_STATE_Maintenance = 2
+ Login_URL_STATE_WHITE = 3
+ Login_URL_STATE_BLACK = 4
+)
+
+const (
+ CDKEY_TYPE_PASS = 1
+ CDKEY_TYPE_NUM = 2
+)
+
+const TIME_FORMAT = "2006-01-02 15:04:05"
+const DATE_FORMAT = "2006-01-02"
+
+const (
+ ADDVERTISEMENT_ONCE = 1
+ ADDVERTISEMENT_REGISTER = 2
+ ADDVERTISEMENT_RECHARGE = 3
+ ADDVERTISEMENT_TWO = 4
+)
+
+const Channel_Editor = "000000000000"
+const Channel_TAPTAP = "000002000000"
+const Channel_TAPTAP_TEST = "000002999999"
+
+const CHARSET = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
+const CHARSETDef = "0123456789abcdefghijklmnopqrstuvwxyz"
+const CHARSETSpecial = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+
+const DEFAULT_HOST = "127.0.0.1"
diff --git a/internal/consts/gmConsts.go b/internal/consts/gmConsts.go
new file mode 100644
index 0000000..196213c
--- /dev/null
+++ b/internal/consts/gmConsts.go
@@ -0,0 +1,530 @@
+package consts
+
+const (
+ StoreItem = 1 // 仓库
+ ValleyProperty = 2 // 山谷
+ Construct = 3 // 建筑
+ Villager = 4 // 游民
+)
+
+const (
+ MATERIAL = 1 // 材料
+ FOOD = 2 // 食品
+ CLOTHES = 3 // 衣服
+ MEDICINE = 4 // 药品
+ SMALLITEM = 5 // 小物件
+ BOOK = 6 // 书籍
+ FUNCTIONITEM = 7 // 道具
+ POULTRY = 8 // 家禽
+ EQUIPMENT = 10 // 装备
+ GEM = 11 // 宝石
+ PRESTIGE = 12 // 声望
+ TREASURE = 13 // 宝物
+ MISSIONITEM = 20 // 任务物品
+ COPPERCOINS = 21 // 铜钱
+ INGOTS = 22 // 桃花石
+ BASICFOOD = 99 // 基础食物
+)
+const (
+ NUMERICTYPE_POPULATION = 3001 + iota // 人口
+ NUMERICTYPE_TIME // 时间
+ NUMERICTYPE_SEASON // 季节
+ NUMERICTYPE_SCALE // 规模
+ NUMERICTYPE_PROSPERITY // 繁荣
+ NUMERICTYPE_FOOD // 食物
+ NUMERICTYPE_COPPER // 铜钱
+ NUMERICTYPE_GOLDINGOT // 金元宝
+ NUMERICTYPE_DAY_NIGHT
+)
+
+const (
+ NUMERICTYPE_NAME = 3100 + iota
+ NUMERICTYPE_AGE
+ NUMERICTYPE_GENDER
+ NUMERICTYPE_LIFEMAX
+ NUMERICTYPE_PHYSIQUE
+ NUMERICTYPE_LIFEEXP
+ NUMERICTYPE_PHYSIQUEEXP
+ NUMERICTYPE_LABOREXP
+ NUMERICTYPE_WISDOMEXP
+ NUMERICTYPE_ILLNESSREDUCE
+ NUMERICTYPE_IMPRESSION
+ NUMERICTYPE_INJURY
+ NUMERICTYPE_ILLNESS
+ NUMERICTYPE_COLLECTIONINCOME
+ NUMERICTYPE_LOGGINGINCOME
+ NUMERICTYPE_MININGINCOME
+ NUMERICTYPE_FISHINGINCOME
+ NUMERICTYPE_CONSTRUCTIONINCOME
+ NUMERICTYPE_FARMINCOME
+ NUMERICTYPE_HUNTINGINCOME
+ NUMERICTYPE_SCIENTIFICINCOME
+ NUMERICTYPE_PHARMACIST
+ NUMERICTYPE_CHEF
+ NUMERICTYPE_LIFEEXPOBTAIN
+ NUMERICTYPE_PHYSIQUEEXPOBTAIN
+ NUMERICTYPE_LABOREXPOBTAIN
+ NUMERICTYPE_WISDOMEXPOBTAIN
+ NUMERICTYPE_DURABLERECOVER = 3200
+ NUMERICTYPE_LABOR = 1001
+ NUMERICTYPE_WISDOM = 1002
+
+ NUMERICTYPE_BODYSOULLV = 1300
+ NUMERICTYPE_EXP = 1301
+ NUMERICTYPE_YUELI = 1302
+)
+const (
+ NUMERICTYPE_COLLECTIONINCOMEBASE = 31131 + iota
+ NUMERICTYPE_COLLECTIONINCOMEADD
+ NUMERICTYPE_COLLECTIONINCOMEPCT
+ NUMERICTYPE_COLLECTIONINCOMEFINALADD
+ NUMERICTYPE_COLLECTIONINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_LOGGINGINCOMEBASE = 31141 + iota
+ NUMERICTYPE_LOGGINGINCOMEADD
+ NUMERICTYPE_LOGGINGINCOMEPCT
+ NUMERICTYPE_LOGGINGINCOMEFINALADD
+ NUMERICTYPE_LOGGINGINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_MININGINCOMEBASE = 31151 + iota
+ NUMERICTYPE_MININGINCOMEADD
+ NUMERICTYPE_MININGINCOMEPCT
+ NUMERICTYPE_MININGINCOMEFINALADD
+ NUMERICTYPE_MININGINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_FISHINGINCOMEBASE = 31161 + iota
+ NUMERICTYPE_FISHINGINCOMEADD
+ NUMERICTYPE_FISHINGINCOMEPCT
+ NUMERICTYPE_FISHINGINCOMEFINALADD
+ NUMERICTYPE_FISHINGINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_CONSTRUCTIONINCOMEBASE = 31171 + iota
+ NUMERICTYPE_CONSTRUCTIONINCOMEADD
+ NUMERICTYPE_CONSTRUCTIONINCOMEPCT
+ NUMERICTYPE_CONSTRUCTIONINCOMEFINALADD
+ NUMERICTYPE_CONSTRUCTIONINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_FARMINCOMEBASE = 31181 + iota
+ NUMERICTYPE_FARMINCOMEADD
+ NUMERICTYPE_FARMINCOMEPCT
+ NUMERICTYPE_FARMINCOMEFINALADD
+ NUMERICTYPE_FARMINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_HUNTINGINCOMEBASE = 31191 + iota
+ NUMERICTYPE_HUNTINGINCOMEADD
+ NUMERICTYPE_HUNTINGINCOMEPCT
+ NUMERICTYPE_HUNTINGINCOMEFINALADD
+ NUMERICTYPE_HUNTINGINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_SCIENTIFICINCOMEBASE = 31201 + iota
+ NUMERICTYPE_SCIENTIFICINCOMEADD
+ NUMERICTYPE_SCIENTIFICINCOMEPCT
+ NUMERICTYPE_SCIENTIFICINCOMEFINALADD
+ NUMERICTYPE_SCIENTIFICINCOMEFINALPCT
+)
+const (
+ NUMERICTYPE_PHARMACISTBASE = 31211 + iota
+ NUMERICTYPE_PHARMACISTADD
+ NUMERICTYPE_PHARMACISTPCT
+ NUMERICTYPE_PHARMACISTFINALADD
+ NUMERICTYPE_PHARMACISTFINALPCT
+)
+const (
+ NUMERICTYPE_CHEFBASE = 31221 + iota
+ NUMERICTYPE_CHEFADD
+ NUMERICTYPE_CHEFPCT
+ NUMERICTYPE_CHEFFINALADD
+ NUMERICTYPE_CHEFFINALPCT
+)
+const (
+ NUMERICTYPE_LABORBASE = 10011 + iota
+ NUMERICTYPE_LABORADD
+ NUMERICTYPE_LABORPCT
+ NUMERICTYPE_LABORFINALADD
+ NUMERICTYPE_LABORFINALPCT
+)
+const (
+ NUMERICTYPE_WISDOMBASE = 10021 + iota
+ NUMERICTYPE_WISDOMADD
+ NUMERICTYPE_WISDOMPCT
+ NUMERICTYPE_WISDOMFINALADD
+ NUMERICTYPE_WISDOMFINALPCT
+)
+const (
+ NUMERICTYPE_HP = 1401 + iota
+ NUMERICTYPE_MAXHP
+ NUMERICTYPE_ATK
+ NUMERICTYPE_DEF
+ NUMERICTYPE_MP
+ NUMERICTYPE_MPMAX
+ NUMERICTYPE_MPCOST
+ NUMERICTYPE_MOVESPEED
+ NUMERICTYPE_ATTACKSPEED
+ NUMERICTYPE_CRITICALDAMAGE
+ NUMERICTYPE_CRIT
+ NUMERICTYPE_HIT
+ NUMERICTYPE_DODGE
+ NUMERICTYPE_HPGROW
+ NUMERICTYPE_DEFGROW
+ NUMERICTYPE_ATKGROW
+ NUMERICTYPE_WSPGROW
+ NUMERICTYPE_HPRECOVERY
+)
+
+const (
+ NUMERICTYPE_HPBASE = 14011 + iota
+ NUMERICTYPE_HPADD
+ NUMERICTYPE_HPPCT
+ NUMERICTYPE_HPFINALADD
+ NUMERICTYPE_HPFINALPCT
+)
+
+const (
+ NUMERICTYPE_MAXHPBASE = 14021 + iota
+ NUMERICTYPE_MAXHPADD
+ NUMERICTYPE_MAXHPPCT
+ NUMERICTYPE_MAXHPFINALADD
+ NUMERICTYPE_MAXHPFINALPCT
+)
+
+const (
+ NUMERICTYPE_ATKBASE = 14031 + iota
+ NUMERICTYPE_ATKADD
+ NUMERICTYPE_ATKPCT
+ NUMERICTYPE_ATKFINALADD
+ NUMERICTYPE_ATKFINALPCT
+)
+
+const (
+ NUMERICTYPE_DEFBASE = 14041 + iota
+ NUMERICTYPE_DEFADD
+ NUMERICTYPE_DEFPCT
+ NUMERICTYPE_DEFFINALADD
+ NUMERICTYPE_DEFFINALPCT
+)
+
+const (
+ NUMERICTYPE_MPBASE = 14051 + iota
+ NUMERICTYPE_MPADD
+ NUMERICTYPE_MPPCT
+ NUMERICTYPE_MPFINALADD
+ NUMERICTYPE_MPFINALPCT
+)
+
+const (
+ NUMERICTYPE_MPMAXBASE = 14061 + iota
+ NUMERICTYPE_MPMAXADD
+ NUMERICTYPE_MPMAXPCT
+ NUMERICTYPE_MPMAXFINALADD
+ NUMERICTYPE_MPMAXFINALPCT
+)
+
+const (
+ NUMERICTYPE_MPCOSTBASE = 14071 + iota
+ NUMERICTYPE_MPCOSTADD
+ NUMERICTYPE_MPCOSTPCT
+ NUMERICTYPE_MPCOSTFINALADD
+ NUMERICTYPE_MPCOSTFINALPCT
+)
+
+const (
+ NUMERICTYPE_MOVESPEEDBASE = 14081 + iota
+ NUMERICTYPE_MOVESPEEDADD
+ NUMERICTYPE_MOVESPEEDPCT
+ NUMERICTYPE_MOVESPEEDFINALADD
+ NUMERICTYPE_MOVESPEEDFINALPCT
+)
+
+const (
+ NUMERICTYPE_ATTACKSPEEDBASE = 14091 + iota
+ NUMERICTYPE_ATTACKSPEEDADD
+ NUMERICTYPE_ATTACKSPEEDPCT
+ NUMERICTYPE_ATTACKSPEEDFINALADD
+ NUMERICTYPE_ATTACKSPEEDFINALPCT
+)
+
+const (
+ NUMERICTYPE_CRITICALDAMAGEBASE = 14101 + iota
+ NUMERICTYPE_CRITICALDAMAGEADD
+ NUMERICTYPE_CRITICALDAMAGEPCT
+ NUMERICTYPE_CRITICALDAMAGEFINALADD
+ NUMERICTYPE_CRITICALDAMAGEFINALPCT
+)
+
+const (
+ NUMERICTYPE_CRITBASE = 14111 + iota
+ NUMERICTYPE_CRITADD
+ NUMERICTYPE_CRITPCT
+ NUMERICTYPE_CRITFINALADD
+ NUMERICTYPE_CRITFINALPCT
+)
+
+const (
+ NUMERICTYPE_HITBASE = 14121 + iota
+ NUMERICTYPE_HITADD
+ NUMERICTYPE_HITPCT
+ NUMERICTYPE_HITFINALADD
+ NUMERICTYPE_HITFINALPCT
+)
+
+const (
+ NUMERICTYPE_DODGEBASE = 14131 + iota
+ NUMERICTYPE_DODGEADD
+ NUMERICTYPE_DODGEPCT
+ NUMERICTYPE_DODGEFINALADD
+ NUMERICTYPE_DODGEFINALPCT
+)
+
+const (
+ NUMERICTYPE_DAMAGEREBOUND = 1421 + iota
+ NUMERICTYPE_MPRECOVER
+ NUMERICTYPE_SUCKBLOOD
+ NUMERICTYPE_HATE
+ NUMERICTYPE_TARGETNUM
+ NUMERICTYPE_SKILLCD
+ NUMERICTYPE_ATTACKBACKBLOOD
+ NUMERICTYPE_CUMULATIVEDAMAGE
+ NUMERICTYPE_HITRATE
+ NUMERICTYPE_DODGERATE = 1430
+ NUMERICTYPE_INCREASEDAMAGE = 1432
+ NUMERICTYPE_DAMAGEREDUCTION = 1433
+)
+const (
+ NUMERICTYPE_TKMIN = 2000 + iota
+ NUMERICTYPE_TKMAX
+ NUMERICTYPE_EAPONDAMAGE
+ NUMERICTYPE_IRERESISTANCE
+ NUMERICTYPE_HUNDERRESISTANCE
+ NUMERICTYPE_OISONRESISTANCE
+ NUMERICTYPE_CERESISTANCE
+ NUMERICTYPE_UILDINGNAME
+ NUMERICTYPE_URABLE
+ NUMERICTYPE_OLUME
+ NUMERICTYPE_ORKER
+ NUMERICTYPE_ESOURCENAME
+ NUMERICTYPE_OLLECTION_NUM
+ NUMERICTYPE_ASEOUTPUT
+ NUMERICTYPE_NLOCKCONDITION
+ NUMERICTYPE_OOTOUT
+ NUMERICTYPE_ATERIALTYPE
+ NUMERICTYPE_ROWTHTIME
+ NUMERICTYPE_APLINGID
+ NUMERICTYPE_OMINATION
+)
+
+const (
+ RegionGameUnitComponent = "RegionGameUnitComponent" // 材料
+ ValleyComponent = "ValleyComponent" // 材料
+ GameUnitComponent = "GameUnitComponent" // 材料
+ MonsterGroupComponent = "MonsterGroupComponent" // 材料
+ StoreComponent = "StoreComponent" // 材料
+ MenuComponent = "MenuComponent" // 材料
+ WeatherComponent = "WeatherComponent" // 材料
+ DinnerComponent = "DinnerComponent" // 材料
+ CoupleComponent = "CoupleComponent" // 材料
+ ResearchComponent = "ResearchComponent" // 材料
+ GatherComponent = "GatherComponent" // 材料
+ TransportComponent = "TransportComponent" // 材料
+ UnitUpdateComponent = "UnitUpdateComponent" // 材料
+ TroopComponent = "TroopComponent" // 材料
+ NightEventComponent = "NightEventComponent" // 材料
+ BusinessComponent = "BusinessComponent" // 材料
+ MonsterManagerComponent = "MonsterManagerComponent" // 材料
+ RegionFogComponent = "RegionFogComponent" // 材料
+ GameTaskComponent = "GameTaskComponent" // 材料
+ DropItemManagerComponent = "DropItemManagerComponent" // 材料
+ RechargeComponent = "RechargeComponent" // 材料
+ TreasureSynthesisComponent = "TreasureSynthesisComponent" // 材料
+ MailComponent = "MailComponent" // 材料
+ ChallengeFightingComponent = "ChallengeFightingComponent" // 材料
+ ChallengeGuardianComponent = "ChallengeGuardianComponent" // 材料
+ FixedPositionSlotComponent = "FixedPositionSlotComponent" // 材料
+ PoultryManageComponent = "PoultryManageComponent" // 材料
+ WearComponent = "WearComponent" // 材料
+ ClothesComponent = "ClothesComponent" // 材料
+ EquipComponent = "EquipComponent" // 材料
+ GemComponent = "GemComponent" // 材料
+ ConstructManagerComponent = "ConstructManagerComponent" // 材料
+ VisitorProduceComponent = "VisitorProduceComponent" // 材料
+ GameNumericComponent = "GameNumericComponent" // 材料
+ GameUnit = "GameUnit" // 材料
+ VillagerRecordComponent = "VillagerRecordComponent" // 材料
+ PeopleComponent = "PeopleComponent" // 材料
+ BehaveComponent = "BehaveComponent" // 材料
+ SlotComponent = "SlotComponent" // 材料
+ LabourComponent = "LabourComponent" // 材料
+ MarriageComponent = "MarriageComponent" // 材料
+ ResidentComponent = "ResidentComponent" // 材料
+ FightComponent = "FightComponent" // 材料
+ BuffComponent = "BuffComponent" // 材料
+ StudyComponent = "StudyComponent" // 材料
+ SkillComponent = "SkillComponent" // 材料
+ VillagerSkillComponent = "VillagerSkillComponent" // 材料
+ NpcComponent = "NpcComponent" // 材料
+ DialogueComponent = "DialogueComponent" // 材料
+ BusinessManComponent = "BusinessManComponent" // 材料
+ ResourcePointComponent = "ResourcePointComponent" // 材料
+)
+
+const (
+ Item = "Item" // 材料
+ Poultry = "Poultry" // 材料
+ Gather = "Gather" // 材料
+ Skill = "Skill" // 材料
+ VillagerSkill = "VillagerSkill" // 材料
+ Buff = "Buff" // 材料
+ Status = "Status" // 材料
+)
+
+const (
+ ConstWearState_Free = 1 //空闲的
+ ConstWearState_Weared = 2 //已经穿上
+)
+
+const (
+ GameUnitType_None = "0" //无
+ GameUnitType_Building = "1" //建筑
+ GameUnitType_Warrior = "2" //勇士
+ GameUnitType_Villager = "3" //村民
+ GameUnitType_Monster = "4" //敌人
+ GameUnitType_ResourcePoint = "5" //资源点
+ GameUnitType_Npc = "6" //NPC
+ GameUnitType_Construct = "7"
+ GameUnitType_Sapling = "8" //幼苗
+ GameUnitType_Bullet = "9" //子弹
+ GameUnitType_DropItem = "10" //掉落
+ GameUnitType_RegionBuilding = "11" //村落建筑
+ GameUnitType_RegionResPoint = "12" //村落资源点
+ GameUnitType_MapPortal = "13" // 传送点
+ GameUnitType_Livestock = "14" //牲畜
+ GameUnitType_ImmortalTree = "15" // 不死树
+ GameUnitType_RegionGift = "16" //村落礼物
+ GameUnitType_RegionShop = "17" //村落商店
+ GameUnitType_FixedPositionBuildingSlot = "18" // 定点建筑基座
+ GameUnitType_ChallengeGuardianSlot = "19" // 挑战守护者
+ GameUnitType_FixedPositionSaplingSlot = "20" // 定点幼苗基座
+ GameUnitType_Decoration = "21" //装饰品
+ GameUnitType_FogLit = "22" // 点亮迷雾
+ GameUnitType_PlaceHolder = "23" // 创建单位(建筑,种植)的占位
+)
+
+const (
+ GameUnitCamp_Friend = 1 //友方,就是跟unit一边的
+ GameUnitCamp_Enemy = 2 //敌方
+)
+
+const (
+ BehaveType_NONE = 0 //无
+ BehaveType_BEHAVE_IDLE = 1 //空闲
+ BehaveType_BEHAVE_PREPARE_GATHER = 2 //去采集
+ BehaveType_BEHAVE_GATHER = 3 //正在采集
+ BehaveType_BEHAVE_PREPARE_CONSTRUCT = 4 //去建造
+ BehaveType_BEHAVE_CONSTRUCT = 5 //建造
+ BehaveType_BEHAVE_PREPARE_PLANT = 6 //去种植
+ BehaveType_BEHAVE_PLANT = 7 //正在种植
+ BehaveType_BEHAVE_PREPARE_HARVEST = 8 //去收割
+ BehaveType_BEHAVE_HARVEST = 9 //正在收割
+ BehaveType_BEHAVE_PREPARE_CABIN = 10 //去小屋
+ BehaveType_BEHAVE_CABIN = 11 //驻扎小屋
+ BehaveType_BEHAVE_TROOP_IDLE = 12 // 队伍休闲
+ BehaveType_BEHAVE_BATTLE = 13 // 战斗
+ BehaveType_BEHAVE_STUDY = 14 //正在学习
+ BehaveType_BEHAVE_FARMLAND_IDLE = 15 //农田空闲
+ BehaveType_BEHAVE_MOVE_BUILDING = 16 //去建筑里
+ BehaveType_BEHAVE_ARRIVE_BUILDING = 17 //到达建筑里面
+ BehaveType_BEHAVE_ACCOMPANY_VILLAGER = 18 //陪伴游民
+ BehaveType_BEHAVE_NEAR_DIE_IDLE = 19 //濒临死亡的空闲
+ BehaveType_BEHAVE_TROOP_BATTLE = 22 // 队伍战斗
+ BehaveType_BEHAVE_JOIN_BATTLE = 23 // 参加战斗
+ BehaveType_BEHAVE_DIE = 24 // 死亡,用于死亡表现
+ BehaveType_BEHAVE_PREPARE_REST = 25 // 准备去休息
+ BehaveType_BEHAVE_REST_IN_HOUSE = 26 // 重伤/重疾 在休息点休息
+ BehaveType_BEHAVE_DIE_WAIT_REVIVE = 27 // 死亡,等待复活
+ BehaveType_BEHAVE_MONSTER_RUN_BACK = 28 // 怪物往自己的出生点跑
+ BehaveType_BEHAVE_PREPARE_STUDY = 29 //去学习的路上
+ BehaveType_BEHAVE_PREPARE_TEACH = 30 //去教书的路上
+ BehaveType_BEHAVE_TEACH = 31 //正在教书
+ BehaveType_BEHAVE_GATHER_SMALL_RESOURCE = 32 //采集小资源
+ BehaveType_BEHAVE_FIGHT_STATION = 33 //在哨塔战斗
+ BehaveType_BEHAVE_CHALLENGE_BATTLE = 34 // 在挑战Boss战斗
+
+ //夜晚行为 1001 - 1100
+ BehaveType_BEHAVE_NIGHT_NONE = 1000
+ BehaveType_BEHAVE_NIGHT_IDLE = 1001 //夜晚空闲
+ BehaveType_BEHAVE_NIGHT_SLEEP = 1002 //睡觉
+ BehaveType_BEHAVE_NIGHT_TROOP_IDLE = 1003 // 夜晚队伍空闲
+ BehaveType_BEHAVE_NIGHT_TROOP_SLEEP = 1004 // 夜晚队伍睡觉
+)
+
+const (
+ /// Npc
+ NpcConfig_Type_NPC = 1
+ /// 场景交互
+ NpcConfig_Type_SCENEINTERACTIVE = 2
+ /// 商人
+ NpcConfig_Type_BUSINESSMAN = 3
+ /// 摊位商人
+ NpcConfig_Type_STALLBUSINESSMAN = 4
+)
+
+const (
+ /// 立即
+ SkillBuff_TriggerTime_RIGHTNOW = 1
+ /// 生命值改变
+ SkillBuff_TriggerTime_HPCHANGE = 2
+ /// 时间周期
+ SkillBuff_TriggerTime_TIMECYCLE = 3
+ /// 生命值低事件
+ SkillBuff_TriggerTime_HP = 4
+ /// 己方勇士死亡事件
+ SkillBuff_TriggerTime_DIE = 5
+ /// 伤病值
+ SkillBuff_TriggerTime_DISEEASE = 6
+ /// 角色死亡事件
+ SkillBuff_TriggerTime_CHARACTERDEATH = 7
+ /// BUFF生效时
+ SkillBuff_TriggerTime_BUFFGENERATE = 8
+ /// BUFF结束时
+ SkillBuff_TriggerTime_BUFFDISAPPEAR = 9
+ /// 食物值小于零
+ SkillBuff_TriggerTime_HUNGER = 10
+ /// 天气生效时
+ SkillBuff_TriggerTime_WEATHER = 11
+ /// 自身攻击暴击时
+ SkillBuff_TriggerTime_CRIT = 12
+ /// 被攻击时
+ SkillBuff_TriggerTime_BEATTACKED = 13
+ /// 攻击时
+ SkillBuff_TriggerTime_ATTACKED = 14
+)
+
+const (
+ /// 立即
+ SkillBuff_ContinuedType_RIGHTNOW = 1
+ /// 时间(单位秒)
+ SkillBuff_ContinuedType_TIME = 2
+ /// 永久
+ SkillBuff_ContinuedType_FOREVER = 3
+ /// 承受有效攻击次数
+ SkillBuff_ContinuedType_BE_HIT_TIMES = 4
+ /// 战斗结束后重置
+ SkillBuff_ContinuedType_RESETAFTERBATTLE = 5
+ /// 施放单位存货
+ SkillBuff_ContinuedType_CASTBODYALIVE = 6
+)
+
+const (
+ /// 普通资源
+ ResourcesPoint_Type_NORMALRESOURCES = 1
+ /// 定点资源
+ ResourcesPoint_Type_POINTRESOURCES = 2
+ /// 可移动建造资源
+ ResourcesPoint_Type_BULIDRESOURCES = 3
+)
diff --git a/internal/consts/upload.go b/internal/consts/upload.go
index af4f580..f7c6dbc 100644
--- a/internal/consts/upload.go
+++ b/internal/consts/upload.go
@@ -8,12 +8,14 @@ const (
FileSizeKey = "sys.uploadFile.fileSize"
CheckFileTypeImg = "img" // 文件类型(图片)
CheckFileTypeFile = "file" // 文件类型(任意)
+ DownloadPath = "download"
)
const (
- SourceLocal = iota // 上传到本地
- SourceTencent // 上传至腾讯云
- SourceAli // 上传到阿里云
- SourceQiniu // 上传到七牛云
+ SourceLocal = iota // 上传到本地
+ SourceTencent // 上传至腾讯云
+ SourceAli // 上传到阿里云
+ SourceQiniu // 上传到七牛云
+ SourceDownload // 上传到download
//...................
)
diff --git a/internal/controller/advertisement.go b/internal/controller/advertisement.go
new file mode 100644
index 0000000..84c3aa5
--- /dev/null
+++ b/internal/controller/advertisement.go
@@ -0,0 +1,7 @@
+package controller
+
+var Advertisement = advertisementController{}
+
+type advertisementController struct {
+ BaseController
+}
diff --git a/internal/controller/baseinfo_role.go b/internal/controller/baseinfo_role.go
index f42c32c..3a8338e 100644
--- a/internal/controller/baseinfo_role.go
+++ b/internal/controller/baseinfo_role.go
@@ -18,17 +18,71 @@ func (c *gameRoleController) List(ctx context.Context, req *game.RoleSearchReq)
return
}
-func (c *gameRoleController) RoleDetail(ctx context.Context, req *game.RoleDetailReq) (res *game.RoleDetailRes, err error) {
- res, err = serviceGame.GameRole().GetRoleDetail(ctx, req)
- return res, err
-}
+//func (c *gameRoleController) RoleDetail(ctx context.Context, req *game.RoleDetailReq) (res *game.RoleDetailRes, err error) {
+// res, err = serviceGame.GameRole().GetRoleDetail(ctx, req)
+// return res, err
+//}
func (c *gameRoleController) OnlineList(ctx context.Context, req *game.RoleOnlineReq) (res *game.RoleOnlineRes, err error) {
res, err = serviceGame.GameRole().GetOnlineList(ctx, req)
return res, err
}
+func (c *gameRoleController) OnlineTopList(ctx context.Context, req *game.RoleOnlineTopReq) (res *game.RoleOnlineTopRes, err error) {
+ res, err = serviceGame.GameRole().GetOnlineTopList(ctx, req)
+ return res, err
+}
-func (c *gameRoleController) AccountList(ctx context.Context, req *game.AccountReq) (res *game.AccountRes, err error) {
+//func (c *gameRoleController) AccountList(ctx context.Context, req *game.AccountListReq) (res *game.AccountListRes, err error) {
+// //res, err = serviceGame.GameRole().GetAccountList(ctx, req)
+// return res, err
+//}
+
+func (c *gameRoleController) Account(ctx context.Context, req *game.AccountReq) (res *game.AccountRes, err error) {
res, err = serviceGame.GameRole().GetAccount(ctx, req)
return res, err
}
+
+func (c *gameRoleController) GetLoginOut(ctx context.Context, req *game.GetLoginOutReq) (res *game.GetLoginOutRes, err error) {
+ res, err = serviceGame.GameRole().GetLoginOut(ctx, req)
+ return res, err
+}
+
+func (c *gameRoleController) GetLoginOutLog(ctx context.Context, req *game.GetLoginOutLogReq) (res *game.GetLoginOutLogRes, err error) {
+ res, err = serviceGame.GameRole().GetLoginOutLog(ctx, req)
+ return res, err
+}
+
+func (c *gameRoleController) GetItemLog(ctx context.Context, req *game.GetItemLogReq) (res *game.GetItemLogRes, err error) {
+ res, err = serviceGame.GameRole().GetItemLog(ctx, req)
+ return res, err
+}
+
+func (c *gameRoleController) GetRegister(ctx context.Context, req *game.GetRegisterReq) (res *game.GetRegisterRes, err error) {
+ res, err = serviceGame.GameRole().GetRegister(ctx, req)
+ return res, err
+}
+
+func (c *gameRoleController) GetKeepAlive(ctx context.Context, req *game.GetKeepAliveReq) (res *game.GetKeepAliveRes, err error) {
+ res, err = serviceGame.GameManage().GetKeepAlive(ctx, req)
+ return res, err
+}
+
+func (c *gameRoleController) GetLive(ctx context.Context, req *game.GetLiveReq) (res *game.GetLiveRes, err error) {
+ res, err = serviceGame.GameManage().GetLive(ctx, req)
+ return res, err
+}
+
+func (c *gameRoleController) RegisterCount(ctx context.Context, req *game.RegisterCountReq) (res *game.RegisterCountRes, err error) {
+ res, err = serviceGame.GameManage().RegisterCount(ctx, req)
+ return res, err
+}
+
+//func (c *gameRoleController) ShopRecords(ctx context.Context, req *game.ShopRecordReq) (res *game.ShopRecordRes, err error) {
+// res, err = serviceGame.GameManage().ShopRecords(ctx, req)
+// return res, err
+//}
+
+func (c *gameRoleController) GameUserDel(ctx context.Context, req *game.UserDelReq) (res *game.UserDelRes, err error) {
+ res, err = serviceGame.GameRole().GameUserDel(ctx, req)
+ return res, err
+}
diff --git a/internal/controller/game_Bazaar.go b/internal/controller/game_Bazaar.go
new file mode 100644
index 0000000..a5c8d65
--- /dev/null
+++ b/internal/controller/game_Bazaar.go
@@ -0,0 +1,33 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameBazaar = bazaarController{}
+
+type bazaarController struct {
+ BaseController
+}
+
+func (c *bazaarController) GetBazaar(ctx context.Context, req *game.GetBazaarReq) (res *game.GetBazaarRes, err error) {
+ res, err = serviceGame.GameBazaar().Get(ctx, req)
+ return
+}
+
+func (c *bazaarController) Update(ctx context.Context, req *game.UpdateBazaarReq) (res *game.UpdateBazaarRes, err error) {
+ res, err = serviceGame.GameBazaar().Update(ctx, req)
+ return
+}
+
+func (c *bazaarController) Insert(ctx context.Context, req *game.InsertBazaarReq) (res *game.InsertBazaarRes, err error) {
+ res, err = serviceGame.GameBazaar().Insert(ctx, req)
+ return
+}
+
+func (c *bazaarController) InsertBatch(ctx context.Context, req *game.InsertBatchBazaarReq) (res *game.InsertBatchBazaarRes, err error) {
+ res, err = serviceGame.GameBazaar().InsertBatch(ctx, req)
+ return
+}
diff --git a/internal/controller/game_CCD.go b/internal/controller/game_CCD.go
new file mode 100644
index 0000000..96df914
--- /dev/null
+++ b/internal/controller/game_CCD.go
@@ -0,0 +1,28 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameCCD = ccdController{}
+
+type ccdController struct {
+ BaseController
+}
+
+func (c *ccdController) GetCCD(ctx context.Context, req *game.GetCCDReq) (res *game.GetCCDRes, err error) {
+ res, err = serviceGame.GameCCD().GetCCD(ctx, req)
+ return
+}
+
+func (c *ccdController) AddCCD(ctx context.Context, req *game.AddCCDReq) (res *game.AddCCDRes, err error) {
+ res, err = serviceGame.GameCCD().AddCCD(ctx, req)
+ return
+}
+
+func (c *ccdController) DelCCD(ctx context.Context, req *game.DelCCDReq) (res *game.DelCCDRes, err error) {
+ res, err = serviceGame.GameCCD().DelCCD(ctx, req)
+ return
+}
diff --git a/internal/controller/game_Version.go b/internal/controller/game_Version.go
new file mode 100644
index 0000000..333b3c4
--- /dev/null
+++ b/internal/controller/game_Version.go
@@ -0,0 +1,28 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameVersion = versionController{}
+
+type versionController struct {
+ BaseController
+}
+
+func (c *versionController) GetVersion(ctx context.Context, req *game.GetVersionReq) (res *game.GetVersionRes, err error) {
+ res, err = serviceGame.GameVersion().Get(ctx, req)
+ return
+}
+
+func (c *versionController) UpdateVersion(ctx context.Context, req *game.UpdateVersionReq) (res *game.UpdateVersionRes, err error) {
+ res, err = serviceGame.GameVersion().Update(ctx, req)
+ return
+}
+
+func (c *versionController) DelVersion(ctx context.Context, req *game.DelVersionReq) (res *game.DelVersionRes, err error) {
+ res, err = serviceGame.GameVersion().Del(ctx, req)
+ return
+}
diff --git a/internal/controller/game_bug.go b/internal/controller/game_bug.go
new file mode 100644
index 0000000..4f24566
--- /dev/null
+++ b/internal/controller/game_bug.go
@@ -0,0 +1,23 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameBug = bugController{}
+
+type bugController struct {
+ BaseController
+}
+
+func (c *bugController) List(ctx context.Context, req *game.ClientBugListReq) (res *game.ClientBugListRes, err error) {
+ res, err = serviceGame.GameClientBug().List(ctx, req)
+ return
+}
+
+func (c *bugController) UpdateState(ctx context.Context, req *game.OperateClientBugReq) (res *game.OperateClientBugRes, err error) {
+ res, err = serviceGame.GameClientBug().UpdateState(ctx, req)
+ return
+}
diff --git a/internal/controller/game_cd_key.go b/internal/controller/game_cd_key.go
new file mode 100644
index 0000000..c9b5d66
--- /dev/null
+++ b/internal/controller/game_cd_key.go
@@ -0,0 +1,33 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameCdKey = cdKeyController{}
+
+type cdKeyController struct {
+ BaseController
+}
+
+func (c *cdKeyController) RandomGenerateCode(ctx context.Context, req *game.RandomGenerateCodeReq) (res *game.RandomGenerateCodeRes, err error) {
+ res, err = serviceGame.GameCdKey().RandomGenerateCode(ctx, req)
+ return
+}
+
+func (c *cdKeyController) GetGiftExchangeConfig(ctx context.Context, req *game.GetGiftExchangeListReq) (res *game.GetGiftExchangeListRes, err error) {
+ res, err = serviceGame.GameCdKey().GetGiftExchangeConfig(ctx, req)
+ return
+}
+
+func (c *cdKeyController) UpdateGiftExchangeConfig(ctx context.Context, req *game.UpdateGiftExchangeReq) (res *game.UpdateGiftExchangeRes, err error) {
+ res, err = serviceGame.GameCdKey().UpdateGiftExchangeConfig(ctx, req)
+ return
+}
+
+func (c *cdKeyController) GetGiftExchange(ctx context.Context, req *game.GetGiftExchangeReq) (res *game.GetGiftExchangeRes, err error) {
+ res, err = serviceGame.GameCdKey().GetGiftExchange(ctx, req)
+ return
+}
diff --git a/internal/controller/game_corn.go b/internal/controller/game_corn.go
new file mode 100644
index 0000000..8b92247
--- /dev/null
+++ b/internal/controller/game_corn.go
@@ -0,0 +1,57 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameCorn = cornController{}
+
+type cornController struct {
+ BaseController
+}
+
+func (c *cornController) Get(ctx context.Context, req *game.GetCronReq) (res *game.GetCronRes, err error) {
+ res, err = serviceGame.GameCron().GetCron(req)
+ return
+}
+
+func (c *cornController) Add(ctx context.Context, req *game.AddCronReq) (res *game.AddCronRes, err error) {
+ serviceGame.GameCron().AddCron(entity.GameNoticeLog{
+ Id: req.Id,
+ Content: req.Content,
+ NoticeType: req.NoticeType,
+ NoticeId: req.NoticeId,
+ Channel: req.Channel,
+ SendTime: req.SendTime,
+ })
+ return
+}
+
+func (c *cornController) GetMail(ctx context.Context, req *game.GetMailCronReq) (res *game.GetMailCronRes, err error) {
+ res, err = serviceGame.GameCron().GetMailCron(req)
+ return
+}
+
+func (c *cornController) AddMail(ctx context.Context, req *game.AddMailCronReq) (res *game.AddMailCronRes, err error) {
+ serviceGame.GameCron().AddMailCorn(entity.Mail{
+ //To: req.To,
+ Id: req.Id,
+ ServerId: req.ServerId,
+ From: req.From,
+ Type: req.Type,
+ Expired: req.Expired,
+ ValidDay: req.ValidDay,
+ Send: req.Send,
+ Time: req.Time,
+ NewGet: req.NewGet,
+ Title: req.Title,
+ //Greetings: req.Greetings,
+ Content: req.Content,
+ Drops: req.Drops,
+ OwnerId: req.OwnerId,
+ })
+ return
+}
diff --git a/internal/controller/game_login_url.go b/internal/controller/game_login_url.go
new file mode 100644
index 0000000..68350b7
--- /dev/null
+++ b/internal/controller/game_login_url.go
@@ -0,0 +1,48 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameLoginUrl = loginUrlController{}
+
+type loginUrlController struct {
+ BaseController
+}
+
+func (c *loginUrlController) Get(ctx context.Context, req *game.GetLoginUrlReq) (res *game.GetLoginUrlRes, err error) {
+ res, err = serviceGame.GameLoginUrl().GetLoginUrl(ctx, req)
+ return
+}
+
+func (c *loginUrlController) GetAll(ctx context.Context, req *game.GetAllLoginUrlReq) (res *game.GetAllLoginUrlRes, err error) {
+ res, err = serviceGame.GameLoginUrl().GetAllLoginUrl(ctx, req)
+ return
+}
+
+func (c *loginUrlController) GetAllChannel(ctx context.Context, req *game.GetAllChannelReq) (res *game.GetAllChannelRes, err error) {
+ res, err = serviceGame.GameLoginUrl().GetAllChannel(ctx, req)
+ return
+}
+
+func (c *loginUrlController) GetAllCcdUrl(ctx context.Context, req *game.GetAllCcdUrlReq) (res *game.GetAllCcdUrlRes, err error) {
+ res, err = serviceGame.GameLoginUrl().GetAllCcdUrl(ctx, req)
+ return
+}
+
+func (c *loginUrlController) Add(ctx context.Context, req *game.AddLoginUrlReq) (res *game.AddLoginUrlRes, err error) {
+ res, err = serviceGame.GameLoginUrl().AddLoginUrl(ctx, req)
+ return
+}
+
+func (c *loginUrlController) Del(ctx context.Context, req *game.DelLoginUrlReq) (res *game.DelLoginUrlRes, err error) {
+ res, err = serviceGame.GameLoginUrl().DelLoginUrl(ctx, req)
+ return
+}
+
+func (c *loginUrlController) ReConfigServer(ctx context.Context, req *game.ReConfigServerReq) (res *game.ReConfigServerRes, err error) {
+ res, err = serviceGame.GameLoginUrl().ReConfigServer(ctx, req)
+ return res, err
+}
diff --git a/internal/controller/game_mail.go b/internal/controller/game_mail.go
index f3b2c02..ec41bfa 100644
--- a/internal/controller/game_mail.go
+++ b/internal/controller/game_mail.go
@@ -2,6 +2,7 @@ package controller
import (
"context"
+ "fmt"
"tyj_admin/api/v1/game"
"tyj_admin/internal/serviceGame"
)
@@ -13,7 +14,7 @@ type mailController struct {
}
// mail 列表
-func (c *mailController) MialList(ctx context.Context, req *game.MailsSearchReq) (res *game.MailsSearchRes, err error) {
+func (c *mailController) MailList(ctx context.Context, req *game.MailsSearchReq) (res *game.MailsSearchRes, err error) {
res, err = serviceGame.GameMail().GetMailList(ctx, req)
return
}
@@ -22,3 +23,33 @@ func (c *mailController) SendMail(ctx context.Context, req *game.MailSendReq) (r
res, err = serviceGame.GameMail().SendMail(ctx, req)
return
}
+
+func (c *mailController) DelMail(ctx context.Context, req *game.MailDelReq) (res *game.MailDelRes, err error) {
+ res, err = serviceGame.GameMail().DelMail(ctx, req)
+ return
+}
+
+func (c *mailController) UpdateMail(ctx context.Context, req *game.MailUpdateReq) (res *game.MailUpdateRes, err error) {
+ res, err = serviceGame.GameMail().UpdateMail(ctx, req)
+ return
+}
+
+type Model struct {
+ Id int32
+ Name string
+ Title string
+ To string
+ //Greetings string
+ Content string
+}
+
+func (c *mailController) GetMailModel(ctx context.Context, req *game.GetMailDropModelReq) (res *game.GetMailDropModelRes, err error) {
+ res, err = serviceGame.GameMail().GetMailModel(ctx, req)
+ fmt.Println(res.Model)
+ return
+}
+
+func (c *mailController) UpdateMailModel(ctx context.Context, req *game.UpdateMailDropModelReq) (res *game.UpdateMailDropModelRes, err error) {
+ res, err = serviceGame.GameMail().UpdateMailModel(ctx, req)
+ return
+}
diff --git a/internal/controller/game_manage.go b/internal/controller/game_manage.go
index c4ea629..0ad3f7a 100644
--- a/internal/controller/game_manage.go
+++ b/internal/controller/game_manage.go
@@ -22,12 +22,47 @@ func (c *manageController) SearchGmAuthority(ctx context.Context, req *game.Sear
return
}
+func (c *manageController) ListGmAuthority(ctx context.Context, req *game.ListGmReq) (res *game.ListGmRes, err error) {
+ res, err = serviceGame.GameManage().ListGm(ctx, req)
+ return
+}
+
+func (c *manageController) SetGmToClient(ctx context.Context, req *game.SetGmToClientReq) (res *game.SetGmToClientRes, err error) {
+ res, err = serviceGame.GameManage().SetGmToClient(ctx, req)
+ return
+}
+
func (c *manageController) ChangePwd(ctx context.Context, req *game.ResetPwdReq) (res *game.ResetPwdRes, err error) {
res, err = serviceGame.GameManage().ChangePwd(ctx, req)
return
}
-func (c *manageController) GetStatistics(ctx context.Context, req *game.StatisticsReq) (res *game.StatisticsRes, err error) {
- res, err = serviceGame.GameManage().GetStatistics(ctx, req)
+func (c *manageController) CopyUnit(ctx context.Context, req *game.CopyUnitReq) (res *game.CopyUnitRes, err error) {
+ res, err = serviceGame.GameManage().CopyUnit(ctx, req)
+ return
+}
+
+//func (c *manageController) EditUnit(ctx context.Context, req *game.EditUnitReq) (res *game.EditUnitRes, err error) {
+// res, err = serviceGame.GameManage().EditUnit(ctx, req)
+// return
+//}
+
+func (c *manageController) UpdateUnit(ctx context.Context, req *game.UpdateUnitReq) (res *game.UpdateUnitRes, err error) {
+ res, err = serviceGame.GameManage().UpdateUnit(ctx, req)
return
}
+
+func (c *manageController) DelAccount(ctx context.Context, req *game.DelAccountReq) (res *game.DelAccountRes, err error) {
+ res, err = serviceGame.GameManage().DelAccount(ctx, req)
+ return
+}
+
+func (c *manageController) Search(ctx context.Context, req *game.SearchAccountReq) (res *game.SearchAccountRes, err error) {
+ res, err = serviceGame.GameManage().SearchAccount(ctx, req)
+ return
+}
+
+func (c *manageController) GetShopItemLog(ctx context.Context, req *game.GetShopItemLogReq) (res *game.GetShopItemLogRes, err error) {
+ res, err = serviceGame.GameManage().GetShopItemLog(ctx, req)
+ return res, err
+}
diff --git a/internal/controller/game_model.go b/internal/controller/game_model.go
new file mode 100644
index 0000000..92a6a74
--- /dev/null
+++ b/internal/controller/game_model.go
@@ -0,0 +1,33 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameModel = modelController{}
+
+type modelController struct {
+ BaseController
+}
+
+func (c *modelController) Get(ctx context.Context, req *game.GetModelReq) (res *game.GetModelRes, err error) {
+ res, err = serviceGame.GameModel().Get(ctx, req)
+ return
+}
+
+func (c *modelController) Update(ctx context.Context, req *game.UpdateModelReq) (res *game.UpdateModelRes, err error) {
+ res, err = serviceGame.GameModel().Update(ctx, req)
+ return
+}
+
+func (c *modelController) Insert(ctx context.Context, req *game.InsertModelReq) (res *game.InsertModelRes, err error) {
+ res, err = serviceGame.GameModel().Insert(ctx, req)
+ return
+}
+
+func (c *modelController) Delete(ctx context.Context, req *game.DelModelReq) (res *game.DelModelRes, err error) {
+ res, err = serviceGame.GameModel().Delete(ctx, req)
+ return
+}
diff --git a/internal/controller/game_monthlyLottery.go b/internal/controller/game_monthlyLottery.go
new file mode 100644
index 0000000..0015cca
--- /dev/null
+++ b/internal/controller/game_monthlyLottery.go
@@ -0,0 +1,28 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameMonthlyLottery = monthlyLotteryController{}
+
+type monthlyLotteryController struct {
+ BaseController
+}
+
+func (c *monthlyLotteryController) GetMonthlyLottery(ctx context.Context, req *game.GetMonthlyLotteryReq) (res *game.GetMonthlyLotteryRes, err error) {
+ res, err = serviceGame.GameMonthlyLottery().Get(ctx, req)
+ return
+}
+
+func (c *monthlyLotteryController) UpdateMonthlyLottery(ctx context.Context, req *game.UpdateMonthlyLotteryReq) (res *game.UpdateMonthlyLotteryRes, err error) {
+ res, err = serviceGame.GameMonthlyLottery().Update(ctx, req)
+ return
+}
+
+func (c *monthlyLotteryController) InsertMonthlyLottery(ctx context.Context, req *game.InsertMonthlyLotteryReq) (res *game.InsertMonthlyLotteryRes, err error) {
+ res, err = serviceGame.GameMonthlyLottery().Insert(ctx, req)
+ return
+}
diff --git a/internal/controller/game_notice.go b/internal/controller/game_notice.go
index 3cdfc88..3b7d7ad 100644
--- a/internal/controller/game_notice.go
+++ b/internal/controller/game_notice.go
@@ -2,10 +2,8 @@ package controller
import (
"context"
- "fmt"
"tyj_admin/api/v1/game"
"tyj_admin/internal/serviceGame"
- "tyj_admin/library/libUtils"
)
var GameNotice = noticeController{}
@@ -19,14 +17,47 @@ func (c *noticeController) Add(ctx context.Context, req *game.AddNoticeReq) (res
return
}
+func (c *noticeController) Del(ctx context.Context, req *game.DelNoticeLogReq) (res *game.DelNoticeLogRes, err error) {
+ res, err = serviceGame.GameNotice().DelNoticeLog(ctx, req)
+ return
+}
+
+func (c *noticeController) DelList(ctx context.Context, req *game.DelNoticeListReq) (res *game.DelNoticeListRes, err error) {
+ res, err = serviceGame.GameNotice().DelNoticeList(ctx, req)
+ return
+}
+
func (c *noticeController) Get(ctx context.Context, req *game.GetNoticeReq) (res *game.GetNoticeRes, err error) {
- ip := libUtils.GetClientIp(ctx)
- fmt.Println(ip)
res, err = serviceGame.GameNotice().GetNotice(ctx, req)
return
}
+func (c *noticeController) GetNoticeList(ctx context.Context, req *game.GetNoticeListReq) (res *game.GetNoticeListRes, err error) {
+ res, err = serviceGame.GameNotice().GetNoticeList(ctx, req)
+ return
+}
+
+func (c *noticeController) GetLog(ctx context.Context, req *game.GetGameNoticeLogReq) (res *game.GetGameNoticeLogRes, err error) {
+ res, err = serviceGame.GameNotice().GetGameNoticeLog(ctx, req)
+ return
+}
+
+func (c *noticeController) AddModel(ctx context.Context, req *game.AddNoticeModelReq) (res *game.AddNoticeModelRes, err error) {
+ res, err = serviceGame.GameNotice().AddNoticeModel(ctx, req)
+ return
+}
+
+func (c *noticeController) GetModel(ctx context.Context, req *game.GetNoticeModelReq) (res *game.GetNoticeModelRes, err error) {
+ res, err = serviceGame.GameNotice().GetNoticeModel(ctx, req)
+ return
+}
+
func (c *noticeController) PopNotice(ctx context.Context, req *game.PopReq) (res *game.PopRes, err error) {
res, err = serviceGame.GameNotice().PopNotice(ctx, req)
return
}
+
+func (c *noticeController) DelModel(ctx context.Context, req *game.DelNoticeModelReq) (res *game.DelNoticeModelRes, err error) {
+ res, err = serviceGame.GameNotice().DelNoticeModel(ctx, req)
+ return
+}
diff --git a/internal/controller/game_order.go b/internal/controller/game_order.go
index 20c22cc..40b4e23 100644
--- a/internal/controller/game_order.go
+++ b/internal/controller/game_order.go
@@ -30,14 +30,48 @@ func (c *orderController) ChangeCoin(ctx context.Context, req *game.AddCoinReq)
return
}
-//充值
-
+// 充值
func (c *orderController) Deposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error) {
- if req.Platform == 1 {
- res, err = serviceGame.GameOrder().AndroidDeposit(ctx, req)
- } else {
- res, err = serviceGame.GameOrder().IosDeposit(ctx, req)
- }
+ //if req.Platform == 1 {
+ res, err = serviceGame.GameOrder().Deposit(ctx, req)
+ //} else {
+ // //res, err = serviceGame.GameOrder().IosDeposit(ctx, req)
+ //}
return
}
+
+func (c *orderController) GetOrderLog(ctx context.Context, req *game.OrderLogReq) (res *game.OrderLogRes, err error) {
+ res, err = serviceGame.GameOrder().GetOrderLog(ctx, req)
+ return res, err
+}
+
+func (c *orderController) GetOrderBehavior(ctx context.Context, req *game.OrderBehaviorReq) (res *game.OrderBehaviorRes, err error) {
+ res, err = serviceGame.GameOrder().GetOrderBehavior(ctx, req)
+ return res, err
+}
+
+func (c *orderController) GetRechargePer(ctx context.Context, req *game.RechargePerReq) (res *game.RechargePerRes, err error) {
+ res, err = serviceGame.GameOrder().GetRechargePer(ctx, req)
+ return res, err
+}
+
+func (c *orderController) GetRechargeControl(ctx context.Context, req *game.GetRechargeControlReq) (res *game.GetRechargeControlRes, err error) {
+ res, err = serviceGame.GameOrder().GetRechargeControl(ctx, req)
+ return res, err
+}
+
+func (c *orderController) AddRechargeControl(ctx context.Context, req *game.AddRechargeControlReq) (res *game.AddRechargeControlRes, err error) {
+ res, err = serviceGame.GameOrder().AddRechargeControl(ctx, req)
+ return res, err
+}
+
+func (c *orderController) DeleteRechargeControl(ctx context.Context, req *game.DeleteRechargeControlReq) (res *game.DeleteRechargeControlRes, err error) {
+ res, err = serviceGame.GameOrder().DeleteRechargeControl(ctx, req)
+ return res, err
+}
+
+func (c *orderController) ChangeOrderState(ctx context.Context, req *game.ChangeOrderStateReq) (res *game.ChangeOrderStateRes, err error) {
+ res, err = serviceGame.GameOrder().ChangeOrderState(ctx, req)
+ return res, err
+}
diff --git a/internal/controller/game_propExchange.go b/internal/controller/game_propExchange.go
new file mode 100644
index 0000000..2923875
--- /dev/null
+++ b/internal/controller/game_propExchange.go
@@ -0,0 +1,33 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GamePropExchange = propExchangeController{}
+
+type propExchangeController struct {
+ BaseController
+}
+
+func (c *propExchangeController) GetPropExchange(ctx context.Context, req *game.GetPropExchangeReq) (res *game.GetPropExchangeRes, err error) {
+ res, err = serviceGame.GamePropExchange().Get(ctx, req)
+ return
+}
+
+func (c *propExchangeController) UpdatePropExchange(ctx context.Context, req *game.UpdatePropExchangeReq) (res *game.UpdatePropExchangeRes, err error) {
+ res, err = serviceGame.GamePropExchange().Update(ctx, req)
+ return
+}
+
+func (c *propExchangeController) InsertPropExchange(ctx context.Context, req *game.InsertPropExchangeReq) (res *game.InsertPropExchangeRes, err error) {
+ res, err = serviceGame.GamePropExchange().Insert(ctx, req)
+ return
+}
+
+func (c *propExchangeController) CheckPropExchangeTime(ctx context.Context, req *game.CheckPropExchangeReq) (res *game.CheckPropExchangeRes, err error) {
+ res, err = serviceGame.GamePropExchange().Check(ctx, req)
+ return
+}
diff --git a/internal/controller/game_pub.go b/internal/controller/game_pub.go
index 6e8f7b3..4c4f5cd 100644
--- a/internal/controller/game_pub.go
+++ b/internal/controller/game_pub.go
@@ -2,10 +2,16 @@ package controller
import (
"context"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
"tyj_admin/api/v1/game"
"tyj_admin/internal/model/entity"
"tyj_admin/internal/service"
"tyj_admin/internal/serviceGame"
+ "tyj_admin/library/libUtils"
+ "tyj_admin/library/liberr"
)
var GamePub = pubController{}
@@ -16,10 +22,20 @@ type pubController struct {
func (c *pubController) Get(ctx context.Context, req *game.GetGameNoticeReq) (res *game.GetGameNoticeRes, err error) {
res, err = serviceGame.GameNotice().GetGameNotice(ctx, req)
+ //g.Log().Debugf(ctx, "GetGameCCD -> ", res)
return
}
func (c *pubController) GetUpdateUrl(ctx context.Context, req *game.GetGameUpdateUrlReq) (res *game.GetGameUpdateUrlRes, err error) {
+ //req1 := new(game.GetGameNoticeReq)
+ //res1 := new(game.GetGameNoticeRes)
+ //req1.NoticeType = 3
+ //req1.Channel = req.Channel
+ //res1, err = serviceGame.GameNotice().GetGameNotice(ctx, req1)
+ //if res1.Status != 1 {
+ // return nil, gerror.New("ip黑名单!")
+ //}
+
config := new(entity.SysConfig)
res = new(game.GetGameUpdateUrlRes)
config, err = service.Config().GetByKey(ctx, req.Channel+"_url")
@@ -28,3 +44,168 @@ func (c *pubController) GetUpdateUrl(ctx context.Context, req *game.GetGameUpdat
}
return
}
+
+func (c *pubController) GetLoginUrl(ctx context.Context, req *game.GetGameLoginUrlReq) (res *game.GetGameLoginUrlRes, err error) {
+ res, err = serviceGame.GameLoginUrl().GetGameLoginUrl(ctx, req)
+ return
+}
+
+func (c *pubController) GetCCD(ctx context.Context, req *game.GetGameCCDReq) (res *game.GetGameCCDRes, err error) {
+ //req1 := new(game.GetGameNoticeReq)
+ //res1 := new(game.GetGameNoticeRes)
+ //req1.NoticeType = 3
+ //req1.Channel = req.ChannelType
+ //res1, err = serviceGame.GameNotice().GetGameNotice(ctx, req1)
+ //if res1.Status != 1 {
+ // return nil, gerror.New("ip黑名单!")
+ //}
+
+ var set map[string]struct{}
+ set = make(map[string]struct{})
+ set["Android"] = struct{}{}
+ set["Ios"] = struct{}{}
+ set["Editor"] = struct{}{}
+
+ err = g.Try(ctx, func(ctx context.Context) {
+ if _, ok := set[req.Platform]; !ok {
+ liberr.ErrIsNil(ctx, err, "平台输入错误")
+ fmt.Println("err ", err)
+ return
+ }
+
+ res, err = serviceGame.GameCCD().GetGameCCD(ctx, req)
+ g.Log().Debugf(ctx, "GetGameCCD -> "+res.Url, "Version: "+res.Version)
+ return
+ })
+ return
+}
+
+func (c *pubController) GetCCD1(ctx context.Context, req *game.GetGameCCD1Req) (res *game.GetGameCCD1Res, err error) {
+ var set map[string]struct{}
+ set = make(map[string]struct{})
+ set["Android"] = struct{}{}
+ set["Ios"] = struct{}{}
+ set["Editor"] = struct{}{}
+
+ err = g.Try(ctx, func(ctx context.Context) {
+ if _, ok := set[req.Platform]; !ok {
+ liberr.ErrIsNil(ctx, err, "平台输入错误")
+ fmt.Println("err ", err)
+ return
+ }
+
+ res, err = serviceGame.GameCCD().GetGameCCD1(ctx, req)
+ g.Log().Debugf(ctx, "GetGameCCD -> ", "Version: "+res.Version)
+ return
+ })
+ return
+}
+
+func (c *pubController) GetWhiteState(ctx context.Context, req *game.GetWhiteListReq) (res *game.GetWhiteListRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("ip: ", ip)
+ res = new(game.GetWhiteListRes)
+ res.Count = serviceGame.GameWhiteList().GetWhiteState(ctx, ip)
+ })
+ return
+}
+
+func (c *pubController) GetWhiteList(ctx context.Context, req *game.WhiteListReq) (res *game.WhiteListRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = serviceGame.GameWhiteList().GetWhiteList(ctx)
+ log.Printf("res.WhiteList: %v", res)
+ })
+ return
+}
+
+func (c *pubController) LoginOut(ctx context.Context, req *game.LoginOutReq) (res *game.LoginOutRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = new(game.LoginOutRes)
+ res, err = serviceGame.GamePub().LoginOut(ctx, req)
+ })
+ return
+}
+
+func (c *pubController) GameRegister(ctx context.Context, req *game.RegisterReq) (res *game.RegisterRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = new(game.RegisterRes)
+ res, err = serviceGame.GameRole().GameRegister(ctx, req)
+ })
+ return
+}
+
+func (c *pubController) ItemIncomeExpenseRecords(ctx context.Context, req *game.ItemRecordReq) (res *game.ItemRecordRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = new(game.ItemRecordRes)
+ res, err = serviceGame.GamePub().ItemRecord(ctx, req)
+ })
+ return
+}
+
+func (c *pubController) ShopRecords(ctx context.Context, req *game.ShopRecordReq) (res *game.ShopRecordRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = new(game.ShopRecordRes)
+ res, err = serviceGame.GamePub().ShopRecords(ctx, req)
+ })
+ return
+}
+
+func (c *pubController) GetAuditMode(ctx context.Context, req *game.GetAuditModeReq) (res *game.GetAuditModeRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = new(game.GetAuditModeRes)
+ res, err = serviceGame.GamePub().GetAuditMode(ctx, req)
+ })
+ return
+}
+
+func (c *pubController) GameUnitChangeName(ctx context.Context, req *game.UnitChangeNameReq) (res *game.UnitChangeNameRes, err error) {
+ g.Log().Info(ctx, "GameUnitChangeName - json: ", gjson.MustEncodeString(req))
+ res, err = serviceGame.GameRole().GameUnitChangeName(ctx, req)
+ return
+}
+
+func (c *pubController) RechargeControl(ctx context.Context, req *game.RechargeControlReq) (res *game.RechargeControlRes, err error) {
+ res, err = serviceGame.GameOrder().GameRechargeControl(ctx, req)
+ return res, err
+}
+
+func (c *pubController) GetGenerateCode(ctx context.Context, req *game.GetGenerateCodeReq) (res *game.GetGenerateCodeRes, err error) {
+ res, err = serviceGame.GameCdKey().GetGenerateCode(ctx, req)
+ return
+}
+
+func (c *pubController) Advertise(ctx context.Context, req *game.ADReq) (res *game.ADRes, err error) {
+ res, err = serviceGame.Advertisement().Advertise(ctx, req)
+ return
+}
+
+func (c *pubController) DeepAdvertise(ctx context.Context, req *game.DeepADReq) (res *game.DeepADRes, err error) {
+ res, err = serviceGame.Advertisement().DeepAdvertise(ctx, req)
+ return
+}
+
+func (c *pubController) SetOpenId(ctx context.Context, req *game.SetOpenIdReq) (res *game.SetOpenIdRes, err error) {
+ res, err = serviceGame.GamePub().SetOpenId(ctx, req)
+ return
+}
+
+func (c *pubController) GetOpenId(ctx context.Context, req *game.GetOpenIdReq) (res *game.GetOpenIdRes, err error) {
+ res, err = serviceGame.GamePub().GetOpenId(ctx, req)
+ return
+}
+
+func (c *pubController) AddClientBug(ctx context.Context, req *game.ClientBugAddReq) (res *game.ClientBugAddRes, err error) {
+ res, err = serviceGame.GameClientBug().Add(ctx, req)
+ return
+}
+
+func (c *pubController) AddGenerateCode(ctx context.Context, req *game.AddGenerateCodeReq) (res *game.AddGenerateCodeRes, err error) {
+ res, err = serviceGame.GameCdKey().AddGenerateCode(ctx, req)
+ return
+}
+
+func (c *pubController) SetGmToClient(ctx context.Context, req *game.SetGmToClientReq) (res *game.SetGmToClientRes, err error) {
+ res, err = serviceGame.GameManage().SetGmToClient(ctx, req)
+ return
+}
diff --git a/internal/controller/game_rank.go b/internal/controller/game_rank.go
new file mode 100644
index 0000000..0814d95
--- /dev/null
+++ b/internal/controller/game_rank.go
@@ -0,0 +1,53 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameRank = rankController{}
+
+type rankController struct {
+ BaseController
+}
+
+func (c *rankController) GetRankAward(ctx context.Context, req *game.GetRankAwardReq) (res *game.GetRankAwardRes, err error) {
+ res, err = serviceGame.GameRank().GetAward(ctx, req)
+ return
+}
+
+func (c *rankController) UpdateRankAward(ctx context.Context, req *game.UpdateRankAwardReq) (res *game.UpdateRankAwardRes, err error) {
+ res, err = serviceGame.GameRank().UpdateAward(ctx, req)
+ return
+}
+
+func (c *rankController) InsertRankAward(ctx context.Context, req *game.InsertRankAwardReq) (res *game.InsertRankAwardRes, err error) {
+ res, err = serviceGame.GameRank().InsertAward(ctx, req)
+ return
+}
+
+func (c *rankController) GetRank(ctx context.Context, req *game.GetRankReq) (res *game.GetRankRes, err error) {
+ res, err = serviceGame.GameRank().Get(ctx, req)
+ return
+}
+
+func (c *rankController) UpdateRank(ctx context.Context, req *game.UpdateRankReq) (res *game.UpdateRankRes, err error) {
+ res, err = serviceGame.GameRank().Update(ctx, req)
+ return
+}
+
+func (c *rankController) InsertRank(ctx context.Context, req *game.InsertRankReq) (res *game.InsertRankRes, err error) {
+ res, err = serviceGame.GameRank().Insert(ctx, req)
+ return
+}
+
+func (c *rankController) DelRank(ctx context.Context, req *game.DelRankReq) (res *game.DelRankRes, err error) {
+ res, err = serviceGame.GameRank().Del(ctx, req)
+ return
+}
+
+func (c *rankController) CheckRank(ctx context.Context, req *game.CheckRankReq) (res *game.CheckRankRes, err error) {
+ res, err = serviceGame.GameRank().Check(ctx, req)
+ return
+}
diff --git a/internal/controller/game_recharge_rebate.go b/internal/controller/game_recharge_rebate.go
new file mode 100644
index 0000000..981316b
--- /dev/null
+++ b/internal/controller/game_recharge_rebate.go
@@ -0,0 +1,23 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameRebate = rebateController{}
+
+type rebateController struct {
+ BaseController
+}
+
+func (c *rebateController) CheckRebate(ctx context.Context, req *game.CheckRebateReq) (res *game.CheckRebateRes, err error) {
+ res, err = serviceGame.GameRebate().CheckRebate(ctx, req)
+ return
+}
+
+func (c *rebateController) GetRechargeValue(ctx context.Context, req *game.GetRechargeValueReq) (res *game.GetRechargeValueRes, err error) {
+ res, err = serviceGame.GameRebate().GetRechargeValue(ctx, req)
+ return
+}
diff --git a/internal/controller/game_set.go b/internal/controller/game_set.go
new file mode 100644
index 0000000..eba53c7
--- /dev/null
+++ b/internal/controller/game_set.go
@@ -0,0 +1,33 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameSet = setController{}
+
+type setController struct {
+ BaseController
+}
+
+func (c *setController) SetAuditMode(ctx context.Context, req *game.SetAuditModeReq) (res *game.SetAuditModeRes, err error) {
+ res, err = serviceGame.GameSet().SetAuditMode(ctx, req)
+ return
+}
+
+func (c *setController) GetAuditMode(ctx context.Context, req *game.AuditModeReq) (res *game.AuditModeRes, err error) {
+ res, err = serviceGame.GameSet().GetAuditMode(ctx, req)
+ return
+}
+
+func (c *setController) GetAllAuditMode(ctx context.Context, req *game.GetAllAuditModeReq) (res *game.GetAllAuditModeRes, err error) {
+ res, err = serviceGame.GameSet().GetAllAuditMode(ctx, req)
+ return
+}
+
+func (c *setController) DelAuditMode(ctx context.Context, req *game.DelAuditModeReq) (res *game.DelAuditModeRes, err error) {
+ res, err = serviceGame.GameSet().DelAuditMode(ctx, req)
+ return
+}
diff --git a/internal/controller/game_white_list.go b/internal/controller/game_white_list.go
new file mode 100644
index 0000000..b8f661b
--- /dev/null
+++ b/internal/controller/game_white_list.go
@@ -0,0 +1,30 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var GameWhiteList = whiteListController{}
+
+type whiteListController struct {
+ BaseController
+}
+
+func (c *whiteListController) Get(ctx context.Context, req *game.GetListWhiteListReq) (res *game.GetListWhiteListRes, err error) {
+ res, err = serviceGame.GameWhiteList().Get(ctx, req)
+ return
+}
+
+func (c *whiteListController) Update(ctx context.Context, req *game.UpdateWhiteListReq) (res *game.UpdateWhiteListRes, err error) {
+ res = new(game.UpdateWhiteListRes)
+ res, err = serviceGame.GameWhiteList().Update(ctx, req)
+ return
+}
+
+func (c *whiteListController) Del(ctx context.Context, req *game.DelWhiteListReq) (res *game.DelWhiteListRes, err error) {
+ res = new(game.DelWhiteListRes)
+ res, err = serviceGame.GameWhiteList().Del(ctx, req)
+ return
+}
diff --git a/internal/controller/out_CCD.go b/internal/controller/out_CCD.go
new file mode 100644
index 0000000..cca0bf0
--- /dev/null
+++ b/internal/controller/out_CCD.go
@@ -0,0 +1,44 @@
+package controller
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/errors/gerror"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+ "tyj_admin/library/libUtils"
+ "tyj_admin/utils"
+)
+
+var OutCCD = outCcdController{}
+
+type outCcdController struct {
+ BaseController
+}
+
+func (c *outCcdController) AddCCD(ctx context.Context, req *game.AddOutCCDReq) (res *game.AddOutCCDRes, err error) {
+ ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("AddCCD ---》 ip: ", ip)
+ if !utils.TopIpWhiteList(ip) {
+ return nil, gerror.New("ip黑名单!")
+ }
+ /*
+ req1 := new(game.GetGameNoticeReq)
+ res1 := new(game.GetGameNoticeRes)
+ req1.NoticeType = 3
+ req1.Channel = req.ChannelType
+ res1, err = serviceGame.GameNotice().GetGameNotice(ctx, req1)
+ if res1.Status != 1 {
+ return nil, gerror.New("ip黑名单!")
+ }
+ */
+ reqn := new(game.AddCCDReq)
+ reqn.Ip = req.Ip
+ reqn.ChannelType = req.ChannelType
+ reqn.HotfixVersion = req.HotfixVersion
+ reqn.VersionName = req.VersionName
+ reqn.Platform = req.Platform
+ reqn.VersionCode = req.VersionCode
+ reqn.State = req.State
+ _, err = serviceGame.GameCCD().AddCCD(ctx, reqn)
+ return
+}
diff --git a/internal/controller/out_id.go b/internal/controller/out_id.go
new file mode 100644
index 0000000..131ab60
--- /dev/null
+++ b/internal/controller/out_id.go
@@ -0,0 +1,18 @@
+package controller
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame"
+)
+
+var OutId = outIdController{}
+
+type outIdController struct {
+ BaseController
+}
+
+func (c *outIdController) GetId(ctx context.Context, req *game.GetOutIdReq) (res *game.GetOutIdRes, err error) {
+ res, err = serviceGame.GamePub().GetId(ctx, req)
+ return
+}
diff --git a/internal/controller/sys_login.go b/internal/controller/sys_login.go
index 91d5771..42efd4f 100644
--- a/internal/controller/sys_login.go
+++ b/internal/controller/sys_login.go
@@ -10,7 +10,6 @@ package controller
import (
"context"
"github.com/gogf/gf/v2/crypto/gmd5"
- "github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/util/gconv"
"github.com/gogf/gf/v2/util/gmode"
@@ -35,16 +34,18 @@ func (c *loginController) Login(ctx context.Context, req *system.UserLoginReq) (
permissions []string
menuList []*model.UserMenus
)
+
//判断验证码是否正确
debug := gmode.IsDevelop()
if !debug {
- if !service.Captcha().VerifyString(req.VerifyKey, req.VerifyCode) {
- err = gerror.New("验证码输入错误")
- return
- }
+ //if !service.Captcha().VerifyString(req.VerifyKey, req.VerifyCode) {
+ // err = gerror.New("验证码输入错误")
+ // return
+ //}
}
ip := libUtils.GetClientIp(ctx)
userAgent := libUtils.GetUserAgent(ctx)
+
user, err = service.User().GetAdminUserByUsernamePassword(ctx, req)
if err != nil {
// 保存登录失败的日志信息
diff --git a/internal/dao/advertisement.go b/internal/dao/advertisement.go
new file mode 100644
index 0000000..d0cfa41
--- /dev/null
+++ b/internal/dao/advertisement.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalAdvertisementDao is internal type for wrapping internal DAO implements.
+type internalAdvertisementDao = *internal.AdvertisementDao
+
+// advertisementDao is the data access object for table advertisement.
+// You can define custom methods on it to extend its functionality as you wish.
+type advertisementDao struct {
+ internalAdvertisementDao
+}
+
+var (
+ // Advertisement is globally public accessible object for table advertisement operations.
+ Advertisement = advertisementDao{
+ internal.NewAdvertisementDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_black_list.go b/internal/dao/game_black_list.go
new file mode 100644
index 0000000..81b85ea
--- /dev/null
+++ b/internal/dao/game_black_list.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameBlackListDao is internal type for wrapping internal DAO implements.
+type internalGameBlackListDao = *internal.GameBlackListDao
+
+// gameBlackListDao is the data access object for table game_black_list.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameBlackListDao struct {
+ internalGameBlackListDao
+}
+
+var (
+ // GameBlackList is globally public accessible object for table game_black_list operations.
+ GameBlackList = gameBlackListDao{
+ internal.NewGameBlackListDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_bug_client.go b/internal/dao/game_bug_client.go
new file mode 100644
index 0000000..f3ce8c2
--- /dev/null
+++ b/internal/dao/game_bug_client.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameBugClientDao is internal type for wrapping internal DAO implements.
+type internalGameBugClientDao = *internal.GameBugClientDao
+
+// gameBugClientDao is the data access object for table game_bug_client.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameBugClientDao struct {
+ internalGameBugClientDao
+}
+
+var (
+ // GameBugClient is globally public accessible object for table game_bug_client operations.
+ GameBugClient = gameBugClientDao{
+ internal.NewGameBugClientDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_ccd_url.go b/internal/dao/game_ccd_url.go
new file mode 100644
index 0000000..2c00a46
--- /dev/null
+++ b/internal/dao/game_ccd_url.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameCcdUrlDao is internal type for wrapping internal DAO implements.
+type internalGameCcdUrlDao = *internal.GameCcdUrlDao
+
+// gameCcdUrlDao is the data access object for table game_ccd_url.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameCcdUrlDao struct {
+ internalGameCcdUrlDao
+}
+
+var (
+ // GameCcdUrl is globally public accessible object for table game_ccd_url operations.
+ GameCcdUrl = gameCcdUrlDao{
+ internal.NewGameCcdUrlDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_ccd_url_copy_1.go b/internal/dao/game_ccd_url_copy_1.go
new file mode 100644
index 0000000..fa83171
--- /dev/null
+++ b/internal/dao/game_ccd_url_copy_1.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameCcdUrlCopy1Dao is internal type for wrapping internal DAO implements.
+type internalGameCcdUrlCopy1Dao = *internal.GameCcdUrlCopy1Dao
+
+// gameCcdUrlCopy1Dao is the data access object for table game_ccd_url_copy1.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameCcdUrlCopy1Dao struct {
+ internalGameCcdUrlCopy1Dao
+}
+
+var (
+ // GameCcdUrlCopy1 is globally public accessible object for table game_ccd_url_copy1 operations.
+ GameCcdUrlCopy1 = gameCcdUrlCopy1Dao{
+ internal.NewGameCcdUrlCopy1Dao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_ccd_version.go b/internal/dao/game_ccd_version.go
new file mode 100644
index 0000000..e2f8a95
--- /dev/null
+++ b/internal/dao/game_ccd_version.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameCcdVersionDao is internal type for wrapping internal DAO implements.
+type internalGameCcdVersionDao = *internal.GameCcdVersionDao
+
+// gameCcdVersionDao is the data access object for table game_ccd_version.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameCcdVersionDao struct {
+ internalGameCcdVersionDao
+}
+
+var (
+ // GameCcdVersion is globally public accessible object for table game_ccd_version operations.
+ GameCcdVersion = gameCcdVersionDao{
+ internal.NewGameCcdVersionDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_cd_key.go b/internal/dao/game_cd_key.go
new file mode 100644
index 0000000..eb16fa2
--- /dev/null
+++ b/internal/dao/game_cd_key.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameCdKeyDao is internal type for wrapping internal DAO implements.
+type internalGameCdKeyDao = *internal.GameCdKeyDao
+
+// gameCdKeyDao is the data access object for table game_cd_key.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameCdKeyDao struct {
+ internalGameCdKeyDao
+}
+
+var (
+ // GameCdKey is globally public accessible object for table game_cd_key operations.
+ GameCdKey = gameCdKeyDao{
+ internal.NewGameCdKeyDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_cd_password.go b/internal/dao/game_cd_password.go
new file mode 100644
index 0000000..e4fcb01
--- /dev/null
+++ b/internal/dao/game_cd_password.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameCdPasswordDao is internal type for wrapping internal DAO implements.
+type internalGameCdPasswordDao = *internal.GameCdPasswordDao
+
+// gameCdPasswordDao is the data access object for table game_cd_password.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameCdPasswordDao struct {
+ internalGameCdPasswordDao
+}
+
+var (
+ // GameCdPassword is globally public accessible object for table game_cd_password operations.
+ GameCdPassword = gameCdPasswordDao{
+ internal.NewGameCdPasswordDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_channel_list.go b/internal/dao/game_channel_list.go
new file mode 100644
index 0000000..3d8437f
--- /dev/null
+++ b/internal/dao/game_channel_list.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameChannelListDao is internal type for wrapping internal DAO implements.
+type internalGameChannelListDao = *internal.GameChannelListDao
+
+// gameChannelListDao is the data access object for table game_channel_List.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameChannelListDao struct {
+ internalGameChannelListDao
+}
+
+var (
+ // GameChannelList is globally public accessible object for table game_channel_List operations.
+ GameChannelList = gameChannelListDao{
+ internal.NewGameChannelListDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_gift_exchange.go b/internal/dao/game_gift_exchange.go
new file mode 100644
index 0000000..32b5f5b
--- /dev/null
+++ b/internal/dao/game_gift_exchange.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameGiftExchangeDao is internal type for wrapping internal DAO implements.
+type internalGameGiftExchangeDao = *internal.GameGiftExchangeDao
+
+// gameGiftExchangeDao is the data access object for table game_gift_exchange.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameGiftExchangeDao struct {
+ internalGameGiftExchangeDao
+}
+
+var (
+ // GameGiftExchange is globally public accessible object for table game_gift_exchange operations.
+ GameGiftExchange = gameGiftExchangeDao{
+ internal.NewGameGiftExchangeDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_login_url.go b/internal/dao/game_login_url.go
new file mode 100644
index 0000000..c585b00
--- /dev/null
+++ b/internal/dao/game_login_url.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameLoginUrlDao is internal type for wrapping internal DAO implements.
+type internalGameLoginUrlDao = *internal.GameLoginUrlDao
+
+// gameLoginUrlDao is the data access object for table game_login_url.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameLoginUrlDao struct {
+ internalGameLoginUrlDao
+}
+
+var (
+ // GameLoginUrl is globally public accessible object for table game_login_url operations.
+ GameLoginUrl = gameLoginUrlDao{
+ internal.NewGameLoginUrlDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_mail.go b/internal/dao/game_mail.go
new file mode 100644
index 0000000..180cd10
--- /dev/null
+++ b/internal/dao/game_mail.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameMailDao is internal type for wrapping internal DAO implements.
+type internalGameMailDao = *internal.GameMailDao
+
+// gameMailDao is the data access object for table game_mail.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameMailDao struct {
+ internalGameMailDao
+}
+
+var (
+ // GameMail is globally public accessible object for table game_mail operations.
+ GameMail = gameMailDao{
+ internal.NewGameMailDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_notice_log.go b/internal/dao/game_notice_log.go
new file mode 100644
index 0000000..10e61f7
--- /dev/null
+++ b/internal/dao/game_notice_log.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameNoticeLogDao is internal type for wrapping internal DAO implements.
+type internalGameNoticeLogDao = *internal.GameNoticeLogDao
+
+// gameNoticeLogDao is the data access object for table game_notice_log.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameNoticeLogDao struct {
+ internalGameNoticeLogDao
+}
+
+var (
+ // GameNoticeLog is globally public accessible object for table game_notice_log operations.
+ GameNoticeLog = gameNoticeLogDao{
+ internal.NewGameNoticeLogDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_notice_model.go b/internal/dao/game_notice_model.go
new file mode 100644
index 0000000..e8bd1b8
--- /dev/null
+++ b/internal/dao/game_notice_model.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameNoticeModelDao is internal type for wrapping internal DAO implements.
+type internalGameNoticeModelDao = *internal.GameNoticeModelDao
+
+// gameNoticeModelDao is the data access object for table game_notice_model.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameNoticeModelDao struct {
+ internalGameNoticeModelDao
+}
+
+var (
+ // GameNoticeModel is globally public accessible object for table game_notice_model operations.
+ GameNoticeModel = gameNoticeModelDao{
+ internal.NewGameNoticeModelDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_online.go b/internal/dao/game_online.go
new file mode 100644
index 0000000..971358a
--- /dev/null
+++ b/internal/dao/game_online.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameOnlineDao is internal type for wrapping internal DAO implements.
+type internalGameOnlineDao = *internal.GameOnlineDao
+
+// gameOnlineDao is the data access object for table game_online.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameOnlineDao struct {
+ internalGameOnlineDao
+}
+
+var (
+ // GameOnline is globally public accessible object for table game_online operations.
+ GameOnline = gameOnlineDao{
+ internal.NewGameOnlineDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_recharge.go b/internal/dao/game_recharge.go
new file mode 100644
index 0000000..4977b22
--- /dev/null
+++ b/internal/dao/game_recharge.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRechargeDao is internal type for wrapping internal DAO implements.
+type internalGameRechargeDao = *internal.GameRechargeDao
+
+// gameRechargeDao is the data access object for table game_recharge.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRechargeDao struct {
+ internalGameRechargeDao
+}
+
+var (
+ // GameRecharge is globally public accessible object for table game_recharge operations.
+ GameRecharge = gameRechargeDao{
+ internal.NewGameRechargeDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_recharge_control.go b/internal/dao/game_recharge_control.go
new file mode 100644
index 0000000..2b8d52f
--- /dev/null
+++ b/internal/dao/game_recharge_control.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRechargeControlDao is internal type for wrapping internal DAO implements.
+type internalGameRechargeControlDao = *internal.GameRechargeControlDao
+
+// gameRechargeControlDao is the data access object for table game_recharge_control.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRechargeControlDao struct {
+ internalGameRechargeControlDao
+}
+
+var (
+ // GameRechargeControl is globally public accessible object for table game_recharge_control operations.
+ GameRechargeControl = gameRechargeControlDao{
+ internal.NewGameRechargeControlDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_recharge_copy_1.go b/internal/dao/game_recharge_copy_1.go
new file mode 100644
index 0000000..9793c0e
--- /dev/null
+++ b/internal/dao/game_recharge_copy_1.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRechargeCopy1Dao is internal type for wrapping internal DAO implements.
+type internalGameRechargeCopy1Dao = *internal.GameRechargeCopy1Dao
+
+// gameRechargeCopy1Dao is the data access object for table game_recharge_copy1.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRechargeCopy1Dao struct {
+ internalGameRechargeCopy1Dao
+}
+
+var (
+ // GameRechargeCopy1 is globally public accessible object for table game_recharge_copy1 operations.
+ GameRechargeCopy1 = gameRechargeCopy1Dao{
+ internal.NewGameRechargeCopy1Dao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_recharge_copy_2.go b/internal/dao/game_recharge_copy_2.go
new file mode 100644
index 0000000..154a035
--- /dev/null
+++ b/internal/dao/game_recharge_copy_2.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRechargeCopy2Dao is internal type for wrapping internal DAO implements.
+type internalGameRechargeCopy2Dao = *internal.GameRechargeCopy2Dao
+
+// gameRechargeCopy2Dao is the data access object for table game_recharge_copy2.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRechargeCopy2Dao struct {
+ internalGameRechargeCopy2Dao
+}
+
+var (
+ // GameRechargeCopy2 is globally public accessible object for table game_recharge_copy2 operations.
+ GameRechargeCopy2 = gameRechargeCopy2Dao{
+ internal.NewGameRechargeCopy2Dao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_recharge_log.go b/internal/dao/game_recharge_log.go
new file mode 100644
index 0000000..d7f4432
--- /dev/null
+++ b/internal/dao/game_recharge_log.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRechargeLogDao is internal type for wrapping internal DAO implements.
+type internalGameRechargeLogDao = *internal.GameRechargeLogDao
+
+// gameRechargeLogDao is the data access object for table game_recharge_log.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRechargeLogDao struct {
+ internalGameRechargeLogDao
+}
+
+var (
+ // GameRechargeLog is globally public accessible object for table game_recharge_log operations.
+ GameRechargeLog = gameRechargeLogDao{
+ internal.NewGameRechargeLogDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_recharge_rebate.go b/internal/dao/game_recharge_rebate.go
new file mode 100644
index 0000000..e1a6632
--- /dev/null
+++ b/internal/dao/game_recharge_rebate.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRechargeRebateDao is internal type for wrapping internal DAO implements.
+type internalGameRechargeRebateDao = *internal.GameRechargeRebateDao
+
+// gameRechargeRebateDao is the data access object for table game_recharge_rebate.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRechargeRebateDao struct {
+ internalGameRechargeRebateDao
+}
+
+var (
+ // GameRechargeRebate is globally public accessible object for table game_recharge_rebate operations.
+ GameRechargeRebate = gameRechargeRebateDao{
+ internal.NewGameRechargeRebateDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_register.go b/internal/dao/game_register.go
new file mode 100644
index 0000000..b69c963
--- /dev/null
+++ b/internal/dao/game_register.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameRegisterDao is internal type for wrapping internal DAO implements.
+type internalGameRegisterDao = *internal.GameRegisterDao
+
+// gameRegisterDao is the data access object for table game_register.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameRegisterDao struct {
+ internalGameRegisterDao
+}
+
+var (
+ // GameRegister is globally public accessible object for table game_register operations.
+ GameRegister = gameRegisterDao{
+ internal.NewGameRegisterDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_shop_log.go b/internal/dao/game_shop_log.go
new file mode 100644
index 0000000..86f543e
--- /dev/null
+++ b/internal/dao/game_shop_log.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameShopLogDao is internal type for wrapping internal DAO implements.
+type internalGameShopLogDao = *internal.GameShopLogDao
+
+// gameShopLogDao is the data access object for table game_shop_log.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameShopLogDao struct {
+ internalGameShopLogDao
+}
+
+var (
+ // GameShopLog is globally public accessible object for table game_shop_log operations.
+ GameShopLog = gameShopLogDao{
+ internal.NewGameShopLogDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_unit.go b/internal/dao/game_unit.go
new file mode 100644
index 0000000..11f173b
--- /dev/null
+++ b/internal/dao/game_unit.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameUnitDao is internal type for wrapping internal DAO implements.
+type internalGameUnitDao = *internal.GameUnitDao
+
+// gameUnitDao is the data access object for table game_unit.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameUnitDao struct {
+ internalGameUnitDao
+}
+
+var (
+ // GameUnit is globally public accessible object for table game_unit operations.
+ GameUnit = gameUnitDao{
+ internal.NewGameUnitDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_unit_copy_1.go b/internal/dao/game_unit_copy_1.go
new file mode 100644
index 0000000..68cfc02
--- /dev/null
+++ b/internal/dao/game_unit_copy_1.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameUnitCopy1Dao is internal type for wrapping internal DAO implements.
+type internalGameUnitCopy1Dao = *internal.GameUnitCopy1Dao
+
+// gameUnitCopy1Dao is the data access object for table game_unit_copy1.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameUnitCopy1Dao struct {
+ internalGameUnitCopy1Dao
+}
+
+var (
+ // GameUnitCopy1 is globally public accessible object for table game_unit_copy1 operations.
+ GameUnitCopy1 = gameUnitCopy1Dao{
+ internal.NewGameUnitCopy1Dao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_unit_copy_2.go b/internal/dao/game_unit_copy_2.go
new file mode 100644
index 0000000..31ef166
--- /dev/null
+++ b/internal/dao/game_unit_copy_2.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameUnitCopy2Dao is internal type for wrapping internal DAO implements.
+type internalGameUnitCopy2Dao = *internal.GameUnitCopy2Dao
+
+// gameUnitCopy2Dao is the data access object for table game_unit_copy2.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameUnitCopy2Dao struct {
+ internalGameUnitCopy2Dao
+}
+
+var (
+ // GameUnitCopy2 is globally public accessible object for table game_unit_copy2 operations.
+ GameUnitCopy2 = gameUnitCopy2Dao{
+ internal.NewGameUnitCopy2Dao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_version.go b/internal/dao/game_version.go
new file mode 100644
index 0000000..908b892
--- /dev/null
+++ b/internal/dao/game_version.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameVersionDao is internal type for wrapping internal DAO implements.
+type internalGameVersionDao = *internal.GameVersionDao
+
+// gameVersionDao is the data access object for table game_version.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameVersionDao struct {
+ internalGameVersionDao
+}
+
+var (
+ // GameVersion is globally public accessible object for table game_version operations.
+ GameVersion = gameVersionDao{
+ internal.NewGameVersionDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/game_white_list.go b/internal/dao/game_white_list.go
new file mode 100644
index 0000000..48f6282
--- /dev/null
+++ b/internal/dao/game_white_list.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalGameWhiteListDao is internal type for wrapping internal DAO implements.
+type internalGameWhiteListDao = *internal.GameWhiteListDao
+
+// gameWhiteListDao is the data access object for table game_white_list.
+// You can define custom methods on it to extend its functionality as you wish.
+type gameWhiteListDao struct {
+ internalGameWhiteListDao
+}
+
+var (
+ // GameWhiteList is globally public accessible object for table game_white_list operations.
+ GameWhiteList = gameWhiteListDao{
+ internal.NewGameWhiteListDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/internal/advertisement.go b/internal/dao/internal/advertisement.go
new file mode 100644
index 0000000..4b3ad94
--- /dev/null
+++ b/internal/dao/internal/advertisement.go
@@ -0,0 +1,121 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// AdvertisementDao is the data access object for table advertisement.
+type AdvertisementDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns AdvertisementColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// AdvertisementColumns defines and stores column names for table advertisement.
+type AdvertisementColumns struct {
+ Id string //
+ Idfa string //
+ Time string //
+ Ip string //
+ OrgId string //
+ OrgName string //
+ GameId string //
+ GameName string //
+ AdsetId string //
+ AdsetNet string //
+ DeviceBrand string //
+ DeviceModel string //
+ CreativeId string //
+ ConversionType string //
+ Device string //
+ OAID string //
+ Callback string //
+ TapTrackId string //
+ TapProjectId string //
+ ANID string //
+ IMEI string //
+ Once string //
+ Register string //
+ Recharge string //
+ Two string //
+}
+
+// advertisementColumns holds the columns for table advertisement.
+var advertisementColumns = AdvertisementColumns{
+ Id: "id",
+ Idfa: "idfa",
+ Time: "time",
+ Ip: "ip",
+ OrgId: "org_id",
+ OrgName: "org_name",
+ GameId: "game_id",
+ GameName: "game_name",
+ AdsetId: "adset_id",
+ AdsetNet: "adset_net",
+ DeviceBrand: "device_brand",
+ DeviceModel: "device_model",
+ CreativeId: "creative_id",
+ ConversionType: "conversion_type",
+ Device: "device",
+ OAID: "OAID",
+ Callback: "callback",
+ TapTrackId: "tap_track_id",
+ TapProjectId: "tap_project_id",
+ ANID: "ANID",
+ IMEI: "IMEI",
+ Once: "once",
+ Register: "register",
+ Recharge: "recharge",
+ Two: "two",
+}
+
+// NewAdvertisementDao creates and returns a new DAO object for table data access.
+func NewAdvertisementDao() *AdvertisementDao {
+ return &AdvertisementDao{
+ group: "default",
+ table: "advertisement",
+ columns: advertisementColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *AdvertisementDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *AdvertisementDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *AdvertisementDao) Columns() AdvertisementColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *AdvertisementDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *AdvertisementDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *AdvertisementDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_black_list.go b/internal/dao/internal/game_black_list.go
new file mode 100644
index 0000000..8541290
--- /dev/null
+++ b/internal/dao/internal/game_black_list.go
@@ -0,0 +1,75 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameBlackListDao is the data access object for table game_black_list.
+type GameBlackListDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameBlackListColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameBlackListColumns defines and stores column names for table game_black_list.
+type GameBlackListColumns struct {
+ Id string //
+ Ip string //
+}
+
+// gameBlackListColumns holds the columns for table game_black_list.
+var gameBlackListColumns = GameBlackListColumns{
+ Id: "id",
+ Ip: "ip",
+}
+
+// NewGameBlackListDao creates and returns a new DAO object for table data access.
+func NewGameBlackListDao() *GameBlackListDao {
+ return &GameBlackListDao{
+ group: "default",
+ table: "game_black_list",
+ columns: gameBlackListColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameBlackListDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameBlackListDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameBlackListDao) Columns() GameBlackListColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameBlackListDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameBlackListDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameBlackListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_bug_client.go b/internal/dao/internal/game_bug_client.go
new file mode 100644
index 0000000..6f27bda
--- /dev/null
+++ b/internal/dao/internal/game_bug_client.go
@@ -0,0 +1,97 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameBugClientDao is the data access object for table game_bug_client.
+type GameBugClientDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameBugClientColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameBugClientColumns defines and stores column names for table game_bug_client.
+type GameBugClientColumns struct {
+ Id string // 索引ID
+ State string // 0表示没处理,1表示已处理
+ Uid string // 桃谷id
+ CreateTime string // 创建时间
+ Bug string // bug详情
+ LogType string // 日志类型
+ StackTrace string // 堆栈信息
+ Channel string // 渠道
+ SubChannel string // 子渠道
+ DeviceModel string // 设备型号
+ DeviceType string // 设备类型
+ OperationSystem string // 操作系统
+ SystemMemorySize string // 系统内存大小
+}
+
+// gameBugClientColumns holds the columns for table game_bug_client.
+var gameBugClientColumns = GameBugClientColumns{
+ Id: "id",
+ State: "state",
+ Uid: "uid",
+ CreateTime: "create_time",
+ Bug: "bug",
+ LogType: "log_type",
+ StackTrace: "stack_trace",
+ Channel: "channel",
+ SubChannel: "sub_channel",
+ DeviceModel: "device_model",
+ DeviceType: "device_type",
+ OperationSystem: "operation_system",
+ SystemMemorySize: "system_memory_size",
+}
+
+// NewGameBugClientDao creates and returns a new DAO object for table data access.
+func NewGameBugClientDao() *GameBugClientDao {
+ return &GameBugClientDao{
+ group: "default",
+ table: "game_bug_client",
+ columns: gameBugClientColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameBugClientDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameBugClientDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameBugClientDao) Columns() GameBugClientColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameBugClientDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameBugClientDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameBugClientDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_ccd_url.go b/internal/dao/internal/game_ccd_url.go
new file mode 100644
index 0000000..828e6d4
--- /dev/null
+++ b/internal/dao/internal/game_ccd_url.go
@@ -0,0 +1,91 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCcdUrlDao is the data access object for table game_ccd_url.
+type GameCcdUrlDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameCcdUrlColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameCcdUrlColumns defines and stores column names for table game_ccd_url.
+type GameCcdUrlColumns struct {
+ Id string //
+ Platform string //
+ ChannelType string //
+ VersionName string //
+ VersionCode string //
+ Ip string //
+ HotfixVersion string //
+ VersionCompare string //
+ State string //
+ Url string //
+}
+
+// gameCcdUrlColumns holds the columns for table game_ccd_url.
+var gameCcdUrlColumns = GameCcdUrlColumns{
+ Id: "id",
+ Platform: "platform",
+ ChannelType: "channelType",
+ VersionName: "versionName",
+ VersionCode: "versionCode",
+ Ip: "ip",
+ HotfixVersion: "hotfixVersion",
+ VersionCompare: "versionCompare",
+ State: "state",
+ Url: "url",
+}
+
+// NewGameCcdUrlDao creates and returns a new DAO object for table data access.
+func NewGameCcdUrlDao() *GameCcdUrlDao {
+ return &GameCcdUrlDao{
+ group: "default",
+ table: "game_ccd_url",
+ columns: gameCcdUrlColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameCcdUrlDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameCcdUrlDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameCcdUrlDao) Columns() GameCcdUrlColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameCcdUrlDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameCcdUrlDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameCcdUrlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_ccd_url_copy_1.go b/internal/dao/internal/game_ccd_url_copy_1.go
new file mode 100644
index 0000000..1808d3d
--- /dev/null
+++ b/internal/dao/internal/game_ccd_url_copy_1.go
@@ -0,0 +1,91 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCcdUrlCopy1Dao is the data access object for table game_ccd_url_copy1.
+type GameCcdUrlCopy1Dao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameCcdUrlCopy1Columns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameCcdUrlCopy1Columns defines and stores column names for table game_ccd_url_copy1.
+type GameCcdUrlCopy1Columns struct {
+ Id string //
+ Platform string //
+ ChannelType string //
+ VersionName string //
+ VersionCode string //
+ Ip string //
+ HotfixVersion string //
+ VersionCompare string //
+ State string //
+ Url string //
+}
+
+// gameCcdUrlCopy1Columns holds the columns for table game_ccd_url_copy1.
+var gameCcdUrlCopy1Columns = GameCcdUrlCopy1Columns{
+ Id: "id",
+ Platform: "platform",
+ ChannelType: "channelType",
+ VersionName: "versionName",
+ VersionCode: "versionCode",
+ Ip: "ip",
+ HotfixVersion: "hotfixVersion",
+ VersionCompare: "versionCompare",
+ State: "state",
+ Url: "url",
+}
+
+// NewGameCcdUrlCopy1Dao creates and returns a new DAO object for table data access.
+func NewGameCcdUrlCopy1Dao() *GameCcdUrlCopy1Dao {
+ return &GameCcdUrlCopy1Dao{
+ group: "default",
+ table: "game_ccd_url_copy1",
+ columns: gameCcdUrlCopy1Columns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameCcdUrlCopy1Dao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameCcdUrlCopy1Dao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameCcdUrlCopy1Dao) Columns() GameCcdUrlCopy1Columns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameCcdUrlCopy1Dao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameCcdUrlCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameCcdUrlCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_ccd_version.go b/internal/dao/internal/game_ccd_version.go
new file mode 100644
index 0000000..a8f762e
--- /dev/null
+++ b/internal/dao/internal/game_ccd_version.go
@@ -0,0 +1,75 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCcdVersionDao is the data access object for table game_ccd_version.
+type GameCcdVersionDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameCcdVersionColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameCcdVersionColumns defines and stores column names for table game_ccd_version.
+type GameCcdVersionColumns struct {
+ Id string //
+ Data string //
+}
+
+// gameCcdVersionColumns holds the columns for table game_ccd_version.
+var gameCcdVersionColumns = GameCcdVersionColumns{
+ Id: "id",
+ Data: "data",
+}
+
+// NewGameCcdVersionDao creates and returns a new DAO object for table data access.
+func NewGameCcdVersionDao() *GameCcdVersionDao {
+ return &GameCcdVersionDao{
+ group: "default",
+ table: "game_ccd_version",
+ columns: gameCcdVersionColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameCcdVersionDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameCcdVersionDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameCcdVersionDao) Columns() GameCcdVersionColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameCcdVersionDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameCcdVersionDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameCcdVersionDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_cd_key.go b/internal/dao/internal/game_cd_key.go
new file mode 100644
index 0000000..440ed66
--- /dev/null
+++ b/internal/dao/internal/game_cd_key.go
@@ -0,0 +1,83 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCdKeyDao is the data access object for table game_cd_key.
+type GameCdKeyDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameCdKeyColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameCdKeyColumns defines and stores column names for table game_cd_key.
+type GameCdKeyColumns struct {
+ Id string //
+ Code string // 兑换码
+ ConfigId string //
+ Used string //
+ SeizeASeat string //
+ Time string //
+}
+
+// gameCdKeyColumns holds the columns for table game_cd_key.
+var gameCdKeyColumns = GameCdKeyColumns{
+ Id: "id",
+ Code: "code",
+ ConfigId: "configId",
+ Used: "used",
+ SeizeASeat: "seizeASeat",
+ Time: "time",
+}
+
+// NewGameCdKeyDao creates and returns a new DAO object for table data access.
+func NewGameCdKeyDao() *GameCdKeyDao {
+ return &GameCdKeyDao{
+ group: "default",
+ table: "game_cd_key",
+ columns: gameCdKeyColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameCdKeyDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameCdKeyDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameCdKeyDao) Columns() GameCdKeyColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameCdKeyDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameCdKeyDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameCdKeyDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_cd_password.go b/internal/dao/internal/game_cd_password.go
new file mode 100644
index 0000000..d797088
--- /dev/null
+++ b/internal/dao/internal/game_cd_password.go
@@ -0,0 +1,77 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCdPasswordDao is the data access object for table game_cd_password.
+type GameCdPasswordDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameCdPasswordColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameCdPasswordColumns defines and stores column names for table game_cd_password.
+type GameCdPasswordColumns struct {
+ Id string //
+ Account string // 用户名
+ ConfigId string // 配置id
+}
+
+// gameCdPasswordColumns holds the columns for table game_cd_password.
+var gameCdPasswordColumns = GameCdPasswordColumns{
+ Id: "id",
+ Account: "account",
+ ConfigId: "config_id",
+}
+
+// NewGameCdPasswordDao creates and returns a new DAO object for table data access.
+func NewGameCdPasswordDao() *GameCdPasswordDao {
+ return &GameCdPasswordDao{
+ group: "default",
+ table: "game_cd_password",
+ columns: gameCdPasswordColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameCdPasswordDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameCdPasswordDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameCdPasswordDao) Columns() GameCdPasswordColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameCdPasswordDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameCdPasswordDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameCdPasswordDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_channel_list.go b/internal/dao/internal/game_channel_list.go
new file mode 100644
index 0000000..ea3d96d
--- /dev/null
+++ b/internal/dao/internal/game_channel_list.go
@@ -0,0 +1,77 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameChannelListDao is the data access object for table game_channel_list.
+type GameChannelListDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameChannelListColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameChannelListColumns defines and stores column names for table game_channel_list.
+type GameChannelListColumns struct {
+ Id string //
+ Value string // 渠道号
+ Label string // 渠道名称
+}
+
+// gameChannelListColumns holds the columns for table game_channel_list.
+var gameChannelListColumns = GameChannelListColumns{
+ Id: "id",
+ Value: "value",
+ Label: "label",
+}
+
+// NewGameChannelListDao creates and returns a new DAO object for table data access.
+func NewGameChannelListDao() *GameChannelListDao {
+ return &GameChannelListDao{
+ group: "default",
+ table: "game_channel_list",
+ columns: gameChannelListColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameChannelListDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameChannelListDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameChannelListDao) Columns() GameChannelListColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameChannelListDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameChannelListDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameChannelListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_gift_exchange.go b/internal/dao/internal/game_gift_exchange.go
new file mode 100644
index 0000000..35f1d22
--- /dev/null
+++ b/internal/dao/internal/game_gift_exchange.go
@@ -0,0 +1,95 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameGiftExchangeDao is the data access object for table game_gift_exchange.
+type GameGiftExchangeDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameGiftExchangeColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameGiftExchangeColumns defines and stores column names for table game_gift_exchange.
+type GameGiftExchangeColumns struct {
+ Id string //
+ StartTime string //
+ StopTime string //
+ Name string //
+ Channel string //
+ Password string //
+ Times string //
+ Type string //
+ Num string //
+ Filename string //
+ FileState string //
+ Rewards string //
+}
+
+// gameGiftExchangeColumns holds the columns for table game_gift_exchange.
+var gameGiftExchangeColumns = GameGiftExchangeColumns{
+ Id: "id",
+ StartTime: "start_time",
+ StopTime: "stop_time",
+ Name: "name",
+ Channel: "channel",
+ Password: "password",
+ Times: "times",
+ Type: "type",
+ Num: "num",
+ Filename: "filename",
+ FileState: "file_state",
+ Rewards: "rewards",
+}
+
+// NewGameGiftExchangeDao creates and returns a new DAO object for table data access.
+func NewGameGiftExchangeDao() *GameGiftExchangeDao {
+ return &GameGiftExchangeDao{
+ group: "default",
+ table: "game_gift_exchange",
+ columns: gameGiftExchangeColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameGiftExchangeDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameGiftExchangeDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameGiftExchangeDao) Columns() GameGiftExchangeColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameGiftExchangeDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameGiftExchangeDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameGiftExchangeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_login_url.go b/internal/dao/internal/game_login_url.go
new file mode 100644
index 0000000..de32591
--- /dev/null
+++ b/internal/dao/internal/game_login_url.go
@@ -0,0 +1,95 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameLoginUrlDao is the data access object for table game_login_url.
+type GameLoginUrlDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameLoginUrlColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameLoginUrlColumns defines and stores column names for table game_login_url.
+type GameLoginUrlColumns struct {
+ Id string // 100+为外网id
+ Host string //
+ Port string //
+ State string // 服务器状态,1-正常,2-维护,3-白名单ip优先加渠道,4-黑名单渠道优先
+ Recommend string // 推荐,1-推荐,0-不推荐
+ Name string // 名称
+ Difficulty string // 难度,1-简单,2-困难
+ RechargeHost string //
+ RechargePort string //
+ Area string // 区服
+ IsShow string // 1-可见,0-不可见
+ Channel string // 固定渠道
+}
+
+// gameLoginUrlColumns holds the columns for table game_login_url.
+var gameLoginUrlColumns = GameLoginUrlColumns{
+ Id: "id",
+ Host: "host",
+ Port: "port",
+ State: "state",
+ Recommend: "recommend",
+ Name: "name",
+ Difficulty: "difficulty",
+ RechargeHost: "rechargeHost",
+ RechargePort: "rechargePort",
+ Area: "area",
+ IsShow: "isShow",
+ Channel: "channel",
+}
+
+// NewGameLoginUrlDao creates and returns a new DAO object for table data access.
+func NewGameLoginUrlDao() *GameLoginUrlDao {
+ return &GameLoginUrlDao{
+ group: "default",
+ table: "game_login_url",
+ columns: gameLoginUrlColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameLoginUrlDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameLoginUrlDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameLoginUrlDao) Columns() GameLoginUrlColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameLoginUrlDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameLoginUrlDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameLoginUrlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_mail.go b/internal/dao/internal/game_mail.go
new file mode 100644
index 0000000..15d3193
--- /dev/null
+++ b/internal/dao/internal/game_mail.go
@@ -0,0 +1,99 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameMailDao is the data access object for table game_mail.
+type GameMailDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameMailColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameMailColumns defines and stores column names for table game_mail.
+type GameMailColumns struct {
+ Id string //
+ ServerId string //
+ CDate string //
+ Form string //
+ Type string //
+ Expired string //
+ Validday string //
+ Time string //
+ NewGet string //
+ Title string //
+ Content string //
+ Drop string //
+ OwnerId string //
+ Send string //
+}
+
+// gameMailColumns holds the columns for table game_mail.
+var gameMailColumns = GameMailColumns{
+ Id: "id",
+ ServerId: "serverId",
+ CDate: "c_date",
+ Form: "form",
+ Type: "type",
+ Expired: "expired",
+ Validday: "validday",
+ Time: "time",
+ NewGet: "newGet",
+ Title: "title",
+ Content: "content",
+ Drop: "drop",
+ OwnerId: "ownerId",
+ Send: "send",
+}
+
+// NewGameMailDao creates and returns a new DAO object for table data access.
+func NewGameMailDao() *GameMailDao {
+ return &GameMailDao{
+ group: "default",
+ table: "game_mail",
+ columns: gameMailColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameMailDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameMailDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameMailDao) Columns() GameMailColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameMailDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameMailDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameMailDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_notice.go b/internal/dao/internal/game_notice.go
index aa1708d..fa72849 100644
--- a/internal/dao/internal/game_notice.go
+++ b/internal/dao/internal/game_notice.go
@@ -21,10 +21,11 @@ type GameNoticeDao struct {
// GameNoticeColumns defines and stores column names for table game_notice.
type GameNoticeColumns struct {
Id string // 索引ID
- NoticeType string // 公告类型:1表示维护公告,2表示登录公告
+ NoticeType string // 公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告
Channel string // 渠道号:第三方的登录渠道
Content string //
Status string // 1.正常,2.白名单,3.维护
+ CDate string // 公告创建时间
}
// gameNoticeColumns holds the columns for table game_notice.
@@ -34,6 +35,7 @@ var gameNoticeColumns = GameNoticeColumns{
Channel: "channel",
Content: "content",
Status: "status",
+ CDate: "c_date",
}
// NewGameNoticeDao creates and returns a new DAO object for table data access.
diff --git a/internal/dao/internal/game_notice_log.go b/internal/dao/internal/game_notice_log.go
new file mode 100644
index 0000000..7072b17
--- /dev/null
+++ b/internal/dao/internal/game_notice_log.go
@@ -0,0 +1,93 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameNoticeLogDao is the data access object for table game_notice_log.
+type GameNoticeLogDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameNoticeLogColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameNoticeLogColumns defines and stores column names for table game_notice_log.
+type GameNoticeLogColumns struct {
+ Id string // 索引ID
+ NoticeId string // notice表id
+ NoticeType string // 公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告
+ Channel string // 渠道号:第三方的登录渠道
+ Content string //
+ Status string // 1.正常,2.白名单,3.维护
+ SendTime string // 延时发送
+ CDate string // 公告创建时间
+ ServerId string //
+ Uids string //
+ PopType string // 1.强制退出,2.普通弹窗
+}
+
+// gameNoticeLogColumns holds the columns for table game_notice_log.
+var gameNoticeLogColumns = GameNoticeLogColumns{
+ Id: "id",
+ NoticeId: "notice_id",
+ NoticeType: "notice_type",
+ Channel: "channel",
+ Content: "content",
+ Status: "status",
+ SendTime: "send_time",
+ CDate: "c_date",
+ ServerId: "server_id",
+ Uids: "uids",
+ PopType: "pop_type",
+}
+
+// NewGameNoticeLogDao creates and returns a new DAO object for table data access.
+func NewGameNoticeLogDao() *GameNoticeLogDao {
+ return &GameNoticeLogDao{
+ group: "default",
+ table: "game_notice_log",
+ columns: gameNoticeLogColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameNoticeLogDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameNoticeLogDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameNoticeLogDao) Columns() GameNoticeLogColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameNoticeLogDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameNoticeLogDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameNoticeLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_notice_model.go b/internal/dao/internal/game_notice_model.go
new file mode 100644
index 0000000..56d043f
--- /dev/null
+++ b/internal/dao/internal/game_notice_model.go
@@ -0,0 +1,81 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameNoticeModelDao is the data access object for table game_notice_model.
+type GameNoticeModelDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameNoticeModelColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameNoticeModelColumns defines and stores column names for table game_notice_model.
+type GameNoticeModelColumns struct {
+ Id string //
+ Title string //
+ Content string //
+ NoticeType string // 1-弹窗公告,2-登录公告,3-维护公告;
+ ModelType string // 1-公告头,2-维护补偿
+}
+
+// gameNoticeModelColumns holds the columns for table game_notice_model.
+var gameNoticeModelColumns = GameNoticeModelColumns{
+ Id: "id",
+ Title: "title",
+ Content: "content",
+ NoticeType: "notice_type",
+ ModelType: "model_type",
+}
+
+// NewGameNoticeModelDao creates and returns a new DAO object for table data access.
+func NewGameNoticeModelDao() *GameNoticeModelDao {
+ return &GameNoticeModelDao{
+ group: "default",
+ table: "game_notice_model",
+ columns: gameNoticeModelColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameNoticeModelDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameNoticeModelDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameNoticeModelDao) Columns() GameNoticeModelColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameNoticeModelDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameNoticeModelDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameNoticeModelDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_online.go b/internal/dao/internal/game_online.go
new file mode 100644
index 0000000..910a5bf
--- /dev/null
+++ b/internal/dao/internal/game_online.go
@@ -0,0 +1,81 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameOnlineDao is the data access object for table game_online.
+type GameOnlineDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameOnlineColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameOnlineColumns defines and stores column names for table game_online.
+type GameOnlineColumns struct {
+ Id string //
+ Channel string // 渠道
+ Server string // 区服
+ Num string // 在线数量
+ Date string //
+}
+
+// gameOnlineColumns holds the columns for table game_online.
+var gameOnlineColumns = GameOnlineColumns{
+ Id: "id",
+ Channel: "channel",
+ Server: "server",
+ Num: "num",
+ Date: "date",
+}
+
+// NewGameOnlineDao creates and returns a new DAO object for table data access.
+func NewGameOnlineDao() *GameOnlineDao {
+ return &GameOnlineDao{
+ group: "default",
+ table: "game_online",
+ columns: gameOnlineColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameOnlineDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameOnlineDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameOnlineDao) Columns() GameOnlineColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameOnlineDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameOnlineDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameOnlineDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_recharge.go b/internal/dao/internal/game_recharge.go
new file mode 100644
index 0000000..5cbc829
--- /dev/null
+++ b/internal/dao/internal/game_recharge.go
@@ -0,0 +1,105 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeDao is the data access object for table game_recharge.
+type GameRechargeDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRechargeColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRechargeColumns defines and stores column names for table game_recharge.
+type GameRechargeColumns struct {
+ Id string //
+ UnitId string // 账号
+ Channel string // 渠道
+ Server string // 区服
+ Amount string // 充值金额
+ CreateTime string // 记录创建时间
+ ExternalCreateTime string // 订单创建时间
+ PayTime string // 订单支付时间
+ Status string // 订单状态:1-成功,2-失败,3-创建,
+ Config string // 配置Id
+ TradeNo string // 游戏方订单号
+ ExternalTradeNo string // 第三方订单号
+ TradeStatus string // 第三方订单状态
+ BuyerId string //
+ Platform string // 充值平台
+ Remark string // 手动修改成功理由
+ Receipt string //
+}
+
+// gameRechargeColumns holds the columns for table game_recharge.
+var gameRechargeColumns = GameRechargeColumns{
+ Id: "id",
+ UnitId: "unitId",
+ Channel: "channel",
+ Server: "server",
+ Amount: "amount",
+ CreateTime: "createTime",
+ ExternalCreateTime: "externalCreateTime",
+ PayTime: "payTime",
+ Status: "status",
+ Config: "config",
+ TradeNo: "tradeNo",
+ ExternalTradeNo: "externalTradeNo",
+ TradeStatus: "tradeStatus",
+ BuyerId: "buyerId",
+ Platform: "platform",
+ Remark: "remark",
+ Receipt: "receipt",
+}
+
+// NewGameRechargeDao creates and returns a new DAO object for table data access.
+func NewGameRechargeDao() *GameRechargeDao {
+ return &GameRechargeDao{
+ group: "default",
+ table: "game_recharge",
+ columns: gameRechargeColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRechargeDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRechargeDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRechargeDao) Columns() GameRechargeColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRechargeDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRechargeDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRechargeDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_recharge_control.go b/internal/dao/internal/game_recharge_control.go
new file mode 100644
index 0000000..fee760a
--- /dev/null
+++ b/internal/dao/internal/game_recharge_control.go
@@ -0,0 +1,75 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeControlDao is the data access object for table game_recharge_control.
+type GameRechargeControlDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRechargeControlColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRechargeControlColumns defines and stores column names for table game_recharge_control.
+type GameRechargeControlColumns struct {
+ Id string //
+ Channel string //
+}
+
+// gameRechargeControlColumns holds the columns for table game_recharge_control.
+var gameRechargeControlColumns = GameRechargeControlColumns{
+ Id: "id",
+ Channel: "channel",
+}
+
+// NewGameRechargeControlDao creates and returns a new DAO object for table data access.
+func NewGameRechargeControlDao() *GameRechargeControlDao {
+ return &GameRechargeControlDao{
+ group: "default",
+ table: "game_recharge_control",
+ columns: gameRechargeControlColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRechargeControlDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRechargeControlDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRechargeControlDao) Columns() GameRechargeControlColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRechargeControlDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRechargeControlDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRechargeControlDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_recharge_copy_1.go b/internal/dao/internal/game_recharge_copy_1.go
new file mode 100644
index 0000000..212a470
--- /dev/null
+++ b/internal/dao/internal/game_recharge_copy_1.go
@@ -0,0 +1,105 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeCopy1Dao is the data access object for table game_recharge_copy1.
+type GameRechargeCopy1Dao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRechargeCopy1Columns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRechargeCopy1Columns defines and stores column names for table game_recharge_copy1.
+type GameRechargeCopy1Columns struct {
+ Id string //
+ UnitId string // 账号
+ Channel string // 渠道
+ Server string // 区服
+ Amount string // 充值金额
+ CreateTime string // 记录创建时间
+ ExternalCreateTime string // 订单创建时间
+ PayTime string // 订单支付时间
+ Status string // 订单状态:1-成功,2-失败,3-创建,
+ Config string // 配置Id
+ TradeNo string // 游戏方订单号
+ ExternalTradeNo string // 第三方订单号
+ TradeStatus string // 第三方订单状态
+ BuyerId string //
+ Platform string // 充值平台
+ Remark string // 手动修改成功理由
+ Receipt string //
+}
+
+// gameRechargeCopy1Columns holds the columns for table game_recharge_copy1.
+var gameRechargeCopy1Columns = GameRechargeCopy1Columns{
+ Id: "id",
+ UnitId: "unitId",
+ Channel: "channel",
+ Server: "server",
+ Amount: "amount",
+ CreateTime: "createTime",
+ ExternalCreateTime: "externalCreateTime",
+ PayTime: "payTime",
+ Status: "status",
+ Config: "config",
+ TradeNo: "tradeNo",
+ ExternalTradeNo: "externalTradeNo",
+ TradeStatus: "tradeStatus",
+ BuyerId: "buyerId",
+ Platform: "platform",
+ Remark: "remark",
+ Receipt: "receipt",
+}
+
+// NewGameRechargeCopy1Dao creates and returns a new DAO object for table data access.
+func NewGameRechargeCopy1Dao() *GameRechargeCopy1Dao {
+ return &GameRechargeCopy1Dao{
+ group: "default",
+ table: "game_recharge_copy1",
+ columns: gameRechargeCopy1Columns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRechargeCopy1Dao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRechargeCopy1Dao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRechargeCopy1Dao) Columns() GameRechargeCopy1Columns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRechargeCopy1Dao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRechargeCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRechargeCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_recharge_copy_2.go b/internal/dao/internal/game_recharge_copy_2.go
new file mode 100644
index 0000000..d58739d
--- /dev/null
+++ b/internal/dao/internal/game_recharge_copy_2.go
@@ -0,0 +1,103 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeCopy2Dao is the data access object for table game_recharge_copy2.
+type GameRechargeCopy2Dao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRechargeCopy2Columns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRechargeCopy2Columns defines and stores column names for table game_recharge_copy2.
+type GameRechargeCopy2Columns struct {
+ Id string //
+ UnitId string // 账号
+ Channel string // 渠道
+ Server string // 区服
+ Amount string // 充值金额
+ CreateTime string // 记录创建时间
+ ExternalCreateTime string // 订单创建时间
+ PayTime string // 订单支付时间
+ Status string // 订单状态:1-创建, 2-成功, 3-失效, 100-失败,
+ Config string // 配置Id
+ TradeNo string // 游戏方订单号
+ ExternalTradeNo string // 第三方订单号
+ TradeStatus string // 第三方订单状态
+ BuyerId string //
+ Platform string // 充值平台
+ Remark string // 手动修改成功理由
+}
+
+// gameRechargeCopy2Columns holds the columns for table game_recharge_copy2.
+var gameRechargeCopy2Columns = GameRechargeCopy2Columns{
+ Id: "id",
+ UnitId: "unitId",
+ Channel: "channel",
+ Server: "server",
+ Amount: "amount",
+ CreateTime: "createTime",
+ ExternalCreateTime: "externalCreateTime",
+ PayTime: "payTime",
+ Status: "status",
+ Config: "config",
+ TradeNo: "tradeNo",
+ ExternalTradeNo: "externalTradeNo",
+ TradeStatus: "tradeStatus",
+ BuyerId: "buyerId",
+ Platform: "platform",
+ Remark: "remark",
+}
+
+// NewGameRechargeCopy2Dao creates and returns a new DAO object for table data access.
+func NewGameRechargeCopy2Dao() *GameRechargeCopy2Dao {
+ return &GameRechargeCopy2Dao{
+ group: "default",
+ table: "game_recharge_copy2",
+ columns: gameRechargeCopy2Columns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRechargeCopy2Dao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRechargeCopy2Dao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRechargeCopy2Dao) Columns() GameRechargeCopy2Columns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRechargeCopy2Dao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRechargeCopy2Dao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRechargeCopy2Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_recharge_log.go b/internal/dao/internal/game_recharge_log.go
new file mode 100644
index 0000000..625327d
--- /dev/null
+++ b/internal/dao/internal/game_recharge_log.go
@@ -0,0 +1,91 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeLogDao is the data access object for table game_recharge_log.
+type GameRechargeLogDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRechargeLogColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRechargeLogColumns defines and stores column names for table game_recharge_log.
+type GameRechargeLogColumns struct {
+ Id string //
+ UnitId string // 账号
+ Channel string // 渠道
+ Server string // 区服
+ Amount string // 充值金额
+ Config string // 配置Id
+ CreateTime string // 记录创建时间
+ TradeNo string // 游戏方订单号
+ Remark string // 手动修改成功理由
+ User string // 操作员
+}
+
+// gameRechargeLogColumns holds the columns for table game_recharge_log.
+var gameRechargeLogColumns = GameRechargeLogColumns{
+ Id: "id",
+ UnitId: "unitId",
+ Channel: "channel",
+ Server: "server",
+ Amount: "amount",
+ Config: "config",
+ CreateTime: "createTime",
+ TradeNo: "tradeNo",
+ Remark: "remark",
+ User: "user",
+}
+
+// NewGameRechargeLogDao creates and returns a new DAO object for table data access.
+func NewGameRechargeLogDao() *GameRechargeLogDao {
+ return &GameRechargeLogDao{
+ group: "default",
+ table: "game_recharge_log",
+ columns: gameRechargeLogColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRechargeLogDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRechargeLogDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRechargeLogDao) Columns() GameRechargeLogColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRechargeLogDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRechargeLogDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRechargeLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_recharge_rebate.go b/internal/dao/internal/game_recharge_rebate.go
new file mode 100644
index 0000000..18fbb9c
--- /dev/null
+++ b/internal/dao/internal/game_recharge_rebate.go
@@ -0,0 +1,77 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeRebateDao is the data access object for table game_recharge_rebate.
+type GameRechargeRebateDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRechargeRebateColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRechargeRebateColumns defines and stores column names for table game_recharge_rebate.
+type GameRechargeRebateColumns struct {
+ Id string //
+ Account string //
+ Channel string //
+}
+
+// gameRechargeRebateColumns holds the columns for table game_recharge_rebate.
+var gameRechargeRebateColumns = GameRechargeRebateColumns{
+ Id: "_id",
+ Account: "account",
+ Channel: "channel",
+}
+
+// NewGameRechargeRebateDao creates and returns a new DAO object for table data access.
+func NewGameRechargeRebateDao() *GameRechargeRebateDao {
+ return &GameRechargeRebateDao{
+ group: "default",
+ table: "game_recharge_rebate",
+ columns: gameRechargeRebateColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRechargeRebateDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRechargeRebateDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRechargeRebateDao) Columns() GameRechargeRebateColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRechargeRebateDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRechargeRebateDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRechargeRebateDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_register.go b/internal/dao/internal/game_register.go
new file mode 100644
index 0000000..340866a
--- /dev/null
+++ b/internal/dao/internal/game_register.go
@@ -0,0 +1,85 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRegisterDao is the data access object for table game_register.
+type GameRegisterDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameRegisterColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameRegisterColumns defines and stores column names for table game_register.
+type GameRegisterColumns struct {
+ Id string //
+ Account string //
+ Channel string // 渠道:0-无,
+ CreateTime string // 账号创建时间
+ CreateType string // 创建:1-账密,2-qq,3-微信,4-gm,
+ Platform string // 类型:1-android,2-ios,3-gm,
+ Server string //
+}
+
+// gameRegisterColumns holds the columns for table game_register.
+var gameRegisterColumns = GameRegisterColumns{
+ Id: "id",
+ Account: "account",
+ Channel: "channel",
+ CreateTime: "create_time",
+ CreateType: "create_type",
+ Platform: "platform",
+ Server: "server",
+}
+
+// NewGameRegisterDao creates and returns a new DAO object for table data access.
+func NewGameRegisterDao() *GameRegisterDao {
+ return &GameRegisterDao{
+ group: "default",
+ table: "game_register",
+ columns: gameRegisterColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameRegisterDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameRegisterDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameRegisterDao) Columns() GameRegisterColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameRegisterDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameRegisterDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameRegisterDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_shop_log.go b/internal/dao/internal/game_shop_log.go
new file mode 100644
index 0000000..862c326
--- /dev/null
+++ b/internal/dao/internal/game_shop_log.go
@@ -0,0 +1,83 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameShopLogDao is the data access object for table game_shop_log.
+type GameShopLogDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameShopLogColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameShopLogColumns defines and stores column names for table game_shop_log.
+type GameShopLogColumns struct {
+ Id string //
+ Uid string //
+ ItemId string //
+ Num string //
+ Price string // 价格
+ CDate string //
+}
+
+// gameShopLogColumns holds the columns for table game_shop_log.
+var gameShopLogColumns = GameShopLogColumns{
+ Id: "id",
+ Uid: "uid",
+ ItemId: "itemId",
+ Num: "num",
+ Price: "price",
+ CDate: "c_date",
+}
+
+// NewGameShopLogDao creates and returns a new DAO object for table data access.
+func NewGameShopLogDao() *GameShopLogDao {
+ return &GameShopLogDao{
+ group: "default",
+ table: "game_shop_log",
+ columns: gameShopLogColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameShopLogDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameShopLogDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameShopLogDao) Columns() GameShopLogColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameShopLogDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameShopLogDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameShopLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_unit.go b/internal/dao/internal/game_unit.go
new file mode 100644
index 0000000..3f8e1f8
--- /dev/null
+++ b/internal/dao/internal/game_unit.go
@@ -0,0 +1,103 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameUnitDao is the data access object for table game_unit.
+type GameUnitDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameUnitColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameUnitColumns defines and stores column names for table game_unit.
+type GameUnitColumns struct {
+ Id string //
+ Account string // 账号
+ Channel string // 渠道
+ Uid string // 账号Id
+ Server string // 区服
+ Scale string // 规模
+ Name string // 桃谷名称
+ LogTime string //
+ CreateTime string // 账号创建时间
+ VillagerNum string // 村民数量
+ Prosperity string // 繁荣值
+ GoldIngot string // 桃花石
+ BaseFood string // 基础食物
+ Day string // 游戏天数
+ Recharge string // 充值
+ OAID string //
+}
+
+// gameUnitColumns holds the columns for table game_unit.
+var gameUnitColumns = GameUnitColumns{
+ Id: "id",
+ Account: "account",
+ Channel: "channel",
+ Uid: "uid",
+ Server: "server",
+ Scale: "scale",
+ Name: "name",
+ LogTime: "logTime",
+ CreateTime: "create_time",
+ VillagerNum: "villager_num",
+ Prosperity: "prosperity",
+ GoldIngot: "goldIngot",
+ BaseFood: "base_food",
+ Day: "day",
+ Recharge: "recharge",
+ OAID: "OAID",
+}
+
+// NewGameUnitDao creates and returns a new DAO object for table data access.
+func NewGameUnitDao() *GameUnitDao {
+ return &GameUnitDao{
+ group: "default",
+ table: "game_unit",
+ columns: gameUnitColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameUnitDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameUnitDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameUnitDao) Columns() GameUnitColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameUnitDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameUnitDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameUnitDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_unit_copy_1.go b/internal/dao/internal/game_unit_copy_1.go
new file mode 100644
index 0000000..4b25da5
--- /dev/null
+++ b/internal/dao/internal/game_unit_copy_1.go
@@ -0,0 +1,103 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameUnitCopy1Dao is the data access object for table game_unit_copy1.
+type GameUnitCopy1Dao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameUnitCopy1Columns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameUnitCopy1Columns defines and stores column names for table game_unit_copy1.
+type GameUnitCopy1Columns struct {
+ Id string //
+ Account string // 账号
+ Channel string // 渠道
+ Uid string // 账号Id
+ Server string // 区服
+ Scale string // 规模
+ Name string // 桃谷名称
+ LogTime string //
+ CreateTime string // 账号创建时间
+ VillagerNum string // 村民数量
+ Prosperity string // 繁荣值
+ GoldIngot string // 桃花石
+ BaseFood string // 基础食物
+ Day string // 游戏天数
+ Recharge string // 充值
+ OAID string //
+}
+
+// gameUnitCopy1Columns holds the columns for table game_unit_copy1.
+var gameUnitCopy1Columns = GameUnitCopy1Columns{
+ Id: "id",
+ Account: "account",
+ Channel: "channel",
+ Uid: "uid",
+ Server: "server",
+ Scale: "scale",
+ Name: "name",
+ LogTime: "logTime",
+ CreateTime: "create_time",
+ VillagerNum: "villager_num",
+ Prosperity: "prosperity",
+ GoldIngot: "goldIngot",
+ BaseFood: "base_food",
+ Day: "day",
+ Recharge: "recharge",
+ OAID: "OAID",
+}
+
+// NewGameUnitCopy1Dao creates and returns a new DAO object for table data access.
+func NewGameUnitCopy1Dao() *GameUnitCopy1Dao {
+ return &GameUnitCopy1Dao{
+ group: "default",
+ table: "game_unit_copy1",
+ columns: gameUnitCopy1Columns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameUnitCopy1Dao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameUnitCopy1Dao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameUnitCopy1Dao) Columns() GameUnitCopy1Columns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameUnitCopy1Dao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameUnitCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameUnitCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_unit_copy_2.go b/internal/dao/internal/game_unit_copy_2.go
new file mode 100644
index 0000000..63ff13a
--- /dev/null
+++ b/internal/dao/internal/game_unit_copy_2.go
@@ -0,0 +1,101 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameUnitCopy2Dao is the data access object for table game_unit_copy2.
+type GameUnitCopy2Dao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameUnitCopy2Columns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameUnitCopy2Columns defines and stores column names for table game_unit_copy2.
+type GameUnitCopy2Columns struct {
+ Id string //
+ Account string //
+ Channel string //
+ Uid string //
+ Server string //
+ Scale string //
+ Name string //
+ LogTime string //
+ CreateTime string // 账号创建时间
+ VillagerNum string // 村民数量
+ Prosperity string // 繁荣值
+ GoldIngot string // 桃花石
+ BaseFood string // 基础食物
+ Day string // 游戏天数
+ Recharge string // 充值
+}
+
+// gameUnitCopy2Columns holds the columns for table game_unit_copy2.
+var gameUnitCopy2Columns = GameUnitCopy2Columns{
+ Id: "id",
+ Account: "account",
+ Channel: "channel",
+ Uid: "uid",
+ Server: "server",
+ Scale: "scale",
+ Name: "name",
+ LogTime: "logTime",
+ CreateTime: "create_time",
+ VillagerNum: "villager_num",
+ Prosperity: "prosperity",
+ GoldIngot: "goldIngot",
+ BaseFood: "base_food",
+ Day: "day",
+ Recharge: "recharge",
+}
+
+// NewGameUnitCopy2Dao creates and returns a new DAO object for table data access.
+func NewGameUnitCopy2Dao() *GameUnitCopy2Dao {
+ return &GameUnitCopy2Dao{
+ group: "default",
+ table: "game_unit_copy2",
+ columns: gameUnitCopy2Columns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameUnitCopy2Dao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameUnitCopy2Dao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameUnitCopy2Dao) Columns() GameUnitCopy2Columns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameUnitCopy2Dao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameUnitCopy2Dao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameUnitCopy2Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_version.go b/internal/dao/internal/game_version.go
new file mode 100644
index 0000000..9ea1040
--- /dev/null
+++ b/internal/dao/internal/game_version.go
@@ -0,0 +1,77 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameVersionDao is the data access object for table game_version.
+type GameVersionDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameVersionColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameVersionColumns defines and stores column names for table game_version.
+type GameVersionColumns struct {
+ Id string //
+ Channel string //
+ Version string //
+}
+
+// gameVersionColumns holds the columns for table game_version.
+var gameVersionColumns = GameVersionColumns{
+ Id: "id",
+ Channel: "channel",
+ Version: "version",
+}
+
+// NewGameVersionDao creates and returns a new DAO object for table data access.
+func NewGameVersionDao() *GameVersionDao {
+ return &GameVersionDao{
+ group: "default",
+ table: "game_version",
+ columns: gameVersionColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameVersionDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameVersionDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameVersionDao) Columns() GameVersionColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameVersionDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameVersionDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameVersionDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/game_white_list.go b/internal/dao/internal/game_white_list.go
new file mode 100644
index 0000000..13f6431
--- /dev/null
+++ b/internal/dao/internal/game_white_list.go
@@ -0,0 +1,75 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameWhiteListDao is the data access object for table game_white_list.
+type GameWhiteListDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns GameWhiteListColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// GameWhiteListColumns defines and stores column names for table game_white_list.
+type GameWhiteListColumns struct {
+ Id string //
+ Ip string //
+}
+
+// gameWhiteListColumns holds the columns for table game_white_list.
+var gameWhiteListColumns = GameWhiteListColumns{
+ Id: "id",
+ Ip: "ip",
+}
+
+// NewGameWhiteListDao creates and returns a new DAO object for table data access.
+func NewGameWhiteListDao() *GameWhiteListDao {
+ return &GameWhiteListDao{
+ group: "default",
+ table: "game_white_list",
+ columns: gameWhiteListColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *GameWhiteListDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *GameWhiteListDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *GameWhiteListDao) Columns() GameWhiteListColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *GameWhiteListDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *GameWhiteListDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *GameWhiteListDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/item_income_expense_records.go b/internal/dao/internal/item_income_expense_records.go
new file mode 100644
index 0000000..4928db1
--- /dev/null
+++ b/internal/dao/internal/item_income_expense_records.go
@@ -0,0 +1,89 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// ItemIncomeExpenseRecordsDao is the data access object for table item_income_expense_records.
+type ItemIncomeExpenseRecordsDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns ItemIncomeExpenseRecordsColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// ItemIncomeExpenseRecordsColumns defines and stores column names for table item_income_expense_records.
+type ItemIncomeExpenseRecordsColumns struct {
+ Id string // 唯一
+ Uid string // 账号
+ ItemId string // 物品Id
+ Num string // 数量
+ Way string // 消耗途径
+ State string // 1:消耗,2:增加
+ AddTime string // 添加时间
+ CTime string // 创建记录时间
+ Server string // 区服
+}
+
+// itemIncomeExpenseRecordsColumns holds the columns for table item_income_expense_records.
+var itemIncomeExpenseRecordsColumns = ItemIncomeExpenseRecordsColumns{
+ Id: "id",
+ Uid: "uid",
+ ItemId: "item_id",
+ Num: "num",
+ Way: "way",
+ State: "state",
+ AddTime: "add_time",
+ CTime: "c_time",
+ Server: "server",
+}
+
+// NewItemIncomeExpenseRecordsDao creates and returns a new DAO object for table data access.
+func NewItemIncomeExpenseRecordsDao() *ItemIncomeExpenseRecordsDao {
+ return &ItemIncomeExpenseRecordsDao{
+ group: "default",
+ table: "item_income_expense_records",
+ columns: itemIncomeExpenseRecordsColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *ItemIncomeExpenseRecordsDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *ItemIncomeExpenseRecordsDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *ItemIncomeExpenseRecordsDao) Columns() ItemIncomeExpenseRecordsColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *ItemIncomeExpenseRecordsDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *ItemIncomeExpenseRecordsDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *ItemIncomeExpenseRecordsDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/login_logout_info.go b/internal/dao/internal/login_logout_info.go
new file mode 100644
index 0000000..b9afede
--- /dev/null
+++ b/internal/dao/internal/login_logout_info.go
@@ -0,0 +1,97 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// LoginLogoutInfoDao is the data access object for table login_logout_info.
+type LoginLogoutInfoDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns LoginLogoutInfoColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// LoginLogoutInfoColumns defines and stores column names for table login_logout_info.
+type LoginLogoutInfoColumns struct {
+ Id string //
+ Uid string //
+ State string // 1: 登录,2: 登出
+ CDate string //
+ GameTime string // 游戏时间
+ Scale string // 规模
+ VillagerNum string // 村民数量
+ Prosperity string // 繁荣值
+ Copper string // 铜币
+ GoldIngot string // 桃花石
+ BaseFood string // 基础食物
+ Day string // 游戏天数
+ Server string // 区服
+}
+
+// loginLogoutInfoColumns holds the columns for table login_logout_info.
+var loginLogoutInfoColumns = LoginLogoutInfoColumns{
+ Id: "id",
+ Uid: "uid",
+ State: "state",
+ CDate: "c_date",
+ GameTime: "game_time",
+ Scale: "scale",
+ VillagerNum: "villager_num",
+ Prosperity: "prosperity",
+ Copper: "copper",
+ GoldIngot: "goldIngot",
+ BaseFood: "base_food",
+ Day: "day",
+ Server: "server",
+}
+
+// NewLoginLogoutInfoDao creates and returns a new DAO object for table data access.
+func NewLoginLogoutInfoDao() *LoginLogoutInfoDao {
+ return &LoginLogoutInfoDao{
+ group: "default",
+ table: "login_logout_info",
+ columns: loginLogoutInfoColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *LoginLogoutInfoDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *LoginLogoutInfoDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *LoginLogoutInfoDao) Columns() LoginLogoutInfoColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *LoginLogoutInfoDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *LoginLogoutInfoDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *LoginLogoutInfoDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/login_out_log.go b/internal/dao/internal/login_out_log.go
new file mode 100644
index 0000000..1f7d327
--- /dev/null
+++ b/internal/dao/internal/login_out_log.go
@@ -0,0 +1,81 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// LoginOutLogDao is the data access object for table login_out_log.
+type LoginOutLogDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns LoginOutLogColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// LoginOutLogColumns defines and stores column names for table login_out_log.
+type LoginOutLogColumns struct {
+ Id string //
+ Uid string //
+ CDate string //
+ EDate string //
+ Server string //
+}
+
+// loginOutLogColumns holds the columns for table login_out_log.
+var loginOutLogColumns = LoginOutLogColumns{
+ Id: "id",
+ Uid: "uid",
+ CDate: "c_date",
+ EDate: "e_date",
+ Server: "server",
+}
+
+// NewLoginOutLogDao creates and returns a new DAO object for table data access.
+func NewLoginOutLogDao() *LoginOutLogDao {
+ return &LoginOutLogDao{
+ group: "default",
+ table: "login_out_log",
+ columns: loginOutLogColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *LoginOutLogDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *LoginOutLogDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *LoginOutLogDao) Columns() LoginOutLogColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *LoginOutLogDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *LoginOutLogDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *LoginOutLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/sys_auth_rule_copy_1.go b/internal/dao/internal/sys_auth_rule_copy_1.go
new file mode 100644
index 0000000..194c4b9
--- /dev/null
+++ b/internal/dao/internal/sys_auth_rule_copy_1.go
@@ -0,0 +1,115 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// SysAuthRuleCopy1Dao is the data access object for table sys_auth_rule_copy1.
+type SysAuthRuleCopy1Dao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns SysAuthRuleCopy1Columns // columns contains all the column names of Table for convenient usage.
+}
+
+// SysAuthRuleCopy1Columns defines and stores column names for table sys_auth_rule_copy1.
+type SysAuthRuleCopy1Columns struct {
+ Id string //
+ Pid string // 父ID
+ Name string // 规则名称
+ Title string // 规则名称
+ Icon string // 图标
+ Condition string // 条件
+ Remark string // 备注
+ MenuType string // 类型 0目录 1菜单 2按钮
+ Weigh string // 权重
+ IsHide string // 显示状态
+ Path string // 路由地址
+ Component string // 组件路径
+ IsLink string // 是否外链 1是 0否
+ ModuleType string // 所属模块
+ ModelId string // 模型ID
+ IsIframe string // 是否内嵌iframe
+ IsCached string // 是否缓存
+ Redirect string // 路由重定向地址
+ IsAffix string // 是否固定
+ LinkUrl string // 链接地址
+ CreatedAt string // 创建日期
+ UpdatedAt string // 修改日期
+}
+
+// sysAuthRuleCopy1Columns holds the columns for table sys_auth_rule_copy1.
+var sysAuthRuleCopy1Columns = SysAuthRuleCopy1Columns{
+ Id: "id",
+ Pid: "pid",
+ Name: "name",
+ Title: "title",
+ Icon: "icon",
+ Condition: "condition",
+ Remark: "remark",
+ MenuType: "menu_type",
+ Weigh: "weigh",
+ IsHide: "is_hide",
+ Path: "path",
+ Component: "component",
+ IsLink: "is_link",
+ ModuleType: "module_type",
+ ModelId: "model_id",
+ IsIframe: "is_iframe",
+ IsCached: "is_cached",
+ Redirect: "redirect",
+ IsAffix: "is_affix",
+ LinkUrl: "link_url",
+ CreatedAt: "created_at",
+ UpdatedAt: "updated_at",
+}
+
+// NewSysAuthRuleCopy1Dao creates and returns a new DAO object for table data access.
+func NewSysAuthRuleCopy1Dao() *SysAuthRuleCopy1Dao {
+ return &SysAuthRuleCopy1Dao{
+ group: "default",
+ table: "sys_auth_rule_copy1",
+ columns: sysAuthRuleCopy1Columns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *SysAuthRuleCopy1Dao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *SysAuthRuleCopy1Dao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *SysAuthRuleCopy1Dao) Columns() SysAuthRuleCopy1Columns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *SysAuthRuleCopy1Dao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *SysAuthRuleCopy1Dao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *SysAuthRuleCopy1Dao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/internal/web_operate_log.go b/internal/dao/internal/web_operate_log.go
new file mode 100644
index 0000000..d9dbc20
--- /dev/null
+++ b/internal/dao/internal/web_operate_log.go
@@ -0,0 +1,87 @@
+// ==========================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// ==========================================================================
+
+package internal
+
+import (
+ "context"
+
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// WebOperateLogDao is the data access object for table web_operate_log.
+type WebOperateLogDao struct {
+ table string // table is the underlying table name of the DAO.
+ group string // group is the database configuration group name of current DAO.
+ columns WebOperateLogColumns // columns contains all the column names of Table for convenient usage.
+}
+
+// WebOperateLogColumns defines and stores column names for table web_operate_log.
+type WebOperateLogColumns struct {
+ Id string //
+ FuncName string // 调用功能
+ Ip string // 使用者ip
+ Ct string // 记录创建时间
+ Content string // 内容
+ ReqJson string // 请求内容
+ CbData string // 回调内容
+ UserName string // 操作账号
+}
+
+// webOperateLogColumns holds the columns for table web_operate_log.
+var webOperateLogColumns = WebOperateLogColumns{
+ Id: "id",
+ FuncName: "funcName",
+ Ip: "ip",
+ Ct: "ct",
+ Content: "content",
+ ReqJson: "reqJson",
+ CbData: "cbData",
+ UserName: "userName",
+}
+
+// NewWebOperateLogDao creates and returns a new DAO object for table data access.
+func NewWebOperateLogDao() *WebOperateLogDao {
+ return &WebOperateLogDao{
+ group: "default",
+ table: "web_operate_log",
+ columns: webOperateLogColumns,
+ }
+}
+
+// DB retrieves and returns the underlying raw database management object of current DAO.
+func (dao *WebOperateLogDao) DB() gdb.DB {
+ return g.DB(dao.group)
+}
+
+// Table returns the table name of current dao.
+func (dao *WebOperateLogDao) Table() string {
+ return dao.table
+}
+
+// Columns returns all column names of current dao.
+func (dao *WebOperateLogDao) Columns() WebOperateLogColumns {
+ return dao.columns
+}
+
+// Group returns the configuration group name of database of current dao.
+func (dao *WebOperateLogDao) Group() string {
+ return dao.group
+}
+
+// Ctx creates and returns the Model for current DAO, It automatically sets the context for current operation.
+func (dao *WebOperateLogDao) Ctx(ctx context.Context) *gdb.Model {
+ return dao.DB().Model(dao.table).Safe().Ctx(ctx)
+}
+
+// Transaction wraps the transaction logic using function f.
+// It rollbacks the transaction and returns the error from function f if it returns non-nil error.
+// It commits the transaction and returns nil if function f returns nil.
+//
+// Note that, you should not Commit or Rollback the transaction in function f
+// as it is automatically handled by this function.
+func (dao *WebOperateLogDao) Transaction(ctx context.Context, f func(ctx context.Context, tx *gdb.TX) error) (err error) {
+ return dao.Ctx(ctx).Transaction(ctx, f)
+}
diff --git a/internal/dao/item_income_expense_records.go b/internal/dao/item_income_expense_records.go
new file mode 100644
index 0000000..d2ceaee
--- /dev/null
+++ b/internal/dao/item_income_expense_records.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalItemIncomeExpenseRecordsDao is internal type for wrapping internal DAO implements.
+type internalItemIncomeExpenseRecordsDao = *internal.ItemIncomeExpenseRecordsDao
+
+// itemIncomeExpenseRecordsDao is the data access object for table item_income_expense_records.
+// You can define custom methods on it to extend its functionality as you wish.
+type itemIncomeExpenseRecordsDao struct {
+ internalItemIncomeExpenseRecordsDao
+}
+
+var (
+ // ItemIncomeExpenseRecords is globally public accessible object for table item_income_expense_records operations.
+ ItemIncomeExpenseRecords = itemIncomeExpenseRecordsDao{
+ internal.NewItemIncomeExpenseRecordsDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/login_logout_info.go b/internal/dao/login_logout_info.go
new file mode 100644
index 0000000..13db53b
--- /dev/null
+++ b/internal/dao/login_logout_info.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalLoginLogoutInfoDao is internal type for wrapping internal DAO implements.
+type internalLoginLogoutInfoDao = *internal.LoginLogoutInfoDao
+
+// loginLogoutInfoDao is the data access object for table login_logout_info.
+// You can define custom methods on it to extend its functionality as you wish.
+type loginLogoutInfoDao struct {
+ internalLoginLogoutInfoDao
+}
+
+var (
+ // LoginLogoutInfo is globally public accessible object for table login_logout_info operations.
+ LoginLogoutInfo = loginLogoutInfoDao{
+ internal.NewLoginLogoutInfoDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/login_out_log.go b/internal/dao/login_out_log.go
new file mode 100644
index 0000000..9255464
--- /dev/null
+++ b/internal/dao/login_out_log.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalLoginOutLogDao is internal type for wrapping internal DAO implements.
+type internalLoginOutLogDao = *internal.LoginOutLogDao
+
+// loginOutLogDao is the data access object for table login_out_log.
+// You can define custom methods on it to extend its functionality as you wish.
+type loginOutLogDao struct {
+ internalLoginOutLogDao
+}
+
+var (
+ // LoginOutLog is globally public accessible object for table login_out_log operations.
+ LoginOutLog = loginOutLogDao{
+ internal.NewLoginOutLogDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/sys_auth_rule_copy_1.go b/internal/dao/sys_auth_rule_copy_1.go
new file mode 100644
index 0000000..1c62844
--- /dev/null
+++ b/internal/dao/sys_auth_rule_copy_1.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalSysAuthRuleCopy1Dao is internal type for wrapping internal DAO implements.
+type internalSysAuthRuleCopy1Dao = *internal.SysAuthRuleCopy1Dao
+
+// sysAuthRuleCopy1Dao is the data access object for table sys_auth_rule_copy1.
+// You can define custom methods on it to extend its functionality as you wish.
+type sysAuthRuleCopy1Dao struct {
+ internalSysAuthRuleCopy1Dao
+}
+
+var (
+ // SysAuthRuleCopy1 is globally public accessible object for table sys_auth_rule_copy1 operations.
+ SysAuthRuleCopy1 = sysAuthRuleCopy1Dao{
+ internal.NewSysAuthRuleCopy1Dao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/dao/web_operate_log.go b/internal/dao/web_operate_log.go
new file mode 100644
index 0000000..26972c0
--- /dev/null
+++ b/internal/dao/web_operate_log.go
@@ -0,0 +1,27 @@
+// =================================================================================
+// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
+// =================================================================================
+
+package dao
+
+import (
+ "tyj_admin/internal/dao/internal"
+)
+
+// internalWebOperateLogDao is internal type for wrapping internal DAO implements.
+type internalWebOperateLogDao = *internal.WebOperateLogDao
+
+// webOperateLogDao is the data access object for table web_operate_log.
+// You can define custom methods on it to extend its functionality as you wish.
+type webOperateLogDao struct {
+ internalWebOperateLogDao
+}
+
+var (
+ // WebOperateLog is globally public accessible object for table web_operate_log operations.
+ WebOperateLog = webOperateLogDao{
+ internal.NewWebOperateLogDao(),
+ }
+)
+
+// Fill with you ideas below.
diff --git a/internal/model/do/advertisement.go b/internal/model/do/advertisement.go
new file mode 100644
index 0000000..26e1931
--- /dev/null
+++ b/internal/model/do/advertisement.go
@@ -0,0 +1,39 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// Advertisement is the golang structure of table advertisement for DAO operations like Where/Data.
+type Advertisement struct {
+ g.Meta `orm:"table:advertisement, do:true"`
+ Id interface{} //
+ Idfa interface{} //
+ Time interface{} //
+ Ip interface{} //
+ OrgId interface{} //
+ OrgName interface{} //
+ GameId interface{} //
+ GameName interface{} //
+ AdsetId interface{} //
+ AdsetNet interface{} //
+ DeviceBrand interface{} //
+ DeviceModel interface{} //
+ CreativeId interface{} //
+ ConversionType interface{} //
+ Device interface{} //
+ OAID interface{} //
+ Callback interface{} //
+ TapTrackId interface{} //
+ TapProjectId interface{} //
+ ANID interface{} //
+ IMEI interface{} //
+ Once interface{} //
+ Register interface{} //
+ Recharge interface{} //
+ Two interface{} //
+}
diff --git a/internal/model/do/game_black_list.go b/internal/model/do/game_black_list.go
new file mode 100644
index 0000000..74d08a7
--- /dev/null
+++ b/internal/model/do/game_black_list.go
@@ -0,0 +1,16 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameBlackList is the golang structure of table game_black_list for DAO operations like Where/Data.
+type GameBlackList struct {
+ g.Meta `orm:"table:game_black_list, do:true"`
+ Id interface{} //
+ Ip interface{} //
+}
diff --git a/internal/model/do/game_bug_client.go b/internal/model/do/game_bug_client.go
new file mode 100644
index 0000000..be768bf
--- /dev/null
+++ b/internal/model/do/game_bug_client.go
@@ -0,0 +1,28 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameBugClient is the golang structure of table game_bug_client for DAO operations like Where/Data.
+type GameBugClient struct {
+ g.Meta `orm:"table:game_bug_client, do:true"`
+ Id interface{} // 索引ID
+ State interface{} // 0表示没处理,1表示已处理
+ Uid interface{} // 桃谷id
+ CreateTime *gtime.Time // 创建时间
+ Bug interface{} // bug详情
+ LogType interface{} // 日志类型
+ StackTrace interface{} // 堆栈信息
+ Channel interface{} // 渠道
+ SubChannel interface{} // 子渠道
+ DeviceModel interface{} // 设备型号
+ DeviceType interface{} // 设备类型
+ OperationSystem interface{} // 操作系统
+ SystemMemorySize interface{} // 系统内存大小
+}
diff --git a/internal/model/do/game_ccd_url.go b/internal/model/do/game_ccd_url.go
new file mode 100644
index 0000000..347a4f7
--- /dev/null
+++ b/internal/model/do/game_ccd_url.go
@@ -0,0 +1,24 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCcdUrl is the golang structure of table game_ccd_url for DAO operations like Where/Data.
+type GameCcdUrl struct {
+ g.Meta `orm:"table:game_ccd_url, do:true"`
+ Id interface{} //
+ Platform interface{} //
+ ChannelType interface{} //
+ VersionName interface{} //
+ VersionCode interface{} //
+ Ip interface{} //
+ HotfixVersion interface{} //
+ VersionCompare interface{} //
+ State interface{} //
+ Url interface{} //
+}
diff --git a/internal/model/do/game_ccd_url_copy_1.go b/internal/model/do/game_ccd_url_copy_1.go
new file mode 100644
index 0000000..988253c
--- /dev/null
+++ b/internal/model/do/game_ccd_url_copy_1.go
@@ -0,0 +1,24 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCcdUrlCopy1 is the golang structure of table game_ccd_url_copy1 for DAO operations like Where/Data.
+type GameCcdUrlCopy1 struct {
+ g.Meta `orm:"table:game_ccd_url_copy1, do:true"`
+ Id interface{} //
+ Platform interface{} //
+ ChannelType interface{} //
+ VersionName interface{} //
+ VersionCode interface{} //
+ Ip interface{} //
+ HotfixVersion interface{} //
+ VersionCompare interface{} //
+ State interface{} //
+ Url interface{} //
+}
diff --git a/internal/model/do/game_ccd_version.go b/internal/model/do/game_ccd_version.go
new file mode 100644
index 0000000..c32072a
--- /dev/null
+++ b/internal/model/do/game_ccd_version.go
@@ -0,0 +1,16 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCcdVersion is the golang structure of table game_ccd_version for DAO operations like Where/Data.
+type GameCcdVersion struct {
+ g.Meta `orm:"table:game_ccd_version, do:true"`
+ Id interface{} //
+ Data interface{} //
+}
diff --git a/internal/model/do/game_cd_key.go b/internal/model/do/game_cd_key.go
new file mode 100644
index 0000000..a7c2874
--- /dev/null
+++ b/internal/model/do/game_cd_key.go
@@ -0,0 +1,20 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCdKey is the golang structure of table game_cd_key for DAO operations like Where/Data.
+type GameCdKey struct {
+ g.Meta `orm:"table:game_cd_key, do:true"`
+ Id interface{} //
+ Code interface{} // 兑换码
+ ConfigId interface{} //
+ Used interface{} //
+ SeizeASeat interface{} //
+ Time interface{} //
+}
diff --git a/internal/model/do/game_cd_password.go b/internal/model/do/game_cd_password.go
new file mode 100644
index 0000000..80d02b1
--- /dev/null
+++ b/internal/model/do/game_cd_password.go
@@ -0,0 +1,17 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameCdPassword is the golang structure of table game_cd_password for DAO operations like Where/Data.
+type GameCdPassword struct {
+ g.Meta `orm:"table:game_cd_password, do:true"`
+ Id interface{} //
+ Account interface{} // 用户名
+ ConfigId interface{} // 配置id
+}
diff --git a/internal/model/do/game_channel_list.go b/internal/model/do/game_channel_list.go
new file mode 100644
index 0000000..1facc33
--- /dev/null
+++ b/internal/model/do/game_channel_list.go
@@ -0,0 +1,17 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameChannelList is the golang structure of table game_channel_list for DAO operations like Where/Data.
+type GameChannelList struct {
+ g.Meta `orm:"table:game_channel_list, do:true"`
+ Id interface{} //
+ Value interface{} // 渠道号
+ Label interface{} // 渠道名称
+}
diff --git a/internal/model/do/game_gift_exchange.go b/internal/model/do/game_gift_exchange.go
new file mode 100644
index 0000000..b8b67bd
--- /dev/null
+++ b/internal/model/do/game_gift_exchange.go
@@ -0,0 +1,26 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameGiftExchange is the golang structure of table game_gift_exchange for DAO operations like Where/Data.
+type GameGiftExchange struct {
+ g.Meta `orm:"table:game_gift_exchange, do:true"`
+ Id interface{} //
+ StartTime interface{} //
+ StopTime interface{} //
+ Name interface{} //
+ Channel interface{} //
+ Password interface{} //
+ Times interface{} //
+ Type interface{} //
+ Num interface{} //
+ Filename interface{} //
+ FileState interface{} //
+ Rewards interface{} //
+}
diff --git a/internal/model/do/game_login_url.go b/internal/model/do/game_login_url.go
new file mode 100644
index 0000000..cf6fd86
--- /dev/null
+++ b/internal/model/do/game_login_url.go
@@ -0,0 +1,26 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameLoginUrl is the golang structure of table game_login_url for DAO operations like Where/Data.
+type GameLoginUrl struct {
+ g.Meta `orm:"table:game_login_url, do:true"`
+ Id interface{} // 100+为外网id
+ Host interface{} //
+ Port interface{} //
+ State interface{} // 服务器状态,1-正常,2-维护,3-白名单ip优先加渠道,4-黑名单渠道优先
+ Recommend interface{} // 推荐,1-推荐,0-不推荐
+ Name interface{} // 名称
+ Difficulty interface{} // 难度,1-简单,2-困难
+ RechargeHost interface{} //
+ RechargePort interface{} //
+ Area interface{} // 区服
+ IsShow interface{} // 1-可见,0-不可见
+ Channel interface{} // 固定渠道
+}
diff --git a/internal/model/do/game_mail.go b/internal/model/do/game_mail.go
new file mode 100644
index 0000000..d432111
--- /dev/null
+++ b/internal/model/do/game_mail.go
@@ -0,0 +1,28 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameMail is the golang structure of table game_mail for DAO operations like Where/Data.
+type GameMail struct {
+ g.Meta `orm:"table:game_mail, do:true"`
+ Id interface{} //
+ ServerId interface{} //
+ CDate interface{} //
+ Form interface{} //
+ Type interface{} //
+ Expired interface{} //
+ Validday interface{} //
+ Time interface{} //
+ NewGet interface{} //
+ Title interface{} //
+ Content interface{} //
+ Drop interface{} //
+ OwnerId interface{} //
+ Send interface{} //
+}
diff --git a/internal/model/do/game_notice.go b/internal/model/do/game_notice.go
index 2f75da6..15a56c4 100644
--- a/internal/model/do/game_notice.go
+++ b/internal/model/do/game_notice.go
@@ -12,8 +12,9 @@ import (
type GameNotice struct {
g.Meta `orm:"table:game_notice, do:true"`
Id interface{} // 索引ID
- NoticeType interface{} // 公告类型:1表示维护公告,2表示登录公告
+ NoticeType interface{} // 公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告
Channel interface{} // 渠道号:第三方的登录渠道
Content interface{} //
Status interface{} // 1.正常,2.白名单,3.维护
+ CDate interface{} // 公告创建时间
}
diff --git a/internal/model/do/game_notice_log.go b/internal/model/do/game_notice_log.go
new file mode 100644
index 0000000..b2f7657
--- /dev/null
+++ b/internal/model/do/game_notice_log.go
@@ -0,0 +1,26 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameNoticeLog is the golang structure of table game_notice_log for DAO operations like Where/Data.
+type GameNoticeLog struct {
+ g.Meta `orm:"table:game_notice_log, do:true"`
+ Id interface{} // 索引ID
+ NoticeId interface{} // notice表id
+ NoticeType interface{} // 公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告
+ Channel interface{} // 渠道号:第三方的登录渠道
+ Content interface{} //
+ Status interface{} // 1.正常,2.白名单,3.维护
+ SendTime interface{} // 延时发送
+ CDate *gtime.Time // 公告创建时间
+ ServerId interface{} //
+ Uids interface{} //
+ PopType interface{} // 1.强制退出,2.普通弹窗
+}
diff --git a/internal/model/do/game_notice_model.go b/internal/model/do/game_notice_model.go
new file mode 100644
index 0000000..6697a4f
--- /dev/null
+++ b/internal/model/do/game_notice_model.go
@@ -0,0 +1,19 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameNoticeModel is the golang structure of table game_notice_model for DAO operations like Where/Data.
+type GameNoticeModel struct {
+ g.Meta `orm:"table:game_notice_model, do:true"`
+ Id interface{} //
+ Title interface{} //
+ Content interface{} //
+ NoticeType interface{} // 1-弹窗公告,2-登录公告,3-维护公告;
+ ModelType interface{} // 1-公告头,2-维护补偿
+}
diff --git a/internal/model/do/game_online.go b/internal/model/do/game_online.go
new file mode 100644
index 0000000..508c9a5
--- /dev/null
+++ b/internal/model/do/game_online.go
@@ -0,0 +1,20 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameOnline is the golang structure of table game_online for DAO operations like Where/Data.
+type GameOnline struct {
+ g.Meta `orm:"table:game_online, do:true"`
+ Id interface{} //
+ Channel interface{} // 渠道
+ Server interface{} // 区服
+ Num interface{} // 在线数量
+ Date *gtime.Time //
+}
diff --git a/internal/model/do/game_recharge.go b/internal/model/do/game_recharge.go
new file mode 100644
index 0000000..6a3650f
--- /dev/null
+++ b/internal/model/do/game_recharge.go
@@ -0,0 +1,32 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRecharge is the golang structure of table game_recharge for DAO operations like Where/Data.
+type GameRecharge struct {
+ g.Meta `orm:"table:game_recharge, do:true"`
+ Id interface{} //
+ UnitId interface{} // 账号
+ Channel interface{} // 渠道
+ Server interface{} // 区服
+ Amount interface{} // 充值金额
+ CreateTime *gtime.Time // 记录创建时间
+ ExternalCreateTime *gtime.Time // 订单创建时间
+ PayTime *gtime.Time // 订单支付时间
+ Status interface{} // 订单状态:1-成功,2-失败,3-创建,
+ Config interface{} // 配置Id
+ TradeNo interface{} // 游戏方订单号
+ ExternalTradeNo interface{} // 第三方订单号
+ TradeStatus interface{} // 第三方订单状态
+ BuyerId interface{} //
+ Platform interface{} // 充值平台
+ Remark interface{} // 手动修改成功理由
+ Receipt interface{} //
+}
diff --git a/internal/model/do/game_recharge_control.go b/internal/model/do/game_recharge_control.go
new file mode 100644
index 0000000..1a9936d
--- /dev/null
+++ b/internal/model/do/game_recharge_control.go
@@ -0,0 +1,16 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeControl is the golang structure of table game_recharge_control for DAO operations like Where/Data.
+type GameRechargeControl struct {
+ g.Meta `orm:"table:game_recharge_control, do:true"`
+ Id interface{} //
+ Channel interface{} //
+}
diff --git a/internal/model/do/game_recharge_copy_1.go b/internal/model/do/game_recharge_copy_1.go
new file mode 100644
index 0000000..991e539
--- /dev/null
+++ b/internal/model/do/game_recharge_copy_1.go
@@ -0,0 +1,32 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRechargeCopy1 is the golang structure of table game_recharge_copy1 for DAO operations like Where/Data.
+type GameRechargeCopy1 struct {
+ g.Meta `orm:"table:game_recharge_copy1, do:true"`
+ Id interface{} //
+ UnitId interface{} // 账号
+ Channel interface{} // 渠道
+ Server interface{} // 区服
+ Amount interface{} // 充值金额
+ CreateTime *gtime.Time // 记录创建时间
+ ExternalCreateTime *gtime.Time // 订单创建时间
+ PayTime *gtime.Time // 订单支付时间
+ Status interface{} // 订单状态:1-成功,2-失败,3-创建,
+ Config interface{} // 配置Id
+ TradeNo interface{} // 游戏方订单号
+ ExternalTradeNo interface{} // 第三方订单号
+ TradeStatus interface{} // 第三方订单状态
+ BuyerId interface{} //
+ Platform interface{} // 充值平台
+ Remark interface{} // 手动修改成功理由
+ Receipt interface{} //
+}
diff --git a/internal/model/do/game_recharge_copy_2.go b/internal/model/do/game_recharge_copy_2.go
new file mode 100644
index 0000000..ebf54e5
--- /dev/null
+++ b/internal/model/do/game_recharge_copy_2.go
@@ -0,0 +1,31 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRechargeCopy2 is the golang structure of table game_recharge_copy2 for DAO operations like Where/Data.
+type GameRechargeCopy2 struct {
+ g.Meta `orm:"table:game_recharge_copy2, do:true"`
+ Id interface{} //
+ UnitId interface{} // 账号
+ Channel interface{} // 渠道
+ Server interface{} // 区服
+ Amount interface{} // 充值金额
+ CreateTime *gtime.Time // 记录创建时间
+ ExternalCreateTime *gtime.Time // 订单创建时间
+ PayTime *gtime.Time // 订单支付时间
+ Status interface{} // 订单状态:1-创建, 2-成功, 3-失效, 100-失败,
+ Config interface{} // 配置Id
+ TradeNo interface{} // 游戏方订单号
+ ExternalTradeNo interface{} // 第三方订单号
+ TradeStatus interface{} // 第三方订单状态
+ BuyerId interface{} //
+ Platform interface{} // 充值平台
+ Remark interface{} // 手动修改成功理由
+}
diff --git a/internal/model/do/game_recharge_log.go b/internal/model/do/game_recharge_log.go
new file mode 100644
index 0000000..f919ba5
--- /dev/null
+++ b/internal/model/do/game_recharge_log.go
@@ -0,0 +1,25 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRechargeLog is the golang structure of table game_recharge_log for DAO operations like Where/Data.
+type GameRechargeLog struct {
+ g.Meta `orm:"table:game_recharge_log, do:true"`
+ Id interface{} //
+ UnitId interface{} // 账号
+ Channel interface{} // 渠道
+ Server interface{} // 区服
+ Amount interface{} // 充值金额
+ Config interface{} // 配置Id
+ CreateTime *gtime.Time // 记录创建时间
+ TradeNo interface{} // 游戏方订单号
+ Remark interface{} // 手动修改成功理由
+ User interface{} // 操作员
+}
diff --git a/internal/model/do/game_recharge_rebate.go b/internal/model/do/game_recharge_rebate.go
new file mode 100644
index 0000000..3004105
--- /dev/null
+++ b/internal/model/do/game_recharge_rebate.go
@@ -0,0 +1,17 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameRechargeRebate is the golang structure of table game_recharge_rebate for DAO operations like Where/Data.
+type GameRechargeRebate struct {
+ g.Meta `orm:"table:game_recharge_rebate, do:true"`
+ Id interface{} //
+ Account interface{} //
+ Channel interface{} //
+}
diff --git a/internal/model/do/game_register.go b/internal/model/do/game_register.go
new file mode 100644
index 0000000..38f1da4
--- /dev/null
+++ b/internal/model/do/game_register.go
@@ -0,0 +1,22 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRegister is the golang structure of table game_register for DAO operations like Where/Data.
+type GameRegister struct {
+ g.Meta `orm:"table:game_register, do:true"`
+ Id interface{} //
+ Account interface{} //
+ Channel interface{} // 渠道:0-无,
+ CreateTime *gtime.Time // 账号创建时间
+ CreateType interface{} // 创建:1-账密,2-qq,3-微信,4-gm,
+ Platform interface{} // 类型:1-android,2-ios,3-gm,
+ Server interface{} //
+}
diff --git a/internal/model/do/game_shop_log.go b/internal/model/do/game_shop_log.go
new file mode 100644
index 0000000..2d46785
--- /dev/null
+++ b/internal/model/do/game_shop_log.go
@@ -0,0 +1,21 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameShopLog is the golang structure of table game_shop_log for DAO operations like Where/Data.
+type GameShopLog struct {
+ g.Meta `orm:"table:game_shop_log, do:true"`
+ Id interface{} //
+ Uid interface{} //
+ ItemId interface{} //
+ Num interface{} //
+ Price interface{} // 价格
+ CDate *gtime.Time //
+}
diff --git a/internal/model/do/game_unit.go b/internal/model/do/game_unit.go
new file mode 100644
index 0000000..1cb0add
--- /dev/null
+++ b/internal/model/do/game_unit.go
@@ -0,0 +1,31 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameUnit is the golang structure of table game_unit for DAO operations like Where/Data.
+type GameUnit struct {
+ g.Meta `orm:"table:game_unit, do:true"`
+ Id interface{} //
+ Account interface{} // 账号
+ Channel interface{} // 渠道
+ Uid interface{} // 账号Id
+ Server interface{} // 区服
+ Scale interface{} // 规模
+ Name interface{} // 桃谷名称
+ LogTime interface{} //
+ CreateTime *gtime.Time // 账号创建时间
+ VillagerNum interface{} // 村民数量
+ Prosperity interface{} // 繁荣值
+ GoldIngot interface{} // 桃花石
+ BaseFood interface{} // 基础食物
+ Day interface{} // 游戏天数
+ Recharge interface{} // 充值
+ OAID interface{} //
+}
diff --git a/internal/model/do/game_unit_copy_1.go b/internal/model/do/game_unit_copy_1.go
new file mode 100644
index 0000000..8a64837
--- /dev/null
+++ b/internal/model/do/game_unit_copy_1.go
@@ -0,0 +1,31 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameUnitCopy1 is the golang structure of table game_unit_copy1 for DAO operations like Where/Data.
+type GameUnitCopy1 struct {
+ g.Meta `orm:"table:game_unit_copy1, do:true"`
+ Id interface{} //
+ Account interface{} // 账号
+ Channel interface{} // 渠道
+ Uid interface{} // 账号Id
+ Server interface{} // 区服
+ Scale interface{} // 规模
+ Name interface{} // 桃谷名称
+ LogTime interface{} //
+ CreateTime *gtime.Time // 账号创建时间
+ VillagerNum interface{} // 村民数量
+ Prosperity interface{} // 繁荣值
+ GoldIngot interface{} // 桃花石
+ BaseFood interface{} // 基础食物
+ Day interface{} // 游戏天数
+ Recharge interface{} // 充值
+ OAID interface{} //
+}
diff --git a/internal/model/do/game_unit_copy_2.go b/internal/model/do/game_unit_copy_2.go
new file mode 100644
index 0000000..6415287
--- /dev/null
+++ b/internal/model/do/game_unit_copy_2.go
@@ -0,0 +1,30 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameUnitCopy2 is the golang structure of table game_unit_copy2 for DAO operations like Where/Data.
+type GameUnitCopy2 struct {
+ g.Meta `orm:"table:game_unit_copy2, do:true"`
+ Id interface{} //
+ Account interface{} //
+ Channel interface{} //
+ Uid interface{} //
+ Server interface{} //
+ Scale interface{} //
+ Name interface{} //
+ LogTime interface{} //
+ CreateTime *gtime.Time // 账号创建时间
+ VillagerNum interface{} // 村民数量
+ Prosperity interface{} // 繁荣值
+ GoldIngot interface{} // 桃花石
+ BaseFood interface{} // 基础食物
+ Day interface{} // 游戏天数
+ Recharge interface{} // 充值
+}
diff --git a/internal/model/do/game_version.go b/internal/model/do/game_version.go
new file mode 100644
index 0000000..ffdb54e
--- /dev/null
+++ b/internal/model/do/game_version.go
@@ -0,0 +1,17 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameVersion is the golang structure of table game_version for DAO operations like Where/Data.
+type GameVersion struct {
+ g.Meta `orm:"table:game_version, do:true"`
+ Id interface{} //
+ Channel interface{} //
+ Version interface{} //
+}
diff --git a/internal/model/do/game_white_list.go b/internal/model/do/game_white_list.go
new file mode 100644
index 0000000..a2360bf
--- /dev/null
+++ b/internal/model/do/game_white_list.go
@@ -0,0 +1,16 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// GameWhiteList is the golang structure of table game_white_list for DAO operations like Where/Data.
+type GameWhiteList struct {
+ g.Meta `orm:"table:game_white_list, do:true"`
+ Id interface{} //
+ Ip interface{} //
+}
diff --git a/internal/model/do/item_income_expense_records.go b/internal/model/do/item_income_expense_records.go
new file mode 100644
index 0000000..11f7676
--- /dev/null
+++ b/internal/model/do/item_income_expense_records.go
@@ -0,0 +1,24 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// ItemIncomeExpenseRecords is the golang structure of table item_income_expense_records for DAO operations like Where/Data.
+type ItemIncomeExpenseRecords struct {
+ g.Meta `orm:"table:item_income_expense_records, do:true"`
+ Id interface{} // 唯一
+ Uid interface{} // 账号
+ ItemId interface{} // 物品Id
+ Num interface{} // 数量
+ Way interface{} // 消耗途径
+ State interface{} // 1:消耗,2:增加
+ AddTime interface{} // 添加时间
+ CTime *gtime.Time // 创建记录时间
+ Server interface{} // 区服
+}
diff --git a/internal/model/do/login_logout_info.go b/internal/model/do/login_logout_info.go
new file mode 100644
index 0000000..1e38d5b
--- /dev/null
+++ b/internal/model/do/login_logout_info.go
@@ -0,0 +1,28 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// LoginLogoutInfo is the golang structure of table login_logout_info for DAO operations like Where/Data.
+type LoginLogoutInfo struct {
+ g.Meta `orm:"table:login_logout_info, do:true"`
+ Id interface{} //
+ Uid interface{} //
+ State interface{} // 1: 登录,2: 登出
+ CDate *gtime.Time //
+ GameTime interface{} // 游戏时间
+ Scale interface{} // 规模
+ VillagerNum interface{} // 村民数量
+ Prosperity interface{} // 繁荣值
+ Copper interface{} // 铜币
+ GoldIngot interface{} // 桃花石
+ BaseFood interface{} // 基础食物
+ Day interface{} // 游戏天数
+ Server interface{} // 区服
+}
diff --git a/internal/model/do/login_out_log.go b/internal/model/do/login_out_log.go
new file mode 100644
index 0000000..308c8de
--- /dev/null
+++ b/internal/model/do/login_out_log.go
@@ -0,0 +1,19 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+)
+
+// LoginOutLog is the golang structure of table login_out_log for DAO operations like Where/Data.
+type LoginOutLog struct {
+ g.Meta `orm:"table:login_out_log, do:true"`
+ Id interface{} //
+ Uid interface{} //
+ CDate interface{} //
+ EDate interface{} //
+ Server interface{} //
+}
diff --git a/internal/model/do/sys_auth_rule_copy_1.go b/internal/model/do/sys_auth_rule_copy_1.go
new file mode 100644
index 0000000..588564e
--- /dev/null
+++ b/internal/model/do/sys_auth_rule_copy_1.go
@@ -0,0 +1,37 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// SysAuthRuleCopy1 is the golang structure of table sys_auth_rule_copy1 for DAO operations like Where/Data.
+type SysAuthRuleCopy1 struct {
+ g.Meta `orm:"table:sys_auth_rule_copy1, do:true"`
+ Id interface{} //
+ Pid interface{} // 父ID
+ Name interface{} // 规则名称
+ Title interface{} // 规则名称
+ Icon interface{} // 图标
+ Condition interface{} // 条件
+ Remark interface{} // 备注
+ MenuType interface{} // 类型 0目录 1菜单 2按钮
+ Weigh interface{} // 权重
+ IsHide interface{} // 显示状态
+ Path interface{} // 路由地址
+ Component interface{} // 组件路径
+ IsLink interface{} // 是否外链 1是 0否
+ ModuleType interface{} // 所属模块
+ ModelId interface{} // 模型ID
+ IsIframe interface{} // 是否内嵌iframe
+ IsCached interface{} // 是否缓存
+ Redirect interface{} // 路由重定向地址
+ IsAffix interface{} // 是否固定
+ LinkUrl interface{} // 链接地址
+ CreatedAt *gtime.Time // 创建日期
+ UpdatedAt *gtime.Time // 修改日期
+}
diff --git a/internal/model/do/web_operate_log.go b/internal/model/do/web_operate_log.go
new file mode 100644
index 0000000..21d701e
--- /dev/null
+++ b/internal/model/do/web_operate_log.go
@@ -0,0 +1,23 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package do
+
+import (
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// WebOperateLog is the golang structure of table web_operate_log for DAO operations like Where/Data.
+type WebOperateLog struct {
+ g.Meta `orm:"table:web_operate_log, do:true"`
+ Id interface{} //
+ FuncName interface{} // 调用功能
+ Ip interface{} // 使用者ip
+ Ct *gtime.Time // 记录创建时间
+ Content interface{} // 内容
+ ReqJson interface{} // 请求内容
+ CbData interface{} // 回调内容
+ UserName interface{} // 操作账号
+}
diff --git a/internal/model/entity/advertisement.go b/internal/model/entity/advertisement.go
new file mode 100644
index 0000000..455247b
--- /dev/null
+++ b/internal/model/entity/advertisement.go
@@ -0,0 +1,34 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// Advertisement is the golang structure for table advertisement.
+type Advertisement struct {
+ Id int64 `json:"id" description:""`
+ Idfa string `json:"idfa" description:""`
+ Time string `json:"time" description:""`
+ Ip string `json:"ip" description:""`
+ OrgId string `json:"orgId" description:""`
+ OrgName string `json:"orgName" description:""`
+ GameId string `json:"gameId" description:""`
+ GameName string `json:"gameName" description:""`
+ AdsetId string `json:"adsetId" description:""`
+ AdsetNet string `json:"adsetNet" description:""`
+ DeviceBrand string `json:"deviceBrand" description:""`
+ DeviceModel string `json:"deviceModel" description:""`
+ CreativeId string `json:"creativeId" description:""`
+ ConversionType string `json:"conversionType" description:""`
+ Device string `json:"device" description:""`
+ OAID string `json:"oAID" description:""`
+ Callback string `json:"callback" description:""`
+ TapTrackId string `json:"tapTrackId" description:""`
+ TapProjectId string `json:"tapProjectId" description:""`
+ ANID string `json:"aNID" description:""`
+ IMEI string `json:"iMEI" description:""`
+ Once int `json:"once" description:""`
+ Register int64 `json:"register" description:""`
+ Recharge int `json:"recharge" description:""`
+ Two int `json:"two" description:""`
+}
diff --git a/internal/model/entity/base_info.go b/internal/model/entity/base_info.go
index 92ca1d0..85324b1 100644
--- a/internal/model/entity/base_info.go
+++ b/internal/model/entity/base_info.go
@@ -1,69 +1,507 @@
package entity
-import "go.mongodb.org/mongo-driver/bson/primitive"
+type Account struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ AccountName string `json:"AccountName" description:"账号"`
+ Password string `json:"Password" description:"密码"`
+ CreateTime int64 `json:"CreateTime" description:"创建时间"`
+ AccountType int32 `json:"AccountType" description:"账号类型, 0=正常,1=黑名单,2=GM"`
+ RealName string `json:"RealName" description:"真实名字"`
+ Identity string `json:"Identity" description:"身份证号"`
+}
+
+type WarriorInfo struct {
+ ConfigId int32 `json:"ConfigId" description:"桃园ID"`
+}
+
+type BaseInfo struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ Prosperity int32 `json:"Prosperity" description:"桃园名字"`
+ HeadIcon string `json:"HeadIcon" description:"繁荣度"`
+ LastLoginTime int64 `json:"LastLoginTime" description:"规模等级"`
+ LastLoginOutTime int64 `json:"LastLoginOutTime" description:"规模等级"`
+ SessionInstanceId int64 `json:"SessionInstanceId" description:"规模等级"`
+ WarriorInfos []WarriorInfo `json:"WarriorInfos" description:"礼包码"`
+}
+
+type BazaarGoodsInfo struct {
+ Amount int32 `json:"Amount" description:"桃园ID"`
+ AmountMax int32 `json:"AmountMax" description:"桃园ID"`
+ ItemCfgId int32 `json:"ItemCfgId" description:"桃园ID"`
+ Price int32 `json:"Price" description:"桃园ID"`
+ CurrencyType int32 `json:"CurrencyType" description:"true表示元宝(桃花石),false表示铜币"`
+ BazaarCfgId int32 `json:"BazaarCfgId" description:"BazaarCfgId"`
+}
+
+type Bazaar struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ Sales []BazaarGoodsInfo `json:"Sales" description:"礼包码"`
+ Recycles []BazaarGoodsInfo `json:"Recycles" description:"礼包码"`
+ HighPriceRecycle []BazaarGoodsInfo `json:"HighPriceRecycle" description:"礼包码"`
+ RefreshTime int64 `json:"RefreshTime" description:"规模等级"`
+}
+
+type Recharge struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ CreateTime int64 `json:"CreateTime" description:"规模等级"`
+ CfgId int32 `json:"CfgId" description:"规模等级"`
+ Rmb int32 `json:"Rmb" description:"规模等级"`
+ SilverPiece int32 `json:"SilverPiece" description:"规模等级"`
+ Identity string `json:"Identity" description:"规模等级"`
+}
+
+type ServerInfo struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ Status int32 `json:"Status" description:"规模等级"`
+ ServerName string `json:"ServerName" description:"规模等级"`
+}
+
+type RoleInfo struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ Name string `json:"Name" description:"字段名"`
+ ServerId int32 `json:"ServerId" description:"规模等级"`
+ State int32 `json:"State" description:"规模等级"`
+ AccountId int64 `json:"AccountId" description:"规模等级"`
+ LastLoginTime int64 `json:"LastLoginTime" description:"规模等级"`
+ CreateTime int64 `json:"CreateTime" description:"规模等级"`
+ Gender int32 `json:"Gender" description:"规模等级"`
+}
+
+type ValleyEvent struct {
+ CfgId int32 `json:"CfgId" description:"allitem表的Id"`
+ Parms []string `json:"Parms" description:""`
+ IsRead bool `json:"IsRead" description:""`
+ TimeStamp int64 `json:"TimeStamp" description:""`
+}
+
+type ValleyHistory struct {
+ Scale int32 `json:"Scale" description:""`
+ StructCfgs []int32 `json:"StructCfgs" description:""`
+ AddNum int32 `json:"AddNum" description:""`
+ DeadNum int32 `json:"DeadNum" description:""`
+}
+
+type C struct {
+ Uid int64 `json:"_id" description:""`
+ T string `json:"_t" description:"字段名"`
+
+ /* WearComponent */
+ WearState int32 `json:"WearState" description:""`
+ HostId int32 `json:"HostId" description:"宿主的ID"`
+ /* EquipComponent; GemComponent*/
+ CfgId int32 `json:"CfgId" description:""`
+ /* ClothesComponent */
+ ConfigId int32 `json:"ConfigId" description:""`
+ /* GemComponent */
+ Attris [][]int32 `json:"Attris" description:"直接加的属性"`
+}
+
+type Children struct {
+ Uid int64 `json:"_id" description:""`
+ T string `json:"_t" description:"字段名"`
+
+ C []C `json:"Scale" description:""`
+ UnitType int32 `json:"AddNum" description:""`
+ Position Position `json:"Position" description:""`
+ UnitCamp int32 `json:"DeadNum" description:""`
+
+ /* Gather */
+ PeopleIdList []int64 `json:"PeopleIdList" description:""`
+ ResPointId int64 `json:"ResPointId" description:""`
+ ResConfigId int32 `json:"ResConfigId" description:""`
+ PreparePeopleIdList []int64 `json:"PreparePeopleIdList" description:""`
+ GatherAmount int32 `json:"GatherAmount" description:""`
+
+ /* Poultry */
+ CfgId int32 `json:"CfgId" description:""`
+ Life int32 `json:"Life" description:"天"`
+ ProduceCd int32 `json:"ProduceCd" description:"上次产蛋时间,鸡用"`
+ IsHungry bool `json:"IsHungry" description:"是不是饥饿状态"`
+ Weight int32 `json:"Weight" description:"猪用"`
+ BuildingId int64 `json:"BuildingId" description:""`
+
+ /* item */
+ ConfigId int32 `json:"ConfigId" description:""`
+ Amount int32 `json:"Amount" description:""`
+ Region int32 `json:"Region" description:""`
+}
+
+type Component struct {
+ Uid int64 `json:"_id" description:""`
+ T string `json:"_t" description:"字段名"`
+
+ /* ValleyComponent */
+ Food int32 `json:"Food" description:"基础食物"`
+ Copper int32 `json:"Copper" description:"铜币"`
+ GoldIngot int32 `json:"GoldIngot" description:"金币"`
+ SeasonId int32 `json:"SeasonId" description:"季节表的Id"`
+ GameTime int64 `json:"GameTime" description:"游戏时间"`
+ Prosperity int32 `json:"Prosperity" description:"繁荣度"`
+ Scale int32 `json:"Scale" description:"规模"`
+ Day int32 `json:"Day" description:"天数"`
+ Name string `json:"Name" description:"村庄名称"`
+ Hunger int32 `json:"Hunger" description:"饥饿值"`
+ WeatherId int32 `json:"WeatherId" description:"用来判断白天黑夜"`
+ IsNight bool `json:"IsNight" description:"用来判断白天黑夜"`
+ ChangeNameTimes int32 `json:"ChangeNameTimes" description:"修改桃源名称次数"`
+ StructHistroy []int32 `json:"StructHistroy" description:"建筑记录"`
+ HeadIcon string `json:"HeadIcon" description:"头像"`
+ GuideList []int32 `json:"GuideList" description:"引导"`
+ BuffCfgIds []int32 `json:"BuffCfgIds" description:"buff"`
+ OpenSystems []int32 `json:"OpenSystems" description:"开启系统"`
+ ValleyEvents []ValleyEvent `json:"ValleyEvents" description:"村庄事件"`
+ Generation int32 `json:"Generation" description:"当前最大的代数"`
+ ValleyHistorys map[int32]ValleyHistory `json:"ValleyHistroys" description:"规模等级"`
+
+ /* WeatherComponent */
+ ConfigId int32 `json:"ConfigId" description:"头像"`
+ Times int32 `json:"Times" description:"当前季节触发次数"`
+ StartTime int32 `json:"StartTime" description:"开始时间(游戏时间)"`
+ Duration int32 `json:"Duration" description:"持续"`
+ IsWeatherStart bool `json:"IsWeatherStart" description:"1表示天气影响中"`
+ Cd int32 `json:"Cd" description:""`
+ WeatherDict [][]interface{} `json:"WeatherDict" description:""`
+ WeightDict [][]interface{} `json:"WeightDict" description:""`
+
+ /* WeatherComponent;BusinessComponent */
+ LastDay int32 `json:"LastDay" description:""`
+
+ /* PoultryManageComponent;RegionGameUnitComponent;GameUnitComponent;MonsterGroupComponent;MonsterManagerComponent;StoreComponent;RegionFogComponent*/
+ Children []Children `json:"Children" description:"规模等级"`
+
+ /* GameUnitComponent */
+ Comfortable int32 `json:"Comfortable" description:"规模等级"`
+
+ /* DinnerComponent */
+ Foods [][]int32 `json:"Foods" description:"主食"`
+ Cuisines [][]int32 `json:"Cuisines" description:"菜肴"`
+ Soups [][]int32 `json:"Soups" description:"汤"`
+ LastFoods [][]int32 `json:"LastFoods" description:"主食"`
+ LastCuisines [][]int32 `json:"LastCuisines" description:"菜肴"`
+ LastSoups [][]int32 `json:"LastSoups" description:"汤"`
+ LastDinnerDay int32 `json:"LastDinnerDay" description:"上次宴会时间"`
+ Remember int32 `json:"Remember" description:"规模等级"`
+ LifeExp int32 `json:"LifeExp" description:"寿命经验"`
+ PhysiqueExp int32 `json:"PhysiqueExp" description:"体质经验"`
+
+ /* CoupleComponent */
+ Females []int64 `json:"Females" description:"女性列表"`
+ Males []int64 `json:"Males" description:"男性列表"`
+ IsAuto bool `json:"IsAuto" description:"是不是要自动组队"`
+
+ /* ResearchComponent */
+ ResearchDic []int32 `json:"ResearchDic" description:"女性列表"`
+ FininshResearches []int32 `json:"FininshResearches" description:"已经解锁的列表"`
+ CurrResearchCfgId int32 `json:"CurrResearchCfgId" description:"当前正在研究的"`
+ BuildId int64 `json:"BuildId" description:""`
+ ResearchTime int32 `json:"ResearchTime" description:"5秒算一次"`
+
+ /* ResearchComponent;GameTaskComponent */
+ UnLockList []int32 `json:"UnLockList" description:"已经解锁的列表"`
+
+ /* GameTaskComponent */
+ FinishCfgIds []int32 `json:"FinishCfgIds" description:""`
+ MainTask GameTask `json:"MainTask" description:""`
+ BranchTasks []GameTask `json:"BranchTasks" description:""`
+ CanTakeList []int32 `json:"CanTakeList" description:""`
+ TalkList []int64 `json:"TalkList" description:""`
+ Tracks []int32 `json:"Tracks" description:""`
+
+ /* TransportComponent */
+ CfgDic interface{} `json:"CfgDic" description:""`
+
+ /* TroopComponent */
+ PeopleList []int64 `json:"PeopleList" description:""`
+ MaxPeopleNum int32 `json:"MaxPeopleNum" description:"队伍最多人数"`
+ MedicineCd int32 `json:"MedicineCd" description:"使用药品的cd"`
+
+ /* NightEventComponent */
+ IsOpen bool `json:"IsOpen" description:""`
+ NextTime int32 `json:"NextTime" description:"队伍最多人数"`
+ NightEvents []DailyEvent `json:"NightEvents" description:"使用药品的cd"`
+
+ /* BusinessComponent */
+ CreateTime int32 `json:"CreateTime" description:""`
+ CreateRate int32 `json:"CreateRate" description:""`
+ IsCreate bool `json:"IsCreate" description:"要不要创建商人"`
+ ValleyBusinessManCfgId int32 `json:"ValleyBusinessManCfgId" description:"用来产生商人"`
+ BusinessManId int64 `json:"BusinessManId" description:""`
+ SaleHistroy interface{} `json:"SaleHistroy" description:""`
+
+ /* DropItemManagerComponent */
+ PickingUpDropItemIds []int64 `json:"PickingUpDropItemIds" description:""`
+
+ /* RechargeComponent */
+ Identity string `json:"Identity" description:""`
+ CfgIds []int32 `json:"CfgIds" description:""`
+
+ /* RegionComponent */
+ PeopleNumDict interface{} `json:"PeopleNumDict" description:"人口"`
+ ReputationDict interface{} `json:"ReputationDict" description:"声望值"`
+ RewardsDict interface{} `json:"RewardsDict" description:"升级奖励"`
+ RelationLv interface{} `json:"RelationLv" description:"关系等级"`
+ UnLockRegionList []int32 `json:"UnLockRegionList" description:""`
+ IsHaveGift bool `json:"IsHaveGift" description:""`
+ GiftHistroy []int32 `json:"GiftHistroy" description:""`
+ ShopDayUpdateTime int64 `json:"ShopDayUpdateTime" description:"每天的更新时间"`
+ ShopWeekUpdateTime int64 `json:"ShopWeekUpdateTime" description:"每周的更新时间"`
+ ShopMonthUpdateTime int64 `json:"ShopMonthUpdateTime" description:"每月的更新时间"`
+ ExploreRegionList []int32 `json:"ExploreRegionList" description:""`
+
+ /* TreasureSynthesisComponent */
+ Unlocks []int32 `json:"Unlocks" description:""`
-type RolePost struct {
- Uid int64 `json:"uid" description:"桃园ID"`
- Name string `json:"name" description:"桃园名字"`
- Region int `json:"region" description:"区服"`
- TotalTime int64 `json:"totalTime" description:"总在线时间"`
- RechargeTotal int32 `json:"rechargeTotal" description:"累计充值"`
- CreateTime primitive.DateTime `json:"createTime" description:"创建时间"`
- LastLeaveTime primitive.DateTime `json:"lastLeaveTime" description:"离线时间"`
+ /* MailComponent */
+ GroupMailIds []int64 `json:"GroupMailIds" description:"收到过的群邮件的历史记录"`
+
+ /* ChallengeFightingComponent;ChallengeGuardianComponent*/
+ FromPortalId int32 `json:"FromPortalId" description:"记录进入挑战的传送点ID"`
+
+ /* ChallengeFightingComponent */
+ CurChallengeBossId int64 `json:"CurChallengeBossId" description:""`
+ DrumTimes int32 `json:"DrumTimes" description:""`
+
+ /* ChallengeGuardianComponent */
+ CurChallengeGuardianIds []int64 `json:"CurChallengeGuardianIds" description:""`
+
+ /* FixedPositionSlotComponent */
+ FixedPositionSaplingIds []int64 `json:"FixedPositionSaplingIds" description:""`
+}
+
+type ValleyComponent struct {
+ Uid int64 `json:"_id" description:""`
+ T string `json:"_t" description:"字段名"`
+
+ /* ValleyComponent */
+ Food int32 `json:"Food" description:"基础食物"`
+ Copper int32 `json:"Copper" description:"铜币"`
+ GoldIngot int32 `json:"GoldIngot" description:"金币"`
+ SeasonId int32 `json:"SeasonId" description:"季节表的Id"`
+}
+
+type DailyEvent struct {
+ CfgId int32 `json:"CfgId" description:""`
+ GameTime int32 `json:"GameTime" description:""`
+ Parms interface{} `json:"Parms" description:""`
+ GameDay int32 `json:"GameDay" description:""`
+}
+
+type GameTask struct {
+ CfgId int32 `json:"CfgId" description:"当前正在研究的"`
+ TaskSteps []GameTaskStep `json:"TaskSteps" description:"当前正在研究的"`
+ State int32 `json:"State" description:"0未接(满足条件),1,可接,2,已接 3.完成"`
+}
+
+type GameTaskStep struct {
+ CfgId int32 `json:"CfgId" description:"当前正在研究的"`
+ Progresses []int32 `json:"Progresses" description:"当前正在研究的"`
+ States []bool `json:"States" description:"每个目标有没有完成"`
+}
+
+type Position struct {
+ X float64 `json:"x" description:""`
+ Y float64 `json:"y" description:""`
}
-type RoleDetail struct {
- Uid int64 `json:"uid" description:"桃园ID"`
- Name string `json:"name" description:"桃园名字"`
- Boom int32 `json:"boom" description:"繁荣度"`
- VillageScale int32 `json:"villageScale" description:"规模等级"`
- GiftIds []int32 `json:"giftIds" description:"礼包码"`
- Account string `json:"account" description:"账号名字"`
- Gm int `json:"gm"`
+type GameUnitData struct {
+ Uid int64 `json:"_id" description:""`
+ T string `json:"_t" description:"字段名"`
+ C []PeopleComponent `json:"C" description:""`
+ UnitType int32 `json:"UnitType" description:""`
+ Position Position `json:"Position" description:""`
+ UnitCamp int32 `json:"UnitCamp" description:""`
+}
+
+type PeopleComponent struct {
+ Uid int64 `json:"_id" description:""`
+ T string `json:"_t" description:"字段名"`
+ /* VillagerRecordComponent */
+ DisplayState int32 `json:"DisplayState" description:""`
+ IsDeal bool `json:"IsDeal" description:"是否死亡"`
+ Generation int32 `json:"Generation" description:"代数"`
+ JoinDay int32 `json:"JoinDay" description:"成为村民的day"`
+ EndWordsCfgId int32 `json:"EndWordsCfgId" description:"遗言配置id"`
+
+ //ConfigId int32 `json:"ConfigId" description:"游戏时间"`
+ /* GameNumericComponent */
+ NumericDic []map[int32]int32 `json:"NumericDic" description:""`
+
+ /* PeopleComponent */
+ FamilyName string `json:"FamilyName" description:"姓"`
+ Name string `json:"Name" description:"名"`
+ CurrSkillId string `json:"CurrSkillId" description:""`
+ Gender string `json:"Gender" description:"性别 1男,2女"`
+ PersonalityCfgId string `json:"PersonalityCfgId" description:"性格配置表id"`
+
+ /* BehaveComponent */
+ BehaveType int32 `json:"BehaveType" description:"行为类型"`
+ TargetId int64 `json:"TargetId" description:""`
+ State int32 `json:"State" description:""`
+ DayBehaveType int32 `json:"DayBehaveType" description:""`
+ DayTargetId int64 `json:"DayTargetId" description:""`
+ DayPos Position `json:"DayPos" description:"白天位置"`
+ BeforeSleepPos Position `json:"BeforeSleepPos" description:"睡觉前的位置"`
+ Events []int32 `json:"Events" description:""`
+
+ /* SlotComponent */
+ SlotDic []interface{} `json:"SlotDic" description:"有的会按照季节,当季的衣服,包括装备"`
+ Clothes []interface{} `json:"Clothes" description:"身上所有的衣服"`
+ Gems []interface{} `json:"Gems" description:"宝石1-4 武器的宝石,5-8护甲的宝石"`
+
+ /* LabourComponent */
+ FarmlandIds []int64 `json:"FarmlandIds" description:"有的会按照季节,当季的衣服,包括装备"`
+
+ /* MarriageComponent */
+ Parents []int64 `json:"Parents" description:""`
+ MyChildren []int64 `json:"MyChildren" description:""`
+ Mates []int64 `json:"Mates" description:"配偶"`
+ MarriagedState int32 `json:"MarriagedState" description:"是否已经结婚"`
+
+ /* ResidentComponent */
+ BedBuildingId int64 `json:"BedBuildingId" description:"居住建筑ID"`
+
+ /* StudyComponent */
+ StudyProgress []interface{} `json:"StudyProgress" description:"cfgId,经验"`
+
+ /* SkillComponent */
+ PassiveSkillCfgIds []int32 `json:"PassiveSkillCfgIds" description:""`
+ TalentSkillCfgId int32 `json:"TalentSkillCfgId" description:""`
+ /* VillagerRecordComponent;SkillComponent */
+ Children []C `json:"Children" description:""`
+}
+
+type Skill struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ ConfigId int32 `json:"ConfigId" description:""`
+ CoolTime int32 `json:"CoolTime" description:""`
+}
+
+type Buff struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ Children []interface{} `json:"Children" description:""`
+ EffectValues []interface{} `json:"EffectValues" description:""`
+ ConfigId int32 `json:"ConfigId" description:""`
+ Duration int32 `json:"Duration" description:""`
+ BuffLayer int32 `json:"BuffLayer" description:""`
+ SkillCfgId int32 `json:"SkillCfgId" description:""`
+ Life int32 `json:"Life" description:""`
+ EffectCdTime int32 `json:"EffectCdTime" description:""`
+ AtkerId int64 `json:"AtkerId" description:""`
+ EffectTick int32 `json:"EffectTick" description:""`
+}
+
+type Modifier struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ Value int32 `json:"Value" description:""`
+ OneValue int32 `json:"OneValue" description:"单次的数值,这个暂时不用了,目前叠加就先把之前的销毁"`
+ NumericType int32 `json:"NumericType" description:""`
+}
+
+type MonsterGroup struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ ConfigId int32 `json:"ConfigId" description:""`
+}
+
+type Menu struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ ConfigId int32 `json:"ConfigId" description:""`
+ Proficiency int32 `json:"Proficiency" description:""`
+}
+
+type FogClearArea struct {
+ Pos Position `json:"Pos" description:""`
+ Radius float32 `json:"Radius" description:""`
+}
+
+type RegionFogInfo struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ RegionId int32 `json:"RegionId" description:""`
+ FogClearAreas []interface{} `json:"FogClearAreas" description:""`
+ FogLitIds []int32 `json:"FogLitIds" description:"点亮的迷雾圈Id"`
+ IsAllExplored bool `json:"IsAllExplored" description:"是否全部探索完毕"`
+}
+
+type Unit struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ C []Component `json:"C" description:"规模等级"`
+}
+
+type UnitValleyComponent struct {
+ Uid int64 `json:"_id" description:"桃园ID"`
+ T string `json:"_t" description:"字段名"`
+ C []ValleyComponent `json:"C" description:"规模等级"`
}
type Mail struct {
- Id string `json:"id" description:"邮件ID"`
- ServerId string `json:"serverId" bson:"serverId" description:"服务器ID"`
- C_date interface{} `json:"c_date" bson:"c_date" description:"邮件创建时间"`
- To interface{} `json:"to" description:"邮件发送对象"`
- From string `json:"from" description:"发送者"`
- GmName string `json:"gmName" bson:"gmName" description:"GM名字"`
- Type string `json:"type" description:"1 奖励,2活动,3公告"`
- Expired int64 `json:"expired" description:"过期时间"`
- Time int64 `json:"time" description:"发送时间,0表示马上发送"`
- NewGet string `json:"newGet" bson:"newGet" description:"新玩家可领取"`
- RepeatedCollection interface{} `json:"repeatedCollection" bson:"repeatedCollection" description:"1表示可以重复领取"`
- Title string `json:"title" description:"标题"`
- Content string `json:"content" description:"邮件内容"`
- Drops []Drop `json:"drops" bson:"drops" description:"赠送物品"`
- Remark string `json:"remark" description:"发送理由"`
+ Id interface{} `json:"_id" bson:"_id" description:"邮件ID"`
+ ServerId []string `json:"serverId" bson:"serverId" description:"服务器ID"`
+ C_date interface{} `json:"c_date" bson:"c_date" description:"邮件创建时间"`
+ //To string `json:"to" description:"邮件发送对象"`
+ From string `json:"from" description:"发送者"`
+ Type int32 `json:"type" description:"1 奖励,2活动,3公告"`
+ Expired int64 `json:"expired" description:"过期时间"`
+ ValidDay int32 `json:"validDay" description:"过期天数"`
+ Send int32 `json:"send" description:"发送类型,0表示马上发送"`
+ Time int64 `json:"sendTime" description:"发送时间,0表示马上发送"`
+ NewGet int32 `json:"newGet" bson:"newGet" description:"新玩家可领取"`
+ Title string `json:"title" description:"标题"`
+ //Greetings string `json:"greetings" description:"问候语"`
+ Content string `json:"content" description:"邮件内容"`
+ OwnerId string `json:"ownerId" description:"收件人"`
+ UserName string `json:"userName" description:"操作管理员"`
+ ErrorData string `json:"errData" bson:"errData" description:"发邮件回调"`
+ Drops []Drop `json:"drops" bson:"drops" description:"赠送物品"`
}
+
type Drop struct {
- Id string `json:"id" bson:"id"`
- Num string `json:"num" bson:"num"`
+ Id int32 `json:"id" bson:"id"`
+ Num int32 `json:"num" bson:"num"`
}
type Order struct {
- Id string `json:"_id" description:"订单ID"`
- Uid string `json:"uid" description:"账号uid"`
- Server int32 `json:"server" description:"服务器id"`
- Money int32 `json:"money" description:"充值数额"`
- Timestamp int64 `json:"timestamp" description:"订单时间"`
- RechargeId int32 `json:"rechargeId" description:"商品ID"`
- CreateTime interface{} `json:"createTime" description:"本条记录产生的时间"`
- OrderId string `json:"orderId" description:"渠道订单ID"`
- State int32 `json:"state" description:"订单状态 3: 金额问题; 8:年龄不足,身份未认证,账号不存在;7:获取账号失败;6:获取订单充值配置失败,订单配置与充值金额不匹配;4:充值达到上限;5:订单验证失败;10:令牌验证失败;1:参数错误,2成功,9:分服http error"`
+ Account string `json:"account" bson:"account" description:"类型"`
+ UnitId int64 `json:"unitId" bson:"unitId" description:"账号"`
+ Channel string `json:"channel" bson:"channel" description:"身份证号"`
+ Server string `json:"server" bson:"server" description:"身份证号"`
+ Amount string `json:"amount" bson:"amount" description:"身份证号"`
+ CreateTime string `json:"CreateTime" bson:"CreateTime" description:"服务器id"`
+ ExternalCreateTime string `json:"externalCreateTime" bson:"externalCreateTime" description:"服务器id"`
+ PayTime string `json:"payTime" bson:"payTime" description:"服务器id"`
+ Config int32 `json:"config" bson:"config" description:"配置表id"`
+ Status int32 `json:"status" bson:"status" description:"status"`
+ TradeNo string `json:"tradeNo" bson:"tradeNo" description:"订单ID"`
+ ExternalTradeNo string `json:"externalTradeNo" bson:"externalTradeNo" description:"商户订单ID"`
+
+ Uid int32 `json:"uid" description:"账号"`
+ StringId string `json:"stringId" description:"账号ID"`
+ //State int32 `json:"state" description:"订单状态 3: 金额问题; 8:年龄不足,身份未认证,账号不存在;7:获取账号失败;6:获取订单充值配置失败,订单配置与充值金额不匹配;4:充值达到上限;5:订单验证失败;10:令牌验证失败;1:参数错误,2成功,9:分服http error"`
}
type OrderCount struct {
- ServerId int `json:"serverId"`
- Num int32 `json:"num" description:"充值人数"`
- Times int32 `json:"times" description:"充值笔数"`
- AllMoney int32 `json:"allMoney" `
- TotalMoney int32 `json:"totalMoney" `
- TotalNum int32 `json:"totalNum" description:"总充值人数"`
- TotalTimes int32 `json:"totalTimes" description:"总充值笔数"`
+ ServerId int `json:"serverId"`
+ StringId string `json:"stringId" description:"id"`
+ Id int64 `json:"id" bson:"id" description:"id"`
+ Account string `json:"account" bson:"account" description:"账号"`
+ Uid int32 `json:"uid" bson:"uid" description:"uid"`
+ Num int32 `json:"num" bson:"count" description:"充值人数"`
+ Times int32 `json:"times" bson:"times" description:"充值笔数"`
+ AllMoney int32 `json:"allMoney" bson:"allMoney" description:"充值金额"`
+ TotalMoney int32 `json:"totalMoney" bson:"totalRmb" description:"充值金额"`
+ TotalNum int32 `json:"totalNum" bson:"totalCount" description:"总充值人数"`
+ TotalTimes int32 `json:"totalTimes" bson:"totalTimes" description:"总充值笔数"`
}
type Online struct {
@@ -73,16 +511,16 @@ type Online struct {
LoginTime int64 `json:"loginTime"`
}
-type AccountInfo struct {
- Account string `json:"account"`
- TrueName string `json:"trueName"`
- IdentityCard string `json:"identityCard"`
- Tel string `json:"tel"`
- LastLeaveTime primitive.DateTime `json:"lastLeaveTime"`
- CreateTime primitive.DateTime `json:"createTime"`
- LeftPlayTime int64 `json:"leftPlayTime"`
- Gm int `json:"gm"`
-}
+//type AccountInfo struct {
+// Account string `json:"account"`
+// TrueName string `json:"trueName"`
+// IdentityCard string `json:"identityCard"`
+// Tel string `json:"tel"`
+// LastLeaveTime primitive.DateTime `json:"lastLeaveTime"`
+// CreateTime primitive.DateTime `json:"createTime"`
+// LeftPlayTime int64 `json:"leftPlayTime"`
+// Gm int `json:"gm"`
+//}
type Remain struct {
Date int64 `json:"date"`
diff --git a/internal/model/entity/game_bazaar.go b/internal/model/entity/game_bazaar.go
new file mode 100644
index 0000000..206c20c
--- /dev/null
+++ b/internal/model/entity/game_bazaar.go
@@ -0,0 +1,48 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameCcdUrl is the golang structure for table game_ccd_url.
+type GameBazaar struct {
+ Id uint64 `json:"_id" description:""`
+ T string `json:"_t" description:""`
+ Title string `json:"Title" description:""`
+ Name string `json:"Name" description:""`
+ Year int32 `json:"Year" description:""`
+ Week int32 `json:"Week" description:""`
+ Date string `json:"Date" description:""`
+ Sale []int32 `json:"Sale" description:""`
+ Purchase []int32 `json:"Purchase" description:""`
+ Auction Auction `json:"Auction" description:""`
+ HighPriceRecycle HighPriceRecycle `json:"HighPriceRecycle" description:""`
+}
+
+type Auction struct {
+ Days []Days `json:"Days" description:""`
+ NPCId int32 `json:"NPCId" description:""`
+}
+
+type Days struct {
+ StartTime string `json:"StartTime" description:""`
+ Interval int32 `json:"Interval" description:""`
+ Day int32 `json:"Day" description:""`
+ Session []Session `json:"Session" description:""`
+}
+
+type Session struct {
+ Id int32 `json:"Id" description:""`
+ Num int32 `json:"Num" description:""`
+ CurrencyType int32 `json:"CurrencyType" description:""`
+ Decrement int32 `json:"Decrement" description:""`
+ Prices []int32 `json:"Prices" description:""`
+}
+
+type HighPriceRecycle struct {
+ NPCId int32 `json:"NPCId" description:""`
+ Id int32 `json:"Id" description:""`
+ Num int32 `json:"Num" description:""`
+ CurrencyType int32 `json:"CurrencyType" description:""`
+ Prices []int32 `json:"Prices" description:""`
+}
diff --git a/internal/model/entity/game_black_list.go b/internal/model/entity/game_black_list.go
new file mode 100644
index 0000000..e169ce1
--- /dev/null
+++ b/internal/model/entity/game_black_list.go
@@ -0,0 +1,11 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameBlackList is the golang structure for table game_black_list.
+type GameBlackList struct {
+ Id int64 `json:"id" description:""`
+ Ip string `json:"ip" description:""`
+}
diff --git a/internal/model/entity/game_bug_client.go b/internal/model/entity/game_bug_client.go
new file mode 100644
index 0000000..22de061
--- /dev/null
+++ b/internal/model/entity/game_bug_client.go
@@ -0,0 +1,26 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameBugClient is the golang structure for table game_bug_client.
+type GameBugClient struct {
+ Id int64 `json:"id" description:"索引ID"`
+ State int `json:"state" description:"0表示没处理,1表示已处理"`
+ Uid int64 `json:"uid" description:"桃谷id"`
+ CreateTime *gtime.Time `json:"createTime" description:"创建时间"`
+ Bug string `json:"bug" description:"bug详情"`
+ LogType string `json:"logType" description:"日志类型"`
+ StackTrace string `json:"stackTrace" description:"堆栈信息"`
+ Channel string `json:"channel" description:"渠道"`
+ SubChannel string `json:"subChannel" description:"子渠道"`
+ DeviceModel string `json:"deviceModel" description:"设备型号"`
+ DeviceType string `json:"deviceType" description:"设备类型"`
+ OperationSystem string `json:"operationSystem" description:"操作系统"`
+ SystemMemorySize string `json:"systemMemorySize" description:"系统内存大小"`
+}
diff --git a/internal/model/entity/game_ccd_url.go b/internal/model/entity/game_ccd_url.go
new file mode 100644
index 0000000..a81728c
--- /dev/null
+++ b/internal/model/entity/game_ccd_url.go
@@ -0,0 +1,19 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameCcdUrl is the golang structure for table game_ccd_url.
+type GameCcdUrl struct {
+ Id int64 `json:"id" description:""`
+ Platform string `json:"platform" description:""`
+ ChannelType string `json:"channelType" description:""`
+ VersionName string `json:"versionName" description:""`
+ VersionCode string `json:"versionCode" description:""`
+ Ip string `json:"ip" description:""`
+ HotfixVersion string `json:"hotfixVersion" description:""`
+ VersionCompare string `json:"versionCompare" description:""`
+ State int `json:"state" description:""`
+ Url string `json:"url" description:""`
+}
diff --git a/internal/model/entity/game_ccd_url_copy_1.go b/internal/model/entity/game_ccd_url_copy_1.go
new file mode 100644
index 0000000..98a9029
--- /dev/null
+++ b/internal/model/entity/game_ccd_url_copy_1.go
@@ -0,0 +1,19 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameCcdUrlCopy1 is the golang structure for table game_ccd_url_copy1.
+type GameCcdUrlCopy1 struct {
+ Id int64 `json:"id" description:""`
+ Platform string `json:"platform" description:""`
+ ChannelType string `json:"channelType" description:""`
+ VersionName string `json:"versionName" description:""`
+ VersionCode string `json:"versionCode" description:""`
+ Ip string `json:"ip" description:""`
+ HotfixVersion string `json:"hotfixVersion" description:""`
+ VersionCompare string `json:"versionCompare" description:""`
+ State int `json:"state" description:""`
+ Url string `json:"url" description:""`
+}
diff --git a/internal/model/entity/game_ccd_version.go b/internal/model/entity/game_ccd_version.go
new file mode 100644
index 0000000..8011d9b
--- /dev/null
+++ b/internal/model/entity/game_ccd_version.go
@@ -0,0 +1,11 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameCcdVersion is the golang structure for table game_ccd_version.
+type GameCcdVersion struct {
+ Id int `json:"id" description:""`
+ Data string `json:"data" description:""`
+}
diff --git a/internal/model/entity/game_cd_key.go b/internal/model/entity/game_cd_key.go
new file mode 100644
index 0000000..c38d9b2
--- /dev/null
+++ b/internal/model/entity/game_cd_key.go
@@ -0,0 +1,15 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameCdKey is the golang structure for table game_cd_key.
+type GameCdKey struct {
+ Id int64 `json:"id" description:""`
+ Code string `json:"code" description:"兑换码"`
+ ConfigId int `json:"configId" description:""`
+ Used int64 `json:"used" description:""`
+ SeizeASeat int64 `json:"seizeASeat" description:""`
+ Time int64 `json:"time" description:""`
+}
diff --git a/internal/model/entity/game_cd_password.go b/internal/model/entity/game_cd_password.go
new file mode 100644
index 0000000..95cbda9
--- /dev/null
+++ b/internal/model/entity/game_cd_password.go
@@ -0,0 +1,12 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameCdPassword is the golang structure for table game_cd_password.
+type GameCdPassword struct {
+ Id int64 `json:"id" description:""`
+ Account int64 `json:"account" description:"用户名"`
+ ConfigId int `json:"configId" description:"配置id"`
+}
diff --git a/internal/model/entity/game_channel_list.go b/internal/model/entity/game_channel_list.go
new file mode 100644
index 0000000..f24574a
--- /dev/null
+++ b/internal/model/entity/game_channel_list.go
@@ -0,0 +1,12 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameChannelList is the golang structure for table game_channel_list.
+type GameChannelList struct {
+ Id int64 `json:"id" description:""`
+ Value string `json:"value" description:"渠道号"`
+ Label string `json:"label" description:"渠道名称"`
+}
diff --git a/internal/model/entity/game_gift_exchange.go b/internal/model/entity/game_gift_exchange.go
new file mode 100644
index 0000000..583ca16
--- /dev/null
+++ b/internal/model/entity/game_gift_exchange.go
@@ -0,0 +1,21 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameGiftExchange is the golang structure for table game_gift_exchange.
+type GameGiftExchange struct {
+ Id int `json:"id" description:""`
+ StartTime string `json:"startTime" description:""`
+ StopTime string `json:"stopTime" description:""`
+ Name string `json:"name" description:""`
+ Channel string `json:"channel" description:""`
+ Password string `json:"password" description:""`
+ Times int `json:"times" description:""`
+ Type int `json:"type" description:""`
+ Num int `json:"num" description:""`
+ Filename string `json:"filename" description:""`
+ FileState int `json:"fileState" description:""`
+ Rewards string `json:"rewards" description:""`
+}
diff --git a/internal/model/entity/game_login_url.go b/internal/model/entity/game_login_url.go
new file mode 100644
index 0000000..ab70f24
--- /dev/null
+++ b/internal/model/entity/game_login_url.go
@@ -0,0 +1,21 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameLoginUrl is the golang structure for table game_login_url.
+type GameLoginUrl struct {
+ Id int `json:"id" description:"100+为外网id"`
+ Host string `json:"host" description:""`
+ Port int `json:"port" description:""`
+ State int `json:"state" description:"服务器状态,1-正常,2-维护,3-白名单ip优先加渠道,4-黑名单渠道优先"`
+ Recommend int `json:"recommend" description:"推荐,1-推荐,0-不推荐"`
+ Name string `json:"name" description:"名称"`
+ Difficulty int `json:"difficulty" description:"难度,1-简单,2-困难"`
+ RechargeHost string `json:"rechargeHost" description:""`
+ RechargePort int `json:"rechargePort" description:""`
+ Area int `json:"area" description:"区服"`
+ IsShow int `json:"isShow" description:"1-可见,0-不可见"`
+ Channel string `json:"channel" description:"固定渠道"`
+}
diff --git a/internal/model/entity/game_mail.go b/internal/model/entity/game_mail.go
new file mode 100644
index 0000000..1974c48
--- /dev/null
+++ b/internal/model/entity/game_mail.go
@@ -0,0 +1,23 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameMail is the golang structure for table game_mail.
+type GameMail struct {
+ Id string `json:"id" description:""`
+ ServerId int `json:"serverId" description:""`
+ CDate int64 `json:"cDate" description:""`
+ Form string `json:"form" description:""`
+ Type int `json:"type" description:""`
+ Expired int `json:"expired" description:""`
+ Validday int `json:"validday" description:""`
+ Time int64 `json:"time" description:""`
+ NewGet int `json:"newGet" description:""`
+ Title string `json:"title" description:""`
+ Content string `json:"content" description:""`
+ Drop string `json:"drop" description:""`
+ OwnerId string `json:"ownerId" description:""`
+ Send int `json:"send" description:""`
+}
diff --git a/internal/model/entity/game_notice.go b/internal/model/entity/game_notice.go
index f772ab4..7dd37ba 100644
--- a/internal/model/entity/game_notice.go
+++ b/internal/model/entity/game_notice.go
@@ -6,9 +6,10 @@ package entity
// GameNotice is the golang structure for table game_notice.
type GameNotice struct {
- Id int `json:"id" description:"索引ID"`
- NoticeType uint `json:"noticeType" description:"公告类型:1表示维护公告,2表示登录公告"`
+ Id int64 `json:"id" description:"索引ID"`
+ NoticeType int `json:"noticeType" description:"公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告"`
Channel string `json:"channel" description:"渠道号:第三方的登录渠道"`
Content string `json:"content" description:""`
Status int `json:"status" description:"1.正常,2.白名单,3.维护"`
+ CDate int64 `json:"cDate" description:"公告创建时间"`
}
diff --git a/internal/model/entity/game_notice_log.go b/internal/model/entity/game_notice_log.go
new file mode 100644
index 0000000..a946d37
--- /dev/null
+++ b/internal/model/entity/game_notice_log.go
@@ -0,0 +1,24 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameNoticeLog is the golang structure for table game_notice_log.
+type GameNoticeLog struct {
+ Id int64 `json:"id" description:"索引ID"`
+ NoticeId int64 `json:"noticeId" description:"notice表id"`
+ NoticeType int `json:"noticeType" description:"公告类型:1表示弹窗公告,2表示登录公告,3表示维护公告"`
+ Channel string `json:"channel" description:"渠道号:第三方的登录渠道"`
+ Content string `json:"content" description:""`
+ Status int `json:"status" description:"1.正常,2.白名单,3.维护"`
+ SendTime int64 `json:"sendTime" description:"延时发送"`
+ CDate *gtime.Time `json:"cDate" description:"公告创建时间"`
+ ServerId int `json:"serverId" description:""`
+ Uids string `json:"uids" description:""`
+ PopType int `json:"popType" description:"1.强制退出,2.普通弹窗"`
+}
diff --git a/internal/model/entity/game_notice_model.go b/internal/model/entity/game_notice_model.go
new file mode 100644
index 0000000..87f9f5e
--- /dev/null
+++ b/internal/model/entity/game_notice_model.go
@@ -0,0 +1,14 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameNoticeModel is the golang structure for table game_notice_model.
+type GameNoticeModel struct {
+ Id int64 `json:"id" description:""`
+ Title string `json:"title" description:""`
+ Content string `json:"content" description:""`
+ NoticeType int `json:"noticeType" description:"1-弹窗公告,2-登录公告,3-维护公告;"`
+ ModelType int `json:"modelType" description:"1-公告头,2-维护补偿"`
+}
diff --git a/internal/model/entity/game_online.go b/internal/model/entity/game_online.go
new file mode 100644
index 0000000..fd4688c
--- /dev/null
+++ b/internal/model/entity/game_online.go
@@ -0,0 +1,18 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameOnline is the golang structure for table game_online.
+type GameOnline struct {
+ Id int64 `json:"id" description:""`
+ Channel string `json:"channel" description:"渠道"`
+ Server int `json:"server" description:"区服"`
+ Num int `json:"num" description:"在线数量"`
+ Date *gtime.Time `json:"date" description:""`
+}
diff --git a/internal/model/entity/game_recharge.go b/internal/model/entity/game_recharge.go
new file mode 100644
index 0000000..95744be
--- /dev/null
+++ b/internal/model/entity/game_recharge.go
@@ -0,0 +1,30 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRecharge is the golang structure for table game_recharge.
+type GameRecharge struct {
+ Id int64 `json:"id" description:""`
+ UnitId int64 `json:"unitId" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Server int `json:"server" description:"区服"`
+ Amount int `json:"amount" description:"充值金额"`
+ CreateTime *gtime.Time `json:"createTime" description:"记录创建时间"`
+ ExternalCreateTime *gtime.Time `json:"externalCreateTime" description:"订单创建时间"`
+ PayTime *gtime.Time `json:"payTime" description:"订单支付时间"`
+ Status int `json:"status" description:"订单状态:1-成功,2-失败,3-创建,"`
+ Config int `json:"config" description:"配置Id"`
+ TradeNo string `json:"tradeNo" description:"游戏方订单号"`
+ ExternalTradeNo string `json:"externalTradeNo" description:"第三方订单号"`
+ TradeStatus string `json:"tradeStatus" description:"第三方订单状态"`
+ BuyerId string `json:"buyerId" description:""`
+ Platform int `json:"platform" description:"充值平台"`
+ Remark string `json:"remark" description:"手动修改成功理由"`
+ Receipt string `json:"receipt" description:""`
+}
diff --git a/internal/model/entity/game_recharge_control.go b/internal/model/entity/game_recharge_control.go
new file mode 100644
index 0000000..01438a3
--- /dev/null
+++ b/internal/model/entity/game_recharge_control.go
@@ -0,0 +1,11 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameRechargeControl is the golang structure for table game_recharge_control.
+type GameRechargeControl struct {
+ Id int `json:"id" description:""`
+ Channel string `json:"channel" description:""`
+}
diff --git a/internal/model/entity/game_recharge_copy_1.go b/internal/model/entity/game_recharge_copy_1.go
new file mode 100644
index 0000000..810bb41
--- /dev/null
+++ b/internal/model/entity/game_recharge_copy_1.go
@@ -0,0 +1,30 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRechargeCopy1 is the golang structure for table game_recharge_copy1.
+type GameRechargeCopy1 struct {
+ Id int64 `json:"id" description:""`
+ UnitId int64 `json:"unitId" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Server int `json:"server" description:"区服"`
+ Amount int `json:"amount" description:"充值金额"`
+ CreateTime *gtime.Time `json:"createTime" description:"记录创建时间"`
+ ExternalCreateTime *gtime.Time `json:"externalCreateTime" description:"订单创建时间"`
+ PayTime *gtime.Time `json:"payTime" description:"订单支付时间"`
+ Status int `json:"status" description:"订单状态:1-成功,2-失败,3-创建,"`
+ Config int `json:"config" description:"配置Id"`
+ TradeNo string `json:"tradeNo" description:"游戏方订单号"`
+ ExternalTradeNo string `json:"externalTradeNo" description:"第三方订单号"`
+ TradeStatus string `json:"tradeStatus" description:"第三方订单状态"`
+ BuyerId string `json:"buyerId" description:""`
+ Platform int `json:"platform" description:"充值平台"`
+ Remark string `json:"remark" description:"手动修改成功理由"`
+ Receipt string `json:"receipt" description:""`
+}
diff --git a/internal/model/entity/game_recharge_copy_2.go b/internal/model/entity/game_recharge_copy_2.go
new file mode 100644
index 0000000..f1f8bfc
--- /dev/null
+++ b/internal/model/entity/game_recharge_copy_2.go
@@ -0,0 +1,29 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRechargeCopy2 is the golang structure for table game_recharge_copy2.
+type GameRechargeCopy2 struct {
+ Id int64 `json:"id" description:""`
+ UnitId int64 `json:"unitId" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Server int `json:"server" description:"区服"`
+ Amount int `json:"amount" description:"充值金额"`
+ CreateTime *gtime.Time `json:"createTime" description:"记录创建时间"`
+ ExternalCreateTime *gtime.Time `json:"externalCreateTime" description:"订单创建时间"`
+ PayTime *gtime.Time `json:"payTime" description:"订单支付时间"`
+ Status int `json:"status" description:"订单状态:1-创建, 2-成功, 3-失效, 100-失败,"`
+ Config int `json:"config" description:"配置Id"`
+ TradeNo string `json:"tradeNo" description:"游戏方订单号"`
+ ExternalTradeNo string `json:"externalTradeNo" description:"第三方订单号"`
+ TradeStatus string `json:"tradeStatus" description:"第三方订单状态"`
+ BuyerId string `json:"buyerId" description:""`
+ Platform int `json:"platform" description:"充值平台"`
+ Remark string `json:"remark" description:"手动修改成功理由"`
+}
diff --git a/internal/model/entity/game_recharge_log.go b/internal/model/entity/game_recharge_log.go
new file mode 100644
index 0000000..5c71ced
--- /dev/null
+++ b/internal/model/entity/game_recharge_log.go
@@ -0,0 +1,23 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRechargeLog is the golang structure for table game_recharge_log.
+type GameRechargeLog struct {
+ Id int64 `json:"id" description:""`
+ UnitId int64 `json:"unitId" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Server int `json:"server" description:"区服"`
+ Amount int `json:"amount" description:"充值金额"`
+ Config int `json:"config" description:"配置Id"`
+ CreateTime *gtime.Time `json:"createTime" description:"记录创建时间"`
+ TradeNo string `json:"tradeNo" description:"游戏方订单号"`
+ Remark string `json:"remark" description:"手动修改成功理由"`
+ User string `json:"user" description:"操作员"`
+}
diff --git a/internal/model/entity/game_recharge_rebate.go b/internal/model/entity/game_recharge_rebate.go
new file mode 100644
index 0000000..394cafc
--- /dev/null
+++ b/internal/model/entity/game_recharge_rebate.go
@@ -0,0 +1,12 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameRechargeRebate is the golang structure for table game_recharge_rebate.
+type GameRechargeRebate struct {
+ Id int64 `json:"Id" description:""`
+ Account string `json:"account" description:""`
+ Channel string `json:"channel" description:""`
+}
diff --git a/internal/model/entity/game_register.go b/internal/model/entity/game_register.go
new file mode 100644
index 0000000..0a1e86a
--- /dev/null
+++ b/internal/model/entity/game_register.go
@@ -0,0 +1,20 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameRegister is the golang structure for table game_register.
+type GameRegister struct {
+ Id int64 `json:"id" description:""`
+ Account string `json:"account" description:""`
+ Channel string `json:"channel" description:"渠道:0-无,"`
+ CreateTime *gtime.Time `json:"createTime" description:"账号创建时间"`
+ CreateType int `json:"createType" description:"创建:1-账密,2-qq,3-微信,4-gm,"`
+ Platform int `json:"platform" description:"类型:1-android,2-ios,3-gm,"`
+ Server string `json:"server" description:""`
+}
diff --git a/internal/model/entity/game_shop_log.go b/internal/model/entity/game_shop_log.go
new file mode 100644
index 0000000..a4f7532
--- /dev/null
+++ b/internal/model/entity/game_shop_log.go
@@ -0,0 +1,19 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameShopLog is the golang structure for table game_shop_log.
+type GameShopLog struct {
+ Id int64 `json:"id" description:""`
+ Uid int64 `json:"uid" description:""`
+ ItemId int `json:"itemId" description:""`
+ Num int `json:"num" description:""`
+ Price int `json:"price" description:"价格"`
+ CDate *gtime.Time `json:"cDate" description:""`
+}
diff --git a/internal/model/entity/game_unit.go b/internal/model/entity/game_unit.go
new file mode 100644
index 0000000..c0fce88
--- /dev/null
+++ b/internal/model/entity/game_unit.go
@@ -0,0 +1,29 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameUnit is the golang structure for table game_unit.
+type GameUnit struct {
+ Id int64 `json:"id" description:""`
+ Account string `json:"account" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Uid int64 `json:"uid" description:"账号Id"`
+ Server int `json:"server" description:"区服"`
+ Scale int `json:"scale" description:"规模"`
+ Name string `json:"name" description:"桃谷名称"`
+ LogTime int64 `json:"logTime" description:""`
+ CreateTime *gtime.Time `json:"createTime" description:"账号创建时间"`
+ VillagerNum int `json:"villagerNum" description:"村民数量"`
+ Prosperity int `json:"prosperity" description:"繁荣值"`
+ GoldIngot int `json:"goldIngot" description:"桃花石"`
+ BaseFood int `json:"baseFood" description:"基础食物"`
+ Day int `json:"day" description:"游戏天数"`
+ Recharge int64 `json:"recharge" description:"充值"`
+ OAID string `json:"oAID" description:""`
+}
diff --git a/internal/model/entity/game_unit_copy_1.go b/internal/model/entity/game_unit_copy_1.go
new file mode 100644
index 0000000..ad086e8
--- /dev/null
+++ b/internal/model/entity/game_unit_copy_1.go
@@ -0,0 +1,29 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameUnitCopy1 is the golang structure for table game_unit_copy1.
+type GameUnitCopy1 struct {
+ Id int64 `json:"id" description:""`
+ Account string `json:"account" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Uid int64 `json:"uid" description:"账号Id"`
+ Server int `json:"server" description:"区服"`
+ Scale int `json:"scale" description:"规模"`
+ Name string `json:"name" description:"桃谷名称"`
+ LogTime int64 `json:"logTime" description:""`
+ CreateTime *gtime.Time `json:"createTime" description:"账号创建时间"`
+ VillagerNum int `json:"villagerNum" description:"村民数量"`
+ Prosperity int `json:"prosperity" description:"繁荣值"`
+ GoldIngot int `json:"goldIngot" description:"桃花石"`
+ BaseFood int `json:"baseFood" description:"基础食物"`
+ Day int `json:"day" description:"游戏天数"`
+ Recharge int64 `json:"recharge" description:"充值"`
+ OAID string `json:"oAID" description:""`
+}
diff --git a/internal/model/entity/game_unit_copy_2.go b/internal/model/entity/game_unit_copy_2.go
new file mode 100644
index 0000000..607202d
--- /dev/null
+++ b/internal/model/entity/game_unit_copy_2.go
@@ -0,0 +1,28 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// GameUnitCopy2 is the golang structure for table game_unit_copy2.
+type GameUnitCopy2 struct {
+ Id int64 `json:"id" description:""`
+ Account string `json:"account" description:""`
+ Channel string `json:"channel" description:""`
+ Uid int64 `json:"uid" description:""`
+ Server int `json:"server" description:""`
+ Scale int `json:"scale" description:""`
+ Name string `json:"name" description:""`
+ LogTime int64 `json:"logTime" description:""`
+ CreateTime *gtime.Time `json:"createTime" description:"账号创建时间"`
+ VillagerNum int `json:"villagerNum" description:"村民数量"`
+ Prosperity int `json:"prosperity" description:"繁荣值"`
+ GoldIngot int `json:"goldIngot" description:"桃花石"`
+ BaseFood int `json:"baseFood" description:"基础食物"`
+ Day int `json:"day" description:"游戏天数"`
+ Recharge int64 `json:"recharge" description:"充值"`
+}
diff --git a/internal/model/entity/game_version.go b/internal/model/entity/game_version.go
new file mode 100644
index 0000000..40c5913
--- /dev/null
+++ b/internal/model/entity/game_version.go
@@ -0,0 +1,12 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameVersion is the golang structure for table game_version.
+type GameVersion struct {
+ Id uint `json:"id" description:""`
+ Channel string `json:"channel" description:""`
+ Version string `json:"version" description:""`
+}
diff --git a/internal/model/entity/game_white_list.go b/internal/model/entity/game_white_list.go
new file mode 100644
index 0000000..d72b1b5
--- /dev/null
+++ b/internal/model/entity/game_white_list.go
@@ -0,0 +1,11 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// GameWhiteList is the golang structure for table game_white_list.
+type GameWhiteList struct {
+ Id int64 `json:"id" description:""`
+ Ip string `json:"ip" description:""`
+}
diff --git a/internal/model/entity/item_income_expense_records.go b/internal/model/entity/item_income_expense_records.go
new file mode 100644
index 0000000..4b082c6
--- /dev/null
+++ b/internal/model/entity/item_income_expense_records.go
@@ -0,0 +1,22 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// ItemIncomeExpenseRecords is the golang structure for table item_income_expense_records.
+type ItemIncomeExpenseRecords struct {
+ Id int64 `json:"id" description:"唯一"`
+ Uid int64 `json:"uid" description:"账号"`
+ ItemId int `json:"itemId" description:"物品Id"`
+ Num int64 `json:"num" description:"数量"`
+ Way string `json:"way" description:"消耗途径"`
+ State int `json:"state" description:"1:消耗,2:增加"`
+ AddTime int64 `json:"addTime" description:"添加时间"`
+ CTime *gtime.Time `json:"cTime" description:"创建记录时间"`
+ Server int `json:"server" description:"区服"`
+}
diff --git a/internal/model/entity/keep_alive.go b/internal/model/entity/keep_alive.go
new file mode 100644
index 0000000..d7287fc
--- /dev/null
+++ b/internal/model/entity/keep_alive.go
@@ -0,0 +1,17 @@
+package entity
+
+type KeepAlive struct {
+ //Id int64 `json:"_id" description:"序号"`
+ //Uid int64 `json:"uid" description:"uid"`
+ Num int64 `json:"num" description:"数量"`
+ //CDate interface{} `json:"c_date" description:"登录时间"`
+ //EDate interface{} `json:"e_date" description:"登出时间"`
+ //CT string `json:"ct" description:"创建时间"`
+ CD string `json:"cd" description:"登录时间"`
+ //Channel string `json:"channel" description:"渠道"`
+}
+
+type OnlineData struct {
+ Num int64 `json:"num" description:"数量"`
+ Channel string `json:"channel" description:"渠道"`
+}
diff --git a/internal/model/entity/login_logout_info.go b/internal/model/entity/login_logout_info.go
new file mode 100644
index 0000000..d68d76d
--- /dev/null
+++ b/internal/model/entity/login_logout_info.go
@@ -0,0 +1,26 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// LoginLogoutInfo is the golang structure for table login_logout_info.
+type LoginLogoutInfo struct {
+ Id int64 `json:"id" description:""`
+ Uid int64 `json:"uid" description:""`
+ State int `json:"state" description:"1: 登录,2: 登出"`
+ CDate *gtime.Time `json:"cDate" description:""`
+ GameTime int `json:"gameTime" description:"游戏时间"`
+ Scale int `json:"scale" description:"规模"`
+ VillagerNum int `json:"villagerNum" description:"村民数量"`
+ Prosperity int `json:"prosperity" description:"繁荣值"`
+ Copper int `json:"copper" description:"铜币"`
+ GoldIngot int `json:"goldIngot" description:"桃花石"`
+ BaseFood int `json:"baseFood" description:"基础食物"`
+ Day int `json:"day" description:"游戏天数"`
+ Server int `json:"server" description:"区服"`
+}
diff --git a/internal/model/entity/login_out_log.go b/internal/model/entity/login_out_log.go
new file mode 100644
index 0000000..a368a27
--- /dev/null
+++ b/internal/model/entity/login_out_log.go
@@ -0,0 +1,14 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+// LoginOutLog is the golang structure for table login_out_log.
+type LoginOutLog struct {
+ Id int64 `json:"id" description:""`
+ Uid int64 `json:"uid" description:""`
+ CDate int64 `json:"cDate" description:""`
+ EDate int64 `json:"eDate" description:""`
+ Server int `json:"server" description:""`
+}
diff --git a/internal/model/entity/sys_auth_rule_copy_1.go b/internal/model/entity/sys_auth_rule_copy_1.go
new file mode 100644
index 0000000..abe4e44
--- /dev/null
+++ b/internal/model/entity/sys_auth_rule_copy_1.go
@@ -0,0 +1,35 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// SysAuthRuleCopy1 is the golang structure for table sys_auth_rule_copy1.
+type SysAuthRuleCopy1 struct {
+ Id uint `json:"id" description:""`
+ Pid uint `json:"pid" description:"父ID"`
+ Name string `json:"name" description:"规则名称"`
+ Title string `json:"title" description:"规则名称"`
+ Icon string `json:"icon" description:"图标"`
+ Condition string `json:"condition" description:"条件"`
+ Remark string `json:"remark" description:"备注"`
+ MenuType uint `json:"menuType" description:"类型 0目录 1菜单 2按钮"`
+ Weigh int `json:"weigh" description:"权重"`
+ IsHide uint `json:"isHide" description:"显示状态"`
+ Path string `json:"path" description:"路由地址"`
+ Component string `json:"component" description:"组件路径"`
+ IsLink uint `json:"isLink" description:"是否外链 1是 0否"`
+ ModuleType string `json:"moduleType" description:"所属模块"`
+ ModelId uint `json:"modelId" description:"模型ID"`
+ IsIframe uint `json:"isIframe" description:"是否内嵌iframe"`
+ IsCached uint `json:"isCached" description:"是否缓存"`
+ Redirect string `json:"redirect" description:"路由重定向地址"`
+ IsAffix uint `json:"isAffix" description:"是否固定"`
+ LinkUrl string `json:"linkUrl" description:"链接地址"`
+ CreatedAt *gtime.Time `json:"createdAt" description:"创建日期"`
+ UpdatedAt *gtime.Time `json:"updatedAt" description:"修改日期"`
+}
diff --git a/internal/model/entity/web_operate_log.go b/internal/model/entity/web_operate_log.go
new file mode 100644
index 0000000..45f0817
--- /dev/null
+++ b/internal/model/entity/web_operate_log.go
@@ -0,0 +1,21 @@
+// =================================================================================
+// Code generated by GoFrame CLI tool. DO NOT EDIT.
+// =================================================================================
+
+package entity
+
+import (
+ "github.com/gogf/gf/v2/os/gtime"
+)
+
+// WebOperateLog is the golang structure for table web_operate_log.
+type WebOperateLog struct {
+ Id uint64 `json:"id" description:""`
+ FuncName string `json:"funcName" description:"调用功能"`
+ Ip string `json:"ip" description:"使用者ip"`
+ Ct *gtime.Time `json:"ct" description:"记录创建时间"`
+ Content string `json:"content" description:"内容"`
+ ReqJson string `json:"reqJson" description:"请求内容"`
+ CbData string `json:"cbData" description:"回调内容"`
+ UserName string `json:"userName" description:"操作账号"`
+}
diff --git a/internal/model/sys_user.go b/internal/model/sys_user.go
index b59ee20..2d8af20 100644
--- a/internal/model/sys_user.go
+++ b/internal/model/sys_user.go
@@ -18,8 +18,8 @@ type LoginUserRes struct {
UserSalt string `orm:"user_salt" json:"userSalt"` // 加密盐
UserStatus uint `orm:"user_status" json:"userStatus"` // 用户状态;0:禁用,1:正常,2:未验证
IsAdmin int `orm:"is_admin" json:"isAdmin"` // 是否后台管理员 1 是 0 否
- Avatar string `orm:"avatar" json:"avatar"` //头像
- DeptId uint64 `orm:"dept_id" json:"deptId"` //部门id
+ Avatar string `orm:"avatar" json:"avatar"` //头像
+ DeptId uint64 `orm:"dept_id" json:"deptId"` //部门id
}
// SysUserRoleDeptRes 带有部门、角色、岗位信息的用户数据
diff --git a/internal/router/router.go b/internal/router/router.go
index 520d0ec..15ad824 100644
--- a/internal/router/router.go
+++ b/internal/router/router.go
@@ -8,7 +8,10 @@
package router
import (
+ "github.com/gogf/gf/v2/errors/gcode"
+ "github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/net/ghttp"
+ "net/http"
"tyj_admin/internal/controller"
"tyj_admin/internal/service"
@@ -29,6 +32,62 @@ func BindController(group *ghttp.RouterGroup) {
}
+func BindAnotherController(group *ghttp.RouterGroup) {
+ group.Group("/frontApi", func(group *ghttp.RouterGroup) {
+ group.Middleware(MiddlewareHandlerResponse)
+ GameBindFrontController(group)
+
+ })
+}
+
+func MiddlewareHandlerResponse(r *ghttp.Request) {
+ r.Middleware.Next()
+
+ // There's custom buffer content, it then exits current handler.
+ if r.Response.BufferLength() > 0 {
+ return
+ }
+
+ var (
+ msg string
+ err = r.GetError()
+ res = r.GetHandlerResponse()
+ code = gerror.Code(err)
+ )
+ if err != nil {
+ if code == gcode.CodeNil {
+ code = gcode.CodeInternalError
+ }
+ msg = err.Error()
+ } else {
+ if r.Response.Status > 0 && r.Response.Status != http.StatusOK {
+ msg = http.StatusText(r.Response.Status)
+ switch r.Response.Status {
+ case http.StatusNotFound:
+ code = gcode.CodeNotFound
+ case http.StatusForbidden:
+ code = gcode.CodeNotAuthorized
+ default:
+ code = gcode.CodeUnknown
+ }
+ // It creates error as it can be retrieved by other middlewares.
+ err = gerror.NewCode(code, msg)
+ r.SetError(err)
+ } else {
+ code = gcode.CodeOK
+ }
+ }
+ if msg != "" {
+ res = msg
+ }
+
+ //fmt.Println("WriteJson ", err, msg, fmt.Sprintf("%j", res))
+ if res == nil {
+ res = ""
+ }
+ r.Response.WriteJson(res)
+}
+
func CommonBindController(group *ghttp.RouterGroup) {
group.Group("/pub", func(group *ghttp.RouterGroup) {
group.Middleware(service.Middleware().MiddlewareCORS)
@@ -54,12 +113,11 @@ func DemoBindController(group *ghttp.RouterGroup) {
controller.Demo,
)
})
-
}
func SystemBindController(group *ghttp.RouterGroup) {
group.Group("/system", func(group *ghttp.RouterGroup) {
- group.Middleware(service.Middleware().MiddlewareCORS)
+ group.Middleware(service.Middleware().MiddlewareCORS, service.Middleware().OperLog)
// 系统初始化
group.Bind(
controller.DbInit,
@@ -89,18 +147,43 @@ func SystemBindController(group *ghttp.RouterGroup) {
func GameBindController(group *ghttp.RouterGroup) {
group.Group("/game", func(group *ghttp.RouterGroup) {
- group.Bind(controller.GamePub)
+ //group.Bind(controller.GamePub)
group.Middleware(service.Middleware().MiddlewareCORS)
service.SysGfToken().Middleware(group)
//context拦截器
- group.Middleware(service.Middleware().Ctx, service.Middleware().Auth)
+ group.Middleware(service.Middleware().Ctx, service.Middleware().Auth, service.Middleware().OperLog)
group.Bind(
controller.GameRole,
controller.GameMail,
controller.GameOrder,
controller.GameManage,
controller.GameNotice,
+ controller.GameCorn,
controller.GameCustom,
+ controller.GameBazaar,
+ controller.GameMonthlyLottery,
+ controller.GamePropExchange,
+ controller.GameModel,
+ controller.GameCCD,
+ controller.GameVersion,
+ controller.GameRank,
+ controller.GameWhiteList,
+ controller.Config,
+ controller.GameLoginUrl,
+ controller.GameCdKey,
+ controller.GameSet,
+ controller.Advertisement,
+ controller.GameBug,
)
})
}
+
+func GameBindFrontController(group *ghttp.RouterGroup) {
+ group.Group("/game", func(group *ghttp.RouterGroup) {
+ group.Bind(
+ controller.GamePub,
+ controller.OutCCD,
+ controller.OutId,
+ controller.GameRebate)
+ })
+}
diff --git a/internal/service/casbin.go b/internal/service/casbin.go
index 1f9afa0..c213a76 100644
--- a/internal/service/casbin.go
+++ b/internal/service/casbin.go
@@ -234,5 +234,6 @@ func rawDelete(a *adapterCasbin, line *entity.CasbinRule) error {
db = db.Where("v5 = ?", line.V5)
}
_, err := db.Delete()
+ g.Log().Info(context.TODO(), "Delete: ", err)
return err
}
diff --git a/internal/service/middleware.go b/internal/service/middleware.go
index 2339b4f..1b6ae56 100644
--- a/internal/service/middleware.go
+++ b/internal/service/middleware.go
@@ -13,6 +13,9 @@ import (
"github.com/gogf/gf/v2/net/ghttp"
"github.com/gogf/gf/v2/text/gstr"
"github.com/gogf/gf/v2/util/gconv"
+ "log"
+ "time"
+ "tyj_admin/internal/dao"
"tyj_admin/internal/model"
"tyj_admin/library/libResponse"
)
@@ -21,6 +24,7 @@ type IMiddleware interface {
MiddlewareCORS(r *ghttp.Request)
Ctx(r *ghttp.Request)
Auth(r *ghttp.Request)
+ OperLog(r *ghttp.Request)
}
type middlewareImpl struct{}
@@ -127,11 +131,40 @@ func (s *middlewareImpl) Auth(r *ghttp.Request) {
libResponse.FailJson(true, r, "判断权限失败")
}
if !hasAccess {
- libResponse.FailJson(true, r, "没有访问权限")
+ libResponse.FailJson(true, r, "没有访问权限1"+fmt.Sprint(hasAccess)+fmt.Sprint(adminId)+fmt.Sprint(menuId))
}
}
+
} else if menu == nil && accessParamsStr != "" {
+ log.Print("Auth: ", menu, accessParamsStr)
libResponse.FailJson(true, r, "没有访问权限")
}
r.Middleware.Next()
}
+
+// 操作日志 处理中间件
+func (s *middlewareImpl) OperLog(r *ghttp.Request) {
+ ctx := r.GetCtx()
+ //获取登陆用户id
+ user := Context().GetLoginUser(ctx)
+ userName := "未登录"
+ if user != nil {
+ userName = user.UserName
+ }
+
+ dao.SysOperLog.Ctx(ctx).Insert(g.Map{
+ dao.SysOperLog.Columns().Title: "",
+ dao.SysOperLog.Columns().BusinessType: 0,
+ dao.SysOperLog.Columns().Method: r.URL,
+ dao.SysOperLog.Columns().RequestMethod: r.Method,
+ dao.SysOperLog.Columns().OperatorType: 0,
+ dao.SysOperLog.Columns().OperName: userName,
+ dao.SysOperLog.Columns().OperUrl: r.URL.Path,
+ dao.SysOperLog.Columns().OperIp: r.GetClientIp(),
+ dao.SysOperLog.Columns().OperLocation: r.RemoteAddr,
+ dao.SysOperLog.Columns().OperParam: r.URL.RawQuery,
+ dao.SysOperLog.Columns().OperTime: time.Now(),
+ })
+
+ r.Middleware.Next()
+}
diff --git a/internal/service/sys_role.go b/internal/service/sys_role.go
index 425f833..b0d886d 100644
--- a/internal/service/sys_role.go
+++ b/internal/service/sys_role.go
@@ -93,11 +93,11 @@ func (s *roleImpl) getRoleListFromDb(ctx context.Context) (value interface{}, er
func (s *roleImpl) AddRoleRule(ctx context.Context, ruleIds []uint, roleId int64) (err error) {
err = g.Try(ctx, func(ctx context.Context) {
enforcer, e := CasbinEnforcer(ctx)
- liberr.ErrIsNil(ctx, e)
+ liberr.ErrIsNil(ctx, e, "添加权限失败")
ruleIdsStr := gconv.Strings(ruleIds)
for _, v := range ruleIdsStr {
_, err = enforcer.AddPolicy(gconv.String(roleId), v, "All")
- liberr.ErrIsNil(ctx, err)
+ liberr.ErrIsNil(ctx, err, "添加权限失败")
}
})
return
@@ -107,9 +107,9 @@ func (s *roleImpl) AddRoleRule(ctx context.Context, ruleIds []uint, roleId int64
func (s *roleImpl) DelRoleRule(ctx context.Context, roleId int64) (err error) {
err = g.Try(ctx, func(ctx context.Context) {
enforcer, e := CasbinEnforcer(ctx)
- liberr.ErrIsNil(ctx, e)
+ liberr.ErrIsNil(ctx, e, "删除角色权限失败")
_, err = enforcer.RemoveFilteredPolicy(0, gconv.String(roleId))
- liberr.ErrIsNil(ctx, e)
+ liberr.ErrIsNil(ctx, e, "删除角色权限失败")
})
return
}
@@ -121,7 +121,7 @@ func (s *roleImpl) AddRole(ctx context.Context, req *system.RoleAddReq) (err err
liberr.ErrIsNil(ctx, e, "添加角色失败")
//添加角色权限
e = s.AddRoleRule(ctx, req.MenuIds, roleId)
- liberr.ErrIsNil(ctx, e)
+ liberr.ErrIsNil(ctx, e, "添加角色失败")
//清除缓存
Cache().Remove(ctx, consts.CacheSysRole)
})
diff --git a/internal/service/sys_user.go b/internal/service/sys_user.go
index 4501183..c4ab10b 100644
--- a/internal/service/sys_user.go
+++ b/internal/service/sys_user.go
@@ -19,6 +19,7 @@ import (
"github.com/gogf/gf/v2/util/gconv"
"github.com/gogf/gf/v2/util/grand"
"github.com/mssola/user_agent"
+ "log"
"tyj_admin/api/v1/system"
"tyj_admin/internal/consts"
"tyj_admin/internal/dao"
@@ -43,6 +44,7 @@ type IUser interface {
ResetUserPwd(ctx context.Context, req *system.UserResetPwdReq) (err error)
ChangeUserStatus(ctx context.Context, req *system.UserStatusReq) (err error)
Delete(ctx context.Context, ids []int) (err error)
+ GetUserByUsername(ctx context.Context, userName string) (user *model2.LoginUserRes, err error)
}
type userImpl struct {
@@ -73,6 +75,7 @@ func (s *userImpl) GetAdminUserByUsernamePassword(ctx context.Context, req *syst
user, err = s.GetUserByUsername(ctx, req.Username)
liberr.ErrIsNil(ctx, err)
liberr.ValueIsNil(user, "账号密码错误")
+ log.Printf("GetAdminUserByUsernamePassword >>> Username:%s, Password: %s", req.Username, req.Password)
//验证密码
if libUtils.EncryptPassword(req.Password, user.UserSalt) != user.UserPassword {
liberr.ErrIsNil(ctx, gerror.New("账号密码错误"))
@@ -396,7 +399,7 @@ func (s *userImpl) getSearchDeptIds(ctx context.Context, deptId int64) (deptIds
}
func (s *userImpl) Add(ctx context.Context, req *system.UserAddReq) (err error) {
- err = s.userNameOrMobileExists(ctx, req.UserName, req.Mobile)
+ err = s.userNameOrMobileExists(ctx, req.UserName, "mobile")
if err != nil {
return
}
@@ -529,9 +532,9 @@ func (s *userImpl) userNameOrMobileExists(ctx context.Context, userName, mobile
if user.UserName == userName {
liberr.ErrIsNil(ctx, gerror.New("用户名已存在"))
}
- if user.Mobile == mobile {
- liberr.ErrIsNil(ctx, gerror.New("手机号已存在"))
- }
+ //if user.Mobile == mobile {
+ // liberr.ErrIsNil(ctx, gerror.New("手机号已存在"))
+ //}
})
return err
}
@@ -585,6 +588,7 @@ func (s *userImpl) GetUserPostIds(ctx context.Context, userId uint64) (postIds [
// ResetUserPwd 重置用户密码
func (s *userImpl) ResetUserPwd(ctx context.Context, req *system.UserResetPwdReq) (err error) {
salt := grand.S(10)
+ log.Printf("ResetUserPwd >>> id:%d, Password: %s", req.Id, req.Password)
password := libUtils.EncryptPassword(req.Password, salt)
err = g.Try(ctx, func(ctx context.Context) {
_, err = dao.SysUser.Ctx(ctx).WherePri(req.Id).Update(g.Map{
diff --git a/internal/service/upload.go b/internal/service/upload.go
index 1059477..710f761 100644
--- a/internal/service/upload.go
+++ b/internal/service/upload.go
@@ -16,6 +16,7 @@ import (
"github.com/tencentyun/cos-go-sdk-v5"
"github.com/tencentyun/cos-go-sdk-v5/debug"
"io"
+ "log"
"net/http"
"net/url"
"strconv"
@@ -66,13 +67,16 @@ func (s *uploadTmpl) UploadFile(ctx context.Context, file *ghttp.UploadFile, che
// 非图片文件只能上传至本地
if checkFileType == consts.CheckFileTypeFile {
- source = consts.SourceLocal
+ source = consts.SourceDownload
}
switch source {
// 上传至本地
case consts.SourceLocal:
result, err = s.UploadLocal(ctx, file)
+ // 上传至本地
+ case consts.SourceDownload:
+ result, err = s.UploadLocalDownload(ctx, file)
// 上传至腾讯云
case consts.SourceTencent:
result, err = s.UploadTencent(ctx, file)
@@ -174,6 +178,40 @@ func (s *uploadTmpl) UploadLocal(ctx context.Context, file *ghttp.UploadFile) (r
return
}
+// 上传本地download
+func (s *uploadTmpl) UploadLocalDownload(ctx context.Context, file *ghttp.UploadFile) (result common.UploadResponse, err error) {
+ if file == nil {
+ err = errors.New("文件必须!")
+ return
+ }
+ r := g.RequestFromCtx(ctx)
+ urlPerfix := fmt.Sprintf("http://%s/", r.Host)
+ p := strings.Trim(consts.DownloadPath, "/")
+ //sp := s.getStaticPath(ctx)
+ //if sp != "" {
+ // sp = strings.Trim(sp, "/")
+ //}
+ //nowData := time.Now().Format("2006-01-02")
+ // 包含静态文件夹的路径
+ //fullDirPath := p
+ fileName, err := file.Save(p)
+ if err != nil {
+ return
+ }
+ // 不含静态文件夹的路径
+ fullPath := p + "/" + fileName
+ log.Printf("fullPath: %s, name: %s", fullPath, file.Filename)
+ result = common.UploadResponse{
+ Size: file.Size,
+ Path: fullPath,
+ FullPath: urlPerfix + fullPath,
+ Name: file.Filename,
+ Type: file.Header.Get("Content-type"),
+ }
+
+ return
+}
+
// 检查上传文件大小
func (s *uploadTmpl) CheckSize(ctx context.Context, checkFileType string, file *ghttp.UploadFile) (err error) {
@@ -250,7 +288,7 @@ func (s *uploadTmpl) getUpConfig(ctx context.Context, key string) (config *entit
return
}
if config == nil {
- err = gerror.New("上传文件类型未设置,请在后台配置")
+ err = gerror.New("上传文件类型未设置,请在后台配置" + key)
return
}
return
diff --git a/internal/serviceGame/advertisement.go b/internal/serviceGame/advertisement.go
new file mode 100644
index 0000000..b43e8e2
--- /dev/null
+++ b/internal/serviceGame/advertisement.go
@@ -0,0 +1,33 @@
+package serviceGame
+
+import (
+ "context"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IAdvertisement interface {
+ Advertise(ctx context.Context, req *game.ADReq) (res *game.ADRes, err error)
+ DeepAdvertise(ctx context.Context, req *game.DeepADReq) (res *game.DeepADRes, err error)
+}
+
+type advertisementImpl struct {
+}
+
+var advertisementService = advertisementImpl{}
+
+func Advertisement() IAdvertisement {
+ return &advertisementService
+}
+
+func (g *advertisementImpl) Advertise(ctx context.Context, req *game.ADReq) (res *game.ADRes, err error) {
+ res = new(game.ADRes)
+ res, err = internal.Advertise(ctx, req)
+ return
+}
+
+func (g *advertisementImpl) DeepAdvertise(ctx context.Context, req *game.DeepADReq) (res *game.DeepADRes, err error) {
+ res = new(game.DeepADRes)
+ res, err = internal.DeepAdvertise(ctx, req)
+ return
+}
diff --git a/internal/serviceGame/bazaar.go b/internal/serviceGame/bazaar.go
new file mode 100644
index 0000000..380b2ba
--- /dev/null
+++ b/internal/serviceGame/bazaar.go
@@ -0,0 +1,49 @@
+package serviceGame
+
+import (
+ "context"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameBazaar interface {
+ Get(ctx context.Context, req *game.GetBazaarReq) (res *game.GetBazaarRes, err error)
+ Update(ctx context.Context, req *game.UpdateBazaarReq) (res *game.UpdateBazaarRes, err error)
+ Insert(ctx context.Context, req *game.InsertBazaarReq) (res *game.InsertBazaarRes, err error)
+ InsertBatch(ctx context.Context, req *game.InsertBatchBazaarReq) (res *game.InsertBatchBazaarRes, err error)
+}
+
+type gameBazaarImpl struct {
+}
+
+var gameBazaarService = gameBazaarImpl{}
+
+func GameBazaar() IGameBazaar {
+ return &gameBazaarService
+}
+
+func (g *gameBazaarImpl) Get(ctx context.Context, req *game.GetBazaarReq) (res *game.GetBazaarRes, err error) {
+ res = new(game.GetBazaarRes)
+ res.Bazaar, err = internal.GetBazaar(ctx, req.Year, req.Date)
+ //log.Print("res.Bazaar", res.Bazaar)
+ return
+}
+
+func (g *gameBazaarImpl) Update(ctx context.Context, req *game.UpdateBazaarReq) (res *game.UpdateBazaarRes, err error) {
+ err = internal.UpdateBazaar(ctx, req.Bazaar)
+ log.Print("UpdateBazaar", err)
+ return
+}
+
+func (g *gameBazaarImpl) Insert(ctx context.Context, req *game.InsertBazaarReq) (res *game.InsertBazaarRes, err error) {
+ err = internal.InsertBazaar(ctx, req.Bazaar)
+ log.Print("InsertBazaar", err)
+ return
+}
+
+func (g *gameBazaarImpl) InsertBatch(ctx context.Context, req *game.InsertBatchBazaarReq) (res *game.InsertBatchBazaarRes, err error) {
+ err = internal.InsertBatchBazaar(ctx, req.Bazaars)
+ log.Print("InsertBazaar", err)
+ return
+}
diff --git a/internal/serviceGame/ccd.go b/internal/serviceGame/ccd.go
new file mode 100644
index 0000000..eafe22a
--- /dev/null
+++ b/internal/serviceGame/ccd.go
@@ -0,0 +1,308 @@
+package serviceGame
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "strconv"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/internal/serviceGame/internal"
+ "tyj_admin/library/libUtils"
+ "tyj_admin/library/liberr"
+)
+
+type IGameCCD interface {
+ GetCCD(ctx context.Context, req *game.GetCCDReq) (res *game.GetCCDRes, err error)
+ AddCCD(ctx context.Context, req *game.AddCCDReq) (res *game.AddCCDRes, err error)
+ DelCCD(ctx context.Context, req *game.DelCCDReq) (res *game.DelCCDRes, err error)
+ GetGameCCD(ctx context.Context, req *game.GetGameCCDReq) (res *game.GetGameCCDRes, err error)
+ GetGameCCD1(ctx context.Context, req *game.GetGameCCD1Req) (res *game.GetGameCCD1Res, err error)
+ GetGameCCD2(ctx context.Context, req *game.GetGameCCDReq) (res *game.GetGameCCDRes, err error)
+}
+
+type gameCCDImpl struct {
+}
+
+var gameCCDService = gameCCDImpl{}
+
+func GameCCD() IGameCCD {
+ return &gameCCDService
+}
+func (c *gameCCDImpl) GetCCD(ctx context.Context, req *game.GetCCDReq) (res *game.GetCCDRes, err error) {
+ //ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("ip: ", ip)
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.GetCCDRes)
+ model := dao.GameCcdUrl.Ctx(ctx)
+ if req.Platform != "" {
+ model = model.Where("platform=?", req.Platform)
+ }
+ if req.VersionName != "" {
+ model = model.Where("versionName=?", req.VersionName)
+ }
+ if req.ChannelType != "" {
+ model = model.Where("channelType=?", req.ChannelType)
+ }
+ if req.Ip != "" {
+ model = model.Where("ip=?", req.Ip)
+ }
+ model = model.OrderDesc("versionName")
+ res.Total, err = model.Count()
+ liberr.ErrIsNil(ctx, err, "mysql err")
+ model = model.Page(req.PageNum, req.PageSize)
+ err = model.Scan(&res.CCDList)
+ })
+ return
+}
+
+func (c *gameCCDImpl) AddCCD(ctx context.Context, req *game.AddCCDReq) (res *game.AddCCDRes, err error) {
+ res = new(game.AddCCDRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameCcdUrl.Ctx(ctx)
+ model = model.Where("channelType = ?", req.ChannelType)
+ model = model.Where("platform=? ", req.Platform)
+ model = model.Where("versionName=? ", req.VersionName)
+ model = model.Where("ip=? ", req.Ip)
+ var ccdList []*entity.GameCcdUrl
+ err = model.Scan(&ccdList)
+ if err != nil {
+ return
+ }
+ if len(ccdList) > 0 {
+ model = dao.GameCcdUrl.Ctx(ctx)
+ _, err = model.Where("id=", ccdList[0].Id).Data(&do.GameCcdUrl{State: req.State, HotfixVersion: req.HotfixVersion, Url: req.Url}).Update()
+ } else {
+ model = dao.GameCcdUrl.Ctx(ctx)
+ _, err = model.Insert(&do.GameCcdUrl{ChannelType: req.ChannelType, Platform: req.Platform, HotfixVersion: req.HotfixVersion, VersionCompare: req.VersionCompare, Ip: req.Ip, VersionCode: req.VersionCode, VersionName: req.VersionName, State: req.State, Url: req.Url})
+ }
+ })
+ return
+}
+
+func (c *gameCCDImpl) DelCCD(ctx context.Context, req *game.DelCCDReq) (res *game.DelCCDRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ if req.Id == 0 {
+ liberr.ErrIsNil(ctx, err, "错误的id")
+ return
+ }
+ _, e := dao.GameCcdUrl.Ctx(ctx).Where("id=", req.Id).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除通知失败")
+ return
+ }
+ })
+
+ return
+}
+
+func getStateRes(platform string, state int) (res string) {
+ if platform == "Android" {
+ if state == 1 {
+ res = consts.ANDROID
+ } else {
+ res = consts.ANDROID_test
+ }
+ } else if platform == "IOS" {
+ if state == 1 {
+ res = consts.IOS
+ } else {
+ res = consts.ANDROID_test
+ }
+ }
+ return res
+}
+
+func (c *gameCCDImpl) GetGameCCD(ctx context.Context, req *game.GetGameCCDReq) (res *game.GetGameCCDRes, err error) {
+ res = new(game.GetGameCCDRes)
+ ip := libUtils.GetClientIp(ctx)
+ g.Log().Debugf(ctx, "0 ip= ", req.Platform, req.ChannelType, gjson.MustEncodeString(req))
+ if req.ChannelType == "000005000000" {
+ res.AuditMode = 1
+ }
+ if req.Version == "" {
+ req.Version = req.VersionName
+ }
+ res.EnableAccountLogin = 0
+ res.EnableHotfix = 1
+ err = g.Try(ctx, func(ctx context.Context) {
+ if internal.GetEnableHotfix(ctx, req.ChannelType+req.Version) != "" {
+ data, _ := strconv.Atoi(internal.GetEnableHotfix(ctx, req.ChannelType+req.Version))
+ res.EnableHotfix = int32(data)
+ } else if internal.GetEnableHotfix(ctx, req.ChannelType) != "" {
+ data, _ := strconv.Atoi(internal.GetEnableHotfix(ctx, req.ChannelType))
+ res.EnableHotfix = int32(data)
+ }
+ if internal.GetEnableAccountLogin(ctx, req.ChannelType+req.Version) != "" {
+ data, _ := strconv.Atoi(internal.GetEnableAccountLogin(ctx, req.ChannelType+req.Version))
+ res.EnableAccountLogin = int32(data)
+ } else if internal.GetEnableAccountLogin(ctx, req.ChannelType) != "" {
+ data, _ := strconv.Atoi(internal.GetEnableAccountLogin(ctx, req.ChannelType))
+ res.EnableAccountLogin = int32(data)
+ }
+
+ model := dao.GameCcdUrl.Ctx(ctx)
+ model = model.Where("platform=? and (versionName='' or versionName>=?) and (channelType='' or channelType=?) or ip=?", req.Platform, req.Version, req.ChannelType, ip)
+ model = model.Order("ip, versionName, channelType DESC")
+ var ccdList []*entity.GameCcdUrl
+ err = model.Scan(&ccdList)
+ g.Log().Debugf(ctx, "1 ip="+ip, len(ccdList))
+ //res.Version = GameVersion().GetVersion(ctx, req.ChannelType)
+ ccdLen := len(ccdList)
+ if err != nil || ccdLen == 0 {
+ liberr.ErrIsNil(ctx, err, "插入通知日志失败")
+ //g.Log().Debugf(ctx, "1.1 ip="+ip, len(ccdList))
+ return
+ }
+
+ //g.Log().Debugf(ctx, "2 ip="+ip, len(ccdList))
+ for _, v := range ccdList {
+ versionWith := v.VersionName
+ if v.HotfixVersion != "" {
+ versionWith = v.HotfixVersion
+ }
+ url := v.Url + versionWith
+ //url := fmt.Sprintf("https://a.unity.cn/client_api/v1/buckets/%s/entry_by_path/content/?path=", getStateRes(v.Platform, v.State))
+
+ //g.Log().Debugf(ctx, "3 ip="+ip, url, gjson.MustEncodeString(v))
+ if v.Ip == ip {
+ res.Url = url
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ip -> ip="+ip, gjson.MustEncodeString(res))
+ return
+ } else {
+ if v.ChannelType == req.ChannelType {
+ res.Url = url
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ChannelType -> req.ChannelType=%s, ", req.ChannelType, gjson.MustEncodeString(res))
+ return
+ } else if v.ChannelType == "" {
+ if v.HotfixVersion == req.HotfixVersion {
+ res.Url = url
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ChannelType == '' -> req.HotfixVersion="+req.HotfixVersion, gjson.MustEncodeString(res))
+ return
+ } else if v.HotfixVersion == "" {
+ res.Url = url
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ChannelType == '' -> ", gjson.MustEncodeString(res))
+ return
+ }
+ }
+ }
+ }
+
+ g.Log().Debugf(ctx, "ccd ip"+ip, res.Url)
+ })
+
+ return
+}
+
+func (c *gameCCDImpl) GetGameCCD1(ctx context.Context, req *game.GetGameCCD1Req) (res *game.GetGameCCD1Res, err error) {
+ res = new(game.GetGameCCD1Res)
+ ip := libUtils.GetClientIp(ctx)
+ g.Log().Debugf(ctx, "0 ip= ", req.Platform, req.ChannelType, gjson.MustEncodeString(req))
+ if req.Version == "" {
+ req.Version = req.VersionName
+ }
+
+ err = g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameCcdUrlCopy1.Ctx(ctx)
+ model = model.Where("platform=? and (versionName='' or versionName>=?) and (channelType='' or channelType=?) or ip=?", req.Platform, req.Version, req.ChannelType, ip)
+ model = model.Order("ip, versionName, channelType DESC")
+ var ccdList []*entity.GameCcdUrl
+ err = model.Scan(&ccdList)
+ g.Log().Debugf(ctx, "1 ip="+ip, len(ccdList))
+ //res.Version = GameVersion().GetVersion(ctx, req.ChannelType)
+ ccdLen := len(ccdList)
+ if err != nil || ccdLen == 0 {
+ liberr.ErrIsNil(ctx, err, "插入通知日志失败")
+ //g.Log().Debugf(ctx, "1.1 ip="+ip, len(ccdList))
+ return
+ }
+
+ for _, v := range ccdList {
+ if v.Ip == ip {
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ip -> ip="+ip, gjson.MustEncodeString(res), v)
+ return
+ } else {
+ if v.ChannelType == req.ChannelType {
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ChannelType -> req.ChannelType=%s, ", req.ChannelType, gjson.MustEncodeString(res))
+ return
+ } else if v.ChannelType == "" {
+ if v.HotfixVersion == req.HotfixVersion {
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ChannelType == '' -> req.HotfixVersion="+req.HotfixVersion, gjson.MustEncodeString(res))
+ return
+ } else if v.HotfixVersion == "" {
+ res.Version = v.VersionCompare
+ g.Log().Debugf(ctx, "ccd ChannelType == '' -> ", gjson.MustEncodeString(res))
+ return
+ }
+ }
+ }
+ }
+
+ g.Log().Debugf(ctx, "ccd ip"+ip)
+ })
+
+ return
+}
+
+func (c *gameCCDImpl) GetGameCCD2(ctx context.Context, req *game.GetGameCCDReq) (res *game.GetGameCCDRes, err error) {
+ res = new(game.GetGameCCDRes)
+ ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("ip: ", ip)
+ err = g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameCcdUrl.Ctx(ctx)
+ model = model.Where("Platform=? and (hotfixVersion='' or hotfixVersion>=?) and (channelType='' or channelType=?) or ip=?", req.Platform, req.HotfixVersion, req.ChannelType, ip)
+ model = model.Order("Ip, HotfixVersion, ChannelType DESC")
+ var ccdList []*entity.GameCcdUrl
+ err = model.Scan(&ccdList)
+ fmt.Println("ccd: ", ccdList)
+ res.Version = GameVersion().GetVersion(ctx, req.ChannelType)
+ ccdLen := len(ccdList)
+ if err != nil || ccdLen == 0 {
+ liberr.ErrIsNil(ctx, err, "插入通知日志失败")
+ return
+ }
+
+ for _, v := range ccdList {
+ versionWith := v.VersionName
+ if v.HotfixVersion != "" {
+ versionWith = v.HotfixVersion
+ }
+
+ url := fmt.Sprintf("https://a.unity.cn/client_api/v1/buckets/%s/entry_by_path/content/?path=", getStateRes(v.Platform, v.State))
+ if v.Ip == ip {
+ res.Url = url + versionWith
+ res.Version = v.VersionCompare
+ return
+ } else {
+ if v.ChannelType == req.ChannelType {
+ res.Url = url + versionWith
+ res.Version = v.VersionCompare
+ return
+ } else if v.ChannelType == "" {
+ if v.HotfixVersion == req.HotfixVersion {
+ res.Url = url + versionWith
+ res.Version = v.VersionCompare
+ return
+ } else if v.HotfixVersion == "" {
+ res.Url = url + versionWith
+ res.Version = v.VersionCompare
+ return
+ }
+ }
+ }
+ }
+ })
+
+ return
+}
diff --git a/internal/serviceGame/cd_key.go b/internal/serviceGame/cd_key.go
new file mode 100644
index 0000000..bf72561
--- /dev/null
+++ b/internal/serviceGame/cd_key.go
@@ -0,0 +1,75 @@
+package serviceGame
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameCdKey interface {
+ RandomGenerateCode(ctx context.Context, req *game.RandomGenerateCodeReq) (res *game.RandomGenerateCodeRes, err error)
+ GetGenerateCode(ctx context.Context, req *game.GetGenerateCodeReq) (res *game.GetGenerateCodeRes, err error)
+ AddGenerateCode(ctx context.Context, req *game.AddGenerateCodeReq) (res *game.AddGenerateCodeRes, err error)
+ GetGiftExchangeConfig(ctx context.Context, req *game.GetGiftExchangeListReq) (res *game.GetGiftExchangeListRes, err error)
+ UpdateGiftExchangeConfig(ctx context.Context, req *game.UpdateGiftExchangeReq) (res *game.UpdateGiftExchangeRes, err error)
+ GetGiftExchange(ctx context.Context, req *game.GetGiftExchangeReq) (res *game.GetGiftExchangeRes, err error)
+}
+
+type gameCdKeyImpl struct {
+}
+
+var gameCdKeyService = gameCdKeyImpl{}
+
+func GameCdKey() IGameCdKey {
+ return &gameCdKeyService
+}
+
+func (c *gameCdKeyImpl) RandomGenerateCode(ctx context.Context, req *game.RandomGenerateCodeReq) (res *game.RandomGenerateCodeRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameCdKeyImpl---RandomGenerateCode: s: ", req)
+ res, err = internal.RandomGenerateCode(ctx, req)
+ })
+ return
+}
+
+func (c *gameCdKeyImpl) GetGenerateCode(ctx context.Context, req *game.GetGenerateCodeReq) (res *game.GetGenerateCodeRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameCdKeyImpl---GetGenerateCode: s: ", req)
+ res, err = internal.GetGenerateCode(ctx, req)
+ })
+ return
+}
+
+func (c *gameCdKeyImpl) AddGenerateCode(ctx context.Context, req *game.AddGenerateCodeReq) (res *game.AddGenerateCodeRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameCdKeyImpl---AddGenerateCode: s: ", req)
+ res, err = internal.AddGenerateCode(ctx, req)
+ })
+ return
+}
+
+func (c *gameCdKeyImpl) GetGiftExchangeConfig(ctx context.Context, req *game.GetGiftExchangeListReq) (res *game.GetGiftExchangeListRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameCdKeyImpl---GetGenerateCode: s: ", req)
+ res, err = internal.GetGiftExchangeConfig(ctx, req)
+ })
+ return
+}
+
+func (c *gameCdKeyImpl) GetGiftExchange(ctx context.Context, req *game.GetGiftExchangeReq) (res *game.GetGiftExchangeRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameCdKeyImpl---GetGiftExchange: s: ", req)
+ res, err = internal.GetGiftExchange(ctx, req)
+ })
+ return
+}
+
+func (c *gameCdKeyImpl) UpdateGiftExchangeConfig(ctx context.Context, req *game.UpdateGiftExchangeReq) (res *game.UpdateGiftExchangeRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameCdKeyImpl---UpdateGiftExchangeConfig: s: ", req)
+ res, err = internal.UpdateGiftExchangeConfig(ctx, req)
+ })
+ return
+}
diff --git a/internal/serviceGame/client_bug.go b/internal/serviceGame/client_bug.go
new file mode 100644
index 0000000..10189a5
--- /dev/null
+++ b/internal/serviceGame/client_bug.go
@@ -0,0 +1,95 @@
+package serviceGame
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/database/gdb"
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/util/gconv"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/library/liberr"
+)
+
+type IGameClientBug interface {
+ List(ctx context.Context, req *game.ClientBugListReq) (res *game.ClientBugListRes, err error)
+ Add(ctx context.Context, req *game.ClientBugAddReq) (res *game.ClientBugAddRes, err error)
+ UpdateState(ctx context.Context, req *game.OperateClientBugReq) (res *game.OperateClientBugRes, err error)
+}
+
+type gameClientBugImpl struct {
+}
+
+func GameClientBug() IGameClientBug {
+ return &gameClientBugImpl{}
+}
+
+func (c gameClientBugImpl) UpdateState(ctx context.Context, req *game.OperateClientBugReq) (res *game.OperateClientBugRes, err error) {
+ err = g.DB().Transaction(ctx, func(ctx context.Context, tx *gdb.TX) error {
+ err = g.Try(ctx, func(ctx context.Context) {
+ _, err = dao.GameBugClient.Ctx(ctx).TX(tx).WherePri(req.Id).Update(do.GameBugClient{State: 1})
+ })
+ return err
+ })
+ return
+}
+
+func (c gameClientBugImpl) List(ctx context.Context, req *game.ClientBugListReq) (res *game.ClientBugListRes, err error) {
+ res = new(game.ClientBugListRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameBugClient.Ctx(ctx)
+ if req.State != 0 {
+ model = model.Where("state=?", gconv.Int(req.State-1))
+ }
+ if req.Uid != 0 {
+ model = model.Where("uid=?", req.Uid)
+ }
+ if req.Log != "" {
+ model = model.Where("bug like ?", req.Log+"%")
+ }
+ if req.Stack != "" {
+ model = model.Where("stack_trace like ?", req.Stack+"%")
+ }
+ if req.LowTime != 0 {
+ model = model.Where(`UNIX_TIMESTAMP(create_time)>=?`, req.LowTime/1000)
+ }
+ if req.UpTime != 0 {
+ model = model.Where(`UNIX_TIMESTAMP(create_time)<=?`, req.UpTime/1000)
+ }
+ res.Total, err = model.Count()
+ liberr.ErrIsNil(ctx, err, "获取BUG数据失败")
+ if req.PageNum == 0 {
+ req.PageNum = 1
+ }
+ res.CurrentPage = req.PageNum
+ if req.PageSize == 0 {
+ req.PageSize = consts.PageSize
+ }
+ err = model.Page(res.CurrentPage, req.PageSize).OrderDesc("id").Scan(&res.Bugs)
+ liberr.ErrIsNil(ctx, err, "获取bug数据失败")
+ })
+ return
+}
+
+func (c gameClientBugImpl) Add(ctx context.Context, req *game.ClientBugAddReq) (res *game.ClientBugAddRes, err error) {
+ err = g.DB().Transaction(ctx, func(ctx context.Context, tx *gdb.TX) error {
+ err = g.Try(ctx, func(ctx context.Context) {
+ _, err = dao.GameBugClient.Ctx(ctx).TX(tx).InsertAndGetId(do.GameBugClient{
+ Uid: req.Uid,
+ Bug: req.Bug,
+ LogType: req.LogType,
+ StackTrace: req.StackTrace,
+ Channel: req.Channel,
+ SubChannel: req.SubChannel,
+ DeviceModel: req.DeviceModel,
+ DeviceType: req.DeviceType,
+ OperationSystem: req.OperationSystem,
+ SystemMemorySize: req.SystemMemorySize,
+ })
+
+ })
+ return err
+ })
+ return
+}
diff --git a/internal/serviceGame/cron.go b/internal/serviceGame/cron.go
new file mode 100644
index 0000000..f5ff253
--- /dev/null
+++ b/internal/serviceGame/cron.go
@@ -0,0 +1,199 @@
+package serviceGame
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/os/gtime"
+ "time"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+var (
+ notices []entity.GameNoticeLog
+ mails []entity.Mail
+)
+
+func init() {
+ //加载游戏相关配置
+ ticker := time.NewTicker(1 * time.Second)
+ notices = []entity.GameNoticeLog{}
+ mails = []entity.Mail{}
+ //count := 1
+ ctx := context.TODO()
+ model := dao.GameNoticeLog.Ctx(ctx)
+ model = model.Where("send_time > ", gtime.TimestampMilli())
+ _ = model.Scan(¬ices)
+
+ mails, _ = internal.GetCornMails(ctx, consts.Mail_Send_Time)
+ go func() {
+ for {
+ //从定时器中获取数据
+ t := <-ticker.C
+ gameCronService.Cron(t.UnixMilli())
+ gameCronService.MailCron(t.UnixMilli())
+ }
+ }()
+
+ internal.LogInit()
+}
+
+type IGameCron interface {
+ AddCron(entity.GameNoticeLog)
+ AddMailCorn(entity.Mail)
+ DelCron(int64)
+ Cron(int64)
+ DelMailCron(string)
+ MailCron(int64)
+ GetCron(*game.GetCronReq) (*game.GetCronRes, error)
+ GetMailCron(*game.GetMailCronReq) (*game.GetMailCronRes, error)
+}
+
+type gameCronImpl struct {
+}
+
+var gameCronService = gameCronImpl{}
+
+func GameCron() IGameCron {
+ return &gameCronService
+}
+func (c *gameCronImpl) GetCron(req *game.GetCronReq) (res *game.GetCronRes, err error) {
+ res = new(game.GetCronRes)
+ res.NoticeLogs = notices
+ return
+}
+func (c *gameCronImpl) GetMailCron(req *game.GetMailCronReq) (res *game.GetMailCronRes, err error) {
+ res = new(game.GetMailCronRes)
+ res.MailLogs = mails
+ return
+}
+
+func (c *gameCronImpl) AddCron(req entity.GameNoticeLog) {
+ for i := len(notices) - 1; i >= 0; i-- {
+ notice := notices[i]
+ if notice.Id == req.Id {
+ notice.SendTime = req.SendTime
+ notice.Status = req.Status
+ notice.Content = req.Content
+ notice.NoticeType = req.NoticeType
+ notice.NoticeId = req.NoticeId
+ notice.Channel = req.Channel
+ //fmt.Println("notice.NoticeId: ", notice.NoticeId)
+ return
+ }
+ }
+ notices = append(notices, req)
+ return
+}
+
+func (c *gameCronImpl) DelCron(id int64) {
+ for i := len(notices) - 1; i >= 0; i-- {
+ notice := notices[i]
+ if notice.Id == id {
+ notices = append(notices[:i], notices[i+1:]...)
+ return
+ }
+ }
+ return
+}
+
+func (c *gameCronImpl) Cron(sTime int64) {
+ for i := len(notices) - 1; i >= 0; i-- {
+ notice := notices[i]
+ if notice.SendTime <= sTime {
+ notices = append(notices[:i], notices[i+1:]...)
+ ctx := context.TODO()
+ noticeModel := dao.GameNotice.Ctx(ctx)
+ noticeList := []entity.GameNotice{}
+ noticeModel.Where("notice_type=?", notice.NoticeType).Where("channel=?", notice.Channel).Scan(¬iceList)
+ if len(noticeList) > 0 {
+ _, _ = dao.GameNotice.Ctx(ctx).Where("id=", noticeList[0].Id).Data(&do.GameNotice{
+ Content: notice.Content,
+ CDate: time.Now().Unix(),
+ }).Update()
+ } else {
+ _, _ = dao.GameNotice.Ctx(ctx).Insert(&do.GameNotice{
+ Status: notice.Status,
+ Content: notice.Content,
+ NoticeType: notice.NoticeType,
+ Channel: notice.Channel,
+ CDate: time.Now().Unix(),
+ })
+ }
+ }
+ //fmt.Println("notice.NoticeId: ", notice.Id)
+ }
+ return
+}
+
+func (c *gameCronImpl) AddMailCorn(req entity.Mail) {
+ for i := len(mails) - 1; i >= 0; i-- {
+ notice := mails[i]
+ if notice.Id == req.Id {
+ notice.ServerId = req.ServerId
+ notice.Send = req.Send
+ notice.Time = req.Time
+ //notice.To = req.To
+ notice.From = req.From // "陶渊明"
+ notice.Type = req.Type
+ notice.Expired = req.Expired
+ notice.ValidDay = req.ValidDay
+ notice.NewGet = req.NewGet
+ notice.Title = req.Title
+ //notice.Greetings = req.Greetings
+ notice.Content = req.Content
+ notice.Drops = req.Drops
+ notice.OwnerId = req.OwnerId
+ fmt.Println("AddMailCor same: ", notice.Id)
+ return
+ }
+ }
+ fmt.Println("AddMailCorn null: ", req.Id)
+ mails = append(mails, req)
+ return
+}
+
+func (c *gameCronImpl) DelMailCron(id string) {
+ for i := len(mails) - 1; i >= 0; i-- {
+ notice := mails[i]
+ if notice.Id == id {
+ mails = append(mails[:i], mails[i+1:]...)
+ return
+ }
+ }
+ return
+}
+
+func (c *gameCronImpl) MailCron(sTime int64) {
+ for i := len(mails) - 1; i >= 0; i-- {
+ notice := mails[i]
+ if notice.Time <= sTime {
+ mails = append(mails[:i], mails[i+1:]...)
+ req := new(game.MailSendReq)
+ req.ServerId = notice.ServerId
+ req.Send = notice.Send
+ req.Type = notice.Type
+ req.NewGet = notice.NewGet
+ req.ValidDay = notice.ValidDay
+ req.Time = notice.Time
+ req.Drops = notice.Drops
+ //req.Greetings = notice.Greetings
+ req.Content = notice.Content
+ req.From = notice.From
+ req.Title = notice.Title
+ req.Expired = notice.Expired
+ req.OwnerId = notice.OwnerId
+ //req.To = notice.To
+ ctx := context.TODO()
+ _, err := internal.SendMailToC(ctx, req)
+ req1 := entity.Mail{Id: notice.Id, Send: consts.Mail_Send_Time_Sended}
+ _ = internal.UpdateMail(ctx, req1, err.Error())
+ }
+ //fmt.Println("notice.NoticeId: ", notice.Id, notice.Time)
+ }
+ return
+}
diff --git a/internal/serviceGame/game_role.go b/internal/serviceGame/game_role.go
new file mode 100644
index 0000000..b53af98
--- /dev/null
+++ b/internal/serviceGame/game_role.go
@@ -0,0 +1,159 @@
+package serviceGame
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gcharset"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/errors/gerror"
+ "github.com/gogf/gf/v2/frame/g"
+ "time"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameRole interface {
+ GetGameRoleListSearch(ctx context.Context, req *game.RoleSearchReq) (res *game.RoleSearchRes, err error)
+ //GetRoleDetail(ctx context.Context, req *game.RoleDetailReq) (res *game.RoleDetailRes, err error)
+ GetOnlineList(ctx context.Context, req *game.RoleOnlineReq) (res *game.RoleOnlineRes, err error)
+ GetOnlineTopList(ctx context.Context, req *game.RoleOnlineTopReq) (res *game.RoleOnlineTopRes, err error)
+ //GetAccountList(ctx context.Context, req *game.AccountListReq) (res *game.AccountListRes, err error)
+ GetAccount(ctx context.Context, req *game.AccountReq) (res *game.AccountRes, err error)
+ GameRegister(ctx context.Context, req *game.RegisterReq) (res *game.RegisterRes, err error)
+ GameUnitChangeName(ctx context.Context, req *game.UnitChangeNameReq) (res *game.UnitChangeNameRes, err error)
+ GetLoginOut(ctx context.Context, req *game.GetLoginOutReq) (res *game.GetLoginOutRes, err error)
+ GetLoginOutLog(ctx context.Context, req *game.GetLoginOutLogReq) (res *game.GetLoginOutLogRes, err error)
+ GetItemLog(ctx context.Context, req *game.GetItemLogReq) (res *game.GetItemLogRes, err error)
+ GetRegister(ctx context.Context, req *game.GetRegisterReq) (res *game.GetRegisterRes, err error)
+ GameUserDel(ctx context.Context, req *game.UserDelReq) (res *game.UserDelRes, err error)
+}
+
+type gameRoleImpl struct {
+}
+
+var gameRoleService = gameRoleImpl{}
+
+func GameRole() IGameRole {
+ return &gameRoleService
+}
+
+// 获取玩家角色列表
+func (s *gameRoleImpl) GetGameRoleListSearch(ctx context.Context, req *game.RoleSearchReq) (res *game.RoleSearchRes, err error) {
+ //res = new(game.RoleSearchRes)
+ g.Try(ctx, func(ctx context.Context) {
+ //fmt.Println("GetGameRoleListSearch: ", req)
+ res, err = internal.GetRoleList(ctx, req)
+ })
+ return
+}
+
+// 获取角色详情
+//func (s *gameRoleImpl) GetRoleDetail(ctx context.Context, req *game.RoleDetailReq) (res *game.RoleDetailRes, err error) {
+// res = new(game.RoleDetailRes)
+// g.Try(ctx, func(ctx context.Context) {
+// unit, _ := internal.GetRoleDetail(ctx, req.Uid)
+// res.RoleDetail.C = unit["C"].([]entity.Component)
+// })
+// return
+//}
+
+func (s *gameRoleImpl) GetOnlineList(ctx context.Context, req *game.RoleOnlineReq) (res *game.RoleOnlineRes, err error) {
+ res = new(game.RoleOnlineRes)
+ ip := internal.ServerConfig[fmt.Sprint(req.ServerId)]
+ url := "http://" + ip + "/GetOnline"
+ bytes := g.Client().GetBytes(ctx, url)
+ //fmt.Println("GetOnlineList: ", url, bytes)
+ src := string(bytes)
+ if g.IsEmpty(src) {
+ g.Log().Printf(ctx, "GetOnlineList: gerror.New(\"空回调,发送失败\")")
+ return res, nil
+ }
+
+ srcCharset := "UTF-8"
+ tmp, _ := gcharset.ToUTF8(srcCharset, src)
+ json, err := gjson.DecodeToJson(tmp)
+ if err != nil {
+ return
+ }
+ //fmt.Println("GetOnlineList - json: ", tmp, gjson.MustEncodeString(json.Get("Accounts").Array()))
+ if json.Get("Error").Int() == 200 {
+ res.Total = len(json.Get("Accounts").Array())
+ for _, v := range json.Get("Accounts").Array() {
+ account := map[string]interface{}{}
+ account["id"] = v
+ fmt.Println("GetOnlineList - json: ", v)
+ account["uid"], _ = internal.GetStringIdToUid(ctx, fmt.Sprint(v))
+ res.Onlines = append(res.Onlines, account)
+ if len(res.Onlines) >= 50 {
+ return
+ }
+ }
+ } else {
+ return nil, gerror.New("获取失败")
+ }
+ return
+}
+
+var DateFormat = "2006-01-02"
+
+func (s *gameRoleImpl) GetOnlineTopList(ctx context.Context, req *game.RoleOnlineTopReq) (res *game.RoleOnlineTopRes, err error) {
+ res = new(game.RoleOnlineTopRes)
+ fsql := fmt.Sprintf(`select max(num) as num, max(server) AS server,channel, date from game_online where STR_TO_DATE(date, "%%Y-%%m-%%d")="%s" `, time.Now().Format(DateFormat))
+ if req.ServerId != 0 {
+ fsql += fmt.Sprintf(" and server=%d ", req.ServerId)
+ }
+ fsql += " group by date,server,channel"
+ sSql := fmt.Sprintf(`select sum(b.num) as num, max(b.server) AS server, b.date from (%s) as b group by b.date,b.server`, fsql)
+ tsql := fmt.Sprintf(`select max(a.num) as num, max(a.server) AS server from (%s) as a group by a.server asc`, sSql)
+ err = g.Model().Raw(tsql).Scan(&res.Onlines)
+ g.Log().Printf(ctx, "res.Onlines: %v", res.Onlines)
+ return
+}
+
+//func (s *gameRoleImpl) GetAccountList(ctx context.Context, req *game.AccountListReq) (res *game.AccountListRes, err error) {
+// res = new(game.AccountListRes)
+// res.Accounts, err = internal.GetAccountList(ctx, req.Ident, req.Name)
+// return
+//}
+
+func (s *gameRoleImpl) GetAccount(ctx context.Context, req *game.AccountReq) (res *game.AccountRes, err error) {
+ res, err = internal.GetAccount(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GameRegister(ctx context.Context, req *game.RegisterReq) (res *game.RegisterRes, err error) {
+ //g.Log().Info(ctx, "LoginOut - json: ", gjson.MustEncodeString(req))
+ res, err = internal.GameRegister(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GameUnitChangeName(ctx context.Context, req *game.UnitChangeNameReq) (res *game.UnitChangeNameRes, err error) {
+ g.Log().Info(ctx, "GameUnitChangeName - json: ", gjson.MustEncodeString(req))
+ res, err = internal.GameUnitChangeName(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GetLoginOut(ctx context.Context, req *game.GetLoginOutReq) (res *game.GetLoginOutRes, err error) {
+ res, err = internal.GetLoginOut(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GetLoginOutLog(ctx context.Context, req *game.GetLoginOutLogReq) (res *game.GetLoginOutLogRes, err error) {
+ res, err = internal.GetLoginOutLog(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GetItemLog(ctx context.Context, req *game.GetItemLogReq) (res *game.GetItemLogRes, err error) {
+ res, err = internal.GetItemLog(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GetRegister(ctx context.Context, req *game.GetRegisterReq) (res *game.GetRegisterRes, err error) {
+ res, err = internal.GetRegister(ctx, req)
+ return
+}
+
+func (s *gameRoleImpl) GameUserDel(ctx context.Context, req *game.UserDelReq) (res *game.UserDelRes, err error) {
+ res, err = internal.GameUserDel(ctx, req)
+ return res, err
+}
diff --git a/internal/serviceGame/game_set.go b/internal/serviceGame/game_set.go
new file mode 100644
index 0000000..82c0fee
--- /dev/null
+++ b/internal/serviceGame/game_set.go
@@ -0,0 +1,81 @@
+package serviceGame
+
+import (
+ "context"
+ "strconv"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameSet interface {
+ DelAuditMode(ctx context.Context, req *game.DelAuditModeReq) (res *game.DelAuditModeRes, err error)
+ SetAuditMode(ctx context.Context, req *game.SetAuditModeReq) (res *game.SetAuditModeRes, err error)
+ GetAuditMode(ctx context.Context, req *game.AuditModeReq) (res *game.AuditModeRes, err error)
+ GetAllAuditMode(ctx context.Context, req *game.GetAllAuditModeReq) (res *game.GetAllAuditModeRes, err error)
+}
+
+type gameSetImpl struct {
+}
+
+var gameSetService = gameSetImpl{}
+
+func GameSet() IGameSet {
+ return &gameSetService
+}
+
+func (c *gameSetImpl) DelAuditMode(ctx context.Context, req *game.DelAuditModeReq) (res *game.DelAuditModeRes, err error) {
+ res = new(game.DelAuditModeRes)
+ if req.Name == "" {
+ req.Name = "enableHotfix"
+ }
+ err = internal.DelAuditMode(ctx, req.Name, req.Label)
+ return
+}
+
+func (c *gameSetImpl) SetAuditMode(ctx context.Context, req *game.SetAuditModeReq) (res *game.SetAuditModeRes, err error) {
+ res = new(game.SetAuditModeRes)
+ if req.Name == "" {
+ req.Name = "enableHotfix"
+ }
+ err = internal.SetSetEnable(ctx, req.Name, req.Channel+req.Version, req.AuditMode)
+ return
+}
+
+func (c *gameSetImpl) GetAuditMode(ctx context.Context, req *game.AuditModeReq) (res *game.AuditModeRes, err error) {
+ res = new(game.AuditModeRes)
+ if internal.GetEnableHotfix(ctx, req.Channel+req.Version) != "" {
+ data, _ := strconv.Atoi(internal.GetEnableHotfix(ctx, req.Channel+req.Version))
+ res.AuditMode = int32(data)
+ } else if internal.GetEnableHotfix(ctx, req.Channel) != "" {
+ data, _ := strconv.Atoi(internal.GetEnableHotfix(ctx, req.Channel))
+ res.AuditMode = int32(data)
+ }
+ return
+}
+
+func (c *gameSetImpl) GetAllAuditMode(ctx context.Context, req *game.GetAllAuditModeReq) (res *game.GetAllAuditModeRes, err error) {
+ res = new(game.GetAllAuditModeRes)
+ if req.Name == "" {
+ req.Name = "enableHotfix"
+ }
+ res.List, err = internal.GetAllSetEnable(ctx, req.Name)
+ return
+}
+
+func (c *gameSetImpl) GetAllowChannel(ctx context.Context, req *game.GetAllowChannelReq) (res *game.GetAllowChannelRes, err error) {
+ res = new(game.GetAllowChannelRes)
+ res.List, err = internal.GetAllowChannel(ctx)
+ return
+}
+
+func (c *gameSetImpl) DelAllowChannel(ctx context.Context, req *game.DelAllowChannelReq) (res *game.DelAllowChannelRes, err error) {
+ res = new(game.DelAllowChannelRes)
+ err = internal.DelAllowChannel(ctx, req.Label)
+ return
+}
+
+func (c *gameSetImpl) SetAllowChannel(ctx context.Context, req *game.SetAllowChannelReq) (res *game.SetAllowChannelRes, err error) {
+ res = new(game.SetAllowChannelRes)
+ err = internal.SetAllowChannel(ctx, req.Channel+req.Version, 1)
+ return
+}
diff --git a/internal/serviceGame/internal/advertisement.go b/internal/serviceGame/internal/advertisement.go
new file mode 100644
index 0000000..7ece9ee
--- /dev/null
+++ b/internal/serviceGame/internal/advertisement.go
@@ -0,0 +1,86 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "time"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+)
+
+func Advertise(ctx context.Context, req *game.ADReq) (res *game.ADRes, err error) {
+ log.Printf("Advertise: %s", gjson.MustEncodeString(req))
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.Advertisement.Ctx(ctx)
+ _, err = model.Insert(do.Advertisement{Idfa: req.Idfa, Time: req.Time, Ip: req.Ip, OrgId: req.OrgId, OrgName: req.OrgName,
+ GameId: req.GameId, GameName: req.GameName, AdsetId: req.AdsetId, AdsetNet: req.AdsetNet, DeviceBrand: req.DeviceBrand,
+ DeviceModel: req.DeviceModel, CreativeId: req.CreativeId, ConversionType: req.ConversionType, Device: req.Device,
+ OAID: req.OAID, Callback: req.Callback, TapProjectId: req.TapProjectId, TapTrackId: req.TapTrackId, IMEI: req.IMEI,
+ ANID: req.ANID})
+ })
+ return
+}
+
+func DeepAdvertise(ctx context.Context, req *game.DeepADReq) (res *game.DeepADRes, err error) {
+ //res := new(game.ADRes)
+ log.Printf("DeviceModel: %s", gjson.MustEncodeString(req))
+ data := []entity.Advertisement{}
+ model := dao.Advertisement.Ctx(ctx).Where("OAID=?", req.OAID)
+ err = model.Scan(&data)
+ if len(data) > 0 {
+ switch req.State {
+ case consts.ADDVERTISEMENT_ONCE:
+ if data[0].Once > 0 {
+ return
+ }
+ model.Update(do.Advertisement{Once: 1})
+ break
+ case consts.ADDVERTISEMENT_REGISTER:
+ if data[0].Register > 0 {
+ return
+ }
+ model.Update(do.Advertisement{Register: time.Now().Unix()})
+ break
+ case consts.ADDVERTISEMENT_RECHARGE:
+ model.Update(do.Advertisement{Recharge: data[0].Recharge + int(req.Amount)})
+ break
+ case consts.ADDVERTISEMENT_TWO:
+ if data[0].Two > 0 || data[0].Register <= 0 {
+ return
+ }
+ register := time.Unix(data[0].Register, 0).AddDate(0, 0, 1).Format(consts.DATE_FORMAT)
+ now := time.Now().Format(consts.DATE_FORMAT)
+ if register > now {
+ return
+ }
+ if register == now {
+ model.Update(do.Advertisement{Two: 1})
+ break
+ }
+ model.Update(do.Advertisement{Two: 2})
+ return
+ default:
+ return
+ }
+ sendMsg(ctx, data[0].Callback, req.State, req.Amount)
+ }
+ return
+}
+
+func sendMsg(ctx context.Context, url string, eventType, amount int32) {
+ url += fmt.Sprintf("&event_type=%d&event_timestamp=%d", eventType, time.Now().Unix())
+ if eventType == 3 {
+ url += fmt.Sprintf("&amount=%d", amount)
+ }
+ g.Log().Info(ctx, "sendMsg - req: ", url)
+ g.Client().SetHeader("Content-Type", "application/json;charset=UTF-8")
+ bytes := g.Client().GetBytes(ctx, url)
+ g.Log().Info(ctx, "sendMsg - res: ", string(bytes))
+ return
+}
diff --git a/internal/serviceGame/internal/basicinfo.go b/internal/serviceGame/internal/basicinfo.go
index d40d04a..19daab4 100644
--- a/internal/serviceGame/internal/basicinfo.go
+++ b/internal/serviceGame/internal/basicinfo.go
@@ -2,74 +2,985 @@ package internal
import (
"context"
+ "database/sql"
"encoding/json"
+ "errors"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gcharset"
+ "github.com/gogf/gf/v2/encoding/gjson"
"github.com/gogf/gf/v2/errors/gerror"
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
"go.mongodb.org/mongo-driver/bson"
+ "go.mongodb.org/mongo-driver/bson/primitive"
+ "log"
+ "strconv"
+ "strings"
+ "time"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
"tyj_admin/internal/model/entity"
+ "tyj_admin/internal/service"
+ "tyj_admin/library/libUtils"
+ "tyj_admin/library/liberr"
)
-func GetServerList(account string, ctx context.Context) []int {
- rdbTop := RedisDbList[0]
- rdbTop.Do(ctx, "select", 0)
- var m []int
- result := rdbTop.HGet(ctx, "accounts", account)
- json.Unmarshal([]byte(result.Val()), &m)
- return m
+func LogInit() {
+ for k, sv := range ServerConfig {
+ go loadServeronline(k, sv)
+ }
+ return
+}
+func loadServeronline(k, sv string) {
+ ctx := context.TODO()
+ model := dao.LoginOutLog.Ctx(ctx)
+ srcCharset := "UTF-8"
+ ids := []int64{}
+ url := "http://" + sv + "/GetOnline"
+ g.Client().SetHeader("Content-Type", "application/json;charset=UTF-8")
+ bytes := g.Client().GetBytes(ctx, url)
+ src := string(bytes)
+ if g.IsEmpty(src) {
+ g.Log().Info(ctx, " GetOnline === return nil ", sv)
+ return
+ }
+ tmp, _ := gcharset.ToUTF8(srcCharset, src)
+ json, err := gjson.DecodeToJson(tmp)
+ if err != nil {
+ g.Log().Info(ctx, " GetOnline === DecodeToJson err ", sv, err.Error())
+ return
+ }
+ g.Log().Info(ctx, " GetOnline === ", sv, json)
+ if json.Get("Error").Int() == 200 {
+ accounts := json.Get("Accounts").Array()
+ g.Log().Info(ctx, " InitMysql === ", accounts)
+ for _, v := range accounts {
+ account := v.(string)
+ uv1, _ := strconv.ParseInt(account, 0, 64)
+ ids = append(ids, uv1)
+ }
+ g.Log().Info(ctx, " InitMysql ids=== ", ids)
+ }
+ if len(ids) > 0 {
+ model = model.WhereNotIn("uid", ids)
+ }
+ id, err := strconv.Atoi(k)
+ model.Where("server=?", id).Where("e_date=?", 0).Update("e_date=c_date")
+ g.Log().Info(ctx, "a== ", ids)
}
-func GetWhiteList(ctx context.Context) ([]string, error) {
- rdbTop := RedisDbList[0]
- rdbTop.Do(ctx, "select", 0)
- var m []string
- result := rdbTop.Get(ctx, "ipWhiteList")
+func GetRoleList(ctx context.Context, req *game.RoleSearchReq) (res *game.RoleSearchRes, err error) {
+ query := bson.M{"_t": "Unit"}
+ if req.Id != "" {
+ query["_id"], _ = strconv.ParseInt(req.Id, 10, 64)
+ }
+ if req.ServerId == 0 {
+ return
+ }
+ if req.Account != "" {
+ query["_id"], err = GetAccountUid2(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if err != nil {
+ return
+ }
+ }
+ if req.Uid != 0 {
+ query["UniqueId"] = req.Uid
+ }
+
+ fmt.Println("GetRoleList: query ", query)
+ res = new(game.RoleSearchRes)
+
+ res.Total, err = MongoDatabaseList[fmt.Sprint(req.ServerId)].Collection("Unit").Find(ctx, query).Count()
+ err = MongoDatabaseList[fmt.Sprint(req.ServerId)].Collection("Unit").Find(ctx, query).Skip((req.PageNum - 1) * req.PageSize).Limit(req.PageSize).All(&res.RoleList)
+ for _, v := range res.RoleList {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ if _, ok := v["C"]; ok {
+ c1 := v["C"].(primitive.A)
+ for _, c2 := range c1 {
+ c22 := c2.(map[string]interface{})
+ c22["StringId"] = fmt.Sprint(c22["_id"])
+ if _, ok := c22["Children"]; ok {
+ children, _ := c22["Children"].(primitive.A)
+ for _, c := range children {
+ cc1 := c.(map[string]interface{})
+ cc1["StringId"] = fmt.Sprint(cc1["_id"])
+ if _, ok := cc1["C"]; ok {
+ cc := cc1["C"].(primitive.A)
+ for _, cK := range cc {
+ cK1 := cK.(map[string]interface{})
+ cK1["StringId"] = fmt.Sprint(cK1["_id"])
+ if _, ok := cK1["SlotDic"]; ok {
+ cKs := cK1["SlotDic"].(primitive.A)
+ cK1["SlotDic"] = cKs
+ for k, cKsv := range cKs {
+ cKsv1 := cKsv.(primitive.A)
+ cKs[k] = append(cKsv1, fmt.Sprint(cKsv1[1]))
+ }
+ }
+ if _, ok := cK1["Children"]; ok {
+ cKs := cK1["Children"].(primitive.A)
+ cK1["Children"] = cKs
+ for _, cKsv := range cKs {
+ cKsv1 := cKsv.(map[string]interface{})
+ cKsv1["StringId"] = fmt.Sprint(cKsv1["_id"])
+ }
+ }
+ if _, ok := cK1["Mates"]; ok {
+ cKs := cK1["Mates"].(primitive.A)
+ cK1["Mates"] = cKs
+ for k, cKsv := range cKs {
+ cKs[k] = fmt.Sprint(cKsv)
+ }
+ }
+ if _, ok := cK1["MyChildren"]; ok {
+ cKs := cK1["MyChildren"].(primitive.A)
+ cK1["MyChildren"] = cKs
+ for k, cKsv := range cKs {
+ cKs[k] = fmt.Sprint(cKsv)
+ }
+ }
+ if _, ok := cK1["Parents"]; ok {
+ cKs := cK1["Parents"].(primitive.A)
+ cK1["Parents"] = cKs
+ for k, cKsv := range cKs {
+ cKs[k] = fmt.Sprint(cKsv)
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ if err != nil {
+ return
+ }
+ return res, err
+}
- json.Unmarshal([]byte(result.Val()), &m)
- return m, result.Err()
+func GetRoleDetail(ctx context.Context, uid int, server string) (roleDetail map[string]interface{}, err error) {
+ err = MongoDatabaseList[server].Collection("Unit").Find(ctx, bson.M{"UniqueId": uid}).One(&roleDetail)
+ return roleDetail, err
+}
+func DelRole(ctx context.Context, uid int64, server string) (roleDetail map[string]interface{}, err error) {
+ err = MongoDatabaseList[server].Collection("Unit").RemoveId(ctx, uid)
+ return roleDetail, err
}
-func GetRoleList(ctx context.Context, account string) (RoleList []*entity.RolePost, err error) {
- serverList := GetServerList(account, ctx)
- for _, v := range serverList {
- one := &entity.RolePost{}
- ds := MongoDatabaseList[v]
- err = ds.Collection("colony").Find(ctx, bson.M{"account": account}).One(one)
- if err != nil {
+func DelAccount(ctx context.Context, uid int64, server string) (roleDetail map[string]interface{}, err error) {
+ err = MongoDatabaseList[server].Collection("Account").RemoveId(ctx, uid)
+ return roleDetail, err
+}
+
+func DelFriendUnit(ctx context.Context, uid int64, server string) (roleDetail map[string]interface{}, err error) {
+ err = MongoDatabaseList[server].Collection("FriendUnit").RemoveId(ctx, uid)
+ return roleDetail, err
+}
+
+func DelBaseInfo(ctx context.Context, uid int64, server string) (roleDetail map[string]interface{}, err error) {
+ err = MongoDatabaseList[server].Collection("BaseInfo").RemoveId(ctx, uid)
+ return roleDetail, err
+}
+
+func DelBazaar(ctx context.Context, uid int64, server string) (roleDetail map[string]interface{}, err error) {
+ err = MongoDatabaseList[server].Collection("Bazaar").RemoveId(ctx, uid)
+ return roleDetail, err
+}
+
+func GetUnit(ctx context.Context, uid int64) (unit *entity.GameUnit, err error) {
+ srcId, err1 := GetIdToUid(ctx, uid)
+ if err1 != nil {
+ log.Println("GetAccount 获取账号ID err : ", err1)
+ return nil, err1
+ }
+ if g.IsEmpty(srcId) {
+ log.Println("GetAccount 账号ID不存在 : ", fmt.Sprint(srcId)+"-"+fmt.Sprint(uid))
+ return nil, gerror.New("IDIsNull")
+ }
+ units := []entity.GameUnit{}
+ err = dao.GameUnit.Ctx(ctx).Where("uid=?", srcId).Scan(&units)
+ if err != nil {
+ log.Println("GetAccount scan 1 : ", srcId, gjson.MustEncodeString(units))
+ return nil, err
+ }
+ if len(units) == 0 {
+ log.Printf("[%d]GetAccount unit is null, %s", srcId, gjson.MustEncodeString(units))
+ return nil, errors.New("UnitIsNull")
+ }
+
+ return &units[0], err
+}
+
+func GetUnitById(ctx context.Context, srcId int64) (unit *entity.GameUnit, err error) {
+ if g.IsEmpty(srcId) {
+ log.Println("GetAccount 账号ID不存在 : ", fmt.Sprint(srcId))
+ return nil, gerror.New("IDIsNull")
+ }
+ units := []entity.GameUnit{}
+ err = dao.GameUnit.Ctx(ctx).Where("uid=?", srcId).Scan(&units)
+ if err != nil {
+ log.Println("GetAccount scan 1 : ", srcId, gjson.MustEncodeString(units))
+ return nil, err
+ }
+ if len(units) == 0 {
+ log.Printf("[%d]GetAccount unit is null, %s", srcId, gjson.MustEncodeString(units))
+ return nil, errors.New("UnitIsNull")
+ }
+
+ return &units[0], err
+}
+
+func GetAccount(ctx context.Context, req *game.AccountReq) (res *game.AccountRes, err error) {
+ query := bson.M{}
+ server := fmt.Sprint(req.ServerId)
+ if req.Id != "" {
+ id, _ := strconv.ParseInt(req.Id, 10, 64)
+ unit, err1 := GetUnitById(ctx, id)
+ if err1 != nil {
+ err = err1
+ fmt.Println("GetUnit:", err1)
+ return
+ }
+ query["_id"] = unit.Uid
+ if server != fmt.Sprint(unit.Server) {
+ var serverInfo entity.GameLoginUrl
+ for _, v := range ServerList {
+ if v.Id == unit.Server {
+ serverInfo = v
+ break
+ }
+ }
+ return nil, errors.New("区服选择错误!当前id在<" + serverInfo.Name + ">区")
+ }
+ }
+ if req.Uid != 0 {
+ unit, err1 := GetUnit(ctx, int64(req.Uid))
+ if err1 != nil {
+ err = err1
+ fmt.Println("GetUnit:", err1)
return
}
- one.Region = v
- RoleList = append(RoleList, one)
+ query["_id"] = unit.Uid
+ if server != fmt.Sprint(unit.Server) {
+ var serverInfo entity.GameLoginUrl
+ for _, v := range ServerList {
+ if v.Id == unit.Server {
+ serverInfo = v
+ break
+ }
+ }
+ return nil, errors.New("区服选择错误!当前区服在<" + serverInfo.Name + ">区")
+ }
+ }
+ if req.Account != "" {
+ query["AccountName"] = req.Account
+ }
+ if req.Ident != "" {
+ query["Identity"] = req.Ident
+ }
+ if req.Name != "" {
+ query["RealName"] = req.Name
+ }
+ if req.Name != "" {
+ query["RealName"] = req.Name
+ }
+ if MongoDatabaseList[server] == nil {
+ return nil, errors.New("不存在数据库!")
}
- return RoleList, err
+ res = new(game.AccountRes)
+ res.Total, err = MongoDatabaseList[server].Collection("Account").Find(ctx, query).Count()
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, query).Skip((req.PageNum - 1) * req.PageSize).Limit(req.PageSize).All(&res.Accounts)
+ for _, v := range res.Accounts {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ v["uid"], _ = GetIdToUid(ctx, v["_id"].(int64))
+ }
+ if err != nil {
+ return
+ }
+ return res, err
}
-func GetRoleDetail(ctx context.Context, uid int32, serverId int) (roleDetail *entity.RoleDetail, err error) {
- if serverId > len(MongoDatabaseList)+1 || serverId <= 0 {
- err = gerror.New("not find server mongo")
- return
+func GetAccountUidBy(ctx context.Context, req *game.AccountReq, server string) (uid int64, err error) {
+ query := bson.M{}
+ if req.Id != "" {
+ query["_id"], _ = strconv.ParseInt(req.Id, 10, 64)
}
- err = MongoDatabaseList[serverId].Collection("colony").Find(ctx, bson.M{"uid": uid}).One(roleDetail)
- return
+ if req.Uid != 0 {
+ query["UniqueId"], _ = GetIdToUid(ctx, int64(req.Uid))
+ }
+ if req.Account != "" {
+ query["AccountName"] = req.Account
+ }
+ if req.Ident != "" {
+ query["Identity"] = req.Ident
+ }
+ if req.Name != "" {
+ query["RealName"] = req.Name
+ }
+
+ all1 := make([]map[string]interface{}, 1)
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, query).All(&all1)
+ if len(all1) == 0 {
+ return 0, gerror.New("获取失败")
+ }
+ uid = all1[0]["_id"].(int64)
+ return uid, err
}
-func GetAccountList(ctx context.Context, account string, tel string, ident string, name string) (AccountList []*entity.AccountInfo, err error) {
+func GetAccountByUid(ctx context.Context, uid int64, server string) (account map[string]interface{}, err error) {
+ filtter := bson.M{}
+ if uid != 0 {
+ filtter["_id"] = uid
+ }
+ log.Println("GetAccountByUid: ", filtter)
+ all1 := make([]map[string]interface{}, 1)
+ if MongoDatabaseList[server] != nil {
+ log.Println("GetAccountUid: 获取失败 ", all1, err)
+ return account, gerror.New("获取失败")
+ }
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, filtter).All(&all1)
+ if err != nil || len(all1) == 0 {
+ log.Println("GetAccountUid: 获取失败 ", all1, err)
+ return account, gerror.New("获取失败")
+ }
+ account = all1[0]
+ log.Println("GetAccountByUid: accountData ", account)
+ return account, err
+}
+func GetAccountUid(ctx context.Context, account string, server string) (uid int, err error) {
filtter := bson.M{}
if len(account) > 0 {
- filtter["account"] = account
+ filtter["AccountName"] = account
+ }
+ log.Println("GetAccountUid: ", filtter)
+ all1 := make([]map[string]interface{}, 1)
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, filtter).All(&all1)
+ if len(all1) == 0 {
+ return 0, gerror.New("获取失败")
+ }
+ log.Println("GetAccountUid: all", all1, all1[0])
+ uid = all1[0]["UniqueId"].(int)
+ log.Println("GetAccountUid: accountData ", uid)
+ return uid, err
+}
+
+func AccountToUids(ctx context.Context, account string) (uid []int64, err error) {
+ log.Println("GetAccountUid: ", account)
+ var all1 []*entity.Account
+ err = dao.GameUnit.Ctx(ctx).Where("account=?", account).Scan(&all1)
+ if len(all1) == 0 {
+ return []int64{}, gerror.New("获取失败")
+ }
+ log.Println("GetAccountUid: all", all1)
+ uid = []int64{}
+ for _, e := range all1 {
+ uid = append(uid, e.Uid)
+ }
+
+ log.Println("GetAccountUid: accountData ", uid)
+ return uid, err
+}
+
+func UidToServer(ctx context.Context, unitId string) (server int, err error) {
+ log.Println("GetAccountUid: ", unitId)
+ var all1 []*entity.GameUnit
+ err = dao.GameUnit.Ctx(ctx).Where("uid=?", unitId).Scan(&all1)
+ if len(all1) == 0 {
+ return 0, gerror.New("获取失败")
+ }
+ log.Println("GetAccountUid: all", gjson.MustEncodeString(all1))
+ return all1[0].Server, err
+}
+
+func GetAccountUid2(ctx context.Context, account string, server string) (uid int64, err error) {
+ filtter := bson.M{}
+ if len(account) > 0 {
+ filtter["AccountName"] = account
+ }
+ log.Println("GetAccountUid: ", filtter)
+ all1 := make([]map[string]interface{}, 1)
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, filtter).All(&all1)
+ if len(all1) == 0 {
+ return 0, gerror.New("获取失败")
+ }
+ log.Println("GetAccountUid: all", all1, all1[0])
+ uid = all1[0]["_id"].(int64)
+ log.Println("GetAccountUid: accountData ", uid)
+ return uid, err
+}
+
+func GetAccountIdentity(ctx context.Context, account string, server string) (Identity string, err error) {
+ filtter := bson.M{}
+ if len(account) > 0 {
+ filtter["AccountName"] = account
+ }
+ log.Println("GetAccountUid: ", filtter)
+ all1 := make([]map[string]interface{}, 1)
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, filtter).All(&all1)
+ log.Println("GetAccountUid: all", all1, all1[0])
+ Identity = all1[0]["Identity"].(string)
+ log.Println("GetAccountUid: accountData ", Identity)
+ return Identity, err
+}
+
+type GameUnitGameTime struct {
+ Id int64 `json:"id" description:""`
+ Account string `json:"account" description:"账号"`
+ Channel string `json:"channel" description:"渠道"`
+ Uid int64 `json:"uid" description:"账号Id"`
+ Server int `json:"server" description:"区服"`
+ Scale int `json:"scale" description:"规模"`
+ Name string `json:"name" description:"桃谷名称"`
+ LogTime int64 `json:"logTime" description:""`
+ CreateTime *gtime.Time `json:"createTime" description:"账号创建时间"`
+ VillagerNum int `json:"villagerNum" description:"村民数量"`
+ Prosperity int `json:"prosperity" description:"繁荣值"`
+ GoldIngot int `json:"goldIngot" description:"桃花石"`
+ BaseFood int `json:"baseFood" description:"基础食物"`
+ Day int `json:"day" description:"游戏天数"`
+ GameTime int `json:"game_time" description:"游戏时间"`
+ Recharge int64 `json:"recharge" description:"充值"`
+}
+
+func SearchAccount(ctx context.Context, req *game.SearchAccountReq) (res *game.SearchAccountRes, err error) {
+ res = new(game.SearchAccountRes)
+ model := dao.GameUnit.Ctx(ctx)
+ switch req.Type {
+ case 1:
+ {
+ model = checkDaoIntCompareType(model, req.CompareType, "day", req.Data)
+ break
+ }
+ case 2:
+ {
+ model = checkDaoIntCompareType(model, req.CompareType, "scale", req.Data)
+ break
+ }
+ case 3:
+ {
+ sql := fmt.Sprintf(`select uid, max(game_time) as game_time, max(day) as day from login_logout_info group by uid`)
+ sql = fmt.Sprintf(`select u.day,u.scale,u.villager_num,u.account,u.uid, b.game_time as game_time, b.day as mDay from (%s) as b inner join game_unit as u on u.uid=b.uid where 1=1`, sql)
+ if req.ServerId > 0 {
+ sql += fmt.Sprintf(" and u.server=%d", req.ServerId)
+ }
+ if req.StartTime != 0 {
+ sql += fmt.Sprintf(" and UNIX_TIMESTAMP(u.create_time)>%d", req.StartTime/1000)
+ }
+ if req.EndTime != 0 {
+ sql += fmt.Sprintf(" and UNIX_TIMESTAMP(u.create_time)<%d", req.EndTime/1000)
+ }
+
+ sql = fmt.Sprintf(`select a.game_time,a.day,a.scale,a.villager_num,a.account,a.uid from (%s) as a where a.day=1 %s`, sql, CompareSqlType("", req.Data, "a.game_time", req.CompareType))
+
+ dayAvgDetail := []*Avg{}
+ scaleAvgDetail := []*Avg{}
+
+ daysql := fmt.Sprintf(`select avg(c.day) as data from (%s) as c `, sql)
+ g.Model().Raw(daysql).Scan(&dayAvgDetail)
+ scalesql := fmt.Sprintf(`select avg(c.scale) as data from (%s) as c `, sql)
+ g.Model().Raw(scalesql).Scan(&scaleAvgDetail)
+ countsql := fmt.Sprintf(`select count(1) as data from (%s) as d`, sql)
+ count := []*Count{}
+ g.Model().Raw(countsql).Scan(&count)
+ if len(count) > 0 {
+ res.Total = count[0].Data
+ }
+ res.AvgScale = scaleAvgDetail[0].Data
+ res.AvgDay = dayAvgDetail[0].Data
+ accountSql := fmt.Sprintf(`select d.uid,d.account,d.day, d.scale,d.villager_num, d.game_time from (%s) as d LIMIT %d,%d`, sql, (req.PageNum-1)*req.PageSize, req.PageSize)
+ accounts := []*GameUnitGameTime{}
+ g.Model().Raw(accountSql).Scan(&accounts)
+ for _, v := range accounts {
+ res.Accounts = append(res.Accounts, map[string]interface{}{"stringId": fmt.Sprint(v.Uid), "game_time": v.GameTime, "account": v.Account, "scale": v.Scale, "day": v.Day, "villagerNum": v.VillagerNum})
+ }
+ fmt.Println("SearchAccount: ", res.Total, fmt.Sprint(dayAvgDetail[0].Data), fmt.Sprint(scaleAvgDetail[0].Data))
+ return
+ }
+ default:
+ return res, gerror.New("无查询条件")
+ }
+ if req.ServerId > 0 {
+ model = model.Where("server=?", req.ServerId)
+ }
+ if req.StartTime != 0 {
+ model = model.Where(`UNIX_TIMESTAMP(create_time)>?`, req.StartTime/1000)
+ }
+ if req.EndTime != 0 {
+ model = model.Where(`UNIX_TIMESTAMP(create_time)`, req.EndTime/1000)
+ }
+ dayAvgDetail := []*Avg{}
+ scaleAvgDetail := []*Avg{}
+ err = model.FieldAvg("day", "data").Scan(&dayAvgDetail)
+ err = model.FieldAvg("scale", "data").Scan(&scaleAvgDetail)
+ res.Total, err = model.Count()
+ if err != nil {
+ return res, err
+ }
+ res.AvgScale = scaleAvgDetail[0].Data
+ res.AvgDay = dayAvgDetail[0].Data
+ accounts := []*entity.GameUnit{}
+ err = model.Page(req.PageNum, req.PageSize).Scan(&accounts)
+ for _, v := range accounts {
+ res.Accounts = append(res.Accounts, map[string]interface{}{"stringId": fmt.Sprint(v.Uid), "account": v.Account, "scale": v.Scale, "day": v.Day, "villagerNum": v.VillagerNum})
}
- if len(tel) > 0 {
- filtter["telephone"] = tel
+ fmt.Println("SearchAccount: ", res.Total, fmt.Sprint(dayAvgDetail[0].Data), fmt.Sprint(scaleAvgDetail[0].Data))
+ return
+}
+
+type Avg struct {
+ Data float64 `json:"data" bson:"data" `
+}
+
+type Count struct {
+ Data int `json:"data" bson:"data" `
+}
+
+func GetLoginOut(ctx context.Context, req *game.GetLoginOutReq) (res *game.GetLoginOutRes, err error) {
+ res = new(game.GetLoginOutRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.LoginLogoutInfo.Ctx(ctx)
+ if req.Account != "" {
+ uid, _ := GetAccountUid2(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ } else if req.Uid != "" {
+ uid, _ := strconv.ParseInt(req.Uid, 10, 64)
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ }
+ if req.State != 0 {
+ model = model.Where("state=? ", req.State)
+ }
+ res.Total, err = model.Count()
+ err = model.Page(req.PageNum, req.PageSize).OrderDesc("c_date").Scan(&res.Logs)
+ if err != nil {
+ return
+ }
+ return
+ })
+ return
+}
+
+func GetLoginOutLog(ctx context.Context, req *game.GetLoginOutLogReq) (res *game.GetLoginOutLogRes, err error) {
+ res = new(game.GetLoginOutLogRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.LoginOutLog.Ctx(ctx)
+ if req.Account != "" {
+ uid, _ := GetAccountUid2(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ } else if req.Uid != "" {
+ uid, _ := strconv.ParseInt(req.Uid, 10, 64)
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ }
+
+ res.Total, err = model.Count()
+ err = model.Page(req.PageNum, req.PageSize).OrderDesc("c_date").Scan(&res.Logs)
+ if err != nil {
+ return
+ }
+ return
+ })
+ return
+}
+
+func GetItemLog(ctx context.Context, req *game.GetItemLogReq) (res *game.GetItemLogRes, err error) {
+ res = new(game.GetItemLogRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.ItemIncomeExpenseRecords.Ctx(ctx)
+ if req.Account != "" {
+ uid, _ := GetAccountUid2(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ } else if req.Uid != "" {
+ uid, _ := strconv.ParseInt(req.Uid, 10, 64)
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ }
+ if req.ItemId != 0 {
+ model = model.Where("item_id=? ", req.ItemId)
+ }
+ res.Total, err = model.Count()
+ err = model.Page(req.PageNum, req.PageSize).Scan(&res.Logs)
+ if err != nil {
+ return
+ }
+ return
+ })
+ return
+}
+
+func GetRegister(ctx context.Context, req *game.GetRegisterReq) (res *game.GetRegisterRes, err error) {
+ res = new(game.GetRegisterRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.ItemIncomeExpenseRecords.Ctx(ctx)
+ if req.Account != "" {
+ uid, _ := GetAccountUid2(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ } else if req.Uid != "" {
+ uid, _ := strconv.ParseInt(req.Uid, 10, 64)
+ if uid == 0 {
+ //g.Log().Debugf(ctx, "LoginOut -> "+fmt.Sprint(uid))
+ err = gerror.New("获取账号失败!")
+ return
+ }
+ model = model.Where("uid=? ", uid)
+ }
+
+ res.Total, err = model.Count()
+ err = model.Page(req.PageNum, req.PageSize).Scan(&res.Logs)
+ if err != nil {
+ return
+ }
+ return
+ })
+ return
+}
+
+var online = map[int]int64{}
+
+func GameRegister(ctx context.Context, req *game.RegisterReq) (res *game.RegisterRes, err error) {
+ if req.Account == "" {
+ err = gerror.New("请填写账号!")
+ return
}
- if len(ident) > 0 {
- filtter["identityCard"] = ident
+ if req.Uid == 0 {
+ err = gerror.New("请填写账号!")
+ return
}
- if len(name) > 0 {
- filtter["trueName"] = name
+ g.Try(ctx, func(ctx context.Context) {
+ registerData := []entity.GameRegister{}
+ register := dao.GameRegister.Ctx(ctx)
+ register.Where("account=?", req.Account).Where("channel=?", req.Channel).Scan(®isterData)
+ //g.Log().Debugf(ctx, "GameRegister -> "+gjson.MustEncodeString(registerData))
+ if len(registerData) > 0 {
+ if !strings.Contains(registerData[0].Server, fmt.Sprintf("<%d>", req.Server)) {
+ _, err = register.Where("account=?", req.Account).Where("channel=?", req.Channel).Update(g.Map{
+ dao.GameRegister.Columns().Server: registerData[0].Server + fmt.Sprintf("<%d>", req.Server),
+ })
+ }
+ } else {
+ _, err = register.Insert(&do.GameRegister{
+ Account: req.Account,
+ Channel: req.Channel,
+ CreateType: req.CreateType,
+ Platform: req.Platform,
+ Server: fmt.Sprintf("<%d>", req.Server),
+ })
+ }
+ _, err = dao.GameUnit.Ctx(ctx).Insert(&do.GameUnit{
+ Account: req.Account,
+ Channel: req.Channel,
+ Uid: req.Uid,
+ Server: req.Server,
+ OAID: req.OAID,
+ })
+
+ if req.Channel == consts.Channel_TAPTAP {
+ req1 := new(game.DeepADReq)
+ req1.OAID = req.OAID
+ req1.State = consts.ADDVERTISEMENT_REGISTER
+ _, err = DeepAdvertise(ctx, req1)
+ }
+ return
+ })
+ return
+}
+func setAccount(ctx context.Context, req *game.LoginOutReq) {
+ g.Try(ctx, func(ctx context.Context) {
+ account, err := GetAccountByUid(ctx, req.Uid, fmt.Sprint(req.Server))
+ if err != nil || account["AccountName"] == "" {
+ log.Printf("GameUnit nil uid: %d, server: %d", req.Uid, req.Server)
+ } else {
+ save := game.RegisterReq{}
+ save.Channel = fmt.Sprintf("%06d", account["Channel"]) + fmt.Sprintf("%06d", account["SubChannel"])
+ accountName := fmt.Sprint(account["AccountName"])
+ if !strings.Contains(accountName, save.Channel) {
+ accountName = save.Channel + accountName
+ }
+ save.Account = accountName
+ save.Uid = req.Uid
+ save.Server = req.Server
+ save.Platform = 3
+ save.CreateType = 4
+ _, err = GameRegister(ctx, &save)
+ if err != nil {
+ log.Printf("GameRegister nil uid: %d, server: %d", req.Uid, req.Server)
+ }
+
+ }
+ })
+}
+
+func LoginOut(ctx context.Context, req *game.LoginOutReq) (res *game.LoginOutRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ count := 0
+ modelLog := dao.LoginOutLog.Ctx(ctx)
+ var loginLog []entity.LoginOutLog
+ err = modelLog.Where(dao.LoginOutLog.Columns().Uid, req.Uid).Where(dao.LoginOutLog.Columns().EDate, 0).Scan(&loginLog)
+ //g.Log().Debugf(ctx, "LoginOut -> "+gjson.MustEncodeString(loginLog))
+ if len(loginLog) > 0 {
+ if req.State == consts.LogOut_State {
+ count = 1
+ }
+ modelLog.WherePri(loginLog[0].Id).Update(g.Map{
+ dao.LoginOutLog.Columns().EDate: gtime.Timestamp(),
+ })
+ }
+ if req.State == consts.LogIn_State {
+ _, err = modelLog.Insert(&do.LoginOutLog{
+ Uid: req.Uid,
+ CDate: gtime.Timestamp(),
+ Server: req.Server,
+ })
+ count = 1
+ go sendAdvertisement(ctx, req.Uid)
+ }
+
+ if count == 1 {
+ var result sql.Result
+ result, err = dao.GameUnit.Ctx(ctx).WherePri(req.Uid).Where("server=?", req.Server).Update(g.Map{
+ dao.GameUnit.Columns().Name: req.Name,
+ dao.GameUnit.Columns().Scale: req.Scale,
+ dao.GameUnit.Columns().LogTime: time.Now().Unix(),
+ dao.GameUnit.Columns().VillagerNum: req.VillagerNum,
+ dao.GameUnit.Columns().Day: req.Day,
+ dao.GameUnit.Columns().GoldIngot: req.GoldIngot,
+ dao.GameUnit.Columns().BaseFood: req.BaseFood,
+ dao.GameUnit.Columns().Prosperity: req.Prosperity,
+ })
+ affect, err := result.RowsAffected()
+ if err != nil || affect == 0 {
+ go setAccount(ctx, req)
+ }
+
+ model := dao.LoginLogoutInfo.Ctx(ctx)
+ _, err = model.Insert(&do.LoginLogoutInfo{
+ Uid: req.Uid,
+ State: req.State,
+ Day: req.Day,
+ GameTime: req.GameTime,
+ Scale: req.Scale,
+ VillagerNum: req.VillagerNum,
+ Copper: req.Copper,
+ GoldIngot: req.GoldIngot,
+ BaseFood: req.BaseFood,
+ Prosperity: req.Prosperity,
+ Server: req.Server,
+ })
+ }
+ if gtime.Timestamp()-online[req.Server] > 2 {
+ online[req.Server] = gtime.Timestamp()
+
+ var onlineData []entity.OnlineData
+ onlineModel := g.Model("login_out_log", "a").
+ Fields("count(1) as num,b.channel")
+ if req.Server != 0 {
+ onlineModel.Where("a.server=?", req.Server)
+ }
+ err1 := onlineModel.Where("a.e_date", 0).
+ InnerJoin("game_unit", "b", "b.uid=a.uid").
+ Group("b.channel").
+ Scan(&onlineData)
+ //g.Log().Debugf(ctx, "onlineData -> "+gjson.MustEncodeString(onlineData))
+ if err1 == nil {
+ var insertData []do.GameOnline
+ for _, v := range onlineData {
+ g.Log().Debugf(ctx, "onlineData -> "+gjson.MustEncodeString(v)+" channel:"+v.Channel)
+ insertData = append(insertData, do.GameOnline{Channel: v.Channel, Server: req.Server, Num: v.Num})
+ }
+ dao.GameOnline.Ctx(ctx).Insert(insertData)
+ }
+ }
+
+ return
+ })
+ return
+}
+
+func sendAdvertisement(ctx context.Context, uid int64) {
+ units := []entity.GameUnit{}
+ err := dao.GameUnit.Ctx(ctx).Where("uid=?", uid).Where("OAID<>''").Scan(&units)
+ if err != nil {
+ log.Printf("sendAdvertisement===Scan: err: %s", err.Error())
+ }
+ if len(units) == 0 || units[0].OAID == "" || units[0].Channel != consts.Channel_TAPTAP {
+ return
}
+ req1 := new(game.DeepADReq)
+ req1.OAID = units[0].OAID
+ req1.State = consts.ADDVERTISEMENT_TWO
+ _, err = DeepAdvertise(ctx, req1)
+ if err != nil {
+ log.Printf("sendAdvertisement===DeepAdvertise: err: %s", err.Error())
+ return
+ }
+ log.Printf("sendAdvertisement: OAID: %d, req1: %s", uid, gjson.MustEncodeString(req1))
+}
+
+func GameUnitChangeName(ctx context.Context, req *game.UnitChangeNameReq) (res *game.UnitChangeNameRes, err error) {
+ if req.Uid == 0 {
+ err = gerror.New("请填写账号!")
+ return
+ }
+ g.Try(ctx, func(ctx context.Context) {
+ _, err = dao.GameUnit.Ctx(ctx).WherePri(req.Uid).Where("server=?", req.Server).Update(g.Map{
+ dao.GameUnit.Columns().Name: req.Name,
+ })
+ return
+ })
+ return
+}
+
+func ItemIncomeExpenseRecords(ctx context.Context, req *game.ItemRecordReq) (res *game.ItemRecordRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.ItemIncomeExpenseRecords.Ctx(ctx)
+ _, err = model.Insert(&do.ItemIncomeExpenseRecords{
+ Uid: req.Uid,
+ ItemId: req.ItemId,
+ Num: req.Num,
+ Way: req.Way,
+ State: req.State,
+ Server: req.Server,
+ })
+ return
+ })
+ return
+}
+
+func ShopRecords(ctx context.Context, req *game.ShopRecordReq) (res *game.ShopRecordRes, err error) {
+ res = new(game.ShopRecordRes)
+
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameShopLog.Ctx(ctx)
+ _, err = model.Insert(&do.GameShopLog{
+ Uid: req.Uid,
+ ItemId: req.ItemId,
+ Price: req.Price,
+ Num: req.Num,
+ })
+ return
+ })
+
+ g.Log().Info(ctx, "a== ", res)
+ return
+}
+
+func GetShopItemLog(ctx context.Context, req *game.GetShopItemLogReq) (res *game.GetShopItemLogRes, err error) {
+ res = new(game.GetShopItemLogRes)
+ g.Try(ctx, func(ctx context.Context) {
+ shopLogSql := fmt.Sprintf(`select u.account,s.itemId,s.num,s.price from game_shop_log s inner join game_unit u on s.uid=u.uid where 1=1`)
+ rechargeSql := fmt.Sprintf(`select DISTINCT u.account from game_recharge r inner join game_unit u on r.unitId=u.uid inner join game_register rr on rr.account=u.account where r.status=2`)
+ if req.LowTime != 0 {
+ start := time.Unix(req.LowTime, 0).Format(TIME_LAYOUT)
+ rechargeSql += fmt.Sprintf(` and rr.create_time>%s`, start)
+ shopLogSql += fmt.Sprintf(` and s.c_date>%s`, start)
+ }
+ if req.Uptime != 0 {
+ end := time.Unix(req.Uptime, 0).Format(TIME_LAYOUT)
+ rechargeSql = fmt.Sprintf(`%s and rr.create_time<%s`, rechargeSql, end)
+ shopLogSql = fmt.Sprintf(`%s and s.c_date<%s`, shopLogSql, end)
+ }
+ if req.ServerId != 0 {
+ rechargeSql = fmt.Sprintf(`%s and u.server=%d`, rechargeSql, req.ServerId)
+ shopLogSql = fmt.Sprintf(`%s and u.server=%d`, shopLogSql, req.ServerId)
+ }
+ if req.Channel != "" {
+ rechargeSql = fmt.Sprintf(`%s and u.channel=%s`, rechargeSql, req.Channel)
+ shopLogSql = fmt.Sprintf(`%s and u.channel=%s`, shopLogSql, req.Channel)
+ }
+ if req.GM == 0 {
+ rechargeSql = fmt.Sprintf(`%s and r.tradeNo NOT LIKE 'GM%%'`, rechargeSql)
+ }
+ shopLogSql = fmt.Sprintf(`select a.account, a.itemId from (%s) as a group by a.itemId,a.account`, shopLogSql)
+ shopLogSql = fmt.Sprintf(`select count(1) as num, b.itemId from (%s) as b group by b.itemId`, shopLogSql)
+ err = g.Model().Raw(shopLogSql).Scan(&res.Logs)
+ res.RechargeTotal, err = g.Model().Raw(rechargeSql).Count()
+ if err != nil {
+ return
+ }
+ return
+ })
+ return
+}
+
+func GameUserDel(ctx context.Context, req *game.UserDelReq) (res *game.UserDelRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ res = new(game.UserDelRes)
+ user := service.Context().GetLoginUser(ctx)
+ fulluser, err1 := service.User().GetUserByUsername(ctx, user.UserName)
+ if err != nil {
+ liberr.ErrIsNil(ctx, err1)
+ return
+ }
+ password := libUtils.EncryptPassword(req.Password, fulluser.UserSalt)
+ g.Log().Info(ctx, fmt.Sprint("密码错误! pwd:"+fmt.Sprintf("%v", fulluser)+", req.pwd:"+password))
+ if fulluser.UserPassword != password {
+ liberr.ErrIsNil(ctx, errors.New("密码错误! pwd:"+fulluser.UserPassword+", req.pwd:"+password))
+ return
+ }
+ units := []entity.GameUnit{}
+ err = dao.GameUnit.Ctx(ctx).Where("account=?", req.Account).Scan(&units)
+ data, _ := json.Marshal(units)
+ log.Printf("GameUserDel: %s", string(data))
+ _, err = dao.GameRegister.Ctx(ctx).Delete("account=?", req.Account)
+ _, err = dao.GameUnit.Ctx(ctx).Delete("account=?", req.Account)
+ uids := []int64{}
+ for _, v := range units {
+ if v.Account == req.Account {
+ uids = append(uids, v.Uid)
+ }
+ }
+
+ log.Printf("GameUserDel: %s", fmt.Sprint(uids))
+ //_, err = dao.GameRecharge.Ctx(ctx).Delete("unitId in (?)", uids)
+ //_, err = dao.GameRechargeLog.Ctx(ctx).Delete("unitId in (?)", uids)
+ //_, err = dao.LoginLogoutInfo.Ctx(ctx).Delete("uid in (?)", uids)
+ //_, err = dao.LoginOutLog.Ctx(ctx).Delete("uid in (?)", uids)
+ //_, err = dao.ItemIncomeExpenseRecords.Ctx(ctx).Delete("uid in (?)", uids)
+ //_, err = dao.ItemIncomeExpenseRecords.Ctx(ctx).Delete("uid in (?)", uids)
+ if err != nil {
+ log.Printf("GameUserDel: %s", err.Error())
+ }
- err = MongoDatabaseList[0].Collection("account").Find(ctx, filtter).All(&AccountList)
+ res.Data = 1
+ })
return
}
diff --git a/internal/serviceGame/internal/bazaar.go b/internal/serviceGame/internal/bazaar.go
new file mode 100644
index 0000000..539c721
--- /dev/null
+++ b/internal/serviceGame/internal/bazaar.go
@@ -0,0 +1,68 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/os/gtime"
+ "go.mongodb.org/mongo-driver/bson"
+ "log"
+)
+
+func GetBazaar(ctx context.Context, year int32, date int32) (all []map[string]interface{}, err error) {
+ filter := bson.M{"_t": "BazaarActivity"}
+ if year != 0 {
+ filter["Year"] = year
+ }
+ if date != 0 {
+ filter["Date"] = date
+ }
+ err = MongoDatabaseList["0"].Collection("BazaarActivity").Find(ctx, filter).All(&all)
+ for _, v := range all {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ }
+ if err != nil {
+ return
+ }
+ return all, err
+}
+
+func UpdateBazaar(ctx context.Context, data map[string]interface{}) (err error) {
+ filter := bson.M{"_t": "BazaarActivity"}
+ filter["Year"] = data["Year"]
+ filter["Date"] = data["Date"]
+ //log.Print("res.Bazaar", filter, data)
+ err = MongoDatabaseList["0"].Collection("BazaarActivity").UpdateOne(ctx, filter, bson.M{"$set": data})
+ log.Print("res.Bazaar", filter, data, err)
+ return
+}
+
+func InsertBazaar(ctx context.Context, data map[string]interface{}) (err error) {
+ filter := bson.M{"_t": "BazaarActivity"}
+ filter["Year"] = data["Year"]
+ filter["Date"] = data["Date"]
+ a, err := MongoDatabaseList["0"].Collection("BazaarActivity").Find(ctx, filter).Count()
+ if a > 0 {
+ delete(data, "_id")
+ delete(data, "_t")
+ err = MongoDatabaseList["0"].Collection("BazaarActivity").UpdateOne(ctx, filter, bson.M{"$set": data})
+ return
+ }
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "BazaarActivity"
+ //log.Print("res.Bazaar", data)
+ ss, err := MongoDatabaseList["0"].Collection("BazaarActivity").InsertOne(ctx, data)
+ log.Print("InsertBazaar %v", ss)
+ return
+}
+
+func InsertBatchBazaar(ctx context.Context, datas []map[string]interface{}) (err error) {
+ time := gtime.TimestampNano()
+ for k, v := range datas {
+ v["_id"] = time + int64(k)
+ v["_t"] = "BazaarActivity"
+ }
+
+ ss, err := MongoDatabaseList["0"].Collection("BazaarActivity").InsertMany(ctx, datas)
+ log.Print("InsertBatchBazaar %v", ss)
+ return
+}
diff --git a/internal/serviceGame/internal/blackList.go b/internal/serviceGame/internal/blackList.go
new file mode 100644
index 0000000..54384aa
--- /dev/null
+++ b/internal/serviceGame/internal/blackList.go
@@ -0,0 +1,140 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/library/liberr"
+)
+
+func GetBlackListByPage(ctx context.Context, req *game.GetListBlackListReq) (res *game.GetListBlackListRes, err error) {
+ //rdbTop := RedisDbList[0]
+ //rdbTop.Do(ctx, "select", 0)
+ //var m []string
+ //result := rdbTop.Get(ctx, "ipWhiteList")
+ //json.Unmarshal([]byte(result.Val()), &m)
+ //start := (req.PageNum - 1) * req.PageSize
+ //end := req.PageNum * req.PageSize
+ //fmt.Println("GetWhiteListByPage: ", start, end, len(m))
+ //if end >= len(m) {
+ // return m[start:], len(m), result.Err()
+ //}
+ //return m[start:end], len(m), result.Err()
+ res = new(game.GetListBlackListRes)
+ model := dao.GameBlackList.Ctx(ctx)
+ res.Total, err = model.Count()
+ model = model.Page(req.PageNum, req.PageSize)
+ err = model.Scan(&res.WhiteList)
+ return
+}
+
+func UpdateBlackList(ctx context.Context, req *game.UpdateBlackListReq) (res *game.UpdateBlackListRes, err error) {
+
+ model := dao.GameBlackList.Ctx(ctx)
+ var list []*entity.GameBlackList
+ err = model.Where("ip=? ", req.Ip).Scan(&list)
+ if err != nil {
+ return
+ }
+
+ if len(list) > 0 {
+ return
+ } else {
+ if req.Id > 0 {
+ _, err = model.Where("id=", req.Id).Data(&do.GameBlackList{Ip: req.Ip}).Update()
+ }
+ _, err = model.Insert(&do.GameBlackList{Ip: req.Ip})
+ }
+
+ //rdbTop := RedisDbList[0]
+ //rdbTop.Do(ctx, "select", 0)
+ //var m []string
+ //result := rdbTop.Get(ctx, "ipBlackList")
+ //
+ //json.Unmarshal([]byte(result.Val()), &m)
+ //if utils.ContainsString(m, ip) {
+ // return
+ //}
+ //
+ //m = append(m, ip)
+ //save, _ := json.Marshal(m)
+ //err = rdbTop.Set(ctx, "ipWhiteList", save, 0).Err()
+ //if err != nil {
+ // panic(err)
+ //}
+ ////log.Print("res.Bazaar", m, err)
+ return
+}
+
+func DelBlackList(ctx context.Context, req *game.DelBlackListReq) (res *game.DelBlackListRes, err error) {
+ if req.Ip == "" {
+ liberr.ErrIsNil(ctx, err, "错误的id")
+ return
+ }
+ _, e := dao.GameBlackList.Ctx(ctx).Where("ip=?", req.Ip).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除白名单失败")
+ return
+ }
+
+ //rdbTop := RedisDbList[0]
+ //rdbTop.Do(ctx, "select", 0)
+ //var m []string
+ //result := rdbTop.Get(ctx, "ipWhiteList")
+ //
+ //json.Unmarshal([]byte(result.Val()), &m)
+ //if !utils.ContainsString(m, ip) {
+ // return
+ //}
+ //
+ //m = utils.DeleteSlice1(m, ip)
+ //save, _ := json.Marshal(m)
+ //err = rdbTop.Set(ctx, "ipWhiteList", save, 0).Err()
+ //if err != nil {
+ // panic(err)
+ //}
+ //log.Print("DelWhiteList", m, err)
+ return
+}
+
+func GetBlackList(ctx context.Context) (list []*entity.GameBlackList, err error) {
+ model := dao.GameBlackList.Ctx(ctx)
+ list = []*entity.GameBlackList{}
+ err = model.Scan(&list)
+ return
+ //rdbTop := RedisDbList[0]
+ //rdbTop.Do(ctx, "select", 0)
+ //var m []string
+ //result := rdbTop.Get(ctx, "ipWhiteList")
+ //
+ //json.Unmarshal([]byte(result.Val()), &m)
+ //
+ //return m, result.Err()
+}
+
+func GetBlackLock(ctx context.Context) (string, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ //var m string
+ result := rdbTop.Get(ctx, "ipWhiteLock")
+
+ fmt.Println("GetWhiteLock ---》 ipWhiteLock: ", result.Val())
+ //json.Unmarshal(byte(result.Val()), &m)
+
+ return result.Val(), result.Err()
+}
+
+func SetBlackLock(ctx context.Context, lock int32) error {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ //var m string
+ result := rdbTop.Set(ctx, "ipWhiteLock", lock, 0)
+
+ fmt.Println("GetWhiteLock ---》 ipWhiteLock: ", result.Val())
+ //json.Unmarshal(byte(result.Val()), &m)
+
+ return result.Err()
+}
diff --git a/internal/serviceGame/internal/cdKey.go b/internal/serviceGame/internal/cdKey.go
new file mode 100644
index 0000000..c021207
--- /dev/null
+++ b/internal/serviceGame/internal/cdKey.go
@@ -0,0 +1,465 @@
+package internal
+
+import (
+ "context"
+ "crypto/md5"
+ "errors"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gfile"
+ "log"
+ "os"
+ "strings"
+ "time"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+)
+
+type Account struct {
+ Code string `json:"code" description:"账号"`
+ ConfigId int32 `json:"configId" description:"密码"`
+ Used int64 `json:"used" description:"创建时间"`
+}
+
+func checkOne(result string, value string) bool {
+ return strings.Contains(result, value)
+}
+
+func getPreValue(id int64, charset string) string {
+ charsetLen := int64(len(charset))
+ preValue := ""
+ for {
+ preValue = charset[id%charsetLen:id%charsetLen+1] + preValue
+ if id/charsetLen == 0 {
+ break
+ }
+ id = id / charsetLen
+ }
+
+ return preValue
+}
+
+func randomGenerate(ctx context.Context, preName string, id int64, num int) {
+ g.Try(ctx, func(ctx context.Context) {
+ timeD := time.Now().Unix()
+ charset := consts.CHARSET
+ charsetDef := consts.CHARSETDef
+ lenfrom := 6
+ lento := 6
+ result := ""
+ index := -1
+ preValue := getPreValue(id, charsetDef)
+
+ datas := []g.List{}
+ data := g.List{}
+ for i := num - 1; i >= 0; {
+ if index == i {
+ continue
+ }
+ index = i
+ value := generateOne(charset, lenfrom, lento)
+ value = preValue + value
+ a := checkOne(result, value)
+ if a == true {
+ index = -1
+ continue
+ }
+
+ i--
+ result += value + "\r"
+ data = append(data, g.Map{
+ dao.GameCdKey.Columns().Code: value,
+ dao.GameCdKey.Columns().ConfigId: id,
+ })
+ if len(data) > 10000 {
+ datas = append(datas, data)
+ data = g.List{}
+ }
+ }
+ if len(data) > 0 {
+ datas = append(datas, data)
+ }
+
+ log.Println("randomGenerate: s: ", time.Now().Unix()-timeD)
+ if err := os.WriteFile(fmt.Sprintf("./download/%s", cdKeyFilename(preName, id)), []byte(result), 0666); err != nil {
+ log.Fatal(err)
+ } else {
+ updateGiftExchangeConfig(ctx, id, "", 1)
+ }
+
+ for _, v := range datas {
+ if len(v) > 0 {
+ _, _ = dao.GameCdKey.Ctx(ctx).Data(v).Insert()
+ }
+ }
+ })
+}
+
+func GetGiftExchangeConfig(ctx context.Context, req *game.GetGiftExchangeListReq) (res *game.GetGiftExchangeListRes, err error) {
+ res = new(game.GetGiftExchangeListRes)
+ model := dao.GameGiftExchange.Ctx(ctx)
+ if req.Name != "" {
+ model = model.Where("name like ?", "%"+req.Name+"%")
+ }
+ if req.Pass != "" {
+ model = model.Where("password like ?", "%"+req.Pass+"%")
+ }
+ if req.Channel != "" {
+ model = model.Where("channel like ?", "%"+req.Channel+"%")
+ }
+
+ if req.KeyType != 0 {
+ model = model.Where("type=?", req.KeyType)
+ }
+ if req.States != 0 {
+ switch req.States {
+ case 1:
+ model = model.Where("start_time>?", time.Now().Format(consts.TIME_FORMAT))
+ break
+ case 2:
+ model = model.Where("start_time", time.Now().Format(consts.TIME_FORMAT))
+ model = model.Where("stop_time>?", time.Now().Format(consts.TIME_FORMAT))
+ break
+ case 3:
+ model = model.Where("stop_time", time.Now().Format(consts.TIME_FORMAT))
+ break
+ }
+ } else {
+ if req.StartTime != "" {
+ model = model.Where("start_time>=?", req.StartTime)
+ }
+ if req.StopTime != "" {
+ model = model.Where("stop_time<=?", req.StopTime)
+ }
+ }
+ res.Total, err = model.Count()
+ err = model.Page(req.PageNum, req.PageSize).OrderDesc("id").Scan(&res.List)
+ log.Println("GetGiftExchangeConfig: ", gjson.MustEncodeString(res))
+ return
+}
+
+func GetGiftExchange(ctx context.Context, req *game.GetGiftExchangeReq) (res *game.GetGiftExchangeRes, err error) {
+ res = new(game.GetGiftExchangeRes)
+ var path = gfile.Join(gfile.RealPath("download"), req.File)
+ log.Println("GetGiftExchange: ", req.File, path, gfile.Exists(path))
+ if gfile.Exists(path) {
+ res.State = 1
+ }
+ return
+}
+
+func UpdateGiftExchangeConfig(ctx context.Context, req *game.UpdateGiftExchangeReq) (res *game.UpdateGiftExchangeRes, err error) {
+ data := do.GameGiftExchange{Channel: req.Channel}
+ if req.StartTime != "" {
+ data.StartTime = req.StartTime
+ }
+ if req.StopTime != "" {
+ data.StopTime = req.StopTime
+ }
+ if req.Times != 0 {
+ data.Times = req.Times
+ }
+ if req.StartTime == "" && req.StopTime == "" && req.Times == 0 {
+ data.StartTime = time.Now().Format(consts.TIME_FORMAT)
+ data.StopTime = time.Now().Format(consts.TIME_FORMAT)
+ }
+ dao.GameGiftExchange.Ctx(ctx).WherePri(req.Id).Update(data)
+ return
+}
+
+func RandomGenerateCode(ctx context.Context, req *game.RandomGenerateCodeReq) (res *game.RandomGenerateCodeRes, err error) {
+ res = new(game.RandomGenerateCodeRes)
+ if req.KeyType == consts.CDKEY_TYPE_PASS {
+ gift := []entity.GameGiftExchange{}
+ dao.GameGiftExchange.Ctx(ctx).Where("password=?", req.Pass).Scan(&gift)
+ if len(gift) > 0 {
+ return res, errors.New("有相同口令")
+ }
+ }
+ id, err := insertGiftExchangeConfig(ctx, req)
+ if err != nil {
+ log.Println("RandomGenerateCode: insertGiftExchangeConfig: ", err)
+ return
+ }
+ if req.KeyType == consts.CDKEY_TYPE_NUM {
+ preName := fmt.Sprintf("code%d_", time.Now().Unix())
+ res.Filename = cdKeyFilename(preName, id)
+ updateGiftExchangeConfig(ctx, id, res.Filename, 0)
+ go randomGenerate(ctx, preName, id, req.Num)
+ }
+
+ log.Printf("RandomGenerateCode: FieldName: %s", res.Filename)
+ return
+}
+
+func updateGiftExchangeConfig(ctx context.Context, id int64, filename string, fileState int) {
+ data := do.GameGiftExchange{}
+ if filename != "" {
+ data.Filename = filename
+ }
+ if fileState != 0 {
+ data.FileState = fileState
+ }
+
+ _, err := dao.GameGiftExchange.Ctx(ctx).WherePri(id).Update(data)
+ if err != nil {
+ log.Printf("updateGiftExchangeConfig err: %v", err)
+ }
+}
+
+func insertGiftExchangeConfig(ctx context.Context, req *game.RandomGenerateCodeReq) (id int64, err error) {
+ if req.Name == "" || req.KeyType == 0 || len(req.Awards) <= 0 || req.Times == 0 {
+ return 0, errors.New("配置未填!")
+ }
+ data := do.GameGiftExchange{Name: req.Name, Channel: req.Channel, Rewards: req.Awards,
+ Type: req.KeyType, Times: req.Times, StartTime: req.StartTime, StopTime: req.StopTime}
+ if req.KeyType == consts.CDKEY_TYPE_PASS {
+ if req.Pass == "" {
+ return 0, errors.New("口令为空")
+ }
+ data.Password = req.Pass
+ } else {
+ if req.Num == 0 {
+ return 0, errors.New("兑换码数量为0")
+ }
+ data.Num = req.Num
+ }
+ res, err := dao.GameGiftExchange.Ctx(ctx).Insert(data)
+ if err != nil {
+ log.Printf("insertGiftExchangeConfig value: %v, err: %v", req, err)
+ return 0, err
+ }
+ id, err = res.LastInsertId()
+ if err != nil {
+ log.Printf("insertGiftExchangeConfig value: %v, err: %v", req, err)
+ return 0, err
+ }
+ log.Println("insertGiftExchangeConfig res: ", id)
+ return id, err
+}
+
+// http://192.168.2.100:4111/frontApi/game/exchangeCodeVerification?code=M1CUnxocRN&account=lq0001&time=10000&token
+func GetGenerateCode(ctx context.Context, req *game.GetGenerateCodeReq) (res *game.GetGenerateCodeRes, err error) {
+ res = new(game.GetGenerateCodeRes)
+ if req.Code == "" {
+ log.Printf("[%d]CodeExchange failed, code not exist, req.Code: %s", req.Account, req.Code)
+ res.Code = 292
+ return res, nil
+ }
+ token := fmt.Sprintf("%x", md5.Sum([]byte("#colony"+fmt.Sprint(req.Account)+fmt.Sprint(req.Time)+fmt.Sprint(req.Code)+"$")))
+ if req.Time != 10000 && req.Token != token {
+ log.Printf("[%d]CodeExchange failed, token error, req.Token: %s, md5: %s", req.Account, req.Token, token)
+ res.Code = 290
+ return res, nil
+ }
+ unit := []entity.GameUnit{}
+ err1 := dao.GameUnit.Ctx(ctx).Where("uid=?", req.Account).Scan(&unit)
+ if err1 != nil {
+ log.Printf("[%d]CodeExchange get unit error %s", req.Account, err1.Error())
+ res.Code = 250
+ return res, nil
+ }
+ if len(unit) == 0 {
+ log.Printf("[%d]CodeExchange unit is null", req.Account)
+ res.Code = 294
+ return res, nil
+ }
+
+ res, err = getPasswordKey(ctx, req, unit[0].Channel)
+ if res.Code != 1 {
+ return res, nil
+ }
+ detail := []entity.GameCdKey{}
+ err1 = dao.GameCdKey.Ctx(ctx).Where("code=?", req.Code).Scan(&detail)
+ if err1 != nil {
+ log.Printf("[%d]CodeExchange get code error %s", req.Account, err1.Error())
+ res.Code = 250
+ return res, nil
+ }
+ if len(detail) <= 0 {
+ log.Printf("[%d]CodeExchange code not exist", req.Account)
+ res.Code = 291
+ return res, nil
+ }
+ if detail[0].Used != 0 {
+ log.Printf("[%d]CodeExchange GetGenerateCode code is used: %d", req.Account, detail[0].Used)
+ res.Code = 299
+ return res, nil
+ }
+ exchange := []entity.GameGiftExchange{}
+ err3 := dao.GameGiftExchange.Ctx(ctx).WherePri(detail[0].ConfigId).Scan(&exchange)
+ if err3 != nil {
+ log.Printf("[%d]CodeExchange get code error %s", req.Account, err3.Error())
+ res.Code = 250
+ return res, nil
+ }
+ if exchange[0].Channel != "" && !strings.Contains(exchange[0].Channel, unit[0].Channel) {
+ log.Printf("[%d]CodeExchange channel error exchange[0].Channel: %s, unit[0].Channel: %s", req.Account, exchange[0].Channel, unit[0].Channel)
+ res.Code = 293
+ return res, nil
+ }
+ //if exchange[0].StartTime != "" {
+ begin, _ := time.ParseInLocation(consts.TIME_FORMAT, exchange[0].StartTime, time.Local)
+ if begin.Unix() > time.Now().Unix() {
+ log.Printf("[%d]CodeExchange not activated", req.Account)
+ res.Code = 297
+ return res, nil
+ }
+ //}
+ //if exchange[0].StopTime != "" {
+ end, _ := time.ParseInLocation(consts.TIME_FORMAT, exchange[0].StopTime, time.Local)
+ if end.Unix() < time.Now().Unix() {
+ log.Printf("[%d]CodeExchange code is expired", req.Account)
+ res.Code = 295
+ return res, nil
+ }
+ //}
+
+ detail1 := []entity.GameCdKey{}
+ err2 := dao.GameCdKey.Ctx(ctx).Where("used=?", req.Account).Where("configId=?", detail[0].ConfigId).Scan(&detail1)
+ if err2 != nil {
+ log.Printf("[%d]CodeExchange get code error %s", req.Account, err2.Error())
+ res.Code = 250
+ return res, nil
+ }
+ if len(detail1) >= exchange[0].Times {
+ log.Printf("[%d]CodeExchange The usage limit has been reached used: %d, times: %d", req.Account, len(detail1), exchange[0].Times)
+ res.Code = 296
+ return res, nil
+ }
+
+ _, err4 := dao.GameCdKey.Ctx(ctx).Where("code=?", req.Code).Update(g.Map{dao.GameCdKey.Columns().Used: req.Account})
+ if err4 != nil {
+ log.Printf("[%d]CodeExchange UpdateOne err: %s", req.Account, err4.Error())
+ res.Code = 250
+ return res, nil
+ }
+
+ log.Printf("[%d]CodeExchange success: %d", req.Account, detail[0].ConfigId)
+ res.Code = 200
+ res.Rewards = exchange[0].Rewards
+ return res, nil
+}
+
+func getPasswordKey(ctx context.Context, req *game.GetGenerateCodeReq, channel string) (res *game.GetGenerateCodeRes, err error) {
+ res = new(game.GetGenerateCodeRes)
+ exchange := []entity.GameGiftExchange{}
+ err1 := dao.GameGiftExchange.Ctx(ctx).Where("password=?", req.Code).Scan(&exchange)
+ if err1 != nil {
+ log.Printf("[%d]CodeExchange get exchange error %s", req.Account, err1.Error())
+ res.Code = 250
+ return res, nil
+ }
+ if len(exchange) <= 0 {
+ //log.Printf("[%d]CodeExchange password nil %s", req.Account, err1.Error())
+ res.Code = 1
+ return res, nil
+ }
+ if exchange[0].Channel != "" && !strings.Contains(exchange[0].Channel, channel) {
+ log.Printf("[%d]CodeExchange channel error exchange[0].Channel: %s, unit[0].Channel: %s", req.Account, exchange[0].Channel, channel)
+ res.Code = 293
+ return res, nil
+ }
+
+ //if exchange[0].StartTime != "" {
+ begin, _ := time.ParseInLocation(consts.TIME_FORMAT, exchange[0].StartTime, time.Local)
+ if begin.Unix() > time.Now().Unix() {
+ log.Printf("[%d]CodeExchange not activated", req.Account)
+ res.Code = 297
+ return res, nil
+ }
+ //}
+ //if exchange[0].StopTime != "" {
+ end, _ := time.ParseInLocation(consts.TIME_FORMAT, exchange[0].StopTime, time.Local)
+ if end.Unix() < time.Now().Unix() {
+ log.Printf("[%d]CodeExchange code is expired", req.Account)
+ res.Code = 295
+ return res, nil
+ }
+ //}
+
+ model := dao.GameCdPassword.Ctx(ctx)
+ total, err1 := model.Where("account=?", req.Account).Where("config_id=?", exchange[0].Id).Count()
+ if err1 != nil {
+ log.Printf("[%d]CodeExchange get GameCdPassword error %s", req.Account, err1.Error())
+ res.Code = 250
+ return res, nil
+ }
+ if total >= exchange[0].Times {
+ log.Printf("[%d]CodeExchange The usage limit has been reached used: %d, times: %d", req.Account, total, exchange[0].Times)
+ res.Code = 296
+ return res, nil
+ }
+ _, err1 = model.Insert(do.GameCdPassword{Account: req.Account, ConfigId: exchange[0].Id})
+ if err1 != nil {
+ log.Printf("[%d]CodeExchange insert GameCdPassword error %s", req.Account, err1.Error())
+ res.Code = 250
+ return res, nil
+ }
+
+ res.Code = 200
+ res.Rewards = exchange[0].Rewards
+ return
+}
+
+// http://192.168.2.100:4111/frontApi/game/addGenerateCode?id=1&account=10100001&time=10000&token
+func AddGenerateCode(ctx context.Context, req *game.AddGenerateCodeReq) (res *game.AddGenerateCodeRes, err error) {
+ res = new(game.AddGenerateCodeRes)
+ token := fmt.Sprintf("%x", md5.Sum([]byte("#colony"+fmt.Sprint(req.Id)+fmt.Sprint(req.Account)+fmt.Sprint(req.Time)+"$")))
+ if req.Time != 10000 && req.Token != token {
+ log.Printf("[%d]AddGenerateCode failed, token error, req.Token: %s, md5: %s", req.Account, req.Token, token)
+ return res, nil
+ }
+
+ exchange := []entity.GameGiftExchange{}
+ err3 := dao.GameGiftExchange.Ctx(ctx).WherePri(req.Id).Scan(&exchange)
+ if err3 != nil {
+ log.Printf("[%d]AddGenerateCode get code error %s", req.Account, err3.Error())
+ return res, nil
+ }
+ if len(exchange) == 0 || exchange[0].Id == 0 {
+ log.Printf("[%d]AddGenerateCode GameGiftExchange nil ", req.Account)
+ return res, nil
+ }
+ //if exchange[0].StartTime != "" {
+ begin, _ := time.ParseInLocation(consts.TIME_FORMAT, exchange[0].StartTime, time.Local)
+ if begin.Unix() > time.Now().Unix() {
+ log.Printf("[%d]AddGenerateCode not activated", req.Account)
+ return res, nil
+ }
+ //}
+ //if exchange[0].StopTime != "" {
+ end, _ := time.ParseInLocation(consts.TIME_FORMAT, exchange[0].StopTime, time.Local)
+ if end.Unix() < time.Now().Unix() {
+ log.Printf("[%d]AddGenerateCode code is expired", req.Account)
+ return res, nil
+ }
+ //}
+
+ charsetSpecial := consts.CHARSETSpecial
+ charset := consts.CHARSETDef
+ code := getPreValue(req.Id, charsetSpecial) + getPreValue(req.Account, charset)
+ detail := []entity.GameCdKey{}
+ err1 := dao.GameCdKey.Ctx(ctx).Where("code=?", code).Scan(&detail)
+ if err1 != nil {
+ log.Printf("[%d]AddGenerateCode get code error %s", req.Account, err1.Error())
+ return res, nil
+ }
+ if len(detail) > 0 {
+ log.Printf("[%d]AddGenerateCode code not exist", req.Account)
+ return res, nil
+ }
+
+ _, _ = dao.GameCdKey.Ctx(ctx).Insert(g.Map{
+ dao.GameCdKey.Columns().Code: code,
+ dao.GameCdKey.Columns().ConfigId: req.Id,
+ })
+
+ log.Printf("[%d]AddGenerateCode success: %d", req.Account, req.Id)
+ res.Code = code
+ return res, nil
+}
diff --git a/internal/serviceGame/internal/dbinit.go b/internal/serviceGame/internal/dbinit.go
index b798268..98e45c8 100644
--- a/internal/serviceGame/internal/dbinit.go
+++ b/internal/serviceGame/internal/dbinit.go
@@ -2,17 +2,34 @@ package internal
import (
"context"
+ "fmt"
"github.com/go-redis/redis/v8"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gctx"
"github.com/qiniu/qmgo"
"time"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/entity"
)
+type MongoType struct {
+ Link string `json:"link"`
+ Link1 string `json:"link1"`
+ Auth string `json:"auth"`
+ Name string `json:"name"`
+ Id string `json:"id"`
+}
+
var (
- MongoDatabaseList []*qmgo.Database
+ MongoDatabaseList map[string]*qmgo.Database
+ MongoConfigs map[string]MongoType
RedisDbList []*redis.Client
- ServerConfig []map[string]interface{}
+ ServerConfig map[string]string
+ ServerList []entity.GameLoginUrl
+ ChannelList []entity.GameChannelList
+ RechargeServer string
+ Md5key string
+ CallbackKey string
)
func init() {
@@ -29,21 +46,36 @@ func init() {
return
}
RedisInit(redisCfg.Maps())
- svCfg, err := g.Cfg().Get(ctx, "game.server")
+
+ svCfg, err := g.Cfg().Get(ctx, "game.rechargeServer")
+ if err == nil {
+ RechargeServer = svCfg.String()
+ }
+
+ md5keyCfg, err := g.Cfg().Get(ctx, "game.md5key")
if err == nil {
- ServerConfig = svCfg.Maps()
+ Md5key = md5keyCfg.String()
+ }
+
+ callbackKeyCfg, err := g.Cfg().Get(ctx, "game.callbackKey")
+ if err == nil {
+ CallbackKey = callbackKeyCfg.String()
}
}
+
func MongoInit(config []map[string]interface{}) {
ctx := context.Background()
+ MongoDatabaseList = map[string]*qmgo.Database{}
+ MongoConfigs = map[string]MongoType{}
for _, v := range config {
mongoclient, err := qmgo.NewClient(ctx, &qmgo.Config{Uri: v["link"].(string)})
if err != nil {
continue
}
db := mongoclient.Database(v["name"].(string))
- MongoDatabaseList = append(MongoDatabaseList, db)
+ MongoDatabaseList[v["id"].(string)] = db
+ MongoConfigs[v["id"].(string)] = MongoType{Link: v["link"].(string), Link1: v["link1"].(string), Id: v["id"].(string), Name: v["name"].(string), Auth: v["auth"].(string)}
}
}
@@ -62,9 +94,59 @@ func RedisInit(config []map[string]interface{}) {
RedisDbList = append(RedisDbList, rdb)
}
ctx := context.Background()
+
+ InitRedis(ctx)
Test(ctx)
+ InitServer(ctx)
+ InitChannel(ctx)
}
func Test(ctx context.Context) {
}
+
+func InitRedis(ctx context.Context) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ rdbTop.SetNX(ctx, "public_id", 999999, 0)
+}
+
+func InitServer(ctx context.Context) {
+ err := g.Try(ctx, func(ctx context.Context) {
+ ServerList = []entity.GameLoginUrl{}
+ dao.GameLoginUrl.Ctx(ctx).OrderAsc(dao.GameLoginUrl.Columns().Id).Scan(&ServerList)
+
+ ServerConfig = map[string]string{}
+ for _, v := range ServerList {
+ ServerConfig[fmt.Sprint(v.Id)] = fmt.Sprintf("%s:%d", v.RechargeHost, v.RechargePort)
+ }
+
+ fmt.Println("InitServer: ", ServerConfig, ServerList)
+ })
+ if err != nil {
+ fmt.Println("InitServer: ", err)
+ }
+}
+
+func InitChannel(ctx context.Context) {
+ err := g.Try(ctx, func(ctx context.Context) {
+ ChannelList = []entity.GameChannelList{}
+ dao.GameChannelList.Ctx(ctx).OrderAsc(dao.GameChannelList.Columns().Value).Scan(&ChannelList)
+ fmt.Println("InitChannel: ", ChannelList)
+ })
+ if err != nil {
+ fmt.Println("InitChannel: ", err)
+ }
+}
+
+func InitRechargeServer(ctx context.Context) {
+ err := g.Try(ctx, func(ctx context.Context) {
+ url := "http://" + RechargeServer + "/serverInit"
+ bytes := g.Client().PostBytes(ctx, url)
+ fmt.Printf("InitRechargeServer: %s, res: %v/n", RechargeServer, string(bytes))
+ })
+
+ if err != nil {
+ fmt.Println("InitRechargeServer: ", err)
+ }
+}
diff --git a/internal/serviceGame/internal/mail.go b/internal/serviceGame/internal/mail.go
index 67098a1..2f2442b 100644
--- a/internal/serviceGame/internal/mail.go
+++ b/internal/serviceGame/internal/mail.go
@@ -3,35 +3,68 @@ package internal
import (
"context"
"encoding/json"
+ "errors"
"fmt"
mqtt "github.com/eclipse/paho.mqtt.golang"
+ "github.com/gogf/gf/v2/encoding/gcharset"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
"go.mongodb.org/mongo-driver/bson"
+ "net/url"
"strings"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
"tyj_admin/internal/model/entity"
)
-func GetMails(ctx context.Context, uid string, serverId string, createTime1 int64, createTime2 int64) (mailList []*entity.Mail, err error) {
+func GetMails(ctx context.Context, req *game.MailsSearchReq) (res *game.MailsSearchRes, err error) {
+ res = new(game.MailsSearchRes)
filter := bson.M{}
- if len(uid) > 0 {
- filter["to"] = uid
+ if len(req.Uid) > 0 {
+ filter["to"] = req.Uid
}
- if len(serverId) > 0 {
- filter["serverId"] = serverId
+ if len(req.ServerId) > 0 {
+ filter["serverId"] = bson.M{"$elemMatch": bson.M{"$eq": req.ServerId}}
}
- if createTime1 >= 0 && createTime2 > createTime1 {
- filter["c_date"] = bson.M{"$lte": createTime2}
+ if req.LowTime >= 0 && req.UpperTime > req.LowTime {
+ filter["c_date"] = bson.M{"$lte": req.UpperTime}
}
- err = MongoDatabaseList[0].Collection("mail").Find(ctx, filter).All(&mailList)
+ res.Total, err = MongoDatabaseList["0"].Collection("MailLog").Find(ctx, filter).Count()
+ if req.PageSize == 0 {
+ req.PageSize = 10
+ }
+ if req.PageNum == 0 {
+ req.PageNum = 1
+ }
+ //g.Log().Info(ctx, " mailLog filter", filter)
+ err = MongoDatabaseList["0"].Collection("MailLog").Find(ctx, filter).Sort("-c_date").Skip((req.PageNum - 1) * req.PageSize).Limit(req.PageSize).All(&res.Mails)
return
+}
+func GetCornMails(ctx context.Context, send int32) (mailList []entity.Mail, err error) {
+ filter := bson.M{}
+ filter["send"] = send
+ mailList = []entity.Mail{}
+ err = MongoDatabaseList["0"].Collection("MailLog").Find(ctx, filter).All(&mailList)
+ return
}
func AddMail(ctx context.Context, mail entity.Mail) (err error) {
- ss, err := MongoDatabaseList[0].Collection("mail").InsertOne(ctx, mail)
+ ss, err := MongoDatabaseList["0"].Collection("MailLog").InsertOne(ctx, mail)
fmt.Println("ss %v", ss)
return
}
+func UpdateMail(ctx context.Context, mail entity.Mail, errData string) (err error) {
+ err = MongoDatabaseList["0"].Collection("MailLog").UpdateOne(ctx, bson.M{"_id": mail.Id}, bson.M{"$set": bson.M{"send": mail.Send, "errData": errData}})
+ return
+}
+
+func DelMail(ctx context.Context, mail entity.Mail) (err error) {
+ err = MongoDatabaseList["0"].Collection("MailLog").UpdateOne(ctx, bson.M{"_id": mail.Id}, bson.M{"$set": bson.M{"send": consts.Mail_Send_Delete}})
+ return
+}
+
type MailBody struct {
entity.Mail
ModuleType string `json:"moduleType"`
@@ -43,6 +76,19 @@ type MqttMail struct {
Body MailBody `json:"body"`
}
+type HttpMail struct {
+ Items string `json:"items"`
+ ValidDay string `json:"validDay"`
+ //Greetings string `json:"Greetings"`
+ From string `json:"from"`
+ Title string `json:"title"`
+ NewGet string `json:"newGet"`
+ Context string `json:"context"`
+ To string `json:"to"`
+ IsAll string `json:"isAll"`
+ OwnerId string `json:"ownerId"`
+}
+
func SendMqtt(msg interface{}, c chan bool, server string) {
closeC := false
registerFunc := func(client mqtt.Client, qtmsg mqtt.Message) {
@@ -72,7 +118,6 @@ func SendMqtt(msg interface{}, c chan bool, server string) {
}
fmt.Println("error" + err.Error())
c <- false
-
}
if NewMqttClient(registerFunc, callback, server) != nil {
c <- false
@@ -113,3 +158,118 @@ type MqttResult struct {
// //ClientSend("client", 0, false, `{"reqId":3,"moduleId":"webadmin","body":{"uids":"lq0001","gm":1,"moduleType":"changeGM"}}`)
//
//}
+
+func SendMailToC(ctx context.Context, req *game.MailSendReq) (res *game.MailSendRes, err error) {
+ res = new(game.MailSendRes)
+ items := ""
+ for _, v := range req.Drops {
+ if items != "" {
+ items += "|"
+ }
+ items += fmt.Sprint(v.Id) + "|" + fmt.Sprint(v.Num)
+ }
+ if req.Expired == 1 {
+ if req.ValidDay == 0 {
+ req.ValidDay = 30
+ }
+ } else {
+ req.ValidDay = 0
+ }
+ srcCharset := "UTF-8"
+ g.Client().SetHeader("Content-Type", "application/json;charset=UTF-8")
+ errdata := ""
+ owners := strings.Split(req.OwnerId, ";")
+ owner := ""
+ if req.OwnerId != "" {
+ for _, v := range owners {
+ uid, _ := GetStringIdToUid(ctx, v)
+ if uid == "" {
+ errdata += "uid:" + v + "不存在!"
+ continue
+ }
+ if len(owner) > 0 {
+ owner += ";"
+ }
+ owner += uid
+ }
+ if len(owner) == 0 {
+ errdata += "uid不存在,发送失败!"
+ return nil, errors.New(errdata)
+ }
+ }
+
+ g.Log().Info(ctx, "sendMail - ServerConfig: ", gjson.MustEncodeString(ServerConfig))
+ for _, v := range req.ServerId {
+ ip := ServerConfig[v]
+ //g.Log().Info(ctx, "sendMail - ServerConfig: ", v, gjson.MustEncodeString(ServerConfig))
+ url := "http://" + ip + "/sendMail?items=" + items + "&validDay=" + fmt.Sprint(req.ValidDay) +
+ "&from=" + url.QueryEscape(req.From) + "&title=" + url.QueryEscape(req.Title) + "&context=" + url.QueryEscape(req.Content) +
+ "&newGet=" + fmt.Sprint(req.NewGet) + "&ownerId=" + owner
+
+ g.Log().Info(ctx, "sendMail - req: ", url, gjson.MustEncodeString(req))
+ bytes := g.Client().GetBytes(ctx, url)
+ src := string(bytes)
+ if g.IsEmpty(src) {
+ errdata += v + "-空回调,发送失败/n"
+ continue
+ }
+
+ tmp, _ := gcharset.ToUTF8(srcCharset, src)
+ json, err1 := gjson.DecodeToJson(tmp)
+ if err1 != nil {
+ errdata += v + "-" + err1.Error() + "/n"
+ continue
+ }
+ if json.Get("Error").Int() != 200 {
+ errdata += v + "-邮件发送失败/n"
+ continue
+ }
+ errdata += v + "-邮件发送成功/n"
+ g.Log().Info(ctx, "sendMail - req1: ", url, gjson.MustEncodeString(req))
+ }
+
+ g.Log().Info(ctx, "sendMail - errdata2: ", errdata)
+ return nil, errors.New(errdata)
+}
+
+func GetMailModel(ctx context.Context, req *game.GetMailDropModelReq) (res *game.GetMailDropModelRes, err error) {
+ name := ""
+ switch req.MType {
+ case 1:
+ name = "mailDropModel"
+ break
+ case 2:
+ name = "mailContentModel"
+ break
+ default:
+ return
+ }
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ result := rdbTop.Get(ctx, name)
+ res = new(game.GetMailDropModelRes)
+ res.Model = result.Val()
+ //json.Unmarshal()
+ return
+}
+
+func UpdateMailModel(ctx context.Context, req *game.UpdateMailDropModelReq) (res *game.UpdateMailDropModelRes, err error) {
+ name := ""
+ switch req.MType {
+ case 1:
+ name = "mailDropModel"
+ break
+ case 2:
+ name = "mailContentModel"
+ break
+ default:
+ return
+ }
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ err = rdbTop.Set(ctx, name, req.Model, 0).Err()
+ if err != nil {
+ panic(err)
+ }
+ return
+}
diff --git a/internal/serviceGame/internal/manage.go b/internal/serviceGame/internal/manage.go
index 287e61a..e499007 100644
--- a/internal/serviceGame/internal/manage.go
+++ b/internal/serviceGame/internal/manage.go
@@ -2,126 +2,355 @@ package internal
import (
"context"
- "github.com/qiniu/qmgo"
+ "errors"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gcharset"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/errors/gerror"
+ "github.com/gogf/gf/v2/frame/g"
"go.mongodb.org/mongo-driver/bson"
+ "go.mongodb.org/mongo-driver/bson/primitive"
+ "strings"
"time"
"tyj_admin/api/v1/game"
+ "tyj_admin/internal/dao"
"tyj_admin/internal/model/entity"
)
-func SearchGm(ctx context.Context, server int, account string) (gm int, err error) {
+func SearchGm(ctx context.Context, req *game.SearchGmReq) (gm int32, err error) {
filter := bson.M{}
- if server == 0 {
- acc := entity.AccountInfo{}
- filter["account"] = account
- err = MongoDatabaseList[0].Collection("account").Find(ctx, filter).One(&acc)
- if err == nil && acc.Gm > 0 {
- gm = acc.Gm
- return
+ server := fmt.Sprint(req.ServerId)
+ if req.Type == 2 {
+ var unit []entity.GameUnit
+ dao.GameUnit.Ctx(ctx).Where("account=?", req.Account).Where("server=?", server).Scan(&unit)
+ if len(unit) != 1 {
+ return 0, errors.New("找不到账号")
}
- gm = 0
- return
+ server = fmt.Sprint(unit[0].Server)
+ filter["_id"] = unit[0].Uid
} else {
- acc := entity.RoleDetail{}
- filter["account"] = account
- err = MongoDatabaseList[server].Collection("colony").Find(ctx, filter).One(&acc)
- if err == nil && acc.Gm > 0 {
- gm = acc.Gm
- return
+ uid, err := GetStringIdToUid(ctx, req.Uid)
+ if err != nil {
+ return 0, err
+ }
+ var unit []entity.GameUnit
+ dao.GameUnit.Ctx(ctx).Where("uid=?", uid).Scan(&unit)
+ if len(unit) != 1 {
+ return 0, errors.New("找不到账号")
}
- gm = 0
- return
+ server = fmt.Sprint(unit[0].Server)
+ filter["_id"] = unit[0].Uid
+ }
+ if MongoDatabaseList[server] == nil {
+ return 0, errors.New("数据库不存在,请联系管理员")
}
+ all1 := make([]map[string]interface{}, 1)
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, filter).All(&all1)
+ if err != nil {
+ return 0, err
+ }
+ if len(all1) == 0 {
+ return 0, gerror.New("获取失败")
+ }
+ gm = all1[0]["AccountType"].(int32)
+ return gm, err
}
-func ChangeGm(ctx context.Context, account string, state int) (res *game.ChangeGmRes, err error) {
- filter := bson.M{}
+func ListGm(ctx context.Context, req *game.ListGmReq) (res *game.ListGmRes, err error) {
+ res = new(game.ListGmRes)
+ filter := bson.M{"AccountType": req.ChangeValue}
+ server := fmt.Sprint(req.ServerId)
+ if MongoDatabaseList[server] == nil {
+ return nil, errors.New("数据库不存在,请联系管理员")
+ }
+
+ res.Total, err = MongoDatabaseList[server].Collection("Account").Find(ctx, filter).Count()
+ all1 := make([]map[string]interface{}, req.PageSize)
+ err = MongoDatabaseList[server].Collection("Account").Find(ctx, filter).Skip((req.PageNum - 1) * req.PageSize).Limit(req.PageSize).All(&all1)
+ if err != nil {
+ return nil, err
+ }
+ if len(all1) == 0 {
+ return nil, gerror.New("获取失败")
+ }
- filter["account"] = account
- err = MongoDatabaseList[0].Collection("account").UpdateOne(ctx, filter, bson.M{"gm": state})
+ for _, v := range all1 {
+ id, _ := GetStringIdToUid(ctx, fmt.Sprint(v["_id"]))
+ res.Uids = append(res.Uids, id)
+ }
return
+}
+
+func SetGmToClient(ctx context.Context, req *game.SetGmToClientReq) (res *game.SetGmToClientRes, err error) {
+ res = new(game.SetGmToClientRes)
+ srcCharset := "UTF-8"
+ g.Client().SetHeader("Content-Type", "application/json;charset=UTF-8")
+ errdata := ""
+ owners := strings.Split(req.Uids, ";")
+ owner := map[string]string{}
+ if req.Uids != "" {
+ for _, v := range owners {
+ uid, _ := GetStringIdToUid(ctx, v)
+ if uid == "" {
+ errdata += "uid:" + v + "不存在!"
+ continue
+ }
+ server, _ := UidToServer(ctx, uid)
+ if server == 0 {
+ continue
+ }
+ data, ok := owner[fmt.Sprint(server)]
+ if !ok {
+ owner[fmt.Sprint(server)] = ""
+ }
+ if len(data) > 0 {
+ owner[fmt.Sprint(server)] += ";"
+ }
+ owner[fmt.Sprint(server)] += uid
+ }
+ if len(owner) == 0 {
+ return
+ }
+ }
+ g.Log().Info(ctx, "SendToGame - ServerConfig: ", gjson.MustEncodeString(ServerConfig))
+ for k, v := range owner {
+ ip := ServerConfig[k]
+ //g.Log().Info(ctx, "sendMail - ServerConfig: ", v, gjson.MustEncodeString(ServerConfig))
+ url := "http://" + ip + "/GM?Ids=" + v + "&State=" + fmt.Sprint(req.State)
+
+ g.Log().Info(ctx, "SendToGame - req: ", url)
+ bytes := g.Client().GetBytes(ctx, url)
+ src := string(bytes)
+ if g.IsEmpty(src) {
+ continue
+ }
+
+ tmp, _ := gcharset.ToUTF8(srcCharset, src)
+ json, err1 := gjson.DecodeToJson(tmp)
+ if err1 != nil {
+ continue
+ }
+ if json.Get("Error").Int() != 200 {
+ continue
+ }
+
+ g.Log().Info(ctx, "SendToGame - errdata2: ", url, errdata)
+ }
+
+ return
+ //return errors.New(errdata)
}
-type GmBody struct {
- Uid string `json:"uid"`
- Gm string `json:"gm"`
- ModuleType string `json:"moduleType"`
+func ChangeGm(ctx context.Context, req *game.ChangeGmReq) (res *game.ChangeGmRes, err error) {
+ filter := bson.M{}
+ server := ""
+ if req.Type == 2 {
+ var unit []entity.GameUnit
+ dao.GameUnit.Ctx(ctx).Where("account=?", req.Account).Scan(&unit)
+ if len(unit) == 0 {
+ return nil, errors.New("找不到账号")
+ }
+ server = fmt.Sprint(unit[0].Server)
+ filter["_id"] = unit[0].Uid
+ } else {
+ uid, err := GetStringIdToUid(ctx, req.Uid)
+ if err != nil {
+ return nil, err
+ }
+ var unit []entity.GameUnit
+ dao.GameUnit.Ctx(ctx).Where("uid=?", uid).Scan(&unit)
+ if len(unit) == 0 {
+ return nil, errors.New("找不到账号")
+ }
+ server = fmt.Sprint(unit[0].Server)
+ filter["_id"] = unit[0].Uid
+ }
+ if MongoDatabaseList[server] == nil {
+ return nil, errors.New("数据库不存在,请联系管理员")
+ }
+ err = MongoDatabaseList[server].Collection("Account").UpdateOne(ctx, filter, bson.M{"$set": bson.M{"AccountType": req.ChangeValue}})
+ return
}
-type MqttGm struct {
- ReqId int64 `json:"reqId"`
- ModuleId string `json:"moduleId"`
- Body GmBody `json:"body"`
+func ChangePwd(ctx context.Context, account string, pwd string, server string) (res *game.ResetPwdRes, err error) {
+ err = MongoDatabaseList[server].Collection("Account").UpdateOne(ctx, bson.M{"AccountName": account}, bson.M{"$set": bson.M{"Password": pwd}})
+ return
}
-//func SendMqttGm(msg interface{}, c chan bool, server string) {
-//
-// registerFunc := func(client mqtt.Client, qtmsg mqtt.Message) {
-// ss := string(msg.([]byte))
-// fmt.Println(ss)
-// err := ClientSend("client", 0, false, ss)
-// if err != nil {
-// c <- false
-// }
-// }
-//
-// callback := func(client mqtt.Client, qtmsg mqtt.Message) {
-// res := &MqttResult{}
-// client.Disconnect(1)
-// ss := string(qtmsg.Payload())
-// ss = ss[1 : len(ss)-1]
-// ss = strings.Replace(ss, "\\", "", -1)
-// err := json.Unmarshal([]byte(ss), res)
-// if err == nil && res.RespId == 1 && res.Error == nil {
-// c <- true
-// return
-// }
-// c <- false
-//
-// }
-// if NewMqttClient(registerFunc, callback, server) != nil {
-// c <- false
-// }
-//
+//func GetRegisterNum(ctx context.Context, lowTime int64, upTime int64, server string) (num int64, err error) {
+// num, err = MongoDatabaseList[server].Collection("Account").Find(ctx, bson.M{"CreateTime": bson.M{"$lte": time.UnixMilli(upTime), "$gte": time.UnixMilli(lowTime)}}).Count()
+// return
//}
-func ChangePwd(ctx context.Context, account string, pwd string) (res *game.ResetPwdRes, err error) {
- err = MongoDatabaseList[0].Collection("account").UpdateOne(ctx, bson.M{"acccount": account}, bson.M{"$set": bson.M{"password": pwd}})
- ss := make(map[string]interface{})
- err = MongoDatabaseList[2].Collection("colony").Find(ctx, bson.M{"account": "lq0001"}).One(&ss)
- _, err = MongoDatabaseList[3].Collection("colony").InsertOne(ctx, ss)
+func UpdateUnitP(ctx context.Context, uid int, unit primitive.A, server string) (err error) {
+ for _, v := range unit {
+ v1 := v.(map[string]interface{})
+ set := bson.M{}
+ set["C.$"] = v
+ err = MongoDatabaseList[server].Collection("Unit").UpdateOne(ctx, bson.M{"UniqueId": uid, "C._t": v1["_t"]}, bson.M{"$set": set})
+ }
return
}
-func MigrateRole(ctx context.Context, srcServer int, srcUid int32, dstServer int, dstUid int32) (res *game.MigrateRes, err error) {
- ss := make(map[string]interface{})
- err = MongoDatabaseList[srcServer].Collection("colony").Find(ctx, bson.M{"uid": srcUid}).One(&ss)
+const TIME_LAYOUT = "2006-01-02 15:04:05"
+const DATE_LAYOUT = "2006-01-02"
+
+/*
+ * 留存
+ */
+func GetKeepAlive(ctx context.Context, req *game.GetKeepAliveReq) (res *game.GetKeepAliveRes, err error) {
+ res = new(game.GetKeepAliveRes)
+ if req.CreateTime == "" {
+ return nil, gerror.New("请填写注册时间")
+ }
+ t, _ := time.ParseInLocation(TIME_LAYOUT, req.CreateTime+" 00:00:00", time.Local)
+
+ registersql := fmt.Sprintf("select account, server from game_register" +
+ " where 1=1 ")
+ if req.Server != 0 {
+ registersql += fmt.Sprintf(` and server LIKE '%s'`, "%<"+fmt.Sprint(req.Server)+">%")
+ }
+ if req.Channel != "" {
+ registersql += fmt.Sprintf(` and channel="%s"`, req.Channel)
+ }
+ registersql += fmt.Sprintf(` and STR_TO_DATE(create_time, "%%Y-%%m-%%d")="%s"`, t.Format(DATE_LAYOUT))
+ if req.Keep == 2 {
+ registersql = fmt.Sprintf("select MAX( b.recharge ) AS `recharge`, b.account, MAX( b.server ) AS `server` from game_register as a inner join game_unit as b on a.account=b.account" +
+ " where b.recharge>0 ")
+ if req.Server != 0 {
+ registersql += fmt.Sprintf(` and b.server=%d`, req.Server)
+ }
+ if req.Channel != "" {
+ registersql += fmt.Sprintf(` and b.channel="%s"`, req.Channel)
+ }
+ registersql += fmt.Sprintf(` and STR_TO_DATE(a.create_time, "%%Y-%%m-%%d")="%s"`, t.Format(DATE_LAYOUT))
+ registersql += fmt.Sprintf(` group by b.account`)
+ }
+
+ res.RegisterNum, err = g.Model().Raw(registersql).Count()
if err != nil {
- return
- }
- delete(ss, "_id")
- delete(ss, "account")
- delete(ss, "uid")
- delete(ss, "friends")
- delete(ss, "friendAsks")
- delete(ss, "blacklist")
- err = MongoDatabaseList[dstServer].Collection("colony").UpdateOne(ctx, bson.M{"uid": dstUid}, bson.M{"$set": ss})
+ g.Log().Info(ctx, "GetKeepAlive -- RegisterNum err==", err.Error())
+ }
+
+ sql := fmt.Sprintf(`SELECT cd,COUNT(account) as num from (SELECT b.account, FROM_UNIXTIME( a.c_date, "%%Y-%%m-%%d" ) AS cd FROM login_out_log a
+ INNER JOIN game_unit b ON ( a.uid = b.uid )
+ inner join game_register c on (b.account=c.account)
+ WHERE ( a.e_date - a.c_date > 0 ) AND ( STR_TO_DATE( c.create_time, "%%Y-%%m-%%d" )= '%s') AND ( a.c_date < %d )`,
+ req.CreateTime, t.AddDate(0, 0, 30).Unix())
+ if req.Server != 0 {
+ sql += fmt.Sprintf(` And a.server=%d`, req.Server)
+ }
+ if req.Channel != "" {
+ sql += fmt.Sprintf(` And b.channel='%s'`, req.Channel)
+ }
+ if req.Keep == 2 {
+ sql += fmt.Sprintf(` And b.recharge>0`)
+ }
+ sql += ` GROUP BY FROM_UNIXTIME( a.c_date, "%Y-%m-%d" ), b.account) as d GROUP BY d.cd`
+ g.Model().Raw(sql).Scan(&res.Logs)
+ g.Log().Info(ctx, " a== ", res)
return
}
-func GetRegisterNum(ctx context.Context, lowTime int64, upTime int64) (num int64, err error) {
- num, err = MongoDatabaseList[0].Collection("account").Find(ctx, bson.M{"createTime": bson.M{"$lte": time.UnixMilli(upTime), "$gte": time.UnixMilli(lowTime)}}).Count()
+/*
+ * 活跃
+ */
+func GetLive(ctx context.Context, req *game.GetLiveReq) (res *game.GetLiveRes, err error) {
+ res = new(game.GetLiveRes)
+ if req.CreateTime == "" {
+ return nil, gerror.New("请填写起始时间")
+ }
+
+ t, _ := time.ParseInLocation(TIME_LAYOUT, req.CreateTime+" 00:00:00", time.Local)
+ sql := fmt.Sprintf(`SELECT cd,COUNT(1) as num from (SELECT b.account, FROM_UNIXTIME( a.c_date, "%%Y-%%m-%%d" ) AS cd FROM login_out_log a INNER JOIN game_unit b ON ( a.uid = b.uid ) WHERE ( a.e_date - a.c_date > 60 ) AND ( a.c_date >= %d ) AND ( a.c_date < %d )`,
+ t.Unix(), t.AddDate(0, 0, 30).Unix())
+ if req.Server != 0 {
+ sql += fmt.Sprintf(` And a.server=%d`, req.Server)
+ }
+ if req.Channel != "" {
+ sql += fmt.Sprintf(` And b.channel=%s`, req.Channel)
+ }
+ sql += ` GROUP BY cd, b.account) as d GROUP BY d.cd`
+ g.Model().Raw(sql).Scan(&res.LiveLogs)
+
+ model := dao.GameRegister.Ctx(ctx).
+ Fields(`STR_TO_DATE( create_time, "%Y-%m-%d" ) AS cd,COUNT(account) as num`).
+ Where(`UNIX_TIMESTAMP(create_time)>=?`, t.Unix()).
+ Where(`UNIX_TIMESTAMP(create_time)`, t.AddDate(0, 0, 30).Unix())
+ if req.Server != 0 {
+ model = model.Where(`server like ?`, "%<"+fmt.Sprint(req.Server)+">%")
+ }
+ if req.Channel != "" {
+ model = model.Where(`channel=?`, req.Channel)
+ }
+ model.Group(`cd`).Scan(&res.RegisterLogs)
+
+ modelTotal := dao.GameRegister.Ctx(ctx).Where(`UNIX_TIMESTAMP(create_time)`, t.Unix())
+ if req.Server != 0 {
+ modelTotal = modelTotal.Where(`server like ?`, "%<"+fmt.Sprint(req.Server)+">%")
+ }
+ if req.Channel != "" {
+ modelTotal = modelTotal.Where(`channel=?`, req.Channel)
+ }
+ res.RegisterTotal, err = modelTotal.Group("account").Count()
+ HighSql := fmt.Sprintf(`SELECT max(num) AS num, STR_TO_DATE(date, "%%Y-%%m-%%d") AS cd FROM game_online WHERE UNIX_TIMESTAMP(date) >= %d AND UNIX_TIMESTAMP(date) < %d `,
+ t.Unix(), t.AddDate(0, 0, 30).Unix())
+ if req.Server != 0 {
+ HighSql += fmt.Sprintf(` AND server=%d`, req.Server)
+ }
+ if req.Channel != "" {
+ HighSql += fmt.Sprintf(` AND channel=%s`, req.Channel)
+ }
+ HighSql += ` GROUP BY cd`
+ g.Model().Raw(HighSql).Scan(&res.HighLogs)
+ //g.Log().Info(ctx, "a== ", res)
return
}
-func GetDeposit(ctx context.Context, lowTime int64, upTime int64) (num int64, total int64, err error) {
- ss := make(map[string]interface{})
- matchStage := bson.D{{"$match", bson.M{"createTime": bson.M{"$gte": time.UnixMilli(lowTime), "$lte": time.UnixMilli(upTime)}}}}
- groupStage := bson.D{{"$group", bson.M{"totalMoney": bson.M{"$sum": "$money"}, "times": bson.M{"$sum": 1}}}}
- err = MongoDatabaseList[0].Collection("rechargeOrder").Aggregate(ctx, qmgo.Pipeline{matchStage, groupStage}).One(&ss)
+func HighLogs(ctx context.Context, req *game.GetLiveReq) (res *game.GetLiveRes, err error) {
+ res = new(game.GetLiveRes)
+ if req.CreateTime == "" {
+ return nil, gerror.New("请填写起始时间")
+ }
+
+ t, _ := time.ParseInLocation(TIME_LAYOUT, req.CreateTime+" 00:00:00", time.Local)
+ HighSql := fmt.Sprintf(`SELECT max(num) AS num, STR_TO_DATE(date, "%%Y-%%m-%%d") AS cd FROM game_online WHERE UNIX_TIMESTAMP(date) >= %d AND UNIX_TIMESTAMP(date) < %d `,
+ t.Unix(), t.AddDate(0, 0, 30).Unix())
+ if req.Server != 0 {
+ HighSql += fmt.Sprintf(` AND server=%d`, req.Server)
+ }
+ if req.Channel != "" {
+ HighSql += fmt.Sprintf(` AND channel=%s`, req.Channel)
+ }
+ HighSql += ` GROUP BY cd`
+ g.Model().Raw(HighSql).Scan(&res.HighLogs)
return
+}
+
+func RegisterNum(ctx context.Context, req *game.RegisterCountReq) (res *game.RegisterCountRes, err error) {
+ res = new(game.RegisterCountRes)
+ modelTotal := dao.GameRegister.Ctx(ctx)
+ if req.StartTime != 0 {
+ modelTotal = modelTotal.Where(`UNIX_TIMESTAMP(create_time)>?`, req.StartTime/1000)
+ }
+ if req.EndTime != 0 {
+ modelTotal = modelTotal.Where(`UNIX_TIMESTAMP(create_time)`, req.EndTime/1000)
+ }
+ if req.Server != 0 {
+ modelTotal = modelTotal.Where(`server like ?`, "%<"+fmt.Sprint(req.Server)+">%")
+ }
+ if req.Channel != "" {
+ modelTotal = modelTotal.Where(`channel=?`, req.Channel)
+ }
+ err = modelTotal.FieldCount("account", "count").
+ Fields("channel", "STR_TO_DATE( create_time, \"%Y-%m-%d\" ) AS cd").
+ Group("channel", "STR_TO_DATE( create_time, \"%Y-%m-%d\" )").
+ Scan(&res.RegisterList)
+
+ g.Log().Info(ctx, "a== ", res)
+ return
}
diff --git a/internal/serviceGame/internal/model.go b/internal/serviceGame/internal/model.go
new file mode 100644
index 0000000..eefffac
--- /dev/null
+++ b/internal/serviceGame/internal/model.go
@@ -0,0 +1,59 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/os/gtime"
+ "go.mongodb.org/mongo-driver/bson"
+ "log"
+ "strconv"
+)
+
+func GetModel(ctx context.Context, mtype int64, id int64) (all []map[string]interface{}, err error) {
+ filter := bson.M{"_t": "BazaarStall"}
+ if mtype != 0 {
+ filter["Type"] = mtype
+ }
+ if id != 0 {
+ filter["StallId"] = id
+ }
+ err = MongoDatabaseList["0"].Collection("BazaarStall").Find(ctx, filter).All(&all)
+ for _, v := range all {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ }
+ if err != nil {
+ return
+ }
+ return all, err
+}
+
+func UpdateModel(ctx context.Context, data map[string]interface{}) (err error) {
+ filter := bson.M{"_t": "BazaarStall"}
+ data["_id"], _ = strconv.ParseInt(fmt.Sprint(data["_id"]), 10, 64)
+ filter["_id"] = data["_id"]
+ err = MongoDatabaseList["0"].Collection("BazaarStall").UpdateOne(ctx, filter, bson.M{"$set": data})
+ return
+}
+
+func InsertModel(ctx context.Context, data map[string]interface{}) (err error) {
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "BazaarStall"
+ ss, err := MongoDatabaseList["0"].Collection("BazaarStall").InsertOne(ctx, data)
+ log.Print("InsertModel %v", ss)
+ return
+}
+
+func DelModel(ctx context.Context, id int64, stallId int32) (err error) {
+ filter := bson.M{"_t": "BazaarActivity"}
+ filter["$or"] = bson.A{bson.M{"HighPriceRecycle.StallId": stallId}}
+ all := make([]map[string]interface{}, 1)
+ _ = MongoDatabaseList["0"].Collection("BazaarActivity").Find(ctx, filter).All(&all)
+ dataLen := len(all)
+ log.Print("DelModel ", all, filter)
+ if dataLen > 0 {
+ return fmt.Errorf("id used!")
+ }
+ err = MongoDatabaseList["0"].Collection("BazaarStall").RemoveId(ctx, id)
+ log.Print("DelModel err: ", id, err)
+ return
+}
diff --git a/internal/serviceGame/internal/monthly_lottery.go b/internal/serviceGame/internal/monthly_lottery.go
new file mode 100644
index 0000000..79fc604
--- /dev/null
+++ b/internal/serviceGame/internal/monthly_lottery.go
@@ -0,0 +1,61 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/os/gtime"
+ "go.mongodb.org/mongo-driver/bson"
+ "go.mongodb.org/mongo-driver/bson/primitive"
+ "log"
+ "strconv"
+)
+
+func GetMonthlyLottery(ctx context.Context, date string) (all []map[string]interface{}, err error) {
+ filter := bson.M{}
+ filter["Date"] = bson.M{"$regex": primitive.Regex{Pattern: ".*" + date + ".*", Options: "i"}}
+ //log.Print("MonthlyLottery", filter)
+ err = MongoDatabaseList["0"].Collection("MonthlyLottery").Find(ctx, filter).All(&all)
+ for _, v := range all {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ }
+ if err != nil {
+ log.Print("MonthlyLottery db err: ", err)
+ return
+ }
+ return all, err
+}
+
+func UpdateMonthlyLottery(ctx context.Context, data map[string]interface{}) (err error) {
+ filter := bson.M{}
+ filter["Date"] = data["Date"]
+ //log.Print("MonthlyLottery: %s, %s, %s", filter, data)
+ err = MongoDatabaseList["0"].Collection("MonthlyLottery").UpdateOne(ctx, filter, bson.M{"$set": data})
+ return
+}
+
+func InsertMonthlyLottery(ctx context.Context, data map[string]interface{}) (err error) {
+ query := bson.M{"_t": "MonthlyLottery"}
+ filter := bson.M{}
+ if data["Date"] != "" {
+ query["Date"] = bson.M{"$regex": primitive.Regex{Pattern: ".*" + fmt.Sprint(data["Date"]) + ".*", Options: "i"}}
+ filter = bson.M{"BeginTime": 1, "EndTime": 1, "_id": 1}
+ }
+ log.Print("GetPropExchange", query, filter)
+
+ all := map[string]interface{}{}
+ err = MongoDatabaseList["0"].Collection("MonthlyLottery").Find(ctx, query).Select(filter).One(&all)
+ if all != nil && all["_id"] != nil {
+ filter := bson.M{"_t": "MonthlyLottery"}
+ filter["_id"], _ = strconv.ParseInt(fmt.Sprint(all["_id"]), 10, 64)
+ log.Print("UpdatePropExchange: %s, %s, %s", filter, data)
+ err = MongoDatabaseList["0"].Collection("MonthlyLottery").UpdateOne(ctx, filter, bson.M{"$set": data})
+ return
+ }
+
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "MonthlyLottery"
+ //log.Print("MonthlyLottery", data)
+ ss, err := MongoDatabaseList["0"].Collection("MonthlyLottery").InsertOne(ctx, data)
+ log.Print("InsertMonthlyLottery %v", ss)
+ return
+}
diff --git a/internal/serviceGame/internal/notice.go b/internal/serviceGame/internal/notice.go
index 303d1a6..06cdadf 100644
--- a/internal/serviceGame/internal/notice.go
+++ b/internal/serviceGame/internal/notice.go
@@ -1,5 +1,16 @@
package internal
+import (
+ "context"
+ "errors"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gcharset"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "net/url"
+ "strings"
+)
+
type NoticeBody struct {
Time int `json:"time"`
Type int `json:"type"`
@@ -12,3 +23,53 @@ type MqttNotice struct {
ModuleId string `json:"moduleId"`
Body NoticeBody `json:"body"`
}
+
+func BackStageMessage(ctx context.Context, serverId int, ownerId string, content string, code int) (err error) {
+ srcCharset := "UTF-8"
+ g.Client().SetHeader("Content-Type", "application/json;charset=UTF-8")
+ errdata := ""
+ owners := strings.Split(ownerId, ";")
+ owner := ""
+ if ownerId != "" {
+ for _, v := range owners {
+ uid, _ := GetStringIdToUid(ctx, v)
+ if uid == "" {
+ errdata += "uid:" + v + "不存在!"
+ continue
+ }
+ if len(owner) > 0 {
+ owner += ";"
+ }
+ owner += uid
+ }
+ if len(owner) == 0 {
+ return
+ }
+ }
+
+ g.Log().Info(ctx, "SendToGame - ServerConfig: ", gjson.MustEncodeString(ServerConfig))
+
+ ip := ServerConfig[fmt.Sprint(serverId)]
+ //g.Log().Info(ctx, "sendMail - ServerConfig: ", v, gjson.MustEncodeString(ServerConfig))
+ url := "http://" + ip + "/BackStageMessage?ids=" + owner + "&context=" + url.QueryEscape(content) +
+ "&code=" + fmt.Sprint(code)
+
+ g.Log().Info(ctx, "SendToGame - req: ", url)
+ bytes := g.Client().GetBytes(ctx, url)
+ src := string(bytes)
+ if g.IsEmpty(src) {
+ return
+ }
+
+ tmp, _ := gcharset.ToUTF8(srcCharset, src)
+ json, err1 := gjson.DecodeToJson(tmp)
+ if err1 != nil {
+ return
+ }
+ if json.Get("Error").Int() != 200 {
+ return
+ }
+
+ g.Log().Info(ctx, "SendToGame - errdata2: ", url, errdata)
+ return errors.New(errdata)
+}
diff --git a/internal/serviceGame/internal/order.go b/internal/serviceGame/internal/order.go
index 07f2eab..ae8fcd8 100644
--- a/internal/serviceGame/internal/order.go
+++ b/internal/serviceGame/internal/order.go
@@ -1,71 +1,12 @@
package internal
import (
- "context"
"encoding/json"
"fmt"
mqtt "github.com/eclipse/paho.mqtt.golang"
- "github.com/qiniu/qmgo"
- "go.mongodb.org/mongo-driver/bson"
"strings"
- "tyj_admin/internal/model/entity"
)
-func GetOrdersByAccount(ctx context.Context, account string) (orders []*entity.Order, err error) {
- bm := bson.M{"uid": account}
- err = MongoDatabaseList[0].Collection("rechargeOrder").Find(ctx, bm).All(&orders)
- return
-
-}
-
-func GetOrdersByTime(ctx context.Context, lowTime int64, upperTime int64) (orders []*entity.Order, err error) {
- bm := bson.M{"timestamp": bson.M{"$gte": lowTime, "$lte": upperTime}}
- err = MongoDatabaseList[0].Collection("rechargeOrder").Find(ctx, bm).All(&orders)
- return
-
-}
-
-func GetOrdersByOrderId(ctx context.Context, orderId string) (orders []*entity.Order, err error) {
- bm := bson.M{"_id": orderId}
- err = MongoDatabaseList[0].Collection("rechargeOrder").Find(ctx, bm).All(&orders)
- return
-}
-
-func GetOrderCount(ctx context.Context, filter bson.M, serverId int) (Orders []*entity.OrderCount, err error) {
- if serverId == 0 {
- for i := 1; i < len(MongoDatabaseList); i++ {
- orderCount := new(entity.OrderCount)
- orderCount.ServerId = i
- serverMatch := bson.D{{"$match", bson.M{"server": i}}}
- matchStage := bson.D{{"$match", filter}}
- groupStage := bson.D{{"group", bson.M{"uid": `$uid`, "server": `$server`}}}
- var in []bson.M
- MongoDatabaseList[0].Collection("rechargeOrder").Aggregate(ctx, qmgo.Pipeline{serverMatch, matchStage, groupStage}).All(&in)
- orderCount.Num = 1
-
- groupStage = bson.D{{"group", bson.M{"totalMoney": bson.M{"$sum": "$money"}, "times": bson.M{"$sum": 1}}}}
-
- var in2 []bson.M
- MongoDatabaseList[0].Collection("rechargeOrder").Aggregate(ctx, qmgo.Pipeline{serverMatch, groupStage}).All(&in2)
- }
- } else {
- orderCount := new(entity.OrderCount)
- orderCount.ServerId = serverId
- serverMatch := bson.D{{"$match", bson.M{"server": serverId}}}
- matchStage := bson.D{{"$match", filter}}
- groupStage := bson.D{{"group", bson.M{"uid": `$uid`, "server": `$server`}}}
- var in []bson.M
- MongoDatabaseList[0].Collection("rechargeOrder").Aggregate(ctx, qmgo.Pipeline{serverMatch, matchStage, groupStage}).All(&in)
- orderCount.Num = 1
-
- groupStage = bson.D{{"group", bson.M{"totalMoney": bson.M{"$sum": "$money"}, "times": bson.M{"$sum": 1}}}}
-
- var in2 []bson.M
- MongoDatabaseList[0].Collection("rechargeOrder").Aggregate(ctx, qmgo.Pipeline{serverMatch, groupStage}).All(&in2)
- }
- return
-}
-
type MoneyBody struct {
Uids string `json:"uids"`
Money int32 `json:"money"`
diff --git a/internal/serviceGame/internal/out.go b/internal/serviceGame/internal/out.go
new file mode 100644
index 0000000..308126e
--- /dev/null
+++ b/internal/serviceGame/internal/out.go
@@ -0,0 +1,187 @@
+package internal
+
+import (
+ "context"
+ "encoding/json"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "go.mongodb.org/mongo-driver/bson"
+ "log"
+ "os"
+ "strconv"
+ "tyj_admin/api/v1/game"
+)
+
+func GetIdIncrease(ctx context.Context) (int64, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ result := rdbTop.Incr(ctx, "public_id")
+ return result.Val(), result.Err()
+}
+
+func CheckUidHadPId(ctx context.Context, uid int64) bool {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ value, _ := rdbTop.HExists(ctx, "public_id_for_uid", fmt.Sprint(uid)).Result()
+ return value
+}
+
+func AddIdToUid(ctx context.Context, id int64, uid int64) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ rdbTop.HSet(ctx, "public_id_for_uid", id, uid)
+ rdbTop.HSet(ctx, "public_id_for_uid", uid, id)
+ return
+}
+
+func GetIdToUid(ctx context.Context, id int64) (int64, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ value, err := rdbTop.HGet(ctx, "public_id_for_uid", fmt.Sprint(id)).Result()
+ //fmt.Println("public_id_for_uid: ", value)
+ if value == "" {
+ return 0, err
+ }
+ res, err := strconv.ParseInt(value, 10, 64)
+ return res, err
+}
+
+func GetStringIdToUid(ctx context.Context, id string) (string, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ value, err := rdbTop.HGet(ctx, "public_id_for_uid", id).Result()
+ //fmt.Println("public_id_for_uid: ", value)
+ return value, err
+}
+
+func GetEnableHotfix(ctx context.Context, key string) string {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ res := rdbTop.HGet(ctx, "enableHotfix", key)
+ return res.Val()
+}
+
+func GetAllSetEnable(ctx context.Context, name string) (map[string]string, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ res := rdbTop.HGetAll(ctx, name)
+ return res.Val(), res.Err()
+}
+
+func SetSetEnable(ctx context.Context, name string, key string, data int) error {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ err := rdbTop.HSet(ctx, name, key, data)
+ return err.Err()
+}
+
+func DelAuditMode(ctx context.Context, name string, key string) error {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ err := rdbTop.HDel(ctx, name, key)
+ return err.Err()
+}
+
+func GetEnableAccountLogin(ctx context.Context, key string) string {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ res := rdbTop.HGet(ctx, "enableAccountLogin", key)
+ return res.Val()
+}
+
+func SetOpenId(ctx context.Context, req *game.SetOpenIdReq) (res *game.SetOpenIdRes, err error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ userDir := "./" + req.Filename
+ writeByte, err1 := os.ReadFile(userDir)
+ if err1 != nil {
+ return nil, err1
+ }
+
+ data := []interface{}{}
+ user := map[string]interface{}{}
+ json.Unmarshal(writeByte, &user)
+ list := user["list"].([]interface{})
+ for _, v := range list {
+ data = append(data, v, 1)
+ }
+
+ log.Printf("SetOpenId: json:%s data: %s", gjson.MustEncodeString(user), gjson.MustEncodeString(data))
+ _ = rdbTop.HMSet(ctx, "openId", data)
+ return
+}
+
+func GetOpenId(ctx context.Context, req *game.GetOpenIdReq) (data int, err error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ res := rdbTop.HGet(ctx, "openId", req.OpenId)
+ data, err = strconv.Atoi(res.Val())
+
+ return data, nil
+}
+
+// 特殊登录地址的渠道号
+func LoginUrlChannelList(ctx context.Context, channel string) int {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ res := rdbTop.HGet(ctx, "loginUrlChannelList", channel)
+ data, _ := strconv.Atoi(res.Val())
+ return data
+}
+
+func GetAllowChannel(ctx context.Context) (map[string]string, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ res := rdbTop.HGetAll(ctx, "loginUrlChannelList")
+ return res.Val(), res.Err()
+}
+
+func SetAllowChannel(ctx context.Context, channel string, data int) error {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ err := rdbTop.HSet(ctx, "loginUrlChannelList", channel, data)
+ return err.Err()
+}
+
+func DelAllowChannel(ctx context.Context, channel string) error {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ err := rdbTop.HDel(ctx, "loginUrlChannelList", channel)
+ return err.Err()
+}
+
+func SetUid(ctx context.Context) {
+ rdbTop := RedisDbList[0]
+
+ list := []int{6, 7, 8}
+ for _, v := range list {
+ if MongoDatabaseList[fmt.Sprint(v)] == nil {
+ continue
+ }
+ units := []map[string]interface{}{}
+ err := MongoDatabaseList[fmt.Sprint(v)].Collection("Unit").Find(ctx, bson.M{}).Select(bson.M{"_id": 1, "UniqueId": 1}).All(&units)
+ if err != nil {
+ log.Println("mongo err: ", err)
+ continue
+ }
+
+ data := []interface{}{}
+ for _, v := range units {
+ data = append(data, v["UniqueId"], v["_id"])
+ data = append(data, v["_id"], v["UniqueId"])
+ }
+ log.Printf("SetOpenId: unitlen: %s datalen: %s", gjson.MustEncodeString(units), gjson.MustEncodeString(data))
+ rdbTop.Do(ctx, "select", 0)
+ res1 := rdbTop.HGetAll(ctx, "public_id_for_uid")
+ res := rdbTop.HMSet(ctx, "public_id_for_uid", data)
+ if res.Err() != nil {
+ log.Println("redis Err: ", res.Err())
+ continue
+ }
+
+ log.Println("redis Val1: ", res1.Val())
+ log.Println("redis Val: ", res.Val())
+ }
+
+ return
+}
diff --git a/internal/serviceGame/internal/prop_exchange.go b/internal/serviceGame/internal/prop_exchange.go
new file mode 100644
index 0000000..5c59857
--- /dev/null
+++ b/internal/serviceGame/internal/prop_exchange.go
@@ -0,0 +1,90 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/os/gtime"
+ "go.mongodb.org/mongo-driver/bson"
+ "go.mongodb.org/mongo-driver/bson/primitive"
+ "log"
+ "strconv"
+)
+
+func GetPropExchange(ctx context.Context, year string, id int64) (all []map[string]interface{}, err error) {
+ query := bson.M{"_t": "PropExchange"}
+ filter := bson.M{}
+ if year != "" {
+ query["BeginTime"] = bson.M{"$regex": primitive.Regex{Pattern: ".*" + year + ".*", Options: "i"}}
+ filter = bson.M{"BeginTime": 1, "EndTime": 1, "CostId": 1, "Week": 1, "_id": 1}
+ }
+ if id != 0 {
+ query["_id"] = id
+ //filter = bson.M{"Level": 1, "BeginTime": 1, "EndTime": 1, "CostId": 1, "_id": 1}
+ }
+ log.Print("GetPropExchange", query, filter)
+ err = MongoDatabaseList["0"].Collection("PropExchange").Find(ctx, query).Select(filter).All(&all)
+ for _, v := range all {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ }
+ if err != nil {
+ log.Print("PropExchange db err: ", err)
+ return
+ }
+ return all, err
+}
+
+func UpdatePropExchange(ctx context.Context, data map[string]interface{}) (err error) {
+ filter := bson.M{"_t": "PropExchange"}
+ data["_id"], _ = strconv.ParseInt(fmt.Sprint(data["_id"]), 10, 64)
+ filter["_id"] = data["_id"]
+ log.Print("UpdatePropExchange: %s, %s, %s", filter, data)
+ err = MongoDatabaseList["0"].Collection("PropExchange").UpdateOne(ctx, filter, bson.M{"$set": data})
+ return
+}
+
+func InsertPropExchange(ctx context.Context, data map[string]interface{}) (err error) {
+ query := bson.M{"_t": "PropExchange"}
+ //filter := bson.M{}
+ filter := bson.M{"BeginTime": 1, "EndTime": 1, "CostId": 1, "_id": 1}
+ if data["Year"] != "" {
+ query["Year"] = data["Year"]
+ }
+ if data["Week"] != "" {
+ query["Week"] = data["Week"]
+ }
+ log.Print("GetPropExchange", query, filter)
+
+ all := map[string]interface{}{}
+ err = MongoDatabaseList["0"].Collection("PropExchange").Find(ctx, query).Select(filter).One(&all)
+ if all != nil && all["_id"] != nil {
+ filter := bson.M{"_t": "PropExchange"}
+ filter["_id"], _ = strconv.ParseInt(fmt.Sprint(all["_id"]), 10, 64)
+ log.Print("UpdatePropExchange: %s, %s, %s", filter, data)
+ err = MongoDatabaseList["0"].Collection("PropExchange").UpdateOne(ctx, filter, bson.M{"$set": data})
+ return
+ }
+
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "PropExchange"
+ ss, err := MongoDatabaseList["0"].Collection("PropExchange").InsertOne(ctx, data)
+ log.Print("InsertPropExchange %v", ss)
+ return
+}
+
+func CheckPropExchange(ctx context.Context, data map[string]interface{}) (res int64, err error) {
+ filter := bson.M{"$or": bson.A{
+ bson.M{"$and": bson.A{
+ bson.M{"BeginTime": bson.M{"$lte": fmt.Sprint(data["BeginTime"])}},
+ bson.M{"EndTime": bson.M{"$gt": fmt.Sprint(data["BeginTime"])}}}},
+ bson.M{"$and": bson.A{
+ bson.M{"BeginTime": bson.M{"$lt": fmt.Sprint(data["EndTime"])}},
+ bson.M{"EndTime": bson.M{"$gte": fmt.Sprint(data["EndTime"])}}}},
+ bson.M{"$and": bson.A{
+ bson.M{"BeginTime": bson.M{"$gte": fmt.Sprint(data["BeginTime"])}},
+ bson.M{"BeginTime": bson.M{"$lt": fmt.Sprint(data["EndTime"])}}}},
+ }}
+ //log.Print("CheckPropExchange filter %v", filter)
+ res, err = MongoDatabaseList["0"].Collection("PropExchange").Find(ctx, filter).Count()
+ //log.Print("CheckPropExchange res %v", res)
+ return res, err
+}
diff --git a/internal/serviceGame/internal/rank.go b/internal/serviceGame/internal/rank.go
new file mode 100644
index 0000000..46a9461
--- /dev/null
+++ b/internal/serviceGame/internal/rank.go
@@ -0,0 +1,202 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+ "go.mongodb.org/mongo-driver/bson"
+ "log"
+ "strconv"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+)
+
+func GetRankAward(ctx context.Context, id int32, aType int32) (all []map[string]interface{}, err error) {
+ filter := bson.M{"_t": "RankAward"}
+ if id != 0 {
+ filter["_id"] = id
+ }
+ if aType != 0 {
+ filter["Type"] = aType
+ }
+ err = MongoDatabaseList["0"].Collection("RankAward").Find(ctx, filter).All(&all)
+ for _, v := range all {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ }
+ if err != nil {
+ return
+ }
+ return all, err
+}
+
+func UpdateRankAward(ctx context.Context, data map[string]interface{}) (err error) {
+ if g.IsEmpty(data["StringId"]) {
+ delete(data, "StringId")
+ log.Print("InsertAward", data)
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "RankAward"
+ //var ss *qmgo.InsertOneResult
+ ss, err := MongoDatabaseList["0"].Collection("RankAward").InsertOne(ctx, data)
+ log.Print("InsertAward %v", ss, err)
+ return err
+ }
+ filter := bson.M{"_t": "RankAward"}
+ filter["_id"], _ = strconv.ParseInt(fmt.Sprint(data["StringId"]), 10, 64)
+ delete(data, "StringId")
+ delete(data, "_id")
+ //filter["Type"] = data["Type"]
+ log.Print("UpdateAward", filter, data)
+ err = MongoDatabaseList["0"].Collection("RankAward").UpdateOne(ctx, filter, bson.M{"$set": data})
+ log.Print("RankAward", filter, data, err)
+
+ return
+}
+
+func InsertRankAward(ctx context.Context, data map[string]interface{}) (err error) {
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "RankAward"
+ log.Print("InsertAward", data)
+ ss, err := MongoDatabaseList["0"].Collection("RankAward").InsertOne(ctx, data)
+ log.Print("InsertAward %v", ss)
+ return
+}
+
+func GetRank(ctx context.Context, req *game.GetRankReq) (res *game.GetRankRes, err error) {
+ filter := bson.M{}
+ if req.Type != 0 {
+ filter["Type"] = req.Type
+ }
+ if req.Style != 0 {
+ filter["Style"] = req.Style
+ }
+ if req.Year != 0 {
+ setStart := fmt.Sprintf("%d-01-01 00:00:00", req.Year)
+ setStop := fmt.Sprintf("%d-01-01 00:00:00", req.Year+1)
+ //dateFormat := "2006-01-02 15:04:05"
+ //loc, _ := time.LoadLocation("Local") //重要:获取时区
+ //starTimeObj, _ := time.ParseInLocation(dateFormat, setStart, loc)
+ //stopTimeObj, _ := time.ParseInLocation(dateFormat, setStop, loc)
+
+ filter["BeginTime"] = bson.M{"$gte": setStart, "$lt": setStop}
+ fmt.Println("GetRank ", setStart, setStop, filter)
+ }
+ fmt.Println("GetRank ", filter)
+ res = new(game.GetRankRes)
+ err = MongoDatabaseList["0"].Collection("Rank").Find(ctx, filter).Sort("BeginTime").All(&res.Rank)
+ for _, v := range res.Rank {
+ v["StringId"] = fmt.Sprint(v["_id"])
+ }
+ fmt.Println("GetRank ", res)
+ return
+}
+
+func UpdateRank(ctx context.Context, data map[string]interface{}) (err error) {
+ if g.IsEmpty(data["StringId"]) {
+ data["_id"] = gtime.TimestampNano()
+ data["_t"] = "RankDaily"
+ if data["Type"] == 0 {
+ data["Type"] = consts.AWARD_DAILY
+ }
+ int64Num, _ := strconv.ParseInt(fmt.Sprint(data["Type"]), 10, 64)
+ if int64Num == consts.AWARD_STAGE {
+ data["_t"] = "RankStage"
+ }
+ log.Print("UpdateRank InsertRank", int64Num == consts.AWARD_STAGE, data)
+ delete(data, "StringId")
+ ss, err := MongoDatabaseList["0"].Collection("Rank").InsertOne(ctx, data)
+ log.Print("UpdateRank InsertOne %v", ss)
+ return err
+ }
+ filter := bson.M{"_t": "RankDaily"}
+ if data["Type"] == 0 {
+ data["Type"] = consts.AWARD_DAILY
+ data["_t"] = "RankDaily"
+ }
+ int64Num, _ := strconv.ParseInt(fmt.Sprint(data["Type"]), 10, 64)
+ if int64Num == consts.AWARD_STAGE {
+ data["_t"] = "RankStage"
+ filter["_t"] = "RankStage"
+ }
+ filter["_id"], _ = strconv.ParseInt(fmt.Sprint(data["StringId"]), 10, 64)
+ //filter["Type"] = data["Type"]
+ delete(data, "StringId")
+ delete(data, "_id")
+ log.Print("UpdateRank", filter, data)
+ err = MongoDatabaseList["0"].Collection("Rank").UpdateOne(ctx, filter, bson.M{"$set": data})
+ log.Print("UpdateRank", filter, data, err)
+
+ return
+}
+
+func InsertRank(ctx context.Context, data map[string]interface{}) (err error) {
+ data["_id"] = gtime.TimestampNano()
+ if data["Type"] == 0 {
+ data["Type"] = consts.AWARD_DAILY
+ }
+ if data["Type"] == consts.AWARD_STAGE {
+ data["_t"] = "RankStage"
+ } else {
+ data["_t"] = "RankDaily"
+ }
+ log.Print("InsertRank", data["Type"] == consts.AWARD_STAGE, data)
+ delete(data, "StringId")
+ ss, err := MongoDatabaseList["0"].Collection("Rank").InsertOne(ctx, data)
+ log.Print("InsertRank %v", ss)
+ return
+}
+
+func DelRank(ctx context.Context, id string) (err error) {
+ log.Print("DelRank", id)
+ idInt, _ := strconv.ParseInt(id, 10, 64)
+ err = MongoDatabaseList["0"].Collection("Rank").RemoveId(ctx, idInt)
+ return
+}
+
+func CheckRank(ctx context.Context, data map[string]interface{}) (total int64, res string, err error) {
+ log.Print("DelRank", data)
+ filter := bson.M{"$and": bson.A{bson.M{"$or": bson.A{
+ bson.M{"$and": bson.A{
+ bson.M{"BeginTime": bson.M{"$lte": fmt.Sprint(data["BeginTime"])}},
+ bson.M{"EndTime": bson.M{"$gt": fmt.Sprint(data["BeginTime"])}}}},
+ bson.M{"$and": bson.A{
+ bson.M{"BeginTime": bson.M{"$lt": fmt.Sprint(data["EndTime"])}},
+ bson.M{"EndTime": bson.M{"$gte": fmt.Sprint(data["EndTime"])}}}},
+ bson.M{"$and": bson.A{
+ bson.M{"BeginTime": bson.M{"$gte": fmt.Sprint(data["BeginTime"])}},
+ bson.M{"BeginTime": bson.M{"$lt": fmt.Sprint(data["EndTime"])}}}}}},
+ bson.M{"_t": "RankStage"}}}
+
+ log.Print("CheckPropExchange filter %v", filter)
+ all := make([]map[string]interface{}, 1)
+ total, err = MongoDatabaseList["0"].Collection("Rank").Find(ctx, filter).Count()
+ err = MongoDatabaseList["0"].Collection("Rank").Find(ctx, filter).All(&all)
+ log.Print("CheckPropExchange filter %v", res)
+ for _, v := range all {
+ res = fmt.Sprint(v["_id"])
+ }
+ return total, res, err
+}
+
+func AddRankGroup(ctx context.Context, req *game.AddRankGroupReq) (res *game.AddRankGroupRes, err error) {
+ log.Print("AddRankGroup", req)
+ filter := bson.M{"Name": req.Name, "StageGroupId": req.StageGroupId}
+
+ res = new(game.AddRankGroupRes)
+ log.Print("AddRankGroup filter %v", filter)
+ err = MongoDatabaseList["0"].Collection("RankGroupName").Find(ctx, filter).All(&res)
+ err = MongoDatabaseList["0"].Collection("RankGroupName").UpdateOne(ctx, filter, bson.M{"$set": filter})
+
+ return res, err
+}
+
+func GetRankGroup(ctx context.Context, req *game.AddRankGroupReq) (res *game.AddRankGroupRes, err error) {
+ log.Print("AddRankGroup", req)
+ filter := bson.M{"Name": req.Name, "StageGroupId": req.StageGroupId}
+
+ log.Print("AddRankGroup filter %v", filter)
+ err = MongoDatabaseList["0"].Collection("RankGroupName").UpdateOne(ctx, filter, bson.M{"$set": filter})
+
+ res = new(game.AddRankGroupRes)
+ return res, err
+}
diff --git a/internal/serviceGame/internal/rebate.go b/internal/serviceGame/internal/rebate.go
new file mode 100644
index 0000000..9a1ba74
--- /dev/null
+++ b/internal/serviceGame/internal/rebate.go
@@ -0,0 +1,112 @@
+package internal
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "strings"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+)
+
+func CheckRebate(ctx context.Context, req *game.CheckRebateReq) (res *game.CheckRebateRes, err error) {
+ res = new(game.CheckRebateRes)
+ res.Code = 300
+ err = g.Try(ctx, func(ctx context.Context) {
+ if req.Channel == "" || req.Account == "" {
+ return
+ }
+ channel := req.Channel
+ account := req.Account
+ if channel == consts.Channel_TAPTAP_TEST {
+ channel = consts.Channel_TAPTAP
+ account = strings.Replace(account, req.Channel, consts.Channel_TAPTAP, 1)
+ }
+ if channel == consts.Channel_Editor {
+ if !strings.Contains(account, channel) {
+ account = channel + account
+ }
+ }
+
+ rebateModel := dao.GameRechargeRebate.Ctx(ctx)
+ rebatelen, err1 := rebateModel.Where("account=?", account).Where("channel=?", channel).Count()
+ if err1 != nil {
+ err = err1
+ log.Println("checkRebate: GameRechargeRebate: ", err)
+ return
+ }
+ if rebatelen > 0 {
+ log.Println("checkRebate: 已领取: ", rebatelen)
+ res.Code = 201
+ return
+ }
+
+ model := dao.GameRechargeCopy1.Ctx(ctx).As("r").InnerJoin("game_unit_copy1", "u", "u.uid=r.unitId")
+ data := []entity.GameRecharge{}
+ err = model.FieldSum("r.amount", "amount").Where("r.status=?", 2).Where("u.account=?", account).Where("u.channel=?", channel).Scan(&data)
+ if err != nil {
+ log.Println("checkRebate: GameRechargeCopy1: ", err)
+ return
+ }
+ if len(data) <= 0 || data[0].Amount <= 0 {
+ res.Code = 202
+ return
+ }
+ _, err = rebateModel.Insert(do.GameRechargeRebate{Account: account, Channel: channel})
+ if err != nil {
+ log.Printf("checkRebate: rebateModel.Insert err account:%s, channel:%s ", account, channel)
+ return
+ }
+ res.Code = 200
+ res.Amount = data[0].Amount / 100
+ })
+ return
+}
+
+func GetRechargeValue(ctx context.Context, req *game.GetRechargeValueReq) (res *game.GetRechargeValueRes, err error) {
+ res = new(game.GetRechargeValueRes)
+ err = g.Try(ctx, func(ctx context.Context) {
+ if req.Channel == "" || req.Account == "" {
+ return
+ }
+ channel := req.Channel
+ account := req.Account
+ if channel == consts.Channel_TAPTAP_TEST {
+ channel = consts.Channel_TAPTAP
+ account = strings.Replace(account, req.Channel, consts.Channel_TAPTAP, 1)
+ }
+ if channel == consts.Channel_Editor {
+ if !strings.Contains(account, channel) {
+ account = channel + account
+ }
+ }
+ rebateModel := dao.GameRechargeRebate.Ctx(ctx)
+ rebatelen, err1 := rebateModel.Where("account=?", account).Where("channel=?", channel).Count()
+ if err1 != nil {
+ err = err1
+ log.Println("checkRebate: GameRechargeRebate: ", err)
+ return
+ }
+ if rebatelen > 0 {
+ log.Println("checkRebate: 已领取: ", rebatelen)
+ return
+ }
+
+ model := dao.GameRechargeCopy1.Ctx(ctx).As("r").InnerJoin("game_unit_copy1", "u", "u.uid=r.unitId")
+ data := []entity.GameRecharge{}
+ err = model.FieldSum("r.amount", "amount").Where("r.status=?", 2).Where("u.account=?", account).Where("u.channel=?", channel).Scan(&data)
+ if err != nil {
+ log.Println("checkRebate: GameRechargeCopy1: ", err)
+ return
+ }
+ if len(data) <= 0 || data[0].Amount == 0 {
+ return
+ }
+
+ res.Amount = data[0].Amount / 100
+ })
+ return
+}
diff --git a/internal/serviceGame/internal/util.go b/internal/serviceGame/internal/util.go
new file mode 100644
index 0000000..d57ad2b
--- /dev/null
+++ b/internal/serviceGame/internal/util.go
@@ -0,0 +1,142 @@
+package internal
+
+import (
+ "fmt"
+ "github.com/gogf/gf/v2/database/gdb"
+ "go.mongodb.org/mongo-driver/bson"
+ "math"
+ "math/rand"
+ "strconv"
+ "strings"
+)
+
+func CompareType(model *gdb.Model, recharge int, compareType int) *gdb.Model {
+ if recharge > 0 {
+ switch compareType {
+ case 1:
+ model = model.Where("amount=?", recharge)
+ case 2:
+ model = model.Where("amount<=?", recharge)
+ case 3:
+ model = model.Where("amount", recharge)
+ case 4:
+ model = model.Where("amount>?", recharge)
+ case 5:
+ model = model.Where("amount>=?", recharge)
+ }
+ }
+ return model
+}
+
+func CompareSqlType(sql string, recharge int, name string, compareType int) string {
+ if recharge > 0 {
+ switch compareType {
+ case 1:
+ sql += fmt.Sprintf(" and %s=%d ", name, recharge)
+ case 2:
+ sql += fmt.Sprintf(" and %s<=%d ", name, recharge)
+ case 3:
+ sql += fmt.Sprintf(" and %s<%d ", name, recharge)
+ case 4:
+ sql += fmt.Sprintf(" and %s>%d ", name, recharge)
+ case 5:
+ sql += fmt.Sprintf(" and %s>=%d ", name, recharge)
+ }
+ }
+ return sql
+}
+
+func checkCompareType(compareType int, data int) any {
+ switch compareType {
+ case 1:
+ return data
+ case 2:
+ return bson.M{"$lte": data}
+ case 3:
+ return bson.M{"$lt": data}
+ case 4:
+ return bson.M{"$gt": data}
+ case 5:
+ return bson.M{"$gte": data}
+ }
+ return data
+}
+
+func checkDaoIntCompareType(model *gdb.Model, compareType int, target string, data int) *gdb.Model {
+ switch compareType {
+ case 1:
+ model = model.Where(fmt.Sprintf("%s=?", target), data)
+ case 2:
+ model = model.Where(fmt.Sprintf("%s<=?", target), data)
+ case 3:
+ model = model.Where(fmt.Sprintf("%s", target), data)
+ case 4:
+ model = model.Where(fmt.Sprintf("%s>?", target), data)
+ case 5:
+ model = model.Where(fmt.Sprintf("%s>=?", target), data)
+ }
+
+ return model
+}
+
+func generateOne(charset string, lenfrom, lento int) string {
+ result := ""
+ if (lenfrom <= lento) && (len(charset) > 0) && (lenfrom >= 0) {
+ length := math.Round(randomFloat(lenfrom, lento))
+ for {
+ if float64(len(result)) < length {
+ Float64Data := math.Floor(rand.Float64() * float64(len(charset)))
+ Int, _ := strconv.Atoi(fmt.Sprint(Float64Data))
+ result += string(getChar(charset, Int))
+ } else {
+ break
+ }
+ }
+ }
+
+ return result
+}
+
+func getChar(str string, index int) rune {
+ return []rune(str)[index]
+}
+
+// int
+func randInt(min int, max int) int {
+ return min + rand.Intn(max-min)
+}
+
+// float
+func randomFloat(min, max int) float64 {
+ if max == min {
+ return float64(max)
+ }
+ return decimal(rand.Float64()*(float64(max)-float64(min)) + float64(min))
+}
+
+func decimal(v float64) float64 {
+ val, _ := strconv.ParseFloat(fmt.Sprintf("%.3f", v), 64)
+ return val
+}
+
+func inArrayString(arr []string, target string) bool {
+ for _, v := range arr {
+ if v == target {
+ return true
+ }
+ }
+ return false
+}
+
+func cdKeyFilename(preName string, id int64) string {
+ return fmt.Sprintf("%s%d.xlsx", preName, id)
+}
+
+// ReplaceLastOccurrence 替换最后一个匹配的子字符串
+func ReplaceLastOccurrence(s, oldStr, newStr string) string {
+ lastIndex := strings.LastIndex(s, oldStr)
+ if lastIndex == -1 {
+ return s // 未找到,直接返回原字符串
+ }
+ return s[:lastIndex] + newStr + s[lastIndex+len(oldStr):]
+}
diff --git a/internal/serviceGame/internal/whiteList.go b/internal/serviceGame/internal/whiteList.go
new file mode 100644
index 0000000..3c6cec6
--- /dev/null
+++ b/internal/serviceGame/internal/whiteList.go
@@ -0,0 +1,97 @@
+package internal
+
+import (
+ "context"
+ "fmt"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/library/liberr"
+)
+
+func GetWhiteListByPage(ctx context.Context, req *game.GetListWhiteListReq) (res *game.GetListWhiteListRes, err error) {
+ //rdbTop := RedisDbList[0]
+ //rdbTop.Do(ctx, "select", 0)
+ //var m []string
+ //result := rdbTop.Get(ctx, "ipWhiteList")
+ //json.Unmarshal([]byte(result.Val()), &m)
+ //start := (req.PageNum - 1) * req.PageSize
+ //end := req.PageNum * req.PageSize
+ //fmt.Println("GetWhiteListByPage: ", start, end, len(m))
+ //if end >= len(m) {
+ // return m[start:], len(m), result.Err()
+ //}
+ //return m[start:end], len(m), result.Err()
+ res = new(game.GetListWhiteListRes)
+ model := dao.GameWhiteList.Ctx(ctx)
+ res.Total, err = model.Count()
+ model = model.Page(req.PageNum, req.PageSize)
+ err = model.Scan(&res.WhiteList)
+ return
+}
+
+func UpdateWhiteList(ctx context.Context, req *game.UpdateWhiteListReq) (res *game.UpdateWhiteListRes, err error) {
+
+ model := dao.GameWhiteList.Ctx(ctx)
+ var list []*entity.GameWhiteList
+ err = model.Where("ip=? ", req.Ip).Scan(&list)
+ if err != nil {
+ return
+ }
+
+ if len(list) > 0 {
+ return
+ } else {
+ //if req.Id > 0 {
+ // _, err = model.Where("id=", req.Id).Data(&do.GameWhiteList{Ip: req.Ip}).Update()
+ // return
+ //}
+ _, err = model.Insert(&do.GameWhiteList{Ip: req.Ip})
+ }
+
+ return
+}
+
+func DelWhiteList(ctx context.Context, req *game.DelWhiteListReq) (res *game.DelWhiteListRes, err error) {
+ if req.Ip == "" {
+ liberr.ErrIsNil(ctx, err, "错误的id")
+ return
+ }
+ _, e := dao.GameWhiteList.Ctx(ctx).Where("ip=?", req.Ip).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除白名单失败")
+ return
+ }
+ return
+}
+
+func GetWhiteList(ctx context.Context) (list []*entity.GameWhiteList, err error) {
+ model := dao.GameWhiteList.Ctx(ctx)
+ list = []*entity.GameWhiteList{}
+ err = model.Scan(&list)
+ return
+}
+
+func GetWhiteLock(ctx context.Context) (string, error) {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ //var m string
+ result := rdbTop.Get(ctx, "ipWhiteLock")
+
+ fmt.Println("GetWhiteLock ---》 ipWhiteLock: ", result.Val())
+
+ return result.Val(), result.Err()
+}
+
+func SetWhiteLock(ctx context.Context, lock int32) error {
+ rdbTop := RedisDbList[0]
+ rdbTop.Do(ctx, "select", 0)
+ //var m string
+ result := rdbTop.Set(ctx, "ipWhiteLock", lock, 0)
+
+ fmt.Println("GetWhiteLock ---》 ipWhiteLock: ", result.Val())
+ //json.Unmarshal(byte(result.Val()), &m)
+
+ return result.Err()
+}
diff --git a/internal/serviceGame/loginUrl.go b/internal/serviceGame/loginUrl.go
new file mode 100644
index 0000000..ba3c2fb
--- /dev/null
+++ b/internal/serviceGame/loginUrl.go
@@ -0,0 +1,207 @@
+package serviceGame
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "strings"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/internal/serviceGame/internal"
+ "tyj_admin/library/libUtils"
+ "tyj_admin/library/liberr"
+ "tyj_admin/utils"
+)
+
+type IGameLoginUrl interface {
+ GetLoginUrl(ctx context.Context, req *game.GetLoginUrlReq) (res *game.GetLoginUrlRes, err error)
+ GetAllLoginUrl(ctx context.Context, req *game.GetAllLoginUrlReq) (res *game.GetAllLoginUrlRes, err error)
+ AddLoginUrl(ctx context.Context, req *game.AddLoginUrlReq) (res *game.AddLoginUrlRes, err error)
+ DelLoginUrl(ctx context.Context, req *game.DelLoginUrlReq) (res *game.DelLoginUrlRes, err error)
+ GetGameLoginUrl(ctx context.Context, req *game.GetGameLoginUrlReq) (res *game.GetGameLoginUrlRes, err error)
+ ReConfigServer(ctx context.Context, req *game.ReConfigServerReq) (res *game.ReConfigServerRes, err error)
+ GetAllChannel(ctx context.Context, req *game.GetAllChannelReq) (res *game.GetAllChannelRes, err error)
+ GetAllCcdUrl(ctx context.Context, req *game.GetAllCcdUrlReq) (res *game.GetAllCcdUrlRes, err error)
+}
+
+type gameLoginUrlImpl struct {
+}
+
+var gameLoginUrlService = gameLoginUrlImpl{}
+
+func GameLoginUrl() IGameLoginUrl {
+ return &gameLoginUrlService
+}
+func (c *gameLoginUrlImpl) GetLoginUrl(ctx context.Context, req *game.GetLoginUrlReq) (res *game.GetLoginUrlRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.GetLoginUrlRes)
+ model := dao.GameLoginUrl.Ctx(ctx)
+ res.Total, err = model.Count()
+ liberr.ErrIsNil(ctx, err, "mysql err")
+ model = model.Page(req.PageNum, req.PageSize)
+ err = model.Scan(&res.LoginUrlList)
+ })
+ return
+}
+func (c *gameLoginUrlImpl) GetAllLoginUrl(ctx context.Context, req *game.GetAllLoginUrlReq) (res *game.GetAllLoginUrlRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.GetAllLoginUrlRes)
+ res.LoginUrlList = internal.ServerList
+ })
+ return
+}
+
+func (c *gameLoginUrlImpl) AddLoginUrl(ctx context.Context, req *game.AddLoginUrlReq) (res *game.AddLoginUrlRes, err error) {
+ res = new(game.AddLoginUrlRes)
+ g.Try(ctx, func(ctx context.Context) {
+ server := []entity.GameLoginUrl{}
+ model := dao.GameLoginUrl.Ctx(ctx)
+ model.WherePri(req.Id).Scan(&server)
+ if len(server) > 0 {
+ model.WherePri(req.Id).Update(g.Map{
+ dao.GameLoginUrl.Columns().Id: req.Id,
+ dao.GameLoginUrl.Columns().Host: req.Host,
+ dao.GameLoginUrl.Columns().Port: req.Port,
+ dao.GameLoginUrl.Columns().State: req.State,
+ dao.GameLoginUrl.Columns().Recommend: req.Recommend,
+ })
+ } else {
+ _, err = model.Insert(&do.GameLoginUrl{Host: req.Host, Port: req.Port, Id: req.Id, State: req.State, Recommend: req.Recommend, Name: "", Difficulty: 1})
+ }
+ })
+ return
+}
+
+func (c *gameLoginUrlImpl) DelLoginUrl(ctx context.Context, req *game.DelLoginUrlReq) (res *game.DelLoginUrlRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ if req.Id == 0 {
+ liberr.ErrIsNil(ctx, err, "错误的id")
+ return
+ }
+ _, e := dao.GameLoginUrl.Ctx(ctx).Where("id=", req.Id).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除通知失败")
+ return
+ }
+ })
+
+ return
+}
+
+func (c *gameLoginUrlImpl) GetGameLoginUrl(ctx context.Context, req *game.GetGameLoginUrlReq) (res *game.GetGameLoginUrlRes, err error) {
+ res = new(game.GetGameLoginUrlRes)
+ ip := libUtils.GetClientIp(ctx)
+ list, _ := internal.GetWhiteList(ctx)
+ blackList, _ := internal.GetBlackList(ctx)
+ account := req.Account
+ if req.Channel == consts.Channel_Editor {
+ if !strings.Contains(account, req.Channel) {
+ account = req.Channel + account
+ }
+ }
+
+ g.Log().Debugf(ctx, "GetWhiteList -> ", req.Account, gjson.MustEncodeString(list), ip)
+ err = g.Try(ctx, func(ctx context.Context) {
+ var LoginUrlList []*entity.GameLoginUrl
+ err = dao.GameLoginUrl.Ctx(ctx).Where("isShow=?", 1).Scan(&LoginUrlList)
+ var unitData []*entity.GameUnit
+ if req.Account != "" {
+ err = dao.GameUnit.Ctx(ctx).Where("channel=?", req.Channel).Where("account=?", req.Account).Scan(&unitData)
+ }
+
+ if err != nil || len(LoginUrlList) == 0 {
+ liberr.ErrIsNil(ctx, err, "获取服务器失败")
+ return
+ }
+
+ if req.Channel == "000005000000" && req.VersionName != "" {
+ req.Version = "1.0.2"
+ }
+
+ logTime := int64(0)
+ last := 0
+ channel := ";"
+ if internal.LoginUrlChannelList(ctx, req.Channel+req.Version) == 1 {
+ channel += req.Channel + req.Version
+ } else if internal.LoginUrlChannelList(ctx, req.Channel) == 1 {
+ channel += req.Channel
+ } else if internal.LoginUrlChannelList(ctx, req.Version) == 1 {
+ channel += req.Version
+ }
+ channel += ";"
+ for _, v := range LoginUrlList {
+ if !strings.Contains(v.Channel, channel) {
+ continue
+ }
+
+ var data = game.LoginUrlData{Id: v.Id, Host: v.Host, Port: v.Port, Difficulty: v.Difficulty,
+ Recommend: v.Recommend, Name: v.Name, State: v.State, Area: v.Area}
+ if data.State == consts.Login_URL_STATE_WHITE {
+ if utils.ContainsWhiteList(list, ip) || utils.ContainsWhiteList(list, req.Channel) {
+ data.State = consts.Login_URL_STATE_NORMAL
+ } else {
+ data.State = consts.Login_URL_STATE_Maintenance
+ data.Host = consts.DEFAULT_HOST
+ }
+ }
+ if data.State == consts.Login_URL_STATE_BLACK {
+ if !utils.ContainsBlackList(blackList, req.Channel) || utils.ContainsWhiteList(list, ip) {
+ data.State = consts.Login_URL_STATE_NORMAL
+ } else {
+ data.State = consts.Login_URL_STATE_Maintenance
+ data.Host = consts.DEFAULT_HOST
+ }
+ }
+ for _, v1 := range unitData {
+ if v1.Server == data.Id {
+ data.AccountName = v1.Name
+ data.Scale = v1.Scale
+ if logTime < v1.LogTime {
+ logTime = v1.LogTime
+ last = v1.Server
+ }
+ }
+ }
+ res.UrlStr = append(res.UrlStr, data)
+ }
+ for i := 0; i < len(res.UrlStr); i++ {
+ if res.UrlStr[i].Id == last {
+ res.UrlStr[i].Last = 1
+ break
+ }
+ }
+
+ g.Log().Debugf(ctx, "GetGameLoginUrl -> ", req.Account, gjson.MustEncodeString(res), last)
+ return
+ })
+
+ return
+}
+
+func (c *gameLoginUrlImpl) ReConfigServer(ctx context.Context, req *game.ReConfigServerReq) (res *game.ReConfigServerRes, err error) {
+ internal.InitServer(ctx)
+ internal.InitRechargeServer(ctx)
+ internal.InitChannel(ctx)
+ return
+}
+
+func (c *gameLoginUrlImpl) GetAllChannel(ctx context.Context, req *game.GetAllChannelReq) (res *game.GetAllChannelRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.GetAllChannelRes)
+ res.List = internal.ChannelList
+ })
+ return
+}
+
+func (c *gameLoginUrlImpl) GetAllCcdUrl(ctx context.Context, req *game.GetAllCcdUrlReq) (res *game.GetAllCcdUrlRes, err error) {
+ res = new(game.GetAllCcdUrlRes)
+ g.Try(ctx, func(ctx context.Context) {
+ err = dao.GameCcdVersion.Ctx(ctx).Scan(&res.List)
+ log.Printf("ccdBox: %v", res.List)
+ })
+ return
+}
diff --git a/internal/serviceGame/mail.go b/internal/serviceGame/mail.go
index a7835a9..04a2bca 100644
--- a/internal/serviceGame/mail.go
+++ b/internal/serviceGame/mail.go
@@ -2,13 +2,14 @@ package serviceGame
import (
"context"
- "encoding/json"
- "github.com/gogf/gf/v2/errors/gerror"
+ "errors"
"github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
"github.com/gogf/gf/v2/util/guid"
"strings"
"time"
"tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
"tyj_admin/internal/model/entity"
"tyj_admin/internal/serviceGame/internal"
)
@@ -16,6 +17,10 @@ import (
type IGameMail interface {
GetMailList(ctx context.Context, req *game.MailsSearchReq) (res *game.MailsSearchRes, err error)
SendMail(ctx context.Context, req *game.MailSendReq) (res *game.MailSendRes, err error)
+ DelMail(ctx context.Context, req *game.MailDelReq) (res *game.MailDelRes, err error)
+ UpdateMail(ctx context.Context, req *game.MailUpdateReq) (res *game.MailUpdateRes, err error)
+ GetMailModel(ctx context.Context, req *game.GetMailDropModelReq) (res *game.GetMailDropModelRes, err error)
+ UpdateMailModel(ctx context.Context, req *game.UpdateMailDropModelReq) (res *game.UpdateMailDropModelRes, err error)
}
type gameMailImpl struct {
@@ -30,72 +35,111 @@ func GameMail() IGameMail {
func (m *gameMailImpl) GetMailList(ctx context.Context, req *game.MailsSearchReq) (res *game.MailsSearchRes, err error) {
res = new(game.MailsSearchRes)
g.Try(ctx, func(ctx context.Context) {
- res.Mails, err = internal.GetMails(ctx, req.Uid, req.ServerId, req.LowTime, req.UpperTime)
+ res, err = internal.GetMails(ctx, req)
})
return
}
func (m *gameMailImpl) SendMail(ctx context.Context, req *game.MailSendReq) (res *game.MailSendRes, err error) {
res = new(game.MailSendRes)
- mqttMail := internal.MqttMail{}
//mail := entity.Mail{}
+ //mqttMail.Body.Mail.GmName = req.GmName
+ //mqttMail.Body.Mail.RepeatedCollection = req.RepeatedCollection
+ //mqttMail.Body.Mail.Remark = req.Remark
+ //mqttMail.Body.Mail.To = req.To
+ mqttMail := internal.MqttMail{}
mqttMail.Body.Mail.C_date = time.Now().UnixMilli()
mqttMail.Body.Mail.Id = guid.S()
mqttMail.Body.Mail.ServerId = req.ServerId
+ mqttMail.Body.Mail.Send = req.Send
mqttMail.Body.Mail.Time = req.Time
- mqttMail.Body.Mail.To = req.To
- mqttMail.Body.Mail.From = "陶渊明"
- mqttMail.Body.Mail.GmName = req.GmName
+ mqttMail.Body.Mail.From = req.From // "陶渊明"
mqttMail.Body.Mail.Type = req.Type
mqttMail.Body.Mail.Expired = req.Expired
+ mqttMail.Body.Mail.ValidDay = req.ValidDay
mqttMail.Body.Mail.NewGet = req.NewGet
- mqttMail.Body.Mail.RepeatedCollection = req.RepeatedCollection
mqttMail.Body.Mail.Title = req.Title
+ //mqttMail.Body.Mail.Greetings = req.Greetings
mqttMail.Body.Mail.Content = req.Content
- mqttMail.Body.Mail.Drops = GetDrops(req.Drops)
- mqttMail.Body.Mail.Remark = req.Remark
- mqttMail.Body.ModuleType = "sendMail"
- mqttMail.ModuleId = "webadmin"
- mqttMail.ReqId = 1
- js, err := json.Marshal(mqttMail)
- connectCh := make(chan bool)
- server := "192.168.2.100:3005"
- defer close(connectCh)
- internal.SendMqtt(js, connectCh, server)
- var result bool
- for {
- select {
- case result = <-connectCh:
- if result == false {
- err = gerror.New("失败")
- return
- } else {
- return
+ for _, v := range req.Drops {
+ if v.Id > 0 && v.Num == 0 {
+ return nil, errors.New("奖励物品未配置数量")
+ }
+ }
+ mqttMail.Body.Mail.Drops = req.Drops
+ mqttMail.Body.Mail.OwnerId = req.OwnerId
+ mqttMail.Body.Mail.UserName = req.UserName
+ errdata := ""
+ owners := strings.Split(req.OwnerId, ";")
+ owner := ""
+ if req.OwnerId != "" {
+ for _, v := range owners {
+ uid, _ := internal.GetStringIdToUid(ctx, v)
+ if uid == "" {
+ errdata += "uid:" + v + "不存在!"
+ continue
+ }
+ if len(owner) > 0 {
+ owner += ";"
}
+ owner += uid
}
+ if len(owner) == 0 {
+ errdata += "uid不存在,发送失败!"
+ return nil, errors.New(errdata)
+ }
+ }
+ if req.Send == int32(consts.Mail_Send_Time) {
+ g.Log().Debug(ctx, "SendMail -> Mail_Send_Time ", req)
+ } else if req.Send == int32(consts.Mail_Send_Now) {
+ date, _ := gtime.ParseDuration("1s")
+ mqttMail.Body.Mail.Time = gtime.TimestampMilli() + date.Milliseconds()
+ g.Log().Debug(ctx, "SendMail -> Mail_Send_Now", req, mqttMail.Body.Mail)
+ } else {
+ date, _ := gtime.ParseDuration("10m")
+ req.Send = consts.Mail_Send_10M
+ mqttMail.Body.Mail.Time = gtime.TimestampMilli() + date.Milliseconds()
+ g.Log().Debug(ctx, "SendMail -> Mail_Send_10m", req, mqttMail.Body.Mail)
}
+ GameCron().AddMailCorn(mqttMail.Body.Mail)
+ err = internal.AddMail(ctx, mqttMail.Body.Mail)
+ return nil, err
+}
- internal.AddMail(ctx, mqttMail.Body.Mail)
+func (m *gameMailImpl) DelMail(ctx context.Context, req *game.MailDelReq) (res *game.MailDelRes, err error) {
+ res = new(game.MailDelRes)
+ err = internal.DelMail(ctx, entity.Mail{Id: req.Id})
return
-
}
-func GetDrops(drop string) []entity.Drop {
- var realDrops []entity.Drop
- if len(drop) == 0 {
- return realDrops
- }
- drops := strings.Split(drop, ",")
- for _, v := range drops {
- temp := strings.Split(v, ":")
- if len(temp) != 2 {
- continue
- }
- ss := entity.Drop{temp[0], temp[1]}
- realDrops = append(realDrops, ss)
+func (m *gameMailImpl) UpdateMail(ctx context.Context, req *game.MailUpdateReq) (res *game.MailUpdateRes, err error) {
+ res = new(game.MailUpdateRes)
+ //err = internal.DelMail(ctx, entity.Mail{
+ // Id: req.Id,
+ // Send: req.Send,
+ // Time: req.Time,
+ // From: req.From, // "陶渊明" //To: req.To,
+ // Type: req.Type,
+ // Expired: req.Expired,
+ // ValidDay: req.ValidDay,
+ // NewGet: req.NewGet,
+ // Title: req.Title,
+ // Greetings: req.Greetings,
+ // Content: req.Content,
+ // Drops: req.Drops,
+ //})
- }
+ req1 := entity.Mail{Id: req.Id, Send: consts.Mail_Send_Cancel}
+ err = internal.UpdateMail(ctx, req1, err.Error())
+ return
+}
- return realDrops
+func (m *gameMailImpl) GetMailModel(ctx context.Context, req *game.GetMailDropModelReq) (res *game.GetMailDropModelRes, err error) {
+ res, err = internal.GetMailModel(ctx, req)
+ return
+}
+func (m *gameMailImpl) UpdateMailModel(ctx context.Context, req *game.UpdateMailDropModelReq) (res *game.UpdateMailDropModelRes, err error) {
+ res, err = internal.UpdateMailModel(ctx, req)
+ return
}
diff --git a/internal/serviceGame/manage.go b/internal/serviceGame/manage.go
index 1f4894c..55f624d 100644
--- a/internal/serviceGame/manage.go
+++ b/internal/serviceGame/manage.go
@@ -1,20 +1,43 @@
package serviceGame
import (
+ "bytes"
"context"
"encoding/json"
- "github.com/gogf/gf/v2/crypto/gmd5"
- "github.com/gogf/gf/v2/errors/gerror"
+ "errors"
+ "fmt"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+ "go.mongodb.org/mongo-driver/bson/primitive"
+ "log"
+ "os"
+ "os/exec"
+ "runtime"
+ "strings"
+ "time"
"tyj_admin/api/v1/game"
+ "tyj_admin/config"
+ "tyj_admin/internal/consts"
"tyj_admin/internal/serviceGame/internal"
+ "tyj_admin/utils"
)
type IGameManage interface {
ChangeGm(ctx context.Context, req *game.ChangeGmReq) (res *game.ChangeGmRes, err error)
ChangePwd(ctx context.Context, req *game.ResetPwdReq) (res *game.ResetPwdRes, err error)
- MigrateRole(ctx context.Context, req *game.MigrateReq) (res *game.MigrateRes, err error)
SearchGm(ctx context.Context, req *game.SearchGmReq) (res *game.SearchGmRes, err error)
- GetStatistics(ctx context.Context, req *game.StatisticsReq) (res *game.StatisticsRes, err error)
+ ListGm(ctx context.Context, req *game.ListGmReq) (res *game.ListGmRes, err error)
+ SetGmToClient(ctx context.Context, req *game.SetGmToClientReq) (res *game.SetGmToClientRes, err error)
+ CopyUnit(ctx context.Context, req *game.CopyUnitReq) (res *game.CopyUnitRes, err error)
+ //EditUnit(ctx context.Context, req *game.EditUnitReq) (res *game.EditUnitRes, err error)
+ UpdateUnit(ctx context.Context, req *game.UpdateUnitReq) (res *game.UpdateUnitRes, err error)
+ DelAccount(ctx context.Context, req *game.DelAccountReq) (res *game.DelAccountRes, err error)
+ SearchAccount(ctx context.Context, req *game.SearchAccountReq) (res *game.SearchAccountRes, err error)
+ GetKeepAlive(ctx context.Context, req *game.GetKeepAliveReq) (res *game.GetKeepAliveRes, err error)
+ GetLive(ctx context.Context, req *game.GetLiveReq) (res *game.GetLiveRes, err error)
+ RegisterCount(ctx context.Context, req *game.RegisterCountReq) (res *game.RegisterCountRes, err error)
+ GetShopItemLog(ctx context.Context, req *game.GetShopItemLogReq) (res *game.GetShopItemLogRes, err error)
}
type gameManageImpl struct {
@@ -26,79 +49,809 @@ func GameManage() IGameManage {
return &gameManageService
}
-func (g *gameManageImpl) ChangePwd(ctx context.Context, req *game.ResetPwdReq) (res *game.ResetPwdRes, err error) {
- pwd := gmd5.MustEncryptString(req.Pwd + "sdsd")
- res, err = internal.ChangePwd(ctx, req.Account, pwd)
+func (ga *gameManageImpl) ChangePwd(ctx context.Context, req *game.ResetPwdReq) (res *game.ResetPwdRes, err error) {
+ //pwd := gmd5.MustEncryptString(req.Pwd + "sdsd")
+ res, err = internal.ChangePwd(ctx, req.Account, req.Pwd, fmt.Sprint(req.ServerId))
return
}
-func (g *gameManageImpl) MigrateRole(ctx context.Context, req *game.MigrateReq) (res *game.MigrateRes, err error) {
- res = new(game.MigrateRes)
- res, err = internal.MigrateRole(ctx, req.SrcServerId, req.SrcUid, req.DesServerId, req.DesUid)
+func (ga *gameManageImpl) SearchGm(ctx context.Context, req *game.SearchGmReq) (res *game.SearchGmRes, err error) {
+ res = new(game.SearchGmRes)
+ res.Gm, err = internal.SearchGm(ctx, req)
return
}
-func (g *gameManageImpl) MigrateSearch(ctx context.Context, req *game.MigrateSearchReq) (res *game.MigrateSearchRes, err error) {
- res = new(game.MigrateSearchRes)
- srcRole, srcErr := internal.GetRoleDetail(ctx, req.SrcUid, req.SrcServerId)
- if srcErr != nil {
- err = srcErr
- return
- }
- res.RoleList = append(res.RoleList, srcRole)
- desRole, desErr := internal.GetRoleDetail(ctx, req.SrcUid, req.SrcServerId)
- if desErr != nil {
- err = desErr
- return
- }
- res.RoleList = append(res.RoleList, desRole)
+func (ga *gameManageImpl) ListGm(ctx context.Context, req *game.ListGmReq) (res *game.ListGmRes, err error) {
+ res = new(game.ListGmRes)
+ res, err = internal.ListGm(ctx, req)
return
}
-func (g *gameManageImpl) SearchGm(ctx context.Context, req *game.SearchGmReq) (res *game.SearchGmRes, err error) {
- res = new(game.SearchGmRes)
- res.Gm, err = internal.SearchGm(ctx, req.ServerId, req.Account)
+
+func (ga *gameManageImpl) SetGmToClient(ctx context.Context, req *game.SetGmToClientReq) (res *game.SetGmToClientRes, err error) {
+ res = new(game.SetGmToClientRes)
+ res, err = internal.SetGmToClient(ctx, req)
return
}
-func (g *gameManageImpl) ChangeGm(ctx context.Context, req *game.ChangeGmReq) (res *game.ChangeGmRes, err error) {
+func (ga *gameManageImpl) ChangeGm(ctx context.Context, req *game.ChangeGmReq) (res *game.ChangeGmRes, err error) {
res = new(game.ChangeGmRes)
- if req.ServerId == 0 {
- res, err = internal.ChangeGm(ctx, req.Account, req.ChangeValue)
+ res, err = internal.ChangeGm(ctx, req)
+ return
+}
+
+func (ga *gameManageImpl) AddGameUnit(ctx context.Context, req *game.AddGameUnitReq) (res *game.AddGameUnitRes, err error) {
+ uid, err := internal.GetAccountUid(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if err != nil {
+ fmt.Println("GetAccount err", err)
+ return nil, err
+ }
+ fmt.Println("GetRoleDelta", uid)
+ roleDelta, err2 := internal.GetRoleDetail(ctx, uid, fmt.Sprint(req.ServerId))
+ if err2 != nil {
+ fmt.Println("err2: ", err2)
+ return nil, err2
+ }
+
+ t := roleDelta["_t"]
+ c := roleDelta["C"].(primitive.A)
+ log.Println(" rrr >>> ", t)
+ GameUnitComponent := map[string]interface{}{}
+ for _, v := range c {
+ v1 := v.(map[string]interface{})
+ if v1["_t"] == consts.GameUnitComponent {
+ GameUnitComponent = v.(map[string]interface{})
+ break
+ }
+ }
+ children := GameUnitComponent["Children"].(primitive.A)
+ switch fmt.Sprint(req.GameUnitType) {
+ case consts.GameUnitType_Villager:
+ villagerConfig := config.InitialVillagerConfig[req.CfgId]
+ unit := map[string]interface{}{"_id": gtime.TimestampMilli(), "_t": consts.GameUnit, "UnitType": consts.GameUnitType_Villager,
+ "UnitCamp": consts.GameUnitCamp_Friend, "Position": map[string]interface{}{"x": req.X, "y": req.Y}, "C": []interface{}{}}
+ children = append(children, unit)
+ villagers := unit["C"].(primitive.A)
+ villagerRecordComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.VillagerRecordComponent, "DisplayState": villagerConfig.DisplayState}
+ gameNumericComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.GameNumericComponent, "NumericDic": []interface{}{}}
+ NumericDic := gameNumericComponent["NumericDic"].(primitive.A)
+ NumericDic = append(NumericDic, []interface{}{consts.NUMERICTYPE_PHYSIQUE, villagerConfig.Physique},
+ []interface{}{consts.NUMERICTYPE_AGE, villagerConfig.Age}, []interface{}{consts.NUMERICTYPE_AGE, villagerConfig.Age})
+ if villagerConfig.LifeMax > 0 {
+ NumericDic = append(NumericDic, []interface{}{consts.NUMERICTYPE_LIFEMAX, villagerConfig.LifeMax})
+ }
+ gameNumericComponent["NumericDic"] = append(NumericDic, []interface{}{consts.NUMERICTYPE_HP, villagerConfig.StartHp},
+ []interface{}{consts.NUMERICTYPE_ATKBASE, villagerConfig.StartATK}, []interface{}{consts.NUMERICTYPE_MAXHPBASE, villagerConfig.StartHp},
+ []interface{}{consts.NUMERICTYPE_DEFBASE, villagerConfig.StartDEF}, []interface{}{consts.NUMERICTYPE_LABORBASE, villagerConfig.Labor},
+ []interface{}{consts.NUMERICTYPE_WISDOMBASE, villagerConfig.Wisdom}, []interface{}{consts.NUMERICTYPE_MOVESPEEDBASE, villagerConfig.MoveSpeed},
+ []interface{}{consts.NUMERICTYPE_ATTACKSPEEDBASE, 100}, []interface{}{consts.NUMERICTYPE_LABOREXP, 0},
+ []interface{}{consts.NUMERICTYPE_LIFEEXP, 0}, []interface{}{consts.NUMERICTYPE_PHYSIQUE, villagerConfig.Physique},
+ []interface{}{consts.NUMERICTYPE_PHYSIQUEEXP, 0}, []interface{}{consts.NUMERICTYPE_HITRATE, villagerConfig.HitRate},
+ []interface{}{consts.NUMERICTYPE_HITBASE, villagerConfig.Hit})
+
+ personalityLabel := config.PersonalityLabelConfig[villagerConfig.Personality]
+ villagerRecordComponent["EndWordsCfgId"] = config.GetRandomConfigIdByGroup(personalityLabel.EndWords)
+ peopleComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.PeopleComponent, "Name": villagerConfig.Name, "FamilyName": villagerConfig.FirstName,
+ "PersonalityCfgId": villagerConfig.Personality, "Gender": villagerConfig.Gender}
+
+ if len(req.Name) > 0 {
+ peopleComponent["Name"] = req.Name
+ }
+ if len(req.FamilyName) > 0 {
+ peopleComponent["FamilyName"] = req.FamilyName
+ }
+ BehaveComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.BehaveComponent}
+ SlotComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.SlotComponent}
+ LabourComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.LabourComponent}
+ MarriageComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.MarriageComponent}
+ ResidentComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.ResidentComponent}
+ FightComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.FightComponent}
+ BuffComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.BuffComponent}
+ StudyComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.StudyComponent}
+ SkillComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.SkillComponent, "Children": []interface{}{}, "PassiveSkillCfgIds": []interface{}{}, "TalentSkillCfgId": 0}
+ SkillComponent["Children"] = append(SkillComponent["Children"].(primitive.A), map[string]interface{}{"_id": unit["_id"], "_t": consts.Skill, "ConfigId": config.WorldParametersConfig.VillagerSkillId, "CoolTime": 0})
+ VillagerSkillComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.VillagerSkillComponent, "Children": []interface{}{}}
+
+ for _, v := range villagerConfig.Skill {
+ villagerSkillC := config.VillagerSkillConfig[v]
+ if villagerSkillC == nil {
+ continue
+ }
+ VillagerSkill := map[string]interface{}{"_id": unit["_id"], "_t": consts.VillagerSkill, "ConfigId": villagerSkillC.Id}
+ VillagerSkillComponent["Children"] = append(VillagerSkillComponent["Children"].(primitive.A), VillagerSkill)
+ State_Ref, ok := config.SkillBuffConfig[villagerSkillC.State]
+ if State_Ref != nil && ok {
+ buff := map[string]interface{}{"_id": unit["_id"], "_t": consts.Buff, "BuffLayer": 1,
+ "SkillCfgId": villagerSkillC.Id, "ConfigId": villagerSkillC.State, "AtkerId": 0, "Life": 0}
+ BuffComponent["Children"] = []map[string]interface{}{buff}
+ SpecialStatus_Ref, ok1 := config.SpecialStatusConfig[State_Ref.SpecialStatus]
+ if SpecialStatus_Ref != nil && ok1 {
+ buff["Children"] = []map[string]interface{}{{"_id": unit["_id"], "_t": consts.Status, "ConfigId": State_Ref.SpecialStatus}}
+ }
+ }
+
+ }
+ unit["C"] = append(villagers, villagerRecordComponent, gameNumericComponent, peopleComponent, BehaveComponent,
+ SlotComponent, LabourComponent, MarriageComponent, ResidentComponent, FightComponent, BuffComponent, StudyComponent,
+ SkillComponent, VillagerSkillComponent)
+ case consts.GameUnitType_Npc:
+ npcConfig := config.NpcConfig[req.CfgId]
+ if npcConfig == nil {
+ return nil, errors.New("err_NpcConfig")
+ }
+ pos := config.WorldParametersConfig.ValleyBusinessManSpawnPos
+ unit := map[string]interface{}{"_id": gtime.TimestampMilli(), "_t": consts.GameUnit, "UnitType": consts.GameUnitType_Npc,
+ "UnitCamp": consts.GameUnitCamp_Friend, "Position": map[string]interface{}{"x": pos.X, "y": pos.Y}, "C": []interface{}{}}
+ children = append(children, unit)
+ villagers := unit["C"].(primitive.A)
+ npcComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.NpcComponent}
+ villagers = append(villagers, npcComponent)
+ npcComponent["ConfigId"] = req.CfgId
+ behaveComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.BehaveComponent, "BehaveType": consts.BehaveType_BEHAVE_IDLE,
+ "DayBehaveType": consts.BehaveType_BEHAVE_IDLE, "DayTargetId": 0}
+ villagers = append(villagers, behaveComponent)
+ gameNumericComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.GameNumericComponent, "NumericDic": []interface{}{}}
+ NumericDic := gameNumericComponent["NumericDic"].(primitive.A)
+ NumericDic = append(NumericDic, []interface{}{consts.NUMERICTYPE_MOVESPEEDBASE, npcConfig.MoveSpeed})
+ villagers = append(villagers, gameNumericComponent)
+ dialogueComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.DialogueComponent, "State": 0, "IsInteractived": false, "InteractivedRewardOptions": []int32{}}
+ unit["C"] = append(villagers, dialogueComponent)
+ if npcConfig.Type == consts.NpcConfig_Type_BUSINESSMAN {
+ businessManComponent := map[string]interface{}{"_id": unit["_id"], "_t": consts.BusinessManComponent, "Sales": []interface{}{},
+ "Recycles": []interface{}{}, "SaleRefreshTimes": 0, "RecycleRefreshTimes": 0}
+ villagers = append(villagers, businessManComponent)
+ businessManComponent["ConfigId"] = npcConfig.RelatedId
+ businessManConfig := config.BusinessManConfig[npcConfig.RelatedId]
+
+ // Recycles
+ extralRecycleConfigs := config.GoodsForRecycleConfig[businessManConfig.RecycleItem]
+ var extralRecycleNum int32 = 0
+ extralRecycles := []*config.GoodsForRecycle{}
+ extralRecycleWeight := []int32{}
+ for _, v := range extralRecycleConfigs {
+ extralRecycles = append(extralRecycles, v)
+ extralRecycleWeight = append(extralRecycleWeight, v.Weight)
+ }
+
+ recycles := businessManComponent["Recycles"].(primitive.A)
+ for {
+ if extralRecycleNum >= businessManConfig.RecycleItemNum || len(extralRecycles) == 0 {
+ break
+ }
+ index := utils.RandomByWeight(extralRecycleWeight)
+ extralRecycleNum++
+ recycles = append(recycles, createRecycleGoods(extralRecycles[index]))
+ extralRecycleWeight = append(extralRecycleWeight[:index], extralRecycleWeight[index+1:]...)
+ extralRecycles = append(extralRecycles[:index], extralRecycles[index+1:]...)
+ }
+ commonRecycleItems := config.GoodsForRecycleConfig[businessManConfig.CommonRecycleItem]
+ for _, v := range commonRecycleItems {
+ recycles = append(recycles, createRecycleGoods(v))
+ }
+
+ // Sales
+ sales := businessManComponent["Sales"].(primitive.A)
+ saleConfigs := config.GoodsForRecycleConfig[businessManConfig.ItemGroup]
+ for _, saleConfig := range saleConfigs {
+ if saleConfig.SaleMax > 0 {
+ // todo 最大值判断
+ }
+ sales = append(sales, createRecycleGoods(saleConfig))
+ }
+ extralSaleConfigs := config.GoodsForRecycleConfig[businessManConfig.ExtraItemGroup]
+ var extralSaleNum int32 = 0
+ extralSales := []*config.GoodsForRecycle{}
+ extralSaleWeight := []int32{}
+ for _, v := range extralSaleConfigs {
+ extralSales = append(extralSales, v)
+ extralSaleWeight = append(extralSaleWeight, v.Weight)
+ }
+ for {
+ if extralSaleNum >= businessManConfig.ExtraItemNum || len(extralSales) == 0 {
+ break
+ }
+ index := utils.RandomByWeight(extralSaleWeight)
+ extralSaleNum++
+ recycles = append(recycles, createRecycleGoods(extralSales[index]))
+ extralSaleWeight = append(extralSaleWeight[:index], extralSaleWeight[index+1:]...)
+ extralSales = append(extralSales[:index], extralSales[index+1:]...)
+ }
+
+ businessManComponent["Recycles"] = recycles
+ }
+ case consts.GameUnitType_Warrior:
+ case consts.GameUnitType_RegionResPoint:
+ case consts.GameUnitType_Building:
+ case consts.GameUnitType_Monster:
+ default:
+ return nil, errors.New("ERR_OperateFail")
+ }
+
+ err3 := internal.UpdateUnitP(ctx, uid, c, fmt.Sprint(req.ServerId))
+ if err3 != nil {
+ log.Println("additem UpdateUnitP err", err3)
+ return nil, err3
+ }
+
+ log.Println("additem UpdateUnitP 1", err3)
+ return
+}
+
+func createRecycleGoods(cfg *config.GoodsForRecycle) map[string]interface{} {
+ res := map[string]interface{}{}
+ randVal := utils.RandInt32(0, 101)
+ if randVal <= cfg.DiscountWeight {
+ res["Discount"] = cfg.Discount
} else {
- mqttGm := internal.MqttGm{}
- mqttGm.Body.Uid = req.Account
- mqttGm.Body.Gm = "gm"
- mqttGm.Body.ModuleType = "changeGM"
- mqttGm.ModuleId = "webadmin"
- mqttGm.ReqId = 1
- var js []byte
- js, err = json.Marshal(mqttGm)
- connectCh := make(chan bool)
- server := "192.168.2.100:3005"
- defer close(connectCh)
- internal.SendMqtt(js, connectCh, server)
- var result bool
- for {
- select {
- case result = <-connectCh:
- if result == false {
- err = gerror.New("失败")
- return
- } else {
- return
+ res["Discount"] = 100
+ }
+ res["Amount"] = 0
+ res["ItemCfgId"] = cfg.ItemId
+ res["AmountMax"] = utils.RandInt32(cfg.SaleNum[0], cfg.SaleNum[1]+1)
+ return res
+}
+
+func (ga *gameManageImpl) AddVillagerSkill(ctx context.Context, req *game.AddVillagerSkillReq) (res *game.AddVillagerSkillRes, err error) {
+ uid, err := internal.GetAccountUid(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if err != nil {
+ fmt.Println("GetAccount err", err)
+ return nil, err
+ }
+ fmt.Println("GetRoleDelta", uid)
+ roleDelta, err2 := internal.GetRoleDetail(ctx, uid, fmt.Sprint(req.ServerId))
+ if err2 != nil {
+ fmt.Println("err2: ", err2)
+ return nil, err2
+ }
+
+ t := roleDelta["_t"]
+ c := roleDelta["C"].(primitive.A)
+ log.Println(" rrr >>> ", t)
+ GameUnitComponent := map[string]interface{}{}
+ gameUnit := primitive.A{}
+ villagerSkillComponent := map[string]interface{}{}
+ buffComponent := map[string]interface{}{}
+ for _, v := range c {
+ v1 := v.(map[string]interface{})
+ if v1["_t"] == consts.GameUnitComponent {
+ GameUnitComponent = v.(map[string]interface{})
+ break
+ }
+ }
+
+ childs := GameUnitComponent["children"].(primitive.A)
+ for _, v := range childs {
+ v1 := v.(map[string]interface{})
+ if v1["_id"] == req.GameUnitId {
+ gameUnit = v1["C"].(primitive.A)
+ break
+ }
+ }
+
+ for _, v := range gameUnit {
+ v1 := v.(map[string]interface{})
+ if v1["_t"] == consts.VillagerSkillComponent {
+ villagerSkillComponent = v1
+ break
+ } else if v1["_t"] == consts.BuffComponent {
+ buffComponent = v1
+ break
+ }
+ }
+ vsconfig := config.VillagerSkillConfig[req.VillagerSkillId]
+ if vsconfig == nil {
+ return nil, errors.New("error_config")
+ }
+ Children := villagerSkillComponent["Children"].(primitive.A)
+ oldConfigId := getVillagerSkillCfgIdByGroupAndGrade(vsconfig.Group, vsconfig.Grade-1)
+ for k, v := range Children {
+ villagerSkill := v.(map[string]interface{})
+ if villagerSkill["ConfigId"] == oldConfigId {
+ Children = append(Children[:k], Children[k+1:]...)
+ }
+ }
+ VillagerSkill := map[string]interface{}{"_id": gtime.TimestampMilli(), "_t": consts.VillagerSkill}
+ VillagerSkill["Config"] = vsconfig.Id
+ villagerSkillComponent["Children"] = append(Children, VillagerSkill)
+ AddBuff(buffComponent, vsconfig.State, vsconfig.Id, 0)
+ err3 := internal.UpdateUnitP(ctx, uid, c, fmt.Sprint(req.ServerId))
+ if err3 != nil {
+ log.Println("additem UpdateUnitP err", err3)
+ return nil, err3
+ }
+
+ log.Println("additem UpdateUnitP 1", err3)
+ return
+}
+func getVillagerSkillCfgIdByGroupAndGrade(group int32, grade int32) int32 {
+ for _, v := range config.VillagerSkillConfig {
+ if v.Group == group && v.Grade == grade {
+ return v.Id
+ }
+ }
+ return 0
+}
+
+func AddBuff(buffComponent map[string]interface{}, buffCfgId int32, skillCfgId int32, atkerId int64) {
+ buffChildren := buffComponent["Children"].(primitive.A)
+
+ //vsconfig := config.VillagerSkillConfig[skillCfgId]
+ buffConfig := config.SkillBuffConfig[buffCfgId]
+ if buffConfig != nil {
+ //var removeId int64 = 0
+ var layer int32 = 1
+ for k, v := range buffChildren {
+ oldBuff := v.(map[string]interface{})
+ if oldBuff["ConfigId"] == buffCfgId {
+ if buffConfig.Overlay {
+ BuffLayer := oldBuff["BuffLayer"].(int32)
+ if BuffLayer < buffConfig.OverlayMax {
+ layer = BuffLayer + 1
+ } else {
+ layer = buffConfig.OverlayMax
+ }
+ buffChildren = append(buffChildren[:k], buffChildren[k+1:]...)
+ }
+ }
+ }
+
+ if buffConfig.SequenceId != 0 && buffConfig.SequenceLv != 0 {
+ for k, v := range buffChildren {
+ oldBuff := v.(map[string]interface{})
+ vConfig := config.SkillBuffConfig[oldBuff["ConfigId"].(int32)]
+ if vConfig.SequenceId != 0 && vConfig.SequenceLv != 0 && vConfig.SequenceId == buffConfig.SequenceId {
+ if vConfig.SequenceLv <= buffConfig.SequenceLv {
+ buffChildren = append(buffChildren[:k], buffChildren[k+1:]...)
+ }
+ break
+ }
+ }
+ }
+
+ buffChild := map[string]interface{}{"_id": gtime.TimestampMilli(), "_t": consts.Buff, "ConfigId": buffCfgId, "Duration": 0, "BuffLayer": layer,
+ "SkillCfgId": skillCfgId, "EffectValues": []interface{}{}, "Life": 0, "EffectCdTime": 0, "AtkerId": atkerId, "EffectTick": 0, "Children": primitive.A{}}
+ SpecialStatus_Ref := config.SpecialStatusConfig[buffConfig.SpecialStatus]
+ if SpecialStatus_Ref != nil {
+ buffChilds := buffChild["Children"].(primitive.A)
+ buffChild["Children"] = append(buffChilds, map[string]interface{}{"_id": gtime.TimestampMilli(), "_t": consts.Status, "ConfigId": buffConfig.SpecialStatus})
+ }
+ if buffConfig.TriggerTime == consts.SkillBuff_TriggerTime_RIGHTNOW {
+ for _, v := range buffConfig.LinkEffect {
+ SkillEffectConfig := config.SkillEffectConfig[v]
+ if SkillEffectConfig != nil {
+
+ }
+ }
+ }
+ if buffConfig.ContinuedType == consts.SkillBuff_ContinuedType_RIGHTNOW {
+
+ }
+ buffComponent["Children"] = append(buffChildren, buffChild)
+ }
+}
+
+func (ga *gameManageImpl) SetWeather(ctx context.Context, req *game.SetWeatherReq) (res *game.SetWeatherRes, err error) {
+ uid, err := internal.GetAccountUid(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if err != nil {
+ fmt.Println("SetWeather err", err)
+ return nil, err
+ }
+ fmt.Println("SetWeather GetRoleDetail", uid)
+ roleDelta, err2 := internal.GetRoleDetail(ctx, uid, fmt.Sprint(req.ServerId))
+ if err2 != nil {
+ fmt.Println("err2: ", err2)
+ return nil, err2
+ }
+
+ t := roleDelta["_t"]
+ c := roleDelta["C"].(primitive.A)
+ log.Println("SetWeather rrr >>> ", t)
+ WeatherComponent := map[string]interface{}{}
+ ValleyComponent := map[string]interface{}{}
+ GameUnitComponent := map[string]interface{}{}
+
+ for _, v := range c {
+ v1 := v.(map[string]interface{})
+ if v1["_t"] == consts.WeatherComponent {
+ WeatherComponent = v1
+ } else if v1["_t"] == consts.ValleyComponent {
+ ValleyComponent = v1
+ } else if v1["_t"] == consts.GameUnitComponent {
+ GameUnitComponent = v1
+ }
+ }
+
+ if WeatherComponent == nil {
+ WeatherComponent = map[string]interface{}{"_id": uid, "_t": consts.WeatherComponent}
+ roleDelta["C"] = append(c, WeatherComponent)
+ }
+ WeatherComponent["ConfigId"] = req.WeatherConfigId
+ WeatherComponent["StartTime"] = 0
+ weatherConf := config.WeatherConfig[req.WeatherConfigId]
+ WeatherComponent["Duration"] = utils.RandInt32(weatherConf.Duration[0], weatherConf.Duration[1]+1)
+ WeatherComponent["IsWeatherStart"] = true
+ if weatherConf.SkillBUFF != 0 {
+ for _, v := range GameUnitComponent {
+ gameUnit := v.(map[string]interface{})
+ if gameUnit != nil && gameUnit["UnitType"] != consts.GameUnitType_Villager && gameUnit["UnitType"] != consts.GameUnitType_Warrior {
+ continue
+ }
+ Compoent := gameUnit["C"].(primitive.A)
+ buffComponent := map[string]interface{}{}
+ for _, v2 := range Compoent {
+ v3 := v2.(map[string]interface{})
+ if v3["_t"] == consts.BuffComponent {
+ buffComponent = v3
+ }
+ }
+
+ AddBuff(buffComponent, weatherConf.SkillBUFF, 0, 0)
+ BuffCfgIds := ValleyComponent["BuffCfgIds"].(primitive.A)
+ //var a = weatherConf.SkillBUFF.(interface{})
+ if !utils.ContainsGeneric(BuffCfgIds, weatherConf.SkillBUFF) {
+ BuffCfgIds = append(BuffCfgIds, weatherConf.SkillBUFF)
+ }
+ }
+ }
+
+ err3 := internal.UpdateUnitP(ctx, uid, c, fmt.Sprint(req.ServerId))
+ if err3 != nil {
+ log.Println("SetWeather UpdateUnitP err", err3)
+ return nil, err3
+ }
+
+ log.Println("SetWeather UpdateUnitP 1", err3)
+ return
+}
+
+func (ga *gameManageImpl) ClearResource(ctx context.Context, req *game.ClearResourceReq) (res *game.ClearResourceRes, err error) {
+ uid, err := internal.GetAccountUid(ctx, req.Account, fmt.Sprint(req.ServerId))
+ if err != nil {
+ fmt.Println("ClearResource GetAccount err", err)
+ return nil, err
+ }
+ fmt.Println("ClearResource GetRoleDelta", uid)
+ roleDelta, err2 := internal.GetRoleDetail(ctx, uid, fmt.Sprint(req.ServerId))
+ if err2 != nil {
+ fmt.Println("err2: ", err2)
+ return nil, err2
+ }
+
+ t := roleDelta["_t"]
+ c := roleDelta["C"].(primitive.A)
+ log.Println("ClearResource rrr >>> ", t)
+ GatherComponent := map[string]interface{}{}
+ GameUnitComponent := map[string]interface{}{}
+ ValleyComponent := map[string]interface{}{}
+ TroopComponent := map[string]interface{}{}
+ for _, v := range c {
+ v1 := v.(map[string]interface{})
+ if v1["_t"] == consts.GatherComponent {
+ GatherComponent = v1
+ } else if v1["_t"] == consts.GameUnitComponent {
+ GameUnitComponent = v1
+ } else if v1["_t"] == consts.ValleyComponent {
+ ValleyComponent = v1
+ } else if v1["_t"] == consts.TroopComponent {
+ TroopComponent = v1
+ }
+ }
+
+ ResIds := []int32{}
+ guC := GameUnitComponent["Children"].(primitive.A)
+ for _, v := range guC {
+ GameUnit := v.(map[string]interface{})
+ if GameUnit["UnitType"] == consts.GameUnitType_Building || GameUnit["UnitType"] == consts.GameUnitType_ResourcePoint {
+ gameUnitC := GameUnit["C"].(primitive.A)
+ for _, v1 := range gameUnitC {
+ component := v1.(map[string]interface{})
+ if component["_t"] == consts.ResidentComponent {
+ rpConfig := config.ResourcesPointConfig[component["ConfigId"].(int32)]
+ if rpConfig.Type == consts.ResourcesPoint_Type_POINTRESOURCES {
+ continue
+ }
+ gatherC := GatherComponent["Children"].(primitive.A)
+ for _, v2 := range gatherC {
+ gather := v2.(map[string]interface{})
+ if gather["_id"] == GameUnit["_id"] {
+ var idList = append(gather["PeopleIdList"].(primitive.A), gather["PreparePeopleIdList"].(primitive.A)...)
+ for _, vi := range idList {
+ for _, vg := range guC {
+ gameUnit1 := vg.(map[string]interface{})
+ if gameUnit1["_id"] == vi {
+ gu1C := gameUnit1["C"].(primitive.A)
+ for _, vg1 := range gu1C {
+ vg2 := vg1.(map[string]interface{})
+ if vg2["_t"] == consts.BehaveComponent {
+ processedNewBehave := consts.BehaveType_BEHAVE_IDLE
+ if ValleyComponent != nil && ValleyComponent["IsNight"].(bool) {
+ processedNewBehave = consts.BehaveType_BEHAVE_NIGHT_IDLE
+ }
+ PeopleList := TroopComponent["PeopleList"].(primitive.A)
+ if processedNewBehave == consts.BehaveType_BEHAVE_BATTLE && gameUnit1["UnitType"] == consts.GameUnitType_Warrior &&
+ PeopleList != nil && utils.ContainsGeneric(PeopleList, vg2["_id"]) {
+ processedNewBehave = consts.BehaveType_BEHAVE_TROOP_BATTLE
+ }
+ vg2["BehaveType"] = processedNewBehave
+ vg2["TargetId"] = 0
+ break
+ }
+ }
+ break
+ }
+ }
+ }
+ break
+ }
+ }
+ ResIds = append(ResIds, component["_id"].(int32))
}
}
+
+ }
+ }
+ for _, v := range ResIds {
+ for k1, v1 := range guC {
+ GameUnit := v1.(map[string]interface{})
+ if GameUnit["_id"] == v {
+ v1 = append(guC[:k1], guC[k1+1:]...)
+ break
+ }
}
}
+
+ err3 := internal.UpdateUnitP(ctx, uid, c, fmt.Sprint(req.ServerId))
+ if err3 != nil {
+ log.Println("ClearResource UpdateUnitP err", err3)
+ return nil, err3
+ }
+
+ log.Println("ClearResource UpdateUnitP 1", err3)
return
+}
+
+func (ga *gameManageImpl) CopyUnit(ctx context.Context, req *game.CopyUnitReq) (res *game.CopyUnitRes, err error) {
+ res = new(game.CopyUnitRes)
+ unit, err := internal.GetUnit(ctx, int64(req.SrcName))
+ if err != nil {
+ fmt.Println("GetAccount:", err)
+ return
+ }
+ mongoConfig := internal.MongoConfigs[fmt.Sprint(unit.Server)]
+ if mongoConfig.Id == "" {
+ return res, errors.New("区服不存在!")
+ }
+ filename := "Unit" + fmt.Sprint(req.SrcName) + ".json"
+ storeFilename := "storeComponent" + fmt.Sprint(req.SrcName) + ".json"
+ userDir := "./download/" + filename
+ storeDir := "./download/" + storeFilename
+ cmdName := "getData" + fmt.Sprint(time.Now().Unix())
+ g.Try(ctx, func(ctx context.Context) {
+ if runtime.GOOS == "linux" {
+ // LINUX系统
+ wireteString := fmt.Sprintf("mongoexport --uri=\"%s\" --authenticationDatabase=%s --collection=Unit --out=\"%s\" --query=\"{\\\"UniqueId\\\":%d}\" --jsonArray --jsonFormat=canonical --type=json",
+ mongoConfig.Link1, mongoConfig.Auth, userDir, req.SrcName)
+ writeString := fmt.Sprintf("mongoexport --uri=\"%s\" --authenticationDatabase=%s --collection=StoreComponent --out=\"%s\" --query=\"{\\\"_id\\\":%d}\" --jsonArray --jsonFormat=canonical --type=json",
+ mongoConfig.Link1, mongoConfig.Auth, storeDir, unit.Uid)
+ log.Println(wireteString)
+ log.Println(writeString)
+ if err = os.WriteFile("./"+cmdName+".sh", []byte(wireteString+"\n"+writeString), 0666); err != nil {
+ log.Fatal(err)
+ return
+ }
+ cmd := exec.Command("sh", cmdName+".sh")
+ var stdout, stderr bytes.Buffer
+ cmd.Stdout = &stdout // 标准输出
+ cmd.Stderr = &stderr // 标准错误
+ err = cmd.Run()
+ if err != nil {
+ log.Fatalf("cmd.Run() failed with %s\n", err)
+ return
+ }
+ outStr, errStr := string(stdout.Bytes()), string(stderr.Bytes())
+ fmt.Printf("out:\n%s\nerr:\n%s\n", outStr, errStr)
+ }
+ if runtime.GOOS == "windows" {
+ // windows系统
+ writeString := fmt.Sprintf("mongoexport --uri=\"%s\" --authenticationDatabase=%s --collection=Unit --out=\"%s\" --query=\"{\\\"UniqueId\\\":%d}\" --jsonArray --jsonFormat=canonical --type=json",
+ mongoConfig.Link1, mongoConfig.Auth, userDir, req.SrcName)
+ storeWriteString := fmt.Sprintf("mongoexport --uri=\"%s\" --authenticationDatabase=%s --collection=StoreComponent --out=\"%s\" --query=\"{\\\"_id\\\":%d}\" --jsonArray --jsonFormat=canonical --type=json",
+ mongoConfig.Link1, mongoConfig.Auth, storeDir, unit.Uid)
+ log.Println(writeString)
+ log.Println(storeWriteString)
+ if err = os.WriteFile("./"+cmdName+".bat", []byte(writeString+"\n"+storeWriteString), 0666); err != nil {
+ log.Fatal(err)
+ return
+ }
+ cmd := exec.Command("cmd", "/c", cmdName+".bat")
+ err = cmd.Start()
+ if err != nil {
+ fmt.Println("Error:", err)
+ return
+ }
+ }
+ res.Filename = filename
+ res.StoreFilename = storeFilename
+ })
+ fmt.Println("CopyUnit GetRoleDelta", res.Filename)
+ return
}
-func (g *gameManageImpl) GetStatistics(ctx context.Context, req *game.StatisticsReq) (res *game.StatisticsRes, err error) {
- res = new(game.StatisticsRes)
+func (ga *gameManageImpl) UpdateUnit(ctx context.Context, req *game.UpdateUnitReq) (res *game.UpdateUnitRes, err error) {
+ res = new(game.UpdateUnitRes)
+ unit, err := internal.GetUnit(ctx, int64(req.DestName))
+ if err != nil {
+ fmt.Println("GetAccount:", err)
+ return
+ }
+ mongoConfig := internal.MongoConfigs[fmt.Sprint(unit.Server)]
+ if mongoConfig.Id == "" {
+ return res, errors.New("区服不存在!")
+ }
- res.RegisterNum, err = internal.GetRegisterNum(ctx, req.LowTime, req.UpTime)
- internal.GetDeposit(ctx, req.LowTime, req.UpTime)
+ destId, err1 := internal.GetIdToUid(ctx, int64(req.DestName))
+ if err1 != nil {
+ return res, err1
+ }
+ userDir := "./download/Unit" + fmt.Sprint(req.DestName) + ".json"
+ srcUserDir := "./download/" + req.Filename
+ writeByte, err1 := os.ReadFile(srcUserDir)
+ if err1 != nil {
+ return res, err1
+ }
+
+ srcUid := ""
+ srcId := ""
+ var v1 map[string]interface{}
+ if strings.HasPrefix(string(writeByte), "[") {
+ user := []interface{}{}
+ json.Unmarshal(writeByte, &user)
+ v1 = user[0].(map[string]interface{})
+ } else {
+ json.Unmarshal(writeByte, &v1)
+ }
+
+ if _, ok := v1["UniqueId"]; ok {
+ UniqueId := v1["UniqueId"].(map[string]interface{})
+ srcUid = fmt.Sprint(UniqueId["$numberInt"])
+ }
+ if _, ok := v1["_id"]; ok {
+ UniqueId := v1["_id"].(map[string]interface{})
+ srcId = fmt.Sprint(UniqueId["$numberLong"])
+ }
+
+ userStoreDir := "./download/storeComponent" + fmt.Sprint(req.DestName) + ".json"
+ srcStoreDir := "./download/" + req.StoreFilename
+ writeStoreByte, err1 := os.ReadFile(srcStoreDir)
+ if err1 != nil {
+ return res, err1
+ }
+
+ var v2 map[string]interface{}
+ if strings.HasPrefix(string(writeStoreByte), "[") {
+ user := []interface{}{}
+ json.Unmarshal(writeStoreByte, &user)
+ v2 = user[0].(map[string]interface{})
+ } else {
+ json.Unmarshal(writeStoreByte, &v2)
+ }
+
+ log.Printf("copyUnit srcid: %s, uid: %s, destid: %d, uid: %d", srcId, srcUid, destId, req.DestName)
+ if srcId == "" || srcUid == "" {
+ return
+ }
+ writeUnitString := strings.ReplaceAll(gjson.MustEncodeString(v1), srcId, fmt.Sprint(destId))
+ writeStoreString := strings.ReplaceAll(gjson.MustEncodeString(v2), srcId, fmt.Sprint(destId))
+ writeUnitString = internal.ReplaceLastOccurrence(writeUnitString, srcUid, fmt.Sprint(req.DestName))
+ if err = os.WriteFile(userDir, []byte(writeUnitString), 0666); err != nil {
+ log.Fatal(err)
+ return
+ }
+ if err = os.WriteFile(userStoreDir, []byte(writeStoreString), 0666); err != nil {
+ log.Fatal(err)
+ return
+ }
+
+ writeUnitCmd := fmt.Sprintf("mongoimport --uri=\"%s\" --authenticationDatabase=%s --collection=Unit --file=\"%s\" --type=json --mode=upsert",
+ mongoConfig.Link1, mongoConfig.Auth, userDir)
+ writeStoreCmd := fmt.Sprintf("mongoimport --uri=\"%s\" --authenticationDatabase=%s --collection=StoreComponent --file=\"%s\" --type=json --mode=upsert",
+ mongoConfig.Link1, mongoConfig.Auth, userStoreDir)
+ log.Println("sh Unit: ", writeUnitCmd)
+ log.Println("sh StoreComponent: ", writeStoreCmd)
+ g.Try(ctx, func(ctx context.Context) {
+ cmdName := "getData" + fmt.Sprint(time.Now().Unix())
+ if runtime.GOOS == "linux" {
+ // LINUX系统
+ if err = os.WriteFile("./"+cmdName+".sh", []byte(writeUnitCmd+"\n"+writeStoreCmd), 0666); err != nil {
+ log.Fatal(err)
+ return
+ }
+ cmd := exec.Command("sh", cmdName+".sh")
+ var stdout, stderr bytes.Buffer
+ cmd.Stdout = &stdout // 标准输出
+ cmd.Stderr = &stderr // 标准错误
+ err = cmd.Run()
+ if err != nil {
+ log.Fatalf("cmd.Run() failed with %s\n", err)
+ return
+ }
+ outStr, errStr := string(stdout.Bytes()), string(stderr.Bytes())
+ fmt.Printf("out:\n%s\nerr:\n%s\n", outStr, errStr)
+ }
+
+ if runtime.GOOS == "windows" {
+ // windows系统
+ if err = os.WriteFile("./"+cmdName+".bat", []byte(writeUnitCmd+"\n"+writeStoreCmd), 0666); err != nil {
+ log.Fatal(err)
+ return
+ }
+ cmd := exec.Command("cmd", "/c", cmdName+".bat")
+ err = cmd.Start()
+ if err != nil {
+ fmt.Println("Error:", err)
+ return
+ }
+ }
+ })
+ fmt.Println("UpdateUnit GetRoleDelta", req.DestName)
+ return
+}
+
+func (ga *gameManageImpl) DelAccount(ctx context.Context, req *game.DelAccountReq) (res *game.DelAccountRes, err error) {
+ uid, err := internal.GetAccountUid2(ctx, req.SrcName, fmt.Sprint(req.ServerId))
+ if err != nil {
+ fmt.Println("DelAccount GetAccount err", err)
+ return nil, err
+ }
+ fmt.Println("DelAccount DelRole", uid)
+ _, err2 := internal.DelRole(ctx, uid, fmt.Sprint(req.ServerId))
+ if err2 != nil {
+ fmt.Println("DelAccount err2: ", err2)
+ return nil, err2
+ }
+ _, err3 := internal.DelAccount(ctx, uid, fmt.Sprint(req.ServerId))
+ if err3 != nil {
+ fmt.Println("DelAccount err3: ", err3)
+ return nil, err3
+ }
+ _, err4 := internal.DelBaseInfo(ctx, uid, fmt.Sprint(req.ServerId))
+ fmt.Println("DelAccount err4: ", err4)
+ _, err6 := internal.DelBazaar(ctx, uid, fmt.Sprint(req.ServerId))
+ fmt.Println("DelAccount err6: ", err6)
+ _, err5 := internal.DelFriendUnit(ctx, uid, fmt.Sprint(req.ServerId))
+ fmt.Println("DelAccount err5: ", err5)
+ return
+}
+
+func (ga *gameManageImpl) SearchAccount(ctx context.Context, req *game.SearchAccountReq) (res *game.SearchAccountRes, err error) {
+ res, err = internal.SearchAccount(ctx, req)
+ if err != nil {
+ fmt.Println("err3: ", err)
+ return nil, err
+ }
+
+ return res, err
+}
+
+/*
+**留存
+**/
+func (ga *gameManageImpl) GetKeepAlive(ctx context.Context, req *game.GetKeepAliveReq) (res *game.GetKeepAliveRes, err error) {
+ res, err = internal.GetKeepAlive(ctx, req)
+ return
+}
+
+func (ga *gameManageImpl) GetLive(ctx context.Context, req *game.GetLiveReq) (res *game.GetLiveRes, err error) {
+ res, err = internal.GetLive(ctx, req)
+ return
+}
+
+func (ga *gameManageImpl) RegisterCount(ctx context.Context, req *game.RegisterCountReq) (res *game.RegisterCountRes, err error) {
+ res, err = internal.RegisterNum(ctx, req)
+ return
+}
+func (ga *gameManageImpl) GetShopItemLog(ctx context.Context, req *game.GetShopItemLogReq) (res *game.GetShopItemLogRes, err error) {
+ res, err = internal.GetShopItemLog(ctx, req)
return
}
diff --git a/internal/serviceGame/model.go b/internal/serviceGame/model.go
new file mode 100644
index 0000000..ce741ef
--- /dev/null
+++ b/internal/serviceGame/model.go
@@ -0,0 +1,49 @@
+package serviceGame
+
+import (
+ "context"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameModel interface {
+ Get(ctx context.Context, req *game.GetModelReq) (res *game.GetModelRes, err error)
+ Update(ctx context.Context, req *game.UpdateModelReq) (res *game.UpdateModelRes, err error)
+ Insert(ctx context.Context, req *game.InsertModelReq) (res *game.InsertModelRes, err error)
+ Delete(ctx context.Context, req *game.DelModelReq) (res *game.DelModelRes, err error)
+}
+
+type gameModelImpl struct {
+}
+
+var gameModelService = gameModelImpl{}
+
+func GameModel() IGameModel {
+ return &gameModelService
+}
+
+func (g *gameModelImpl) Get(ctx context.Context, req *game.GetModelReq) (res *game.GetModelRes, err error) {
+ res = new(game.GetModelRes)
+ res.Model, err = internal.GetModel(ctx, req.MType, req.Id)
+ //log.Print("res.Model: ", res.Model)
+ return
+}
+
+func (g *gameModelImpl) Update(ctx context.Context, req *game.UpdateModelReq) (res *game.UpdateModelRes, err error) {
+ err = internal.UpdateModel(ctx, req.Model)
+ log.Print("UpdateModel: ", err)
+ return
+}
+
+func (g *gameModelImpl) Insert(ctx context.Context, req *game.InsertModelReq) (res *game.InsertModelRes, err error) {
+ err = internal.InsertModel(ctx, req.Model)
+ log.Print("InsertModel: ", err)
+ return
+}
+
+func (g *gameModelImpl) Delete(ctx context.Context, req *game.DelModelReq) (res *game.DelModelRes, err error) {
+ err = internal.DelModel(ctx, req.Id, req.StallId)
+ //log.Print("DelModel: ", err)
+ return
+}
diff --git a/internal/serviceGame/monthly_lottery.go b/internal/serviceGame/monthly_lottery.go
new file mode 100644
index 0000000..afb7403
--- /dev/null
+++ b/internal/serviceGame/monthly_lottery.go
@@ -0,0 +1,42 @@
+package serviceGame
+
+import (
+ "context"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameMonthlyLottery interface {
+ Get(ctx context.Context, req *game.GetMonthlyLotteryReq) (res *game.GetMonthlyLotteryRes, err error)
+ Update(ctx context.Context, req *game.UpdateMonthlyLotteryReq) (res *game.UpdateMonthlyLotteryRes, err error)
+ Insert(ctx context.Context, req *game.InsertMonthlyLotteryReq) (res *game.InsertMonthlyLotteryRes, err error)
+}
+
+type gameMonthlyLotteryImpl struct {
+}
+
+var gameMonthlyLotteryService = gameMonthlyLotteryImpl{}
+
+func GameMonthlyLottery() IGameMonthlyLottery {
+ return &gameMonthlyLotteryService
+}
+
+func (g *gameMonthlyLotteryImpl) Get(ctx context.Context, req *game.GetMonthlyLotteryReq) (res *game.GetMonthlyLotteryRes, err error) {
+ res = new(game.GetMonthlyLotteryRes)
+ res.MonthlyLottery, err = internal.GetMonthlyLottery(ctx, req.Date)
+ log.Print("res.MonthlyEvent: ", res.MonthlyLottery)
+ return
+}
+
+func (g *gameMonthlyLotteryImpl) Update(ctx context.Context, req *game.UpdateMonthlyLotteryReq) (res *game.UpdateMonthlyLotteryRes, err error) {
+ err = internal.UpdateMonthlyLottery(ctx, req.MonthlyLottery)
+ log.Print("UpdateMonthlyEvent", err)
+ return
+}
+
+func (g *gameMonthlyLotteryImpl) Insert(ctx context.Context, req *game.InsertMonthlyLotteryReq) (res *game.InsertMonthlyLotteryRes, err error) {
+ err = internal.InsertMonthlyLottery(ctx, req.MonthlyLottery)
+ //log.Print("insertMonthlyEvent", err)
+ return
+}
diff --git a/internal/serviceGame/notice.go b/internal/serviceGame/notice.go
index 9d2cd8e..bbe622f 100644
--- a/internal/serviceGame/notice.go
+++ b/internal/serviceGame/notice.go
@@ -2,10 +2,13 @@ package serviceGame
import (
"context"
- "encoding/json"
- "github.com/gogf/gf/v2/errors/gerror"
+ "errors"
+ "fmt"
"github.com/gogf/gf/v2/frame/g"
+ "github.com/gogf/gf/v2/os/gtime"
+ "time"
"tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
"tyj_admin/internal/dao"
"tyj_admin/internal/model/do"
"tyj_admin/internal/model/entity"
@@ -16,9 +19,16 @@ import (
type IGameNotice interface {
GetNotice(ctx context.Context, req *game.GetNoticeReq) (res *game.GetNoticeRes, err error)
+ GetNoticeList(ctx context.Context, req *game.GetNoticeListReq) (res *game.GetNoticeListRes, err error)
AddNotice(ctx context.Context, req *game.AddNoticeReq) (res *game.AddNoticeRes, err error)
+ DelNoticeLog(ctx context.Context, req *game.DelNoticeLogReq) (res *game.DelNoticeLogRes, err error)
+ DelNoticeList(ctx context.Context, req *game.DelNoticeListReq) (res *game.DelNoticeListRes, err error)
PopNotice(ctx context.Context, req *game.PopReq) (res *game.PopRes, err error)
GetGameNotice(ctx context.Context, req *game.GetGameNoticeReq) (res *game.GetGameNoticeRes, err error)
+ GetGameNoticeLog(ctx context.Context, req *game.GetGameNoticeLogReq) (res *game.GetGameNoticeLogRes, err error)
+ GetNoticeModel(ctx context.Context, req *game.GetNoticeModelReq) (res *game.GetNoticeModelRes, err error)
+ AddNoticeModel(ctx context.Context, req *game.AddNoticeModelReq) (res *game.AddNoticeModelRes, err error)
+ DelNoticeModel(ctx context.Context, req *game.DelNoticeModelReq) (res *game.DelNoticeModelRes, err error)
}
type gameNoticeImpl struct {
@@ -30,7 +40,7 @@ func GameNotice() IGameNotice {
return &gameNoticeService
}
func (c *gameNoticeImpl) GetNotice(ctx context.Context, req *game.GetNoticeReq) (res *game.GetNoticeRes, err error) {
- internal.GetWhiteList(ctx)
+ //internal.GetWhiteList(ctx)
res = new(game.GetNoticeRes)
g.Try(ctx, func(ctx context.Context) {
model := dao.GameNotice.Ctx(ctx)
@@ -46,21 +56,34 @@ func (c *gameNoticeImpl) GetNotice(ctx context.Context, req *game.GetNoticeReq)
} else {
return
}
- if res.Status == 2 {
- //ip := libUtils.GetClientIp(ctx)
- //whiteIps := internal.GetWhiteList(ctx)
- //res.Status = 3
- //for _, v := range whiteIps {
- // if v == ip {
- // res.Status = 1
- // break
- // }
- //}
- }
+ //if res.Status == consts.Notice_White_List {
+ // ip := libUtils.GetClientIp(ctx)
+ // count := GameWhiteList().GetWhiteList(ctx, ip)
+ // res.Status = consts.Notice_Maintenance
+ // if count == consts.White_List_Belong {
+ // res.Status = consts.Notice_Normal
+ // }
+ //}
})
return
+}
+func (c *gameNoticeImpl) GetNoticeList(ctx context.Context, req *game.GetNoticeListReq) (res *game.GetNoticeListRes, err error) {
+ res = new(game.GetNoticeListRes)
+ err = g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameNotice.Ctx(ctx)
+ if req.NoticeType != 0 {
+ model = model.Where("notice_type=?", req.NoticeType)
+ }
+ //if req.Channel != "0" {
+ // model = model.Where("channel=? ", req.Channel)
+ //}
+ err = model.Scan(&res.List)
+ res.Total, err = model.Count()
+ return
+ })
+ return
}
func (c *gameNoticeImpl) GetGameNotice(ctx context.Context, req *game.GetGameNoticeReq) (res *game.GetGameNoticeRes, err error) {
@@ -68,6 +91,20 @@ func (c *gameNoticeImpl) GetGameNotice(ctx context.Context, req *game.GetGameNot
g.Try(ctx, func(ctx context.Context) {
model := dao.GameNotice.Ctx(ctx)
model = model.Where("notice_type = ?", req.NoticeType)
+ ip := libUtils.GetClientIp(ctx)
+ fmt.Println("ip: ", ip)
+
+ var ipList []*entity.GameNotice
+ err = model.Where("channel=?", ip).Scan(&ipList)
+ if len(ipList) > 0 {
+ res.TimeStamp = int32(ipList[0].CDate)
+ res.Content = ipList[0].Content
+ res.Status = ipList[0].Status
+
+ g.Log().Debugf(ctx, "ipList GetGameNotice ip: "+ip, "NoticeType: "+fmt.Sprint(req.NoticeType), "res: "+fmt.Sprint(res.Status))
+ return
+ }
+
model = model.Where("channel=? ", req.Channel)
var noticeList []*entity.GameNotice
var count int
@@ -75,95 +112,256 @@ func (c *gameNoticeImpl) GetGameNotice(ctx context.Context, req *game.GetGameNot
if count == 0 {
model = dao.GameNotice.Ctx(ctx)
model = model.Where("notice_type = ?", req.NoticeType)
- model = model.Where("channel=? ", 0)
+ model = model.Where("channel=? ", "")
}
err = model.Scan(¬iceList)
if len(noticeList) > 1 {
for _, v := range noticeList {
if v.Channel == req.Channel {
+ res.TimeStamp = int32(v.CDate)
res.Content = v.Content
res.Status = v.Status
break
}
}
} else if len(noticeList) == 1 {
+ res.TimeStamp = int32(noticeList[0].CDate)
res.Content = noticeList[0].Content
res.Status = noticeList[0].Status
- res.Id = noticeList[0].Id
} else if len(noticeList) == 0 {
+ res.TimeStamp = 0
res.Content = ""
- res.Status = 1
- res.Id = 0
+ res.Status = consts.Notice_Normal
}
- if res.Status == 2 {
- ip := libUtils.GetClientIp(ctx)
+ //ip := libUtils.GetClientIp(ctx)
+ if res.Status == consts.Notice_White_List {
whiteIps, e := internal.GetWhiteList(ctx)
- g.Log().Debugf(ctx, "ip"+ip, len(whiteIps), e)
+ g.Log().Debugf(ctx, "GetGameNotice ip"+ip, len(whiteIps), e)
+ res.Status = consts.Notice_Maintenance
for _, v := range whiteIps {
- g.Log().Debugf(ctx, "whiteIps"+v)
- }
- res.Status = 3
- for _, v := range whiteIps {
- if v == ip {
- res.Status = 1
+ if v.Ip == ip {
+ res.Status = consts.Notice_Normal
break
}
}
}
+ if req.NoticeType != consts.Notice_Type_Maintenance {
+ res.Status = consts.Notice_Normal
+ }
+
+ g.Log().Debugf(ctx, "GetGameNotice ip: "+ip, "NoticeType: "+fmt.Sprint(req.NoticeType), "res: "+fmt.Sprint(res.Status))
})
return
+}
+
+func (c *gameNoticeImpl) GetGameNoticeLog(ctx context.Context, req *game.GetGameNoticeLogReq) (res *game.GetGameNoticeLogRes, err error) {
+ res = new(game.GetGameNoticeLogRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameNoticeLog.Ctx(ctx)
+ if req.NoticeType != 0 {
+ model = model.Where("notice_type=", req.NoticeType)
+ }
+ if req.Content != "" {
+ model = model.Where("content LIKE ?", "%"+req.Content+"%")
+ }
+ if req.BeginTime != 0 {
+ model = model.Where("c_date >", gtime.NewFromTimeStamp(req.BeginTime))
+ }
+ if req.EndTime != 0 {
+ model = model.Where("c_date <", gtime.NewFromTimeStamp(req.EndTime))
+ }
+ //log.Printf("1model ", req, model)
+ res.Total, err = model.Count()
+ if res.Total != 0 {
+ model = model.Page(req.PageNum, req.PageSize)
+ //log.Printf("model ", req, model)
+ err = model.OrderDesc("c_date").Scan(&res.NoticeLog)
+ }
+ })
+ return
}
func (c *gameNoticeImpl) AddNotice(ctx context.Context, req *game.AddNoticeReq) (res *game.AddNoticeRes, err error) {
+ SendTime := req.SendTime
+ data := do.GameNoticeLog{
+ Status: req.Status,
+ Content: req.Content,
+ NoticeType: req.NoticeType,
+ NoticeId: req.NoticeId,
+ Channel: req.Channel,
+ SendTime: SendTime,
+ }
+ cron := entity.GameNoticeLog{
+ Id: req.Id,
+ Status: req.Status,
+ Content: req.Content,
+ NoticeType: req.NoticeType,
+ NoticeId: req.NoticeId,
+ Channel: req.Channel,
+ SendTime: SendTime,
+ }
+ if req.Id > 0 {
+ err = g.Try(ctx, func(ctx context.Context) {
+ _, e := dao.GameNoticeLog.Ctx(ctx).Where("id=", req.Id).Data(&data).Update()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "更新通知失败")
+ return
+ }
+ if SendTime > time.Now().UnixMilli() {
+ GameCron().AddCron(cron)
+ }
+ fmt.Println("req >>>>>>>>>> ", req)
+ return
+ })
+ } else {
+ err = g.Try(ctx, func(ctx context.Context) {
+ logId, e := dao.GameNoticeLog.Ctx(ctx).Insert(&data)
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "插入通知日志失败")
+ return
+ }
+ id, e := logId.LastInsertId()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "插入通知日志失败")
+ return
+ }
+ cron.Id = id
+ fmt.Println("logId >>>>>>>>>> ", logId)
+ if SendTime <= time.Now().UnixMilli() {
+ noticeModel := dao.GameNotice.Ctx(ctx)
+ noticeList := []entity.GameNotice{}
+ noticeModel.Where("notice_type=?", req.NoticeType).Where("channel=?", req.Channel).Scan(¬iceList)
+ if len(noticeList) > 0 {
+ _, e = noticeModel.Where("id=?", noticeList[0].Id).Data(&do.GameNotice{
+ Status: req.Status,
+ Content: req.Content,
+ CDate: time.Now().Unix(),
+ }).Update()
+ } else {
+ _, e = noticeModel.Insert(&do.GameNotice{
+ Status: req.Status,
+ Content: req.Content,
+ NoticeType: req.NoticeType,
+ Channel: req.Channel,
+ CDate: time.Now().Unix(),
+ })
+ }
+ } else {
+ GameCron().AddCron(cron)
+ fmt.Println("logId >>>>>>>>>> ", cron.Id, e)
+ }
+ liberr.ErrIsNil(ctx, e, "插入通知失败")
+ })
+ }
+ return
+}
+
+func (c *gameNoticeImpl) DelNoticeLog(ctx context.Context, req *game.DelNoticeLogReq) (res *game.DelNoticeLogRes, err error) {
+ if req.Id == 0 {
+ err = errors.New("错误的id")
+ return
+ }
+
+ err = g.Try(ctx, func(ctx context.Context) {
+ _, e := dao.GameNoticeLog.Ctx(ctx).Where("id=", req.Id).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除通知失败")
+ return
+ }
+ GameCron().DelCron(req.Id)
+ })
+
+ return
+}
+
+func (c *gameNoticeImpl) DelNoticeList(ctx context.Context, req *game.DelNoticeListReq) (res *game.DelNoticeListRes, err error) {
+ if req.Id == 0 {
+ err = errors.New("错误的id")
+ return
+ }
+
+ err = g.Try(ctx, func(ctx context.Context) {
+ _, e := dao.GameNotice.Ctx(ctx).Where("id=", req.Id).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除通知失败")
+ return
+ }
+ GameCron().DelCron(req.Id)
+ })
+
+ return
+}
+
+func (c *gameNoticeImpl) PopNotice(ctx context.Context, req *game.PopReq) (res *game.PopRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ if req.PopTo == 1 {
+ req.Uids = ""
+ }
+ _, e := dao.GameNoticeLog.Ctx(ctx).Insert(&do.GameNoticeLog{
+ Status: 0,
+ ServerId: req.ServerId,
+ Uids: req.Uids,
+ PopType: req.Type,
+ Content: req.Content,
+ NoticeType: 1,
+ NoticeId: 0,
+ Channel: "",
+ SendTime: 0,
+ })
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "插入通知日志失败")
+ return
+ }
+ err = internal.BackStageMessage(ctx, req.ServerId, req.Uids, req.Content, req.Type)
+ })
+
+ return
+}
+
+func (c *gameNoticeImpl) GetNoticeModel(ctx context.Context, req *game.GetNoticeModelReq) (res *game.GetNoticeModelRes, err error) {
+ res = new(game.GetNoticeModelRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameNoticeModel.Ctx(ctx)
+ model = model.Where("notice_type = ?", req.NoticeType)
+ err = model.Scan(&res.NoticeModel)
+ })
+
+ return
+}
+
+func (c *gameNoticeImpl) AddNoticeModel(ctx context.Context, req *game.AddNoticeModelReq) (res *game.AddNoticeModelRes, err error) {
if req.Id > 0 {
err = g.Try(ctx, func(ctx context.Context) {
- _, e := dao.GameNotice.Ctx(ctx).Where("id=", req.Id).Data(&do.GameNotice{
- Status: req.Status,
+ _, e := dao.GameNoticeModel.Ctx(ctx).Where("id=", req.Id).Data(&do.GameNoticeModel{
+ Title: req.Title,
Content: req.Content,
}).Update()
liberr.ErrIsNil(ctx, e, "修改通知失败")
})
-
} else {
err = g.Try(ctx, func(ctx context.Context) {
- _, e := dao.GameNotice.Ctx(ctx).Where("id=", req.Id).Insert(&do.GameNotice{
- Status: req.Status,
+ _, e := dao.GameNoticeModel.Ctx(ctx).Data(&do.GameNoticeModel{
+ Title: req.Title,
Content: req.Content,
NoticeType: req.NoticeType,
- Channel: req.Channel,
- })
+ ModelType: req.ModelType,
+ }).Insert()
liberr.ErrIsNil(ctx, e, "插入通知失败")
})
}
return
}
-func (c *gameNoticeImpl) PopNotice(ctx context.Context, req *game.PopReq) (res *game.PopRes, err error) {
- mqttNotice := internal.MqttNotice{}
- mqttNotice.Body.Uid = req.Uids
- mqttNotice.Body.ModuleType = "broadcastMessage"
- mqttNotice.Body.Content = req.Content
- mqttNotice.Body.Time = 0
- mqttNotice.Body.Type = req.Type
- mqttNotice.ModuleId = "webadmin"
- mqttNotice.ReqId = 1
- var js []byte
- js, err = json.Marshal(mqttNotice)
- connectCh := make(chan bool)
- server := "192.168.2.100:3005"
- defer close(connectCh)
- internal.SendMqtt(js, connectCh, server)
- var result bool
- for {
- select {
- case result = <-connectCh:
- if result == false {
- err = gerror.New("失败")
- return
- } else {
- return
- }
- }
+
+func (c *gameNoticeImpl) DelNoticeModel(ctx context.Context, req *game.DelNoticeModelReq) (res *game.DelNoticeModelRes, err error) {
+ if req.Id > 0 {
+ err = g.Try(ctx, func(ctx context.Context) {
+ _, e := dao.GameNoticeModel.Ctx(ctx).Where("id=", req.Id).Delete()
+ liberr.ErrIsNil(ctx, e, "删除通知失败")
+ })
+ } else {
+ return res, errors.New("删除通知失败")
}
+ return
}
diff --git a/internal/serviceGame/order.go b/internal/serviceGame/order.go
index 5871708..66548ac 100644
--- a/internal/serviceGame/order.go
+++ b/internal/serviceGame/order.go
@@ -3,16 +3,20 @@ package serviceGame
import (
"context"
"crypto/md5"
- "encoding/hex"
"encoding/json"
+ "errors"
"fmt"
+ "github.com/gogf/gf/v2/encoding/gcharset"
+ "github.com/gogf/gf/v2/encoding/gjson"
"github.com/gogf/gf/v2/errors/gerror"
"github.com/gogf/gf/v2/frame/g"
- "go.mongodb.org/mongo-driver/bson"
- "math/rand"
+ "log"
"time"
"tyj_admin/api/v1/game"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
"tyj_admin/internal/model/entity"
+ "tyj_admin/internal/service"
"tyj_admin/internal/serviceGame/internal"
)
@@ -20,8 +24,16 @@ type IGameOrder interface {
GetOrders(ctx context.Context, req *game.OrderSearchReq) (res *game.OrderSearchRes, err error)
GetOrderCount(ctx context.Context, req *game.OrderCountReq) (res *game.OrderCountRes, err error)
ChangeCoin(ctx context.Context, req *game.AddCoinReq) (res *game.AddCoinRes, err error)
- AndroidDeposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error)
- IosDeposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error)
+ Deposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error)
+ //IosDeposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error)
+ GetOrderLog(ctx context.Context, req *game.OrderLogReq) (res *game.OrderLogRes, err error)
+ GetOrderBehavior(ctx context.Context, req *game.OrderBehaviorReq) (res *game.OrderBehaviorRes, err error)
+ GetRechargePer(ctx context.Context, req *game.RechargePerReq) (res *game.RechargePerRes, err error)
+ GameRechargeControl(ctx context.Context, req *game.RechargeControlReq) (res *game.RechargeControlRes, err error)
+ GetRechargeControl(ctx context.Context, req *game.GetRechargeControlReq) (res *game.GetRechargeControlRes, err error)
+ AddRechargeControl(ctx context.Context, req *game.AddRechargeControlReq) (res *game.AddRechargeControlRes, err error)
+ DeleteRechargeControl(ctx context.Context, req *game.DeleteRechargeControlReq) (res *game.DeleteRechargeControlRes, err error)
+ ChangeOrderState(ctx context.Context, req *game.ChangeOrderStateReq) (res *game.ChangeOrderStateRes, err error)
}
type gameOrderImpl struct {
@@ -63,23 +75,28 @@ func (o gameOrderImpl) ChangeCoin(ctx context.Context, req *game.AddCoinReq) (re
}
type AndroIdRecharge struct {
- Server int32 `json:"server"`
- RechargeId int32 `json:"rechargeId"`
- CpOrderId string `json:"cpOrderId"`
- OrderId string `json:"orderId"`
- Timestamp int64 `json:"timestamp"`
- Account string `json:"account"`
- Channel int32 `json:"channel"`
- Amount int32 `json:"amount"`
+ GmMessage string `json:"gmMessage"`
+ Md5Sign string `json:"md5Sign"`
+}
+
+type Recharge struct {
+ Uid string `json:"uid"`
+ Server string `json:"server"`
+ Channel string `json:"channel"`
+ RechargeId string `json:"rechargeId"`
+ OrderNo string `json:"orderNo"`
+ PayTime string `json:"payTime"`
+ Amount string `json:"amount"`
+ Status string `json:"status"`
}
type IosRecharge struct {
OrderId string `json:"orderId"`
Account string `json:"uid"`
Receipt string `json:"receipt"`
- Server int32 `json:"server"`
- TimeStamp int64 `json:"timeStamp"`
- ItemId int32 `json:"itemId"`
+ Server string `json:"server"`
+ TimeStamp string `json:"timeStamp"`
+ ItemId string `json:"itemId"`
Gm string `json:"gm"`
Token string `json:"token"`
}
@@ -90,125 +107,325 @@ type DepositResult struct {
Msg string `json:"msg"`
}
-func (o gameOrderImpl) AndroidDeposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error) {
- orderId := fmt.Sprintf("GM%v%v%v", req.Account, time.Now().UnixMilli(), rand.Int())
+func checkQuickMd5(nt_data string, sign string, md5Sign string) bool {
+ return md5Sign == fmt.Sprintf("%x", md5.Sum([]byte(nt_data+sign+internal.Md5key)))
+}
+func encryptData(code_data string) string {
+ dataArr := []rune(code_data)
+ keyArr := []byte(internal.CallbackKey)
+ keyLen := len(keyArr)
+
+ var tmpList []int
+
+ for index, value := range dataArr {
+ base := int(value)
+ dataString := base + int(0xFF&keyArr[index%keyLen])
+ tmpList = append(tmpList, dataString)
+ }
+
+ var str string
+
+ for _, value := range tmpList {
+ str += "@" + fmt.Sprintf("%d", value)
+ }
+ return str
+}
+
+var timeFormat = "2006-01-02 15:04:05"
+
+func (o gameOrderImpl) Deposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error) {
+ gmMessage := Recharge{}
+ //gmMessage.Server = fmt.Sprint(req.ServerId)
+ gmMessage.RechargeId = fmt.Sprint(req.DepositId)
+ //gmMessage.Channel = req.Channel
+
+ gmMessage.OrderNo = fmt.Sprintf("GM%v%v", req.Uid, time.Now().UnixMilli())
+ //gmMessage.OrderNo = fmt.Sprintf("GM%v%v%v", req.Uid, 11111111111, 22222)
+ if req.Count == 1 {
+ gmMessage.OrderNo = fmt.Sprintf("G2M%v%v", req.Uid, time.Now().UnixMilli())
+ }
+ gmMessage.PayTime = time.Now().Format(timeFormat)
+ gmMessage.Amount = fmt.Sprint(req.Amount)
+ gmMessage.Status = "SUCCESS"
+ unit, err := internal.GetUnit(ctx, req.Uid)
+ //uid, err := internal.GetIdToUid(ctx, req.Uid)
+ if err != nil {
+ log.Println("GetOrders 1 : ", req.Uid)
+ return nil, err
+ }
+ gmMessage.Server = fmt.Sprint(unit.Server)
+ gmMessage.Channel = unit.Channel
+ gmMessage.Uid = fmt.Sprint(unit.Uid)
recharge := AndroIdRecharge{}
- recharge.Server = req.ServerId
- recharge.RechargeId = req.DepositId
- recharge.CpOrderId = orderId
- recharge.OrderId = orderId
- recharge.Timestamp = time.Now().Unix()
- recharge.Account = req.Account
- if req.DepositId == 1001 {
- recharge.Amount = 6
- } else if req.DepositId == 1002 {
- recharge.Amount = 30
- } else if req.DepositId == 1003 {
- recharge.Amount = 68
- }
- js, err := json.Marshal(recharge)
- ip := internal.ServerConfig[0]["topServer"].(string)
- rs, err := g.Client().Post(ctx, ip+"/recharge", js)
- result := DepositResult{}
- err = json.Unmarshal(rs.ReadAll(), &result)
- if result.Status == 2 {
- err = nil
- return
+ data, _ := json.Marshal(gmMessage)
+ recharge.GmMessage = encryptData(string(data))
+ recharge.Md5Sign = fmt.Sprintf("%x", md5.Sum([]byte(recharge.GmMessage+internal.Md5key)))
+ fmt.Println("Deposit - json: ", string(data), recharge.Md5Sign)
+ url := "http://" + internal.RechargeServer + "/gmPay/notify"
+ rs, err := g.Client().Post(ctx, url, recharge)
+ if err != nil {
+ log.Println("Post 1 : ", req.Uid, url, gjson.MustEncodeString(recharge))
+ return nil, err
+ }
+
+ src := string(rs.ReadAll())
+ tmp, _ := gcharset.ToUTF8("UTF-8", src)
+ fmt.Println("Deposit - json: ", tmp)
+
+ go insertRechargeLog(ctx, gmMessage, tmp)
+ if tmp != "SUCCESS" {
+ g.Log().Info(ctx, " Deposit === DecodeToJson err ", req.Uid, err.Error())
+ return nil, errors.New(tmp)
}
- err = gerror.New(result.Msg)
+
return
}
-func (o gameOrderImpl) IosDeposit(ctx context.Context, req *game.OrderDepositReq) (res *game.OrderDepositRes, err error) {
- //orderId := "GM" + req.Account + time.Now().String() + strconv.Itoa(rand.Int())
- orderId := fmt.Sprintf("GM%v%v%v", req.Account, time.Now().UnixMilli(), rand.Int())
- recharge := IosRecharge{}
- recharge.OrderId = orderId
- recharge.Account = req.Account
- recharge.Receipt = "receipt"
- recharge.Server = req.ServerId
- recharge.TimeStamp = time.Now().Unix()
- recharge.ItemId = req.DepositId
- recharge.Gm = "3EAB9E4B6F9CB7255A27D2084D78C2FB"
- buf := fmt.Sprintf("%v%v%v%v%v%vdadf31fd9b66bd847609247800433e6c", recharge.OrderId, recharge.ItemId, recharge.Receipt, recharge.Server, recharge.TimeStamp, recharge.Account)
- m := md5.New()
- m.Write([]byte(buf))
- recharge.Token = hex.EncodeToString(m.Sum(nil))
- js, err := json.Marshal(recharge)
- ip := internal.ServerConfig[0]["topServer"].(string)
- rs, err := g.Client().Post(ctx, ip+"/recharge", js)
- result := DepositResult{}
- err = json.Unmarshal(rs.ReadAll(), &result)
- if result.Status == 2 {
- err = nil
- return
- }
- err = gerror.New(result.Msg)
+func insertRechargeLog(ctx context.Context, req Recharge, remark string) (err error) {
+ _, err = dao.GameRechargeLog.Ctx(ctx).Insert(&do.GameRechargeLog{
+ UnitId: req.Uid,
+ Channel: req.Channel,
+ Server: req.Server,
+ Amount: req.Amount,
+ Config: req.RechargeId,
+ TradeNo: req.OrderNo,
+ User: service.Context().GetLoginUser(ctx).UserName,
+ Remark: remark,
+ })
return
}
func (o gameOrderImpl) GetOrders(ctx context.Context, req *game.OrderSearchReq) (res *game.OrderSearchRes, err error) {
- account := req.Account
- role := new(entity.RoleDetail)
- res = new(game.OrderSearchRes)
- if req.SearchType == 1 { //账号+渠道查询
- if len(req.Channel) > 0 {
- account = req.Channel + "_" + account
+ if req.PageSize == 0 {
+ req.PageSize = 10
+ }
+ orderModel := dao.GameRecharge.Ctx(ctx)
+ if req.Account != "" {
+ uid, err := internal.AccountToUids(ctx, req.Account)
+ if err != nil {
+ return nil, err
}
- g.Try(ctx, func(ctx context.Context) {
- res.Orders, err = internal.GetOrdersByAccount(ctx, account)
- })
- } else if req.SearchType == 2 { //角色UID+区服
- role, err = internal.GetRoleDetail(ctx, req.Uid, req.ServerId)
+ orderModel = orderModel.Where(`unitId in (?) `, uid)
+ }
+ if req.Uid != 0 {
+ uid, err := internal.GetIdToUid(ctx, int64(req.Uid))
if err != nil {
- return
+ return nil, err
}
- account = role.Account
- g.Try(ctx, func(ctx context.Context) {
- res.Orders, err = internal.GetOrdersByAccount(ctx, account)
- })
- } else if req.SearchType == 3 { //时间段查询
- g.Try(ctx, func(ctx context.Context) {
- res.Orders, err = internal.GetOrdersByTime(ctx, req.LowTime, req.UpTime)
- })
- } else if req.SearchType == 4 { //时间段查询
- g.Try(ctx, func(ctx context.Context) {
- res.Orders, err = internal.GetOrdersByOrderId(ctx, req.OrderId)
- })
+ orderModel = orderModel.Where(`unitId=? `, uid)
+ }
+ if req.Channel != "" {
+ orderModel = orderModel.Where(`channel=?`, req.Channel)
+ }
+ if req.ExternalOrderId != "" {
+ orderModel = orderModel.Where(`externalTradeNo=?`, req.ExternalOrderId)
+ }
+ if req.OrderId != "" {
+ orderModel = orderModel.Where(`tradeNo=?`, req.OrderId)
+ }
+ if req.Status != 0 {
+ orderModel = orderModel.Where(`status=?`, req.Status)
}
+ res = new(game.OrderSearchRes)
+ res.Total, err = orderModel.Count()
+ if err != nil {
+ log.Println("GetOrdersBy", err.Error())
+ }
+
+ orderModel.Page(int(req.PageNum), int(req.PageSize)).OrderDesc("createTime").Scan(&res.Orders)
+ for k, v := range res.Orders {
+ res.Orders[k].StringId = fmt.Sprint(v.UnitId)
+ uid, _ := internal.GetIdToUid(ctx, v.UnitId)
+ res.Orders[k].Uid = int32(uid)
+ }
return
}
func (o gameOrderImpl) GetOrderCount(ctx context.Context, req *game.OrderCountReq) (res *game.OrderCountRes, err error) {
- filter := bson.M{}
-
- if req.Amount > 0 {
- switch req.CompareType {
- case 1:
- filter["money"] = req.Amount
- case 2:
- filter["money"] = bson.M{"$lte": req.Amount}
- case 3:
- filter["money"] = bson.M{"$lt": req.Amount}
- case 4:
- filter["money"] = bson.M{"$gt": req.Amount}
- case 5:
- filter["money"] = bson.M{"$gte": req.Amount}
- }
+ res = new(game.OrderCountRes)
+ sql := fmt.Sprintf(`select unitId,sum(amount) as amount,max(server) as server from game_recharge where 1=1 and status=2`)
+ if req.GM == 0 {
+ sql = fmt.Sprintf(`%s and tradeNo NOT LIKE 'GM%%'`, sql)
+ }
+ if req.Server != 0 {
+ sql = fmt.Sprintf(`%s and server=%d`, sql, req.Server)
}
- if req.Gender > 0 {
- filter["gender"] = req.Gender
+ sql = fmt.Sprintf(`%s group by unitId`, sql)
+
+ sql = fmt.Sprintf(`select u.account,r.unitId as id,r.amount as allMoney,r.server as serverId from (%s) as r inner join game_unit as u on u.uid=r.unitId where 1=1`, sql)
+ sql = internal.CompareSqlType(sql, req.Amount, "r.amount", req.CompareType)
+ res.Total, err = g.Model().Raw(sql).Count()
+ if err != nil {
+ log.Println("GetOrderCount 1 : ", err.Error())
+ return
+ }
+ err = g.Model().Raw(sql).Page(req.PageNo, req.PageSize).OrderAsc("u.account").Scan(&res.Orders)
+ if err != nil {
+ log.Println("GetOrderCount 2 : ", err.Error())
+ return
+ }
+ for k, v := range res.Orders {
+ if v.Id == 0 {
+ continue
+ }
+ res.Orders[k].StringId = fmt.Sprint(v.Id)
+ log.Println("GetOrderCount 31 : ", v.Id)
+ uid, err := internal.GetIdToUid(ctx, v.Id)
+ if err != nil {
+ log.Println("GetOrderCount 3 : ", v.Id, uid, err.Error())
+ continue
+ }
+ res.Orders[k].Uid = int32(uid)
}
- if req.LowAge >= 0 && req.UpAge > 0 {
- low := (time.Now().AddDate(-req.UpAge, 0, 0)).Unix()
- up := (time.Now().AddDate(-req.LowAge, 0, 0)).Unix()
- filter["bearTime"] = bson.M{"$gte": low, "$lte": up}
+ data, _ := json.Marshal(res.Orders)
+ log.Println("GetOrderCount 4 : ", string(data))
+ return
+}
+
+func (o gameOrderImpl) GetOrderLog(ctx context.Context, req *game.OrderLogReq) (res *game.OrderLogRes, err error) {
+ res = new(game.OrderLogRes)
+
+ g.Try(ctx, func(ctx context.Context) {
+ modelTotal := dao.GameRegister.Ctx(ctx)
+ if req.StartTime != 0 {
+ modelTotal = modelTotal.Where(`UNIX_TIMESTAMP(create_time)>?`, req.StartTime/1000)
+ }
+ if req.EndTime != 0 {
+ modelTotal = modelTotal.Where(`UNIX_TIMESTAMP(create_time)`, req.EndTime/1000)
+ }
+ if req.Channel != "" {
+ modelTotal = modelTotal.Where(`channel=?`, req.Channel)
+ }
+ modelTotal.Group("channel").FieldMax("channel", "channel").FieldCount("account", "totalAccount").Scan(&res.AccountTotal)
+
+ var sql = fmt.Sprintf("select max(r.channel) as channel, sum(r.amount) as amount, u.account from game_recharge as r inner join game_unit as u on u.uid=r.unitId where r.status=2 and r.tradeNo NOT LIKE 'GM%%' ")
+ if req.StartTime != 0 {
+ sql += fmt.Sprintf(` and UNIX_TIMESTAMP(r.createTime)>%d`, req.StartTime/1000)
+ }
+ if req.EndTime != 0 {
+ sql += fmt.Sprintf(` and UNIX_TIMESTAMP(r.createTime)<%d`, req.EndTime/1000)
+ }
+ if req.RechargeTotal > 0 {
+ sql = internal.CompareSqlType(sql, req.RechargeTotal, "r.amount", req.CompareType1)
+ }
+ if req.Channel != "" {
+ sql += fmt.Sprintf(` and r.channel="%s"`, req.Channel)
+ if req.ServerId != 0 {
+ sql += fmt.Sprintf(` and r.server=%d`, req.ServerId)
+ }
+ }
+ sql += fmt.Sprint(" group by u.account")
+
+ amountSql := fmt.Sprintf(`select max(a.channel) as channel, sum(a.amount) as totalAmount from (%s) as a WHERE 1=1 `, sql)
+ if req.RechargeMin > 0 {
+ amountSql = internal.CompareSqlType(amountSql, req.RechargeMin, "a.amount", req.CompareType)
+ }
+ amountSql += " group by a.channel"
+ g.Model().Raw(amountSql).Scan(&res.AmountTotal)
+
+ accountSql := fmt.Sprintf(`select max(a.channel) as channel, count(1) as totalAccount from (%s) as a WHERE 1=1 `, sql)
+ if req.RechargeMin > 0 {
+ accountSql = internal.CompareSqlType(accountSql, req.RechargeMin, "a.amount", req.CompareType)
+ }
+ accountSql += " group by a.channel"
+ g.Model().Raw(accountSql).Scan(&res.RechargeAccountTotal)
+
+ log.Printf("GetOrderLog: %v, %v, %v", res.AmountTotal, res.AccountTotal, res.RechargeAccountTotal)
+ })
+ return
+}
+
+func (o gameOrderImpl) GetOrderBehavior(ctx context.Context, req *game.OrderBehaviorReq) (res *game.OrderBehaviorRes, err error) {
+ res = new(game.OrderBehaviorRes)
+ if req.StartTime == "" {
+ return nil, errors.New("填写注册时间!")
}
+ g.Try(ctx, func(ctx context.Context) {
+ modelTotal := dao.GameRegister.Ctx(ctx)
+ modelTotal = modelTotal.Where(`STR_TO_DATE(create_time, "%Y-%m-%d")=?`, req.StartTime)
+ modelTotal.Fields("max(channel) as channel, count(1) as totalAccount").Group("channel").Scan(&res.Account)
+
+ sql := fmt.Sprintf(`select account from game_register where STR_TO_DATE(create_time, "%%Y-%%m-%%d")="%s"`, req.StartTime)
+ sql = fmt.Sprintf(`select u.account,u.uid from game_unit as u inner join (%s) as a on a.account=u.account`, sql)
+
+ amountSql := fmt.Sprintf(`select max(r.channel) as channel, sum(r.amount) as totalAmount, STR_TO_DATE(r.createTime, "%%Y-%%m-%%d") as createTime
+ from game_recharge as r inner join (%s) as c on c.uid=r.unitId where r.status=2 and r.tradeNo NOT LIKE 'GM%%' group by r.channel,STR_TO_DATE(r.createTime, "%%Y-%%m-%%d")`, sql)
+ g.Model().Raw(amountSql).Scan(&res.AmountList)
+ accountSql := fmt.Sprintf(`SELECT max( a.channel ) AS channel,count(a.account) as totalAccount,a.createTime as createTime
+FROM (SELECT max( r.channel ) AS channel, c.account AS account,min(STR_TO_DATE( r.createTime, "%%Y-%%m-%%d" )) AS createTime
+FROM game_recharge AS r INNER JOIN (%s) AS c ON c.uid = r.unitId WHERE r.STATUS = 2 AND r.tradeNo NOT LIKE 'GM%%' GROUP BY r.channel, c.account) as a
+GROUP BY a.channel,a.createTime`, sql)
+ g.Model().Raw(accountSql).Scan(&res.RechargeAccount)
+
+ log.Printf("GetOrderBehavior: %v, %v, %v", res.Account, res.RechargeAccount, res.AmountList)
+ })
+ return
+}
+
+func (o gameOrderImpl) GetRechargePer(ctx context.Context, req *game.RechargePerReq) (res *game.RechargePerRes, err error) {
+ res = new(game.RechargePerRes)
+ if req.StartTime == "" || req.EndTime == "" {
+ return nil, errors.New("填写注册时间!")
+ }
g.Try(ctx, func(ctx context.Context) {
- res.Orders, err = internal.GetOrderCount(ctx, filter, req.ServerId)
+ modelTotal := dao.GameRegister.Ctx(ctx)
+ modelTotal = modelTotal.Where(`tradeNo NOT LIKE 'GM%'`).Where(`STR_TO_DATE(create_time, "%Y-%m-%d")>=?`, req.StartTime).Where(`STR_TO_DATE(create_time, "%Y-%m-%d")<=?`, req.EndTime)
+ modelTotal.Fields("max(channel) as channel, count(1) as totalAccount, STR_TO_DATE(create_time, \"%Y-%m-%d\") as createTime").Group("channel,STR_TO_DATE(create_time, \"%Y-%m-%d\")").Scan(&res.Account)
+
+ sql := fmt.Sprintf(`select account,STR_TO_DATE(create_time, "%%Y-%%m-%%d") as createTime from game_register where STR_TO_DATE(create_time, "%%Y-%%m-%%d")>="%s" and STR_TO_DATE(create_time, "%%Y-%%m-%%d")<="%s"`, req.StartTime, req.EndTime)
+ sql = fmt.Sprintf(`select u.account,u.uid,a.createTime from game_unit as u inner join (%s) as a on a.account=u.account`, sql)
+ accountSql := fmt.Sprintf(`select max(r.channel) as channel, count(DISTINCT c.account) as totalAccount, c.createTime
+ from game_recharge as r inner join (%s) as c on c.uid=r.unitId where status=2 and tradeNo NOT LIKE 'GM%%' group by r.channel,c.createTime`, sql)
+ g.Model().Raw(accountSql).Scan(&res.RechargeAccount)
+
+ log.Printf("GetOrderBehavior: %v, %v", res.Account, res.RechargeAccount)
})
+ return
+}
+
+func (o gameOrderImpl) GameRechargeControl(ctx context.Context, req *game.RechargeControlReq) (res *game.RechargeControlRes, err error) {
+ res = new(game.RechargeControlRes)
+ model := dao.GameRechargeControl.Ctx(ctx)
+ var list []*entity.GameRechargeControl
+ model.Where("channel=?", req.Channel).Scan(&list)
+ if len(list) == 0 {
+ res.State = 1
+ }
+ return
+}
+
+func (o gameOrderImpl) GetRechargeControl(ctx context.Context, req *game.GetRechargeControlReq) (res *game.GetRechargeControlRes, err error) {
+ res = new(game.GetRechargeControlRes)
+ dao.GameRechargeControl.Ctx(ctx).Scan(&res.Control)
return
}
+
+func (o gameOrderImpl) AddRechargeControl(ctx context.Context, req *game.AddRechargeControlReq) (res *game.AddRechargeControlRes, err error) {
+ res = new(game.AddRechargeControlRes)
+ _, err = dao.GameRechargeControl.Ctx(ctx).Insert(do.GameRechargeControl{Channel: req.Channel})
+ return
+}
+
+func (o gameOrderImpl) DeleteRechargeControl(ctx context.Context, req *game.DeleteRechargeControlReq) (res *game.DeleteRechargeControlRes, err error) {
+ res = new(game.DeleteRechargeControlRes)
+ _, err = dao.GameRechargeControl.Ctx(ctx).Where("channel=?", req.Channel).Delete()
+ return
+}
+
+func (o gameOrderImpl) ChangeOrderState(ctx context.Context, req *game.ChangeOrderStateReq) (res *game.ChangeOrderStateRes, err error) {
+ res = new(game.ChangeOrderStateRes)
+ update := g.Map{
+ dao.GameRecharge.Columns().Status: req.State,
+ }
+ if req.Remark != "" {
+ update[dao.GameRecharge.Columns().Remark] = req.Remark
+ }
+ _, err = dao.GameRecharge.Ctx(ctx).Where(dao.GameRecharge.Columns().TradeNo, req.Order).Update(update)
+ if err == nil {
+ res.ResData = 1
+ }
+ return
+}
diff --git a/internal/serviceGame/prop_exchange.go b/internal/serviceGame/prop_exchange.go
new file mode 100644
index 0000000..ae6336a
--- /dev/null
+++ b/internal/serviceGame/prop_exchange.go
@@ -0,0 +1,49 @@
+package serviceGame
+
+import (
+ "context"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGamePropExchange interface {
+ Get(ctx context.Context, req *game.GetPropExchangeReq) (res *game.GetPropExchangeRes, err error)
+ Update(ctx context.Context, req *game.UpdatePropExchangeReq) (res *game.UpdatePropExchangeRes, err error)
+ Insert(ctx context.Context, req *game.InsertPropExchangeReq) (res *game.InsertPropExchangeRes, err error)
+ Check(ctx context.Context, req *game.CheckPropExchangeReq) (res *game.CheckPropExchangeRes, err error)
+}
+
+type gamePropExchangeImpl struct {
+}
+
+var gamePropExchangeService = gamePropExchangeImpl{}
+
+func GamePropExchange() IGamePropExchange {
+ return &gamePropExchangeService
+}
+
+func (g *gamePropExchangeImpl) Get(ctx context.Context, req *game.GetPropExchangeReq) (res *game.GetPropExchangeRes, err error) {
+ res = new(game.GetPropExchangeRes)
+ res.PropExchange, err = internal.GetPropExchange(ctx, req.Year, req.Id)
+ log.Print("res.PropExchange: ", res.PropExchange)
+ return
+}
+
+func (g *gamePropExchangeImpl) Update(ctx context.Context, req *game.UpdatePropExchangeReq) (res *game.UpdatePropExchangeRes, err error) {
+ err = internal.UpdatePropExchange(ctx, req.PropExchange)
+ log.Print("UpdatePropExchange", err)
+ return
+}
+
+func (g *gamePropExchangeImpl) Insert(ctx context.Context, req *game.InsertPropExchangeReq) (res *game.InsertPropExchangeRes, err error) {
+ err = internal.InsertPropExchange(ctx, req.PropExchange)
+ //log.Print("insertPropExchange", err)
+ return
+}
+
+func (g *gamePropExchangeImpl) Check(ctx context.Context, req *game.CheckPropExchangeReq) (res *game.CheckPropExchangeRes, err error) {
+ res = new(game.CheckPropExchangeRes)
+ res.PropExchange, err = internal.CheckPropExchange(ctx, req.PropExchange)
+ return
+}
diff --git a/internal/serviceGame/pub.go b/internal/serviceGame/pub.go
new file mode 100644
index 0000000..e03c24e
--- /dev/null
+++ b/internal/serviceGame/pub.go
@@ -0,0 +1,96 @@
+package serviceGame
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGamePub interface {
+ GetId(ctx context.Context, req *game.GetOutIdReq) (res *game.GetOutIdRes, err error)
+ LoginOut(ctx context.Context, req *game.LoginOutReq) (res *game.LoginOutRes, err error)
+ ItemRecord(ctx context.Context, req *game.ItemRecordReq) (res *game.ItemRecordRes, err error)
+ ShopRecords(ctx context.Context, req *game.ShopRecordReq) (res *game.ShopRecordRes, err error)
+ GetAuditMode(ctx context.Context, req *game.GetAuditModeReq) (res *game.GetAuditModeRes, err error)
+ SetOpenId(ctx context.Context, req *game.SetOpenIdReq) (res *game.SetOpenIdRes, err error)
+ GetOpenId(ctx context.Context, req *game.GetOpenIdReq) (res *game.GetOpenIdRes, err error)
+}
+
+type gamePubImpl struct {
+}
+
+var gamePubService = gamePubImpl{}
+
+func GamePub() IGamePub {
+ return &gamePubService
+}
+
+func (c *gamePubImpl) GetId(ctx context.Context, req *game.GetOutIdReq) (res *game.GetOutIdRes, err error) {
+ //ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("ip: ", ip)
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.GetOutIdRes)
+ res.Id, err = internal.GetIdToUid(ctx, req.Uid)
+ if res.Id > 0 {
+ return
+ }
+ res.Id, err = internal.GetIdIncrease(ctx)
+ internal.AddIdToUid(ctx, res.Id, req.Uid)
+ return
+ })
+ return
+}
+
+func (c *gamePubImpl) LoginOut(ctx context.Context, req *game.LoginOutReq) (res *game.LoginOutRes, err error) {
+ //ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("ip: ", ip)
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.LoginOutRes)
+ res, err = internal.LoginOut(ctx, req)
+ return
+ })
+ return
+}
+
+func (c *gamePubImpl) ItemRecord(ctx context.Context, req *game.ItemRecordReq) (res *game.ItemRecordRes, err error) {
+ //ip := libUtils.GetClientIp(ctx)
+ //fmt.Println("ip: ", ip)
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.ItemRecordRes)
+ res, err = internal.ItemIncomeExpenseRecords(ctx, req)
+ return
+ })
+ return
+}
+
+func (c *gamePubImpl) ShopRecords(ctx context.Context, req *game.ShopRecordReq) (res *game.ShopRecordRes, err error) {
+ res, err = internal.ShopRecords(ctx, req)
+ return
+}
+
+func (c *gamePubImpl) GetAuditMode(ctx context.Context, req *game.GetAuditModeReq) (res *game.GetAuditModeRes, err error) {
+ res = new(game.GetAuditModeRes)
+
+ //if 1 == internal.GetEnableHotfix(ctx, req.Channel) {
+ // res.AuditMode = 1
+ //}
+ return
+}
+
+func (c *gamePubImpl) SetOpenId(ctx context.Context, req *game.SetOpenIdReq) (res *game.SetOpenIdRes, err error) {
+ res = new(game.SetOpenIdRes)
+ if req.InitUnit == 2 {
+ res, err = internal.SetOpenId(ctx, req)
+ } else if req.InitUnit == 1 {
+ internal.SetUid(ctx)
+ }
+ return
+}
+
+func (c *gamePubImpl) GetOpenId(ctx context.Context, req *game.GetOpenIdReq) (res *game.GetOpenIdRes, err error) {
+ res = new(game.GetOpenIdRes)
+ res.State, err = internal.GetOpenId(ctx, req)
+ //res.State = 1
+ return
+}
diff --git a/internal/serviceGame/rank.go b/internal/serviceGame/rank.go
new file mode 100644
index 0000000..bf7ca8a
--- /dev/null
+++ b/internal/serviceGame/rank.go
@@ -0,0 +1,86 @@
+package serviceGame
+
+import (
+ "context"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameRank interface {
+ Get(ctx context.Context, req *game.GetRankReq) (res *game.GetRankRes, err error)
+ Update(ctx context.Context, req *game.UpdateRankReq) (res *game.UpdateRankRes, err error)
+ Insert(ctx context.Context, req *game.InsertRankReq) (res *game.InsertRankRes, err error)
+ Del(ctx context.Context, req *game.DelRankReq) (res *game.DelRankRes, err error)
+ Check(ctx context.Context, req *game.CheckRankReq) (res *game.CheckRankRes, err error)
+ GetAward(ctx context.Context, req *game.GetRankAwardReq) (res *game.GetRankAwardRes, err error)
+ UpdateAward(ctx context.Context, req *game.UpdateRankAwardReq) (res *game.UpdateRankAwardRes, err error)
+ InsertAward(ctx context.Context, req *game.InsertRankAwardReq) (res *game.InsertRankAwardRes, err error)
+ AddRankGroup(ctx context.Context, req *game.AddRankGroupReq) (res *game.AddRankGroupRes, err error)
+}
+
+type gameRankImpl struct {
+}
+
+var gameRankService = gameRankImpl{}
+
+func GameRank() IGameRank {
+ return &gameRankService
+}
+
+func (g *gameRankImpl) GetAward(ctx context.Context, req *game.GetRankAwardReq) (res *game.GetRankAwardRes, err error) {
+ res = new(game.GetRankAwardRes)
+ res.RankAward, err = internal.GetRankAward(ctx, req.Id, req.Type)
+ log.Print("GetRankAward ", res)
+ return
+}
+
+func (g *gameRankImpl) UpdateAward(ctx context.Context, req *game.UpdateRankAwardReq) (res *game.UpdateRankAwardRes, err error) {
+ err = internal.UpdateRankAward(ctx, req.RankAward)
+ log.Print("UpdateRankAward", err)
+ return
+}
+
+func (g *gameRankImpl) InsertAward(ctx context.Context, req *game.InsertRankAwardReq) (res *game.InsertRankAwardRes, err error) {
+ err = internal.InsertRankAward(ctx, req.RankAward)
+ log.Print("InsertRankAward", err)
+ return
+}
+
+func (g *gameRankImpl) Get(ctx context.Context, req *game.GetRankReq) (res *game.GetRankRes, err error) {
+ res, err = internal.GetRank(ctx, req)
+ log.Print("GetRankAward ", res)
+ return
+}
+
+func (g *gameRankImpl) Update(ctx context.Context, req *game.UpdateRankReq) (res *game.UpdateRankRes, err error) {
+ err = internal.UpdateRank(ctx, req.Rank)
+ log.Print("UpdateRankAward", err)
+ return
+}
+
+func (g *gameRankImpl) Insert(ctx context.Context, req *game.InsertRankReq) (res *game.InsertRankRes, err error) {
+ err = internal.InsertRank(ctx, req.Rank)
+ log.Print("InsertRank", err)
+ return
+}
+
+func (g *gameRankImpl) Del(ctx context.Context, req *game.DelRankReq) (res *game.DelRankRes, err error) {
+ err = internal.DelRank(ctx, req.Rank)
+ log.Print("InsertRank", err)
+ return
+}
+
+func (g *gameRankImpl) Check(ctx context.Context, req *game.CheckRankReq) (res *game.CheckRankRes, err error) {
+ res = new(game.CheckRankRes)
+ res.Rank, res.StringId, err = internal.CheckRank(ctx, req.Rank)
+ log.Print("InsertRank", err)
+ return
+}
+
+func (g *gameRankImpl) AddRankGroup(ctx context.Context, req *game.AddRankGroupReq) (res *game.AddRankGroupRes, err error) {
+ res = new(game.AddRankGroupRes)
+ res, err = internal.AddRankGroup(ctx, req)
+ log.Print("InsertRank", err)
+ return
+}
diff --git a/internal/serviceGame/rechangeRebate.go b/internal/serviceGame/rechangeRebate.go
new file mode 100644
index 0000000..bd857b9
--- /dev/null
+++ b/internal/serviceGame/rechangeRebate.go
@@ -0,0 +1,39 @@
+package serviceGame
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/serviceGame/internal"
+)
+
+type IGameRebate interface {
+ CheckRebate(ctx context.Context, req *game.CheckRebateReq) (res *game.CheckRebateRes, err error)
+ GetRechargeValue(ctx context.Context, req *game.GetRechargeValueReq) (res *game.GetRechargeValueRes, err error)
+}
+
+type gameRebateImpl struct {
+}
+
+var gameRebateService = gameRebateImpl{}
+
+func GameRebate() IGameRebate {
+ return &gameRebateService
+}
+
+func (c *gameRebateImpl) CheckRebate(ctx context.Context, req *game.CheckRebateReq) (res *game.CheckRebateRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameRebateImpl---CheckRebate: s: ", req)
+ res, err = internal.CheckRebate(ctx, req)
+ })
+ return
+}
+
+func (c *gameRebateImpl) GetRechargeValue(ctx context.Context, req *game.GetRechargeValueReq) (res *game.GetRechargeValueRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ log.Println("gameRebateImpl---GetRechargeValue: s: ", req)
+ res, err = internal.GetRechargeValue(ctx, req)
+ })
+ return
+}
diff --git a/internal/serviceGame/version.go b/internal/serviceGame/version.go
new file mode 100644
index 0000000..ed87105
--- /dev/null
+++ b/internal/serviceGame/version.go
@@ -0,0 +1,94 @@
+package serviceGame
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/dao"
+ "tyj_admin/internal/model/do"
+ "tyj_admin/internal/model/entity"
+ "tyj_admin/library/liberr"
+)
+
+type IGameVersion interface {
+ Get(ctx context.Context, req *game.GetVersionReq) (res *game.GetVersionRes, err error)
+ Update(ctx context.Context, req *game.UpdateVersionReq) (res *game.UpdateVersionRes, err error)
+ Del(ctx context.Context, req *game.DelVersionReq) (res *game.DelVersionRes, err error)
+ GetVersion(ctx context.Context, channel string) (res string)
+}
+
+type gameVersionImpl struct {
+}
+
+var gameVersionService = gameVersionImpl{}
+
+func GameVersion() IGameVersion {
+ return &gameVersionService
+}
+func (c *gameVersionImpl) Get(ctx context.Context, req *game.GetVersionReq) (res *game.GetVersionRes, err error) {
+ fmt.Println("GetVersionReq: ", req)
+ res = new(game.GetVersionRes)
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameVersion.Ctx(ctx)
+ res.Total, err = model.Count()
+ model = model.Page(req.PageNum, req.PageSize)
+ err = model.Scan(&res.Version)
+
+ fmt.Printf("GetVersionReq: %j", res)
+ })
+ return
+}
+
+func (c *gameVersionImpl) Update(ctx context.Context, req *game.UpdateVersionReq) (res *game.UpdateVersionRes, err error) {
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameVersion.Ctx(ctx)
+ model = model.Where("channel=? ", req.Channel)
+ var noticeList []*entity.GameVersion
+ err = model.Scan(¬iceList)
+ if err != nil {
+ return
+ }
+ if len(noticeList) > 0 {
+ model = dao.GameVersion.Ctx(ctx)
+ _, err = model.Where("id=", noticeList[0].Id).Data(&do.GameVersion{Channel: req.Channel, Version: req.Version}).Update()
+ } else {
+ model = dao.GameVersion.Ctx(ctx)
+ _, err = model.Insert(&do.GameVersion{Channel: req.Channel, Version: req.Version})
+ }
+ })
+ return
+}
+
+func (c *gameVersionImpl) Del(ctx context.Context, req *game.DelVersionReq) (res *game.DelVersionRes, err error) {
+ err = g.Try(ctx, func(ctx context.Context) {
+ if req.Id == 0 {
+ liberr.ErrIsNil(ctx, err, "错误的id")
+ return
+ }
+ _, e := dao.GameVersion.Ctx(ctx).Where("id=", req.Id).Delete()
+ if e != nil {
+ liberr.ErrIsNil(ctx, e, "删除通知失败")
+ return
+ }
+
+ })
+ return
+}
+
+func (c *gameVersionImpl) GetVersion(ctx context.Context, channel string) (res string) {
+ g.Try(ctx, func(ctx context.Context) {
+ model := dao.GameVersion.Ctx(ctx)
+ model = model.Where("channel=? ", channel)
+ var noticeList []*entity.GameVersion
+ _ = model.Scan(¬iceList)
+ var count = len(noticeList)
+ if count == 0 {
+ model = dao.GameVersion.Ctx(ctx)
+ model = model.Where("channel=? ", "")
+ _ = model.Scan(¬iceList)
+ }
+ res = noticeList[0].Version
+ })
+ return
+}
diff --git a/internal/serviceGame/whiteList.go b/internal/serviceGame/whiteList.go
new file mode 100644
index 0000000..1995c05
--- /dev/null
+++ b/internal/serviceGame/whiteList.go
@@ -0,0 +1,93 @@
+package serviceGame
+
+import (
+ "context"
+ "github.com/gogf/gf/v2/frame/g"
+ "tyj_admin/api/v1/game"
+ "tyj_admin/internal/consts"
+ "tyj_admin/internal/serviceGame/internal"
+ "tyj_admin/utils"
+)
+
+type IGameWhiteList interface {
+ Get(ctx context.Context, req *game.GetListWhiteListReq) (res *game.GetListWhiteListRes, err error)
+ Update(ctx context.Context, req *game.UpdateWhiteListReq) (res *game.UpdateWhiteListRes, err error)
+ Del(ctx context.Context, req *game.DelWhiteListReq) (res *game.DelWhiteListRes, err error)
+ GetWhiteState(ctx context.Context, ip string) (res int)
+ GetWhiteList(ctx context.Context) (res *game.WhiteListRes)
+}
+
+type gameWhiteListImpl struct {
+}
+
+var gameWhiteListService = gameWhiteListImpl{}
+
+func GameWhiteList() IGameWhiteList {
+ return &gameWhiteListService
+}
+func (c *gameWhiteListImpl) Get(ctx context.Context, req *game.GetListWhiteListReq) (res *game.GetListWhiteListRes, err error) {
+ //fmt.Println("GetWhiteListReq: ", req)
+ g.Try(ctx, func(ctx context.Context) {
+ res, err = internal.GetWhiteListByPage(ctx, req)
+ })
+ return
+}
+
+func (c *gameWhiteListImpl) Update(ctx context.Context, req *game.UpdateWhiteListReq) (res *game.UpdateWhiteListRes, err error) {
+ //fmt.Println("UpdateWhiteListReq: ", req)
+ g.Try(ctx, func(ctx context.Context) {
+ res, err = internal.UpdateWhiteList(ctx, req)
+ if err != nil {
+ panic(err)
+ }
+ })
+ return
+}
+
+func (c *gameWhiteListImpl) Del(ctx context.Context, req *game.DelWhiteListReq) (res *game.DelWhiteListRes, err error) {
+ //fmt.Println("DelWhiteListReq: ", req)
+ err = g.Try(ctx, func(ctx context.Context) {
+ res, err = internal.DelWhiteList(ctx, req)
+ if err != nil {
+ panic(err)
+ }
+ })
+ return
+}
+
+func (c *gameWhiteListImpl) GetWhiteState(ctx context.Context, ip string) (res int) {
+ g.Try(ctx, func(ctx context.Context) {
+ list, err := internal.GetWhiteList(ctx)
+ //model := dao.GameWhiteList.Ctx(ctx)
+ //model = model.Where("ip=? ", req.Ip)
+ //var list []*entity.GameWhiteList
+ //err := model.Scan(&list)
+ //if err != nil {
+ // panic(err)
+ //}
+ //lock, err := internal.GetWhiteLock(ctx)
+ if err != nil {
+ panic(err)
+ }
+
+ //fmt.Println("AddCCD ---》 ip: ", lock)
+ if utils.ContainsWhiteList(list, ip) {
+ res = consts.White_List_Belong
+ return
+ }
+ res = consts.White_List_Not_In
+ return
+ })
+ return res
+}
+
+func (c *gameWhiteListImpl) GetWhiteList(ctx context.Context) (res *game.WhiteListRes) {
+ g.Try(ctx, func(ctx context.Context) {
+ res = new(game.WhiteListRes)
+ list, _ := internal.GetWhiteList(ctx)
+ for _, v := range list {
+ res.WhiteList = append(res.WhiteList, v.Ip)
+ }
+ })
+ return
+}
diff --git a/library/libUtils/utils.go b/library/libUtils/utils.go
index 5cb3d8e..8657cc6 100644
--- a/library/libUtils/utils.go
+++ b/library/libUtils/utils.go
@@ -148,7 +148,7 @@ func MkDir(src string) error {
return nil
}
-//获取文件后缀
+// 获取文件后缀
func GetExt(fileName string) string {
return path.Ext(fileName)
}
diff --git a/main.go b/main.go
index 5cd8bf3..1077e46 100644
--- a/main.go
+++ b/main.go
@@ -2,6 +2,7 @@ package main
import (
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
+ //_ "github.com/gogf/gf/contrib/nosql/redis/v2"
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gctx"
"github.com/gogf/gf/v2/os/glog"
diff --git a/manifest/config/config.yaml.bak b/manifest/config/config.yaml.bak
index fb126ee..40eef81 100644
--- a/manifest/config/config.yaml.bak
+++ b/manifest/config/config.yaml.bak
@@ -58,6 +58,7 @@ redis:
db: 1
idleTimeout: 600
maxActive: 100
+ pass: 123456
system:
notCheckAuthAdminIds: [1,2,31] #无需验证后台权限的用户id
diff --git a/test.go b/test.go
new file mode 100644
index 0000000..bfd9319
--- /dev/null
+++ b/test.go
@@ -0,0 +1,275 @@
+package main
+
+import (
+ "bytes"
+ "context"
+ "encoding/json"
+ "fmt"
+ "github.com/go-redis/redis/v8"
+ "github.com/gogf/gf/v2/encoding/gjson"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "os"
+ "os/exec"
+ "strings"
+ "time"
+)
+
+const redisAdress = "119.29.144.246:4114"
+const redisPass = "peach"
+
+const linkAccount = "mongodb://root:peach123@192.168.2.100:27017/PeachValley"
+const link = "mongodb://127.0.0.1:27017/PeachValley"
+
+const notAccount = false
+
+func main() {
+ //fmt.Println("参数: ", len(os.Args))
+ var model string
+
+ fmt.Print("下载账号数据输入 1 , 替换账号数据输入 2 : ")
+ _, err := fmt.Scan(&model) // 读取输入并赋值给变量
+ if err != nil {
+ fmt.Println("输入错误:", err)
+ return
+ }
+
+ ctx := context.Background()
+ rdb := redis.NewClient(&redis.Options{
+ Addr: redisAdress,
+ DialTimeout: 10 * time.Second,
+ ReadTimeout: 30 * time.Second,
+ WriteTimeout: 30 * time.Second,
+ PoolSize: 10,
+ PoolTimeout: 30 * time.Second,
+ Password: redisPass,
+ })
+
+ if model == "1" {
+ fmt.Printf("%s准备复制账号信息: \n", model)
+ copyUnit(ctx, rdb)
+ } else {
+ fmt.Printf("%s准备替换账号信息: \n", model)
+ updateUnit(ctx, rdb)
+ }
+ ticker := time.NewTicker(1 * time.Second)
+ defer ticker.Stop()
+
+ fmt.Println("程序仍在运行...(输入 'ctrl-c' 退出)")
+ for {
+ select {
+ case <-ticker.C:
+ // 这里可以添加条件检查(如读取文件、网络请求等)
+ default:
+ // 非阻塞检查用户输入(需配合 goroutine)
+ }
+ }
+}
+
+func copyUnit(ctx context.Context, rdb *redis.Client) {
+ var destUid string
+ fmt.Print("输入需要复制的uid: ")
+ _, err := fmt.Scan(&destUid) // 读取输入并赋值给变量
+ if err != nil {
+ fmt.Println("输入错误:", err)
+ return
+ }
+
+ fmt.Printf("正在复制账号: %s\n", destUid)
+ rdb.Do(ctx, "select", 0)
+ destId, err := rdb.HGet(ctx, "public_id_for_uid", fmt.Sprint(destUid)).Result()
+ if err != nil {
+ fmt.Println("public_id_for_uid: err", err)
+ return
+ }
+ if destId == "" {
+ fmt.Println("public_id_for_uid: value is nil")
+ return
+ }
+ filename := "Unit.json"
+ storeFilename := "StoreComponent.json"
+ userDir := "./" + filename
+ storeDir := "./" + storeFilename
+ name := "mongoexport"
+ args := []string{}
+ args1 := []string{}
+ if notAccount {
+ args = append(args, fmt.Sprintf("--uri=\"%s\"", link))
+ args1 = append(args1, fmt.Sprintf("--uri=\"%s\"", link))
+ } else {
+ args = append(args, fmt.Sprintf("--uri=\"%s\"", linkAccount))
+ args = append(args, "--authenticationDatabase=admin")
+ args1 = append(args1, fmt.Sprintf("--uri=\"%s\"", linkAccount))
+ args1 = append(args1, "--authenticationDatabase=admin")
+ }
+
+ args = append(args, "--collection=Unit")
+ args = append(args, "--jsonArray")
+ args = append(args, fmt.Sprintf("--out=\"%s\"", userDir))
+ args = append(args, fmt.Sprintf("--query=\"{\\\"UniqueId\\\":%s}\"", destUid))
+ args = append(args, "--jsonFormat=canonical")
+ args = append(args, "--type=json")
+ args1 = append(args1, "--collection=StoreComponent")
+ args1 = append(args1, "--jsonArray")
+ args1 = append(args1, fmt.Sprintf("--out=\"%s\"", storeDir))
+ args1 = append(args1, fmt.Sprintf("--query=\"{\\\"_id\\\":%s}\"", destId))
+ args1 = append(args1, "--jsonFormat=canonical")
+ args1 = append(args1, "--type=json")
+
+ cmdCommand(ctx, name, args...)
+ cmdCommand(ctx, name, args1...)
+}
+
+func updateUnit(ctx context.Context, rdb *redis.Client) {
+ var filename string
+ var storeFilename string
+ var destUid string
+ fmt.Print("输入需要修改的uid: ")
+ _, err := fmt.Scan(&destUid) // 读取输入并赋值给变量
+ if err != nil {
+ fmt.Println("输入错误:", err)
+ return
+ }
+ fmt.Print("输入需要复制的unit文件名(需加后缀): ")
+ _, err = fmt.Scan(&filename) // 读取输入并赋值给变量
+ if err != nil {
+ fmt.Println("输入错误:", err)
+
+ return
+ }
+ fmt.Printf("正在复制账号: %s\n", filename)
+ fmt.Print("输入需要复制的store文件名(需加后缀): ")
+ _, err = fmt.Scan(&storeFilename) // 读取输入并赋值给变量
+ if err != nil {
+ fmt.Println("输入错误:", err)
+ return
+ }
+ fmt.Printf("正在复制账号: %s\n", storeFilename)
+ fmt.Printf("现在修改账号: %s\n", destUid)
+ destId, err := rdb.HGet(ctx, "public_id_for_uid", fmt.Sprint(destUid)).Result()
+ if err != nil {
+ fmt.Println("public_id_for_uid: err", err)
+ return
+ }
+ if destId == "" {
+ fmt.Println("public_id_for_uid: value is nil")
+ return
+ }
+ userDir := "./Unit" + fmt.Sprint(destId) + ".json"
+ srcUserDir := "./" + filename
+
+ writeByte, err1 := os.ReadFile(srcUserDir)
+ if err1 != nil {
+ return
+ }
+
+ srcUid := ""
+ srcId := ""
+ var v1 map[string]interface{}
+ if strings.HasPrefix(string(writeByte), "[") {
+ user := []interface{}{}
+ json.Unmarshal(writeByte, &user)
+ v1 = user[0].(map[string]interface{})
+ } else {
+ json.Unmarshal(writeByte, &v1)
+ }
+
+ if _, ok := v1["UniqueId"]; ok {
+ UniqueId := v1["UniqueId"].(map[string]interface{})
+ srcUid = fmt.Sprint(UniqueId["$numberInt"])
+ }
+ if _, ok := v1["_id"]; ok {
+ UniqueId := v1["_id"].(map[string]interface{})
+ srcId = fmt.Sprint(UniqueId["$numberLong"])
+ }
+
+ userStoreDir := "./StoreComponent" + fmt.Sprint(destUid) + ".json"
+ srcStoreDir := "./" + storeFilename
+ writeStoreByte, err1 := os.ReadFile(srcStoreDir)
+ if err1 != nil {
+ return
+ }
+
+ var v2 map[string]interface{}
+ if strings.HasPrefix(string(writeStoreByte), "[") {
+ user := []interface{}{}
+ json.Unmarshal(writeStoreByte, &user)
+ v2 = user[0].(map[string]interface{})
+ } else {
+ json.Unmarshal(writeStoreByte, &v2)
+ }
+
+ //log.Printf("copyUnit string(writeByte): %s ", string(writeByte))
+ log.Printf("copyUnit srcid: %s, uid: %s, destid: %s, uid: %s", srcId, srcUid, destId, destUid)
+ //log.Printf("copyUnit string(writeByte): %s ", gjson.MustEncodeString(user))
+ if srcId == "" || srcUid == "" {
+ return
+ }
+ writeUnitString := strings.ReplaceAll(gjson.MustEncodeString(v1), srcId, fmt.Sprint(destId))
+ writeStoreString := strings.ReplaceAll(gjson.MustEncodeString(v2), srcId, fmt.Sprint(destId))
+ //log.Printf("copyUnit writeString: %s,", writeString)
+ writeUnitString = ReplaceLastOccurrence(writeUnitString, srcUid, fmt.Sprint(destUid))
+ //log.Printf("copyUnit writeString: %s,", writeString)
+ if err = os.WriteFile(userDir, []byte(writeUnitString), 0666); err != nil {
+ log.Println(err)
+ return
+ }
+ if err = os.WriteFile(userStoreDir, []byte(writeStoreString), 0666); err != nil {
+ log.Println(err)
+ return
+ }
+ name := "mongoimport"
+
+ args := []string{}
+ args1 := []string{}
+ if notAccount {
+ args = append(args, fmt.Sprintf("--uri=\"%s\"", link))
+ args1 = append(args1, fmt.Sprintf("--uri=\"%s\"", link))
+ } else {
+ args = append(args, fmt.Sprintf("--uri=\"%s\"", linkAccount))
+ args = append(args, "--authenticationDatabase=admin")
+ args1 = append(args1, fmt.Sprintf("--uri=\"%s\"", linkAccount))
+ args1 = append(args1, "--authenticationDatabase=admin")
+ }
+
+ args = append(args, "--collection=Unit")
+ args = append(args, fmt.Sprintf("--file=\"%s\"", userDir))
+ args = append(args, "--type=json")
+ args = append(args, "--mode=upsert")
+ args1 = append(args1, "--collection=StoreComponent")
+ args1 = append(args1, fmt.Sprintf("--file=\"%s\"", userStoreDir))
+ args1 = append(args1, "--type=json")
+ args1 = append(args1, "--mode=upsert")
+
+ cmdCommand(ctx, name, args...)
+ cmdCommand(ctx, name, args1...)
+ cmdCommand(ctx, "del", userDir)
+ cmdCommand(ctx, "del", userStoreDir)
+
+ fmt.Println("CopyUnit GetRoleDelta", destId)
+}
+
+func cmdCommand(ctx context.Context, name string, args ...string) {
+ g.Try(ctx, func(ctx context.Context) {
+ cmd := exec.Command(name, args...)
+ var stdout, stderr bytes.Buffer
+ cmd.Stdout = &stdout // 标准输出
+ cmd.Stderr = &stderr // 标准错误
+ err := cmd.Run()
+ if err != nil {
+ log.Printf("cmd.Run() failed with %s\n", err)
+ return
+ }
+ outStr, errStr := string(stdout.Bytes()), string(stderr.Bytes())
+ fmt.Printf("out:\n%s\nerr:\n%s\n", outStr, errStr)
+ })
+}
+
+// ReplaceLastOccurrence 替换最后一个匹配的子字符串
+func ReplaceLastOccurrence(s, oldStr, newStr string) string {
+ lastIndex := strings.LastIndex(s, oldStr)
+ if lastIndex == -1 {
+ return s // 未找到,直接返回原字符串
+ }
+ return s[:lastIndex] + newStr + s[lastIndex+len(oldStr):]
+}
diff --git a/testCdKey.go b/testCdKey.go
new file mode 100644
index 0000000..7a39da3
--- /dev/null
+++ b/testCdKey.go
@@ -0,0 +1,128 @@
+package main
+
+import (
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/os/gctx"
+ "log"
+ "math"
+ "math/rand"
+ "strconv"
+ "strings"
+ "time"
+)
+
+func checkOne(ctx context.Context, result string, value string) bool {
+ log.Println("checkOne: ", result, value)
+ if strings.Contains(result, value) {
+ return true
+ }
+
+ //var res []entity.GameCdKey
+ //err := dao.GameCdKey.Ctx(ctx).Where("code=?", value).Scan(&res)
+ //if err != nil || (res != nil && res[0].Id > -1) {
+ // return true
+ //}
+
+ return false
+}
+
+func saveCdKey(ctx context.Context, id int, value string) {
+ //res, err := dao.GameCdKey.Ctx(ctx).Insert(&do.GameCdKey{Code: value, ConfigId: id})
+ //if err != nil {
+ // log.Printf("saveCdKey value: %s, id: %d, err: %v", value, id, err)
+ //} else {
+ // log.Println("saveCdKey res: ", res)
+ //}
+}
+
+func getPreValue(id int, charset string) string {
+ charsetLen := len(charset)
+ preValue := ""
+ for {
+ preValue = charset[id%charsetLen:id%charsetLen+1] + preValue
+ if id/charsetLen == 0 {
+ break
+ }
+ id = id / charsetLen
+ }
+
+ return preValue
+}
+func randomGenerate(ctx context.Context, preName string, id, num int, isSave bool) {
+ charset := "0123456789abcdefghijklmnopqrstuvwxyz"
+ //lenfrom := 10
+ //lento := 10
+ //result := ""
+ //index := -1
+ preValue := getPreValue(100900000, charset)
+ log.Println("randomGenerate: ", preValue, preName, num)
+ //for i := num - 1; i >= 0; {
+ // log.Println("randomGenerate: ", index, i)
+ // if index == i {
+ // continue
+ // }
+ // index = i
+ // value := generateOne(charset, lenfrom, lento)
+ // log.Println("generateOne: ", value)
+ // a := checkOne(ctx, result, value)
+ // if a == true {
+ // index = -1
+ // continue
+ // }
+ //
+ // i--
+ // result += value + "\r"
+ // if isSave {
+ // saveCdKey(ctx, id, value)
+ // }
+ //}
+
+ //if err := os.WriteFile(fmt.Sprintf("./%s%d.xlsx", preName, id), []byte(result), 0666); err != nil {
+ // log.Fatal(err)
+ //}
+}
+
+func main() {
+ ctx := gctx.New()
+ preName := fmt.Sprintf("code%d_", time.Now().Unix())
+ randomGenerate(ctx, preName, 0, 10, true)
+
+}
+
+func generateOne(charset string, lenfrom, lento int) string {
+ result := ""
+ log.Println("generateOne: ", charset, lenfrom, lento)
+ if (lenfrom <= lento) && (len(charset) > 0) && (lenfrom >= 0) {
+ length := math.Round(randomFloat(lenfrom, lento))
+ for {
+ log.Println("generateOne: ", charset, lenfrom, lento)
+ if float64(len(result)) < length {
+ Float64Data := math.Floor(rand.Float64() * float64(len(charset)))
+ Int, _ := strconv.Atoi(fmt.Sprint(Float64Data))
+ result += string(getChar(charset, Int))
+ } else {
+ break
+ }
+ }
+ }
+
+ return result
+}
+
+func getChar(str string, index int) rune {
+ return []rune(str)[index]
+}
+
+// float
+func randomFloat(min, max int) float64 {
+ if max == min {
+ return float64(max)
+ }
+ return decimal(rand.Float64()*(float64(max)-float64(min)) + float64(min))
+}
+
+func decimal(v float64) float64 {
+ val, _ := strconv.ParseFloat(fmt.Sprintf("%.3f", v), 64)
+ return val
+}
diff --git a/utils/util.go b/utils/util.go
new file mode 100644
index 0000000..d9499e5
--- /dev/null
+++ b/utils/util.go
@@ -0,0 +1,179 @@
+package utils
+
+import (
+ "bytes"
+ "context"
+ "fmt"
+ "github.com/gogf/gf/v2/frame/g"
+ "log"
+ "math/rand"
+ "os"
+ "os/exec"
+ "strconv"
+ "tyj_admin/internal/model/entity"
+)
+
+// int
+func RandInt(min int, max int) int {
+ return min + rand.Intn(max-min)
+}
+
+// int
+func RandInt32(min int32, max int32) int32 {
+ return min + rand.Int31n(max-min)
+}
+
+// float
+func RandomFloat(min, max int) float64 {
+ if max == min {
+ return float64(max)
+ }
+ return decimal(rand.Float64()*(float64(max)-float64(min)) + float64(min))
+}
+
+func decimal(v float64) float64 {
+ val, _ := strconv.ParseFloat(fmt.Sprintf("%.3f", v), 64)
+ return val
+}
+func RandomByWeight(weights []int32) int32 {
+ if len(weights) == 0 {
+ return -1
+ }
+ if len(weights) == 1 {
+ return 0
+ }
+
+ var sum int32 = 0
+ for _, v := range weights {
+ sum += v
+ }
+
+ numberRand := rand.Int31n(sum)
+ var sumTemp int32 = 0
+ for k, v := range weights {
+ sumTemp += v
+ if numberRand <= sumTemp {
+ return int32(k)
+ }
+ }
+
+ return -1
+}
+func RandomByWeightInt(weights []int32) int {
+ if len(weights) == 0 {
+ return -1
+ }
+ if len(weights) == 1 {
+ return 0
+ }
+
+ var sum int32 = 0
+ for _, v := range weights {
+ sum += v
+ }
+
+ numberRand := rand.Int31n(sum)
+ var sumTemp int32 = 0
+ for k, v := range weights {
+ sumTemp += v
+ if numberRand <= sumTemp {
+ return k
+ }
+ }
+
+ return -1
+}
+
+func ContainsGeneric(slice []interface{}, element interface{}) bool {
+ for _, e := range slice {
+ if e == element {
+ return true
+ }
+ }
+
+ return false
+}
+
+func ContainsString(slice []string, element string) bool {
+ for _, e := range slice {
+ if e == element {
+ return true
+ }
+ }
+
+ return false
+}
+
+func DeleteSlice1(a []string, elem string) []string {
+ for i := 0; i < len(a); i++ {
+ if a[i] == elem {
+ a = append(a[:i], a[i+1:]...)
+ i--
+ }
+ }
+ return a
+}
+
+func TopIpWhiteList(ip string) bool {
+ ipList := [1]string{"192.168.2.115"}
+ for _, v := range ipList {
+ if v == ip {
+ return true
+ }
+ }
+
+ return false
+}
+
+func ContainsWhiteList(slice []*entity.GameWhiteList, element string) bool {
+ for _, e := range slice {
+ if e.Ip == element {
+ return true
+ }
+ }
+
+ return false
+}
+
+func ContainsBlackList(slice []*entity.GameBlackList, element string) bool {
+ for _, e := range slice {
+ if e.Ip == element {
+ return true
+ }
+ }
+
+ return false
+}
+
+func Check(e error) {
+ if e != nil {
+ panic(e)
+ }
+}
+
+/**
+ * 判断文件是否存在 存在返回 true 不存在返回false
+ */
+func CheckFileIsExist(filename string) bool {
+ var exist = true
+ if _, err := os.Stat(filename); os.IsNotExist(err) {
+ exist = false
+ }
+ return exist
+}
+
+func CmdCommand(ctx context.Context, name string, args ...string) {
+ g.Try(ctx, func(ctx context.Context) {
+ cmd := exec.Command(name, args...)
+ var stdout, stderr bytes.Buffer
+ cmd.Stdout = &stdout // 标准输出
+ cmd.Stderr = &stderr // 标准错误
+ err := cmd.Run()
+ if err != nil {
+ log.Printf("cmd.Run() failed with %s\n", err)
+ return
+ }
+ outStr, errStr := string(stdout.Bytes()), string(stderr.Bytes())
+ fmt.Printf("out:\n%s\nerr:\n%s\n", outStr, errStr)
+ })
+}