上传梦工厂发布版本
This commit is contained in:
parent
fa3b6681c0
commit
59fb1e3395
86
cross.json
Normal file
86
cross.json
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"dev": {
|
||||
"AreaId": "20",
|
||||
"ServerName": "crosserver-dev",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"101.35.121.71:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 2,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
|
||||
"MongodbDatabase": "dreamworks_s20"
|
||||
},
|
||||
"zsy": {
|
||||
"AreaId": "40",
|
||||
"ServerName": "crosserver-zsy",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"101.35.121.71:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 4,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
|
||||
"MongodbDatabase": "dreamworks_s40"
|
||||
},
|
||||
"qa": {
|
||||
"AreaId": "80",
|
||||
"ServerName": "crosserver-qa",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"101.35.121.71:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 8,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
|
||||
"MongodbDatabase": "dreamworks_s80"
|
||||
},
|
||||
"qzsy": {
|
||||
"AreaId": "100",
|
||||
"ServerName": "DW-03",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"101.35.121.71:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 10,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
|
||||
"MongodbDatabase": "dreamworks_s100"
|
||||
},
|
||||
"ts": {
|
||||
"AreaId": "120",
|
||||
"ServerName": "crosserver-ts",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"101.35.121.71:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 12,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
|
||||
"MongodbDatabase": "dreamworks_s120"
|
||||
},
|
||||
"banshu": {
|
||||
"AreaId": "140",
|
||||
"ServerName": "跨服逻辑-banshu",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"60.204.151.214:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 1,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@60.204.151.214:27017",
|
||||
"MongodbDatabase": "dreamworks_s140"
|
||||
},
|
||||
"bs": {
|
||||
"AreaId": "160",
|
||||
"ServerName": "版署测试跨服",
|
||||
"RedisIsCluster": false,
|
||||
"RedisAddr": [
|
||||
"101.35.121.71:6379"
|
||||
],
|
||||
"RedisPassword": "iamciniao",
|
||||
"RedisDB": 14,
|
||||
"MongodbUrl": "mongodb://root:iamciniao@101.35.121.71:27017",
|
||||
"MongodbDatabase": "dreamworks_s160"
|
||||
}
|
||||
}
|
1
dist/css/13.bc6267dd.css
vendored
Normal file
1
dist/css/13.bc6267dd.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.v-switch .v-label{-webkit-padding-start:10px;padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__thumb,.v-switch__track{background-color:currentColor;transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track{background-color:rgb(var(--v-theme-error))}.v-switch__track{border-radius:8px;height:14px;opacity:.6;width:36px;cursor:pointer}.v-switch--inset .v-switch__track{border-radius:14px;height:28px;width:48px}.v-switch__thumb{align-items:center;border-radius:50%;color:rgb(var(--v-theme-surface));display:flex;height:20px;justify-content:center;width:20px;pointer-events:none;transition:transform .15s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 10px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.12))}.v-switch--inset .v-switch__thumb{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.12))}.v-switch--loading .v-selection-control__input>.v-icon,.v-switch:not(.v-switch--loading) .v-icon~.v-switch__thumb{display:none}.v-switch .v-selection-control{height:var(--v-input-control-height)}.v-switch .v-selection-control__wrapper{width:auto}.v-switch .v-selection-control__input{border-radius:50%;transition:transform .15s cubic-bezier(.4,0,.2,1);transform:translateX(-10px);position:absolute}.v-switch .v-selection-control--dirty .v-selection-control__input{transform:translateX(10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{transform:scale(.75);box-shadow:none}
|
1
dist/css/280.457c64c2.css
vendored
Normal file
1
dist/css/280.457c64c2.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/381.457c64c2.css
vendored
Normal file
1
dist/css/381.457c64c2.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/386.5e2c40e5.css
vendored
Normal file
1
dist/css/386.5e2c40e5.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/466.a4081466.css
vendored
Normal file
1
dist/css/466.a4081466.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/621.a4081466.css
vendored
Normal file
1
dist/css/621.a4081466.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/731.a4081466.css
vendored
Normal file
1
dist/css/731.a4081466.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/883.0f59e55e.css
vendored
Normal file
1
dist/css/883.0f59e55e.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/css/925.bc6267dd.css
vendored
Normal file
1
dist/css/925.bc6267dd.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.v-switch .v-label{-webkit-padding-start:10px;padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__thumb,.v-switch__track{background-color:currentColor;transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track{background-color:rgb(var(--v-theme-error))}.v-switch__track{border-radius:8px;height:14px;opacity:.6;width:36px;cursor:pointer}.v-switch--inset .v-switch__track{border-radius:14px;height:28px;width:48px}.v-switch__thumb{align-items:center;border-radius:50%;color:rgb(var(--v-theme-surface));display:flex;height:20px;justify-content:center;width:20px;pointer-events:none;transition:transform .15s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 10px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.12))}.v-switch--inset .v-switch__thumb{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.12))}.v-switch--loading .v-selection-control__input>.v-icon,.v-switch:not(.v-switch--loading) .v-icon~.v-switch__thumb{display:none}.v-switch .v-selection-control{height:var(--v-input-control-height)}.v-switch .v-selection-control__wrapper{width:auto}.v-switch .v-selection-control__input{border-radius:50%;transition:transform .15s cubic-bezier(.4,0,.2,1);transform:translateX(-10px);position:absolute}.v-switch .v-selection-control--dirty .v-selection-control__input{transform:translateX(10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{transform:scale(.75);box-shadow:none}
|
7
dist/css/chunk-vendors.0fb08ef9.css
vendored
Normal file
7
dist/css/chunk-vendors.0fb08ef9.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/favicon.ico
vendored
Normal file
BIN
dist/favicon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
dist/fonts/materialdesignicons-webfont.21f691f0.ttf
vendored
Normal file
BIN
dist/fonts/materialdesignicons-webfont.21f691f0.ttf
vendored
Normal file
Binary file not shown.
BIN
dist/fonts/materialdesignicons-webfont.54b0f60d.woff2
vendored
Normal file
BIN
dist/fonts/materialdesignicons-webfont.54b0f60d.woff2
vendored
Normal file
Binary file not shown.
BIN
dist/fonts/materialdesignicons-webfont.5d875350.eot
vendored
Normal file
BIN
dist/fonts/materialdesignicons-webfont.5d875350.eot
vendored
Normal file
Binary file not shown.
BIN
dist/fonts/materialdesignicons-webfont.d671cbf6.woff
vendored
Normal file
BIN
dist/fonts/materialdesignicons-webfont.d671cbf6.woff
vendored
Normal file
Binary file not shown.
1
dist/index.html
vendored
Normal file
1
dist/index.html
vendored
Normal file
@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>vue_dreamfactory</title><script defer="defer" src="/js/chunk-vendors.edda0066.js"></script><script defer="defer" src="/js/app.3ad52f48.js"></script><link href="/css/chunk-vendors.0fb08ef9.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vue_dreamfactory doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
|
2
dist/js/13.7aeffd39.js
vendored
Normal file
2
dist/js/13.7aeffd39.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"use strict";(self["webpackChunkvue_dreamfactory"]=self["webpackChunkvue_dreamfactory"]||[]).push([[13],{1013:function(e,t,a){a.r(t),a.d(t,{default:function(){return j}});var l=a(3396),n=a(7139),i=a(7312),o=a(11),d=a(6572),s=a(1888),r=a(1334),u=a(4075),c=a(3369),m=a(6824),f=a(8521),h=a(9671),p=a(6193),v=a(7076),w=a(3173),g=a(6791),k=a(8717),b=a(4870),W=a(320),_=a(7514),y=a(9888),C=a(131);const U=(0,W.a)({name:"VSwitch",inheritAttrs:!1,props:{indeterminate:Boolean,inset:Boolean,flat:Boolean,loading:{type:[Boolean,String],default:!1},...(0,v.co)(),...(0,p.$9)()},emits:{"update:indeterminate":e=>!0},setup(e,t){let{attrs:a,slots:n}=t;const i=(0,k.z)(e,"indeterminate"),{loaderClasses:o}=(0,g.U2)(e),d=(0,l.Fl)((()=>"string"===typeof e.loading&&""!==e.loading?e.loading:e.color)),s=(0,_.sq)(),r=(0,l.Fl)((()=>e.id||`switch-${s}`));function u(){i.value&&(i.value=!1)}return(0,y.L)((()=>{const[t,s]=(0,C.An)(a),[c,m]=(0,v.PE)(e),[f,h]=(0,p.fU)(e),k=(0,b.iH)();function W(){var e,t;null==(e=k.value)||null==(t=e.input)||t.click()}return(0,l.Wm)(v.q8,(0,l.dG)({class:["v-switch",{"v-switch--inset":e.inset},{"v-switch--indeterminate":i.value},o.value]},t,c,{id:r.value}),{...n,default:t=>{let{id:a,isDisabled:o,isReadonly:r,isValid:c}=t;return(0,l.Wm)(p.g5,(0,l.dG)({ref:k},f,{id:a.value,type:"checkbox","onUpdate:modelValue":u,"aria-checked":i.value?"mixed":void 0,disabled:o.value,readonly:r.value},s),{...n,default:()=>(0,l.Wm)("div",{class:"v-switch__track",onClick:W},null),input:t=>{let{textColorClasses:a}=t;return(0,l.Wm)("div",{class:["v-switch__thumb",a.value]},[e.loading&&(0,l.Wm)(g.rD,{name:"v-switch",active:!0,color:!1===c.value?void 0:d.value},{default:e=>n.loader?n.loader(e):(0,l.Wm)(w.L,{active:e.isActive,color:e.color,indeterminate:!0,size:"16",width:"2"},null)})])}})}})})),{}}});var V=a(6269);const D=(0,l.Uk)(" 开服时间设置 "),x=(0,l.Uk)("修改"),B=(0,l.Uk)(" Close ");function F(e,t,a,p,v,w){return(0,l.wg)(),(0,l.j4)(c.K,null,{default:(0,l.w5)((()=>[(0,l.Wm)(o._,{id:"drop-area",flat:""},{default:(0,l.w5)((()=>[(0,l.Wm)(d.E,{class:"text-center"},{default:(0,l.w5)((()=>[D])),_:1}),(0,l.Wm)(u.J),(0,l.Wm)(s.Z,null,{default:(0,l.w5)((()=>[(0,l.Wm)(m.o,null,{default:(0,l.w5)((()=>[(0,l.Wm)(f.D,null,{default:(0,l.w5)((()=>[(0,l.Wm)(V.h,{label:"开服时间",value:v.newtime,onChange:e.describechanage,disabled:!e.canedit,variant:"outlined"},null,8,["value","onChange","disabled"])])),_:1}),(0,l.Wm)(f.D,{cols:"2"},{default:(0,l.w5)((()=>[(0,l.Wm)(U,{modelValue:e.canedit,"onUpdate:modelValue":t[0]||(t[0]=t=>e.canedit=t),label:"修改"},null,8,["modelValue"])])),_:1})])),_:1})])),_:1}),(0,l.Wm)(r.h,null,{default:(0,l.w5)((()=>[(0,l.Wm)(m.o,{justify:"center"},{default:(0,l.w5)((()=>[(0,l.Wm)(f.D,{cols:"5"},{default:(0,l.w5)((()=>[(0,l.Wm)(i.T,{variant:"flat",color:"secondary",disabled:v.mytime==v.newtime,loading:v.uploading,onClick:e.uploadres,block:""},{default:(0,l.w5)((()=>[x])),_:1},8,["disabled","loading","onClick"])])),_:1})])),_:1})])),_:1})])),_:1}),(0,l.Wm)(h.v,{modelValue:v.snackbar,"onUpdate:modelValue":t[2]||(t[2]=e=>v.snackbar=e),timeout:2e3},{action:(0,l.w5)((({attrs:e})=>[(0,l.Wm)(i.T,(0,l.dG)({color:"blue",text:""},e,{onClick:t[1]||(t[1]=e=>v.snackbar=!1)}),{default:(0,l.w5)((()=>[B])),_:2},1040)])),default:(0,l.w5)((()=>[(0,l.Uk)((0,n.zw)(v.errstr)+" ",1)])),_:1},8,["modelValue"])])),_:1})}var $=a(3078),z={name:"upload",data(){return{errstr:"",snackbar:!1,optime:"",mytime:"",newtime:"",uploading:!1}},mounted:function(){this.getopentime()},methods:{getopentime(){let e=new FormData;(0,$.ur)("/getopentime",e,null).then((e=>{const{data:t}=e;this.optime=t.optime,this.mytime=t.mytime,this.newtime=t.mytime,console.log("getopentime succ"),this.$forceUpdate()})).catch((e=>{this.uploading=!1,this.errstr=e.message,this.snackbar=!0,console.log("getopentime err:%o",e)}))},modifyopentime(){let e=new FormData;e.append("opentime",this.mytime),(0,$.ur)("/modifyopentime",e,null).then((e=>{const{data:t}=e;this.timestr=t,console.log("modifyopentime succ"),this.$forceUpdate()})).catch((e=>{this.uploading=!1,this.errstr=e.message,this.snackbar=!0,console.log("modifyopentime err:%o",e)}))}}},A=a(89);const G=(0,A.Z)(z,[["render",F]]);var j=G}}]);
|
||||
//# sourceMappingURL=13.7aeffd39.js.map
|
1
dist/js/13.7aeffd39.js.map
vendored
Normal file
1
dist/js/13.7aeffd39.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/227.5e7ebdf8.js
vendored
Normal file
2
dist/js/227.5e7ebdf8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/227.5e7ebdf8.js.map
vendored
Normal file
1
dist/js/227.5e7ebdf8.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/227.e93ca9e5.js
vendored
Normal file
2
dist/js/227.e93ca9e5.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/227.e93ca9e5.js.map
vendored
Normal file
1
dist/js/227.e93ca9e5.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
42
dist/js/280.ec5bf05b.js
vendored
Normal file
42
dist/js/280.ec5bf05b.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/280.ec5bf05b.js.map
vendored
Normal file
1
dist/js/280.ec5bf05b.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
42
dist/js/381.4019c1d0.js
vendored
Normal file
42
dist/js/381.4019c1d0.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/381.4019c1d0.js.map
vendored
Normal file
1
dist/js/381.4019c1d0.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
42
dist/js/381.85bb0601.js
vendored
Normal file
42
dist/js/381.85bb0601.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/381.85bb0601.js.map
vendored
Normal file
1
dist/js/381.85bb0601.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/386.2cd61690.js
vendored
Normal file
2
dist/js/386.2cd61690.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/386.2cd61690.js.map
vendored
Normal file
1
dist/js/386.2cd61690.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/431.3d822cf6.js
vendored
Normal file
2
dist/js/431.3d822cf6.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"use strict";(self["webpackChunkvue_dreamfactory"]=self["webpackChunkvue_dreamfactory"]||[]).push([[431],{9431:function(e,n,r){r.r(n),r.d(n,{default:function(){return s}});var a=r(3396),t=r(3369);function u(e,n,r,u,c,f){return(0,a.wg)(),(0,a.j4)(t.K)}var c=(0,a.aZ)({name:"IndexView",components:{}}),f=r(89);const o=(0,f.Z)(c,[["render",u]]);var s=o}}]);
|
||||
//# sourceMappingURL=431.3d822cf6.js.map
|
1
dist/js/431.3d822cf6.js.map
vendored
Normal file
1
dist/js/431.3d822cf6.js.map
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"js/431.3d822cf6.js","mappings":"8OACEA,EAAAA,EAAAA,IACcC,EAAAA,E,CAMhB,OAAeC,EAAAA,EAAAA,IAAgB,CAC7BC,KAAM,YACNC,WAAY,CAAC,I,QCLf,MAAMC,GAA2B,OAAgB,EAAQ,CAAC,CAAC,SAASC,KAEpE,O","sources":["webpack://vue_dreamfactory/./src/views/Index.vue","webpack://vue_dreamfactory/./src/views/Index.vue?bd4c"],"sourcesContent":["<template>\n <v-container>\n </v-container>\n</template>\n\n<script>\nimport { defineComponent } from 'vue'\n\nexport default defineComponent({\n name: 'IndexView',\n components: {},\n})\n</script>\n","import { render } from \"./Index.vue?vue&type=template&id=a5cd2b80\"\nimport script from \"./Index.vue?vue&type=script&lang=js\"\nexport * from \"./Index.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"F:\\\\work\\\\go\\\\vue_dreamfactory\\\\node_modules\\\\vue-loader\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__"],"names":["_createBlock","_component_v_container","defineComponent","name","components","__exports__","render"],"sourceRoot":""}
|
2
dist/js/466.52dd85f8.js
vendored
Normal file
2
dist/js/466.52dd85f8.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"use strict";(self["webpackChunkvue_dreamfactory"]=self["webpackChunkvue_dreamfactory"]||[]).push([[466],{9620:function(e,l,t){t.r(l),t.d(l,{default:function(){return Z}});var a=t(3396),s=t(9242),i=t(7139),n=t(7312),u=t(11),o=t(6572),r=t(1888),f=t(1334),d=t(4075),c=t(3369),m=t(6824),h=t(8521),p=t(3289),w=t(9671);const _=(0,a.Uk)(" 上传游戏配置文件 "),k=(0,a.Uk)("mdi-cloud-upload"),g=(0,a.Uk)("将文件拖到此处,或"),W=(0,a._)("strong",{class:"blue--text text--lighten-1"},"点击上传",-1),v=(0,a.Uk)("只能上传 .json 格式的文件"),b=(0,a.Uk)("文件列表"),U=(0,a.Uk)(" mdi-close-circle "),x=(0,a.Uk)("提交"),C=(0,a.Uk)(" Close ");function D(e,l,t,D,y,j){return(0,a.wg)(),(0,a.j4)(c.K,null,{default:(0,a.w5)((()=>[(0,a.Wm)(u._,{id:"drop-area",flat:""},{default:(0,a.w5)((()=>[(0,a.Wm)(o.E,{class:"text-center"},{default:(0,a.w5)((()=>[_])),_:1}),(0,a.Wm)(d.J),(0,a.Wm)(r.Z,null,{default:(0,a.w5)((()=>[(0,a.wy)((0,a._)("input",{ref:"fileinput",onChange:l[0]||(l[0]=(...e)=>j.changeFile&&j.changeFile(...e)),type:"file",multiple:"multiple"},null,544),[[s.F8,!1]]),(0,a.Wm)(u._,{id:"drop-area",onClick:j.selectFile,variant:"outlined",height:"220"},{default:(0,a.w5)((()=>[(0,a.Wm)(r.Z,null,{default:(0,a.w5)((()=>[(0,a.Wm)(m.o,{justify:"center",dense:""},{default:(0,a.w5)((()=>[(0,a.Wm)(h.D,{cols:"12",class:"text-center"},{default:(0,a.w5)((()=>[(0,a.Wm)(p.t,{size:"120"},{default:(0,a.w5)((()=>[k])),_:1})])),_:1}),(0,a.Wm)(h.D,{cols:"12",class:"text-center"},{default:(0,a.w5)((()=>[g,W])),_:1}),(0,a.Wm)(h.D,{cols:"12",class:"text-center"},{default:(0,a.w5)((()=>[v])),_:1})])),_:1})])),_:1})])),_:1},8,["onClick"]),(0,a.Wm)(u._,{variant:"outlined",class:"mt-5"},{default:(0,a.w5)((()=>[(0,a.Wm)(o.E,null,{default:(0,a.w5)((()=>[b])),_:1}),(0,a.Wm)(r.Z,null,{default:(0,a.w5)((()=>[(0,a.Wm)(m.o,null,{default:(0,a.w5)((()=>[((0,a.wg)(!0),(0,a.iD)(a.HY,null,(0,a.Ko)(y.files,((e,l)=>((0,a.wg)(),(0,a.j4)(h.D,{cols:"12",key:l},{default:(0,a.w5)((()=>[(0,a.Wm)(u._,null,{default:(0,a.w5)((()=>[(0,a.Wm)(r.Z,{class:"pa-0"},{default:(0,a.w5)((()=>[(0,a.Wm)(m.o,null,{default:(0,a.w5)((()=>[(0,a.Wm)(h.D,{cols:"10"},{default:(0,a.w5)((()=>[(0,a.Uk)((0,i.zw)(e.title),1)])),_:2},1024),(0,a.Wm)(h.D,{cols:"2",class:"d-flex justify-end"},{default:(0,a.w5)((()=>[(0,a.Wm)(n.T,{variant:"outlined",size:"x-small",icon:"",onClick:e=>j.removefile(l)},{default:(0,a.w5)((()=>[(0,a.Wm)(p.t,null,{default:(0,a.w5)((()=>[U])),_:1})])),_:2},1032,["onClick"])])),_:2},1024)])),_:2},1024)])),_:2},1024)])),_:2},1024)])),_:2},1024)))),128))])),_:1})])),_:1}),(0,a.Wm)(f.h,null,{default:(0,a.w5)((()=>[(0,a.Wm)(m.o,{justify:"center"},{default:(0,a.w5)((()=>[(0,a.Wm)(h.D,{cols:"5"},{default:(0,a.w5)((()=>[(0,a.Wm)(n.T,{variant:"flat",color:"secondary",disabled:0==y.files.length,loading:y.uploading,onClick:j.uploadres,block:""},{default:(0,a.w5)((()=>[x])),_:1},8,["disabled","loading","onClick"])])),_:1})])),_:1})])),_:1})])),_:1})])),_:1})])),_:1}),(0,a.Wm)(w.v,{modelValue:y.snackbar,"onUpdate:modelValue":l[2]||(l[2]=e=>y.snackbar=e),timeout:2e3},{action:(0,a.w5)((({attrs:e})=>[(0,a.Wm)(n.T,(0,a.dG)({color:"blue",text:""},e,{onClick:l[1]||(l[1]=e=>y.snackbar=!1)}),{default:(0,a.w5)((()=>[C])),_:2},1040)])),default:(0,a.w5)((()=>[(0,a.Uk)((0,i.zw)(y.errstr)+" ",1)])),_:1},8,["modelValue"])])),_:1})}var y=t(3078),j={name:"upload",data(){return{errstr:"",snackbar:!1,files:[],dialog:!1,uploading:!1,uploadprogress:0}},methods:{changeFile(e){let l=["json"];console.log("suffixs:%o",l);for(let i of e.target.files){let e=i.name,n=!1;var t=e.lastIndexOf(".");if(-1==t)return this.$refs.fileinput.value=null,this.errstr="目标文件格式不符合规范!",void(this.snackbar=!0);for(var a=e.substring(t+1),s=0;s<l.length;s++)if(a==l[s]){n=!0;break}if(!n)return this.$refs.fileinput.value=null,this.errstr="目标文件格式不符合规范!",void(this.snackbar=!0);this.files.push({file:i,title:i.name})}this.$refs.fileinput.value=null},selectFile(){this.$refs.fileinput.dispatchEvent(new MouseEvent("click"))},removefile(e){this.files.forEach((function(l,t,a){t==e&&a.splice(t,1)}))},uploadres(){this.uploading=!0;var e=new FormData;for(let l=0;l<this.files.length;++l)e.append("file_"+l,this.files[l].file);e.append("filenum",this.files.length),(0,y.ur)("/upload",e,(e=>{this.uploadprogress=e})).then((e=>{this.uploading=!1,this.errstr="文件上传成功!",this.snackbar=!0,this.files=[],console.log("uploadformData 文件上传成功"),this.$forceUpdate()})).catch((e=>{this.uploading=!1,this.errstr=e.message,this.snackbar=!0,console.log("uploadformData 文件上传失败 err:%o",e)}))}}},F=t(89);const E=(0,F.Z)(j,[["render",D]]);var Z=E}}]);
|
||||
//# sourceMappingURL=466.52dd85f8.js.map
|
1
dist/js/466.52dd85f8.js.map
vendored
Normal file
1
dist/js/466.52dd85f8.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/621.7c7b8855.js
vendored
Normal file
2
dist/js/621.7c7b8855.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/621.7c7b8855.js.map
vendored
Normal file
1
dist/js/621.7c7b8855.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/731.67cb7b01.js
vendored
Normal file
2
dist/js/731.67cb7b01.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/731.67cb7b01.js.map
vendored
Normal file
1
dist/js/731.67cb7b01.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/78.6bf11ab8.js
vendored
Normal file
2
dist/js/78.6bf11ab8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/78.6bf11ab8.js.map
vendored
Normal file
1
dist/js/78.6bf11ab8.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
42
dist/js/883.e2be0631.js
vendored
Normal file
42
dist/js/883.e2be0631.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/883.e2be0631.js.map
vendored
Normal file
1
dist/js/883.e2be0631.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/925.dd13d3d9.js
vendored
Normal file
2
dist/js/925.dd13d3d9.js
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"use strict";(self["webpackChunkvue_dreamfactory"]=self["webpackChunkvue_dreamfactory"]||[]).push([[925],{8925:function(e,t,a){a.r(t),a.d(t,{default:function(){return j}});var l=a(3396),i=a(7139),n=a(7312),o=a(11),d=a(6572),s=a(1888),u=a(1334),m=a(4075),r=a(3369),c=a(6824),h=a(8521),f=a(9671),p=a(6193),v=a(7076),w=a(3173),g=a(6791),b=a(8717),k=a(4870),y=a(320),W=a(7514),_=a(9888),C=a(131);const U=(0,y.a)({name:"VSwitch",inheritAttrs:!1,props:{indeterminate:Boolean,inset:Boolean,flat:Boolean,loading:{type:[Boolean,String],default:!1},...(0,v.co)(),...(0,p.$9)()},emits:{"update:indeterminate":e=>!0},setup(e,t){let{attrs:a,slots:i}=t;const n=(0,b.z)(e,"indeterminate"),{loaderClasses:o}=(0,g.U2)(e),d=(0,l.Fl)((()=>"string"===typeof e.loading&&""!==e.loading?e.loading:e.color)),s=(0,W.sq)(),u=(0,l.Fl)((()=>e.id||`switch-${s}`));function m(){n.value&&(n.value=!1)}return(0,_.L)((()=>{const[t,s]=(0,C.An)(a),[r,c]=(0,v.PE)(e),[h,f]=(0,p.fU)(e),b=(0,k.iH)();function y(){var e,t;null==(e=b.value)||null==(t=e.input)||t.click()}return(0,l.Wm)(v.q8,(0,l.dG)({class:["v-switch",{"v-switch--inset":e.inset},{"v-switch--indeterminate":n.value},o.value]},t,r,{id:u.value}),{...i,default:t=>{let{id:a,isDisabled:o,isReadonly:u,isValid:r}=t;return(0,l.Wm)(p.g5,(0,l.dG)({ref:b},h,{id:a.value,type:"checkbox","onUpdate:modelValue":m,"aria-checked":n.value?"mixed":void 0,disabled:o.value,readonly:u.value},s),{...i,default:()=>(0,l.Wm)("div",{class:"v-switch__track",onClick:y},null),input:t=>{let{textColorClasses:a}=t;return(0,l.Wm)("div",{class:["v-switch__thumb",a.value]},[e.loading&&(0,l.Wm)(g.rD,{name:"v-switch",active:!0,color:!1===r.value?void 0:d.value},{default:e=>i.loader?i.loader(e):(0,l.Wm)(w.L,{active:e.isActive,color:e.color,indeterminate:!0,size:"16",width:"2"},null)})])}})}})})),{}}});var V=a(6269);const D=(0,l.Uk)(" 开服时间设置 "),x=(0,l.Uk)("修改"),B=(0,l.Uk)(" Close ");function F(e,t,a,p,v,w){return(0,l.wg)(),(0,l.j4)(r.K,null,{default:(0,l.w5)((()=>[(0,l.Wm)(o._,{id:"drop-area",flat:""},{default:(0,l.w5)((()=>[(0,l.Wm)(d.E,{class:"text-center"},{default:(0,l.w5)((()=>[D])),_:1}),(0,l.Wm)(m.J),(0,l.Wm)(s.Z,null,{default:(0,l.w5)((()=>[(0,l.Wm)(c.o,null,{default:(0,l.w5)((()=>[(0,l.Wm)(h.D,null,{default:(0,l.w5)((()=>[(0,l.Wm)(V.h,{label:"开服时间",modelValue:v.newtime,"onUpdate:modelValue":t[0]||(t[0]=e=>v.newtime=e),onChange:e.describechanage,disabled:!v.canedit,variant:"outlined"},null,8,["modelValue","onChange","disabled"])])),_:1}),(0,l.Wm)(h.D,{cols:"2"},{default:(0,l.w5)((()=>[(0,l.Wm)(U,{modelValue:v.canedit,"onUpdate:modelValue":t[1]||(t[1]=e=>v.canedit=e),disabled:!v.loaded,label:"修改"},null,8,["modelValue","disabled"])])),_:1})])),_:1})])),_:1}),(0,l.Wm)(u.h,null,{default:(0,l.w5)((()=>[(0,l.Wm)(c.o,{justify:"center"},{default:(0,l.w5)((()=>[(0,l.Wm)(h.D,{cols:"5"},{default:(0,l.w5)((()=>[(0,l.Wm)(n.T,{variant:"flat",color:"secondary",disabled:v.mytime==v.newtime,loading:v.uploading,onClick:w.modifyopentime,block:""},{default:(0,l.w5)((()=>[x])),_:1},8,["disabled","loading","onClick"])])),_:1})])),_:1})])),_:1})])),_:1}),(0,l.Wm)(f.v,{modelValue:v.snackbar,"onUpdate:modelValue":t[3]||(t[3]=e=>v.snackbar=e),timeout:2e3},{action:(0,l.w5)((({attrs:e})=>[(0,l.Wm)(n.T,(0,l.dG)({color:"blue",text:""},e,{onClick:t[2]||(t[2]=e=>v.snackbar=!1)}),{default:(0,l.w5)((()=>[B])),_:2},1040)])),default:(0,l.w5)((()=>[(0,l.Uk)((0,i.zw)(v.errstr)+" ",1)])),_:1},8,["modelValue"])])),_:1})}var $=a(3078),z={name:"upload",data(){return{errstr:"",snackbar:!1,optime:"",mytime:"",newtime:"",loaded:!1,canedit:!1,uploading:!1}},mounted:function(){this.getopentime()},methods:{getopentime(){this.loaded=!1;let e=new FormData;(0,$.ur)("/getopentime",e,null).then((e=>{const{data:t}=e;this.optime=t.optime,this.mytime=t.mytime,this.newtime=t.mytime,this.loaded=!0,console.log("getopentime succ"),this.$forceUpdate()})).catch((e=>{this.uploading=!1,this.errstr=e.message,this.snackbar=!0,console.log("getopentime err:%o",e)}))},modifyopentime(){this.uploading=!0;let e=new FormData;e.append("opentime",this.newtime),(0,$.ur)("/modifyopentime",e,null).then((e=>{const{data:t}=e;this.mytime=t,this.newtime=t.mytime,console.log("modifyopentime succ"),this.uploading=!1,this.$forceUpdate()})).catch((e=>{this.uploading=!1,this.errstr=e.message,this.snackbar=!0,console.log("modifyopentime err:%o",e)}))}}},A=a(89);const G=(0,A.Z)(z,[["render",F]]);var j=G}}]);
|
||||
//# sourceMappingURL=925.dd13d3d9.js.map
|
1
dist/js/925.dd13d3d9.js.map
vendored
Normal file
1
dist/js/925.dd13d3d9.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.3ad52f48.js
vendored
Normal file
2
dist/js/app.3ad52f48.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.3ad52f48.js.map
vendored
Normal file
1
dist/js/app.3ad52f48.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.449a3bad.js
vendored
Normal file
2
dist/js/app.449a3bad.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.449a3bad.js.map
vendored
Normal file
1
dist/js/app.449a3bad.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.8c9fb8ef.js
vendored
Normal file
2
dist/js/app.8c9fb8ef.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.8c9fb8ef.js.map
vendored
Normal file
1
dist/js/app.8c9fb8ef.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.bda94d79.js
vendored
Normal file
2
dist/js/app.bda94d79.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.bda94d79.js.map
vendored
Normal file
1
dist/js/app.bda94d79.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/app.dd3c20bb.js
vendored
Normal file
2
dist/js/app.dd3c20bb.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/app.dd3c20bb.js.map
vendored
Normal file
1
dist/js/app.dd3c20bb.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
20
dist/js/chunk-vendors.c91d0b23.js
vendored
Normal file
20
dist/js/chunk-vendors.c91d0b23.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/chunk-vendors.c91d0b23.js.map
vendored
Normal file
1
dist/js/chunk-vendors.c91d0b23.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
20
dist/js/chunk-vendors.e6136249.js
vendored
Normal file
20
dist/js/chunk-vendors.e6136249.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/chunk-vendors.e6136249.js.map
vendored
Normal file
1
dist/js/chunk-vendors.e6136249.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
20
dist/js/chunk-vendors.edda0066.js
vendored
Normal file
20
dist/js/chunk-vendors.edda0066.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/chunk-vendors.edda0066.js.map
vendored
Normal file
1
dist/js/chunk-vendors.edda0066.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
dist/js/webfontloader.676a1a82.js
vendored
Normal file
2
dist/js/webfontloader.676a1a82.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/webfontloader.676a1a82.js.map
vendored
Normal file
1
dist/js/webfontloader.676a1a82.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
4
dist/wordfilter.json
vendored
Normal file
4
dist/wordfilter.json
vendored
Normal file
File diff suppressed because one or more lines are too long
227
json/game_accumulate.json
Normal file
227
json/game_accumulate.json
Normal file
@ -0,0 +1,227 @@
|
||||
[
|
||||
{
|
||||
"integral": 1000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 100000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 2000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 200000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 3000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 300000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 4000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 400000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 5000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 500000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 6000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 600000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 7000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 700000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 8000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 800000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 9000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 900000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 10000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1000000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 11000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1100000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 12000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1200000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 13000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1300000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 14000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1400000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"integral": 15000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1500000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
227
json/game_accumulatemoney.json
Normal file
227
json/game_accumulatemoney.json
Normal file
@ -0,0 +1,227 @@
|
||||
[
|
||||
{
|
||||
"accumulate": 1000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 2000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 2000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 3000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 3000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 4000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 4000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 5000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 5000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 6000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 6000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 7000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 7000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 8000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 8000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 9000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 9000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 10000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 10000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 11000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 11000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 12000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 12000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 13000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 13000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 14000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 14000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"accumulate": 15000,
|
||||
"reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 15000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
78
json/game_activereward.json
Normal file
78
json/game_activereward.json
Normal file
@ -0,0 +1,78 @@
|
||||
[
|
||||
{
|
||||
"key": 1,
|
||||
"id_tag": 2,
|
||||
"active": 40,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 150
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1000000
|
||||
}
|
||||
],
|
||||
"action": "main_weektask_action_1_act",
|
||||
"stage": 1
|
||||
},
|
||||
{
|
||||
"key": 2,
|
||||
"id_tag": 2,
|
||||
"active": 80,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 150
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1000000
|
||||
}
|
||||
],
|
||||
"action": "main_weektask_action_1_act",
|
||||
"stage": 2
|
||||
},
|
||||
{
|
||||
"key": 3,
|
||||
"id_tag": 2,
|
||||
"active": 120,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 150
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1000000
|
||||
}
|
||||
],
|
||||
"action": "main_weektask_action_1_act",
|
||||
"stage": 3
|
||||
},
|
||||
{
|
||||
"key": 4,
|
||||
"id_tag": 2,
|
||||
"active": 160,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 150
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1000000
|
||||
}
|
||||
],
|
||||
"action": "main_weektask_action_1_act",
|
||||
"stage": 4
|
||||
}
|
||||
]
|
57
json/game_activityshow.json
Normal file
57
json/game_activityshow.json
Normal file
@ -0,0 +1,57 @@
|
||||
[
|
||||
{
|
||||
"key": 0,
|
||||
"show": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 1001,
|
||||
"show": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "23000001",
|
||||
"n": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 1003,
|
||||
"show": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "23000002",
|
||||
"n": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 1004,
|
||||
"show": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "23000003",
|
||||
"n": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 1005,
|
||||
"show": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "23000004",
|
||||
"n": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
198
json/game_affix.json
Normal file
198
json/game_affix.json
Normal file
@ -0,0 +1,198 @@
|
||||
[
|
||||
{
|
||||
"key": 10001,
|
||||
"name": {
|
||||
"key": "gourmet_affix1",
|
||||
"text": "无"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10002,
|
||||
"name": {
|
||||
"key": "gourmet_affix2",
|
||||
"text": "极低"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10003,
|
||||
"name": {
|
||||
"key": "gourmet_affix3",
|
||||
"text": "中等"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10004,
|
||||
"name": {
|
||||
"key": "gourmet_affix4",
|
||||
"text": "较高"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10005,
|
||||
"name": {
|
||||
"key": "gourmet_affix5",
|
||||
"text": "极高"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10101,
|
||||
"name": {
|
||||
"key": "gourmet_lv1",
|
||||
"text": "马马虎虎"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10102,
|
||||
"name": {
|
||||
"key": "gourmet_lv2",
|
||||
"text": "可圈可点"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10103,
|
||||
"name": {
|
||||
"key": "gourmet_lv3",
|
||||
"text": "孰能生巧"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10104,
|
||||
"name": {
|
||||
"key": "gourmet_lv4",
|
||||
"text": "驾轻就熟"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10105,
|
||||
"name": {
|
||||
"key": "gourmet_lv5",
|
||||
"text": "得心应手"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10106,
|
||||
"name": {
|
||||
"key": "gourmet_lv6",
|
||||
"text": "游刃有余"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10107,
|
||||
"name": {
|
||||
"key": "gourmet_lv7",
|
||||
"text": "匠心独运"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10108,
|
||||
"name": {
|
||||
"key": "gourmet_lv8",
|
||||
"text": "神乎其技"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10201,
|
||||
"name": {
|
||||
"key": "gourmet_cook1",
|
||||
"text": "1级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10202,
|
||||
"name": {
|
||||
"key": "gourmet_cook2",
|
||||
"text": "2级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10203,
|
||||
"name": {
|
||||
"key": "gourmet_cook3",
|
||||
"text": "3级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10204,
|
||||
"name": {
|
||||
"key": "gourmet_cook4",
|
||||
"text": "4级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10205,
|
||||
"name": {
|
||||
"key": "gourmet_cook5",
|
||||
"text": "5级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10206,
|
||||
"name": {
|
||||
"key": "gourmet_cook6",
|
||||
"text": "6级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10207,
|
||||
"name": {
|
||||
"key": "gourmet_cook7",
|
||||
"text": "7级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10208,
|
||||
"name": {
|
||||
"key": "gourmet_cook8",
|
||||
"text": "8级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10209,
|
||||
"name": {
|
||||
"key": "gourmet_cook9",
|
||||
"text": "9级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10210,
|
||||
"name": {
|
||||
"key": "gourmet_cook10",
|
||||
"text": "10级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10211,
|
||||
"name": {
|
||||
"key": "gourmet_cook11",
|
||||
"text": "11级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10212,
|
||||
"name": {
|
||||
"key": "gourmet_cook12",
|
||||
"text": "12级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10213,
|
||||
"name": {
|
||||
"key": "gourmet_cook13",
|
||||
"text": "13级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10214,
|
||||
"name": {
|
||||
"key": "gourmet_cook14",
|
||||
"text": "14级"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": 10215,
|
||||
"name": {
|
||||
"key": "gourmet_cook15",
|
||||
"text": "15级"
|
||||
}
|
||||
}
|
||||
]
|
146
json/game_annulartask_library.json
Normal file
146
json/game_annulartask_library.json
Normal file
@ -0,0 +1,146 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"assembleid": 60000010,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1130,
|
||||
"itemwt": 400,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"assembleid": 60000010,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1140,
|
||||
"itemwt": 400,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"assembleid": 60000010,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1180,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"assembleid": 60000010,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1290,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"assembleid": 60000020,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1010,
|
||||
"itemwt": 400,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"assembleid": 60000020,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1020,
|
||||
"itemwt": 400,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"assembleid": 60000020,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1190,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"assembleid": 60000020,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1300,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"assembleid": 60000030,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1200,
|
||||
"itemwt": 400,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"assembleid": 60000030,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1260,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"assembleid": 60000030,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1310,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"assembleid": 60000040,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1210,
|
||||
"itemwt": 400,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"assembleid": 60000040,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1120,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"assembleid": 60000040,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1320,
|
||||
"itemwt": 300,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"assembleid": 60000050,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1220,
|
||||
"itemwt": 500,
|
||||
"min": 0
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"assembleid": 60000050,
|
||||
"lvstart": 1,
|
||||
"lvend": 999,
|
||||
"itemid": 1330,
|
||||
"itemwt": 500,
|
||||
"min": 0
|
||||
}
|
||||
]
|
94
json/game_annulartaskall.json
Normal file
94
json/game_annulartaskall.json
Normal file
@ -0,0 +1,94 @@
|
||||
[
|
||||
{
|
||||
"taskgroup": 10010,
|
||||
"taskdetail": [
|
||||
60000010,
|
||||
60000020,
|
||||
60000030,
|
||||
60000040,
|
||||
60000050
|
||||
],
|
||||
"weight": 2500,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "ps",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"taskgroup": 10020,
|
||||
"taskdetail": [
|
||||
60000010,
|
||||
60000020,
|
||||
60000030,
|
||||
60000040,
|
||||
60000050
|
||||
],
|
||||
"weight": 2500,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "ps",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"taskgroup": 10030,
|
||||
"taskdetail": [
|
||||
60000010,
|
||||
60000020,
|
||||
60000030,
|
||||
60000040,
|
||||
60000050
|
||||
],
|
||||
"weight": 2500,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "ps",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"taskgroup": 10040,
|
||||
"taskdetail": [
|
||||
60000010,
|
||||
60000020,
|
||||
60000030,
|
||||
60000040,
|
||||
60000050
|
||||
],
|
||||
"weight": 2500,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "ps",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
154
json/game_arenaactivereward.json
Normal file
154
json/game_arenaactivereward.json
Normal file
@ -0,0 +1,154 @@
|
||||
[
|
||||
{
|
||||
"lv_id": 1,
|
||||
"score_low": 0,
|
||||
"score_up": 799,
|
||||
"human_num": 0,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_1",
|
||||
"text": "黑铁"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"png": "smithy_atk_1",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 2,
|
||||
"score_low": 800,
|
||||
"score_up": 1299,
|
||||
"human_num": 2,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_2",
|
||||
"text": "青铜"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 12
|
||||
}
|
||||
],
|
||||
"png": "smithy_def_4",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 3,
|
||||
"score_low": 1300,
|
||||
"score_up": 1599,
|
||||
"human_num": 3,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_3",
|
||||
"text": "白银"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 14
|
||||
}
|
||||
],
|
||||
"png": "smithy_def_1",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 4,
|
||||
"score_low": 1600,
|
||||
"score_up": 2199,
|
||||
"human_num": 4,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_4",
|
||||
"text": "黄金"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 16
|
||||
}
|
||||
],
|
||||
"png": "smithy_atk_3",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 5,
|
||||
"score_low": 2200,
|
||||
"score_up": 2799,
|
||||
"human_num": 5,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_5",
|
||||
"text": "铂金"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 18
|
||||
}
|
||||
],
|
||||
"png": "smithy_def_2",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 6,
|
||||
"score_low": 2800,
|
||||
"score_up": 3699,
|
||||
"human_num": 5,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_6",
|
||||
"text": "钻石"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"png": "smithy_sup_4",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 7,
|
||||
"score_low": 3700,
|
||||
"score_up": 4599,
|
||||
"human_num": 5,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_7",
|
||||
"text": "大师"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 22
|
||||
}
|
||||
],
|
||||
"png": "smithy_atk_4",
|
||||
"k_value": 30
|
||||
},
|
||||
{
|
||||
"lv_id": 8,
|
||||
"score_low": 4600,
|
||||
"score_up": 999999,
|
||||
"human_num": 5,
|
||||
"name": {
|
||||
"key": "arena_active_reward_name_8",
|
||||
"text": "王者"
|
||||
},
|
||||
"win_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 22
|
||||
}
|
||||
],
|
||||
"png": "smithy_atk_5",
|
||||
"k_value": 30
|
||||
}
|
||||
]
|
102
json/game_arenabuychallenge.json
Normal file
102
json/game_arenabuychallenge.json
Normal file
@ -0,0 +1,102 @@
|
||||
[
|
||||
{
|
||||
"num": 1,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 2,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 3,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 4,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 5,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 6,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 7,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 8,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 9,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"num": 10,
|
||||
"need": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 250
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
422
json/game_arenachallengenpc.json
Normal file
422
json/game_arenachallengenpc.json
Normal file
@ -0,0 +1,422 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"open_cond": 1,
|
||||
"open_value": 6,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
800005
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_1",
|
||||
"text": "新手守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"open_cond": 1,
|
||||
"open_value": 8,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
800006
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_2",
|
||||
"text": "练习守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"open_cond": 1,
|
||||
"open_value": 10,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
800007
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_3",
|
||||
"text": "实习守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 12
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"open_cond": 1,
|
||||
"open_value": 12,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
800008
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_4",
|
||||
"text": "初级守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 12
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"open_cond": 1,
|
||||
"open_value": 14,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
801005
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_5",
|
||||
"text": "一般守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 14
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"open_cond": 1,
|
||||
"open_value": 16,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
801006
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_6",
|
||||
"text": "中级守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 14
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"open_cond": 1,
|
||||
"open_value": 18,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
801007
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_7",
|
||||
"text": "普通守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 16
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"open_cond": 1,
|
||||
"open_value": 20,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
801008
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_8",
|
||||
"text": "高级守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 16
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"open_cond": 1,
|
||||
"open_value": 22,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
802005
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_9",
|
||||
"text": "精英守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 18
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"open_cond": 1,
|
||||
"open_value": 24,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
802006
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_10",
|
||||
"text": "特级守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 18
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"open_cond": 1,
|
||||
"open_value": 27,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
802007
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_11",
|
||||
"text": "大师守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"open_cond": 1,
|
||||
"open_value": 30,
|
||||
"BattleReadyID": 110,
|
||||
"monsterformat_id": [
|
||||
802008
|
||||
],
|
||||
"stroy_id_front": 201,
|
||||
"stroy_id_after": 201,
|
||||
"name": {
|
||||
"key": "arena_challenge_npc_name_12",
|
||||
"text": "至尊守护者"
|
||||
},
|
||||
"revive_cd": 24,
|
||||
"npc_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"new_npc_reward": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
254
json/game_arenarankreward.json
Normal file
254
json/game_arenarankreward.json
Normal file
@ -0,0 +1,254 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"rank_low": 1,
|
||||
"rank_up": 1,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_1",
|
||||
"text": "1-1名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 1000
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 600
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"rank_low": 2,
|
||||
"rank_up": 2,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_2",
|
||||
"text": "2-2名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 900
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 550
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"rank_low": 3,
|
||||
"rank_up": 3,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_3",
|
||||
"text": "3-3名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 800
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 500
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"rank_low": 4,
|
||||
"rank_up": 10,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_4",
|
||||
"text": "4-10名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 750
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 450
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"rank_low": 11,
|
||||
"rank_up": 20,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_5",
|
||||
"text": "11-20名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 700
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 400
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"rank_low": 21,
|
||||
"rank_up": 50,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_6",
|
||||
"text": "21-50名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 650
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 300
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"rank_low": 51,
|
||||
"rank_up": 100,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_7",
|
||||
"text": "51-100名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 600
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 280
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"rank_low": 101,
|
||||
"rank_up": 200,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_8",
|
||||
"text": "101-200名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 550
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 260
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"rank_low": 201,
|
||||
"rank_up": 500,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_9",
|
||||
"text": "201-500名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 500
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 240
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"rank_low": 501,
|
||||
"rank_up": 1000,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_10",
|
||||
"text": "501-1000名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 450
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 220
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"rank_low": 1001,
|
||||
"rank_up": 2000,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_11",
|
||||
"text": "1001-2000名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 400
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"rank_low": 2001,
|
||||
"rank_up": 9999,
|
||||
"rank_display": {
|
||||
"key": "arena_rank_reward_rank_display_12",
|
||||
"text": "2001-9999名"
|
||||
},
|
||||
"rank_reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "arenacoin",
|
||||
"n": 350
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 180
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
98
json/game_arenarobot.json
Normal file
98
json/game_arenarobot.json
Normal file
@ -0,0 +1,98 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"lv_id": 1,
|
||||
"monsterformat_id": 800001,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"lv_id": 1,
|
||||
"monsterformat_id": 800002,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"lv_id": 2,
|
||||
"monsterformat_id": 800003,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"lv_id": 2,
|
||||
"monsterformat_id": 800004,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"lv_id": 3,
|
||||
"monsterformat_id": 800005,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"lv_id": 3,
|
||||
"monsterformat_id": 800006,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"lv_id": 4,
|
||||
"monsterformat_id": 801001,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"lv_id": 4,
|
||||
"monsterformat_id": 801002,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"lv_id": 5,
|
||||
"monsterformat_id": 801003,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"lv_id": 5,
|
||||
"monsterformat_id": 801004,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"lv_id": 6,
|
||||
"monsterformat_id": 801005,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"lv_id": 6,
|
||||
"monsterformat_id": 801006,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"lv_id": 7,
|
||||
"monsterformat_id": 802001,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"lv_id": 7,
|
||||
"monsterformat_id": 802002,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"lv_id": 8,
|
||||
"monsterformat_id": 802003,
|
||||
"weight": 1000
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"lv_id": 8,
|
||||
"monsterformat_id": 802004,
|
||||
"weight": 1000
|
||||
}
|
||||
]
|
50
json/game_askall.json
Normal file
50
json/game_askall.json
Normal file
@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"key": 1,
|
||||
"ExaminationGroup": 1001,
|
||||
"examinationnum": 3,
|
||||
"start": 12610,
|
||||
"continue": 12610,
|
||||
"time": 0,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
}
|
||||
],
|
||||
"restime": 1
|
||||
},
|
||||
{
|
||||
"key": 2,
|
||||
"ExaminationGroup": 1002,
|
||||
"examinationnum": 3,
|
||||
"start": 12610,
|
||||
"continue": 12610,
|
||||
"time": 0,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
}
|
||||
],
|
||||
"restime": 1
|
||||
},
|
||||
{
|
||||
"key": 3,
|
||||
"ExaminationGroup": 1003,
|
||||
"examinationnum": 3,
|
||||
"start": 12610,
|
||||
"continue": 12610,
|
||||
"time": 0,
|
||||
"reward": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 50
|
||||
}
|
||||
],
|
||||
"restime": 1
|
||||
}
|
||||
]
|
374
json/game_asklibrary.json
Normal file
374
json/game_asklibrary.json
Normal file
@ -0,0 +1,374 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"ExaminationGroup": 1001,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_01",
|
||||
"text": "已知1=2、2=3、3=5、4=7,那么10=?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_01",
|
||||
"text": "11"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_01",
|
||||
"text": "29"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_01",
|
||||
"text": "41"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_01",
|
||||
"text": "61"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"ExaminationGroup": 1001,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_02",
|
||||
"text": "诺斯是我们“守护联盟”的创始人之一,那请问他最开始是干什么的呢?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_02",
|
||||
"text": "圣诞老人"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_02",
|
||||
"text": "海盗"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_02",
|
||||
"text": "忍者"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_02",
|
||||
"text": "工程师"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"ExaminationGroup": 1001,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_03",
|
||||
"text": "匹诺曹穿的内裤是什么样式"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_03",
|
||||
"text": "男式平角裤"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_03",
|
||||
"text": "男式三角裤"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_03",
|
||||
"text": "女式三角裤"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_03",
|
||||
"text": "女式丁字裤"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 1
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"ExaminationGroup": 1002,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_04",
|
||||
"text": "阿宝的父亲是谁?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_04",
|
||||
"text": "平先生"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_04",
|
||||
"text": "凹先生"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_04",
|
||||
"text": "李山"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_04",
|
||||
"text": "鸭子"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 1
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"ExaminationGroup": 1002,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_05",
|
||||
"text": "希卡普的龙叫什么名字?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_05",
|
||||
"text": "致命纳德"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_05",
|
||||
"text": "无牙仔"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_05",
|
||||
"text": "风里飞"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_05",
|
||||
"text": "烈焰狂魔"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"ExaminationGroup": 1002,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_06",
|
||||
"text": "中轴城出现了一起盗窃案,四位嫌疑人将接受诺斯的审问。A说:“C才是真正的盗窃犯。”B说:“我不是盗窃犯。”C说:“B不是盗窃犯。”D说:“B说的对”。经过诺斯的判断,只有一个人说了真话。请问真正的盗窃犯是?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_06",
|
||||
"text": "160公里"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_06",
|
||||
"text": "240公里"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_06",
|
||||
"text": "320公里"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_06",
|
||||
"text": "400公里"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"ExaminationGroup": 1003,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_07",
|
||||
"text": "这是一个数字找规律的题目,已知1=0,2=1,3=1,4=2,5=3......请问8=?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_07",
|
||||
"text": "11"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_07",
|
||||
"text": "29"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_07",
|
||||
"text": "41"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_07",
|
||||
"text": "61"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"ExaminationGroup": 1003,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_08",
|
||||
"text": "史莱克向菲欧娜求婚时送她的戒指里刻着什么字?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_08",
|
||||
"text": "Forever Love"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_08",
|
||||
"text": "I Love You"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_08",
|
||||
"text": "Merry Me"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_08",
|
||||
"text": "Say SO"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"ExaminationGroup": 1003,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_09",
|
||||
"text": "巨怪列车以80公里/小时的速度从巨怪地区开往中轴城运送物资,而希卡普骑着无牙仔以800公里/每小时的速度从中轴城前往巨怪地区。两个地方相距800公里。当巨怪列车离开巨怪地区时,希卡普也正好离开中轴城。假设有一只火龙以160公里/小时的速度在巨怪列车和希卡普间来回飞行,当巨怪列车与希卡普相遇时,火龙飞了多远?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_09",
|
||||
"text": "160公里"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_09",
|
||||
"text": "240公里"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_09",
|
||||
"text": "320公里"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_09",
|
||||
"text": "400公里"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 1
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"ExaminationGroup": 1004,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_10",
|
||||
"text": "匹诺曹穿的内裤是什么样式"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_10",
|
||||
"text": "男式平角裤"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_10",
|
||||
"text": "男式三角裤"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_10",
|
||||
"text": "女式三角裤"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_10",
|
||||
"text": "女式丁字裤"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 1
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"ExaminationGroup": 1004,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_11",
|
||||
"text": "守护联盟”十大难题!已知1=2,2=12,3=1112,4=3112,5=211213,那么6等于?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_11",
|
||||
"text": "311311221"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_11",
|
||||
"text": "1122331122"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_11",
|
||||
"text": "11122233321"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_11",
|
||||
"text": "1221123113"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 8
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"ExaminationGroup": 1004,
|
||||
"type": 1,
|
||||
"topic": {
|
||||
"key": "ask_ask_library_topic_12",
|
||||
"text": "盖世五侠没有使用哪种功夫?"
|
||||
},
|
||||
"planA": {
|
||||
"key": "ask_ask_library_planA_12",
|
||||
"text": "螳螂拳"
|
||||
},
|
||||
"planB": {
|
||||
"key": "ask_ask_library_planB_12",
|
||||
"text": "鹰爪功"
|
||||
},
|
||||
"planC": {
|
||||
"key": "ask_ask_library_planC_12",
|
||||
"text": "蛇拳"
|
||||
},
|
||||
"planD": {
|
||||
"key": "ask_ask_library_planD_12",
|
||||
"text": "猴拳"
|
||||
},
|
||||
"weight": 1000,
|
||||
"pic": "",
|
||||
"True": "",
|
||||
"flase": "",
|
||||
"fraction": 1,
|
||||
"plantrue": 2
|
||||
}
|
||||
]
|
480
json/game_battleready.json
Normal file
480
json/game_battleready.json
Normal file
@ -0,0 +1,480 @@
|
||||
[
|
||||
{
|
||||
"id": 100,
|
||||
"PlayType": 3,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"PlayType": 6,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"PlayType": 1,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_03",
|
||||
"battleScenes": [
|
||||
"scenesfight_05_01"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"PlayType": 2,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_06",
|
||||
"battleScenes": [
|
||||
"scenesfight_06"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 104,
|
||||
"PlayType": 5,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_spinymandrilla_02"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"PlayType": 7,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 106,
|
||||
"PlayType": 8,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"PlayType": 4,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_spinymandrilla_02"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 108,
|
||||
"PlayType": 11,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"PlayType": 10,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 110,
|
||||
"PlayType": 14,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"PlayType": 13,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 112,
|
||||
"PlayType": 2,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 10
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"PlayType": 9,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 114,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 115,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_06",
|
||||
"battleScenes": [
|
||||
"scenesfight_06"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 116,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_05",
|
||||
"battleScenes": [
|
||||
"scenesfight_07"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 117,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_06",
|
||||
"battleScenes": [
|
||||
"scenesfight_06"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 100
|
||||
},
|
||||
{
|
||||
"id": 118,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_03",
|
||||
"battleScenes": [
|
||||
"scenesfight_05_01"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 119,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"scenesfight_03_02"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 120,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_spinymandrilla_02"
|
||||
],
|
||||
"disableAiCamera": 1,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 121,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_naturetitan_01"
|
||||
],
|
||||
"disableAiCamera": 1,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 122,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_spinymandrilla_02"
|
||||
],
|
||||
"disableAiCamera": 1,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 123,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_chef_01"
|
||||
],
|
||||
"disableAiCamera": 1,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 124,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_spinymandrilla_03"
|
||||
],
|
||||
"disableAiCamera": 1,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 125,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_02",
|
||||
"battleScenes": [
|
||||
"bossfight_chef_02"
|
||||
],
|
||||
"disableAiCamera": 1,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 126,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_04",
|
||||
"battleScenes": [
|
||||
"scenesfight_08"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
},
|
||||
{
|
||||
"id": 127,
|
||||
"PlayType": 0,
|
||||
"HeroCount": 5,
|
||||
"readyScene": "scenesfight_role_interface_04",
|
||||
"battleScenes": [
|
||||
"scenesfight_08"
|
||||
],
|
||||
"disableAiCamera": 0,
|
||||
"DefaultHero": 0,
|
||||
"ChoseHero": [
|
||||
"44004"
|
||||
],
|
||||
"DisableHero": [],
|
||||
"LockSlots": [],
|
||||
"AssistTeam": 0,
|
||||
"CanFriendHelp": 0,
|
||||
"Numrounds": 0
|
||||
}
|
||||
]
|
21
json/game_battleready_capskill.json
Normal file
21
json/game_battleready_capskill.json
Normal file
@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"id": 101,
|
||||
"lv": [
|
||||
20,
|
||||
1
|
||||
],
|
||||
"start": [
|
||||
5,
|
||||
1
|
||||
],
|
||||
"race": [
|
||||
2,
|
||||
1
|
||||
],
|
||||
"heroid": [
|
||||
"25001"
|
||||
],
|
||||
"disableplay": []
|
||||
}
|
||||
]
|
222
json/game_battlescore.json
Normal file
222
json/game_battlescore.json
Normal file
@ -0,0 +1,222 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_1",
|
||||
"text": "e-"
|
||||
},
|
||||
"rank_low": 0,
|
||||
"rank_up": 19999,
|
||||
"grade": "gh_img_e0",
|
||||
"score": 1
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_2",
|
||||
"text": "e"
|
||||
},
|
||||
"rank_low": 20000,
|
||||
"rank_up": 49999,
|
||||
"grade": "gh_img_e",
|
||||
"score": 2
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_3",
|
||||
"text": "e+"
|
||||
},
|
||||
"rank_low": 50000,
|
||||
"rank_up": 79999,
|
||||
"grade": "gh_img_e1",
|
||||
"score": 3
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_4",
|
||||
"text": "d-"
|
||||
},
|
||||
"rank_low": 80000,
|
||||
"rank_up": 99999,
|
||||
"grade": "gh_img_d0",
|
||||
"score": 4
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_5",
|
||||
"text": "d"
|
||||
},
|
||||
"rank_low": 100000,
|
||||
"rank_up": 149999,
|
||||
"grade": "gh_img_d",
|
||||
"score": 5
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_6",
|
||||
"text": "d+"
|
||||
},
|
||||
"rank_low": 150000,
|
||||
"rank_up": 199999,
|
||||
"grade": "gh_img_d1",
|
||||
"score": 6
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_7",
|
||||
"text": "c-"
|
||||
},
|
||||
"rank_low": 200000,
|
||||
"rank_up": 249999,
|
||||
"grade": "gh_img_c0",
|
||||
"score": 7
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_8",
|
||||
"text": "c"
|
||||
},
|
||||
"rank_low": 250000,
|
||||
"rank_up": 319999,
|
||||
"grade": "gh_img_c",
|
||||
"score": 8
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_9",
|
||||
"text": "c+"
|
||||
},
|
||||
"rank_low": 320000,
|
||||
"rank_up": 399999,
|
||||
"grade": "gh_img_c1",
|
||||
"score": 9
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_11",
|
||||
"text": "b"
|
||||
},
|
||||
"rank_low": 400000,
|
||||
"rank_up": 499999,
|
||||
"grade": "gh_img_b",
|
||||
"score": 11
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_12",
|
||||
"text": "b+"
|
||||
},
|
||||
"rank_low": 500000,
|
||||
"rank_up": 599999,
|
||||
"grade": "gh_img_b1",
|
||||
"score": 12
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_14",
|
||||
"text": "a"
|
||||
},
|
||||
"rank_low": 600000,
|
||||
"rank_up": 699999,
|
||||
"grade": "gh_img_a",
|
||||
"score": 14
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_15",
|
||||
"text": "a+"
|
||||
},
|
||||
"rank_low": 700000,
|
||||
"rank_up": 999999,
|
||||
"grade": "gh_img_a1",
|
||||
"score": 15
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_16",
|
||||
"text": "s"
|
||||
},
|
||||
"rank_low": 1000000,
|
||||
"rank_up": 1199999,
|
||||
"grade": "gh_img_s",
|
||||
"score": 16
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_17",
|
||||
"text": "ss"
|
||||
},
|
||||
"rank_low": 1200000,
|
||||
"rank_up": 1599999,
|
||||
"grade": "gh_img_ss",
|
||||
"score": 17
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_18",
|
||||
"text": "sss"
|
||||
},
|
||||
"rank_low": 1600000,
|
||||
"rank_up": 1999999,
|
||||
"grade": "gh_img_sss",
|
||||
"score": 18
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_19",
|
||||
"text": "sss+"
|
||||
},
|
||||
"rank_low": 2000000,
|
||||
"rank_up": 2799999,
|
||||
"grade": "gh_img_sss1",
|
||||
"score": 19
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_20",
|
||||
"text": "ex"
|
||||
},
|
||||
"rank_low": 2800000,
|
||||
"rank_up": 3799999,
|
||||
"grade": "gh_img_ex3",
|
||||
"score": 20
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_21",
|
||||
"text": "ex+"
|
||||
},
|
||||
"rank_low": 3800000,
|
||||
"rank_up": 4999999,
|
||||
"grade": "gh_img_ex2",
|
||||
"score": 21
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"score_name": {
|
||||
"key": "guild_guild_boss_score_name_22",
|
||||
"text": "ex++"
|
||||
},
|
||||
"rank_low": 5000000,
|
||||
"rank_up": -1,
|
||||
"grade": "gh_img_ex1",
|
||||
"score": 22
|
||||
}
|
||||
]
|
8
json/game_battletasktesting.json
Normal file
8
json/game_battletasktesting.json
Normal file
@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"id": 7,
|
||||
"battletask_testing_id": [
|
||||
101102
|
||||
]
|
||||
}
|
||||
]
|
985
json/game_breakingbad.json
Normal file
985
json/game_breakingbad.json
Normal file
@ -0,0 +1,985 @@
|
||||
[
|
||||
{
|
||||
"delicacies": "14020000",
|
||||
"recipe": [],
|
||||
"Type": -1,
|
||||
"flame": 10,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020001",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020002",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020020",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010014",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020005",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 1,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020024",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010012",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020025",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010016",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 2,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020036",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020040",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010009",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020045",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020048",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010003",
|
||||
"n": 20
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 20,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020046",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020004",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010012",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020022",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010016",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010002",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 2,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020003",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010002",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020006",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010014",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020010",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020021",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010014",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010004",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020016",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010013",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020026",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010013",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 1,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020028",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010004",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020030",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 5,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020031",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010002",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 1,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020032",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020033",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020034",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020035",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010012",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 1,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020042",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010007",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020043",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010010",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 2,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020049",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010014",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "14010007",
|
||||
"n": 10
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 40,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020007",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020017",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020018",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010010",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020019",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010004",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020023",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010013",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 1,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020008",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010013",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020009",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010002",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020011",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010013",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 1,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020012",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010007",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020013",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010016",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010004",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020014",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010015",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010005",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020015",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010016",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 6,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020037",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010007",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 2,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020038",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010007",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010009",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020039",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010010",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010001",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010008",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020041",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010011",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010016",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010012",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 3,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020044",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010010",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010005",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010006",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 4,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
},
|
||||
{
|
||||
"delicacies": "14020047",
|
||||
"recipe": [
|
||||
{
|
||||
"a": "14010013",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010010",
|
||||
"n": 7
|
||||
},
|
||||
{
|
||||
"a": "14010005",
|
||||
"n": 6
|
||||
}
|
||||
],
|
||||
"Type": 2,
|
||||
"flame": 60,
|
||||
"unlockreward": {
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 30
|
||||
}
|
||||
}
|
||||
]
|
44
json/game_breakingbadtag.json
Normal file
44
json/game_breakingbadtag.json
Normal file
@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"Type": 1,
|
||||
"TagName": {
|
||||
"key": "breakingbad_gourmet_TagName_1",
|
||||
"text": "点心"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": 2,
|
||||
"TagName": {
|
||||
"key": "breakingbad_gourmet_TagName_2",
|
||||
"text": "凉菜"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": 3,
|
||||
"TagName": {
|
||||
"key": "breakingbad_gourmet_TagName_3",
|
||||
"text": "热菜"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": 4,
|
||||
"TagName": {
|
||||
"key": "breakingbad_gourmet_TagName_4",
|
||||
"text": "汤"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": 5,
|
||||
"TagName": {
|
||||
"key": "breakingbad_gourmet_TagName_5",
|
||||
"text": "饮料"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": 6,
|
||||
"TagName": {
|
||||
"key": "breakingbad_gourmet_TagName_6",
|
||||
"text": "主食"
|
||||
}
|
||||
}
|
||||
]
|
782
json/game_bubblegroup.json
Normal file
782
json/game_bubblegroup.json
Normal file
@ -0,0 +1,782 @@
|
||||
[
|
||||
{
|
||||
"KeyId": 1,
|
||||
"GroupID": 24002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_1",
|
||||
"text": "我喜欢你的牙齿!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 2,
|
||||
"GroupID": 24002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_2",
|
||||
"text": "我这里的东西应有尽有,慢慢挑~"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 3,
|
||||
"GroupID": 24002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_3",
|
||||
"text": "有什么需要帮忙的吗?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 4,
|
||||
"GroupID": 24008,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_4",
|
||||
"text": "啊?找我有什么事?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 5,
|
||||
"GroupID": 24008,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_5",
|
||||
"text": "你这家伙居然敢不理我?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 6,
|
||||
"GroupID": 24008,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_6",
|
||||
"text": "再不说话,小心我凑你!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 7,
|
||||
"GroupID": 44006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_7",
|
||||
"text": "听说你想成为功夫大师?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 8,
|
||||
"GroupID": 44006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_8",
|
||||
"text": "今天的晨功又没看见你。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 9,
|
||||
"GroupID": 44006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_9",
|
||||
"text": "若有差遣,但凭吩咐。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 10,
|
||||
"GroupID": 34002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_10",
|
||||
"text": "就这样,什么也不用说……"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 11,
|
||||
"GroupID": 34002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_11",
|
||||
"text": "听说你升职了,恭喜你~"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 12,
|
||||
"GroupID": 34002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_12",
|
||||
"text": "我们都如愿以偿了,真好。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 13,
|
||||
"GroupID": 13003,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_13",
|
||||
"text": "啊,呃……哦~"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 14,
|
||||
"GroupID": 13003,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_14",
|
||||
"text": "我,我也不知道……"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 15,
|
||||
"GroupID": 13003,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_15",
|
||||
"text": "我能理解你,朋友。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 16,
|
||||
"GroupID": 34006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_16",
|
||||
"text": "你醒了吗?还是还在梦中?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 17,
|
||||
"GroupID": 34006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_17",
|
||||
"text": "我会指引你的一切行动。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 18,
|
||||
"GroupID": 34006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_18",
|
||||
"text": "天快亮了,黎明就在前方。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 19,
|
||||
"GroupID": 14005,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_19",
|
||||
"text": "你想去哪儿,我可以载你一程。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 20,
|
||||
"GroupID": 14005,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_20",
|
||||
"text": "不需要闹出太大动静。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 21,
|
||||
"GroupID": 14005,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_21",
|
||||
"text": "别冲动,先屏住呼吸~"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 22,
|
||||
"GroupID": 15001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_22",
|
||||
"text": "你们这里的馆主呢?去把他给我叫来!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 23,
|
||||
"GroupID": 15002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_23",
|
||||
"text": "还以为一届好汉,原来只是鼠辈而已"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 24,
|
||||
"GroupID": 15003,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_24",
|
||||
"text": "踢馆"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 25,
|
||||
"GroupID": 25001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_25",
|
||||
"text": "好好训练!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 26,
|
||||
"GroupID": 25002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_26",
|
||||
"text": "力气这么弱,昨晚没吃饭吗?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 27,
|
||||
"GroupID": 25003,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_27",
|
||||
"text": "准备好锻炼了吗"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 28,
|
||||
"GroupID": 25004,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_28",
|
||||
"text": "没错就是这样"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 29,
|
||||
"GroupID": 43007,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_29",
|
||||
"text": "希卡普真应该来看看我打造的艺术品。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 30,
|
||||
"GroupID": 43007,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_30",
|
||||
"text": "我都忍不住要举杯高歌了。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 31,
|
||||
"GroupID": 43007,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_31",
|
||||
"text": "祝你旅途愉快。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 32,
|
||||
"GroupID": 35001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_32",
|
||||
"text": "知己知彼,百战百胜。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 33,
|
||||
"GroupID": 35001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_33",
|
||||
"text": "内心平静,内心平静。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 34,
|
||||
"GroupID": 35001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_34",
|
||||
"text": "每个大侠都要有自己的领悟。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 35,
|
||||
"GroupID": 25001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_35",
|
||||
"text": "嘿...哈...嘿...哈"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 36,
|
||||
"GroupID": 25001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_36",
|
||||
"text": "准备好和神龙大侠进行每日一练了吗?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 37,
|
||||
"GroupID": 25001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_37",
|
||||
"text": "练过之后是不是觉得全身舒畅!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 38,
|
||||
"GroupID": 35006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_38",
|
||||
"text": "豆包...阳春面...这些都是阿宝爱吃的......"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 39,
|
||||
"GroupID": 35006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_39",
|
||||
"text": "你什么都可以吃,就是不能吃萝卜。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 40,
|
||||
"GroupID": 35006,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_40",
|
||||
"text": "也不知道阿宝现在在做什么......"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 41,
|
||||
"GroupID": 25004,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_41",
|
||||
"text": "舞动秀发,跟我一起嗨!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 42,
|
||||
"GroupID": 25004,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_42",
|
||||
"text": "我会把快乐传递给所有的植物,啦啦啦。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 43,
|
||||
"GroupID": 25004,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_43",
|
||||
"text": "哇,它好像又长高了!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 44,
|
||||
"GroupID": 34007,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_44",
|
||||
"text": "史莱克,你什么时候才会回来......"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 45,
|
||||
"GroupID": 34007,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_45",
|
||||
"text": "魔药的配方?想按什么比例配都可以。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 46,
|
||||
"GroupID": 34007,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_46",
|
||||
"text": "我只想和我嫁的怪物一起幸福的生活。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 47,
|
||||
"GroupID": 34001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_47",
|
||||
"text": "好想念泥巴蚯蚓酱、姜饼人纽扣糖霜......"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 48,
|
||||
"GroupID": 34001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_48",
|
||||
"text": "狩猎的东西都准备好了,快出发吧!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 49,
|
||||
"GroupID": 34001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_49",
|
||||
"text": "我亲爱的火龙还好吗?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 50,
|
||||
"GroupID": 35002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_50",
|
||||
"text": "嘿,想像我一样成为真正的龙骑士么?"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 51,
|
||||
"GroupID": 35002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_51",
|
||||
"text": "尽情享受在空中飞行的快乐吧!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 52,
|
||||
"GroupID": 35002,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_52",
|
||||
"text": "龙是我们维京人最忠诚的伙伴。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 53,
|
||||
"GroupID": 24009,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_53",
|
||||
"text": "和我击掌,我才会告诉你正确的路。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 54,
|
||||
"GroupID": 24009,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_54",
|
||||
"text": "三明治、火腿是你最后的午餐,哈哈哈!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 55,
|
||||
"GroupID": 24009,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_55",
|
||||
"text": "好了好了,我们拥抱一下吧。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 56,
|
||||
"GroupID": 53001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_56",
|
||||
"text": "我是世界上最厉害的捕龙猎手。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 57,
|
||||
"GroupID": 53001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_57",
|
||||
"text": "谢谢你保护我,现在轮到我保护你了。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 58,
|
||||
"GroupID": 53001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_58",
|
||||
"text": "希卡普驯龙果然有一套。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 59,
|
||||
"GroupID": 14001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_59",
|
||||
"text": "今天要做个了断,不计代价!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 60,
|
||||
"GroupID": 14001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_60",
|
||||
"text": "茫茫大海中,不畏巨浪,欢乐的驾驭。"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 61,
|
||||
"GroupID": 14001,
|
||||
"Type": 1,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_61",
|
||||
"text": "希卡普,我的儿子,我为你骄傲!"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 62,
|
||||
"GroupID": 11001,
|
||||
"Type": 2,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_62",
|
||||
"text": "商店收购需求商品语录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 63,
|
||||
"GroupID": 11002,
|
||||
"Type": 2,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_63",
|
||||
"text": "商店收购普通商品语录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 64,
|
||||
"GroupID": 11003,
|
||||
"Type": 2,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_64",
|
||||
"text": "商店收购饱和商品语录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"KeyId": 65,
|
||||
"GroupID": 11004,
|
||||
"Type": 2,
|
||||
"TaskIDMin": 0,
|
||||
"TaskIDMax": 0,
|
||||
"weight": 10,
|
||||
"Text_Bubble": {
|
||||
"key": "bubblegroup_bubblegroup_Text_Bubble_65",
|
||||
"text": "玩家购买成功语录"
|
||||
}
|
||||
}
|
||||
]
|
8858
json/game_bufflottery.json
Normal file
8858
json/game_bufflottery.json
Normal file
File diff suppressed because it is too large
Load Diff
20404
json/game_buriedcondi.json
Normal file
20404
json/game_buriedcondi.json
Normal file
File diff suppressed because it is too large
Load Diff
1157
json/game_buriedtype.json
Normal file
1157
json/game_buriedtype.json
Normal file
File diff suppressed because it is too large
Load Diff
102
json/game_buzkashifm.json
Normal file
102
json/game_buzkashifm.json
Normal file
@ -0,0 +1,102 @@
|
||||
[
|
||||
{
|
||||
"num": 1,
|
||||
"type": 1,
|
||||
"stime": "碰撞障碍时",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_1",
|
||||
"text": "这招太狠了,希望没有人受伤"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 2,
|
||||
"type": 1,
|
||||
"stime": "碰撞障碍时",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_2",
|
||||
"text": "这招太狠了,希望没有人受伤"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 3,
|
||||
"type": 2,
|
||||
"stime": "闪避障碍时",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_3",
|
||||
"text": "大放异彩!"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 4,
|
||||
"type": 3,
|
||||
"stime": "射门成功",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_4",
|
||||
"text": "完美的配合!"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 5,
|
||||
"type": 4,
|
||||
"stime": "射门失败",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_5",
|
||||
"text": "这招太狠了,希望没有人受伤"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 6,
|
||||
"type": 5,
|
||||
"stime": "使用药剂",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_6",
|
||||
"text": "大放异彩!"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 7,
|
||||
"type": 6,
|
||||
"stime": "团队冲刺",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_7",
|
||||
"text": "完美的配合!"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 8,
|
||||
"type": 7,
|
||||
"stime": "死亡",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_8",
|
||||
"text": "这招太狠了,希望没有人受伤"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 9,
|
||||
"type": 8,
|
||||
"stime": "使用道具",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_9",
|
||||
"text": "大放异彩!"
|
||||
},
|
||||
"icon": ""
|
||||
},
|
||||
{
|
||||
"num": 10,
|
||||
"type": 9,
|
||||
"stime": "射门时",
|
||||
"broadcast": {
|
||||
"key": "buzkashi_buzkashi_fm_broadcast_10",
|
||||
"text": "完美的配合!"
|
||||
},
|
||||
"icon": ""
|
||||
}
|
||||
]
|
22
json/game_buzkashigrade.json
Normal file
22
json/game_buzkashigrade.json
Normal file
@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"num": 1,
|
||||
"distance": 10,
|
||||
"value": 8
|
||||
},
|
||||
{
|
||||
"num": 2,
|
||||
"distance": 15,
|
||||
"value": 6
|
||||
},
|
||||
{
|
||||
"num": 3,
|
||||
"distance": 20,
|
||||
"value": 4
|
||||
},
|
||||
{
|
||||
"num": 4,
|
||||
"distance": 25,
|
||||
"value": 2
|
||||
}
|
||||
]
|
32
json/game_buzkashilv.json
Normal file
32
json/game_buzkashilv.json
Normal file
@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"num": 1,
|
||||
"score": "c",
|
||||
"value": 10
|
||||
},
|
||||
{
|
||||
"num": 2,
|
||||
"score": "b",
|
||||
"value": 20
|
||||
},
|
||||
{
|
||||
"num": 3,
|
||||
"score": "a",
|
||||
"value": 50
|
||||
},
|
||||
{
|
||||
"num": 4,
|
||||
"score": "s",
|
||||
"value": 80
|
||||
},
|
||||
{
|
||||
"num": 5,
|
||||
"score": "ss",
|
||||
"value": 100
|
||||
},
|
||||
{
|
||||
"num": 6,
|
||||
"score": "sss",
|
||||
"value": 120
|
||||
}
|
||||
]
|
77
json/game_buzkashimount.json
Normal file
77
json/game_buzkashimount.json
Normal file
@ -0,0 +1,77 @@
|
||||
[
|
||||
{
|
||||
"id": "20030001",
|
||||
"name": {
|
||||
"key": "",
|
||||
"text": ""
|
||||
},
|
||||
"intr": {
|
||||
"key": "",
|
||||
"text": ""
|
||||
},
|
||||
"Color": 1,
|
||||
"Img": "",
|
||||
"access": [
|
||||
107
|
||||
],
|
||||
"model": "",
|
||||
"point": "",
|
||||
"stime": 20,
|
||||
"etime": 20,
|
||||
"hp": 7,
|
||||
"moderate": 100,
|
||||
"sprint": 200,
|
||||
"acceleration": 100,
|
||||
"deceleration": 100
|
||||
},
|
||||
{
|
||||
"id": "20030002",
|
||||
"name": {
|
||||
"key": "",
|
||||
"text": ""
|
||||
},
|
||||
"intr": {
|
||||
"key": "",
|
||||
"text": ""
|
||||
},
|
||||
"Color": 1,
|
||||
"Img": "",
|
||||
"access": [
|
||||
107
|
||||
],
|
||||
"model": "",
|
||||
"point": "",
|
||||
"stime": 20,
|
||||
"etime": 20,
|
||||
"hp": 5,
|
||||
"moderate": 100,
|
||||
"sprint": 200,
|
||||
"acceleration": 100,
|
||||
"deceleration": 100
|
||||
},
|
||||
{
|
||||
"id": "20030003",
|
||||
"name": {
|
||||
"key": "",
|
||||
"text": ""
|
||||
},
|
||||
"intr": {
|
||||
"key": "",
|
||||
"text": ""
|
||||
},
|
||||
"Color": 1,
|
||||
"Img": "",
|
||||
"access": [
|
||||
107
|
||||
],
|
||||
"model": "",
|
||||
"point": "",
|
||||
"stime": 20,
|
||||
"etime": 20,
|
||||
"hp": 5,
|
||||
"moderate": 100,
|
||||
"sprint": 200,
|
||||
"acceleration": 100,
|
||||
"deceleration": 100
|
||||
}
|
||||
]
|
170
json/game_buzkashiopen.json
Normal file
170
json/game_buzkashiopen.json
Normal file
@ -0,0 +1,170 @@
|
||||
[
|
||||
{
|
||||
"num": 1,
|
||||
"shtime": 0,
|
||||
"smtime": 30,
|
||||
"ehtime": 0,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 2,
|
||||
"shtime": 1,
|
||||
"smtime": 30,
|
||||
"ehtime": 1,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 3,
|
||||
"shtime": 2,
|
||||
"smtime": 30,
|
||||
"ehtime": 2,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 4,
|
||||
"shtime": 3,
|
||||
"smtime": 30,
|
||||
"ehtime": 3,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 5,
|
||||
"shtime": 4,
|
||||
"smtime": 30,
|
||||
"ehtime": 4,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 6,
|
||||
"shtime": 5,
|
||||
"smtime": 30,
|
||||
"ehtime": 5,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 7,
|
||||
"shtime": 6,
|
||||
"smtime": 30,
|
||||
"ehtime": 6,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 8,
|
||||
"shtime": 7,
|
||||
"smtime": 30,
|
||||
"ehtime": 7,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 9,
|
||||
"shtime": 8,
|
||||
"smtime": 30,
|
||||
"ehtime": 8,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 10,
|
||||
"shtime": 9,
|
||||
"smtime": 30,
|
||||
"ehtime": 9,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 11,
|
||||
"shtime": 10,
|
||||
"smtime": 30,
|
||||
"ehtime": 10,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 12,
|
||||
"shtime": 11,
|
||||
"smtime": 30,
|
||||
"ehtime": 11,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 13,
|
||||
"shtime": 12,
|
||||
"smtime": 30,
|
||||
"ehtime": 12,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 14,
|
||||
"shtime": 13,
|
||||
"smtime": 30,
|
||||
"ehtime": 13,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 15,
|
||||
"shtime": 14,
|
||||
"smtime": 30,
|
||||
"ehtime": 14,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 16,
|
||||
"shtime": 15,
|
||||
"smtime": 30,
|
||||
"ehtime": 15,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 17,
|
||||
"shtime": 16,
|
||||
"smtime": 30,
|
||||
"ehtime": 16,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 18,
|
||||
"shtime": 17,
|
||||
"smtime": 30,
|
||||
"ehtime": 17,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 19,
|
||||
"shtime": 18,
|
||||
"smtime": 30,
|
||||
"ehtime": 18,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 20,
|
||||
"shtime": 19,
|
||||
"smtime": 30,
|
||||
"ehtime": 19,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 21,
|
||||
"shtime": 20,
|
||||
"smtime": 30,
|
||||
"ehtime": 20,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 22,
|
||||
"shtime": 21,
|
||||
"smtime": 30,
|
||||
"ehtime": 21,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 23,
|
||||
"shtime": 22,
|
||||
"smtime": 30,
|
||||
"ehtime": 22,
|
||||
"emtime": 50
|
||||
},
|
||||
{
|
||||
"num": 24,
|
||||
"shtime": 23,
|
||||
"smtime": 30,
|
||||
"ehtime": 23,
|
||||
"emtime": 50
|
||||
}
|
||||
]
|
67
json/game_buzkashireward.json
Normal file
67
json/game_buzkashireward.json
Normal file
@ -0,0 +1,67 @@
|
||||
[
|
||||
{
|
||||
"key": 1,
|
||||
"schedule": 20,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 2,
|
||||
"schedule": 40,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 10000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 3,
|
||||
"schedule": 60,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 4,
|
||||
"schedule": 80,
|
||||
"reword": [
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "diamond",
|
||||
"n": 10
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 20000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 5,
|
||||
"schedule": 100,
|
||||
"reword": [
|
||||
{
|
||||
"a": "item",
|
||||
"t": "10000001",
|
||||
"n": 1
|
||||
},
|
||||
{
|
||||
"a": "attr",
|
||||
"t": "gold",
|
||||
"n": 50000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
26
json/game_buzkashitrack.json
Normal file
26
json/game_buzkashitrack.json
Normal file
@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"id": 100001,
|
||||
"track": "Track",
|
||||
"type": 1,
|
||||
"startPos": 1,
|
||||
"endPos": 2,
|
||||
"local": 1
|
||||
},
|
||||
{
|
||||
"id": 100002,
|
||||
"track": "Track",
|
||||
"type": 2,
|
||||
"startPos": 2,
|
||||
"endPos": 3,
|
||||
"local": 2
|
||||
},
|
||||
{
|
||||
"id": 100003,
|
||||
"track": "Track",
|
||||
"type": 3,
|
||||
"startPos": 3,
|
||||
"endPos": 4,
|
||||
"local": 3
|
||||
}
|
||||
]
|
882
json/game_camplv.json
Normal file
882
json/game_camplv.json
Normal file
@ -0,0 +1,882 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"reputation_lv": 1,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 20,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"reputation_lv": 2,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 30,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"reputation_lv": 3,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 40,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"reputation_lv": 4,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 50,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"reputation_lv": 5,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 60,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"reputation_lv": 6,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 70,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"reputation_lv": 7,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 80,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent1",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"reputation_lv": 8,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 90,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"reputation_lv": 9,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 100,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"reputation_lv": 10,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 110,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"reputation_lv": 11,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 120,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"reputation_lv": 12,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 130,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"reputation_lv": 13,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 140,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"reputation_lv": 14,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 150,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"reputation_lv": 15,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 160,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"reputation_lv": 16,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 170,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"reputation_lv": 17,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 180,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"reputation_lv": 18,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 190,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"reputation_lv": 19,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 200,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"reputation_lv": 20,
|
||||
"raceType": 1,
|
||||
"reputation_exp": 210,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"reputation_lv": 1,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 20,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"reputation_lv": 2,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 30,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"reputation_lv": 3,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 40,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"reputation_lv": 4,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 50,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"reputation_lv": 5,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 60,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"reputation_lv": 6,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 70,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"reputation_lv": 7,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 80,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"reputation_lv": 8,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 90,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"reputation_lv": 9,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 100,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 30,
|
||||
"reputation_lv": 10,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 110,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 31,
|
||||
"reputation_lv": 11,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 120,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 32,
|
||||
"reputation_lv": 12,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 130,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 33,
|
||||
"reputation_lv": 13,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 140,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"reputation_lv": 14,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 150,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 35,
|
||||
"reputation_lv": 15,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 160,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 36,
|
||||
"reputation_lv": 16,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 170,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 37,
|
||||
"reputation_lv": 17,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 180,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 38,
|
||||
"reputation_lv": 18,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 190,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 39,
|
||||
"reputation_lv": 19,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 200,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"reputation_lv": 20,
|
||||
"raceType": 2,
|
||||
"reputation_exp": 210,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"reputation_lv": 1,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 20,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 42,
|
||||
"reputation_lv": 2,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 30,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 43,
|
||||
"reputation_lv": 3,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 40,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 44,
|
||||
"reputation_lv": 4,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 50,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 45,
|
||||
"reputation_lv": 5,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 60,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 46,
|
||||
"reputation_lv": 6,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 70,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
"reputation_lv": 7,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 80,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 48,
|
||||
"reputation_lv": 8,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 90,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 49,
|
||||
"reputation_lv": 9,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 100,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 50,
|
||||
"reputation_lv": 10,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 110,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 51,
|
||||
"reputation_lv": 11,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 120,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 52,
|
||||
"reputation_lv": 12,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 130,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"reputation_lv": 13,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 140,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 54,
|
||||
"reputation_lv": 14,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 150,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 55,
|
||||
"reputation_lv": 15,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 160,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 56,
|
||||
"reputation_lv": 16,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 170,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 57,
|
||||
"reputation_lv": 17,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 180,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 58,
|
||||
"reputation_lv": 18,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 190,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 59,
|
||||
"reputation_lv": 19,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 200,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 60,
|
||||
"reputation_lv": 20,
|
||||
"raceType": 3,
|
||||
"reputation_exp": 210,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 61,
|
||||
"reputation_lv": 1,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 20,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 62,
|
||||
"reputation_lv": 2,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 30,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 63,
|
||||
"reputation_lv": 3,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 40,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 64,
|
||||
"reputation_lv": 4,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 50,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 65,
|
||||
"reputation_lv": 5,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 60,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 66,
|
||||
"reputation_lv": 6,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 70,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 67,
|
||||
"reputation_lv": 7,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 80,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 68,
|
||||
"reputation_lv": 8,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 90,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 69,
|
||||
"reputation_lv": 9,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 100,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 70,
|
||||
"reputation_lv": 10,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 110,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 71,
|
||||
"reputation_lv": 11,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 120,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 72,
|
||||
"reputation_lv": 12,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 130,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 73,
|
||||
"reputation_lv": 13,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 140,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 74,
|
||||
"reputation_lv": 14,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 150,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 75,
|
||||
"reputation_lv": 15,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 160,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 76,
|
||||
"reputation_lv": 16,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 170,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 77,
|
||||
"reputation_lv": 17,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 180,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 78,
|
||||
"reputation_lv": 18,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 190,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 79,
|
||||
"reputation_lv": 19,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 200,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 80,
|
||||
"reputation_lv": 20,
|
||||
"raceType": 4,
|
||||
"reputation_exp": 210,
|
||||
"Reward": {
|
||||
"a": "attr",
|
||||
"t": "talent2",
|
||||
"n": 1
|
||||
}
|
||||
}
|
||||
]
|
37
json/game_captaintext.json
Normal file
37
json/game_captaintext.json
Normal file
@ -0,0 +1,37 @@
|
||||
[
|
||||
{
|
||||
"hero": "25001",
|
||||
"text": {
|
||||
"key": "skill_25001",
|
||||
"text": "25001英雄简化队长技"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hero": "25004",
|
||||
"text": {
|
||||
"key": "skill_25004",
|
||||
"text": "25004英雄简化队长技"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hero": "34006",
|
||||
"text": {
|
||||
"key": "skill_34006",
|
||||
"text": "34006英雄简化队长技"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hero": "35001",
|
||||
"text": {
|
||||
"key": "skill_35001",
|
||||
"text": "35001英雄简化队长技"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hero": "35002",
|
||||
"text": {
|
||||
"key": "skill_35002",
|
||||
"text": "35002英雄简化队长技"
|
||||
}
|
||||
}
|
||||
]
|
184
json/game_caravanbattle.json
Normal file
184
json/game_caravanbattle.json
Normal file
@ -0,0 +1,184 @@
|
||||
[
|
||||
{
|
||||
"id": 101,
|
||||
"FormatList": [
|
||||
700011
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"FormatList": [
|
||||
700012
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"FormatList": [
|
||||
700013
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 104,
|
||||
"FormatList": [
|
||||
700014
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"FormatList": [
|
||||
700015
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 106,
|
||||
"FormatList": [
|
||||
700016
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"FormatList": [
|
||||
700017
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 108,
|
||||
"FormatList": [
|
||||
700018
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 109,
|
||||
"FormatList": [
|
||||
700019
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 110,
|
||||
"FormatList": [
|
||||
700020
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 111,
|
||||
"FormatList": [
|
||||
700021
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 112,
|
||||
"FormatList": [
|
||||
700022
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 113,
|
||||
"FormatList": [
|
||||
700023
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 114,
|
||||
"FormatList": [
|
||||
700024
|
||||
],
|
||||
"BattleReadyID": 100,
|
||||
"EventList": [],
|
||||
"playexp": {
|
||||
"a": "attr",
|
||||
"t": "exp",
|
||||
"n": 1000
|
||||
}
|
||||
}
|
||||
]
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user