Skip to content

Commit

Permalink
data: update
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Jul 19, 2023
1 parent 9c52202 commit 1465c4a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions libs/nw-data/generated/cols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,7 @@ export const COLS_GATHERABLES = {
"BaseGatherTime": "number",
"ConsumedStatusEffect": "string",
"DepletedGatherableID": "number",
"DisplayDescription": "string",
"DisplayName": "string",
"FinalLootTable": "string",
"GameEventID": "string",
Expand All @@ -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 = {
Expand Down Expand Up @@ -1843,6 +1849,7 @@ export const COLS_LOOTBUCKETS = {
"Item359": "string",
"Item36": "string",
"Item360": "string",
"Item361": "string",
"Item362": "string",
"Item363": "string",
"Item364": "string",
Expand Down Expand Up @@ -2198,6 +2205,7 @@ export const COLS_LOOTBUCKETS = {
"LootBucket358": "string",
"LootBucket359": "string",
"LootBucket360": "string",
"LootBucket361": "string",
"LootBucket362": "string",
"LootBucket363": "string",
"LootBucket364": "string",
Expand Down Expand Up @@ -2563,6 +2571,7 @@ export const COLS_LOOTBUCKETS = {
"MatchOne359": "string",
"MatchOne36": "string",
"MatchOne360": "string",
"MatchOne361": "string",
"MatchOne362": "string",
"MatchOne363": "string",
"MatchOne364": "string",
Expand Down Expand Up @@ -2940,6 +2949,7 @@ export const COLS_LOOTBUCKETS = {
"Quantity359": "number",
"Quantity36": "number",
"Quantity360": "number",
"Quantity361": "number",
"Quantity362": "string",
"Quantity363": "number",
"Quantity364": "number",
Expand Down
10 changes: 10 additions & 0 deletions libs/nw-data/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ export interface Gatherables {
BaseGatherTime: number;
ConsumedStatusEffect?: string;
DepletedGatherableID: number;
DisplayDescription?: string;
DisplayName?: string;
FinalLootTable?: string;
GameEventID?: string;
Expand All @@ -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 {
Expand Down Expand Up @@ -1493,6 +1499,7 @@ export interface Lootbuckets {
Item359?: string;
Item36?: string;
Item360?: string;
Item361?: string;
Item362?: string;
Item363?: string;
Item364?: string;
Expand Down Expand Up @@ -1848,6 +1855,7 @@ export interface Lootbuckets {
LootBucket358?: string;
LootBucket359?: string;
LootBucket360?: string;
LootBucket361?: string;
LootBucket362?: string;
LootBucket363?: string;
LootBucket364?: string;
Expand Down Expand Up @@ -2213,6 +2221,7 @@ export interface Lootbuckets {
MatchOne359?: string;
MatchOne36?: string;
MatchOne360?: string;
MatchOne361?: string;
MatchOne362?: string;
MatchOne363?: string;
MatchOne364?: string;
Expand Down Expand Up @@ -2590,6 +2599,7 @@ export interface Lootbuckets {
Quantity359: number;
Quantity36: number;
Quantity360: number;
Quantity361: number;
Quantity362?: string;
Quantity363: number;
Quantity364: number;
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.10.0-2",
"version": "2.0.1-0",
"description": "New World Buddy",
"keywords": [],
"main": "dist/electron/main.js",
Expand Down

0 comments on commit 1465c4a

Please sign in to comment.