Adds Lead & Zinc, nerfs Licoxide. (#17703)
* Added Lead & Zinc, Nerfed Licoxide. * Updated physical descriptions. * Fixed my stupid dumb error.
This commit is contained in:
@@ -63,3 +63,6 @@ reagent-desc-uranium = A grey metallic chemical element in the actinide series,
|
||||
|
||||
reagent-name-bananium = bananium
|
||||
reagent-desc-bananium = A yellow radioactive organic solid.
|
||||
|
||||
reagent-name-zinc = zinc
|
||||
reagent-desc-zinc = A silvery, brittle metal, often used in batteries to carry charge.
|
||||
@@ -14,4 +14,4 @@ reagent-name-saxoite = Saxoite
|
||||
reagent-desc-saxoite = Smells like jazz.
|
||||
|
||||
reagent-name-licoxide = Licoxide
|
||||
reagent-desc-licoxide = It looks... electrifying.
|
||||
reagent-desc-licoxide = A synthetic battery acid. It looks... electrifying.
|
||||
|
||||
@@ -57,3 +57,6 @@ reagent-desc-pax = A psychiatric drug which prevents the patient from directly h
|
||||
|
||||
reagent-name-honk = honk
|
||||
reagent-desc-honk = A toxin found in bananium. Causes severe honking and internal bleeding, may also cause the patient to mutate.
|
||||
|
||||
reagent-name-lead = lead
|
||||
reagent-desc-lead = A slow-acting but incredibly lethal toxin found in steel, albiet in trace amounts. Tasteless.
|
||||
@@ -57,6 +57,18 @@
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- Plating
|
||||
- type: Extractable
|
||||
grindableSolutionName: steel
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
steel:
|
||||
reagents:
|
||||
- ReagentId: Iron
|
||||
Quantity: 22
|
||||
- ReagentId: Carbon
|
||||
Quantity: 2.5
|
||||
- ReagentId: Lead
|
||||
Quantity: 0.5
|
||||
|
||||
- type: entity
|
||||
parent: SheetSteel
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: Licoxide
|
||||
- ReagentId: Zinc
|
||||
Quantity: 5
|
||||
- type: Tag
|
||||
tags:
|
||||
|
||||
@@ -262,3 +262,14 @@
|
||||
damage:
|
||||
types:
|
||||
Radiation: 2
|
||||
|
||||
- type: reagent
|
||||
id: Zinc
|
||||
name: reagent-name-zinc
|
||||
group: Elements
|
||||
desc: reagent-desc-zinc
|
||||
physicalDesc: reagent-physical-desc-shiny
|
||||
flavor: metallic
|
||||
color: "#bababa"
|
||||
meltingPoint: 419.5
|
||||
boilingPoint: 907.0
|
||||
@@ -483,3 +483,19 @@
|
||||
damage:
|
||||
types:
|
||||
Poison: 0.06
|
||||
|
||||
- type: reagent
|
||||
id: Lead
|
||||
name: reagent-name-lead
|
||||
group: Toxins
|
||||
desc: reagent-desc-lead
|
||||
physicalDesc: reagent-physical-desc-metallic
|
||||
color: "#5C6274"
|
||||
metabolisms:
|
||||
Poison:
|
||||
metabolismRate: 0.03 # Effectively once every 30 seconds.
|
||||
effects:
|
||||
- !type:HealthChange
|
||||
damage:
|
||||
types:
|
||||
Poison: 0.6 # Makes it 20 damage per unit.
|
||||
@@ -81,3 +81,13 @@
|
||||
amount: 1
|
||||
products:
|
||||
SpaceGlue: 2
|
||||
|
||||
- type: reaction
|
||||
id: Licoxide
|
||||
reactants:
|
||||
Lead:
|
||||
amount: 1
|
||||
Zinc:
|
||||
amount: 1
|
||||
products:
|
||||
Licoxide: 1
|
||||
Reference in New Issue
Block a user