Browse Source

config

master
linquan 2 months ago
parent
commit
0dd062da62
  1. 257
      package-lock.json
  2. 3
      package.json
  3. 66
      src/api/config/ActivityConfigCategory.json
  4. 1382
      src/api/config/AllItemConfigCategory.json
  5. 250
      src/api/config/BeastTideConfigCategory.json
  6. 2
      src/api/config/DailyTaskConfigCategory.json
  7. 72
      src/api/config/DialogueConfigCategory.json
  8. 63
      src/api/config/DialogueGroupConfigCategory.json
  9. 4332
      src/api/config/ExtraAttributeConfigCategory.json
  10. 18
      src/api/config/FoodConfigCategory.json
  11. 9
      src/api/config/FoodTicketConfigCategory.json
  12. 134
      src/api/config/FunctionItemConfigCategory.json
  13. 4
      src/api/config/GameUnitSizeInfoConfigCategory.json
  14. 240
      src/api/config/GemConfigCategory.json
  15. 60
      src/api/config/GoodsForSaleConfigCategory.json
  16. 91
      src/api/config/HelpConfigCategory.json
  17. 28
      src/api/config/KiteConfigCategory.json
  18. 8
      src/api/config/LingYuDongItemGroupConfigCategory.json
  19. 45
      src/api/config/LongZhouConfigCategory.json
  20. 12
      src/api/config/MoneyConfigCategory.json
  21. 27526
      src/api/config/MonsterConfigCategory.json
  22. 2
      src/api/config/MonthlyCardConfigCategory.json
  23. 26
      src/api/config/OrderConfigCategory.json
  24. 152
      src/api/config/OrderMaterialsConfigCategory.json
  25. 52
      src/api/config/PackageConfigCategory.json
  26. 12
      src/api/config/PetConfigCategory.json
  27. 2
      src/api/config/RechargeAddUpConfigCategory.json
  28. 8200
      src/api/config/RefreshPointConfigCategory.json
  29. 265
      src/api/config/RewardGroupConfigCategory.json
  30. 678
      src/api/config/ScienceConfigCategory.json
  31. 4
      src/api/config/SkillBuffConfigCategory.json
  32. 59
      src/api/config/StructureConfigCategory.json
  33. 16
      src/api/config/StructureFightConfigCategory.json
  34. 53
      src/api/config/StructureSkinConfigCategory.json
  35. 68
      src/api/config/StructureStrengthenConfigCategory.json
  36. 135
      src/api/config/SynthesisConfigCategory.json
  37. 7
      src/api/config/SystemConditionsConfigCategory.json
  38. 122
      src/api/config/TaoyuanPalaceConfigCategory.json
  39. 45
      src/api/config/TextConfigCategory.json
  40. 5
      src/api/config/TipsConfigCategory.json
  41. 39
      src/api/config/TitleConfigCategory.json
  42. 126
      src/api/config/TreasureSynthesisConfigCategory.json
  43. 60
      src/api/config/TreasureSynthesisGroupConfigCategory.json
  44. 8
      src/api/config/ValleyEffectConfigCategory.json
  45. 500
      src/api/config/WarConfigCategory.json
  46. 2
      src/api/config/WorldParametersConfigCategory.json
  47. 36
      src/views/gameOrder/getTransactionId/index.vue

257
package-lock.json generated

@ -10,20 +10,23 @@
"integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA=="
},
"@babel/runtime": {
"version": "7.17.2",
"resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.17.2.tgz",
"integrity": "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.27.1.tgz",
"integrity": "sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog=="
},
"@babel/runtime-corejs3": {
"version": "7.17.2",
"resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.2.tgz",
"integrity": "sha512-NcKtr2epxfIrNM4VOmPKO46TvDMCBhgi2CrSHaEarrz+Plk2K5r9QemmOFTGpZaoKnWoGH5MO+CzeRsih/Fcgg==",
"version": "7.27.1",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.1.tgz",
"integrity": "sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==",
"requires": {
"core-js-pure": "^3.20.2",
"regenerator-runtime": "^0.13.4"
"core-js-pure": "^3.30.2"
},
"dependencies": {
"core-js-pure": {
"version": "3.42.0",
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.42.0.tgz",
"integrity": "sha512-007bM04u91fF4kMgwom2I5cQxAFIy8jVulgr9eozILl/SZE53QOqnW/+vviC+wQWLv+AunBG+8Q0TLoeSsSxRQ=="
}
}
},
"@ctrl/tinycolor": {
@ -203,65 +206,27 @@
"integrity": "sha512-410ZoxKF+r1roeSelL+WHXfdryUMg5iykC1XwQ3l6XqNw43IMACzyvTH6k6Pwxj7w7x42nce0Qdn1GQ3Y8xyCw=="
},
"@intlify/core-base": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.1.9.tgz",
"integrity": "sha512-x5T0p/Ja0S8hs5xs+ImKyYckVkL4CzcEXykVYYV6rcbXxJTe2o58IquSqX9bdncVKbRZP7GlBU1EcRaQEEJ+vw==",
"requires": {
"@intlify/devtools-if": "9.1.9",
"@intlify/message-compiler": "9.1.9",
"@intlify/message-resolver": "9.1.9",
"@intlify/runtime": "9.1.9",
"@intlify/shared": "9.1.9",
"@intlify/vue-devtools": "9.1.9"
}
},
"@intlify/devtools-if": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/devtools-if/-/devtools-if-9.1.9.tgz",
"integrity": "sha512-oKSMKjttG3Ut/1UGEZjSdghuP3fwA15zpDPcjkf/1FjlOIm6uIBGMNS5jXzsZy593u+P/YcnrZD6cD3IVFz9vQ==",
"version": "9.14.4",
"resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.4.tgz",
"integrity": "sha512-vtZCt7NqWhKEtHa3SD/322DlgP5uR9MqWxnE0y8Q0tjDs9H5Lxhss+b5wv8rmuXRoHKLESNgw9d+EN9ybBbj9g==",
"requires": {
"@intlify/shared": "9.1.9"
"@intlify/message-compiler": "9.14.4",
"@intlify/shared": "9.14.4"
}
},
"@intlify/message-compiler": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.1.9.tgz",
"integrity": "sha512-6YgCMF46Xd0IH2hMRLCssZI3gFG4aywidoWQ3QP4RGYQXQYYfFC54DxhSgfIPpVoPLQ+4AD29eoYmhiHZ+qLFQ==",
"version": "9.14.4",
"resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.4.tgz",
"integrity": "sha512-vcyCLiVRN628U38c3PbahrhbbXrckrM9zpy0KZVlDk2Z0OnGwv8uQNNXP3twwGtfLsCf4gu3ci6FMIZnPaqZsw==",
"requires": {
"@intlify/message-resolver": "9.1.9",
"@intlify/shared": "9.1.9",
"source-map": "0.6.1"
}
},
"@intlify/message-resolver": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/message-resolver/-/message-resolver-9.1.9.tgz",
"integrity": "sha512-Lx/DBpigeK0sz2BBbzv5mu9/dAlt98HxwbG7xLawC3O2xMF9MNWU5FtOziwYG6TDIjNq0O/3ZbOJAxwITIWXEA=="
},
"@intlify/runtime": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/runtime/-/runtime-9.1.9.tgz",
"integrity": "sha512-XgPw8+UlHCiie3fI41HPVa/VDJb3/aSH7bLhY1hJvlvNV713PFtb4p4Jo+rlE0gAoMsMCGcsiT982fImolSltg==",
"requires": {
"@intlify/message-compiler": "9.1.9",
"@intlify/message-resolver": "9.1.9",
"@intlify/shared": "9.1.9"
"@intlify/shared": "9.14.4",
"source-map-js": "^1.0.2"
}
},
"@intlify/shared": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.1.9.tgz",
"integrity": "sha512-xKGM1d0EAxdDFCWedcYXOm6V5Pfw/TMudd6/qCdEb4tv0hk9EKeg7lwQF1azE0dP2phvx0yXxrt7UQK+IZjNdw=="
},
"@intlify/vue-devtools": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/@intlify/vue-devtools/-/vue-devtools-9.1.9.tgz",
"integrity": "sha512-YPehH9uL4vZcGXky4Ev5qQIITnHKIvsD2GKGXgqf+05osMUI6WSEQHaN9USRa318Rs8RyyPCiDfmA0hRu3k7og==",
"requires": {
"@intlify/message-resolver": "9.1.9",
"@intlify/runtime": "9.1.9",
"@intlify/shared": "9.1.9"
}
"version": "9.14.4",
"resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.4.tgz",
"integrity": "sha512-P9zv6i1WvMc9qDBWvIgKkymjY2ptIiQ065PjDv7z7fDqH3J/HBRBN5IoiR46r/ujRcU7hCuSIZWvCAFCyuOYZA=="
},
"@nodelib/fs.scandir": {
"version": "2.1.5",
@ -655,12 +620,23 @@
}
},
"braces": {
"version": "3.0.2",
"resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
"integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true,
"requires": {
"fill-range": "^7.0.1"
"fill-range": "^7.1.1"
},
"dependencies": {
"fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true,
"requires": {
"to-regex-range": "^5.0.1"
}
}
}
},
"buffer-equal-constant-time": {
@ -760,11 +736,6 @@
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
"dev": true
},
"core-js-pure": {
"version": "3.21.1",
"resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.21.1.tgz",
"integrity": "sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ=="
},
"countup.js": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.1.0.tgz",
@ -1316,6 +1287,21 @@
"resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-2.0.3.tgz",
"integrity": "sha512-jLN68Dx5kyFHaePoXWPsCGW5qdyZQtLYHkxkg02/Mz6g0kYpDx4FyP6XfArhQdlOC4b8Mv+EMxPo/8La7Tzghg=="
},
"express-jwt": {
"version": "8.5.1",
"resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-8.5.1.tgz",
"integrity": "sha512-Dv6QjDLpR2jmdb8M6XQXiCcpEom7mK8TOqnr0/TngDKsG2DHVkO8+XnVxkJVN7BuS1I3OrGw6N8j5DaaGgkDRQ==",
"requires": {
"@types/jsonwebtoken": "^9",
"express-unless": "^2.1.3",
"jsonwebtoken": "^9.0.0"
}
},
"express-unless": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/express-unless/-/express-unless-2.1.3.tgz",
"integrity": "sha512-wj4tLMyCVYuIIKHGt0FhCtIViBcwzWejX0EjNxveAa6dG+0XBCQhMbx+PnkLkFCxLC69qoFrxds4pIyL88inaQ=="
},
"extend": {
"version": "3.0.2",
"resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
@ -1375,15 +1361,6 @@
"flat-cache": "^3.0.4"
}
},
"fill-range": {
"version": "7.0.1",
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
"integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
"dev": true,
"requires": {
"to-regex-range": "^5.0.1"
}
},
"find-up": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@ -1411,9 +1388,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.14.9",
"resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.14.9.tgz",
"integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w=="
"version": "1.15.9",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz",
"integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ=="
},
"fs.realpath": {
"version": "1.0.0",
@ -1739,13 +1716,6 @@
"lodash.once": "^4.0.0",
"ms": "^2.1.1",
"semver": "^7.5.4"
},
"dependencies": {
"semver": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="
}
}
},
"jsplumb": {
@ -1853,15 +1823,6 @@
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg=="
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dev": true,
"requires": {
"yallist": "^4.0.0"
}
},
"magic-string": {
"version": "0.25.9",
"resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
@ -1882,13 +1843,13 @@
"dev": true
},
"micromatch": {
"version": "4.0.4",
"resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.4.tgz",
"integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"dev": true,
"requires": {
"braces": "^3.0.1",
"picomatch": "^2.2.3"
"braces": "^3.0.3",
"picomatch": "^2.3.1"
}
},
"minimatch": {
@ -1911,9 +1872,9 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"nanoid": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.1.tgz",
"integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw=="
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
},
"natural-compare": {
"version": "1.4.0",
@ -2047,11 +2008,6 @@
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
"dev": true
},
"picocolors": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
},
"picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
@ -2059,13 +2015,25 @@
"dev": true
},
"postcss": {
"version": "8.4.8",
"resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.8.tgz",
"integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz",
"integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==",
"requires": {
"nanoid": "^3.3.1",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
"nanoid": "^3.3.8",
"picocolors": "^1.1.1",
"source-map-js": "^1.2.1"
},
"dependencies": {
"picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
},
"source-map-js": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
}
}
},
"prelude-ls": {
@ -2134,11 +2102,6 @@
"picomatch": "^2.2.1"
}
},
"regenerator-runtime": {
"version": "0.13.9",
"resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
},
"regexp.prototype.flags": {
"version": "1.5.2",
"resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz",
@ -2189,9 +2152,9 @@
}
},
"rollup": {
"version": "2.70.0",
"resolved": "https://registry.npmmirror.com/rollup/-/rollup-2.70.0.tgz",
"integrity": "sha512-iEzYw+syFxQ0X9RefVwhr8BA2TNJsTaX8L8dhyeyMECDbmiba+8UQzcu+xZdji0+JQ+s7kouQnw+9Oz5M19XKA==",
"version": "2.79.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
"integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
@ -2243,13 +2206,9 @@
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0="
},
"semver": {
"version": "7.3.5",
"resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.5.tgz",
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
"dev": true,
"requires": {
"lru-cache": "^6.0.0"
}
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="
},
"set-function-length": {
"version": "1.2.2",
@ -2522,14 +2481,20 @@
}
},
"vue-i18n": {
"version": "9.1.9",
"resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.1.9.tgz",
"integrity": "sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==",
"version": "9.14.4",
"resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.4.tgz",
"integrity": "sha512-B934C8yUyWLT0EMud3DySrwSUJI7ZNiWYsEEz2gknTthqKiG4dzWE/WSa8AzCuSQzwBEv4HtG1jZDhgzPfWSKQ==",
"requires": {
"@intlify/core-base": "9.1.9",
"@intlify/shared": "9.1.9",
"@intlify/vue-devtools": "9.1.9",
"@vue/devtools-api": "^6.0.0-beta.7"
"@intlify/core-base": "9.14.4",
"@intlify/shared": "9.14.4",
"@vue/devtools-api": "^6.5.0"
},
"dependencies": {
"@vue/devtools-api": {
"version": "6.6.4",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
}
}
},
"vue-quill-editor": {
@ -2584,9 +2549,9 @@
}
},
"word-wrap": {
"version": "1.2.3",
"resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.3.tgz",
"integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
"dev": true
},
"wrappy": {
@ -2595,12 +2560,6 @@
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"dev": true
},
"yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true
},
"yocto-queue": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",

