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

[Feature] Added More Slime People Markings #345

Merged

Conversation

Remuchi
Copy link
Contributor

@Remuchi Remuchi commented Dec 19, 2024

image

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

Ported space-syndicate/space-station-14-next@d473150
Also added elf ears to slime people by @Farrellka-dev request.
Also fixed your RSI validator since it was throwing errors constantly.

Медиа

image
image
image

Проверки

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

Изменения

🆑

  • add: Добавлены эльфийские ушки для слаймолюдей.
  • add: Добавлены животные ушки и хвостики для слаймолюдей для спонсоров.

mhamsterr and others added 3 commits December 19, 2024 16:34
# Conflicts:
#	Resources/Locale/ru-RU/corvax/markings/slime_cat.ftl
#	Resources/Prototypes/Corvax/slime_cat_parts.yml
#	Resources/Prototypes/Corvax/slime_fox_parts.yml
#	Resources/Prototypes/Species/slime.yml
Copy link
Contributor

coderabbitai bot commented Dec 19, 2024

Walkthrough

Изменения в этом pull request в основном сосредоточены на расширении возможностей кастомизации для вида SlimePerson. Были добавлены новые маркировки для ушей и хвостов, включая варианты для SlimeCat и SlimeFox. Также обновлены ограничения на виды для существующих маркировок pointy ears, чтобы включить SlimePerson. Кроме того, были внесены изменения в метаданные текстуры для шлема capspace.

Changes

Файл Изменения
Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml Обновлены speciesRestriction для нескольких маркировок, добавлен SlimePerson
Resources/Prototypes/Species/slime.yml Добавлены новые спрайты: HeadTop, HeadSide, Tail, обновлены ограничения маркировок
Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_cat_parts.yml Добавлены новые маркировки: SlimeCatEars, SlimeCatTail, SlimeCatEarsStubby, SlimeCatEarsCurled, SlimeCatEarsTorn, SlimeCatTailStripes
Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_fox_parts.yml Добавлена новая маркировка SlimeFoxEars
Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json Обновлены состояния для "HELMET-vox"

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4db9645 and bccd125.

📒 Files selected for processing (1)
  • Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json (1 hunks)
🔇 Additional comments (1)
Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi/meta.json (1)

45-49: Корректное добавление состояний шлема для воксов!

Новые состояния шлема следуют установленному шаблону именования и содержат правильное количество направлений (4), как и другие видоспецифичные состояния шлема.

Давайте проверим наличие текстур для новых состояний:

✅ Verification successful

Текстуры для состояний шлема вокса присутствуют!

Проверка подтвердила наличие всех необходимых файлов текстур:

  • off-equipped-HELMET-vox.png
  • on-equipped-HELMET-vox.png
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Проверка наличия файлов текстур для новых состояний шлема

# Поиск файлов текстур для новых состояний
fd "off-equipped-HELMET-vox" "Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi"
fd "on-equipped-HELMET-vox" "Resources/Textures/Clothing/Head/Hardsuits/capspace.rsi"

Length of output: 335


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 Изменения: Спрайт Изменяет какие-либо файлы .json/.png в текстурах Изменения: YML Изменяет какие-либо файлы .yml Статус: Требуется одобрение Ожидание разработчиков для принятия решений labels Dec 19, 2024
Copy link
Contributor

github-actions bot commented Dec 19, 2024

RSI Diff Bot; head commit bccd125 merging into 744f4f2
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:
Edit: diff updated after bccd125

@Remuchi
Copy link
Contributor Author

Remuchi commented Dec 19, 2024

RSI Validator test fail unrelated to my PR

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: 2

📜 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 8ff6d82.

⛔ Files ignored due to path filters (14)
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_cat_inner.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_cat_outer.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_curled_inner.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_curled_outer.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_stubby_inner.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_stubby_outer.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_torn_inner.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/ears_slime_torn_outer.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/slime_tail_cat.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/slime_tail_cat_wag.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/slime_tail_cat_wag_stripes_prime.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_cat_parts.rsi/slime_tail_cat_wag_stripes_second.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_fox_parts.rsi/ears_slime_fox_inner.png is excluded by !**/*.png
  • Resources/Textures/_LostParadise/Mobs/Customization/slime_fox_parts.rsi/ears_slime_fox_outer.png is excluded by !**/*.png
📒 Files selected for processing (4)
  • Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml (6 hunks)
  • Resources/Prototypes/Species/slime.yml (2 hunks)
  • Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_cat_parts.yml (1 hunks)
  • Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_fox_parts.yml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (4)
