Skip to content

Commit c1c019e

Browse files
committed
v5.0.3
1 parent f208bc6 commit c1c019e

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

dist/nw-data

Submodule nw-data updated 54 files

libs/nw-data/generated/cols.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ export const COLS_DAMAGEDATA = {
11971197
ImpactDistanceX: "number",
11981198
ImpactDistanceY: "number",
11991199
ImpactDistanceZ: "number",
1200-
ImpactRating: "string",
1200+
ImpactRating: "number",
12011201
IsAbility: "boolean",
12021202
IsEmote: "boolean",
12031203
IsRanged: "number",
@@ -1582,6 +1582,7 @@ export const COLS_FISHINGCATCHABLESDATA = {
15821582
FishingXp: "number",
15831583
Id: "string",
15841584
LineTensionGainPerSecondMultiplier: "number",
1585+
RewardGameEventId: "string",
15851586
ZoomCameraOnSuccess: "boolean",
15861587
};
15871588
export const COLS_FISHINGHOTSPOTSDATA = {
@@ -1827,6 +1828,7 @@ export const COLS_GATHERABLEDATA = {
18271828
IsLootContainer: "boolean",
18281829
ItemRestrictionId: "string",
18291830
ItemRestrictionQuantity: "number",
1831+
LandmarkIconPath: "string",
18301832
MaxRespawnRate: "number",
18311833
MinRespawnRate: "number",
18321834
MountGatherers: "string",
@@ -1840,7 +1842,9 @@ export const COLS_GATHERABLEDATA = {
18401842
ResetGatherTimeOnEndInteraction: "boolean",
18411843
Restriction: "string",
18421844
SongRewardId: "string",
1845+
TooltipImage: "string",
18431846
Tradeskill: "string",
1847+
UsableEmoteTags: "string",
18441848
WaitForImpact: "boolean",
18451849
};
18461850
export const COLS_GENERATORRECIPES = {
@@ -4649,7 +4653,7 @@ export const COLS_OBJECTIVETASKS = {
46494653
ResetOnCondition: "number",
46504654
SS_StatePreset: "string",
46514655
SS_VariantName: "string",
4652-
ShouldCheckPoints: "string",
4656+
ShouldCheckPoints: "boolean",
46534657
ShowDiegeticTaskPin: "boolean",
46544658
StayActive: "number",
46554659
SubTask1: "string",

libs/nw-data/generated/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ export interface FishingCatchablesData {
16481648
FishingXp: number;
16491649
Id: string;
16501650
LineTensionGainPerSecondMultiplier: number;
1651+
RewardGameEventId: string;
16511652
ZoomCameraOnSuccess: boolean;
16521653
}
16531654

@@ -1900,6 +1901,7 @@ export interface GatherableData {
19001901
IsLootContainer: boolean;
19011902
ItemRestrictionId: string;
19021903
ItemRestrictionQuantity: number | string;
1904+
LandmarkIconPath: string;
19031905
MaxRespawnRate: number;
19041906
MinRespawnRate: number;
19051907
MountGatherers: string;
@@ -1913,7 +1915,9 @@ export interface GatherableData {
19131915
ResetGatherTimeOnEndInteraction: boolean;
19141916
Restriction: string;
19151917
SongRewardId: string;
1918+
TooltipImage: string;
19161919
Tradeskill: string;
1920+
UsableEmoteTags: string;
19171921
WaitForImpact: boolean;
19181922
}
19191923

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-buddy",
3-
"version": "5.0.2-2",
3+
"version": "5.0.3-0",
44
"description": "New World Buddy",
55
"keywords": [],
66
"main": "dist/electron/main.js",

0 commit comments

Comments
 (0)