Skip to content

Commit

Permalink
Exclude items that have been replaced
Browse files Browse the repository at this point in the history
Some items are not craftable and are replaced with a newer version,
these are now manually excluded.
  • Loading branch information
MatthiasKunnen committed Jan 13, 2024
1 parent ed53a1b commit 45ac334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 56 deletions.
6 changes: 6 additions & 0 deletions tools/summarize/summarize-game-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,22 @@ function getItemStaticName(ref: RefWithDataTable): string | undefined {

const itemBlacklist: Array<string> = [
'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',
Expand Down
56 changes: 0 additions & 56 deletions tools/summarize/summarized-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 45ac334

Please sign in to comment.