Skip to content

Commit

Permalink
springtide patch
Browse files Browse the repository at this point in the history
  • Loading branch information
giniedp committed Apr 17, 2024
1 parent 15246db commit f0985d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/nw-data
Submodule nw-data updated 58 files
+127 −0 live/datatables/charactertables/wispywaspswarm_datatables/javelindata_damagetable_wispy_wasp_swarm.json
+3,881 −9 live/datatables/generated_gatherables_metadata.json
+84 −0 live/datatables/generated_lore_metadata.json
+95 −0 live/datatables/generated_territories_metadata.json
+ live/datatables/generated_variations_metadata.0.chunk
+ live/datatables/generated_variations_metadata.1.chunk
+ live/datatables/generated_variations_metadata.2.chunk
+ live/datatables/generated_variations_metadata.3.chunk
+ live/datatables/generated_variations_metadata.4.chunk
+ live/datatables/generated_variations_metadata.5.chunk
+3,495 −3,443 live/datatables/generated_variations_metadata.json
+1,279 −267 live/datatables/generated_vitals_metadata.json
+160 −0 live/datatables/javelindata_achievements.json
+1 −1 live/datatables/javelindata_affixstats.json
+1,516 −0 live/datatables/javelindata_crafting_seasons.json
+4 −0 live/datatables/javelindata_craftingcategories.json
+42 −0 live/datatables/javelindata_damagetable_structures.json
+17 −0 live/datatables/javelindata_emotedefinitions.json
+110 −0 live/datatables/javelindata_entitlements.json
+151 −0 live/datatables/javelindata_gameevents.json
+161 −0 live/datatables/javelindata_gatherables.json
+243 −0 live/datatables/javelindata_housingitems.json
+848 −0 live/datatables/javelindata_itemappearancedefinitions.json
+37 −0 live/datatables/javelindata_itemdefinitions_master_ai.json
+140 −3 live/datatables/javelindata_itemdefinitions_master_common.json
+43 −0 live/datatables/javelindata_itemdefinitions_master_faction.json
+1 −1 live/datatables/javelindata_itemdefinitions_master_quest.json
+2,010 −0 live/datatables/javelindata_itemdefinitions_master_seasons.json
+192 −0 live/datatables/javelindata_itemdefinitions_master_skins.json
+66 −0 live/datatables/javelindata_itemdefinitions_weapons.json
+84 −0 live/datatables/javelindata_lootlimits.json
+308 −37 live/datatables/javelindata_loottables.json
+530 −0 live/datatables/javelindata_statuseffects_ai.json
+17 −0 live/datatables/javelindata_variations_gatherables_holiday.json
+46 −0 live/datatables/javelindata_variations_gatherables_lootcontainers.json
+16 −0 live/datatables/javelindata_variations_gatherables_quest.json
+95 −0 live/datatables/javelindata_variations_npcs.json
+122 −0 live/datatables/javelindata_vitals.json
+20 −0 live/datatables/pointofinterestdefinitions/javelindata_poidefinitions_03_01.json
+21 −0 live/datatables/pointofinterestdefinitions/javelindata_poidefinitions_04_03.json
+21 −0 live/datatables/pointofinterestdefinitions/javelindata_poidefinitions_05_02.json
+22 −0 live/datatables/pointofinterestdefinitions/javelindata_poidefinitions_05_03.json
+67 −0 live/localization/de-de.json
+67 −0 live/localization/en-us.json
+67 −0 live/localization/es-es.json
+67 −0 live/localization/es-mx.json
+67 −0 live/localization/fr-fr.json
+67 −0 live/localization/it-it.json
+67 −0 live/localization/pl-pl.json
+67 −0 live/localization/pt-br.json
+74 −3 live/search/de-de.json
+74 −3 live/search/en-us.json
+74 −3 live/search/es-es.json
+74 −3 live/search/es-mx.json
+74 −3 live/search/fr-fr.json
+74 −3 live/search/it-it.json
+74 −3 live/search/pl-pl.json
+74 −3 live/search/pt-br.json
2 changes: 2 additions & 0 deletions libs/nw-data/generated/cols.ts
Expand Up @@ -1153,6 +1153,7 @@ export const COLS_GATHERABLES = {
"IsLootContainer": "boolean",
"ItemRestrictionId": "string",
"ItemRestrictionQuantity": "string",
"LandmarkIconPath": "string",
"MaxRespawnRate": "number",
"MinRespawnRate": "number",
"MountGatherers": "string",
Expand All @@ -1166,6 +1167,7 @@ export const COLS_GATHERABLES = {
"ResetGatherTimeOnEndInteraction": "boolean",
"Restriction": "string",
"SongRewardId": "string",
"TooltipImage": "string",
"Tradeskill": "string",
"WaitForImpact": "boolean",
}
Expand Down
3 changes: 3 additions & 0 deletions libs/nw-data/generated/datatables.ts
Expand Up @@ -829,6 +829,9 @@ export abstract class NwDataLoader {
public charactertablesUndeadDatatablesDamagetableUndeadShaman() {
return this.load<Damagetable[]>('charactertables/undead_datatables/javelindata_damagetable_undead_shaman.json')
}
public charactertablesWispywaspswarmDatatablesDamagetableWispyWaspSwarm() {
return this.load<Damagetable[]>('charactertables/wispywaspswarm_datatables/javelindata_damagetable_wispy_wasp_swarm.json')
}
public charactertablesWitheredbeetleDatatablesDamagetableWitheredbeetle() {
return this.load<Damagetable[]>('charactertables/witheredbeetle_datatables/javelindata_damagetable_witheredbeetle.json')
}
Expand Down
4 changes: 4 additions & 0 deletions libs/nw-data/generated/types.ts
Expand Up @@ -1183,6 +1183,7 @@ export interface Gatherables {
IsLootContainer: boolean
ItemRestrictionId: string
ItemRestrictionQuantity: string
LandmarkIconPath: string
MaxRespawnRate: number
MinRespawnRate: number
MountGatherers: string
Expand All @@ -1196,6 +1197,7 @@ export interface Gatherables {
ResetGatherTimeOnEndInteraction: boolean
Restriction: string
SongRewardId: string
TooltipImage: string
Tradeskill: string
WaitForImpact: boolean
}
Expand Down Expand Up @@ -5875,6 +5877,7 @@ export type EntitlementSourceType =
| 'SeasonJourney'
| 'SeasonPass'
| 'SeasonRewardTrack'
| 'SpringEvent'
| 'Store'
| 'Twitch'
| 'WinterEvent'
Expand Down Expand Up @@ -13021,6 +13024,7 @@ export type VitalsCategory =
| 'Waterfowl_60'
| 'Waterfowl_61'
| 'Waterfowl_62'
| 'Wispy_Wasp_Swarm'
| 'Withered'
| 'Withered_Beetle'
| 'Withered_Beetle_ELITE'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nw-buddy",
"version": "5.0.0-1",
"version": "5.0.1-0",
"description": "New World Buddy",
"keywords": [],
"main": "dist/electron/main.js",
Expand Down

0 comments on commit f0985d9

Please sign in to comment.