From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:08:31 +0000 (+1100) Subject: Grindable ores (#24185) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6846bcd2140459377a289589ab06b20c18f21a91;p=space-station-14.git Grindable ores (#24185) add --- diff --git a/Resources/Prototypes/Entities/Objects/Materials/ore.yml b/Resources/Prototypes/Entities/Objects/Materials/ore.yml index ae90962523..b19842a2a2 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/ore.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/ore.yml @@ -49,6 +49,14 @@ - type: PhysicalComposition materialComposition: RawGold: 500 + - type: Extractable + grindableSolutionName: goldore + - type: SolutionContainerManager + solutions: + goldore: + reagents: + - ReagentId: Gold + Quantity: 10 - type: entity parent: GoldOre @@ -72,6 +80,16 @@ - type: PhysicalComposition materialComposition: RawIron: 500 + - type: Extractable + grindableSolutionName: ironore + - type: SolutionContainerManager + solutions: + ironore: + reagents: + - ReagentId: Iron + Quantity: 9 + - ReagentId: Carbon + Quantity: 1 - type: entity id: SteelOre1 @@ -100,6 +118,14 @@ energy: 0.6 castShadows: false color: "#e592e7" + - type: Extractable + grindableSolutionName: plasmaore + - type: SolutionContainerManager + solutions: + plasmaore: + reagents: + - ReagentId: Plasma + Quantity: 10 - type: entity parent: PlasmaOre @@ -123,6 +149,14 @@ - type: PhysicalComposition materialComposition: RawSilver: 500 + - type: Extractable + grindableSolutionName: silverore + - type: SolutionContainerManager + solutions: + silverore: + reagents: + - ReagentId: Silver + Quantity: 10 - type: entity parent: SilverOre @@ -146,6 +180,14 @@ - type: PhysicalComposition materialComposition: RawQuartz: 500 + - type: Extractable + grindableSolutionName: quartzore + - type: SolutionContainerManager + solutions: + quartzaore: + reagents: + - ReagentId: Silicon + Quantity: 10 - type: entity parent: SpaceQuartz @@ -174,6 +216,17 @@ energy: 0.8 castShadows: false color: "#9be792" + - type: Extractable + grindableSolutionName: uraniumore + - type: SolutionContainerManager + solutions: + uraniumore: + reagents: + - ReagentId: Uranium + Quantity: 8 + - ReagentId: Radium + Quantity: 2 + canReact: false - type: entity parent: UraniumOre @@ -202,6 +255,18 @@ energy: 1 castShadows: false color: "#eef066" + - type: Extractable + grindableSolutionName: bananiumore + - type: SolutionContainerManager + solutions: + bananiumore: + reagents: + - ReagentId: Nutriment + Quantity: 4 + - ReagentId: Vitamin + Quantity: 2 + - ReagentId: Honk + Quantity: 5 - type: entity parent: BananiumOre