3
package.json

@ -23,6 +23,7 @@
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.0.0",
"element-plus": "^2.0.4",
"express-jwt": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"jsplumb": "^2.15.6",
"mitt": "^3.0.0",
@ -35,7 +36,7 @@
"vue": "^3.2.31",
"vue-clipboard3": "^1.0.1",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "^9.1.9",
"vue-i18n": "^9.14.4",
"vue-quill-editor": "^3.0.6",
"vue-router": "^4.0.13",
"vuex": "^4.0.2",

66
src/api/config/ActivityConfigCategory.json

@ -0,0 +1,66 @@
[
{
"Id": 102,
"Name": "微风上纸鸢",
"Type": 2,
"ActivityId": 1,
"Sort": 1,
"StartTime": "2025/5/16",
"EndTime": "2025/6/9",
"CloseTime": "2025/6/12",
"Condition": 2,
"ConditionNum": [
100,
200,
300,
400,
500,
600,
700
],
"Reward": [
100008,
100009,
100010,
100011,
100012,
100013,
100014
],
"Group": 21,
"ChallengeCore": 100,
"DailyChange": true
},
{
"Id": 103,
"Name": "桃谷龙舟赛",
"Type": 3,
"ActivityId": 1,
"Sort": 2,
"StartTime": "2025/5/16",
"EndTime": "2025/6/9",
"CloseTime": "2025/6/12",
"Condition": 2,
"ConditionNum": [
100,
200,
300,
400,
500,
600,
700
],
"Reward": [
100015,
100016,
100017,
100018,
100019,
100020,
100021
],
"Group": 22,
"ChallengeCore": 100,
"DailyChange": true
}
]

1382
src/api/config/AllItemConfigCategory.json

File diff suppressed because it is too large Load Diff

250
src/api/config/BeastTideConfigCategory.json

@ -1248,5 +1248,255 @@
"Id": 250,
"Challenge": 10250,
"ChallengeAward": 2250
},
{
"Id": 251,
"Challenge": 10251,
"ChallengeAward": 2251
},
{
"Id": 252,
"Challenge": 10252,
"ChallengeAward": 2252
},
{
"Id": 253,
"Challenge": 10253,
"ChallengeAward": 2253
},
{
"Id": 254,
"Challenge": 10254,
"ChallengeAward": 2254
},
{
"Id": 255,
"Challenge": 10255,
"ChallengeAward": 2255
},
{
"Id": 256,
"Challenge": 10256,
"ChallengeAward": 2256
},
{
"Id": 257,
"Challenge": 10257,
"ChallengeAward": 2257
},
{
"Id": 258,
"Challenge": 10258,
"ChallengeAward": 2258
},
{
"Id": 259,
"Challenge": 10259,
"ChallengeAward": 2259
},
{
"Id": 260,
"Challenge": 10260,
"ChallengeAward": 2260
},
{
"Id": 261,
"Challenge": 10261,
"ChallengeAward": 2261
},
{
"Id": 262,
"Challenge": 10262,
"ChallengeAward": 2262
},
{
"Id": 263,
"Challenge": 10263,
"ChallengeAward": 2263
},
{
"Id": 264,
"Challenge": 10264,
"ChallengeAward": 2264
},
{
"Id": 265,
"Challenge": 10265,
"ChallengeAward": 2265
},
{
"Id": 266,
"Challenge": 10266,
"ChallengeAward": 2266
},
{
"Id": 267,
"Challenge": 10267,
"ChallengeAward": 2267
},
{
"Id": 268,
"Challenge": 10268,
"ChallengeAward": 2268
},
{
"Id": 269,
"Challenge": 10269,
"ChallengeAward": 2269
},
{
"Id": 270,
"Challenge": 10270,
"ChallengeAward": 2270
},
{
"Id": 271,
"Challenge": 10271,
"ChallengeAward": 2271
},
{
"Id": 272,
"Challenge": 10272,
"ChallengeAward": 2272
},
{
"Id": 273,
"Challenge": 10273,
"ChallengeAward": 2273
},
{
"Id": 274,
"Challenge": 10274,
"ChallengeAward": 2274
},
{
"Id": 275,
"Challenge": 10275,
"ChallengeAward": 2275
},
{
"Id": 276,
"Challenge": 10276,
"ChallengeAward": 2276
},
{
"Id": 277,
"Challenge": 10277,
"ChallengeAward": 2277
},
{
"Id": 278,
"Challenge": 10278,
"ChallengeAward": 2278
},
{
"Id": 279,
"Challenge": 10279,
"ChallengeAward": 2279
},
{
"Id": 280,
"Challenge": 10280,
"ChallengeAward": 2280
},
{
"Id": 281,
"Challenge": 10281,
"ChallengeAward": 2281
},
{
"Id": 282,
"Challenge": 10282,
"ChallengeAward": 2282
},
{
"Id": 283,
"Challenge": 10283,
"ChallengeAward": 2283
},
{
"Id": 284,
"Challenge": 10284,
"ChallengeAward": 2284
},
{
"Id": 285,
"Challenge": 10285,
"ChallengeAward": 2285
},
{
"Id": 286,
"Challenge": 10286,
"ChallengeAward": 2286
},
{
"Id": 287,
"Challenge": 10287,
"ChallengeAward": 2287
},
{
"Id": 288,
"Challenge": 10288,
"ChallengeAward": 2288
},
{
"Id": 289,
"Challenge": 10289,
"ChallengeAward": 2289
},
{
"Id": 290,
"Challenge": 10290,
"ChallengeAward": 2290
},
{
"Id": 291,
"Challenge": 10291,
"ChallengeAward": 2291
},
{
"Id": 292,
"Challenge": 10292,
"ChallengeAward": 2292
},
{
"Id": 293,
"Challenge": 10293,
"ChallengeAward": 2293
},
{
"Id": 294,
"Challenge": 10294,
"ChallengeAward": 2294
},
{
"Id": 295,
"Challenge": 10295,
"ChallengeAward": 2295
},
{
"Id": 296,
"Challenge": 10296,
"ChallengeAward": 2296
},
{
"Id": 297,
"Challenge": 10297,
"ChallengeAward": 2297
},
{
"Id": 298,
"Challenge": 10298,
"ChallengeAward": 2298
},
{
"Id": 299,
"Challenge": 10299,
"ChallengeAward": 2299
},
{
"Id": 300,
"Challenge": 10300,
"ChallengeAward": 2300
}
]

2
src/api/config/DailyTaskConfigCategory.json

@ -56,7 +56,7 @@
{
"Id": 7,
"TaskName": "神秘商人",
"Description": "刷新商人的货物",
"Description": "刷新神秘商人的货物",
"TargetType": 11,
"TargetParameter": 1,
"PointGet": 20,

72
src/api/config/DialogueConfigCategory.json

@ -8254,5 +8254,77 @@
"UIPrefabName": "UI_StoryCase_QiaoHe",
"NameFile": "乔河",
"Position": 2
},
{
"Id": 230001,
"DialogueText": "{value}加油!你是最棒的!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230002,
"DialogueText": "齐心协力,龙舟飞驰!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230003,
"DialogueText": "力拔山河,舟行天下!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230004,
"DialogueText": "{value}冲啊!终点有奖杯和掌声!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230005,
"DialogueText": "加油!你们是最棒的龙舟勇士!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230006,
"DialogueText": "{value}划得快,帅过火箭!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230007,
"DialogueText": "{value}别停桨,观众在鼓掌!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230008,
"DialogueText": "{value},我们在终点等着你!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
},
{
"Id": 230009,
"DialogueText": "你们是浪花中的蛟龙!",
"IconFIle": "",
"UIPrefabName": "",
"NameFile": "",
"Position": 0
}
]

