-
Notifications
You must be signed in to change notification settings - Fork 34
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
[ADD] Custom ghosts #145
[ADD] Custom ghosts #145
Conversation
WalkthroughВ данном изменении добавлены две новые записи о призраках в файл Changes
Suggested labels
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (2)
Resources/Prototypes/_White/Ghosts/custom_ghosts.yml (2)
95-103
: Рекомендуется добавить параметры размераДля консистентности с другими призраками рекомендуется добавить параметр
size
. Большинство призраков используют значения между 0.6 и 1.0.Предлагаемые изменения:
ghostName: Saya ghostDescription: Но... её голос, когда она кричит от боли, довольно милый, не правда ли? + size: 0.8, 0.8
104-112
: Рекомендуется добавить параметры размераКак и для предыдущего призрака, рекомендуется добавить параметр
size
для консистентности.Предлагаемые изменения:
ghostName: Flowey ghostDescription: Собирает души забаненных игроков. + size: 0.8, 0.8
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
⛔ Files ignored due to path filters (2)
Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/animated.png
is excluded by!**/*.png
Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/animated.png
is excluded by!**/*.png
📒 Files selected for processing (3)
Resources/Prototypes/_White/Ghosts/custom_ghosts.yml
(1 hunks)Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/meta.json
(1 hunks)Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/meta.json
(1 hunks)
✅ Files skipped from review due to trivial changes (2)
- Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/meta.json
- Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/meta.json
🔇 Additional comments (3)
Resources/Prototypes/_White/Ghosts/custom_ghosts.yml (3)
102-102
: Пересмотрите описание призрака
Текущее описание содержит потенциально тревожный контент, который может быть неуместным для некоторых игроков.
Рекомендуется изменить описание на более нейтральное.
Line range hint 113-499
: Правильное решение по архивации неиспользуемых призраков
Хорошее решение сохранить конфигурации неиспользуемых призраков в закомментированном виде вместо полного удаления. Это упрощает их возможное восстановление в будущем.
99-99
: Проверка наличия файлов спрайтов
Необходимо убедиться, что указанные файлы спрайтов существуют в соответствующих директориях.
Also applies to: 108-108
✅ Verification successful
Спрайты призраков успешно найдены
Проверка показала, что все необходимые файлы спрайтов существуют:
- Директория
Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi
с файлом meta.json - Директория
Resources/Textures/_White/Ghosts/nonta228-ghost.rsi
с файлом meta.json
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Проверяем наличие файлов спрайтов для новых призраков
# Поиск .rsi директорий
fd -t d "dexpth_q-ghost.rsi$|nonta228-ghost.rsi$" Resources/Textures/_White/Ghosts/
# Проверка наличия meta.json в найденных директориях
fd -t f "meta.json$" Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi Resources/Textures/_White/Ghosts/nonta228-ghost.rsi
Length of output: 442
фембои не достойны. |
насосали суки |
Gosticks Pupupu
Изменения
🆑 Warete