-
Notifications
You must be signed in to change notification settings - Fork 2
Combining Stations
These are relating to stations where items are being combined, for example those containing the StationMealComponent and how that works. Multiple items can be processed on these stations, compared to the Processing Stations. Further information on how each system works as well as a visual walk through can be seen in the Station Inventory and Visualisation wiki page.
Here you can see the process done when using rotating and combining interactions on a combining station.
![Your image description](https://private-user-images.githubusercontent.com/121919428/376036853-3dda0e15-6c61-45e5-9975-fa6dfa9779f4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTk3MTUsIm5iZiI6MTczOTA5OTQxNSwicGF0aCI6Ii8xMjE5MTk0MjgvMzc2MDM2ODUzLTNkZGEwZTE1LTZjNjEtNDVlNS05OTc1LWZhNmRmYTk3NzlmNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQxMTEwMTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03Y2FkYWI5NDRiMTJjYTYwM2Q5MWI1ZjMzMTdjYTM2ZWU2YTM5NmEzNTY4ZTBhODU3M2NjZTQ2YjY4MDM1ODliJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.BKaOVs6563mqbuMEjNPvZ4CF5lbFpdHFb1iYtUwhnSw)
StationMealComponent is based on the structure of StationItemHandlerComponent, adapted to store more than 1 item in the station inventory due to the current set of defined recipes and allow customised meal creation with the correct items added. The player is able to place ingredients, and receive either meal items or the original ingredient items, as well as choose a number of interactions with the inventory of items.
If the player chooses to 'chop' on the station, nothing occurs. If the player chooses to place an item on the station, the current player item is removed from the player and placed in the station inventory. This can be visualised by the InventoryDisplayHoverComponent. If the player chooses to 'rotate' the items in the inventory to select a different item for removal, this is completed and visualised by the InventoryDisplayHoverComponent.
If the player chooses to 'combine' on the station and there is a PlateComponent on the station, a valid meal is created with the required items on the station and returned into the station inventory, on the condition that the items on the station create a valid meal (as defined in the recipes.json file). See below for an example of the ingredients of a valid meal, and note the presence of the 'combine' interaction (verified by the station logic).
Inventory System
Scoring System
Food Recipes
Level System
Player Actions
Ordering System
Stations
Items
Map Design
Customers
Pause Menu
Upgrades
End of Day Display
Day Night Cycle
Moral System
Debug Terminal
Game Interactions Tutorial
Backstory Cutscenes
Entities and Components
Input Handling
Game Screens and Areas
Fire Extinguisher Handler Component
MainGameActions Create Docket Triggers
Main Game Order Button Display
BackstoryCutsceneDisplay Test Plan
Test Plan for MainGameOrderTicketDisplay
Test Plan for MainGameOrderBtnDisplay
Test Plan for DocketLineDisplay
Test plan for RandomComboService
Test plan for SpeedBoostUpgrade
Test plan for DancePartyUpgrade