Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Возвращение карты Box #311

Closed

Conversation

DarkSide-droids
Copy link
Contributor

@DarkSide-droids DarkSide-droids commented Oct 30, 2024

image

Описание обновления:

  • Была восстоновлена карта Box, в зимнем варианте на планете. Частично переделанны некоторые отделы и кабинеты. Немного изменил освещенние и прочие мелкие штучки.

Медиа
Nope

Проверки

  • PR завершён и мне не нужна помощь чтобы его закончить.
  • Я внимательно просмотрел все свои изменения и багов в них не нашёл.
  • Я запускал локальный сервер со своими изменениями и всё протестировал.
  • Я добавил скриншот/видео демонстрации PR в игре, или этот PR этого не требует.
  • Я не добавлял контент нарушающий чужие авторские права.
  • Я добавил свой контент только в папку _LostParadise(только если вы не меняете оригинальный код).
  • Я не добавлял переводы в прототипы, а сделал их с помощью скрипта translations.bat в Tools/SS14_RU.

Изменения

🆑 MrDarkSide and JayJaycobs

  • add: Добавлена карта Box (Зимний вариант)

Copy link
Contributor

coderabbitai bot commented Oct 30, 2024

"""

Прохождение

В этом запросе на изменение был добавлен новый YAML файл конфигурации для игровой карты под названием "NTS Коробка". Файл определяет карту типа gameMap с идентификатором LPPBox. Конфигурация включает название карты, путь, минимальное количество игроков (30) и станцию Boxstation, использующую прототип StandardNanotrasenStation. Также файл содержит компоненты, такие как StationNameSetup, NanotrasenNameGenerator, StationEmergencyShuttle и StationJobs, которые управляют различными аспектами игровой среды и доступными ролями.

Изменения

Файл Изменения
Resources/Prototypes/_LostParadise/Maps/box.yml Добавлен новый файл конфигурации карты с типом gameMap, идентификатором LPPBox, названием карты, путем, минимальным количеством игроков (30), станцией Boxstation и компонентами для управления работами.

Диаграмма последовательности

sequenceDiagram
    participant Player
    participant GameServer
    participant MapConfig

    Player->>GameServer: Запрос на подключение
    GameServer->>MapConfig: Проверка конфигурации карты
    MapConfig-->>GameServer: Возврат конфигурации карты
    GameServer-->>Player: Подключение к карте "NTS Коробка"
Loading

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added Статус: Требуется одобрение Ожидание разработчиков для принятия решений Изменения: Карта Изменяет какие-либо файлы карт labels Oct 30, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Files that changed from the base of the PR and between 54a328d and f6d4519.

📒 Files selected for processing (1)
  • Resources/Prototypes/_LostParadise/Maps/box.yml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
Resources/Prototypes/_LostParadise/Maps/box.yml (1)

Pattern **/*.yml: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.

Все добавляемые прототипы должны быть в нашей папке.

Никогда не предлагать ничего по отступам

При удалении дополнительного дополнения по типу prob:, можно оставить оригинальную часть с - id:.

🪛 yamllint
Resources/Prototypes/_LostParadise/Maps/box.yml

[error] 63-63: too many blank lines

(1 > 0) (empty-lines)

🔇 Additional comments (2)
Resources/Prototypes/_LostParadise/Maps/box.yml (2)

17-62: 🧹 Nitpick (assertive)

Проверьте баланс рабочих мест

Конфигурация содержит очень большое количество позиций для станции. Убедитесь, что:

  1. Количество позиций соответствует размеру карты
  2. Баланс между отделами оптимален
  3. Значение minPlayers (50) соответствует сумме минимального количества игроков для всех обязательных позиций

Особое внимание следует обратить на:

  • 5 инженеров + 3 атмосферных техника
  • 4 медицинских доктора + 4 интерна
  • 5 офицеров безопасности + 4 кадета

1-63: Проверьте расположение файла

Согласно правилам проекта, все прототипы должны находиться в специальной папке. Убедитесь, что путь Resources/Prototypes/_LostParadise/Maps/box.yml соответствует требованиям проекта.

✅ Verification successful

Let me check the project's structure to verify if this is indeed the correct location for map prototypes.


Let me check the content of the main README to see if there are any specific guidelines about map organization.


Расположение файла корректно

Файл находится в правильной директории Resources/Prototypes/_LostParadise/Maps/. Это подтверждается следующими фактами:

  • Проект имеет четкую структуру с выделенной папкой _LostParadise для своих прототипов
  • Другие карты проекта также находятся в этой же директории (asterisk.yml, normandy.yml и др.)
  • Структура соответствует организации остальных прототипов проекта
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Проверяем существование других прототипов карт в той же директории
fd -e yml -e yaml . Resources/Prototypes/_LostParadise/Maps/

Length of output: 682


Script:

#!/bin/bash
# Check for other map prototypes in the main Resources/Prototypes directory
fd -e yml -e yaml . Resources/Prototypes/Maps/

# Check if there's any documentation about map file organization
fd README -t f

Length of output: 1014


Script:

#!/bin/bash
# Check README content for any mapping guidelines
cat README.md

# Also check if there are any other _LostParadise prototypes in other categories
fd . Resources/Prototypes/_LostParadise -t d

Length of output: 14387

🧰 Tools
🪛 yamllint

[error] 63-63: too many blank lines

(1 > 0) (empty-lines)

Resources/Prototypes/_LostParadise/Maps/box.yml Outdated Show resolved Hide resolved
Resources/Prototypes/_LostParadise/Maps/box.yml Outdated Show resolved Hide resolved
Copy link
Member

@Evgencheg Evgencheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Раскомментировать прототип карты. Проставить айди карты с Box на LPPBox. Перевести названия карт и сделать сравнение с основными картами(нормандия/пеббл/керберос/астерикс/субмарина)

Copy link
Collaborator

@Flybik Flybik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хочу сам проверить карту на работоспособность, при нужде внести правки в прототип карты или в саму карту, уведомив заранее.

@DarkSide-droids DarkSide-droids changed the title Возвращение карты BOX (Частичное) Возвращение карты Box Nov 7, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

📜 Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

📥 Commits

Reviewing files that changed from the base of the PR and between f6d4519 and 794f2c7.

📒 Files selected for processing (1)
  • Resources/Prototypes/_LostParadise/Maps/box.yml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
Resources/Prototypes/_LostParadise/Maps/box.yml (1)

Pattern **/*.yml: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.

Все добавляемые прототипы должны быть в нашей папке.

Никогда не предлагать ничего по отступам

При удалении дополнительного дополнения по типу prob:, можно оставить оригинальную часть с - id:.

🪛 yamllint
Resources/Prototypes/_LostParadise/Maps/box.yml

[error] 20-20: too many spaces inside brackets

(brackets)


[error] 20-20: too many spaces inside brackets

(brackets)


[error] 21-21: too many spaces inside brackets

(brackets)


[error] 22-22: too many spaces inside brackets

(brackets)


[error] 22-22: too many spaces inside brackets

(brackets)


[error] 23-23: too many spaces inside brackets

(brackets)


[error] 23-23: too many spaces inside brackets

(brackets)


[error] 24-24: too many spaces inside brackets

(brackets)


[error] 24-24: too many spaces inside brackets

(brackets)


[error] 25-25: too many spaces inside brackets

(brackets)


[error] 25-25: too many spaces inside brackets

(brackets)


[error] 26-26: too many spaces inside brackets

(brackets)


[error] 26-26: too many spaces inside brackets

(brackets)


[error] 28-28: too many spaces inside brackets

(brackets)


[error] 28-28: too many spaces inside brackets

(brackets)


[error] 29-29: too many spaces inside brackets

(brackets)


[error] 29-29: too many spaces inside brackets

(brackets)


[error] 30-30: too many spaces inside brackets

(brackets)


[error] 30-30: too many spaces inside brackets

(brackets)


[error] 31-31: too many spaces inside brackets

(brackets)


[error] 31-31: too many spaces inside brackets

(brackets)


[error] 33-33: too many spaces inside brackets

(brackets)


[error] 33-33: too many spaces inside brackets

(brackets)


[error] 34-34: too many spaces inside brackets

(brackets)


[error] 34-34: too many spaces inside brackets

(brackets)


[error] 35-35: too many spaces inside brackets

(brackets)


[error] 35-35: too many spaces inside brackets

(brackets)


[error] 36-36: too many spaces inside brackets

(brackets)


[error] 36-36: too many spaces inside brackets

(brackets)


[error] 37-37: too many spaces inside brackets

(brackets)


[error] 37-37: too many spaces inside brackets

(brackets)


[error] 38-38: too many spaces inside brackets

(brackets)


[error] 38-38: too many spaces inside brackets

(brackets)


[error] 40-40: too many spaces inside brackets

(brackets)


[error] 40-40: too many spaces inside brackets

(brackets)


[error] 41-41: too many spaces inside brackets

(brackets)


[error] 41-41: too many spaces inside brackets

(brackets)


[error] 42-42: too many spaces inside brackets

(brackets)


[error] 42-42: too many spaces inside brackets

(brackets)


[error] 43-43: too many spaces inside brackets

(brackets)


[error] 43-43: too many spaces inside brackets

(brackets)


[error] 44-44: too many spaces inside brackets

(brackets)


[error] 44-44: too many spaces inside brackets

(brackets)


[error] 45-45: too many spaces inside brackets

(brackets)


[error] 45-45: too many spaces inside brackets

(brackets)


[error] 46-46: too many spaces inside brackets

(brackets)


[error] 48-48: too many spaces inside brackets

(brackets)


[error] 48-48: too many spaces inside brackets

(brackets)


[error] 49-49: too many spaces inside brackets

(brackets)


[error] 49-49: too many spaces inside brackets

(brackets)


[error] 50-50: too many spaces inside brackets

(brackets)


[error] 50-50: too many spaces inside brackets

(brackets)


[error] 51-51: too many spaces inside brackets

(brackets)


[error] 51-51: too many spaces inside brackets

(brackets)


[error] 52-52: too many spaces inside brackets

(brackets)


[error] 52-52: too many spaces inside brackets

(brackets)


[error] 53-53: too many spaces inside brackets

(brackets)


[error] 53-53: too many spaces inside brackets

(brackets)


[error] 54-54: too many spaces inside brackets

(brackets)


[error] 54-54: too many spaces inside brackets

(brackets)


[error] 55-55: too many spaces inside brackets

(brackets)


[error] 55-55: too many spaces inside brackets

(brackets)


[error] 56-56: too many spaces inside brackets

(brackets)


[error] 56-56: too many spaces inside brackets

(brackets)


[error] 58-58: too many spaces inside brackets

(brackets)


[error] 58-58: too many spaces inside brackets

(brackets)


[error] 59-59: too many spaces inside brackets

(brackets)


[error] 59-59: too many spaces inside brackets

(brackets)


[error] 60-60: too many spaces inside brackets

(brackets)


[error] 60-60: too many spaces inside brackets

(brackets)


[error] 61-61: too many spaces inside brackets

(brackets)


[error] 61-61: too many spaces inside brackets

(brackets)


[error] 63-63: too many spaces inside brackets

(brackets)


[error] 63-63: too many spaces inside brackets

(brackets)


[error] 64-64: too many spaces inside brackets

(brackets)


[error] 64-64: too many spaces inside brackets

(brackets)


[error] 65-65: too many spaces inside brackets

(brackets)


[error] 65-65: too many spaces inside brackets

(brackets)


[error] 66-66: too many spaces inside brackets

(brackets)


[error] 66-66: too many spaces inside brackets

(brackets)


[error] 67-67: too many spaces inside brackets

(brackets)


[error] 67-67: too many spaces inside brackets

(brackets)


[error] 69-69: too many spaces inside brackets

(brackets)


[error] 69-69: too many spaces inside brackets

(brackets)


[error] 70-70: too many spaces inside brackets

(brackets)


[error] 70-70: too many spaces inside brackets

(brackets)


[error] 71-71: too many spaces inside brackets

(brackets)


[error] 71-71: too many spaces inside brackets

(brackets)


[warning] 72-72: missing starting space in comment

(comments)


[error] 73-73: too many spaces inside brackets

(brackets)


[error] 73-73: too many spaces inside brackets

(brackets)


[error] 74-74: too many spaces inside brackets

(brackets)


[error] 74-74: too many spaces inside brackets

(brackets)


[error] 75-75: too many spaces inside brackets

(brackets)


[error] 75-75: too many spaces inside brackets

(brackets)


[error] 76-76: too many blank lines

(1 > 0) (empty-lines)

🔇 Additional comments (1)
Resources/Prototypes/_LostParadise/Maps/box.yml (1)

17-75: Конфигурация должностей выглядит корректно

Структура должностей хорошо организована по категориям, включая пользовательские должности с префиксом LPP.

🧰 Tools
🪛 yamllint

[error] 20-20: too many spaces inside brackets

(brackets)


[error] 20-20: too many spaces inside brackets

(brackets)


[error] 21-21: too many spaces inside brackets

(brackets)


[error] 22-22: too many spaces inside brackets

(brackets)


[error] 22-22: too many spaces inside brackets

(brackets)


[error] 23-23: too many spaces inside brackets

(brackets)


[error] 23-23: too many spaces inside brackets

(brackets)


[error] 24-24: too many spaces inside brackets

(brackets)


[error] 24-24: too many spaces inside brackets

(brackets)


[error] 25-25: too many spaces inside brackets

(brackets)


[error] 25-25: too many spaces inside brackets

(brackets)


[error] 26-26: too many spaces inside brackets

(brackets)


[error] 26-26: too many spaces inside brackets

(brackets)


[error] 28-28: too many spaces inside brackets

(brackets)


[error] 28-28: too many spaces inside brackets

(brackets)


[error] 29-29: too many spaces inside brackets

(brackets)


[error] 29-29: too many spaces inside brackets

(brackets)


[error] 30-30: too many spaces inside brackets

(brackets)


[error] 30-30: too many spaces inside brackets

(brackets)


[error] 31-31: too many spaces inside brackets

(brackets)


[error] 31-31: too many spaces inside brackets

(brackets)


[error] 33-33: too many spaces inside brackets

(brackets)


[error] 33-33: too many spaces inside brackets

(brackets)


[error] 34-34: too many spaces inside brackets

(brackets)


[error] 34-34: too many spaces inside brackets

(brackets)


[error] 35-35: too many spaces inside brackets

(brackets)


[error] 35-35: too many spaces inside brackets

(brackets)


[error] 36-36: too many spaces inside brackets

(brackets)


[error] 36-36: too many spaces inside brackets

(brackets)


[error] 37-37: too many spaces inside brackets

(brackets)


[error] 37-37: too many spaces inside brackets

(brackets)


[error] 38-38: too many spaces inside brackets

(brackets)


[error] 38-38: too many spaces inside brackets

(brackets)


[error] 40-40: too many spaces inside brackets

(brackets)


[error] 40-40: too many spaces inside brackets

(brackets)


[error] 41-41: too many spaces inside brackets

(brackets)


[error] 41-41: too many spaces inside brackets

(brackets)


[error] 42-42: too many spaces inside brackets

(brackets)


[error] 42-42: too many spaces inside brackets

(brackets)


[error] 43-43: too many spaces inside brackets

(brackets)


[error] 43-43: too many spaces inside brackets

(brackets)


[error] 44-44: too many spaces inside brackets

(brackets)


[error] 44-44: too many spaces inside brackets

(brackets)


[error] 45-45: too many spaces inside brackets

(brackets)


[error] 45-45: too many spaces inside brackets

(brackets)


[error] 46-46: too many spaces inside brackets

(brackets)


[error] 48-48: too many spaces inside brackets

(brackets)


[error] 48-48: too many spaces inside brackets

(brackets)


[error] 49-49: too many spaces inside brackets

(brackets)


[error] 49-49: too many spaces inside brackets

(brackets)


[error] 50-50: too many spaces inside brackets

(brackets)


[error] 50-50: too many spaces inside brackets

(brackets)


[error] 51-51: too many spaces inside brackets

(brackets)


[error] 51-51: too many spaces inside brackets

(brackets)


[error] 52-52: too many spaces inside brackets

(brackets)


[error] 52-52: too many spaces inside brackets

(brackets)


[error] 53-53: too many spaces inside brackets

(brackets)


[error] 53-53: too many spaces inside brackets

(brackets)


[error] 54-54: too many spaces inside brackets

(brackets)


[error] 54-54: too many spaces inside brackets

(brackets)


[error] 55-55: too many spaces inside brackets

(brackets)


[error] 55-55: too many spaces inside brackets

(brackets)


[error] 56-56: too many spaces inside brackets

(brackets)


[error] 56-56: too many spaces inside brackets

(brackets)


[error] 58-58: too many spaces inside brackets

(brackets)


[error] 58-58: too many spaces inside brackets

(brackets)


[error] 59-59: too many spaces inside brackets

(brackets)


[error] 59-59: too many spaces inside brackets

(brackets)


[error] 60-60: too many spaces inside brackets

(brackets)


[error] 60-60: too many spaces inside brackets

(brackets)


[error] 61-61: too many spaces inside brackets

(brackets)


[error] 61-61: too many spaces inside brackets

(brackets)


[error] 63-63: too many spaces inside brackets

(brackets)


[error] 63-63: too many spaces inside brackets

(brackets)


[error] 64-64: too many spaces inside brackets

(brackets)


[error] 64-64: too many spaces inside brackets

(brackets)


[error] 65-65: too many spaces inside brackets

(brackets)


[error] 65-65: too many spaces inside brackets

(brackets)


[error] 66-66: too many spaces inside brackets

(brackets)


[error] 66-66: too many spaces inside brackets

(brackets)


[error] 67-67: too many spaces inside brackets

(brackets)


[error] 67-67: too many spaces inside brackets

(brackets)


[error] 69-69: too many spaces inside brackets

(brackets)


[error] 69-69: too many spaces inside brackets

(brackets)


[error] 70-70: too many spaces inside brackets

(brackets)


[error] 70-70: too many spaces inside brackets

(brackets)


[error] 71-71: too many spaces inside brackets

(brackets)


[error] 71-71: too many spaces inside brackets

(brackets)


[warning] 72-72: missing starting space in comment

(comments)


[error] 73-73: too many spaces inside brackets

(brackets)


[error] 73-73: too many spaces inside brackets

(brackets)


[error] 74-74: too many spaces inside brackets

(brackets)


[error] 74-74: too many spaces inside brackets

(brackets)


[error] 75-75: too many spaces inside brackets

(brackets)


[error] 75-75: too many spaces inside brackets

(brackets)

Comment on lines +15 to +16
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_UCLB.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Путь к файлу шаттла корректен

Файл NTES_UCLB.yml существует в репозитории, но указанный в конфигурации путь /Maps/Shuttles/DeltaV/NTES_UCLB.yml следует изменить на Resources/Maps/Shuttles/DeltaV/NTES_UCLB.yml, чтобы он соответствовал реальному расположению файла.

🔗 Analysis chain

Проверьте существование файла шаттла

Необходимо убедиться, что указанный путь к файлу шаттла корректен.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Проверка существования файла шаттла
fd "NTES_UCLB.yml" --type f

Length of output: 72

Comment on lines +1 to +5
- type: gameMap
id: LPPBox
mapName: 'NTS Коробка'
mapPath: /Maps/_LostParadise/LPPBox.yml
minPlayers: 30
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Требуется использовать английский язык в названии карты

Согласно правилам проекта, в прототипах запрещены переводы на русский язык. Пожалуйста, измените название карты на английский вариант.

- mapName: 'NTS Коробка'
+ mapName: 'NTS Box'
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- type: gameMap
id: LPPBox
mapName: 'NTS Коробка'
mapPath: /Maps/_LostParadise/LPPBox.yml
minPlayers: 30
- type: gameMap
id: LPPBox
mapName: 'NTS Box'
mapPath: /Maps/_LostParadise/LPPBox.yml
minPlayers: 30

Comment on lines +10 to +14
- type: StationNameSetup
mapNameTemplate: '{0} NTS Коробка {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '17'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Требуется использовать английский язык в шаблоне названия

В шаблоне названия станции используется русский текст, что противоречит правилам проекта.

- mapNameTemplate: '{0} NTS Коробка {1}'
+ mapNameTemplate: '{0} NTS Box {1}'
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- type: StationNameSetup
mapNameTemplate: '{0} NTS Коробка {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '17'
- type: StationNameSetup
mapNameTemplate: '{0} NTS Box {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '17'

@Evgencheg Evgencheg closed this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Изменения: Карта Изменяет какие-либо файлы карт Статус: Требуется одобрение Ожидание разработчиков для принятия решений
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants