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