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

IceBoxUpdate #341

Merged
merged 4 commits into from
Dec 21, 2024
Merged

IceBoxUpdate #341

merged 4 commits into from
Dec 21, 2024

Conversation

Flybik
Copy link
Collaborator

@Flybik Flybik commented Dec 16, 2024

image

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

Добавил в проект полностью рабочую карту на псевдопланете "АйсБокс", так же шаттл

Медиа

Проверки

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

Изменения

🆑 JayJacobs

  • add: Добавлен АйсБокс
  • add: Добавлен шаттл эвакуации для АйсБокс

Copy link
Contributor

coderabbitai bot commented Dec 16, 2024

Warning

Rate limit exceeded

@Flybik has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 18 minutes and 3 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 94ce313 and f7a8a42.

📒 Files selected for processing (1)
  • Content.IntegrationTests/Tests/PostMapInitTest.cs (1 hunks)

Обзор изменений

Walkthrough

В репозитории добавлена новая конфигурация игровой карты icebox.yml для карты "NTS АйсБокс" с идентификатором LPPIceBox. Конфигурация определяет минимальное количество игроков (20), путь к карте и детально описывает станцию IceBoxstation. Карта основана на стандартном прототипе станции и включает подробную настройку доступных профессий в различных секторах. Также обновлены тесты для проверки загрузки новой карты.

Changes

Файл Изменения
Resources/Prototypes/_LostParadise/Maps/icebox.yml Добавлена новая конфигурация карты с:
- Идентификатором LPPIceBox
- Названием NTS АйсБокс
- Минимальным количеством игроков 20
- Путём к карте /Maps/_LostParadise/LPPIceBox.yml
- Конфигурацией станции IceBoxstation с определением доступных профессий.
Content.IntegrationTests/Tests/PostMapInitTest.cs Обновлён массив GameMaps, добавлено значение "LPPIceBox" для тестирования загрузки карты.

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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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 Статус: Требуется одобрение Ожидание разработчиков для принятия решений Изменения: Карта Изменяет какие-либо файлы карт Изменения: YML Изменяет какие-либо файлы .yml labels Dec 16, 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
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4a4cff1 and eed0304.

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

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

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

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

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

🪛 yamllint (1.35.1)
Resources/Prototypes/_LostParadise/Maps/icebox.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] 27-27: too many spaces inside brackets

(brackets)


[error] 27-27: 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] 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] 32-32: too many spaces inside brackets

(brackets)


[error] 32-32: 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] 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] 39-39: too many spaces inside brackets

(brackets)


[error] 39-39: 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] 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] 46-46: too many spaces inside brackets

(brackets)


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

(brackets)


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

(brackets)


[error] 48-48: 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] 57-57: too many spaces inside brackets

(brackets)


[error] 57-57: 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] 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] 62-62: too many spaces inside brackets

(brackets)


[error] 62-62: 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] 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] 68-68: too many spaces inside brackets

(brackets)


[error] 68-68: 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] 72-72: too many spaces inside brackets

(brackets)


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

(brackets)


[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)


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

(comments)


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

(brackets)


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

(brackets)


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

(brackets)


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

(brackets)


[error] 79-79: trailing spaces

(trailing-spaces)


[error] 80-80: too many blank lines

(1 > 0) (empty-lines)

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

17-78: Необходимо проверить баланс должностей

Рекомендуется проверить баланс количества должностей относительно минимального количества игроков (20):

  • Большое количество руководящих должностей (Captain, HoP, CE, CMO, RD, HoS, QM) для малого количества игроков
  • Возможен дисбаланс между отделами (например, 3-4 медика при 2-4 офицерах службы безопасности)
✅ Verification successful

Баланс должностей соответствует размеру карты и минимальному количеству игроков

Сравнение с другими картами того же размера (minPlayers: 20) показывает, что:

  • Количество руководящих должностей (7) стандартно для всех карт этого размера
  • Соотношение между отделами сбалансировано:
    • Медицина: 3-4 врача + 2-4 интерна (аналогично другим картам)
    • Охрана: 2-4 офицера + 1-2 кадета (соответствует нормам)
    • Инженерия: 2-4 инженера + 2-4 ассистента (стандартное распределение)
  • Уникальные роли (Zookeeper, MartialArtist) и дополнительные должности (MedicalBorg, Brigmedic) добавляют разнообразие, не нарушая общий баланс
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Проверка похожих конфигураций карт для сравнения баланса должностей
rg -l "type: gameMap" | xargs rg "minPlayers: 20" -C 50

Length of output: 14015

