diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml index 63b56de7b6..14d5f81e13 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml @@ -4,7 +4,7 @@ sprite: Objects/Tools/cable-coils.rsi state: coillv-30 product: CrateEngineeringCableLV - cost: 600 + cost: 300 category: Engineering group: market @@ -14,7 +14,7 @@ sprite: Objects/Tools/cable-coils.rsi state: coilmv-30 product: CrateEngineeringCableMV - cost: 600 + cost: 300 category: Engineering group: market @@ -24,7 +24,7 @@ sprite: Objects/Tools/cable-coils.rsi state: coilhv-30 product: CrateEngineeringCableHV - cost: 600 + cost: 300 category: Engineering group: market @@ -34,7 +34,7 @@ sprite: Objects/Tools/cable-coils.rsi state: coilall-30 product: CrateEngineeringCableBulk - cost: 1200 + cost: 750 category: Engineering group: market diff --git a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml index 498a871853..e73d80f83b 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml @@ -25,7 +25,7 @@ - type: StaticPrice price: 0 - type: StackPrice - price: 5 + price: 1 - type: entity id: CableHVStack diff --git a/Resources/Prototypes/Entities/Structures/Power/chargers.yml b/Resources/Prototypes/Entities/Structures/Power/chargers.yml index 8955aea240..8967f60e20 100644 --- a/Resources/Prototypes/Entities/Structures/Power/chargers.yml +++ b/Resources/Prototypes/Entities/Structures/Power/chargers.yml @@ -74,6 +74,8 @@ charger_slot: !type:ContainerSlot machine_board: !type:Container machine_parts: !type:Container + - type: StaticPrice + price: 15 - type: entity name: recharger @@ -95,6 +97,8 @@ - HitscanBatteryAmmoProvider - ProjectileBatteryAmmoProvider - Stunbaton + - type: StaticPrice + price: 15 - type: entity name: wall recharger @@ -272,3 +276,5 @@ entity_storage: !type:Container machine_board: !type:Container machine_parts: !type:Container + - type: StaticPrice + price: 15 diff --git a/Resources/Prototypes/Recipes/Lathes/tools.yml b/Resources/Prototypes/Recipes/Lathes/tools.yml index df38db13d7..7a5df62e05 100644 --- a/Resources/Prototypes/Recipes/Lathes/tools.yml +++ b/Resources/Prototypes/Recipes/Lathes/tools.yml @@ -39,21 +39,21 @@ result: CableApcStack1 completetime: 2 materials: - Steel: 100 + Steel: 30 - type: latheRecipe id: CableMVStack result: CableMVStack1 completetime: 2 materials: - Steel: 150 + Steel: 30 - type: latheRecipe id: CableHVStack result: CableHVStack1 completetime: 2 materials: - Steel: 200 + Steel: 30 - type: latheRecipe id: Crowbar