Skip to content

Commit f0985d9

Browse files
committed
springtide patch
1 parent 15246db commit f0985d9

5 files changed

Lines changed: 11 additions & 2 deletions

File tree

dist/nw-data

Submodule nw-data updated 58 files

libs/nw-data/generated/cols.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,7 @@ export const COLS_GATHERABLES = {
11531153
"IsLootContainer": "boolean",
11541154
"ItemRestrictionId": "string",
11551155
"ItemRestrictionQuantity": "string",
1156+
"LandmarkIconPath": "string",
11561157
"MaxRespawnRate": "number",
11571158
"MinRespawnRate": "number",
11581159
"MountGatherers": "string",
@@ -1166,6 +1167,7 @@ export const COLS_GATHERABLES = {
11661167
"ResetGatherTimeOnEndInteraction": "boolean",
11671168
"Restriction": "string",
11681169
"SongRewardId": "string",
1170+
"TooltipImage": "string",
11691171
"Tradeskill": "string",
11701172
"WaitForImpact": "boolean",
11711173
}

libs/nw-data/generated/datatables.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,9 @@ export abstract class NwDataLoader {
829829
public charactertablesUndeadDatatablesDamagetableUndeadShaman() {
830830
return this.load<Damagetable[]>('charactertables/undead_datatables/javelindata_damagetable_undead_shaman.json')
831831
}
832+
public charactertablesWispywaspswarmDatatablesDamagetableWispyWaspSwarm() {
833+
return this.load<Damagetable[]>('charactertables/wispywaspswarm_datatables/javelindata_damagetable_wispy_wasp_swarm.json')
834+
}
832835
public charactertablesWitheredbeetleDatatablesDamagetableWitheredbeetle() {
833836
return this.load<Damagetable[]>('charactertables/witheredbeetle_datatables/javelindata_damagetable_witheredbeetle.json')
834837
}

libs/nw-data/generated/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,7 @@ export interface Gatherables {
11831183
IsLootContainer: boolean
11841184
ItemRestrictionId: string
11851185
ItemRestrictionQuantity: string
1186+
LandmarkIconPath: string
11861187
MaxRespawnRate: number
11871188
MinRespawnRate: number
11881189
MountGatherers: string
@@ -1196,6 +1197,7 @@ export interface Gatherables {
11961197
ResetGatherTimeOnEndInteraction: boolean
11971198
Restriction: string
11981199
SongRewardId: string
1200+
TooltipImage: string
11991201
Tradeskill: string
12001202
WaitForImpact: boolean
12011203
}
@@ -5875,6 +5877,7 @@ export type EntitlementSourceType =
58755877
| 'SeasonJourney'
58765878
| 'SeasonPass'
58775879
| 'SeasonRewardTrack'
5880+
| 'SpringEvent'
58785881
| 'Store'
58795882
| 'Twitch'
58805883
| 'WinterEvent'
@@ -13021,6 +13024,7 @@ export type VitalsCategory =
1302113024
| 'Waterfowl_60'
1302213025
| 'Waterfowl_61'
1302313026
| 'Waterfowl_62'
13027+
| 'Wispy_Wasp_Swarm'
1302413028
| 'Withered'
1302513029
| 'Withered_Beetle'
1302613030
| 'Withered_Beetle_ELITE'

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.0-1",
3+
"version": "5.0.1-0",
44
"description": "New World Buddy",
55
"keywords": [],
66
"main": "dist/electron/main.js",

0 commit comments

Comments
 (0)