From 45ac334f3dc681d201b9c1e0e2172d6d6bcac9b4 Mon Sep 17 00:00:00 2001 From: Matthias Kunnen Date: Sun, 14 Jan 2024 00:43:36 +0100 Subject: [PATCH] Exclude items that have been replaced Some items are not craftable and are replaced with a newer version, these are now manually excluded. --- tools/summarize/summarize-game-data.ts | 6 +++ tools/summarize/summarized-data.json | 56 -------------------------- 2 files changed, 6 insertions(+), 56 deletions(-) diff --git a/tools/summarize/summarize-game-data.ts b/tools/summarize/summarize-game-data.ts index a92f77da0..3bc387eeb 100644 --- a/tools/summarize/summarize-game-data.ts +++ b/tools/summarize/summarize-game-data.ts @@ -111,16 +111,22 @@ function getItemStaticName(ref: RefWithDataTable): string | undefined { const itemBlacklist: Array = [ 'CollectionShipBeacon', + 'Cooking_Station', // Replaced with _V2 'DEV_Bug_Tool', 'DEV_Fireball', 'DEV_Inspection_Tool', 'DEV_Thor_Hammer', 'Debug_Target', + 'Electric_Dehumidifier', // Replaced with _V2 'Faction_MIssion_Analyzer', 'Faction_Mission_Frozen_Mammoth_Sample', 'Faction_Mission_Mammoth_Sample', 'Faction_Satellite', 'Faction_Satellite_Defend', + 'Farming_CropPlot', // Replaced with _T2_V2 + 'Farming_CropPlot_T3', // Replaced with _v2 + 'Farming_CropPlot_T4', // Replaced with _v2 + 'Glassworking_Bench', // Replaced with _v2 'Kit_Road', 'Player_Gravestone_DBNO', 'Player_Gravestone_MIA', diff --git a/tools/summarize/summarized-data.json b/tools/summarize/summarized-data.json index 99a984c25..cbd7778a1 100644 --- a/tools/summarize/summarized-data.json +++ b/tools/summarize/summarized-data.json @@ -6760,16 +6760,6 @@ ], "ingredientIn": [] }, - "Cooking_Station": { - "crafter": "Cooking_Station", - "displayName": "Cooking Station", - "icon": "Items/Item_Icons/Deployables/ITEM_Cooking_Station", - "description": "A food preparation and butchering bench.", - "flavorText": "While it may not deliver high cuisine, the Cooking Station rewards the attentions of an attentive chef with a swifter, more sustaining food supply.", - "isFood": false, - "recipes": [], - "ingredientIn": [] - }, "Cooking_Station_V2": { "crafter": "Cooking_Station", "displayName": "Cooking Station", @@ -7510,15 +7500,6 @@ ], "ingredientIn": [] }, - "Electric_Dehumidifier": { - "displayName": "Electric Dehumidifier", - "icon": "Items/Item_Icons/Deployables/ITEM_Electric_Dehumidifier", - "description": "Diminishes such health risks as pneumonia, while also seeming to dispel cave worms.", - "flavorText": "Whether cave worms are offended by the sudden aridity it produces, or the high pitched whine, research is yet to confirm.", - "isFood": false, - "recipes": [], - "ingredientIn": [] - }, "Electric_Dehumidifier_V2": { "displayName": "Electric Dehumidifier", "icon": "Items/Item_Icons/Deployables/ITEM_Electric_Dehumidifier_V2", @@ -8166,15 +8147,6 @@ ], "ingredientIn": [] }, - "Farming_CropPlot": { - "displayName": "Wood Crop Plot", - "icon": "Items/Item_Icons/Deployables/ITEM_Farming_CropPlot", - "description": "A general-purpose planter bed for your crops. Fully-grown crops left too long will eventually wither and only provide spoiled plants.", - "flavorText": "A raised planting bed brings the food to you, slowly.", - "isFood": false, - "recipes": [], - "ingredientIn": [] - }, "Farming_CropPlot_T2_v2": { "displayName": "Wood Crop Plot", "icon": "Items/Item_Icons/Deployables/ITEM_Farming_CropPlot", @@ -8186,15 +8158,6 @@ ], "ingredientIn": [] }, - "Farming_CropPlot_T3": { - "displayName": "Iron Crop Plot", - "icon": "Items/Item_Icons/Deployables/ITEM_Farming_Metal", - "description": "A sturdy option for farming with water intake for faster crop growth. Fully-grown crops left too long will eventually wither and only provide spoiled plants.", - "flavorText": "Can be connected to a water network", - "isFood": false, - "recipes": [], - "ingredientIn": [] - }, "Farming_CropPlot_T3_v2": { "displayName": "Iron Crop Plot", "icon": "Items/Item_Icons/Deployables/ITEM_Farming_Metal", @@ -8206,15 +8169,6 @@ ], "ingredientIn": [] }, - "Farming_CropPlot_T4": { - "displayName": "Hydroponic Crop Plot", - "icon": "Items/Item_Icons/Deployables/ITEM_Farming_Hydroponic", - "description": "An advanced option for the busy farmer. Supports inputs from both Power and Water networks for increased crop growth speed. Fully-grown crops left too long will eventually wither and only provide spoiled plants.", - "flavorText": "Can be connected to both a water and a power network", - "isFood": false, - "recipes": [], - "ingredientIn": [] - }, "Farming_CropPlot_T4_v2": { "displayName": "Hydroponic Crop Plot", "icon": "Items/Item_Icons/Deployables/ITEM_Farming_Hydroponic", @@ -10577,16 +10531,6 @@ ], "ingredientIn": [] }, - "Glassworking_Bench": { - "crafter": "Glassworking_Bench", - "displayName": "Glassworking Bench", - "icon": "Items/Item_Icons/Deployables/ITEM_Glassworking_Bench", - "description": "Tools for creating glass items and construction elements.", - "flavorText": "True glass-making originated in the Indus Valley in 1700 BCE, passing into the Mediterranean, then Africa and the rest of the world, before extending through space to Icarus in the mid 22nd century.", - "isFood": false, - "recipes": [], - "ingredientIn": [] - }, "Glassworking_Bench_V2": { "crafter": "Glassworking_Bench", "displayName": "Glassworking Bench",