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

Водолазки для Офицер Синий Щит #312

Merged

Conversation

DarkSide-droids
Copy link
Contributor

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

image

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

Теперь Офицер Синий Щит может получить в своем Лодауте водолазку боцмана, а также свою собственную водолзаку Офицер Синий Щит

Медиа
No

Проверки

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

Изменения

🆑 MrDarkSide

  • add: Добавлена водолазка Офицер Синий Щит
  • add: Добавлена водолазка Офицер Синий Щит в лодауте снаряжения командования
  • tweak: Изменена выдача водолзаки боцмана, теперь она доступна и Офицер Синий Щит

Copy link
Contributor

coderabbitai bot commented Oct 30, 2024

Walkthrough

В этом пулл-реквесте внесены изменения в несколько файлов, касающихся добавления новых предметов одежды и модификации конфигураций загрузок. В файл локализации добавлен новый элемент одежды с идентификатором ent-LPPClothingUniformSkirtleneckBlueshield. Также обновлены требования для загрузки LoadoutCommandHOPJumpsuitTurtleneckBoatswain, чтобы она была доступна для офицеров LPP Blue Shield. В файл загрузок blueshield.yml добавлен новый загрузочный набор LoadoutCommandBSSkirtleneck, связанный с новым предметом одежды. Введен новый файл метаданных для текстуры blueshield_turtleneck.

Changes

Файл Изменения
Resources/Locale/ru-RU/ss14-ru/prototypes/_lostparadise/entities/clothing/uniforms/misc_roles.ftl Добавлен новый элемент: ent-LPPClothingUniformSkirtleneckBlueshield с названием "Водолазка офицера 'Синий Щит'".
Resources/Prototypes/Loadouts/Jobs/Heads/headOfPersonnel.yml Обновлены требования для загрузки LoadoutCommandHOPJumpsuitTurtleneckBoatswain, добавлен LPPBlueShieldOfficer.
Resources/Prototypes/_LostParadise/Entities/Clothing/Uniforms/misc_roles.yml Добавлен новый элемент с ID LPPClothingUniformSkirtleneckBlueshield, описывающий "blueshield's skirtleneck".
Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml Добавлен новый загрузочный набор LoadoutCommandBSSkirtleneck; обновлен формат загрузки LoadoutCommandBSMagazineMagnum.
Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/meta.json Создан новый файл meta.json с метаданными для текстуры blueshield_turtleneck, включая версии и лицензии.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Game
    participant LoadoutSystem
    participant Localization
    participant ClothingSystem

    User->>LoadoutSystem: Запросить загрузку для LPP Blue Shield Officer
    LoadoutSystem->>Localization: Получить описание предмета одежды
    Localization-->>LoadoutSystem: Вернуть "Водолазка офицера 'Синий Щит'"
    LoadoutSystem->>ClothingSystem: Получить информацию о `LPPClothingUniformSkirtleneckBlueshield`
    ClothingSystem-->>LoadoutSystem: Вернуть детали одежды
    LoadoutSystem-->>User: Отобразить доступные загрузки
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 Статус: Требуется одобрение Ожидание разработчиков для принятия решений Изменения: Локализация Изменяет какие-либо файлы .ftl Изменения: Спрайт Изменяет какие-либо файлы .json/.png в текстурах Изменения: YML Изменяет какие-либо файлы .yml labels Oct 30, 2024
Copy link
Contributor

github-actions bot commented Oct 30, 2024

RSI Diff Bot; head commit 5cbb160 merging into 54a328d
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi

State Old New Status
equipped-INNERCLOTHING Added
icon Added
inhand-left Added
inhand-right Added

Edit: diff updated after 5cbb160

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 54a328d and f061b65.

⛔ Files ignored due to path filters (4)
  • Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/equipped-INNERCLOTHING.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/icon.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/inhand-left.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/inhand-right.png is excluded by !**/*.png
📒 Files selected for processing (5)
  • Resources/Locale/ru-RU/ss14-ru/prototypes/_lostparadise/entities/clothing/uniforms/misc_roles.ftl (1 hunks)
  • Resources/Prototypes/Loadouts/Jobs/Heads/headOfPersonnel.yml (1 hunks)
  • Resources/Prototypes/_LostParadise/Entities/Clothing/Uniforms/misc_roles.yml (1 hunks)
  • Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml (1 hunks)
  • Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/meta.json (1 hunks)
🧰 Additional context used
📓 Path-based instructions (4)
Resources/Locale/ru-RU/ss14-ru/prototypes/_lostparadise/entities/clothing/uniforms/misc_roles.ftl (1)

Pattern **/*.ftl: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }

А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст

Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix

Resources/Prototypes/Loadouts/Jobs/Heads/headOfPersonnel.yml (1)

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

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

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

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

Resources/Prototypes/_LostParadise/Entities/Clothing/Uniforms/misc_roles.yml (1)

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

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

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

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

Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml (1)

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

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

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

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

🪛 yamllint
Resources/Prototypes/_LostParadise/Entities/Clothing/Uniforms/misc_roles.yml

[error] 37-37: wrong indentation: expected 4 but found 2

(indentation)

Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml

[error] 66-66: no new line character at the end of file

(new-line-at-end-of-file)

🔇 Additional comments (6)
Resources/Textures/_LostParadise/Clothing/Uniforms/Jumpsuit/blueshield_turtleneck.rsi/meta.json (2)

1-27: Структура файла корректна

Метаданные содержат все необходимые поля и соответствуют стандартам RSI формата:

  • Версия файла указана
  • Лицензия определена
  • Размеры текстур стандартные (32x32)
  • Все необходимые состояния спрайта присутствуют

10-26: Проверьте наличие всех необходимых состояний спрайта

Текущие состояния спрайта включают базовые анимации для одежды. Подтвердите, что:

  • Все 4 направления для equipped-INNERCLOTHING корректно настроены
  • Спрайты для левой и правой руки имеют все необходимые кадры
Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml (2)

57-66: Конфигурация загрузки корректна!

Структура нового загрузочного набора соответствует существующим конфигурациям и правильно определяет требования к должности.

🧰 Tools
🪛 yamllint

[error] 66-66: no new line character at the end of file

(new-line-at-end-of-file)


66-66: ⚠️ Potential issue

Добавьте пустую строку в конец файла

Для соответствия стандартам YAML и улучшения совместимости, необходимо добавить символ новой строки в конец файла.

Примените следующее исправление:

    - LPPClothingUniformSkirtleneckBlueshield
+

Likely invalid or redundant comment.

🧰 Tools
🪛 yamllint

[error] 66-66: no new line character at the end of file

(new-line-at-end-of-file)

Resources/Prototypes/_LostParadise/Entities/Clothing/Uniforms/misc_roles.yml (1)

35-35: 🧹 Nitpick (assertive)

Рекомендуется улучшить описание

Текущее описание "This is the costume of a man of high rank" идентично описанию комбинезона. Предлагаю сделать его более специфичным для водолазки.

-  description: This is the costume of a man of high rank.
+  description: A comfortable and professional turtleneck sweater designed for the Blueshield Officer's daily duties.

Likely invalid or redundant comment.

Resources/Prototypes/Loadouts/Jobs/Heads/headOfPersonnel.yml (1)

34-34: Изменение корректно добавляет доступ к водолазке боцмана.

Добавление LPPBlueShieldOfficer в список требований соответствует целям PR и позволяет офицеру получить доступ к этому предмету снаряжения.

Давайте проверим корректность ID должности:

✅ Verification successful

ID должности подтверждён и корректно используется в системе

Проверка показала, что:

  • Должность LPPBlueShieldOfficer корректно определена в системе
  • ID используется в других прототипах и загрузках
  • Структура соответствует стандартам проекта

Добавление этого ID в требования водолазки боцмана полностью корректно и соответствует существующей конфигурации.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Проверяем существование должности LPPBlueShieldOfficer
rg -l "LPPBlueShieldOfficer" "Resources/Prototypes/Jobs"

Length of output: 120


Script:

#!/bin/bash
# Search for LPPBlueShieldOfficer in all YAML files
fd -e yml -e yaml -x rg -l "LPPBlueShieldOfficer" {}

# Search for Blue Shield related job definitions
fd -e yml -e yaml -x rg -l "blueshield|blue.*shield" -i {}

Length of output: 3273


Script:

#!/bin/bash
# Проверим определение должности в файле blueshieldoficer.yml
cat "./Resources/Prototypes/_LostParadise/Roles/Jobs/CentCom/blueshieldoficer.yml"

# Проверим связанные loadouts
cat "./Resources/Prototypes/_LostParadise/Loadouts/Jobs/blueshield.yml"

Length of output: 3412

@Evgencheg Evgencheg merged commit 439919e into Lost-Paradise-Project:master Nov 1, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Изменения: YML Изменяет какие-либо файлы .yml Изменения: Локализация Изменяет какие-либо файлы .ftl Изменения: Спрайт Изменяет какие-либо файлы .json/.png в текстурах Статус: Требуется одобрение Ожидание разработчиков для принятия решений
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants