From 2469370b6ca118640c1a76e5d12e242215ab6bbe Mon Sep 17 00:00:00 2001 From: Vonsant <118206719+Vonsant@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:36:04 +0300 Subject: [PATCH 1/5] Update lyrae.yml --- Resources/Prototypes/_NF/Shipyard/lyrae.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_NF/Shipyard/lyrae.yml b/Resources/Prototypes/_NF/Shipyard/lyrae.yml index 1d2a51e0fb4..38b9c8ccf82 100644 --- a/Resources/Prototypes/_NF/Shipyard/lyrae.yml +++ b/Resources/Prototypes/_NF/Shipyard/lyrae.yml @@ -1,7 +1,7 @@ - type: vessel id: Lyrae - name: SBB Lyrae - description: A medium size science vessel with laboratories for both anomalous and xenoarchaeology research. + name: SBB Лира + description: Среднегабаритный исследовательский шаттл. Рекомендованный состав команды 2-5 человек. price: 51000 category: Medium group: Civilian @@ -17,7 +17,7 @@ stationProto: StandardFrontierVessel components: - type: StationNameSetup - mapNameTemplate: 'Lyrae {1}' + mapNameTemplate: 'Лира {1}' nameGenerator: !type:NanotrasenNameGenerator prefixCreator: '14' From 4bed56fc2b4f3f9cc56319ed81e8fc919be4681c Mon Sep 17 00:00:00 2001 From: Vonsant <118206719+Vonsant@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:37:23 +0300 Subject: [PATCH 2/5] Update piecrust.yml --- Resources/Prototypes/_NF/Shipyard/piecrust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_NF/Shipyard/piecrust.yml b/Resources/Prototypes/_NF/Shipyard/piecrust.yml index 682eff4ff30..30dfd82f2c3 100644 --- a/Resources/Prototypes/_NF/Shipyard/piecrust.yml +++ b/Resources/Prototypes/_NF/Shipyard/piecrust.yml @@ -10,8 +10,8 @@ # - type: vessel id: Piecrust - name: NC Piecrust - description: A combination animal ranch and pie bakery + name: NC Пирожок + description: Малогабаритный шаттл ресторан с зоопарком. Рекомендованный состав команды 1-2 человека. price: 27500 category: Small group: Civilian @@ -27,7 +27,7 @@ stationProto: StandardFrontierVessel components: - type: StationNameSetup - mapNameTemplate: 'Piecrust {1}' + mapNameTemplate: 'Пирожок {1}' nameGenerator: !type:NanotrasenNameGenerator prefixCreator: '14' From 7aa6f09defaa98f85edb23cbc3e857e3e2d6ce6d Mon Sep 17 00:00:00 2001 From: Vonsant <118206719+Vonsant@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:40:48 +0300 Subject: [PATCH 3/5] Update rosebudmkii.yml --- Resources/Prototypes/_NF/Shipyard/rosebudmkii.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/_NF/Shipyard/rosebudmkii.yml b/Resources/Prototypes/_NF/Shipyard/rosebudmkii.yml index 1442ef1d287..217debe8fa6 100644 --- a/Resources/Prototypes/_NF/Shipyard/rosebudmkii.yml +++ b/Resources/Prototypes/_NF/Shipyard/rosebudmkii.yml @@ -1,7 +1,7 @@ - type: vessel id: RosebudMKII - name: NT Rosebud MKII - description: The MKII trades her younger sister's solar-only charm for an AME, making her expedition-capable! Rejoice! + name: NT Бутон MKII + description: Среднегабаритный экспедиционный шаттл. Рекомендованный состав команды 3-6 человек. price: 138000 category: Medium group: Expedition @@ -17,7 +17,7 @@ stationProto: StandardFrontierExpeditionVessel components: - type: StationNameSetup - mapNameTemplate: 'Rosebud MKII {1}' + mapNameTemplate: 'Бутон MKII {1}' nameGenerator: !type:NanotrasenNameGenerator prefixCreator: '14' From 3c53c67564a06f9dd0b88f50babc335060ebfd4c Mon Sep 17 00:00:00 2001 From: Vonsant <118206719+Vonsant@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:21:38 +0300 Subject: [PATCH 4/5] Update NfAdventureRuleSystem.cs --- .../_NF/GameRule/NfAdventureRuleSystem.cs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs index a2986aab8b6..37b65843b6e 100644 --- a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs +++ b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs @@ -137,7 +137,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUids[0]); - _meta.SetEntityName(depotUids[0], "Cargo Depot A", meta); + _meta.SetEntityName(depotUids[0], "Грузовое Депо A", meta); // Corvax RU _shuttle.SetIFFColor(depotUids[0], depotColor); } @@ -147,7 +147,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUid3s[0]); - _meta.SetEntityName(depotUid3s[0], "Cargo Depot B", meta); + _meta.SetEntityName(depotUid3s[0], "Грузовое Депо B", meta); // Corvax RU _shuttle.SetIFFColor(depotUid3s[0], depotColor); } @@ -164,7 +164,7 @@ private void OnStartup(RoundStartingEvent ev) } var meta = EnsureComp(nfsdUids[0]); - _meta.SetEntityName(nfsdUids[0], "NFSD Outpost", meta); + _meta.SetEntityName(nfsdUids[0], "Аванпост ДСБФ", meta); // Corvax RU _shuttle.SetIFFColor(nfsdUids[0], new Color(1f, 0.2f, 0.2f)); } @@ -174,7 +174,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUid2s[0]); - _meta.SetEntityName(depotUid2s[0], "Tinnia's Rest", meta); + _meta.SetEntityName(depotUid2s[0], "Ресторан Триньки", meta); // Corvax RU _shuttle.SetIFFColor(depotUid2s[0], factionColor); } @@ -184,7 +184,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(churchUids[0]); - _meta.SetEntityName(churchUids[0], "Omnichurch Beacon", meta); + _meta.SetEntityName(churchUids[0], "Маяк ВсеЦеркви", meta); // Corvax RU _shuttle.SetIFFColor(churchUids[0], factionColor); } @@ -194,7 +194,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUid4s[0]); - _meta.SetEntityName(depotUid4s[0], "Listening Point Bravo", meta); + _meta.SetEntityName(depotUid4s[0], "Прослушивающий пункт Браво", meta); // Corvax RU _shuttle.SetIFFColor(depotUid4s[0], lpbravoColor); _shuttle.AddIFFFlag(depotUid4s[0], IFFFlags.HideLabel); } @@ -215,7 +215,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUid5s[0]); - _meta.SetEntityName(depotUid5s[0], "The Pit", meta); + _meta.SetEntityName(depotUid5s[0], "Дыра", meta); // Corvax RU _shuttle.SetIFFColor(depotUid5s[0], civilianColor); } @@ -230,7 +230,7 @@ private void OnStartup(RoundStartingEvent ev) } var meta = EnsureComp(depotUid6s[0]); - _meta.SetEntityName(depotUid6s[0], "Pirate's Cove", meta); + _meta.SetEntityName(depotUid6s[0], "Пиратская Бухта", meta); // Corvax RU _shuttle.SetIFFColor(depotUid6s[0], lpbravoColor); _shuttle.AddIFFFlag(depotUid6s[0], IFFFlags.HideLabel); } @@ -246,7 +246,7 @@ private void OnStartup(RoundStartingEvent ev) } var meta = EnsureComp(lodgeUids[0]); - _meta.SetEntityName(lodgeUids[0], "Expeditionary Lodge", meta); + _meta.SetEntityName(lodgeUids[0], "Экспедиционная База", meta); // Corvax RU _shuttle.SetIFFColor(lodgeUids[0], civilianColor); } @@ -256,7 +256,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(caseyUids[0]); - _meta.SetEntityName(caseyUids[0], "Crazy Casey's Casino", meta); + _meta.SetEntityName(caseyUids[0], "Казино Чокнутой Кейси", meta); // Corvax RU _shuttle.SetIFFColor(caseyUids[0], factionColor); } @@ -266,7 +266,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(griftyUids[0]); - _meta.SetEntityName(griftyUids[0], "Grifty's Gas and Grub", meta); + _meta.SetEntityName(griftyUids[0], "Заправка Гриффина", meta); // Corvax RU _shuttle.SetIFFColor(griftyUids[0], factionColor); } @@ -284,7 +284,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(labUids[0]); - _meta.SetEntityName(labUids[0], "Anomalous Laboratory", meta); + _meta.SetEntityName(labUids[0], "Ксеноархеологическая Лаборатория", meta); // Corvax RU _shuttle.SetIFFColor(labUids[0], factionColor); } From cbc152d9bfbdff468d92353c9cd90edac64b8c3d Mon Sep 17 00:00:00 2001 From: Vonsant <118206719+Vonsant@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:22:22 +0300 Subject: [PATCH 5/5] Update NfAdventureRuleSystem.cs --- Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs index 37b65843b6e..05aeed9da9f 100644 --- a/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs +++ b/Content.Server/_NF/GameRule/NfAdventureRuleSystem.cs @@ -174,7 +174,7 @@ private void OnStartup(RoundStartingEvent ev) })) { var meta = EnsureComp(depotUid2s[0]); - _meta.SetEntityName(depotUid2s[0], "Ресторан Триньки", meta); // Corvax RU + _meta.SetEntityName(depotUid2s[0], "Ресторан Тринньки", meta); // Corvax RU _shuttle.SetIFFColor(depotUid2s[0], factionColor); }