Skip to content

Commit

Permalink
New ways to produce lead (SerbiaStrong-220#1003)
Browse files Browse the repository at this point in the history
* leadnew

* UPD component

* UPD component

* UPD component

* UPD component

* UPD component
  • Loading branch information
jellycrab-sprite authored May 13, 2024
1 parent c31238d commit 855f40e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 11 additions & 2 deletions Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
- ReagentId: Iron
Quantity: 9
- ReagentId: Carbon
Quantity: 1
#SS220 tweak produce lead begin
Quantity: 0.8
- ReagentId: Lead
Quantity: 0.2
#SS220 tweak produce lead end

- type: entity
parent: SheetSteel
Expand Down Expand Up @@ -203,8 +207,13 @@
- ReagentId: Iron
Quantity: 9
- ReagentId: Carbon
Quantity: 1
#SS220 tweak produce lead begin
Quantity: 0.8
- ReagentId: Lead
Quantity: 0.2
#SS220 tweak produce lead end
canReact: false


- type: entity
parent: SheetPlasteel
Expand Down
8 changes: 6 additions & 2 deletions Resources/Prototypes/Entities/Objects/Materials/ore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@
ironore:
reagents:
- ReagentId: Iron
Quantity: 10
#SS220 tweak produce lead begin
Quantity: 9.6
- ReagentId: Lead
Quantity: 0.4
#SS220 tweak produce lead end

- type: entity
id: SteelOre1
Expand Down Expand Up @@ -344,4 +348,4 @@
suffix: Single
components:
- type: Stack
count: 1
count: 1

0 comments on commit 855f40e

Please sign in to comment.