Skip to content

Commit

Permalink
game version update
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Apr 13, 2023
1 parent d48841a commit 88b95f1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions apps/web/nw-data/cols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,8 @@ export const COLS_LOOTBUCKETS = {
"Item171": "string",
"Item172": "string",
"Item173": "string",
"Item174": "string",
"Item175": "string",
"Item176": "string",
"Item177": "string",
"Item178": "string",
Expand Down Expand Up @@ -1545,6 +1547,7 @@ export const COLS_LOOTBUCKETS = {
"Item205": "string",
"Item206": "string",
"Item207": "string",
"Item208": "string",
"Item209": "string",
"Item21": "string",
"Item210": "string",
Expand Down Expand Up @@ -1651,6 +1654,7 @@ export const COLS_LOOTBUCKETS = {
"Item302": "string",
"Item304": "string",
"Item305": "string",
"Item308": "string",
"Item309": "string",
"Item31": "string",
"Item310": "string",
Expand Down Expand Up @@ -1841,6 +1845,8 @@ export const COLS_LOOTBUCKETS = {
"LootBucket171": "string",
"LootBucket172": "string",
"LootBucket173": "string",
"LootBucket174": "string",
"LootBucket175": "string",
"LootBucket176": "string",
"LootBucket177": "string",
"LootBucket178": "string",
Expand Down Expand Up @@ -1877,6 +1883,7 @@ export const COLS_LOOTBUCKETS = {
"LootBucket205": "string",
"LootBucket206": "string",
"LootBucket207": "string",
"LootBucket208": "string",
"LootBucket209": "string",
"LootBucket21": "string",
"LootBucket210": "string",
Expand Down Expand Up @@ -1983,6 +1990,7 @@ export const COLS_LOOTBUCKETS = {
"LootBucket302": "string",
"LootBucket304": "string",
"LootBucket305": "string",
"LootBucket308": "string",
"LootBucket309": "string",
"LootBucket31": "string",
"LootBucket310": "string",
Expand Down Expand Up @@ -2173,6 +2181,8 @@ export const COLS_LOOTBUCKETS = {
"MatchOne171": "string",
"MatchOne172": "string",
"MatchOne173": "string",
"MatchOne174": "string",
"MatchOne175": "string",
"MatchOne176": "string",
"MatchOne177": "string",
"MatchOne178": "string",
Expand Down Expand Up @@ -2209,6 +2219,7 @@ export const COLS_LOOTBUCKETS = {
"MatchOne205": "string",
"MatchOne206": "string",
"MatchOne207": "string",
"MatchOne208": "string",
"MatchOne209": "string",
"MatchOne21": "string",
"MatchOne210": "string",
Expand Down Expand Up @@ -2315,6 +2326,7 @@ export const COLS_LOOTBUCKETS = {
"MatchOne302": "string",
"MatchOne304": "string",
"MatchOne305": "string",
"MatchOne308": "string",
"MatchOne309": "string",
"MatchOne31": "string",
"MatchOne310": "string",
Expand Down Expand Up @@ -2840,6 +2852,8 @@ export const COLS_LOOTBUCKETS = {
"Tags170": "[]",
"Tags172": "[]",
"Tags173": "[]",
"Tags174": "[]",
"Tags175": "[]",
"Tags176": "[]",
"Tags177": "[]",
"Tags178": "[]",
Expand Down Expand Up @@ -2876,6 +2890,7 @@ export const COLS_LOOTBUCKETS = {
"Tags205": "[]",
"Tags206": "[]",
"Tags207": "[]",
"Tags208": "[]",
"Tags209": "[]",
"Tags21": "[]",
"Tags210": "[]",
Expand Down Expand Up @@ -2945,6 +2960,7 @@ export const COLS_LOOTBUCKETS = {
"Tags298": "[]",
"Tags3": "[]",
"Tags30": "[]",
"Tags308": "[]",
"Tags31": "[]",
"Tags310": "[]",
"Tags314": "[]",
Expand Down
16 changes: 16 additions & 0 deletions apps/web/nw-data/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,8 @@ export interface Lootbuckets {
Item171?: string;
Item172?: string;
Item173?: string;
Item174?: string;
Item175?: string;
Item176?: string;
Item177?: string;
Item178?: string;
Expand Down Expand Up @@ -1280,6 +1282,7 @@ export interface Lootbuckets {
Item205?: string;
Item206?: string;
Item207?: string;
Item208?: string;
Item209?: string;
Item21?: string;
Item210?: string;
Expand Down Expand Up @@ -1386,6 +1389,7 @@ export interface Lootbuckets {
Item302?: string;
Item304?: string;
Item305?: string;
Item308?: string;
Item309?: string;
Item31?: string;
Item310?: string;
Expand Down Expand Up @@ -1576,6 +1580,8 @@ export interface Lootbuckets {
LootBucket171?: string;
LootBucket172?: string;
LootBucket173?: string;
LootBucket174?: string;
LootBucket175?: string;
LootBucket176?: string;
LootBucket177?: string;
LootBucket178?: string;
Expand Down Expand Up @@ -1612,6 +1618,7 @@ export interface Lootbuckets {
LootBucket205?: string;
LootBucket206?: string;
LootBucket207?: string;
LootBucket208?: string;
LootBucket209?: string;
LootBucket21?: string;
LootBucket210?: string;
Expand Down Expand Up @@ -1718,6 +1725,7 @@ export interface Lootbuckets {
LootBucket302?: string;
LootBucket304?: string;
LootBucket305?: string;
LootBucket308?: string;
LootBucket309?: string;
LootBucket31?: string;
LootBucket310?: string;
Expand Down Expand Up @@ -1908,6 +1916,8 @@ export interface Lootbuckets {
MatchOne171?: string;
MatchOne172?: string;
MatchOne173?: string;
MatchOne174?: string;
MatchOne175?: string;
MatchOne176?: string;
MatchOne177?: string;
MatchOne178?: string;
Expand Down Expand Up @@ -1944,6 +1954,7 @@ export interface Lootbuckets {
MatchOne205?: string;
MatchOne206?: string;
MatchOne207?: string;
MatchOne208?: string;
MatchOne209?: string;
MatchOne21?: string;
MatchOne210?: string;
Expand Down Expand Up @@ -2050,6 +2061,7 @@ export interface Lootbuckets {
MatchOne302?: string;
MatchOne304?: string;
MatchOne305?: string;
MatchOne308?: string;
MatchOne309?: string;
MatchOne31?: string;
MatchOne310?: string;
Expand Down Expand Up @@ -2575,6 +2587,8 @@ export interface Lootbuckets {
Tags170?: string[];
Tags172?: string[];
Tags173?: string[];
Tags174?: string[];
Tags175?: string[];
Tags176?: string[];
Tags177?: string[];
Tags178?: string[];
Expand Down Expand Up @@ -2611,6 +2625,7 @@ export interface Lootbuckets {
Tags205?: string[];
Tags206?: string[];
Tags207?: string[];
Tags208?: string[];
Tags209?: string[];
Tags21?: string[];
Tags210?: string[];
Expand Down Expand Up @@ -2680,6 +2695,7 @@ export interface Lootbuckets {
Tags298?: string[];
Tags3?: string[];
Tags30?: string[];
Tags308?: string[];
Tags31?: string[];
Tags310?: string[];
Tags314?: string[];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nw-buddy",
"version": "1.9.0-0",
"version": "1.9.1-0",
"description": "New World Buddy",
"keywords": [],
"main": "dist/electron/main.js",
Expand Down

0 comments on commit 88b95f1

Please sign in to comment.