Makes MORE raw materials grindable (#22550)
* makes MORE raw materials grindable (and adds cellulose fibers) * meat sheets + cable coil + idk + dode * uhhh uhhh um * i have a disease and its called DODE
This commit is contained in:
@@ -17,4 +17,4 @@ reagent-name-fat = fat
|
|||||||
reagent-desc-fat = No matter how it was obtained, its application is important.
|
reagent-desc-fat = No matter how it was obtained, its application is important.
|
||||||
|
|
||||||
reagent-name-vomit = vomit
|
reagent-name-vomit = vomit
|
||||||
reagent-desc-vomit = You can see a few chunks of someones last meal in it.
|
reagent-desc-vomit = You can see a few chunks of someone's last meal in it.
|
||||||
@@ -12,3 +12,6 @@ reagent-desc-artifexium = A lavender mixture of microscopic artifact fragments a
|
|||||||
|
|
||||||
reagent-name-sodium-polyacrylate = Sodium Polyacrylate
|
reagent-name-sodium-polyacrylate = Sodium Polyacrylate
|
||||||
reagent-desc-sodium-polyacrylate = A super-absorbent polymer with assorted industrial uses.
|
reagent-desc-sodium-polyacrylate = A super-absorbent polymer with assorted industrial uses.
|
||||||
|
|
||||||
|
reagent-name-cellulose = cellulose fibers
|
||||||
|
reagent-desc-cellulose = A crystaline polydextrose polymer, plants swear by this stuff.
|
||||||
@@ -49,17 +49,14 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
heldPrefix: paper
|
heldPrefix: paper
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
- type: Extractable
|
||||||
|
grindableSolutionName: paper
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
#This should maybe be cellulose later on, refer to the comments in materials.yml on wood.
|
|
||||||
solutions:
|
solutions:
|
||||||
wood:
|
paper:
|
||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Carbon
|
- ReagentId: Cellulose
|
||||||
Quantity: 2
|
Quantity: 3
|
||||||
- ReagentId: Oxygen
|
|
||||||
Quantity: 0.5
|
|
||||||
- ReagentId: Hydrogen
|
|
||||||
Quantity: 0.5
|
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -151,7 +148,14 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
heldPrefix: plastic
|
heldPrefix: plastic
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
- type: Extractable
|
||||||
|
grindableSolutionName: plastic
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
plastic:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Carbon
|
||||||
|
Quantity: 22
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: SheetPlastic
|
parent: SheetPlastic
|
||||||
id: SheetPlastic10
|
id: SheetPlastic10
|
||||||
@@ -249,7 +253,16 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Materials/Sheets/meaterial.rsi
|
sprite: Objects/Materials/Sheets/meaterial.rsi
|
||||||
heldPrefix: meat
|
heldPrefix: meat
|
||||||
- type: Appearance
|
- type: Extractable
|
||||||
|
grindableSolutionName: meatsheet
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
meatsheet:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Protein
|
||||||
|
Quantity: 22 #for consistency with other materials
|
||||||
|
- ReagentId: Fat
|
||||||
|
Quantity: 3
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: MaterialSheetMeat
|
parent: MaterialSheetMeat
|
||||||
|
|||||||
@@ -47,6 +47,14 @@
|
|||||||
- state: cardboard_3
|
- state: cardboard_3
|
||||||
map: ["base"]
|
map: ["base"]
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
- type: Extractable
|
||||||
|
grindableSolutionName: cardboard
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
cardboard:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Cellulose
|
||||||
|
Quantity: 6
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: MaterialCardboard
|
parent: MaterialCardboard
|
||||||
@@ -238,17 +246,11 @@
|
|||||||
- type: Extractable
|
- type: Extractable
|
||||||
grindableSolutionName: wood
|
grindableSolutionName: wood
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
#Apparently these all components of cellulose, which is what you got in /tg/ when grinding wood + a bunch of other shit.
|
|
||||||
#Considering the frequency of it, maybe there should be a cellulose reagent instead?
|
|
||||||
solutions:
|
solutions:
|
||||||
wood:
|
wood:
|
||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Carbon
|
- ReagentId: Cellulose
|
||||||
Quantity: 10
|
Quantity: 10
|
||||||
- ReagentId: Oxygen
|
|
||||||
Quantity: 5
|
|
||||||
- ReagentId: Hydrogen
|
|
||||||
Quantity: 5
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: MaterialWoodPlank
|
parent: MaterialWoodPlank
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
- ReagentId: Iron
|
- ReagentId: Iron
|
||||||
Quantity: 3
|
Quantity: 3
|
||||||
- ReagentId: Copper
|
- ReagentId: Copper
|
||||||
Quantity: 3
|
Quantity: 2
|
||||||
- ReagentId: Carbon #steel-reinforced
|
- ReagentId: Carbon #steel-reinforced
|
||||||
Quantity: 1
|
Quantity: 1
|
||||||
|
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
- ReagentId: Iron
|
- ReagentId: Iron
|
||||||
Quantity: 3
|
Quantity: 3
|
||||||
- ReagentId: Copper
|
- ReagentId: Copper
|
||||||
Quantity: 3
|
Quantity: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: CableMVStack
|
parent: CableMVStack
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
- ReagentId: Iron
|
- ReagentId: Iron
|
||||||
Quantity: 3
|
Quantity: 3
|
||||||
- ReagentId: Copper
|
- ReagentId: Copper
|
||||||
Quantity: 3
|
Quantity: 2
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: CableApcStack
|
parent: CableApcStack
|
||||||
|
|||||||
@@ -98,3 +98,13 @@
|
|||||||
type: Local
|
type: Local
|
||||||
messages: [ "generic-reagent-effect-parched" ]
|
messages: [ "generic-reagent-effect-parched" ]
|
||||||
probability: 0.1
|
probability: 0.1
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Cellulose
|
||||||
|
name: reagent-name-cellulose
|
||||||
|
group: Biological
|
||||||
|
desc: reagent-desc-cellulose
|
||||||
|
flavor: bitter
|
||||||
|
color: "#E6E6DA"
|
||||||
|
physicalDesc: reagent-physical-desc-crystalline
|
||||||
|
slippery: false
|
||||||
|
|||||||
Reference in New Issue
Block a user