63
src/api/config/DialogueGroupConfigCategory.json

@ -2784,6 +2784,31 @@
},
{
"Id": 143,
"GroupId": 41004,
"Type": 1,
"DialogueId": [
230001,
230002,
230003,
230004,
230005,
230006,
230007,
230008,
230009
],
"RoleType": 2,
"DialogueParameter1": [
-1
],
"DialogueParameter2": [],
"RoleType2": 0,
"Dialogue2Parameter1": [],
"Dialogue2Parameter2": [],
"DialogueOrder": []
},
{
"Id": 144,
"GroupId": 60001,
"Type": 1,
"DialogueId": [
@ -2804,7 +2829,7 @@
"DialogueOrder": []
},
{
"Id": 144,
"Id": 145,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -2887,7 +2912,7 @@
]
},
{
"Id": 145,
"Id": 146,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -2924,7 +2949,7 @@
]
},
{
"Id": 146,
"Id": 147,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -2963,7 +2988,7 @@
]
},
{
"Id": 147,
"Id": 148,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -3002,7 +3027,7 @@
]
},
{
"Id": 148,
"Id": 149,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -3037,7 +3062,7 @@
]
},
{
"Id": 149,
"Id": 150,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -3076,7 +3101,7 @@
]
},
{
"Id": 150,
"Id": 151,
"GroupId": 70001,
"Type": 2,
"DialogueId": [
@ -3113,7 +3138,7 @@
]
},
{
"Id": 151,
"Id": 152,
"GroupId": 80001,
"Type": 2,
"DialogueId": [
@ -3147,7 +3172,7 @@
"DialogueOrder": []
},
{
"Id": 152,
"Id": 153,
"GroupId": 80001,
"Type": 1,
"DialogueId": [
@ -3164,7 +3189,7 @@
"DialogueOrder": []
},
{
"Id": 153,
"Id": 154,
"GroupId": 80001,
"Type": 2,
"DialogueId": [
@ -3182,7 +3207,7 @@
"DialogueOrder": []
},
{
"Id": 154,
"Id": 155,
"GroupId": 80001,
"Type": 1,
"DialogueId": [
@ -3199,7 +3224,7 @@
"DialogueOrder": []
},
{
"Id": 161,
"Id": 162,
"GroupId": 80002,
"Type": 2,
"DialogueId": [
@ -3223,7 +3248,7 @@
"DialogueOrder": []
},
{
"Id": 162,
"Id": 163,
"GroupId": 80003,
"Type": 2,
"DialogueId": [
@ -3262,7 +3287,7 @@
]
},
{
"Id": 163,
"Id": 164,
"GroupId": 80003,
"Type": 2,
"DialogueId": [
@ -3301,7 +3326,7 @@
]
},
{
"Id": 164,
"Id": 165,
"GroupId": 80003,
"Type": 2,
"DialogueId": [
@ -3346,7 +3371,7 @@
]
},
{
"Id": 165,
"Id": 166,
"GroupId": 80003,
"Type": 2,
"DialogueId": [
@ -3381,7 +3406,7 @@
]
},
{
"Id": 166,
"Id": 167,
"GroupId": 80003,
"Type": 2,
"DialogueId": [
@ -3420,7 +3445,7 @@
]
},
{
"Id": 167,
"Id": 168,
"GroupId": 80003,
"Type": 2,
"DialogueId": [
@ -3453,7 +3478,7 @@
]
},
{
"Id": 168,
"Id": 169,
"GroupId": 80003,
"Type": 2,
"DialogueId": [

4332
src/api/config/ExtraAttributeConfigCategory.json

File diff suppressed because it is too large Load Diff

18
src/api/config/FoodConfigCategory.json

@ -395,6 +395,15 @@
"Buff": 0,
"Description": ""
},
{
"Id": 51,
"Name": "肉粽",
"Type": 1,
"NutritiveValue": 90,
"FoodNum": 100,
"Buff": 0,
"Description": ""
},
{
"Id": 203,
"Name": "野菜汤",
@ -763,5 +772,14 @@
"FoodNum": 160,
"Buff": 0,
"Description": ""
},
{
"Id": 244,
"Name": "肉粽子",
"Type": 1,
"NutritiveValue": 100,
"FoodNum": 110,
"Buff": 0,
"Description": ""
}
]

9
src/api/config/FoodTicketConfigCategory.json

@ -349,5 +349,14 @@
"ExchangeTimes": 6,
"OrdinaryCurrencyNum": 20,
"ExcellentCurrencyNum": 40
},
{
"Id": 40,
"Item": 2051,
"ItemNumber": 1,
"Currency": 701,
"ExchangeTimes": 6,
"OrdinaryCurrencyNum": 9,
"ExcellentCurrencyNum": 18
}
]

134
src/api/config/FunctionItemConfigCategory.json

@ -207,6 +207,14 @@
"UseTypeParameter": 2025,
"UseTypeParameter2": 0
},
{
"Id": 34,
"Name": "食谱:粽子",
"UseType": 3,
"ScaleCondition": 7,
"UseTypeParameter": 2051,
"UseTypeParameter2": 0
},
{
"Id": 100,
"Name": "精品食谱:野菜汤",
@ -535,6 +543,14 @@
"UseTypeParameter": 2543,
"UseTypeParameter2": 0
},
{
"Id": 142,
"Name": "精品食谱:肉粽子",
"UseType": 3,
"ScaleCondition": 7,
"UseTypeParameter": 2544,
"UseTypeParameter2": 0
},
{
"Id": 201,
"Name": "图纸:雕像·1级",
@ -3279,6 +3295,30 @@
"UseTypeParameter": 8257,
"UseTypeParameter2": 4
},
{
"Id": 13028,
"Name": "图纸残页:金·雕像·鲍小翠",
"UseType": 25,
"ScaleCondition": 20,
"UseTypeParameter": 9010,
"UseTypeParameter2": 4
},
{
"Id": 13029,
"Name": "图纸残页:金·雕像·乔河",
"UseType": 25,
"ScaleCondition": 20,
"UseTypeParameter": 9011,
"UseTypeParameter2": 4
},
{
"Id": 13030,
"Name": "图纸残页:金·雕像",
"UseType": 25,
"ScaleCondition": 20,
"UseTypeParameter": 9012,
"UseTypeParameter2": 4
},
{
"Id": 14000,
"Name": "血珀石碎片",
@ -3416,43 +3456,99 @@
"UseTypeParameter2": 0
},
{
"Id": 40000,
"Name": "如花",
"UseType": 29,
"Id": 30007,
"Name": "图纸:金粟小仓",
"UseType": 27,
"ScaleCondition": 0,
"UseTypeParameter": 1000,
"UseTypeParameter": 1007,
"UseTypeParameter2": 0
},
{
"Id": 40001,
"Name": "老商人",
"UseType": 29,
"Id": 30008,
"Name": "图纸:藤绕稻暖坞",
"UseType": 27,
"ScaleCondition": 0,
"UseTypeParameter": 1001,
"UseTypeParameter": 1008,
"UseTypeParameter2": 0
},
{
"Id": 40002,
"Name": "熊猫",
"UseType": 29,
"Id": 30009,
"Name": "图纸:金·雕像·鲍小翠",
"UseType": 27,
"ScaleCondition": 0,
"UseTypeParameter": 1002,
"UseTypeParameter": 1009,
"UseTypeParameter2": 0
},
{
"Id": 40003,
"Name": "小白",
"UseType": 29,
"Id": 30010,
"Name": "图纸:金·雕像·乔河",
"UseType": 27,
"ScaleCondition": 0,
"UseTypeParameter": 1003,
"UseTypeParameter": 1010,
"UseTypeParameter2": 0
},
{
"Id": 30011,
"Name": "图纸:金·雕像",
"UseType": 27,
"ScaleCondition": 0,
"UseTypeParameter": 1011,
"UseTypeParameter2": 0
},
{
"Id": 40001,
"Name": "营火皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 7000,
"UseTypeParameter2": 0
},
{
"Id": 40004,
"Name": "当康",
"UseType": 29,
"Name": "粮仓皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 1004,
"UseTypeParameter": 7003,
"UseTypeParameter2": 0
},
{
"Id": 40026,
"Name": "鸡窝皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 7025,
"UseTypeParameter2": 0
},
{
"Id": 40028,
"Name": "运输厅皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 7027,
"UseTypeParameter2": 0
},
{
"Id": 40030,
"Name": "水井皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 7029,
"UseTypeParameter2": 0
},
{
"Id": 40033,
"Name": "木瓦房皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 7032,
"UseTypeParameter2": 0
},
{
"Id": 40054,
"Name": "石瓦房皮肤科技",
"UseType": 13,
"ScaleCondition": 0,
"UseTypeParameter": 7053,
"UseTypeParameter2": 0
},
{

4
src/api/config/GameUnitSizeInfoConfigCategory.json

@ -5121,8 +5121,8 @@
{
"ConfigId": 3002018,
"PlaceSizeData": {
"Width": 2,
"Height": 2
"Width": 3,
"Height": 3
}
},
{

240
src/api/config/GemConfigCategory.json

@ -110,7 +110,7 @@
],
"ExtraAttributeGroup": 210601,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
"TreasureSynthesis": 11
},
{
"Id": 1010,
@ -149,6 +149,84 @@
],
"ExtraAttributeGroup": 210611,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 14
},
{
"Id": 1013,
"Name": "凡品变石",
"Type": 1,
"Lv": 7,
"FixedAttributeGroup": [
110701,
110702
],
"ExtraAttributeGroup": 210701,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 12
},
{
"Id": 1014,
"Name": "精品变石",
"Type": 1,
"Lv": 8,
"FixedAttributeGroup": [
110801,
110802
],
"ExtraAttributeGroup": 210801,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 13
},
{
"Id": 1015,
"Name": "极品变石",
"Type": 1,
"Lv": 9,
"FixedAttributeGroup": [
110901,
110902
],
"ExtraAttributeGroup": 210901,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
},
{
"Id": 1016,
"Name": "凡品钻石",
"Type": 1,
"Lv": 7,
"FixedAttributeGroup": [
110711,
110712
],
"ExtraAttributeGroup": 210711,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 15
},
{
"Id": 1017,
"Name": "精品钻石",
"Type": 1,
"Lv": 8,
"FixedAttributeGroup": [
110811,
110812
],
"ExtraAttributeGroup": 210811,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 16
},
{
"Id": 1018,
"Name": "极品钻石",
"Type": 1,
"Lv": 9,
"FixedAttributeGroup": [
110911,
110912
],
"ExtraAttributeGroup": 210911,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
},
{
@ -260,7 +338,7 @@
],
"ExtraAttributeGroup": 220601,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
"TreasureSynthesis": 1011
},
{
"Id": 2010,
@ -299,6 +377,84 @@
],
"ExtraAttributeGroup": 220611,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 1014
},
{
"Id": 2013,
"Name": "凡品玛瑙",
"Type": 2,
"Lv": 7,
"FixedAttributeGroup": [
120701,
120702
],
"ExtraAttributeGroup": 220701,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 1012
},
{
"Id": 2014,
"Name": "精品玛瑙",
"Type": 2,
"Lv": 8,
"FixedAttributeGroup": [
120801,
120802
],
"ExtraAttributeGroup": 220801,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 1013
},
{
"Id": 2015,
"Name": "极品玛瑙",
"Type": 2,
"Lv": 9,
"FixedAttributeGroup": [
120901,
120902
],
"ExtraAttributeGroup": 220901,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
},
{
"Id": 2016,
"Name": "凡品珍珠",
"Type": 2,
"Lv": 7,
"FixedAttributeGroup": [
120711,
120712
],
"ExtraAttributeGroup": 220711,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 1015
},
{
"Id": 2017,
"Name": "精品珍珠",
"Type": 2,
"Lv": 8,
"FixedAttributeGroup": [
120811,
120812
],
"ExtraAttributeGroup": 220811,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 1016
},
{
"Id": 2018,
"Name": "极品珍珠",
"Type": 2,
"Lv": 9,
"FixedAttributeGroup": [
120911,
120912
],
"ExtraAttributeGroup": 220911,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
},
{
@ -338,7 +494,7 @@
],
"ExtraAttributeGroup": 230601,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
"TreasureSynthesis": 3005
},
{
"Id": 3004,
@ -377,6 +533,84 @@
],
"ExtraAttributeGroup": 230611,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 3008
},
{
"Id": 3007,
"Name": "凡品绿松石",
"Type": 3,
"Lv": 7,
"FixedAttributeGroup": [
130701,
130702
],
"ExtraAttributeGroup": 230701,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 3006
},
{
"Id": 3008,
"Name": "精品绿松石",
"Type": 3,
"Lv": 8,
"FixedAttributeGroup": [
130801,
130802
],
"ExtraAttributeGroup": 230801,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 3007
},
{
"Id": 3009,
"Name": "极品绿松石",
"Type": 3,
"Lv": 9,
"FixedAttributeGroup": [
130901,
130902
],
"ExtraAttributeGroup": 230901,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
},
{
"Id": 3010,
"Name": "凡品寿山石",
"Type": 3,
"Lv": 7,
"FixedAttributeGroup": [
130711,
130712
],
"ExtraAttributeGroup": 230711,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 3009
},
{
"Id": 3011,
"Name": "精品寿山石",
"Type": 3,
"Lv": 8,
"FixedAttributeGroup": [
130811,
130812
],
"ExtraAttributeGroup": 230811,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 3010
},
{
"Id": 3012,
"Name": "极品寿山石",
"Type": 3,
"Lv": 9,
"FixedAttributeGroup": [
130911,
130912
],
"ExtraAttributeGroup": 230911,
"ExtraAttributeNum": 2,
"TreasureSynthesis": 0
},
{

60
src/api/config/GoodsForSaleConfigCategory.json

@ -5853,6 +5853,28 @@
},
{
"Id": 8006,
"GroupId": 302,
"Scale": 0,
"ItemId": 9007,
"SaleNum": [
1,
1
],
"Weight": 1,
"OverlayWeight": 0,
"SaleCondition": 0,
"SaleConditionParemeter": 0,
"SellingCurrencyType": 9,
"Price": 1,
"Discount": 0,
"DiscountWeight": 0,
"SaleMax": -1,
"DiscountMark": "",
"Specialty": 0,
"RefreshCycle": 0
},
{
"Id": 8007,
"GroupId": 303,
"Scale": 0,
"ItemId": 131,
@ -5874,7 +5896,7 @@
"RefreshCycle": 0
},
{
"Id": 8007,
"Id": 8008,
"GroupId": 303,
"Scale": 0,
"ItemId": 131,
@ -5896,7 +5918,7 @@
"RefreshCycle": 0
},
{
"Id": 8008,
"Id": 8009,
"GroupId": 303,
"Scale": 0,
"ItemId": 131,
@ -5918,7 +5940,7 @@
"RefreshCycle": 0
},
{
"Id": 8009,
"Id": 8010,
"GroupId": 401,
"Scale": 0,
"ItemId": 10,
@ -5940,7 +5962,7 @@
"RefreshCycle": 0
},
{
"Id": 8010,
"Id": 8011,
"GroupId": 401,
"Scale": 0,
"ItemId": 20,
@ -5962,7 +5984,7 @@
"RefreshCycle": 0
},
{
"Id": 8011,
"Id": 8012,
"GroupId": 402,
"Scale": 0,
"ItemId": 11,
@ -5984,7 +6006,7 @@
"RefreshCycle": 0
},
{
"Id": 8012,
"Id": 8013,
"GroupId": 402,
"Scale": 0,
"ItemId": 14,
@ -6006,7 +6028,7 @@
"RefreshCycle": 0
},
{
"Id": 8013,
"Id": 8014,
"GroupId": 402,
"Scale": 0,
"ItemId": 825,
@ -6028,7 +6050,7 @@
"RefreshCycle": 0
},
{
"Id": 8014,
"Id": 8015,
"GroupId": 403,
"Scale": 0,
"ItemId": 12,
@ -6050,7 +6072,7 @@
"RefreshCycle": 0
},
{
"Id": 8015,
"Id": 8016,
"GroupId": 404,
"Scale": 0,
"ItemId": 215,
@ -6072,7 +6094,7 @@
"RefreshCycle": 0
},
{
"Id": 8016,
"Id": 8017,
"GroupId": 404,
"Scale": 0,
"ItemId": 17,
@ -6094,7 +6116,7 @@
"RefreshCycle": 0
},
{
"Id": 8017,
"Id": 8018,
"GroupId": 404,
"Scale": 0,
"ItemId": 828,
@ -6116,7 +6138,7 @@
"RefreshCycle": 0
},
{
"Id": 8018,
"Id": 8019,
"GroupId": 405,
"Scale": 0,
"ItemId": 7805,
@ -6138,7 +6160,7 @@
"RefreshCycle": 0
},
{
"Id": 8019,
"Id": 8020,
"GroupId": 405,
"Scale": 0,
"ItemId": 7806,
@ -6160,7 +6182,7 @@
"RefreshCycle": 0
},
{
"Id": 8020,
"Id": 8021,
"GroupId": 405,
"Scale": 0,
"ItemId": 7807,
@ -6182,7 +6204,7 @@
"RefreshCycle": 0
},
{
"Id": 8021,
"Id": 8022,
"GroupId": 405,
"Scale": 0,
"ItemId": 7810,
@ -6204,7 +6226,7 @@
"RefreshCycle": 0
},
{
"Id": 8022,
"Id": 8023,
"GroupId": 405,
"Scale": 0,
"ItemId": 7812,
@ -6226,7 +6248,7 @@
"RefreshCycle": 0
},
{
"Id": 8023,
"Id": 8024,
"GroupId": 405,
"Scale": 0,
"ItemId": 7829,
@ -6248,7 +6270,7 @@
"RefreshCycle": 0
},
{
"Id": 8024,
"Id": 8025,
"GroupId": 405,
"Scale": 0,
"ItemId": 7851,
@ -6270,7 +6292,7 @@
"RefreshCycle": 0
},
{
"Id": 8025,
"Id": 8026,
"GroupId": 405,
"Scale": 0,
"ItemId": 35,

91
src/api/config/HelpConfigCategory.json

@ -271,5 +271,96 @@
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 23,
"Group": 20,
"Page": 1,
"Stencil": 3,
"Picture1": "",
"Text1": "",
"Picture2": "",
"Text2": "",
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 24,
"Group": 21,
"Page": 1,
"Stencil": 3,
"Picture1": "",
"Text1": "1、活动时间:\n2、活动期间每日会更新一个挑战,完成挑战即可 获得对应的活动积分。\n3、活动结束后,未领取的奖励发送至邮箱\n4、翻页查看游戏具体玩法",
"Picture2": "",
"Text2": "",
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 25,
"Group": 21,
"Page": 2,
"Stencil": 1,
"Picture1": "",
"Text1": "平衡条的数值变红2s后,风筝会断线或者坠落",
"Picture2": "",
"Text2": "大风时需要进行放线,微风时需要进行收线",
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 26,
"Group": 22,
"Page": 1,
"Stencil": 3,
"Picture1": "",
"Text1": "1、活动时间:\n2、活动期间每日会更新一个挑战,完成挑战即可 获得对应的活动积分。\n3、活动结束后,未领取的奖励发送至邮箱\n4、翻页查看游戏具体玩法",
"Picture2": "",
"Text2": "",
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 27,
"Group": 22,
"Page": 2,
"Stencil": 4,
"Picture1": "",
"Text1": "1、通过轮盘操作龙舟\n2、龙舟吃掉粽子可以获得2s的加速功能。\n3、龙舟到达终点时游戏胜利,龙舟撞上石头游戏失败。",
"Picture2": "",
"Text2": "",
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 28,
"Group": 23,
"Page": 1,
"Stencil": 3,
"Picture1": "",
"Text1": "1、需要先选择建筑,再在这个建筑已有的皮肤中选择一项进行研究\n2、桃源殿研究一旦开始就无法更改为其他科技,也无法中途取消\n3、科技研究会在夜间暂停\n",
"Picture2": "",
"Text2": "",
"Picture3": "",
"Text3": "",
"NextPage": 0
},
{
"id": 29,
"Group": 24,
"Page": 1,
"Stencil": 3,
"Picture1": "",
"Text1": "1、预设菜品功能:\n①设置预设菜品后每天晚上到点就会自动按照预设菜品举办家宴\n②设置预设菜品后会优先消耗预设菜品,直到菜品全部消耗完\n2、自动举办功能:勾选后会按照【优先选择每个种类的菜品1个,再按照营养值从高到低补充菜品直到菜品数量达到上限】的规则每天晚上自动举办家宴",
"Picture2": "",
"Text2": "",
"Picture3": "",
"Text3": "",
"NextPage": 0
}
]

28
src/api/config/KiteConfigCategory.json

@ -0,0 +1,28 @@
[
{
"Id": 1,
"BreezeTime": 4,
"BreezeNum": 5,
"GaleTime": 4,
"GaleNum": -5,
"PayoffNum": 8,
"TakeupNum": -8,
"Min": 30,
"Max": 70,
"PayoffHeight": 30,
"TakeupHeight": 5,
"PunishNum": -20,
"Probability": [
[
0,
30
],
[
1,
70
]
],
"LevelTime": 60,
"YuejieTime": 4
}
]

8
src/api/config/LingYuDongItemGroupConfigCategory.json

@ -218,5 +218,13 @@
"Num": 1,
"Times": 10,
"GroundCondition": 6
},
{
"Id": 33,
"GroupId": 601,
"ItemId": 706,
"Num": 1,
"Times": 10,
"GroundCondition": 6
}
]

45
src/api/config/LongZhouConfigCategory.json

@ -0,0 +1,45 @@
[
{
"Id": 1,
"StoneNum": 6,
"StoneProbability": [
[
0,
20
],
[
1,
50
],
[
2,
20
],
[
3,
10
]
],
"ZongziProbability": [
[
0,
30
],
[
1,
40
],
[
2,
30
]
],
"AccelerationValue": 50,
"AccelerationTime": 2,
"MapLength": 120,
"BasicLabor": 150,
"LongZhouSpeed1": 3,
"LongZhouSpeed2": 2,
"LongZhouSpeed": 2
}
]

12
src/api/config/MoneyConfigCategory.json

@ -40,5 +40,17 @@
"Name": "虎币",
"Enums": 7,
"ItemId": 210003
},
{
"Id": 8,
"Name": "成就积分",
"Enums": 8,
"ItemId": 240000
},
{
"Id": 9,
"Name": "建设令",
"Enums": 9,
"ItemId": 706
}
]

27526
src/api/config/MonsterConfigCategory.json

File diff suppressed because it is too large Load Diff

2
src/api/config/MonthlyCardConfigCategory.json

@ -144,7 +144,7 @@
],
"ValleyEffect": 18,
"NotActivatedDescription": "桃谷货郎收购时[color=#626262]获得铜钱增加30%[/color]",
"ActivatedDescription": "桃谷货郎收购时[color=#626262]获得铜钱增加30%[/color]",
"ActivatedDescription": "桃谷货郎收购/订单完成时[color=#626262]获得铜钱增加30%[/color]",
"Tips": "获得铜钱增加30%"
},
{

26
src/api/config/OrderConfigCategory.json

@ -0,0 +1,26 @@
[
{
"Id": 1,
"Name": "供应兵具",
"Type": 1,
"NeedNum": 10000,
"MaterialGroup": 1,
"Copper": 500000,
"EngineeringQuantity": 5200000,
"OrderDescribe": "七孤城的将士在前线抵御妖兽需要大量的兵器",
"NeedDescribe": "需求:制造10000件兵具供给七孤城的将士",
"ExpendDescribe": "消耗:木材,布料,金属锭"
},
{
"Id": 2,
"Name": "供应军粮",
"Type": 2,
"NeedNum": 10000,
"MaterialGroup": 2,
"Copper": 500000,
"EngineeringQuantity": 5200000,
"OrderDescribe": "七孤城的将士在前线抵御妖兽需要大量军粮",
"NeedDescribe": "需求:制造10000件军粮供给七孤城的将士",
"ExpendDescribe": "消耗:食材"
}
]

152
src/api/config/OrderMaterialsConfigCategory.json

@ -0,0 +1,152 @@
[
{
"Id": 1,
"GroupId": 1,
"ItemId": 802,
"ConversionValue": 8
},
{
"Id": 2,
"GroupId": 1,
"ItemId": 803,
"ConversionValue": 10
},
{
"Id": 3,
"GroupId": 1,
"ItemId": 804,
"ConversionValue": 12
},
{
"Id": 4,
"GroupId": 1,
"ItemId": 805,
"ConversionValue": 14
},
{
"Id": 5,
"GroupId": 1,
"ItemId": 815,
"ConversionValue": 20
},
{
"Id": 6,
"GroupId": 1,
"ItemId": 816,
"ConversionValue": 22
},
{
"Id": 7,
"GroupId": 1,
"ItemId": 819,
"ConversionValue": 24
},
{
"Id": 8,
"GroupId": 1,
"ItemId": 820,
"ConversionValue": 26
},
{
"Id": 9,
"GroupId": 1,
"ItemId": 821,
"ConversionValue": 28
},
{
"Id": 10,
"GroupId": 1,
"ItemId": 858,
"ConversionValue": 30
},
{
"Id": 11,
"GroupId": 1,
"ItemId": 837,
"ConversionValue": 8
},
{
"Id": 12,
"GroupId": 1,
"ItemId": 838,
"ConversionValue": 10
},
{
"Id": 13,
"GroupId": 1,
"ItemId": 839,
"ConversionValue": 12
},
{
"Id": 14,
"GroupId": 1,
"ItemId": 205,
"ConversionValue": 14
},
{
"Id": 15,
"GroupId": 1,
"ItemId": 206,
"ConversionValue": 16
},
{
"Id": 16,
"GroupId": 1,
"ItemId": 207,
"ConversionValue": 18
},
{
"Id": 201,
"GroupId": 2,
"ItemId": 860,
"ConversionValue": 50
},
{
"Id": 202,
"GroupId": 2,
"ItemId": 834,
"ConversionValue": 1
},
{
"Id": 203,
"GroupId": 2,
"ItemId": 835,
"ConversionValue": 1
},
{
"Id": 204,
"GroupId": 2,
"ItemId": 120,
"ConversionValue": 1
},
{
"Id": 205,
"GroupId": 2,
"ItemId": 125,
"ConversionValue": 2
},
{
"Id": 206,
"GroupId": 2,
"ItemId": 121,
"ConversionValue": 1
},
{
"Id": 207,
"GroupId": 2,
"ItemId": 122,
"ConversionValue": 2
},
{
"Id": 208,
"GroupId": 2,
"ItemId": 123,
"ConversionValue": 2
},
{
"Id": 209,
"GroupId": 2,
"ItemId": 124,
"ConversionValue": 2
}
]

52
src/api/config/PackageConfigCategory.json

@ -258,5 +258,57 @@
"ResetType": 2,
"LimitNum": 1,
"Award": 923
},
{
"Id": 314,
"Name": "二维塔谢礼",
"Type": 3,
"BuyType": 4,
"Parameter": 1,
"OriginalPrice": 1,
"ShowCondition": 2,
"UnlockParameter": 5000,
"ResetType": 0,
"LimitNum": 1,
"Award": 925
},
{
"Id": 315,
"Name": "二维塔敬礼",
"Type": 3,
"BuyType": 4,
"Parameter": 1,
"OriginalPrice": 1,
"ShowCondition": 2,
"UnlockParameter": 10000,
"ResetType": 0,
"LimitNum": 1,
"Award": 926
},
{
"Id": 401,
"Name": "金粟小仓",
"Type": 4,
"BuyType": 2,
"Parameter": 5,
"OriginalPrice": 12,
"ShowCondition": 1,
"UnlockParameter": 5,
"ResetType": 0,
"LimitNum": 1,
"Award": 927
},
{
"Id": 402,
"Name": "藤绕稻暖坞",
"Type": 4,
"BuyType": 2,
"Parameter": 5,
"OriginalPrice": 12,
"ShowCondition": 1,
"UnlockParameter": 9,
"ResetType": 0,
"LimitNum": 1,
"Award": 928
}
]

12
src/api/config/PetConfigCategory.json

@ -65,5 +65,17 @@
"Speed": 25,
"AIConfigId": 14,
"SkillEffectPrefab": "FX_SKill_MengNiu"
},
{
"Id": 1004,
"Name": "灵蛇",
"Type": 4,
"PrefabName": "Pet_1004",
"IdleGroup": [],
"MoveGroup": [],
"ActionWeight": [],
"Speed": 0,
"AIConfigId": 0,
"SkillEffectPrefab": ""
}
]

2
src/api/config/RechargeAddUpConfigCategory.json

@ -73,7 +73,7 @@
422,
423
],
"ShowQuota": 1000,
"ShowQuota": 648,
"Privilege": 0,
"Item": 8101,
"Name": "孟和",

8200
src/api/config/RefreshPointConfigCategory.json

File diff suppressed because it is too large Load Diff

265
src/api/config/RewardGroupConfigCategory.json

@ -1483,6 +1483,36 @@
8
]
},
{
"Id": 927,
"ItemId": [
9008,
220000,
210000,
7321
],
"Number": [
1,
50,
10000,
1
]
},
{
"Id": 928,
"ItemId": [
9009,
220000,
210000,
7321
],
"Number": [
1,
50,
10000,
1
]
},
{
"Id": 1001,
"ItemId": [
@ -4091,72 +4121,251 @@
},
{
"Id": 100001,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
10
]
},
{
"Id": 100002,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
20
]
},
{
"Id": 100003,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
30
]
},
{
"Id": 100004,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
40
]
},
{
"Id": 100005,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
50
]
},
{
"Id": 100006,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
60
]
},
{
"Id": 100007,
"ItemId": [],
"Number": []
"ItemId": [
210000
],
"Number": [
70
]
},
{
"Id": 100008,
"ItemId": [],
"Number": []
"ItemId": [
7842,
210000,
7321
],
"Number": [
1,
10000,
1
]
},
{
"Id": 100009,
"ItemId": [],
"Number": []
"ItemId": [
7842,
210000,
7321
],
"Number": [
1,
20000,
1
]
},
{
"Id": 100010,
"ItemId": [],
"Number": []
"ItemId": [
7842,
210000,
7321
],
"Number": [
1,
30000,
1
]
},
{
"Id": 100011,
"ItemId": [],
"Number": []
"ItemId": [
7862,
210000,
7321
],
"Number": [
1,
40000,
1
]
},
{
"Id": 100012,
"ItemId": [],
"Number": []
"ItemId": [
7862,
210000,
7321
],
"Number": [
1,
50000,
1
]
},
{
"Id": 100013,
"ItemId": [],
"Number": []
"ItemId": [
7862,
210000,
7321
],
"Number": [
1,
60000,
1
]
},
{
"Id": 100014,
"ItemId": [],
"Number": []
"ItemId": [
100005,
7863,
210000,
7321
],
"Number": [
1,
1,
70000,
1
]
},
{
"Id": 100015,
"ItemId": [
2051,
210000,
7321
],
"Number": [
6,
10000,
1
]
},
{
"Id": 100016,
"ItemId": [
2051,
210000,
7321
],
"Number": [
7,
20000,
1
]
},
{
"Id": 100017,
"ItemId": [
2051,
210000,
7321
],
"Number": [
8,
30000,
1
]
},
{
"Id": 100018,
"ItemId": [
2051,
210000,
7321
],
"Number": [
9,
40000,
1
]
},
{
"Id": 100019,
"ItemId": [
2051,
210000,
7321
],
"Number": [
10,
50000,
1
]
},
{
"Id": 100020,
"ItemId": [
2051,
210000,
7321
],
"Number": [
11,
60000,
1
]
},
{
"Id": 100021,
"ItemId": [
140012,
2051,
210000,
7321
],
"Number": [
1,
12,
70000,
1
]
}
]

678
src/api/config/ScienceConfigCategory.json

File diff suppressed because it is too large Load Diff

4
src/api/config/SkillBuffConfigCategory.json

@ -207,7 +207,7 @@
"Gain": 1,
"Immunity": false,
"Disperse": false,
"CanBringInBoss": true,
"CanBringInBoss": false,
"BuffProbability": 100,
"LinkEffect": [
9
@ -282,7 +282,7 @@
"Gain": 1,
"Immunity": false,
"Disperse": false,
"CanBringInBoss": true,
"CanBringInBoss": false,
"BuffProbability": 100,
"LinkEffect": [
12

59
src/api/config/StructureConfigCategory.json

@ -1041,7 +1041,7 @@
"NamePicture": "Structure_Name_103",
"Sound": "",
"InteractiveAnimations": [],
"Describe": "制作中级的制作衣物的场所,村民在不同的季节都需要不同的衣服",
"Describe": "制作中级的制作衣物的场所,村民在不同的季节都需要不同的衣服",
"Record": false,
"RecordText": ""
},
@ -4355,7 +4355,9 @@
"StrengthenId": 380,
"ShowOccupyPlace": true,
"Prefab": "Structure_380",
"SkinConfigIds": [],
"SkinConfigIds": [
1007
],
"Picture": "Structure_Picture_380",
"NamePicture": "Structure_Name_380",
"Sound": "",
@ -4421,7 +4423,9 @@
"StrengthenId": 420,
"ShowOccupyPlace": true,
"Prefab": "Structure_420",
"SkinConfigIds": [],
"SkinConfigIds": [
1011
],
"Picture": "Structure_Picture_420",
"NamePicture": "Structure_Name_420",
"Sound": "",
@ -4956,7 +4960,9 @@
"StrengthenId": 580,
"ShowOccupyPlace": true,
"Prefab": "Structure_580",
"SkinConfigIds": [],
"SkinConfigIds": [
1008
],
"Picture": "Structure_Picture_580",
"NamePicture": "Structure_Name_580",
"Sound": "",
@ -5307,8 +5313,8 @@
"Durable": 900,
"NunLimit": -1,
"ShapeId": 661,
"Special": 0,
"BuildFunctionId": 0,
"Special": 30,
"BuildFunctionId": 661,
"Boom": 2000,
"CanMove": true,
"Remove": true,
@ -5620,7 +5626,9 @@
"StrengthenId": 670,
"ShowOccupyPlace": true,
"Prefab": "Structure_670",
"SkinConfigIds": [],
"SkinConfigIds": [
1009
],
"Picture": "Structure_Picture_670",
"NamePicture": "Structure_Name_670",
"Sound": "",
@ -5653,7 +5661,9 @@
"StrengthenId": 671,
"ShowOccupyPlace": true,
"Prefab": "Structure_671",
"SkinConfigIds": [],
"SkinConfigIds": [
1010
],
"Picture": "Structure_Picture_671",
"NamePicture": "Structure_Name_671",
"Sound": "",
@ -5662,6 +5672,39 @@
"Record": false,
"RecordText": ""
},
{
"Id": 672,
"Name": "兵工坊",
"LvMark": -1,
"Type": 4,
"Schedule": 20,
"ScaleUp": true,
"FixedPoint": false,
"EngineeringQuantity": 1000000,
"Durable": -1,
"NunLimit": 1,
"ShapeId": 672,
"Special": 31,
"BuildFunctionId": 672,
"Boom": 2000,
"CanMove": true,
"Remove": false,
"RemoveAll": false,
"Fight": 0,
"RegionId": 1001,
"UpgradeId": 0,
"StrengthenId": 672,
"ShowOccupyPlace": true,
"Prefab": "Structure_672",
"SkinConfigIds": [],
"Picture": "Structure_Picture_672",
"NamePicture": "Structure_Name_672",
"Sound": "",
"InteractiveAnimations": [],
"Describe": "生产兵具和军粮的建筑,可以接取七孤城委托的订单",
"Record": false,
"RecordText": ""
},
{
"Id": 1000,
"Name": "伐木场",

16
src/api/config/StructureFightConfigCategory.json

@ -2095,6 +2095,22 @@
"SonNum": 0,
"Skill": 0
},
{
"Id": 672,
"ATK": 0,
"DEF": 0,
"HP": 10000,
"HoldNum": 0,
"EquipType": 0,
"EquipNum": 0,
"AttackSpeed": 0,
"HitRate": 0,
"Hit": 0,
"DodgeRate": 0,
"Dodge": 0,
"SonNum": 0,
"Skill": 0
},
{
"Id": 1100,
"ATK": 0,

53
src/api/config/StructureSkinConfigCategory.json

@ -23,7 +23,7 @@
"SkinPrefab": "Structure_Skin_1002",
"Picture": "Structure_Skin_Picture_1002",
"GetMethod": "探索",
"ScienceId": 0,
"ScienceId": 7000,
"Integral": 100
},
{
@ -32,7 +32,7 @@
"SkinPrefab": "Structure_Skin_1003",
"Picture": "Structure_Skin_Picture_1003",
"GetMethod": "图鉴积分排行榜商店",
"ScienceId": 0,
"ScienceId": 7027,
"Integral": 100
},
{
@ -41,7 +41,7 @@
"SkinPrefab": "Structure_Skin_1004",
"Picture": "Structure_Skin_Picture_1004",
"GetMethod": "图鉴积分排行榜商店",
"ScienceId": 0,
"ScienceId": 7032,
"Integral": 100
},
{
@ -50,7 +50,7 @@
"SkinPrefab": "Structure_Skin_1005",
"Picture": "Structure_Skin_Picture_1005",
"GetMethod": "折扣礼包",
"ScienceId": 0,
"ScienceId": 7053,
"Integral": 100
},
{
@ -58,6 +58,51 @@
"SkinName": "漾春小井",
"SkinPrefab": "Structure_Skin_1006",
"Picture": "Structure_Skin_Picture_1006",
"GetMethod": "银蟾小摊处购买",
"ScienceId": 7029,
"Integral": 100
},
{
"Id": 1007,
"SkinName": "金粟小仓",
"SkinPrefab": "Structure_Skin_1007",
"Picture": "Structure_Skin_Picture_1007",
"GetMethod": "外观礼包",
"ScienceId": 7003,
"Integral": 100
},
{
"Id": 1008,
"SkinName": "藤绕稻暖坞",
"SkinPrefab": "Structure_Skin_1008",
"Picture": "Structure_Skin_Picture_1008",
"GetMethod": "外观礼包",
"ScienceId": 7025,
"Integral": 100
},
{
"Id": 1009,
"SkinName": "金·雕像·鲍小翠",
"SkinPrefab": "Structure_Skin_1009",
"Picture": "Structure_Skin_Picture_1009",
"GetMethod": "未开放",
"ScienceId": 0,
"Integral": 100
},
{
"Id": 1010,
"SkinName": "金·雕像·乔河",
"SkinPrefab": "Structure_Skin_1010",
"Picture": "Structure_Skin_Picture_1010",
"GetMethod": "未开放",
"ScienceId": 0,
"Integral": 100
},
{
"Id": 1011,
"SkinName": "金·雕像",
"SkinPrefab": "Structure_Skin_1011",
"Picture": "Structure_Skin_Picture_1011",
"GetMethod": "未开放",
"ScienceId": 0,
"Integral": 100

68
src/api/config/StructureStrengthenConfigCategory.json

@ -5813,6 +5813,40 @@
"StrengIntegral2": 0,
"StrengIntegral3": 0
},
{
"Id": 672,
"Name": "兵工坊",
"Schedule": 20,
"RepairItem1": 811,
"RepairItemNum1": 1000,
"RepairItem2": 805,
"RepairItemNum2": 1000,
"RepairItem3": 828,
"RepairItemNum3": 1000,
"RepairItem4": 858,
"RepairItemNum4": 600,
"FirmCoinNum": 17800,
"StrengthenYesOrNo": false,
"Strengthen1Item1": 0,
"Strengthen1Item1Num": 0,
"Strengthen1Item2": 0,
"Strengthen1Item2Num": 0,
"Strengthen2Item1": 0,
"Strengthen2Item1Num": 0,
"Strengthen2Item2": 0,
"Strengthen2Item2Num": 0,
"Strengthen3Item1": 0,
"Strengthen3Item1Num": 0,
"Strengthen3Item2": 0,
"Strengthen3Item2Num": 0,
"StrengthenDurable1": -1,
"StrengthenDurable2": -1,
"StrengthenDurable3": -1,
"Integral": 0,
"StrengIntegral1": 0,
"StrengIntegral2": 0,
"StrengIntegral3": 0
},
{
"Id": 1000,
"Name": "伐木场",
@ -5915,40 +5949,6 @@
"StrengIntegral2": 0,
"StrengIntegral3": 0
},
{
"Id": 1003,
"Name": "猎人小屋",
"Schedule": 13,
"RepairItem1": 0,
"RepairItemNum1": 0,
"RepairItem2": 0,
"RepairItemNum2": 0,
"RepairItem3": 0,
"RepairItemNum3": 0,
"RepairItem4": 0,
"RepairItemNum4": 0,
"FirmCoinNum": 0,
"StrengthenYesOrNo": false,
"Strengthen1Item1": 815,
"Strengthen1Item1Num": 80,
"Strengthen1Item2": 804,
"Strengthen1Item2Num": 10,
"Strengthen2Item1": 820,
"Strengthen2Item1Num": 78,
"Strengthen2Item2": 804,
"Strengthen2Item2Num": 20,
"Strengthen3Item1": 820,
"Strengthen3Item1Num": 156,
"Strengthen3Item2": 804,
"Strengthen3Item2Num": 50,
"StrengthenDurable1": 1500,
"StrengthenDurable2": 2100,
"StrengthenDurable3": 2700,
"Integral": 60,
"StrengIntegral1": 10,
"StrengIntegral2": 15,
"StrengIntegral3": 30
},
{
"Id": 1100,
"Name": "装备坊",

135
src/api/config/SynthesisConfigCategory.json

@ -4108,7 +4108,7 @@
"ItemId3": 0,
"ItemNum3": 0,
"ItemId4": 0,
"ItemNum4": 820,
"ItemNum4": 0,
"DisplayCondition": 10,
"DisplayParameter": [
5001
@ -5269,6 +5269,37 @@
"NextLv": 0,
"UpgradeItem": 0
},
{
"Id": 672,
"Name": "兵工坊",
"MixtureType": 1,
"MaterialType": 0,
"MixtureID": 672,
"QualityMixtureID": 0,
"Copies": 1,
"TimeConsume": -1,
"SingleMaxNumber": -1,
"ItemId1": 811,
"ItemNum1": 1000,
"ItemId2": 805,
"ItemNum2": 1000,
"ItemId3": 828,
"ItemNum3": 500,
"ItemId4": 858,
"ItemNum4": 600,
"DisplayCondition": 1,
"DisplayParameter": [
20
],
"UnlockCondition": 1,
"UnlockParameter": [
20
],
"Drawing": false,
"Display": true,
"NextLv": 0,
"UpgradeItem": 0
},
{
"Id": 1000,
"Name": "伐木场",
@ -6979,6 +7010,35 @@
"NextLv": 2543,
"UpgradeItem": 7068
},
{
"Id": 2051,
"Name": "肉粽子",
"MixtureType": 2,
"MaterialType": 0,
"MixtureID": 2051,
"QualityMixtureID": 0,
"Copies": 1,
"TimeConsume": 10,
"SingleMaxNumber": -1,
"ItemId1": 101,
"ItemNum1": 1,
"ItemId2": 121,
"ItemNum2": 5,
"ItemId3": 832,
"ItemNum3": 1,
"ItemId4": 0,
"ItemNum4": 0,
"DisplayCondition": 1,
"DisplayParameter": [
7
],
"UnlockCondition": 4,
"UnlockParameter": [],
"Drawing": true,
"Display": true,
"NextLv": 2544,
"UpgradeItem": 0
},
{
"Id": 2502,
"Name": "野菜汤",
@ -8379,6 +8439,35 @@
"NextLv": 0,
"UpgradeItem": 0
},
{
"Id": 2544,
"Name": "肉粽子",
"MixtureType": 2,
"MaterialType": 0,
"MixtureID": 2344,
"QualityMixtureID": 0,
"Copies": 1,
"TimeConsume": 10,
"SingleMaxNumber": -1,
"ItemId1": 101,
"ItemNum1": 1,
"ItemId2": 121,
"ItemNum2": 5,
"ItemId3": 832,
"ItemNum3": 1,
"ItemId4": 0,
"ItemNum4": 0,
"DisplayCondition": 9,
"DisplayParameter": [
0
],
"UnlockCondition": 4,
"UnlockParameter": [],
"Drawing": true,
"Display": true,
"NextLv": 0,
"UpgradeItem": 0
},
{
"Id": 3000,
"Name": "茅草捆",
@ -12804,12 +12893,12 @@
"Copies": 1,
"TimeConsume": 30,
"SingleMaxNumber": -1,
"ItemId1": 801,
"ItemNum1": 2,
"ItemId2": 838,
"ItemNum2": 5,
"ItemId3": 0,
"ItemNum3": 0,
"ItemId1": 838,
"ItemNum1": 10,
"ItemId2": 801,
"ItemNum2": 10,
"ItemId3": 213,
"ItemNum3": 20,
"ItemId4": 0,
"ItemNum4": 0,
"DisplayCondition": 4,
@ -13386,17 +13475,17 @@
"Copies": 1,
"TimeConsume": 30,
"SingleMaxNumber": -1,
"ItemId1": 801,
"ItemNum1": 2,
"ItemId2": 838,
"ItemNum2": 5,
"ItemId3": 0,
"ItemNum3": 0,
"ItemId1": 838,
"ItemNum1": 10,
"ItemId2": 801,
"ItemNum2": 10,
"ItemId3": 213,
"ItemNum3": 20,
"ItemId4": 0,
"ItemNum4": 0,
"DisplayCondition": 1,
"DisplayCondition": 4,
"DisplayParameter": [
6
0
],
"UnlockCondition": 4,
"UnlockParameter": [
@ -13417,17 +13506,17 @@
"Copies": 1,
"TimeConsume": 30,
"SingleMaxNumber": -1,
"ItemId1": 801,
"ItemNum1": 2,
"ItemId2": 838,
"ItemNum2": 5,
"ItemId3": 0,
"ItemNum3": 0,
"ItemId1": 838,
"ItemNum1": 10,
"ItemId2": 801,
"ItemNum2": 10,
"ItemId3": 213,
"ItemNum3": 20,
"ItemId4": 0,
"ItemNum4": 0,
"DisplayCondition": 1,
"DisplayCondition": 4,
"DisplayParameter": [
6
0
],
"UnlockCondition": 4,
"UnlockParameter": [

7
src/api/config/SystemConditionsConfigCategory.json

@ -34,13 +34,6 @@
"OpenConditionType": 2,
"ConditionParameter": 1021
},
{
"Id": 6,
"OpenSystem": 6,
"Name": "家宴自动一键",
"OpenConditionType": 3,
"ConditionParameter": 42
},
{
"Id": 7,
"OpenSystem": 7,

122
src/api/config/TaoyuanPalaceConfigCategory.json

@ -0,0 +1,122 @@
[
{
"Id": 1,
"Name": "营火皮肤科技",
"Structure": 40,
"Drawing": true,
"ItemId_1": 327,
"ItemNum_1": 500,
"ItemId_2": 802,
"ItemNum_2": 400,
"ItemId_3": 807,
"ItemNum_3": 400,
"ItemId_4": 815,
"ItemNum_4": 200,
"Copper": 100000,
"Volume": 300000,
"Icon": "",
"Performance": 0,
"ScienceDescribe": "",
"ResultDescribe": ""
},
{
"Id": 11,
"Name": "草棚皮肤科技",
"Structure": 60,
"Drawing": true,
"ItemId_1": 327,
"ItemNum_1": 500,
"ItemId_2": 802,
"ItemNum_2": 400,
"ItemId_3": 807,
"ItemNum_3": 400,
"ItemId_4": 815,
"ItemNum_4": 200,
"Copper": 100000,
"Volume": 300000,
"Icon": "",
"Performance": 0,
"ScienceDescribe": "",
"ResultDescribe": ""
},
{
"Id": 201,
"Name": "石作皮肤科技",
"Structure": 20,
"Drawing": true,
"ItemId_1": 327,
"ItemNum_1": 700,
"ItemId_2": 802,
"ItemNum_2": 450,
"ItemId_3": 807,
"ItemNum_3": 450,
"ItemId_4": 815,
"ItemNum_4": 225,
"Copper": 130000,
"Volume": 320000,
"Icon": "",
"Performance": 0,
"ScienceDescribe": "",
"ResultDescribe": ""
},
{
"Id": 211,
"Name": "粮仓皮肤科技",
"Structure": 380,
"Drawing": true,
"ItemId_1": 327,
"ItemNum_1": 700,
"ItemId_2": 802,
"ItemNum_2": 450,
"ItemId_3": 807,
"ItemNum_3": 450,
"ItemId_4": 815,
"ItemNum_4": 225,
"Copper": 130000,
"Volume": 320000,
"Icon": "",
"Performance": 0,
"ScienceDescribe": "",
"ResultDescribe": ""
},
{
"Id": 221,
"Name": "山路皮肤科技",
"Structure": 300,
"Drawing": true,
"ItemId_1": 327,
"ItemNum_1": 700,
"ItemId_2": 802,
"ItemNum_2": 450,
"ItemId_3": 807,
"ItemNum_3": 450,
"ItemId_4": 815,
"ItemNum_4": 225,
"Copper": 130000,
"Volume": 320000,
"Icon": "",
"Performance": 0,
"ScienceDescribe": "",
"ResultDescribe": ""
},
{
"Id": 301,
"Name": "粗布坊皮肤科技",
"Structure": 100,
"Drawing": true,
"ItemId_1": 327,
"ItemNum_1": 900,
"ItemId_2": 802,
"ItemNum_2": 500,
"ItemId_3": 807,
"ItemNum_3": 500,
"ItemId_4": 815,
"ItemNum_4": 250,
"Copper": 160000,
"Volume": 340000,
"Icon": "",
"Performance": 0,
"ScienceDescribe": "",
"ResultDescribe": ""
}
]

45
src/api/config/TextConfigCategory.json

@ -3154,6 +3154,16 @@
"Text": "注:设置预设菜品后勾选自动则每天会自动按照预设的菜品举办家宴",
"Value": ""
},
{
"Id": 2412,
"Text": "当前正在使用自动举办功能",
"Value": ""
},
{
"Id": 2413,
"Text": "当前正在使用预设菜品功能",
"Value": ""
},
{
"Id": 2901,
"Text": "图鉴积分包括以下四个要素:<br/>建筑积分:包括建造建筑的积分和加固建筑的积分<br/>宝物积分:建筑上装备的宝物所提供的积分<br/>装饰品积分:解锁装饰品提供的积分<br/>皮肤积分:解锁建筑皮肤提供的积分<br/>当图鉴积分相同时,先上榜的人排在前面<br/>每日排行榜于每天晚上12点结算并发放奖励。",
@ -3534,6 +3544,21 @@
"Text": "山谷有危险,请解除危险后再布局",
"Value": ""
},
{
"Id": 2977,
"Text": "此次操作会导致兵工坊生产订单的村民减少,将大幅度提升订单的耗时和降低订单的收益,您确定吗?",
"Value": ""
},
{
"Id": 2978,
"Text": "当前处于支援前线模式,货郎不再收购物品",
"Value": ""
},
{
"Id": 2979,
"Text": "村民数量不足15个,会影响生产订单的速度和最终的铜钱收益,您确定要开始生产订单吗?",
"Value": ""
},
{
"Id": 3001,
"Text": "撤销建造将返还所有材料,是否撤销建造该建筑?",
@ -3799,6 +3824,16 @@
"Text": "使用成功,双倍已生效",
"Value": ""
},
{
"Id": 3054,
"Text": "勾选自动后将遵循数量和营养值的规则填充菜品并自动举办家宴,无法使用预设菜品功能",
"Value": ""
},
{
"Id": 3055,
"Text": "是否取消自动举办家宴,使用预设菜品功能?<br>注:设置预设菜品后将按照预设的方案自动举办家宴,若预设菜品全部消耗完后将停止举办家宴。",
"Value": ""
},
{
"Id": 4001,
"Text": "你的鱼饵用完了",
@ -4168,5 +4203,15 @@
"Id": 7050,
"Text": "低保已收到",
"Value": ""
},
{
"Id": 8000,
"Text": "微风上纸鸢活动已结束!以下是谷主未领取的奖励~",
"Value": ""
},
{
"Id": 8001,
"Text": "桃谷龙舟赛活动已结束!以下是谷主未领取的奖励~",
"Value": ""
}
]

5
src/api/config/TipsConfigCategory.json

@ -93,5 +93,10 @@
"Id": 19,
"Tips": "小建议: 每天玩桃源记2别超过2小时,省着点玩...",
"Weight": 1
},
{
"Id": 20,
"Tips": "小建议: 加固建筑和学习维修费科技,可以大幅度降低维修费用",
"Weight": 5
}
]

39
src/api/config/TitleConfigCategory.json

@ -51,6 +51,19 @@
"Level": 2,
"Skin": "Tiltle_Pictrue_201"
},
{
"Id": 202,
"Name": "粽横四海",
"Requirement": "桃谷龙舟赛活动获得",
"RequirementTpye": 31,
"IdAndType": [
140012,
1
],
"Time": false,
"Level": 2,
"Skin": "Tiltle_Pictrue_202"
},
{
"Id": 301,
"Name": "歌唱家",
@ -128,5 +141,31 @@
"Time": false,
"Level": 4,
"Skin": "Tiltle_Pictrue_402"
},
{
"Id": 403,
"Name": "桃谷地仙",
"Requirement": "累充5000元答谢礼包",
"RequirementTpye": 31,
"IdAndType": [
140010,
1
],
"Time": false,
"Level": 4,
"Skin": "Tiltle_Pictrue_403"
},
{
"Id": 501,
"Name": "桃谷天尊",
"Requirement": "累充10000元答谢礼包",
"RequirementTpye": 31,
"IdAndType": [
140011,
1
],
"Time": false,
"Level": 5,
"Skin": "Tiltle_Pictrue_501"
}
]

126
src/api/config/TreasureSynthesisConfigCategory.json

@ -69,6 +69,48 @@
"ItemId": 1011,
"Num": 3
},
{
"Id": 11,
"Name": "凡品变石",
"MixtureId": 1031,
"ItemId": 1009,
"Num": 4
},
{
"Id": 12,
"Name": "精品变石",
"MixtureId": 1032,
"ItemId": 1031,
"Num": 4
},
{
"Id": 13,
"Name": "极品变石",
"MixtureId": 1033,
"ItemId": 1032,
"Num": 4
},
{
"Id": 14,
"Name": "凡品钻石",
"MixtureId": 1034,
"ItemId": 1012,
"Num": 4
},
{
"Id": 15,
"Name": "精品钻石",
"MixtureId": 1035,
"ItemId": 1034,
"Num": 4
},
{
"Id": 16,
"Name": "极品钻石",
"MixtureId": 1036,
"ItemId": 1035,
"Num": 4
},
{
"Id": 1001,
"Name": "精品鸡血石",
@ -139,6 +181,48 @@
"ItemId": 1023,
"Num": 3
},
{
"Id": 1011,
"Name": "凡品玛瑙",
"MixtureId": 1037,
"ItemId": 1021,
"Num": 4
},
{
"Id": 1012,
"Name": "精品玛瑙",
"MixtureId": 1038,
"ItemId": 1037,
"Num": 4
},
{
"Id": 1013,
"Name": "极品玛瑙",
"MixtureId": 1039,
"ItemId": 1038,
"Num": 4
},
{
"Id": 1014,
"Name": "凡品珍珠",
"MixtureId": 1040,
"ItemId": 1024,
"Num": 4
},
{
"Id": 1015,
"Name": "精品珍珠",
"MixtureId": 1041,
"ItemId": 1040,
"Num": 4
},
{
"Id": 1016,
"Name": "极品珍珠",
"MixtureId": 1042,
"ItemId": 1041,
"Num": 4
},
{
"Id": 3001,
"Name": "精品翡翠",
@ -167,6 +251,48 @@
"ItemId": 1029,
"Num": 3
},
{
"Id": 3005,
"Name": "凡品绿松石",
"MixtureId": 1043,
"ItemId": 1027,
"Num": 4
},
{
"Id": 3006,
"Name": "精品绿松石",
"MixtureId": 1044,
"ItemId": 1043,
"Num": 4
},
{
"Id": 3007,
"Name": "极品绿松石",
"MixtureId": 1045,
"ItemId": 1044,
"Num": 4
},
{
"Id": 3008,
"Name": "凡品寿山石",
"MixtureId": 1046,
"ItemId": 1030,
"Num": 4
},
{
"Id": 3009,
"Name": "精品寿山石",
"MixtureId": 1047,
"ItemId": 1046,
"Num": 4
},
{
"Id": 3010,
"Name": "极品寿山石",
"MixtureId": 1048,
"ItemId": 1047,
"Num": 4
},
{
"Id": 4001,
"Name": "精品寻木枝",

60
src/api/config/TreasureSynthesisGroupConfigCategory.json

@ -110,5 +110,65 @@
5001,
5002
]
},
{
"Id": 13,
"Name": "变石",
"Type": 1,
"SubFormula": [
11,
12,
13
]
},
{
"Id": 14,
"Name": "钻石",
"Type": 1,
"SubFormula": [
14,
15,
16
]
},
{
"Id": 15,
"Name": "玛瑙",
"Type": 2,
"SubFormula": [
1011,
1012,
1013
]
},
{
"Id": 16,
"Name": "珍珠",
"Type": 2,
"SubFormula": [
1014,
1015,
1016
]
},
{
"Id": 17,
"Name": "绿松石",
"Type": 3,
"SubFormula": [
3005,
3006,
3007
]
},
{
"Id": 18,
"Name": "寿山石",
"Type": 3,
"SubFormula": [
3008,
3009,
3010
]
}
]