Resources/Prototypes/Species/slime.yml (1)

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

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

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

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

Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_fox_parts.yml (1)

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

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

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

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

Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml (1)

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

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

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

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

Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_cat_parts.yml (1)

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

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

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

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

🪛 yamllint (1.35.1)
Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_fox_parts.yml

[warning] 6-6: too few spaces before comment

(comments)


[error] 8-8: wrong indentation: expected at least 3

(indentation)

Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_cat_parts.yml

[warning] 6-6: too few spaces before comment

(comments)


[error] 8-8: wrong indentation: expected at least 3

(indentation)


[warning] 18-18: too few spaces before comment

(comments)


[error] 20-20: wrong indentation: expected at least 3

(indentation)


[warning] 21-21: too few spaces before comment

(comments)


[warning] 28-28: too few spaces before comment

(comments)


[error] 30-30: wrong indentation: expected at least 3

(indentation)


[warning] 40-40: too few spaces before comment

(comments)


[error] 42-42: wrong indentation: expected at least 3

(indentation)


[warning] 52-52: too few spaces before comment

(comments)


[error] 54-54: wrong indentation: expected at least 3

(indentation)


[warning] 64-64: too few spaces before comment

(comments)

🔇 Additional comments (4)
Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.yml (1)

6-6: Корректное расширение ограничений видов для маркировок

Добавление SlimePerson в speciesRestriction для базовых маркировок ушей логично и соответствует целям PR. Маркировки, специфичные для Oni, правильно оставлены без изменений.

Предлагаю проверить совместимость существующих спрайтов с моделью SlimePerson:

Also applies to: 16-16, 26-26, 36-36, 46-46, 66-66

Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_cat_parts.yml (1)

66-69: 🛠️ Refactor suggestion

Проверьте отступы в последней маркировке

В маркировке SlimeCatTailStripes используются отступы в 4 пробела для спрайтов, в то время как в остальных маркировках используются 2 пробела.

Примените следующие изменения для соблюдения единого стиля:

  sprites:
-    - sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi
-      state: slime_tail_cat_wag_stripes_prime
-    - sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi
-      state: slime_tail_cat_wag_stripes_second
+  - sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi
+    state: slime_tail_cat_wag_stripes_prime
+  - sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi
+    state: slime_tail_cat_wag_stripes_second

Likely invalid or redundant comment.

Resources/Prototypes/Species/slime.yml (2)

25-27: Корректное добавление новых спрайтов!

Добавление новых спрайтов для HeadTop, HeadSide и Tail выполнено правильно:

  • Использован корректный тип MobHumanoidAnyMarking
  • Комментарии на английском языке соответствуют требованиям
  • Изменения соответствуют целям PR по добавлению ушей и хвостов

47-55: 🧹 Nitpick (assertive)

Корректное добавление новых точек маркировки!

Добавление новых точек маркировки выполнено правильно:

  • Значения points и required соответствуют существующему паттерну
  • Комментарии на английском языке
  • Структура соответствует остальным маркировкам

Небольшое предложение по улучшению:

Для лучшей организации кода, предлагаю сгруппировать связанные маркировки вместе. Например:

    HeadTop:
      points: 1 # Lost Paradise Sponsors
      required: false
    HeadSide:
      points: 1 # Lost Paradise Elf Ears
      required: false
+   Tail:
+     points: 1 # Lost Paradise Sponsors
+     required: false
    Chest:
      points: 1
      required: false
-   Tail:
-     points: 1 # Lost Paradise Sponsors
-     required: false

Likely invalid or redundant comment.

Copy link
Contributor

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

@github-actions github-actions bot added the Статус: Конфликт Ожидает починки. label Dec 21, 2024
@Flybik
Copy link
Collaborator

Flybik commented Dec 21, 2024

Реши конфликты слияния.

@github-actions github-actions bot removed the Статус: Конфликт Ожидает починки. label Dec 22, 2024
@Evgencheg Evgencheg merged commit 7294b7e into Lost-Paradise-Project:master Dec 22, 2024
13 checks passed
@Remuchi Remuchi deleted the feat/slimepeople-markings branch December 22, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Изменения: YML Изменяет какие-либо файлы .yml Изменения: Спрайт Изменяет какие-либо файлы .json/.png в текстурах Статус: Требуется одобрение Ожидание разработчиков для принятия решений
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants