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] New Drink Bacchus #999

Merged
merged 2 commits into from
Jan 11, 2025
Merged

[Feature] New Drink Bacchus #999

merged 2 commits into from
Jan 11, 2025

Conversation

Roudenn
Copy link
Collaborator

@Roudenn Roudenn commented Jan 11, 2025

Бахус уже здесь - самый сильный (и мемный) алкогольный напиток в игре!
image

Также этанол теперь наносит в 2 раза меньше урон ядами

Summary by CodeRabbit

  • Новые функции

    • Добавлен новый напиток "Благословение Бахуса" с уникальным вкусом и эффектами.
    • Внедрена новая локализация для напитка на русском языке.
    • Добавлен новый вкус "Вкус Бахуса".
  • Исправления

    • Уменьшено токсическое воздействие алкоголя на организм карликов.
  • Удаления

    • Удалено несколько старых вкусов напитков.
    • Удален старый напиток "Красный Орден".
    • Удалена реакция для "Сгущенного молока".

@Roudenn Roudenn requested a review from Rxup as a code owner January 11, 2025 10:45
Copy link
Contributor

coderabbitai bot commented Jan 11, 2025

Walkthrough

Этот набор изменений вводит новый напиток под названием "Благословение Бахуса" в игровую систему. Изменения включают обновление локализации на русском языке, создание нового прототипа напитка, добавление нового вкуса, определение новой химической реакции для создания напитка и подготовку графических ресурсов. Также были удалены некоторые существующие вкусы и произведены незначительные корректировки параметров алкоголя.

Changes

Файл Изменения
Resources/Locale/ru-RU/backmen/flavors/flavor-profiles.ftl Добавлено описание сложного вкуса для напитка Бахуса
Resources/Locale/ru-RU/backmen/prototypes/entities/consumable/drinks.ftl Добавлена локализация для нового напитка и реагента
Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml Уменьшены значения урона от этанола для органов карликов
Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml Удален старый напиток, добавлен новый "Благословение Бахуса"
Resources/Prototypes/_Backmen/Flavors/flavors.yml Удалено множество старых вкусов, добавлен новый вкус Бахуса
Resources/Prototypes/_Backmen/Reactions/drinks.yml Добавлена новая реакция для создания напитка
Resources/Prototypes/_Backmen/Reagents/Consumable/Drink/alcohol.yml Добавлен новый реагент "Благословение Бахуса"
Resources/Textures/Backmen/Objects/Consumable/Drinks/bacchus.rsi/meta.json Создан новый файл метаданных для текстуры напитка

Poem

🍷 В кубке Бахуса сила пьяна,
Напиток резкий, как гром и скала!
Благословение древних богов
В каждой капле огонь и размах,
Пей с размахом, герой без оков! 🍺


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 Changes: Sprites Should be reviewed or fixed by people who are knowledgeable with spriting or visual design. No C# Нету кода. Changes: Localization Can be reviewed or fixed by people who are knowledgeable with translation size/S S: Untriaged labels Jan 11, 2025
Copy link
Contributor

github-actions bot commented Jan 11, 2025

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

Resources/Textures/Backmen/Objects/Consumable/Drinks/bacchus.rsi

State Old New Status
icon Added

Edit: diff updated after dc69876

@Darvest-Xoma
Copy link

ЭТО ТАКОЕ НАЧАЛО.

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

🔭 Outside diff range comments (2)
Resources/Prototypes/_Backmen/Reactions/drinks.yml (1)

Обнаружены зависимости для рецепта CondensedMilk

Удаление рецепта создания сгущённого молока повлияет на следующие игровые элементы:

  • Реагент CondensedMilk определён в alcohol.yml как напиток
  • Банки со сгущённым молоком в drinks_cans.yml содержат 30 единиц этого реагента

Рекомендуется либо сохранить рецепт, либо пересмотреть связанные прототипы, чтобы избежать недоступных для крафта предметов.

🔗 Analysis chain

Line range hint 1-10: Проверьте зависимости удалённого рецепта

Удаление рецепта CondensedMilk может повлиять на другие рецепты или механики игры, использующие этот ингредиент.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Поиск использования CondensedMilk в других рецептах
rg -l "CondensedMilk" Resources/Prototypes/

Length of output: 243


Script:

#!/bin/bash
# Check how CondensedMilk is used in other files
echo "=== alcohol.yml ==="
rg -A 5 -B 5 "CondensedMilk" Resources/Prototypes/_Backmen/Reagents/Consumable/Drink/alcohol.yml

echo -e "\n=== drinks_cans.yml ==="
rg -A 5 -B 5 "CondensedMilk" Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks_cans.yml

Length of output: 790

Resources/Prototypes/_Backmen/Flavors/flavors.yml (1)

Обнаружены критические зависимости удаляемых вкусов

Следующие вкусы активно используются в других файлах и не могут быть удалены:

  • RedOrdenDrinkFlavour: Используется в реагенте RedOrdenDrink
  • enthralling: Используется в реагенте LotophagoiOil
  • acidic: Используется в реагенте FleshAcid
  • sublime: Используется в реагенте Ectoplasm
  • soju: Используется в реагенте Soju
🔗 Analysis chain

Line range hint 1-89: Проверьте удаление вкусов на наличие зависимостей

Массовое удаление вкусов может привести к ошибкам в существующих рецептах напитков. Необходимо убедиться, что удаленные вкусы больше нигде не используются.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for references to removed flavors
for flavor in RedOrdenDrinkFlavour enthralling acidic sublime seeds cotton vanilla soju orangecreamcicle silverjack brainbomb atomicpunch circusjuice pinkdrink sapopicante graveyard bubbletea corncob; do
  echo "Checking references for flavor: $flavor"
  rg -l "$flavor" --type yaml
done

Length of output: 9416


Script:

#!/bin/bash
# Check actual usage context of referenced flavors
echo "=== RedOrdenDrinkFlavour usage ==="
rg -A 5 -B 5 "RedOrdenDrinkFlavour" Resources/Prototypes/_Backmen/Reagents/Consumable/Drink/alcohol.yml

echo -e "\n=== enthralling usage ==="
rg -A 5 -B 5 "enthralling" Resources/Prototypes/_Backmen/Reagents/psionic.yml

echo -e "\n=== acidic usage ==="
rg -A 5 -B 5 "acidic" Resources/Prototypes/Reagents/chemicals.yml Resources/Prototypes/Reagents/toxins.yml

echo -e "\n=== sublime usage ==="
rg -A 5 -B 5 "sublime" Resources/Prototypes/_Backmen/Reagents/psionic.yml

echo -e "\n=== soju usage ==="
rg -A 5 -B 5 "soju" Resources/Prototypes/_Backmen/Reagents/Consumable/Drink/alcohol.yml Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks_bottles.yml

echo -e "\n=== vanilla usage ==="
rg -A 5 -B 5 "vanilla" Resources/Prototypes/Entities/Objects/Consumable/Food/frozen.yml Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/cake.yml

Length of output: 13233

🧹 Nitpick comments (2)
Resources/Locale/ru-RU/backmen/prototypes/entities/consumable/drinks/drinks.ftl (1)

4-5: Рекомендуется расширить описание напитка

Текущее описание "Вас предупредили об этом" довольно загадочное. Предлагаю добавить больше деталей о самом напитке, его эффектах и происхождении для лучшего погружения игрока.

 reagent-name-bacchus-blessing = Благословение Бахуса
-reagent-desc-bacchus-blessing = Вас предупредили об этом.
+reagent-desc-bacchus-blessing = Легендарный напиток, названный в честь бога вина. Говорят, что даже самые стойкие не могут устоять перед его силой. Вас предупредили об этом.
Resources/Locale/ru-RU/backmen/flavors/flavor-profiles.ftl (1)

2-2: Рекомендуется организовать записи в алфавитном порядке

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

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between ec2e67f and 6137336.

⛔ Files ignored due to path filters (1)
  • Resources/Textures/Backmen/Objects/Consumable/Drinks/bacchus.rsi/icon.png is excluded by !**/*.png
📒 Files selected for processing (8)
  • Resources/Locale/ru-RU/backmen/flavors/flavor-profiles.ftl (1 hunks)
  • Resources/Locale/ru-RU/backmen/prototypes/entities/consumable/drinks/drinks.ftl (1 hunks)
  • Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml (3 hunks)
  • Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1 hunks)
  • Resources/Prototypes/_Backmen/Flavors/flavors.yml (1 hunks)
  • Resources/Prototypes/_Backmen/Reactions/drinks.yml (1 hunks)
  • Resources/Prototypes/_Backmen/Reagents/Consumable/Drink/alcohol.yml (1 hunks)
  • Resources/Textures/Backmen/Objects/Consumable/Drinks/bacchus.rsi/meta.json (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • Resources/Textures/Backmen/Objects/Consumable/Drinks/bacchus.rsi/meta.json
🧰 Additional context used
🪛 GitHub Actions: YAML Linter
Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml

[error] 30-30: Failed to load RSI

⏰ Context from checks skipped due to timeout of 300000ms (3)
  • GitHub Check: build (ubuntu-latest)
  • GitHub Check: Test Packaging
  • GitHub Check: build (ubuntu-latest)
🔇 Additional comments (4)
Resources/Prototypes/_Backmen/Reactions/drinks.yml (1)

14-24: Проверьте баланс рецепта

Рецепт использует 4 единицы сильных алкогольных напитков для создания 3 единиц продукта. Это может быть неэффективно с точки зрения игровой механики.

Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1)

Line range hint 1-16: Проверьте зависимости удалённого напитка

Удаление RedOrdenDrinkGlass может повлиять на другие части игры. Необходимо проверить все ссылки на этот напиток.

🧰 Tools
🪛 GitHub Actions: YAML Linter

[error] 30-30: Failed to load RSI

Resources/Prototypes/_Backmen/Flavors/flavors.yml (1)

91-94: Новый вкус добавлен корректно

Структура нового вкуса BacchusDrinkFlavour соответствует существующему формату.

Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml (1)

173-173: Улучшен баланс влияния алкоголя на гномов

Уменьшение урона от отравления для гномов (с 1.0 до 0.5 и с 0.2 до 0.1) является обоснованным изменением баланса, учитывая их расовые особенности.

Also applies to: 183-183

@Roudenn
Copy link
Collaborator Author

Roudenn commented Jan 11, 2025

ЭТО ТАКОЕ НАЧАЛО.

спрайт сломался, это такой конец

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

🔭 Outside diff range comments (1)
Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1)

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

Для корректного удаления "Кроваво-красной слезы" необходимо удалить следующие компоненты:

  • Рецепт создания напитка в Recipes/Reactions/drinks.yml
  • Определение реагента в Reagents/Consumable/Drink/alcohol.yml
  • Профиль вкуса RedOrdenDrinkFlavour в Flavors/flavors.yml
  • Локализации в:
    • drinks.ftl
    • alcohol.ftl
    • flavor-profiles.ftl
🔗 Analysis chain

Line range hint 1-16: Проверьте зависимости удаляемого напитка

Удаление сущности RedOrdenDrinkGlass может повлиять на другие части игры. Убедитесь, что:

  • Все ссылки на этот напиток удалены из рецептов
  • Удалены соответствующие записи в локализации
  • Обновлены все зависимые прототипы
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any remaining references to RedOrdenDrinkGlass
rg -l "RedOrdenDrinkGlass|RedOrdenDrink" Resources/

Length of output: 535


Script:

#!/bin/bash
# Check content of files referencing RedOrdenDrink
echo "=== Checking flavors.yml ==="
cat Resources/Prototypes/_Backmen/Flavors/flavors.yml | grep -A 5 -B 5 "RedOrden"

echo -e "\n=== Checking drink recipes ==="
cat Resources/Prototypes/_Backmen/Recipes/Reactions/drinks.yml | grep -A 10 -B 10 "RedOrden"

echo -e "\n=== Checking alcohol reagents ==="
cat Resources/Prototypes/_Backmen/Reagents/Consumable/Drink/alcohol.yml | grep -A 10 -B 10 "RedOrden"

echo -e "\n=== Checking localizations ==="
cat Resources/Locale/ru-RU/ss14-ru/prototypes/backmen/entities/objects/consumable/drinks/drinks.ftl | grep -A 2 -B 2 "RedOrden"
cat Resources/Locale/ru-RU/backmen/reagents/meta/consumable/drink/alcohol.ftl | grep -A 2 -B 2 "RedOrden"
cat Resources/Locale/ru-RU/backmen/flavors/flavor-profiles.ftl | grep -A 2 -B 2 "RedOrden"

Length of output: 2393

♻️ Duplicate comments (1)
Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1)

30-31: ⚠️ Potential issue

Отсутствует файл спрайта

Файл спрайта Backmen/Objects/Consumable/Drinks/bacchus.rsi отсутствует в репозитории, что приводит к ошибкам сборки.

🧹 Nitpick comments (1)
Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1)

21-29: Рекомендуется добавить описание напитка

В отличие от удалённого напитка, у нового отсутствуют поля name и description. Хотя использование suffix корректно для локализации, рекомендуется добавить описание напитка в прототип для улучшения читаемости кода.

  id: DrinkBacchusBlessing
  suffix: Благословение Бахуса
+ name: Благословение Бахуса
+ description: Самый крепкий и мемный напиток в игре.
  components:
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 6137336 and dc69876.

📒 Files selected for processing (1)
  • Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 300000ms (3)
  • GitHub Check: build (ubuntu-latest)
  • GitHub Check: build (ubuntu-latest)
  • GitHub Check: Test Packaging
🔇 Additional comments (1)
Resources/Prototypes/_Backmen/Entities/Objects/Consumable/Drinks/drinks.yml (1)

19-20: Проверьте изменение родительского класса

Изменение родительского класса с DrinkGlassBase на DrinkGlass может привести к неожиданному поведению:

  • Убедитесь, что все необходимые компоненты присутствуют в DrinkGlass
  • Проверьте, что изменение не повлияет на механику напитка
✅ Verification successful

Изменение родительского класса безопасно

Изменение с DrinkGlassBase на DrinkGlass является безопасным, так как DrinkGlass наследует все необходимые компоненты от DrinkGlassBase. Это изменение соответствует общей тенденции в кодовой базе.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Compare components between DrinkGlass and DrinkGlassBase
rg -A 10 "type: entity\n\s+id: DrinkGlass" Resources/
rg -A 10 "type: entity\n\s+id: DrinkGlassBase" Resources/

Length of output: 499


Script:

#!/bin/bash
# Search for DrinkGlass and DrinkGlassBase definitions
rg -U -A 15 "^- type: entity\s+id: DrinkGlass[^a-zA-Z]" Resources/
rg -U -A 15 "^- type: entity\s+id: DrinkGlassBase" Resources/

# Search for any references to these classes
rg "parent: DrinkGlass" Resources/
rg "parent: DrinkGlassBase" Resources/

Length of output: 16500


Script:

#!/bin/bash
# Try different pattern to find entity definitions
rg -U "DrinkGlass:$" -A 10 Resources/
rg -U "DrinkGlassBase:$" -A 10 Resources/

# Look for any component differences
rg -U "components:" -A 5 -B 2 "DrinkGlass" Resources/

Length of output: 93316


Script:

#!/bin/bash
# Try to find entity definitions with a more specific pattern
rg -U "(?s)- type: entity.*?id: DrinkGlass[^a-zA-Z].*?(?=\n\n|\z)" Resources/
rg -U "(?s)- type: entity.*?id: DrinkGlassBase.*?(?=\n\n|\z)" Resources/

# Also search for any component-related files
fd -g "*Glass*.yml" Resources/

Length of output: 795


Script:

#!/bin/bash
# Search for entity definitions with simpler patterns
rg -U -A 10 "^- type: entity\s+id: DrinkGlass$" Resources/
rg -U -A 10 "^- type: entity\s+id: DrinkGlassBase$" Resources/

# Search for any component references
rg "components:" -B 1 -A 3 "DrinkGlass" Resources/

Length of output: 65762


Script:

#!/bin/bash
# Search in Prototypes directory with simpler patterns
rg -l "DrinkGlass" Resources/Prototypes/
rg -l "DrinkGlassBase" Resources/Prototypes/

# Try to find the actual definitions
rg -U "id: DrinkGlass" -B 1 -A 5 Resources/Prototypes/
rg -U "id: DrinkGlassBase" -B 1 -A 5 Resources/Prototypes/

Length of output: 7522

@Roudenn
Copy link
Collaborator Author

Roudenn commented Jan 11, 2025

@KayzelW прости это в последний раз, тыкни мёрдж пожалуйста

@KayzelW KayzelW merged commit 27d6e22 into Rxup:master Jan 11, 2025
21 checks passed
@Roudenn Roudenn deleted the BAXUS branch January 11, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: Localization Can be reviewed or fixed by people who are knowledgeable with translation Changes: Sprites Should be reviewed or fixed by people who are knowledgeable with spriting or visual design. No C# Нету кода. S: Untriaged size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants