yarn package changes, minor tweaks
10
package.json
|
@ -12,8 +12,7 @@
|
||||||
"bootstrap-vue": "^2.3.0",
|
"bootstrap-vue": "^2.3.0",
|
||||||
"core-js": "^3.4.4",
|
"core-js": "^3.4.4",
|
||||||
"vue": "^2.6.10",
|
"vue": "^2.6.10",
|
||||||
"vue-router": "^3.1.5",
|
"vue-router": "^3.1.5"
|
||||||
"vuex": "^3.1.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/polyfill": "^7.7.0",
|
"@babel/polyfill": "^7.7.0",
|
||||||
|
@ -28,7 +27,7 @@
|
||||||
"popper.js": "^1.16.0",
|
"popper.js": "^1.16.0",
|
||||||
"portal-vue": "^2.1.6",
|
"portal-vue": "^2.1.6",
|
||||||
"sass": "^1.19.0",
|
"sass": "^1.19.0",
|
||||||
"sass-loader": "^8.0.0",
|
"sass-loader": "^8.0.2",
|
||||||
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
|
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
|
||||||
"vue-template-compiler": "^2.6.10"
|
"vue-template-compiler": "^2.6.10"
|
||||||
},
|
},
|
||||||
|
@ -49,5 +48,8 @@
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions"
|
"last 2 versions"
|
||||||
]
|
],
|
||||||
|
"peerDependencies": {
|
||||||
|
"jquery": "^3.4.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 285 B |
|
@ -10,6 +10,11 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
mainConfig: {
|
mainConfig: {
|
||||||
|
statUnlocks: [
|
||||||
|
{id: 0, name: 'Slayer level', value: {min: 1, current: 99, max: 99}, image: 'slayer_icon.png', unlock: false},
|
||||||
|
{id: 1, name: 'Combat level', value: {min: 3, current: 126, max: 126}, image: 'combat_icon.png', unlock: false},
|
||||||
|
{id: 2, name: 'Defence level', value: {min: 1, current: 99, max: 99}, image: 'defence_icon.png', unlock: false},
|
||||||
|
],
|
||||||
pointUnlocks: [
|
pointUnlocks: [
|
||||||
{id: 0, name: 'Seeing red', monster_ids: [83, 3], unlock: false, masters: [5,6,7]},
|
{id: 0, name: 'Seeing red', monster_ids: [83, 3], unlock: false, masters: [5,6,7]},
|
||||||
{id: 1, name: 'I hope you mith me', monster_ids: [72], unlock: false, masters: [5,6,7]},
|
{id: 1, name: 'I hope you mith me', monster_ids: [72], unlock: false, masters: [5,6,7]},
|
||||||
|
@ -35,7 +40,7 @@ export default {
|
||||||
{id: 3, name: 'Death Plateau', monster_ids: [96], unlock: false},
|
{id: 3, name: 'Death Plateau', monster_ids: [96], unlock: false},
|
||||||
{id: 4, name: 'Death to the Dorgeshuun', monster_ids: [74], unlock: false},
|
{id: 4, name: 'Death to the Dorgeshuun', monster_ids: [74], unlock: false},
|
||||||
{id: 5, name: 'Desert Treasure (started)', monster_ids: [34, 94], unlock: false},
|
{id: 5, name: 'Desert Treasure (started)', monster_ids: [34, 94], unlock: false},
|
||||||
{id: 6, name: 'Dragon Slayer', monster_ids: [48, 14, 83, 12, 17, 58, 97, 72, 2, 87], alternative_text: "Dragons", unlock: false},
|
{id: 6, name: 'Dragon Slayer', monster_ids: [48, 14, 83, 12, 17, 58, 97, 72], alternative_text: "Dragons", unlock: false},
|
||||||
{id: 7, name: 'Dragon Slayer II', monster_ids: [2, 87], unlock: false},
|
{id: 7, name: 'Dragon Slayer II', monster_ids: [2, 87], unlock: false},
|
||||||
{id: 8, name: 'Elemental Workshop I', monster_ids: [92], unlock: false},
|
{id: 8, name: 'Elemental Workshop I', monster_ids: [92], unlock: false},
|
||||||
{id: 9, name: 'Ernest the Chicken', monster_ids: [62], unlock: false},
|
{id: 9, name: 'Ernest the Chicken', monster_ids: [62], unlock: false},
|
||||||
|
@ -53,11 +58,6 @@ export default {
|
||||||
{id: 21, name: 'Skippy and the Mogres (miniquest)', monster_ids: [73], unlock: false},
|
{id: 21, name: 'Skippy and the Mogres (miniquest)', monster_ids: [73], unlock: false},
|
||||||
{id: 22, name: 'Waterfall Quest', monster_ids: [40], unlock: false},
|
{id: 22, name: 'Waterfall Quest', monster_ids: [40], unlock: false},
|
||||||
],
|
],
|
||||||
statUnlocks: [
|
|
||||||
{id: 0, name: 'Slayer level', value: {min: 1, current: 99, max: 99}, image: 'Slayer_icon.png', unlock: false},
|
|
||||||
{id: 1, name: 'Combat level', value: {min: 3, current: 126, max: 126}, image: 'Combat_icon.png', unlock: false},
|
|
||||||
{id: 2, name: 'Defence level', value: {min: 1, current: 99, max: 99}, image: 'Defence_icon.png', unlock: false},
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,7 @@ const routes = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
mode: 'history',
|
mode: 'hash',
|
||||||
routes
|
routes
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
11
yarn.lock
|
@ -6797,10 +6797,10 @@ safe-regex@^1.1.0:
|
||||||
resolved "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
resolved "https://registry.npm.taobao.org/safer-buffer/download/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
||||||
integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
|
integrity sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo=
|
||||||
|
|
||||||
sass-loader@^8.0.0:
|
sass-loader@^8.0.2:
|
||||||
version "8.0.2"
|
version "8.0.2"
|
||||||
resolved "https://registry.npm.taobao.org/sass-loader/download/sass-loader-8.0.2.tgz?cache=0&sync_timestamp=1578921506275&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsass-loader%2Fdownload%2Fsass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d"
|
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-8.0.2.tgz#debecd8c3ce243c76454f2e8290482150380090d"
|
||||||
integrity sha1-3r7NjDziQ8dkVPLoKQSCFQOACQ0=
|
integrity sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
clone-deep "^4.0.1"
|
clone-deep "^4.0.1"
|
||||||
loader-utils "^1.2.3"
|
loader-utils "^1.2.3"
|
||||||
|
@ -7972,11 +7972,6 @@ vue@^2.6.10:
|
||||||
resolved "https://registry.npm.taobao.org/vue/download/vue-2.6.11.tgz?cache=0&sync_timestamp=1580160165548&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue%2Fdownload%2Fvue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
|
resolved "https://registry.npm.taobao.org/vue/download/vue-2.6.11.tgz?cache=0&sync_timestamp=1580160165548&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue%2Fdownload%2Fvue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5"
|
||||||
integrity sha1-dllNh31LEiNEBuhONSdcbVFBJcU=
|
integrity sha1-dllNh31LEiNEBuhONSdcbVFBJcU=
|
||||||
|
|
||||||
vuex@^3.1.2:
|
|
||||||
version "3.1.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.2.tgz#a2863f4005aa73f2587e55c3fadf3f01f69c7d4d"
|
|
||||||
integrity sha512-ha3jNLJqNhhrAemDXcmMJMKf1Zu4sybMPr9KxJIuOpVcsDQlTBYLLladav2U+g1AvdYDG5Gs0xBTb0M5pXXYFQ==
|
|
||||||
|
|
||||||
watchpack@^1.6.0:
|
watchpack@^1.6.0:
|
||||||
version "1.6.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.npm.taobao.org/watchpack/download/watchpack-1.6.0.tgz?cache=0&sync_timestamp=1579095974142&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"
|
resolved "https://registry.npm.taobao.org/watchpack/download/watchpack-1.6.0.tgz?cache=0&sync_timestamp=1579095974142&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwatchpack%2Fdownload%2Fwatchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00"
|
||||||
|
|