Skip to content
Merged
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@
# WD EDIT END
- ShuttleWeaponMaterials # HL
- HLBags # HL: HardLight bag recipes
- NFCookingBagPack # Hardlight adds to protolathe research
- HLTacticalBagsPack
- type: EmagLatheRecipes
emagDynamicPacks:
- AdvancedAmmoRecipePack
Expand Down
12 changes: 12 additions & 0 deletions Resources/Prototypes/_HL/Research/lathepacks/protolathe_packs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# A consolidatd spot for putting science unlocks into the protolathe, I guess
- type: latheRecipePack
id: NFCookingBagPack
recipes:
- NFCookingBag

- type: latheRecipePack
id: HLTacticalBagsPack
recipes:
- ClothingBackpackTactical #HL
- ClothingBackpackExplorer #HL
- ClothingRucksack #HL
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- type: entity
name: cooking bag
id: NFCookingBag
parent: NFBaseClothingBeltStorageBag
description: A bag for Chefs to Keep their food off the floor. # Hardlight fixes typo in chef
components:
- type: Sprite
sprite: _NF/Objects/Specific/Kitchen/Equipment/cooking_bag.rsi
- type: Item
size: Ginormous
- type: Clothing
quickEquip: false
slots:
- belt
- type: Storage
grid:
- 0,0,11,3
maxItemSize: Normal
quickInsert: true
areaInsert: true
whitelist:
components:
- Food
tags:
- Ingredient
blacklist:
components:
- BadFood
- Produce
- Seed
- type: AntiRottingContainer
- type: Dumpable
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
- SyringeBluespace
- PlantBagOfHolding
- PlantAnalyzer
- NFCookingBag
- JanicartFlatpack
- BluespaceBucket
- BluespaceBarrel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
id: NFBlueprintsService
recipes:
- ImpCoffeeMachineCircuitboard #imp
- NFCookingBag
4 changes: 3 additions & 1 deletion Resources/Prototypes/_NF/Recipes/Lathes/Packs/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- DrinkKegSteel
- DrinkKegPlastic
- DrinkKegWood
- NFCookingBag

- type: latheRecipePack
id: NFServiceStatic
Expand All @@ -27,6 +28,7 @@
- PlantAnalyzer # Frontier
- JanicartFlatpack # Frontier
- PlantBagOfHolding # Delta-V
- NFCookingBag

- type: latheRecipePack
id: NFServiceBoardsStatic
Expand All @@ -47,4 +49,4 @@
- SodaDispenserMachineCircuitboard
- BiogeneratorMachineCircuitboard
- DeepFryerMachineCircuitboard
- PortablePumpMachineCircuitBoard
- PortablePumpMachineCircuitBoard
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@
Steel: 500
Cloth: 500

- type: latheRecipe
id: NFCookingBag
parent: NFBaseToolsRecipe
categories:
- Tools
- KitchenNF
result: NFCookingBag
materials:
Steel: 500
Cloth: 500

- type: latheRecipe
id: PlantBag
parent: NFBaseToolsRecipe
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/Research/civilianservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- BoozeDispenserMachineCircuitboard
- SodaDispenserMachineCircuitboard
- ImpCoffeeMachineCircuitboard #imp
- NFCookingBag

- type: technology
id: MiscellaneousItemsOrganization
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprites done by Zalindae",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading