Adds more sources for sheet paper material (#21364)
* Moves sheetifier research unlock from civilian services to industrial * Makes wood insertable into the sheetifier and makes paper a lathable material * Adds a paper crate to the cargo catalog * Adds localizations
This commit is contained in:
@@ -18,6 +18,7 @@ materials-durathread = durathread
|
||||
materials-plasma = plasma
|
||||
materials-plastic = plastic
|
||||
materials-wood = wood
|
||||
materials-paper = paper
|
||||
materials-uranium = uranium
|
||||
materials-bananium = bananium
|
||||
materials-meat = meat
|
||||
|
||||
@@ -19,6 +19,9 @@ ent-MaterialPlasma = { ent-CrateMaterialPlasma }
|
||||
ent-CardboardMaterial = { ent-CrateMaterialCardboard }
|
||||
.desc = { ent-CrateMaterialCardboard.desc }
|
||||
|
||||
ent-PaperMaterial = { ent-CrateMaterialPaper }
|
||||
.desc = { ent-CrateMaterialPaper.desc }
|
||||
|
||||
ent-MaterialFuelTank = { ent-WeldingFuelTankFull }
|
||||
.desc = { ent-WeldingFuelTankFull.desc }
|
||||
|
||||
|
||||
@@ -21,3 +21,6 @@ ent-CrateMaterialPlasma = Solid plasma crate
|
||||
|
||||
ent-CrateMaterialCardboard = Cardboard crate
|
||||
.desc = 60 pieces of cardboard.
|
||||
|
||||
ent-CrateMaterialPaper = Paper crate
|
||||
.desc = 90 sheets of paper.
|
||||
|
||||
@@ -68,6 +68,16 @@
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: PaperMaterial
|
||||
icon:
|
||||
sprite: Objects/Materials/Sheets/other.rsi
|
||||
state: paper_3
|
||||
product: CrateMaterialPaper
|
||||
cost: 1000
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialFuelTank
|
||||
icon:
|
||||
|
||||
@@ -70,6 +70,15 @@
|
||||
- id: MaterialCardboard
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPaper
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SheetPaper
|
||||
amount: 3
|
||||
|
||||
#- type: entity
|
||||
# id: CrateMaterialHFuelTank
|
||||
# name: fueltank crate
|
||||
|
||||
@@ -37,6 +37,10 @@
|
||||
- paper
|
||||
- paper_2
|
||||
- paper_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
Paper: 100
|
||||
- type: Sprite
|
||||
state: paper_3
|
||||
layers:
|
||||
|
||||
@@ -223,6 +223,11 @@
|
||||
- type: Appearance
|
||||
- type: Item
|
||||
heldPrefix: wood
|
||||
- type: Tag
|
||||
tags:
|
||||
- Wooden
|
||||
- DroneUsable
|
||||
- RawMaterial
|
||||
|
||||
- type: entity
|
||||
parent: MaterialWoodPlank
|
||||
|
||||
@@ -887,9 +887,11 @@
|
||||
whitelist:
|
||||
tags:
|
||||
- Raw
|
||||
- Wooden
|
||||
- type: Lathe
|
||||
idleState: base_machine
|
||||
runningState: base_machine_processing
|
||||
canEjectStoredMaterials: false
|
||||
staticRecipes:
|
||||
- MaterialSheetMeat
|
||||
- SheetPaper
|
||||
|
||||
@@ -34,6 +34,14 @@
|
||||
color: "#8291a1"
|
||||
price: 0.15 # 1-1 mix of plastic and cloth.
|
||||
|
||||
- type: material
|
||||
id: Paper
|
||||
stackEntity: SheetPaper1
|
||||
name: materials-paper
|
||||
icon: { sprite: Objects/Materials/Sheets/other.rsi, state: paper }
|
||||
color: "#d9d9d9"
|
||||
price: 0.05 #same as wood
|
||||
|
||||
- type: material
|
||||
id: Plasma
|
||||
stackEntity: SheetPlasma1
|
||||
|
||||
@@ -139,3 +139,10 @@
|
||||
completetime: 6.4
|
||||
materials:
|
||||
Meaterial: 200
|
||||
|
||||
- type: latheRecipe
|
||||
id: SheetPaper
|
||||
result: SheetPaper1
|
||||
completetime: 1
|
||||
materials:
|
||||
Wood: 50
|
||||
|
||||
@@ -157,7 +157,6 @@
|
||||
cost: 5000
|
||||
recipeUnlocks:
|
||||
- FatExtractorMachineCircuitboard
|
||||
- SheetifierMachineCircuitboard
|
||||
|
||||
- type: technology
|
||||
id: HONKMech
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Tier 1
|
||||
# Tier 1
|
||||
|
||||
- type: technology
|
||||
id: SalvageEquipment
|
||||
@@ -54,6 +54,7 @@
|
||||
- AutolatheMachineCircuitboard
|
||||
- CircuitImprinterMachineCircuitboard
|
||||
- MaterialReclaimerMachineCircuitboard
|
||||
- SheetifierMachineCircuitboard
|
||||
|
||||
- type: technology
|
||||
id: PowerGeneration
|
||||
|
||||
Reference in New Issue
Block a user