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:
parent
722410006e
commit
2ed0dced3e
|
|
@ -81,7 +81,7 @@
|
|||
glass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 22
|
||||
Quantity: 10
|
||||
|
||||
- type: entity
|
||||
parent: SheetGlass
|
||||
|
|
@ -195,11 +195,12 @@
|
|||
rglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 22
|
||||
Quantity: 10
|
||||
- ReagentId: Iron
|
||||
Quantity: 11
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 1
|
||||
Quantity: 0.5
|
||||
|
||||
- type: entity
|
||||
parent: SheetGlassBase
|
||||
id: SheetPGlass
|
||||
|
|
@ -273,7 +274,7 @@
|
|||
pglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 22
|
||||
Quantity: 10
|
||||
- ReagentId: Plasma
|
||||
Quantity: 10
|
||||
|
||||
|
|
@ -311,13 +312,13 @@
|
|||
rpglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 22
|
||||
Quantity: 10
|
||||
- ReagentId: Plasma
|
||||
Quantity: 10
|
||||
- ReagentId: Iron
|
||||
Quantity: 11
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 1
|
||||
Quantity: 0.5
|
||||
|
||||
- type: entity
|
||||
parent: SheetRPGlass
|
||||
|
|
@ -391,7 +392,7 @@
|
|||
uglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 22
|
||||
Quantity: 10
|
||||
- ReagentId: Uranium
|
||||
Quantity: 10
|
||||
|
||||
|
|
@ -442,13 +443,13 @@
|
|||
ruglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 22
|
||||
Quantity: 10
|
||||
- ReagentId: Uranium
|
||||
Quantity: 10
|
||||
- ReagentId: Iron
|
||||
Quantity: 11
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 1
|
||||
Quantity: 0.5
|
||||
- type: entity
|
||||
parent: SheetRUGlass
|
||||
id: SheetRUGlass1
|
||||
|
|
|
|||
|
|
@ -63,11 +63,9 @@
|
|||
steel:
|
||||
reagents:
|
||||
- ReagentId: Iron
|
||||
Quantity: 22
|
||||
Quantity: 9
|
||||
- ReagentId: Carbon
|
||||
Quantity: 2.5
|
||||
- ReagentId: Lead
|
||||
Quantity: 0.5
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
parent: SheetSteel
|
||||
|
|
@ -142,11 +140,9 @@
|
|||
- ReagentId: Plasma
|
||||
Quantity: 10
|
||||
- ReagentId: Iron
|
||||
Quantity: 22
|
||||
Quantity: 9
|
||||
- ReagentId: Carbon
|
||||
Quantity: 2.5
|
||||
- ReagentId: Lead
|
||||
Quantity: 0.5
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
parent: SheetPlasteel
|
||||
|
|
|
|||
|
|
@ -159,8 +159,11 @@
|
|||
solutions:
|
||||
plastic:
|
||||
reagents:
|
||||
- ReagentId: Carbon
|
||||
Quantity: 22
|
||||
- ReagentId: Oil
|
||||
Quantity: 5
|
||||
- ReagentId: Phosphorus
|
||||
Quantity: 5
|
||||
|
||||
- type: entity
|
||||
parent: SheetPlastic
|
||||
id: SheetPlastic10
|
||||
|
|
@ -222,7 +225,9 @@
|
|||
food:
|
||||
reagents:
|
||||
- ReagentId: Uranium
|
||||
Quantity: 10
|
||||
Quantity: 8
|
||||
- ReagentId: Radium
|
||||
Quantity: 2
|
||||
|
||||
- type: entity
|
||||
parent: SheetUranium
|
||||
|
|
@ -271,7 +276,7 @@
|
|||
meatsheet:
|
||||
reagents:
|
||||
- ReagentId: Protein
|
||||
Quantity: 22 #for consistency with other materials
|
||||
Quantity: 7
|
||||
- ReagentId: Fat
|
||||
Quantity: 3
|
||||
|
||||
|
|
|
|||
|
|
@ -68,9 +68,9 @@
|
|||
rod:
|
||||
reagents:
|
||||
- ReagentId: Iron
|
||||
Quantity: 11
|
||||
- ReagentId: Carbon #Not 1.25 (half of 2.5) because that would probably be really weird
|
||||
Quantity: 1
|
||||
Quantity: 4.5
|
||||
- ReagentId: Carbon
|
||||
Quantity: 0.5
|
||||
|
||||
- type: entity
|
||||
parent: PartRodMetal
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
shardglass:
|
||||
reagents:
|
||||
- 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
|
||||
parent: ShardBase
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
shardrglass:
|
||||
reagents:
|
||||
- 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
|
||||
parent: ShardBase
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
shardpglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 11
|
||||
Quantity: 5
|
||||
- ReagentId: Plasma
|
||||
Quantity: 5
|
||||
|
||||
|
|
@ -197,6 +197,6 @@
|
|||
sharduglass:
|
||||
reagents:
|
||||
- ReagentId: Silicon
|
||||
Quantity: 11
|
||||
Quantity: 5
|
||||
- ReagentId: Uranium
|
||||
Quantity: 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue