Sheet-meister 2000 Cloth recipe (#32676)

* Sheet-meister 2000 can now make rolls of cloth

* Small Cleanup

* resolve conflicts

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
OnyxTheBrave
2025-04-25 22:22:51 -05:00
committed by GitHub
parent 79ae7e7abe
commit 5f2fb8dc82
8 changed files with 29 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ materials-bones = bone
materials-coal = coal
materials-diamond = diamond
materials-gunpowder = gunpowder
materials-cotton = cotton
# Ores
materials-raw-iron = raw iron

View File

@@ -16,6 +16,8 @@ materials-unit-slab = slab
materials-unit-web = web
# chunks of ore
materials-unit-chunk = chunk
# boll of cotton
materials-unit-boll = boll
# bills of spesos... not very good but they are not (yet?) used for crafting anything
# also the lathe/atm would need bigger denominations to output...

View File

@@ -438,9 +438,15 @@
tags:
- ClothMade
- RawMaterial
- Boll
- type: Material
- type: PhysicalComposition
materialComposition:
Cotton: 100
- type: Item
heldPrefix: cotton
- type: entity
parent: MaterialCotton
id: MaterialCotton1

View File

@@ -653,6 +653,7 @@
tags:
- Raw
- Wooden
- Boll
- type: Lathe
idleState: base_machine
runningState: base_machine_processing

View File

@@ -100,6 +100,14 @@
color: "#eeeeee" #eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
price: 0 # Maybe better for it to be priceless, knowing how greedy cargo is.
- type: material
id: Cotton
name: materials-cotton
unit: materials-unit-boll
icon: { sprite: Objects/Materials/materials.rsi, state: cotton }
color: "#cccccc"
price: 0.01 #Who knew cotton was infinitely more valuable than silk
- type: material
id: Bones
name: materials-bones

View File

@@ -5,3 +5,4 @@
recipes:
- MaterialSheetMeat
- SheetPaper
- MaterialClothCotton

View File

@@ -244,3 +244,10 @@
completetime: 1
materials:
Wood: 50
- type: latheRecipe
id: MaterialClothCotton
result: MaterialCloth1
completetime: 1
materials:
Cotton: 200 #my pyrocloth keeps catching on fire whenever I make it!

View File

@@ -78,6 +78,9 @@
- type: Tag
id: BodyBag
- type: Tag
id: Boll
- type: Tag
id: Book