Skip to content

Добавил крафт пожарного атмокостюма#36

Merged
Odleer merged 2 commits into
ss14-art:masterfrom
Ledniky:addAtmosSuit
Jul 22, 2026
Merged

Добавил крафт пожарного атмокостюма#36
Odleer merged 2 commits into
ss14-art:masterfrom
Ledniky:addAtmosSuit

Conversation

@Ledniky

@Ledniky Ledniky commented Jul 20, 2026

Copy link
Copy Markdown
Contributor
Скриншот 20-07-2026 223223

Summary by CodeRabbit

  • New Features

    • Added Atmos Fire hardsuit and helmet crafting recipes to the lathe.
    • Introduced a dedicated Atmos suit manufacturing technology that unlocks the Atmos suit, fire suit, and fire helmet.
    • Expanded the external clothing recipe pack with additional atmosphere-specific suit items.
  • Adjustments

    • Updated Tier 2 research progression by moving Atmos suit unlocks away from general EVA specialization and into the dedicated Atmos-focused technology.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: e8f5ef19-586e-4d95-8e74-b88bd94ca330

📥 Commits

Reviewing files that changed from the base of the PR and between 7c302ca and be29a90.

📒 Files selected for processing (1)
  • Resources/Prototypes/_Art/Research/industrial.yml

📝 Walkthrough

Walkthrough

Adds Atmos fire suit and helmet lathe recipes, includes them in the Hardsuits recipe pack, and introduces a Tier 2 technology that unlocks the Atmos-related recipes while removing Atmossuit from SpecializedEVA.

Changes

Atmos hardsuit manufacturing

Layer / File(s) Summary
Atmos hardsuit recipe definitions
Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml, Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml
Adds Atmos fire suit and helmet lathe recipes with materials, completion time, and unlock uses, then includes them in the Hardsuits recipe pack.
Atmos manufacturing technology
Resources/Prototypes/_Art/Research/industrial.yml, Resources/Prototypes/Research/industrial.yml
Adds the Tier 2 AtmossuitManufacturing technology and removes Atmossuit from SpecializedEVA unlocks.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: rewafflution

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Заголовок кратко и точно описывает основной игровой feature-change: добавление крафта пожарного атмокостюма.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ast-grep (0.44.1)

ast-grep could not parse rule config: /ast-grep-rules/../git/.ast-grep/rules/ss14-xaml-literal-text.yml


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 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/_Art/Recipes/Lathes/hardsuits.yml`:
- Around line 4-5: Rename the SuitAtmosFire and HelmetAtmosFire prototypes in
Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml with the repository
prefix, updating each prototype’s pack and technology references accordingly.
Rename AtmossuitManufacturing in
Resources/Prototypes/_Art/Research/industrial.yml with the same prefix and
update every reference to it.

In `@Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml`:
- Around line 14-17: Add YAML-compatible ss14-art markers around the Atmos
recipe-pack additions near the Atmossuit, SuitAtmosFire, and HelmetAtmosFire
entries in
Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml#L14-L17. Also
annotate the moved Atmossuit unlock change with an ss14-art marker in
Resources/Prototypes/Research/industrial.yml#L233-L233; no other edits are
required.
🪄 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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3ad4de72-39ae-41e3-8ee2-f10fb5b281e8

📥 Commits

Reviewing files that changed from the base of the PR and between 5d5a3fc and 7c302ca.

📒 Files selected for processing (4)
  • Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml
  • Resources/Prototypes/Research/industrial.yml
  • Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml
  • Resources/Prototypes/_Art/Research/industrial.yml

Comment on lines +4 to +5
id: SuitAtmosFire
result: ClothingOuterSuitAtmosFire

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Fork prototype IDs must use the repository prefix.

  • Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml#L4-L5: Rename SuitAtmosFire and update its pack and technology references.
  • Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml#L14-L15: Rename HelmetAtmosFire and update its pack and technology references.
  • Resources/Prototypes/_Art/Research/industrial.yml#L4-L5: Rename AtmossuitManufacturing and update any references.
📍 Affects 2 files
  • Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml#L4-L5 (this comment)
  • Resources/Prototypes/_Art/Research/industrial.yml#L4-L5
🤖 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/_Art/Recipes/Lathes/hardsuits.yml` around lines 4 - 5,
Rename the SuitAtmosFire and HelmetAtmosFire prototypes in
Resources/Prototypes/_Art/Recipes/Lathes/hardsuits.yml with the repository
prefix, updating each prototype’s pack and technology references accordingly.
Rename AtmossuitManufacturing in
Resources/Prototypes/_Art/Research/industrial.yml with the same prefix and
update every reference to it.

Source: Coding guidelines

Comment on lines +14 to +17
# add atmos suit
- Atmossuit
- SuitAtmosFire
- HelmetAtmosFire

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win

Annotate all upstream YAML edits.

  • Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml#L14-L17: Add YAML-compatible ss14-art markers around the Atmos recipe-pack additions.
  • Resources/Prototypes/Research/industrial.yml#L233-L233: Add a YAML-compatible ss14-art marker to the moved Atmossuit unlock change.
📍 Affects 2 files
  • Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml#L14-L17 (this comment)
  • Resources/Prototypes/Research/industrial.yml#L233-L233
🤖 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/Recipes/Lathes/Packs/externalclothes.yml` around lines
14 - 17, Add YAML-compatible ss14-art markers around the Atmos recipe-pack
additions near the Atmossuit, SuitAtmosFire, and HelmetAtmosFire entries in
Resources/Prototypes/Recipes/Lathes/Packs/externalclothes.yml#L14-L17. Also
annotate the moved Atmossuit unlock change with an ss14-art marker in
Resources/Prototypes/Research/industrial.yml#L233-L233; no other edits are
required.

Source: Coding guidelines

@Odleer
Odleer merged commit 4ebaba1 into ss14-art:master Jul 22, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from Нужно сделать to Сделано in ТАБЛИЦА ПРИОРИТЕТОВ ДЛЯ РАТГОЯ Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

2 participants