Standardizes / nerfs material sheets to 10u, no more lead in steel sheets (#22569)

* standardizes / nerfs material sheets to 10u, no more lead in steel sheets, also radium in uranium i guess

* plastic into oil

* adds phosphurous to plastic too

* OIL

* fix tests now? maybe? emo you better not be LYING... or else...
This commit is contained in:
Flareguy
2023-12-16 14:52:11 -06:00
committed by GitHub
parent 91c50ced6e
commit b3fc3b9361
5 changed files with 32 additions and 31 deletions

View File

@@ -81,7 +81,7 @@
glass: glass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 22 Quantity: 10
- type: entity - type: entity
parent: SheetGlass parent: SheetGlass
@@ -187,11 +187,11 @@
rglass: rglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 22 Quantity: 10
- ReagentId: Iron - ReagentId: Iron
Quantity: 11 Quantity: 4.5
- ReagentId: Carbon - ReagentId: Carbon
Quantity: 1 Quantity: 0.5
- type: entity - type: entity
parent: SheetGlassBase parent: SheetGlassBase
@@ -263,7 +263,7 @@
pglass: pglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 22 Quantity: 10
- ReagentId: Plasma - ReagentId: Plasma
Quantity: 10 Quantity: 10
@@ -301,13 +301,13 @@
rpglass: rpglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 22 Quantity: 10
- ReagentId: Plasma - ReagentId: Plasma
Quantity: 10 Quantity: 10
- ReagentId: Iron - ReagentId: Iron
Quantity: 11 Quantity: 4.5
- ReagentId: Carbon - ReagentId: Carbon
Quantity: 1 Quantity: 0.5
- type: entity - type: entity
parent: SheetRPGlass parent: SheetRPGlass
@@ -379,7 +379,7 @@
uglass: uglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 22 Quantity: 10
- ReagentId: Uranium - ReagentId: Uranium
Quantity: 10 Quantity: 10
@@ -428,13 +428,13 @@
ruglass: ruglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 22 Quantity: 10
- ReagentId: Uranium - ReagentId: Uranium
Quantity: 10 Quantity: 10
- ReagentId: Iron - ReagentId: Iron
Quantity: 11 Quantity: 4.5
- ReagentId: Carbon - ReagentId: Carbon
Quantity: 1 Quantity: 0.5
- type: entity - type: entity
parent: SheetRUGlass parent: SheetRUGlass
id: SheetRUGlass1 id: SheetRUGlass1

View File

@@ -63,11 +63,9 @@
steel: steel:
reagents: reagents:
- ReagentId: Iron - ReagentId: Iron
Quantity: 22 Quantity: 9
- ReagentId: Carbon - ReagentId: Carbon
Quantity: 2.5 Quantity: 1
- ReagentId: Lead
Quantity: 0.5
- type: entity - type: entity
parent: SheetSteel parent: SheetSteel
@@ -136,11 +134,9 @@
- ReagentId: Plasma - ReagentId: Plasma
Quantity: 10 Quantity: 10
- ReagentId: Iron - ReagentId: Iron
Quantity: 22 Quantity: 9
- ReagentId: Carbon - ReagentId: Carbon
Quantity: 2.5 Quantity: 1
- ReagentId: Lead
Quantity: 0.5
- type: entity - type: entity
parent: SheetPlasteel parent: SheetPlasteel

View File

@@ -154,8 +154,11 @@
solutions: solutions:
plastic: plastic:
reagents: reagents:
- ReagentId: Carbon - ReagentId: Oil
Quantity: 22 Quantity: 5
- ReagentId: Phosphorus
Quantity: 5
- type: entity - type: entity
parent: SheetPlastic parent: SheetPlastic
id: SheetPlastic10 id: SheetPlastic10
@@ -213,7 +216,9 @@
food: food:
reagents: reagents:
- ReagentId: Uranium - ReagentId: Uranium
Quantity: 10 Quantity: 8
- ReagentId: Radium
Quantity: 2
- type: entity - type: entity
parent: SheetUranium parent: SheetUranium
@@ -260,7 +265,7 @@
meatsheet: meatsheet:
reagents: reagents:
- ReagentId: Protein - ReagentId: Protein
Quantity: 22 #for consistency with other materials Quantity: 7
- ReagentId: Fat - ReagentId: Fat
Quantity: 3 Quantity: 3

View File

@@ -68,9 +68,9 @@
rod: rod:
reagents: reagents:
- ReagentId: Iron - ReagentId: Iron
Quantity: 11 Quantity: 4.5
- ReagentId: Carbon #Not 1.25 (half of 2.5) because that would probably be really weird - ReagentId: Carbon
Quantity: 1 Quantity: 0.5
- type: entity - type: entity
parent: PartRodMetal parent: PartRodMetal

View File

@@ -107,7 +107,7 @@
shardglass: shardglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 11 #Half of the value of regular glass. TECHNICALLY, welding a single shard of glass gives you the full thing back with just 1 sheet, but that is stupid so I am making it half. Quantity: 5 #Half of the value of regular glass. TECHNICALLY, welding a single shard of glass gives you the full thing back with just 1 sheet, but that is stupid so I am making it half.
- type: entity - type: entity
parent: ShardBase parent: ShardBase
@@ -136,7 +136,7 @@
shardrglass: shardrglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 11 #I don't care enough to divide all of the reinforced glass materials by 2 because reinforced glass shards are due for removal anyways. Quantity: 5 #I don't care enough to divide all of the reinforced glass materials by 2 because reinforced glass shards are due for removal anyways.
- type: entity - type: entity
parent: ShardBase parent: ShardBase
@@ -165,7 +165,7 @@
shardpglass: shardpglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 11 Quantity: 5
- ReagentId: Plasma - ReagentId: Plasma
Quantity: 5 Quantity: 5
@@ -197,6 +197,6 @@
sharduglass: sharduglass:
reagents: reagents:
- ReagentId: Silicon - ReagentId: Silicon
Quantity: 11 Quantity: 5
- ReagentId: Uranium - ReagentId: Uranium
Quantity: 5 Quantity: 5