From 0b7b16c5043f01f48b5000379b1a9286a38e0b0c Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Sat, 27 Jan 2024 12:47:19 +0300 Subject: [PATCH] More wires --- .../Catalog/Fills/Items/toolboxes.yml | 14 ++++---- .../Markers/Spawners/Random/maintenance.yml | 6 ++-- .../Entities/Objects/Tools/cable_coils.yml | 32 ++++++++++++++++++- 3 files changed, 41 insertions(+), 11 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index 6cae786bd0..b8409ab79f 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -30,14 +30,14 @@ - id: Screwdriver - id: Crowbar - id: Wirecutter - - id: CableApcStack10 - - id: CableMVStack10 + - id: CableApcStack30 + - id: CableMVStack30 - id: trayScanner prob: 0.9 - id: ClothingHandsGlovesColorYellow prob: 0.05 orGroup: GlovesOrWires - - id: CableHVStack10 + - id: CableHVStack30 orGroup: GlovesOrWires - type: entity @@ -51,14 +51,14 @@ - id: Screwdriver - id: Crowbar - id: Wirecutter - - id: CableApcStack10 - - id: CableMVStack10 + - id: CableApcStack30 + - id: CableMVStack30 - id: trayScanner prob: 0.9 - id: ClothingHandsGlovesColorYellow prob: 0.05 orGroup: GlovesOrWires - - id: CableHVStack10 + - id: CableHVStack30 orGroup: GlovesOrWires - type: entity @@ -78,7 +78,7 @@ - id: MysteryFigureBox prob: 0.5 - id: BookRandom - amount: 2 + amount: 2 - id: CrayonMime - id: CrayonRainbow diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index c574b0a533..957daf88bc 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -186,9 +186,9 @@ - DoorElectronics - APCElectronics - InflatableWallStack5 - - CableHVStack10 - - CableMVStack10 - - CableApcStack10 + - CableHVStack30 + - CableMVStack30 + - CableApcStack30 - PetCarrier chance: 0.6 offset: 0.0 diff --git a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml index e1e565cc18..cd12eaa828 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cable_coils.yml @@ -75,6 +75,16 @@ - type: Stack count: 10 +- type: entity + parent: CableHVStack + id: CableHVStack30 + suffix: 30 + components: + - type: Sprite + state: coilhv-30 + - type: Stack + count: 30 + - type: entity parent: CableHVStack10 id: CableHVStackLingering10 @@ -140,6 +150,16 @@ - type: Stack count: 10 +- type: entity + parent: CableMVStack + id: CableMVStack30 + suffix: 30 + components: + - type: Sprite + state: coilmv-30 + - type: Stack + count: 30 + - type: entity parent: CableMVStack10 id: CableMVStackLingering10 @@ -204,6 +224,16 @@ - type: Stack count: 10 +- type: entity + parent: CableApcStack + id: CableApcStack30 + suffix: 30 + components: + - type: Sprite + state: coillv-30 + - type: Stack + count: 30 + - type: entity parent: CableApcStack10 id: CableApcStackLingering10 @@ -221,4 +251,4 @@ - type: Sprite state: coillv-10 - type: Stack - count: 1 \ No newline at end of file + count: 1