🧰 Tools
🪛 yamllint (1.35.1)

[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] 27-27: too many spaces inside brackets

(brackets)


[error] 27-27: 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] 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] 32-32: too many spaces inside brackets

(brackets)


[error] 32-32: 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] 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] 39-39: too many spaces inside brackets

(brackets)


[error] 39-39: 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] 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] 46-46: too many spaces inside brackets

(brackets)


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

(brackets)


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

(brackets)


[error] 48-48: 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] 57-57: too many spaces inside brackets

(brackets)


[error] 57-57: 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] 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] 62-62: too many spaces inside brackets

(brackets)


[error] 62-62: 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] 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] 68-68: too many spaces inside brackets

(brackets)


[error] 68-68: 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] 72-72: too many spaces inside brackets

(brackets)


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

(brackets)


[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)


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

(comments)


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

(brackets)


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

(brackets)


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

(brackets)


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

(brackets)

Comment on lines 76 to 80
#LOST PARADISE
LPPBlueShieldOfficer: [ 1, 1 ]
LPPAdjutant: [ 1, 1 ]


Copy link
Contributor

@coderabbitai coderabbitai bot Dec 16, 2024

Choose a reason for hiding this comment

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

🧹 Nitpick (assertive)

Требуется исправить форматирование

Обнаружены проблемы с форматированием:

  • Отсутствует пробел после # в комментарии "LOST PARADISE"
  • Лишние пустые строки в конце файла
  • Лишние пробелы в конце строки 79
- #LOST PARADISE
+ # LOST PARADISE

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 yamllint (1.35.1)

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

(comments)


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

(brackets)


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

(brackets)


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

(brackets)


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

(brackets)


[error] 79-79: trailing spaces

(trailing-spaces)


[error] 80-80: too many blank lines

(1 > 0) (empty-lines)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Я исправил это в новых коммитах

Copy link
Contributor

Choose a reason for hiding this comment

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

@Flybik Спасибо за исправления!


If you found this review helpful, would you consider giving us a shout-out on X?
Thank you for using CodeRabbit!

Comment on lines +1 to +5
- type: gameMap
id: LPPIceBox
mapName: 'NTS АйсБокс'
mapPath: /Maps/_LostParadise/LPPIceBox.yml
minPlayers: 20
Copy link
Contributor

@coderabbitai coderabbitai bot Dec 16, 2024

Choose a reason for hiding this comment

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

⚠️ Potential issue

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

Согласно правилам кодирования, использование русского текста в прототипах запрещено. Необходимо изменить mapName на английский вариант.

- mapName: 'NTS АйсБокс'
+ mapName: 'NTS IceBox'
📝 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: LPPIceBox
mapName: 'NTS АйсБокс'
mapPath: /Maps/_LostParadise/LPPIceBox.yml
minPlayers: 20
- type: gameMap
id: LPPIceBox
mapName: 'NTS IceBox'
mapPath: /Maps/_LostParadise/LPPIceBox.yml
minPlayers: 20

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Так и задумано. Название должно быть на русском.

Copy link
Contributor

Choose a reason for hiding this comment

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

@Flybik Понятно, спасибо за пояснение.

Comment on lines +10 to +14
- type: StationNameSetup
mapNameTemplate: '{0} NTS АйсБокс {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'DSJJ'
Copy link
Contributor

@coderabbitai coderabbitai bot Dec 16, 2024

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 IceBox {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: 'DSJJ'
- type: StationNameSetup
mapNameTemplate: '{0} NTS IceBox {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: 'DSJJ'

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Так и задумано. Название должно быть на русском.

Copy link
Contributor

Choose a reason for hiding this comment

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

@Flybik Понятно, спасибо за разъяснение.

@github-actions github-actions bot added Статус: Конфликт Ожидает починки. Изменения: C# Изменяет какие-либо файлы .cs labels Dec 16, 2024
Copy link
Contributor

В этом ПР'е есть конфликты, пожалуйста, устраните их, прежде чем мы сможем оценить ваш ПР.

@github-actions github-actions bot removed the Статус: Конфликт Ожидает починки. label Dec 16, 2024
@Flybik Flybik self-assigned this Dec 16, 2024
@Flybik Flybik merged commit f19e5a6 into Lost-Paradise-Project:master Dec 21, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Изменения: C# Изменяет какие-либо файлы .cs Изменения: YML Изменяет какие-либо файлы .yml Изменения: Карта Изменяет какие-либо файлы карт Статус: Требуется одобрение Ожидание разработчиков для принятия решений
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant