From 1465c4a7466fee4f3c17d48efd34a8b1b362a9d5 Mon Sep 17 00:00:00 2001 From: Ginie Date: Wed, 19 Jul 2023 10:43:52 +0200 Subject: [PATCH] data: update --- libs/nw-data/generated/cols.ts | 10 ++++++++++ libs/nw-data/generated/types.ts | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/libs/nw-data/generated/cols.ts b/libs/nw-data/generated/cols.ts index 1ba86195..2d5a12d6 100644 --- a/libs/nw-data/generated/cols.ts +++ b/libs/nw-data/generated/cols.ts @@ -937,6 +937,7 @@ export const COLS_GATHERABLES = { "BaseGatherTime": "number", "ConsumedStatusEffect": "string", "DepletedGatherableID": "number", + "DisplayDescription": "string", "DisplayName": "string", "FinalLootTable": "string", "GameEventID": "string", @@ -952,17 +953,22 @@ export const COLS_GATHERABLES = { "IsLootContainer": "boolean", "ItemRestrictionId": "string", "ItemRestrictionQuantity": "string", + "LandmarkIconPath": "string", "MaxRespawnRate": "number", "MinRespawnRate": "number", "NumRequiredToGather": "number", "ObstructBuildables": "boolean", "RequireControllingFaction": "boolean", + "RequiredSongId": "string", "RequiredStatusEffect": "string", "RequiredTradeskillLevel": "number", "RequiredWhisperId": "string", "ResetGatherTimeOnEndInteraction": "boolean", "Restriction": "string", + "SongRewardId": "string", + "TooltipImage": "string", "Tradeskill": "string", + "UsableEmoteTags": "string", "WaitForImpact": "boolean", } export const COLS_HOUSETYPES = { @@ -1843,6 +1849,7 @@ export const COLS_LOOTBUCKETS = { "Item359": "string", "Item36": "string", "Item360": "string", + "Item361": "string", "Item362": "string", "Item363": "string", "Item364": "string", @@ -2198,6 +2205,7 @@ export const COLS_LOOTBUCKETS = { "LootBucket358": "string", "LootBucket359": "string", "LootBucket360": "string", + "LootBucket361": "string", "LootBucket362": "string", "LootBucket363": "string", "LootBucket364": "string", @@ -2563,6 +2571,7 @@ export const COLS_LOOTBUCKETS = { "MatchOne359": "string", "MatchOne36": "string", "MatchOne360": "string", + "MatchOne361": "string", "MatchOne362": "string", "MatchOne363": "string", "MatchOne364": "string", @@ -2940,6 +2949,7 @@ export const COLS_LOOTBUCKETS = { "Quantity359": "number", "Quantity36": "number", "Quantity360": "number", + "Quantity361": "number", "Quantity362": "string", "Quantity363": "number", "Quantity364": "number", diff --git a/libs/nw-data/generated/types.ts b/libs/nw-data/generated/types.ts index 6a65d3a7..399f9abc 100644 --- a/libs/nw-data/generated/types.ts +++ b/libs/nw-data/generated/types.ts @@ -764,6 +764,7 @@ export interface Gatherables { BaseGatherTime: number; ConsumedStatusEffect?: string; DepletedGatherableID: number; + DisplayDescription?: string; DisplayName?: string; FinalLootTable?: string; GameEventID?: string; @@ -779,17 +780,22 @@ export interface Gatherables { IsLootContainer: boolean; ItemRestrictionId?: string; ItemRestrictionQuantity?: string; + LandmarkIconPath?: string; MaxRespawnRate: number; MinRespawnRate: number; NumRequiredToGather: number; ObstructBuildables: boolean; RequireControllingFaction: boolean; + RequiredSongId?: string; RequiredStatusEffect?: string; RequiredTradeskillLevel: number; RequiredWhisperId?: string; ResetGatherTimeOnEndInteraction: boolean; Restriction: string; + SongRewardId?: string; + TooltipImage?: string; Tradeskill: string; + UsableEmoteTags?: string; WaitForImpact: boolean; } export interface VariationsLockedInteractGatherables { @@ -1493,6 +1499,7 @@ export interface Lootbuckets { Item359?: string; Item36?: string; Item360?: string; + Item361?: string; Item362?: string; Item363?: string; Item364?: string; @@ -1848,6 +1855,7 @@ export interface Lootbuckets { LootBucket358?: string; LootBucket359?: string; LootBucket360?: string; + LootBucket361?: string; LootBucket362?: string; LootBucket363?: string; LootBucket364?: string; @@ -2213,6 +2221,7 @@ export interface Lootbuckets { MatchOne359?: string; MatchOne36?: string; MatchOne360?: string; + MatchOne361?: string; MatchOne362?: string; MatchOne363?: string; MatchOne364?: string; @@ -2590,6 +2599,7 @@ export interface Lootbuckets { Quantity359: number; Quantity36: number; Quantity360: number; + Quantity361: number; Quantity362?: string; Quantity363: number; Quantity364: number; diff --git a/package.json b/package.json index 13a9515a..75ecbe1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nw-buddy", - "version": "1.10.0-2", + "version": "2.0.1-0", "description": "New World Buddy", "keywords": [], "main": "dist/electron/main.js",