8
src/api/config/ValleyEffectConfigCategory.json

@ -268,7 +268,7 @@
"EffectParm": [],
"NeedShow": true,
"IconFile": "Valley_Effect_18",
"Description": "桃谷货郎收购时获得铜钱提升30%"
"Description": "桃谷货郎收购/订单完成时获得铜钱提升30%"
},
{
"Id": 19,
@ -345,7 +345,7 @@
"EffectParm": [],
"NeedShow": true,
"IconFile": "Valley_Effect_18",
"Description": "桃谷货郎收购时获得铜钱提升70%"
"Description": "桃谷货郎收购/订单完成时获得铜钱提升70%"
},
{
"Id": 30,
@ -361,7 +361,7 @@
"EffectParm": [],
"NeedShow": true,
"IconFile": "Valley_Effect_18",
"Description": "桃谷货郎收购时获得铜钱提升110%"
"Description": "桃谷货郎收购/订单完成时获得铜钱提升110%"
},
{
"Id": 31,
@ -377,7 +377,7 @@
"EffectParm": [],
"NeedShow": true,
"IconFile": "Valley_Effect_18",
"Description": "桃谷货郎收购时获得铜钱提升150%"
"Description": "桃谷货郎收购/订单完成时获得铜钱提升150%"
},
{
"Id": 101,

500
src/api/config/WarConfigCategory.json

@ -7098,5 +7098,505 @@
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10251,
"Wave": 0,
"RefreshPoint": [
2501,
2502
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10252,
"Wave": 0,
"RefreshPoint": [
2503,
2504
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10253,
"Wave": 0,
"RefreshPoint": [
2505,
2506
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10254,
"Wave": 0,
"RefreshPoint": [
2507,
2508
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10255,
"Wave": 0,
"RefreshPoint": [
2509,
2510
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10256,
"Wave": 0,
"RefreshPoint": [
2511,
2512
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10257,
"Wave": 0,
"RefreshPoint": [
2513,
2514
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10258,
"Wave": 0,
"RefreshPoint": [
2515,
2516
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10259,
"Wave": 0,
"RefreshPoint": [
2517,
2518
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10260,
"Wave": 0,
"RefreshPoint": [
2519,
2520
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10261,
"Wave": 0,
"RefreshPoint": [
2521,
2522
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10262,
"Wave": 0,
"RefreshPoint": [
2523,
2524
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10263,
"Wave": 0,
"RefreshPoint": [
2525,
2526
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10264,
"Wave": 0,
"RefreshPoint": [
2527,
2528
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10265,
"Wave": 0,
"RefreshPoint": [
2529,
2530
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10266,
"Wave": 0,
"RefreshPoint": [
2531,
2532
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10267,
"Wave": 0,
"RefreshPoint": [
2533,
2534
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10268,
"Wave": 0,
"RefreshPoint": [
2535,
2536
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10269,
"Wave": 0,
"RefreshPoint": [
2537,
2538
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10270,
"Wave": 0,
"RefreshPoint": [
2539,
2540
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10271,
"Wave": 0,
"RefreshPoint": [
2541,
2542
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10272,
"Wave": 0,
"RefreshPoint": [
2543,
2544
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10273,
"Wave": 0,
"RefreshPoint": [
2545,
2546
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10274,
"Wave": 0,
"RefreshPoint": [
2547,
2548
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10275,
"Wave": 0,
"RefreshPoint": [
2549,
2550
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10276,
"Wave": 0,
"RefreshPoint": [
2551,
2552
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10277,
"Wave": 0,
"RefreshPoint": [
2553,
2554
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10278,
"Wave": 0,
"RefreshPoint": [
2555,
2556
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10279,
"Wave": 0,
"RefreshPoint": [
2557,
2558
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10280,
"Wave": 0,
"RefreshPoint": [
2559,
2560
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10281,
"Wave": 0,
"RefreshPoint": [
2561,
2562
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10282,
"Wave": 0,
"RefreshPoint": [
2563,
2564
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10283,
"Wave": 0,
"RefreshPoint": [
2565,
2566
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10284,
"Wave": 0,
"RefreshPoint": [
2567,
2568
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10285,
"Wave": 0,
"RefreshPoint": [
2569,
2570
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10286,
"Wave": 0,
"RefreshPoint": [
2571,
2572
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10287,
"Wave": 0,
"RefreshPoint": [
2573,
2574
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10288,
"Wave": 0,
"RefreshPoint": [
2575,
2576
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10289,
"Wave": 0,
"RefreshPoint": [
2577,
2578
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10290,
"Wave": 0,
"RefreshPoint": [
2579,
2580
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10291,
"Wave": 0,
"RefreshPoint": [
2581,
2582
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10292,
"Wave": 0,
"RefreshPoint": [
2583,
2584
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10293,
"Wave": 0,
"RefreshPoint": [
2585,
2586
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10294,
"Wave": 0,
"RefreshPoint": [
2587,
2588
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10295,
"Wave": 0,
"RefreshPoint": [
2589,
2590
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10296,
"Wave": 0,
"RefreshPoint": [
2591,
2592
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10297,
"Wave": 0,
"RefreshPoint": [
2593,
2594
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10298,
"Wave": 0,
"RefreshPoint": [
2595,
2596
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10299,
"Wave": 0,
"RefreshPoint": [
2597,
2598
],
"DurableLoss": 18,
"BasicFood": 10
},
{
"Id": 10300,
"Wave": 0,
"RefreshPoint": [
2599,
2600
],
"DurableLoss": 18,
"BasicFood": 10
}
]

2
src/api/config/WorldParametersConfigCategory.json

@ -361,7 +361,7 @@
"DogSoundInterval": 5,
"PigMaximmums": 3,
"RefineInterval": 0.3,
"DmgReduceLimit": 50,
"DmgReduceLimit": 75,
"DodgeLimit": 140,
"CritRateLimit": 50,
"DmgReboundLimit": 50,

36
src/views/gameOrder/getTransactionId/index.vue

@ -57,12 +57,11 @@
<script lang="ts">
import { toRefs, reactive, onMounted, defineComponent } from 'vue';
import { gameRechargeChangeStateDelete, gmOrderList } from '/@/api/game';
import { allChannelList, ServerCategorize, serverList, ServerList } from '/@/utils/game';
import RechargeConfigCategory from '/@/api/config/RechargeConfigCategory.json';
import { ElMessage, ElMessageBox } from 'element-plus/es';
import { gSwitchServer, guid } from '/@/utils/utils';
import jwt from 'jsonwebtoken';
import * as http from "node:http";
//
interface TableData {
@ -147,7 +146,7 @@ MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg2XqPEHgWj2cUnO2GoPfIeEcAc0tJsTeh
headers: {Authorization: "Bearer " + data,"Content-Type": "application/json"}
};
console.log("config: %j", config);
axios.request(config).then(function (response) {
http.request(config).then(function (response) {
console.log("res", response.data.signedTransactions[0]);
let decode = jwt.decode(response.data.signedTransactions[0]);
console.log("decode", decode);
@ -169,39 +168,10 @@ MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQg2XqPEHgWj2cUnO2GoPfIeEcAc0tJsTeh
const switchServer = () => {
return gSwitchServer(state.serverSwitch, state.servers);
};
const changeState = (order: string, state: number, remark: string) => {
if (state != 3 && state != 2) {
return;
}
if (state == 3) {
let mess = '是否确认订单失效?,点击确认后本条订单失效。';
ElMessageBox.confirm(mess).then(() => {
gameRechargeChangeStateDelete({ order: order, state: state }).then((res) => {
if (res.data.data == 1) {
ElMessage.success('发送成功');
}
orderList();
});
});
} else if (state == 2) {
ElMessageBox.prompt('请输入修改成功理由', '提示', {
confirmButtonText: '确认',
cancelButtonText: '取消',
inputErrorMessage: 'Invalid http request',
}).then(({ value }) => {
gameRechargeChangeStateDelete({ order: order, state: state, remark: remark + ', ' + value }).then((res) => {
if (res.data.data == 1) {
ElMessage.success('发送成功');
}
orderList();
});
});
}
};
return {
switchServer,
orderList,
changeState,
...toRefs(state),
};
},

Loading…
Cancel
Save