From b2fe504af3938cdd3711f79d358a81359d2d5e5f Mon Sep 17 00:00:00 2001 From: BIGZi0348 Date: Thu, 28 Nov 2024 23:42:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B0=D0=BC=20=D0=B2=20=D0=BA=D0=B0?= =?UTF-8?q?=D1=80=D0=B3=D0=BE,=20=D0=BD=D0=BE=20=D0=BA=D0=B0=D0=BA=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=86=D0=B5=D0=BD=D0=BE=D0=B9...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Changelog/ChangelogAmour.yml | 6 ++++++ Resources/Prototypes/GameRules/events.yml | 2 +- .../_Honk/Catalog/Cargo/cargo_engines.yml | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 Resources/Prototypes/_Honk/Catalog/Cargo/cargo_engines.yml diff --git a/Resources/Changelog/ChangelogAmour.yml b/Resources/Changelog/ChangelogAmour.yml index 28edc44e8b..09fd38b342 100644 --- a/Resources/Changelog/ChangelogAmour.yml +++ b/Resources/Changelog/ChangelogAmour.yml @@ -127,3 +127,9 @@ type: tweak id: 18 time: '2024-11-26T18:00:13.0000000+00:00' +- author: BIG_Zi_348 + changes: + - message: "Добавлены компоненты ДАМ для покупки в карго." + type: Add + id: 19 + time: '2024-11-28T18:00:13.0000000+00:00' diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 548a60cbe5..bb2735a9c4 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -88,7 +88,7 @@ - type: StationEvent weight: 6.5 duration: 1 - earliestStart: 60Amour from 40 to 60 + earliestStart: 60 # Amour from 40 to 60 reoccurrenceDelay: 20 minimumPlayers: 30 # Amour from 20 to 30 - type: RandomSpawnRule diff --git a/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_engines.yml b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_engines.yml new file mode 100644 index 0000000000..db43028703 --- /dev/null +++ b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_engines.yml @@ -0,0 +1,19 @@ +- type: cargoProduct + id: EngineAmeShielding + icon: + sprite: Objects/Devices/flatpack.rsi + state: ame-part + product: CrateEngineeringAMEShielding + cost: 28000 + category: cargoproduct-category-name-engineering + group: market + +- type: cargoProduct + id: EngineAmeControl + icon: + sprite: Structures/Power/Generation/ame.rsi + state: control + product: CrateEngineeringAMEControl + cost: 4000 + category: cargoproduct-category-name-engineering + group: market