diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index 2d45f0a627..32fd09dc7a 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -468,6 +468,8 @@ Glass: 200 chemicalComposition: Silicon: 20 + - type: StaticPrice + price: 58 - type: entity parent: BaseMachineCircuitboard diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml index 98ce1a5b0c..b42ee2499c 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/atmos_alarms.yml @@ -11,6 +11,8 @@ tags: - DroneUsable - AirAlarmElectronics + - type: StaticPrice + price: 61 - type: entity id: FireAlarmElectronics @@ -25,3 +27,5 @@ tags: - DroneUsable - FireAlarmElectronics + - type: StaticPrice + price: 61 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml index 83a2081182..9278e34706 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/disposal.yml @@ -10,4 +10,6 @@ - type: Tag tags: - DroneUsable - - MailingUnitElectronics \ No newline at end of file + - MailingUnitElectronics + - type: StaticPrice + price: 55 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml index dc9b88c01b..627fe5fb0a 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/door.yml @@ -11,4 +11,6 @@ - type: Tag tags: - DoorElectronics - - DroneUsable \ No newline at end of file + - DroneUsable + - type: StaticPrice + price: 55 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml index a8a017dd2a..be3f0be1dc 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/firelock.yml @@ -12,3 +12,5 @@ tags: - DroneUsable - FirelockElectronics + - type: StaticPrice + price: 61 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml index 3bd3be9bbe..b59654cf02 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/intercom.yml @@ -11,4 +11,5 @@ tags: - DroneUsable - IntercomElectronics - + - type: StaticPrice + price: 55 diff --git a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml index 5b48ede4c1..7f02682b34 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Electronics/power_electronics.yml @@ -15,6 +15,8 @@ Glass: 50 chemicalComposition: Silicon: 20 + - type: StaticPrice + price: 34 # Wallmount Substation - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index aa4e423c22..df68b7ec16 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -98,6 +98,8 @@ components: - type: Spillable solution: beaker + - type: StaticPrice + price: 10 - type: entity name: large beaker diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 2479261c4d..5a25516dde 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -39,7 +39,7 @@ materialComposition: Steel: 100 - type: StaticPrice - price: 40 + price: 30 - type: entity name: screwdriver @@ -81,7 +81,7 @@ materialComposition: Steel: 100 - type: StaticPrice - price: 40 + price: 30 - type: entity name: wrench @@ -116,7 +116,7 @@ materialComposition: Steel: 100 - type: StaticPrice - price: 40 + price: 22 - type: entity name: crowbar @@ -152,7 +152,7 @@ materialComposition: Steel: 100 - type: StaticPrice - price: 40 + price: 22 - type: entity name: emergency crowbar @@ -217,7 +217,7 @@ Steel: 100 Plastic: 100 - type: StaticPrice - price: 60 + price: 56 - type: entity name: network configurator @@ -265,7 +265,7 @@ tags: - DroneUsable - type: StaticPrice - price: 60 + price: 56 - type: GuideHelp guides: - NetworkConfigurator diff --git a/Resources/Prototypes/Reagents/Materials/glass.yml b/Resources/Prototypes/Reagents/Materials/glass.yml index 9a11fc08bd..ba40088718 100644 --- a/Resources/Prototypes/Reagents/Materials/glass.yml +++ b/Resources/Prototypes/Reagents/Materials/glass.yml @@ -12,7 +12,7 @@ name: materials-reinforced-glass icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rglass } color: "#549bb0" - price: 0.22 # 2-1 mix of glass and metal. + price: 0.16 # 1-0.5 mix of glass and metal. - type: material id: PlasmaGlass diff --git a/Resources/Prototypes/Recipes/Lathes/electronics.yml b/Resources/Prototypes/Recipes/Lathes/electronics.yml index b40e40e78d..63f697e967 100644 --- a/Resources/Prototypes/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/Recipes/Lathes/electronics.yml @@ -3,8 +3,8 @@ result: FirelockElectronics completetime: 2 materials: - Steel: 50 - Plastic: 50 + Steel: 100 + Plastic: 300 - type: latheRecipe id: MailingUnitElectronics @@ -12,7 +12,7 @@ completetime: 4 materials: Steel: 50 - Plastic: 50 + Plastic: 300 - type: latheRecipe id: DoorElectronics @@ -20,15 +20,15 @@ completetime: 2 materials: Steel: 50 - Plastic: 50 + Plastic: 300 - type: latheRecipe id: AirAlarmElectronics result: AirAlarmElectronics completetime: 2 materials: - Steel: 50 - Plastic: 50 + Steel: 100 + Plastic: 300 - type: latheRecipe id: IntercomElectronics @@ -36,15 +36,15 @@ completetime: 2 materials: Steel: 50 - Plastic: 50 + Plastic: 300 - type: latheRecipe id: FireAlarmElectronics result: FireAlarmElectronics completetime: 2 materials: - Steel: 50 - Plastic: 50 + Steel: 100 + Plastic: 300 - type: latheRecipe id: SignalTimerElectronics @@ -361,7 +361,7 @@ completetime: 2 materials: Steel: 50 - Glass: 100 + Glass: 250 - type: latheRecipe id: SubstationMachineCircuitboard