шаурма#633
Conversation
📝 WalkthroughWalkthroughThis PR introduces a new consumable food item called shaurma into the game. The addition includes a complete entity definition with visual assets, Russian localization, integration into the flavor system, and a cooking recipe that combines multiple ingredients to produce the finished item. ChangesShaurma Food Item
🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@Resources/Prototypes/_WL/Entities/Objects/Consumable/Food/Sandwitch.yml`:
- Line 5: Update the fallback description string for the FoodShaurma prototype
by replacing the incorrect onion-rings text in the description field with a
shaurma-appropriate sentence (e.g., reference "shaurma", its ingredients or
delivery style) so the description aligns with the FoodShaurma identity and
recipe; modify the description value in the Consumable/Food Sandwitch.yml (the
description key) to a shaurma-specific phrase.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 59335315-a11c-455b-b819-a60d48b6ff80
⛔ Files ignored due to path filters (4)
Resources/Textures/_WL/Entities/Objects/Consumable/Food/shaurma.rsi/icon.pngis excluded by!**/*.pngResources/Textures/_WL/Entities/Objects/Consumable/Food/shaurma.rsi/inhand-left.pngis excluded by!**/*.pngResources/Textures/_WL/Entities/Objects/Consumable/Food/shaurma.rsi/inhand-right.pngis excluded by!**/*.pngResources/Textures/_WL/Entities/Objects/Consumable/Food/shaurma.rsi/shaurma.pngis excluded by!**/*.png
📒 Files selected for processing (5)
Resources/Locale/ru-RU/_WL/prototypes/entities/objects/consumable/food/sandwitch.ftlResources/Prototypes/_WL/Entities/Objects/Consumable/Food/Sandwitch.ymlResources/Prototypes/_WL/Flavors/flavors.ymlResources/Prototypes/_WL/Recipes/Cooking/meal_recipes.ymlResources/Textures/_WL/Entities/Objects/Consumable/Food/shaurma.rsi/meta.json
| parent: FoodInjectableBase | ||
| id: FoodShaurma | ||
| name: "shaurma" | ||
| description: "Fried onion rings with fragrant cheese in a convenient cone." |
There was a problem hiding this comment.
Fix fallback description to match the shaurma item.
Line 5 currently describes onion rings with cheese, which conflicts with the new FoodShaurma identity and recipe. Please replace it with a shaurma-appropriate description to avoid inconsistent in-game text.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@Resources/Prototypes/_WL/Entities/Objects/Consumable/Food/Sandwitch.yml` at
line 5, Update the fallback description string for the FoodShaurma prototype by
replacing the incorrect onion-rings text in the description field with a
shaurma-appropriate sentence (e.g., reference "shaurma", its ingredients or
delivery style) so the description aligns with the FoodShaurma identity and
recipe; modify the description value in the Consumable/Food Sandwitch.yml (the
description key) to a shaurma-specific phrase.
oldschoolotaku
left a comment
There was a problem hiding this comment.
у тебя 4 картинки в RSI. почему в мете указано только 3?
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |


я добавил шаурму. все.
Описание PR
шаурма добавлена, вот, вкусная
Почему / Баланс
вкусная еда легендарной популярности. тут не должно появляться вопрос почему. ну а вообще почему бы и нет, если разрешили добавить
Технические детали
добавил рецепт, сам предмет, мету, спрайты инхенд лефт и райт, айкон, фтл все
Медиа
Требования
Согласие с условиями
Критические изменения
Список изменений
🆑 benjamin
Summary by CodeRabbit