Item changes

scuffed and put in manually
This commit is contained in:
hppeng 2024-07-07 07:55:27 -07:00
parent 1d6b302f38
commit a1ddce803f
13 changed files with 408 additions and 912 deletions

1304
clean.json

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

1
data/2.1.0.0/atree.json Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
data/2.1.0.0/items.json Normal file

File diff suppressed because one or more lines are too long

1
data/2.1.0.0/majid.json Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
data/2.1.0.0/tomes.json Normal file

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,8 @@ const wynn_version_names = [
'2.0.3.1',
'2.0.4.1',
'2.0.4.3',
'2.0.4.4'
'2.0.4.4',
'2.1.0.0'
];
const WYNN_VERSION_LATEST = wynn_version_names.length - 1;
// Default to the newest version.

View file

@ -236,7 +236,6 @@ function init_autocomplete() {
}
}
console.log(tome_arr);
// create dropdown
dropdowns.set(eq, new autoComplete({
data: {

View file

@ -416,7 +416,6 @@ class BuildAssembleNode extends ComputeNode {
input_map.get('guildTome1'),
input_map.get('lootrunTome1')
];
console.log(equipments);
let weapon = input_map.get('weapon');
let level = parseInt(input_map.get('level-input'));
if (isNaN(level)) {

View file

@ -1,4 +1,4 @@
const DB_VERSION = 133;
const DB_VERSION = 134;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db;