add craft rollerbed & wheelchair (#21110)

This commit is contained in:
IntegerTempest
2023-10-20 08:46:32 +03:00
committed by GitHub
parent 2cb47e5916
commit d4aeba84d1
2 changed files with 41 additions and 0 deletions

View File

@@ -114,6 +114,10 @@
- FoodPlateSmallPlastic
- SprayBottle
- PowerCellSmall
- VehicleWheelchairFolded
- RollerBedSpawnFolded
- CheapRollerBedSpawnFolded
- EmergencyRollerBedSpawnFolded
- MicroManipulatorStockPart
- MatterBinStockPart
- CapacitorStockPart
@@ -664,6 +668,10 @@
- PillCanister
- BodyBag
- ChemistryEmptyBottle01
- VehicleWheelchairFolded
- RollerBedSpawnFolded
- CheapRollerBedSpawnFolded
- EmergencyRollerBedSpawnFolded
- Medkit
- MedkitBurn
- MedkitToxin

View File

@@ -203,3 +203,36 @@
completetime: 4
materials:
Plastic: 400
- type: latheRecipe
id: VehicleWheelchairFolded
result: VehicleWheelchairFolded
completetime: 1
materials:
Steel: 500
Plastic: 300
- type: latheRecipe
id: RollerBedSpawnFolded
result: RollerBedSpawnFolded
completetime: 1
materials:
Steel: 600
Plastic: 300
- type: latheRecipe
id: CheapRollerBedSpawnFolded
result: CheapRollerBedSpawnFolded
completetime: 1
materials:
Steel: 600
Plastic: 300
- type: latheRecipe
id: EmergencyRollerBedSpawnFolded
result: EmergencyRollerBedSpawnFolded
completetime: 1
materials:
Steel: 600
Plastic: 300