From 6b240d3a8703fb9f994ca002f4478b921ef0feb9 Mon Sep 17 00:00:00 2001 From: JDtrimble Date: Thu, 30 May 2024 19:50:56 +0300 Subject: [PATCH] added event preset --- .../prototypes/corvax/game-ticking/preset-event.ftl | 2 ++ .../ru-RU/game-ticking/game-presets/preset-event.ftl | 2 ++ Resources/Prototypes/Corvax/game_presets.yml | 11 +++++++++++ Resources/Prototypes/game_presets.yml | 3 ++- 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/en-US/ss14-ru/prototypes/corvax/game-ticking/preset-event.ftl create mode 100644 Resources/Locale/ru-RU/game-ticking/game-presets/preset-event.ftl create mode 100644 Resources/Prototypes/Corvax/game_presets.yml diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/corvax/game-ticking/preset-event.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/game-ticking/preset-event.ftl new file mode 100644 index 00000000000..a68b3167277 --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/corvax/game-ticking/preset-event.ftl @@ -0,0 +1,2 @@ +event-title = Event +event-description = Game masters are running an event. There are no threats, including random ones. diff --git a/Resources/Locale/ru-RU/game-ticking/game-presets/preset-event.ftl b/Resources/Locale/ru-RU/game-ticking/game-presets/preset-event.ftl new file mode 100644 index 00000000000..80621a37413 --- /dev/null +++ b/Resources/Locale/ru-RU/game-ticking/game-presets/preset-event.ftl @@ -0,0 +1,2 @@ +event-title = Ивент +event-description = Гейм-мастеры проводят ивент. Отсутсвуют любые угрозы, включая случайные. diff --git a/Resources/Prototypes/Corvax/game_presets.yml b/Resources/Prototypes/Corvax/game_presets.yml new file mode 100644 index 00000000000..86f6273e2d9 --- /dev/null +++ b/Resources/Prototypes/Corvax/game_presets.yml @@ -0,0 +1,11 @@ +- type: gamePreset + id: Event + alias: + - event + - ivent + - SilentGreenshift + name: event-title + showInVote: false + description: event-description + rules: + - BasicRoundstartVariation diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index 47fa17b2851..1be9e57fcc3 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -42,7 +42,8 @@ showInVote: false #4boring4vote description: greenshift-description rules: - - Greenshift + - BasicRoundstartVariation + - Greenshift # Corvax-Greenshift - type: gamePreset id: Secret