-
Notifications
You must be signed in to change notification settings - Fork 32
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
Atmos Update #379
base: master
Are you sure you want to change the base?
Atmos Update #379
Conversation
Warning Rate limit exceeded@Farrellka-dev has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 27 minutes and 19 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
ОбзорЭтот обзор описывает обширные изменения в системе атмосферики игры, включающие добавление новых газов, реакций и связанных с ними компонентов. Изменения
Последовательность диаграммы газовых реакцийsequenceDiagram
participant GasMixture
participant ReactionSystem
participant NewGases
GasMixture->>ReactionSystem: Проверка условий реакции
ReactionSystem->>NewGases: Инициализация газовых реакций
NewGases-->>ReactionSystem: Расчет энергии и изменений
ReactionSystem->>GasMixture: Обновление состава смеси
Диаграмма демонстрирует общий процесс газовых реакций, включающий проверку условий, инициализацию реакций и обновление состава газовой смеси. 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 (
|
RSI Diff Bot; head commit 0d978a1 merging into 8890dc4 Resources/Textures/Structures/Storage/canister.rsi
Resources/Textures/Objects/Materials/ore.rsi
Resources/Textures/Structures/Walls/rock.rsi
Resources/Textures/Effects/atmospherics.rsi
Resources/Textures/_LostParadise/Structures/Machines/Turbine.rsi
|
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: 27
🔭 Outside diff range comments (2)
Resources/Prototypes/_LostParadise/Entities/Structures/Walls/asteroid.yml (1)
Line range hint
1-153
: Рекомендация по улучшению структуры кодаУчитывая повторяющуюся структуру компонентов для разных типов стен, рекомендуется рассмотреть возможность создания базового прототипа для переиспользования общих свойств.
Пример реорганизации:
- type: entity id: LPPBaseWallRockOreDiamond abstract: true components: - type: OreVein oreChance: 1.0 currentOre: LPPOreDiamond - type: Sprite layers: - state: rock_diamond - type: entity parent: [ LPPBaseWallRockOreDiamond, AsteroidRock ] id: LPPAsteroidRockOreDiamond # Специфичные свойства...🧰 Tools
🪛 yamllint (1.35.1)
[error] 19-19: too many spaces inside brackets
(brackets)
[error] 19-19: too many spaces inside brackets
(brackets)
Resources/Prototypes/Reagents/gases.yml (1)
Line range hint
360-1268
: Требуется исправление отступовВ файле обнаружены многочисленные проблемы с отступами. Необходимо исправить отступы для соответствия стандартам YAML.
Примените следующие исправления:
- Используйте 2 пробела для отступов
- Выровняйте все свойства на одном уровне
- Добавьте корректные отступы для комментариев
Пример правильного форматирования:
- type: reagent id: BZ name: reagent-name-bz desc: reagent-desc-bz physicalDesc: reagent-physical-desc-gaseous flavor: bitter color: "#e69edd" metabolisms: Gas: effects: - !type:GenericStatusEffect key: SeeingRainbows🧰 Tools
🪛 yamllint (1.35.1)
[error] 356-356: wrong indentation: expected 10 but found 8
(indentation)
[error] 360-360: wrong indentation: expected 6 but found 0
(indentation)
[error] 370-370: wrong indentation: expected 8 but found 6
(indentation)
[error] 378-378: wrong indentation: expected 10 but found 8
(indentation)
[error] 388-388: wrong indentation: expected 10 but found 8
(indentation)
[error] 395-395: too many spaces inside brackets
(brackets)
[error] 395-395: too many spaces inside brackets
(brackets)
[error] 399-399: wrong indentation: expected 10 but found 8
(indentation)
[error] 409-409: wrong indentation: expected 6 but found 0
(indentation)
[error] 421-421: wrong indentation: expected 8 but found 6
(indentation)
[error] 424-424: wrong indentation: expected 10 but found 8
(indentation)
[error] 429-429: wrong indentation: expected 10 but found 8
(indentation)
[error] 434-434: wrong indentation: expected 10 but found 8
(indentation)
[error] 439-439: wrong indentation: expected 10 but found 8
(indentation)
[error] 446-446: wrong indentation: expected 6 but found 0
(indentation)
[error] 458-458: wrong indentation: expected 8 but found 6
(indentation)
[error] 468-468: wrong indentation: expected 10 but found 8
(indentation)
[error] 469-469: wrong indentation: expected 10 but found 12
(indentation)
[error] 475-475: wrong indentation: expected 10 but found 8
(indentation)
[error] 476-476: wrong indentation: expected 10 but found 12
(indentation)
[error] 482-482: wrong indentation: expected 10 but found 8
(indentation)
[error] 483-483: wrong indentation: expected 10 but found 12
(indentation)
[error] 499-499: wrong indentation: expected 6 but found 0
(indentation)
[error] 511-511: wrong indentation: expected 8 but found 6
(indentation)
[error] 513-513: wrong indentation: expected 10 but found 8
(indentation)
[error] 522-522: wrong indentation: expected 10 but found 8
(indentation)
[error] 533-533: wrong indentation: expected 6 but found 0
(indentation)
[error] 543-543: wrong indentation: expected 6 but found 0
(indentation)
[error] 553-553: wrong indentation: expected 6 but found 0
(indentation)
[error] 565-565: wrong indentation: expected 8 but found 6
(indentation)
[error] 567-567: wrong indentation: expected 10 but found 8
(indentation)
[error] 581-581: wrong indentation: expected 10 but found 8
(indentation)
[error] 593-593: wrong indentation: expected 6 but found 0
(indentation)
[error] 603-603: wrong indentation: expected 6 but found 0
(indentation)
[error] 613-613: wrong indentation: expected 6 but found 0
(indentation)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (77)
Resources/Textures/Effects/atmospherics.rsi/anti_noblium.png
is excluded by!**/*.png
Resources/Textures/Effects/atmospherics.rsi/halon.png
is excluded by!**/*.png
Resources/Textures/Effects/atmospherics.rsi/healium.png
is excluded by!**/*.png
Resources/Textures/Effects/atmospherics.rsi/nitrium.png
is excluded by!**/*.png
Resources/Textures/Effects/atmospherics.rsi/proto_nitrate.png
is excluded by!**/*.png
Resources/Textures/Effects/atmospherics.rsi/zauker.png
is excluded by!**/*.png
Resources/Textures/Objects/Materials/ore.rsi/adamantine.png
is excluded by!**/*.png
Resources/Textures/Objects/Materials/ore.rsi/ammonia.png
is excluded by!**/*.png
Resources/Textures/Objects/Materials/ore.rsi/copper.png
is excluded by!**/*.png
Resources/Textures/Objects/Materials/ore.rsi/titanium.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi.rar
is excluded by!**/*.rar
Resources/Textures/Structures/Storage/canister.rsi/antinob-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/antinob.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/black-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/black.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/blue-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/blue.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/brown-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/brown.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/darkblue-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/darkblue.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/darkpurple-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/darkpurple.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/frezon-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/frezon.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/green-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/green.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/greenys-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/greenys.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/grey.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/h2-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/h2.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/halon-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/halon.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/healium-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/healium.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/helium-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/helium.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/nob-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/nob.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/orange-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/orange.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/proto_nitrate-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/proto_nitrate.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/purple-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/purple.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/red-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/red.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/redws-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/water_vapor-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/water_vapor.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/yellow-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/yellow.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/zauker-1.png
is excluded by!**/*.png
Resources/Textures/Structures/Storage/canister.rsi/zauker.png
is excluded by!**/*.png
Resources/Textures/Structures/Wallmounts/signs.rsi/direction_lawyer.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/full.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/full_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_0.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_0_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_1.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_1_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_2.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_2_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_3.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_3_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_4.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_4_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_5.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_5_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_6.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_6_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_7.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_7_two.png
is excluded by!**/*.png
Resources/Textures/Structures/Walls/rock.rsi/rock_ore_diamond.png
is excluded by!**/*.png
Resources/Textures/_LostParadise/Structures/Machines/Turbine.rsi/icon.png
is excluded by!**/*.png
Resources/Textures/_LostParadise/Structures/Machines/Turbine.rsi/turbine.png
is excluded by!**/*.png
📒 Files selected for processing (42)
Content.Server/Atmos/Portable/PortableScrubberComponent.cs
(1 hunks)Content.Server/Atmos/Reactions/BZProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/FrezonCoolantReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/FrezonProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/HalonOxygenAbsorptionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/HealiumProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/HydrogenFireReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/HyperNobliumProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/NitriumDecompositionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/NitriumProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/PlasmaFireReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/PluoxiumProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/ProtoNitrateBZaseActionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/ProtoNitrateHydrogenConversionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/ProtoNitrateProductionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/ProtoNitrateTritiumDeirradiationReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/TritiumFireReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/ZaukerDecompositionReaction.cs
(1 hunks)Content.Server/Atmos/Reactions/ZaukerProductionReaction.cs
(1 hunks)Content.Server/_LostParadise/IgnitionSource/IgniteOnToggleComponent.cs
(1 hunks)Content.Server/_LostParadise/IgnitionSource/IgniteOnToggleSystem.cs
(1 hunks)Content.Shared/Atmos/Atmospherics.cs
(3 hunks)Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs
(1 hunks)Content.Shared/Supermatter/Components/SupermatterComponent.cs
(2 hunks)Resources/Locale/en-US/gases/gases.ftl
(1 hunks)Resources/Locale/ru-RU/gases/gases.ftl
(1 hunks)Resources/Locale/ru-RU/reagents/meta/gases.ftl
(1 hunks)Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/canisters/gas_canisters.ftl
(1 hunks)Resources/Prototypes/Atmospherics/gases.yml
(1 hunks)Resources/Prototypes/Atmospherics/reactions.yml
(2 hunks)Resources/Prototypes/Atmospherics/thresholds.yml
(4 hunks)Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml
(2 hunks)Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml
(1 hunks)Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
(4 hunks)Resources/Prototypes/Reagents/gases.yml
(5 hunks)Resources/Prototypes/_LostParadise/Entities/Structures/Machines/passive_igniter.yml
(1 hunks)Resources/Prototypes/_LostParadise/Entities/Structures/Walls/asteroid.yml
(7 hunks)Resources/ServerInfo/Guidebook/Engineering/Supermatter.xml
(1 hunks)Resources/Textures/Effects/atmospherics.rsi/meta.json
(1 hunks)Resources/Textures/Structures/Storage/canister.rsi/meta.json
(2 hunks)Resources/Textures/Structures/Walls/rock.rsi/meta.json
(0 hunks)Resources/Textures/_LostParadise/Structures/Machines/Turbine.rsi/meta.json
(1 hunks)
💤 Files with no reviewable changes (1)
- Resources/Textures/Structures/Walls/rock.rsi/meta.json
🧰 Additional context used
📓 Path-based instructions (13)
Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/Atmospherics/thresholds.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/_LostParadise/Entities/Structures/Machines/passive_igniter.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Locale/en-US/gases/gases.ftl (1)
Pattern **/*.ftl
: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }
А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст
Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/_LostParadise/Entities/Structures/Walls/asteroid.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Locale/ru-RU/reagents/meta/gases.ftl (1)
Pattern **/*.ftl
: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }
А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст
Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix
Resources/Locale/ru-RU/gases/gases.ftl (1)
Pattern **/*.ftl
: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }
А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст
Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix
Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/canisters/gas_canisters.ftl (1)
Pattern **/*.ftl
: Все повторяющиеся переводы должны быть написаны так:
Оригинальный перевод - id1 = text1
Повторяющийся, но с изменениями id2 = { id1 }
и если требуется .desc должен прописываться как { id1.desc }
А многострочные переводы начинающиеся со спецсимвола должны идти сначала id = спецсимвол текст и потом следующая строчка. Пример
id = спецсимвол текст
текст
спецсимвол текст
Все переводы начинающиеся с ent- должны быть с большой буквы после =. Даже после .desc и .suffix
Resources/Prototypes/Reagents/gases.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/Atmospherics/reactions.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/Atmospherics/gases.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
🪛 yamllint (1.35.1)
Resources/Prototypes/_LostParadise/Entities/Structures/Machines/passive_igniter.yml
[error] 9-9: wrong indentation: expected 4 but found 2
(indentation)
[error] 41-41: wrong indentation: expected 6 but found 4
(indentation)
Resources/Prototypes/Reagents/gases.yml
[warning] 21-21: too few spaces before comment
(comments)
[error] 23-23: wrong indentation: expected 10 but found 8
(indentation)
[error] 360-360: wrong indentation: expected 6 but found 0
(indentation)
[error] 370-370: wrong indentation: expected 8 but found 6
(indentation)
[error] 378-378: wrong indentation: expected 10 but found 8
(indentation)
[error] 388-388: wrong indentation: expected 10 but found 8
(indentation)
[error] 395-395: too many spaces inside brackets
(brackets)
[error] 395-395: too many spaces inside brackets
(brackets)
[error] 399-399: wrong indentation: expected 10 but found 8
(indentation)
[error] 409-409: wrong indentation: expected 6 but found 0
(indentation)
[error] 421-421: wrong indentation: expected 8 but found 6
(indentation)
[error] 424-424: wrong indentation: expected 10 but found 8
(indentation)
[error] 429-429: wrong indentation: expected 10 but found 8
(indentation)
[error] 434-434: wrong indentation: expected 10 but found 8
(indentation)
[error] 439-439: wrong indentation: expected 10 but found 8
(indentation)
[error] 446-446: wrong indentation: expected 6 but found 0
(indentation)
[error] 458-458: wrong indentation: expected 8 but found 6
(indentation)
[error] 468-468: wrong indentation: expected 10 but found 8
(indentation)
[error] 469-469: wrong indentation: expected 10 but found 12
(indentation)
[error] 475-475: wrong indentation: expected 10 but found 8
(indentation)
[error] 476-476: wrong indentation: expected 10 but found 12
(indentation)
[error] 482-482: wrong indentation: expected 10 but found 8
(indentation)
[error] 483-483: wrong indentation: expected 10 but found 12
(indentation)
[error] 499-499: wrong indentation: expected 6 but found 0
(indentation)
[error] 511-511: wrong indentation: expected 8 but found 6
(indentation)
[error] 513-513: wrong indentation: expected 10 but found 8
(indentation)
[error] 522-522: wrong indentation: expected 10 but found 8
(indentation)
[error] 533-533: wrong indentation: expected 6 but found 0
(indentation)
[error] 543-543: wrong indentation: expected 6 but found 0
(indentation)
[error] 553-553: wrong indentation: expected 6 but found 0
(indentation)
[error] 565-565: wrong indentation: expected 8 but found 6
(indentation)
[error] 567-567: wrong indentation: expected 10 but found 8
(indentation)
[error] 581-581: wrong indentation: expected 10 but found 8
(indentation)
[error] 593-593: wrong indentation: expected 6 but found 0
(indentation)
[error] 603-603: wrong indentation: expected 6 but found 0
(indentation)
[error] 613-613: wrong indentation: expected 6 but found 0
(indentation)
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
[warning] 130-130: too few spaces before comment
(comments)
[error] 643-643: wrong indentation: expected 4 but found 0
(indentation)
[error] 649-649: wrong indentation: expected 4 but found 2
(indentation)
[error] 651-651: wrong indentation: expected 6 but found 4
(indentation)
[error] 656-656: wrong indentation: expected 8 but found 6
(indentation)
[warning] 656-656: too few spaces before comment
(comments)
[warning] 657-657: too few spaces before comment
(comments)
[warning] 658-658: too few spaces before comment
(comments)
[warning] 659-659: too few spaces before comment
(comments)
[warning] 660-660: too few spaces before comment
(comments)
[warning] 661-661: too few spaces before comment
(comments)
[warning] 662-662: too few spaces before comment
(comments)
[warning] 663-663: too few spaces before comment
(comments)
[warning] 664-664: too few spaces before comment
(comments)
[warning] 665-665: too few spaces before comment
(comments)
[error] 669-669: wrong indentation: expected 6 but found 4
(indentation)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 679-679: wrong indentation: expected 8 but found 6
(indentation)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 690-690: wrong indentation: expected 6 but found 2
(indentation)
[error] 693-693: wrong indentation: expected 4 but found 0
(indentation)
[error] 699-699: wrong indentation: expected 4 but found 2
(indentation)
[error] 701-701: wrong indentation: expected 6 but found 4
(indentation)
[error] 706-706: wrong indentation: expected 8 but found 6
(indentation)
[warning] 706-706: too few spaces before comment
(comments)
[warning] 707-707: too few spaces before comment
(comments)
[warning] 708-708: too few spaces before comment
(comments)
[warning] 709-709: too few spaces before comment
(comments)
[warning] 710-710: too few spaces before comment
(comments)
[warning] 711-711: too few spaces before comment
(comments)
[warning] 712-712: too few spaces before comment
(comments)
[warning] 713-713: too few spaces before comment
(comments)
[warning] 714-714: too few spaces before comment
(comments)
[warning] 715-715: too few spaces before comment
(comments)
[warning] 716-716: too few spaces before comment
(comments)
[error] 720-720: wrong indentation: expected 6 but found 4
(indentation)
[error] 725-725: too many spaces inside brackets
(brackets)
[error] 725-725: too many spaces inside brackets
(brackets)
[error] 730-730: wrong indentation: expected 8 but found 6
(indentation)
[error] 739-739: too many spaces inside brackets
(brackets)
[error] 739-739: too many spaces inside brackets
(brackets)
[error] 741-741: wrong indentation: expected 6 but found 2
(indentation)
[error] 744-744: wrong indentation: expected 4 but found 0
(indentation)
[error] 750-750: wrong indentation: expected 4 but found 2
(indentation)
[error] 752-752: wrong indentation: expected 6 but found 4
(indentation)
[error] 757-757: wrong indentation: expected 8 but found 6
(indentation)
[warning] 757-757: too few spaces before comment
(comments)
[warning] 758-758: too few spaces before comment
(comments)
[warning] 759-759: too few spaces before comment
(comments)
[warning] 760-760: too few spaces before comment
(comments)
[warning] 761-761: too few spaces before comment
(comments)
[warning] 762-762: too few spaces before comment
(comments)
[warning] 763-763: too few spaces before comment
(comments)
[warning] 764-764: too few spaces before comment
(comments)
[warning] 765-765: too few spaces before comment
(comments)
[warning] 766-766: too few spaces before comment
(comments)
[warning] 767-767: too few spaces before comment
(comments)
[warning] 768-768: too few spaces before comment
(comments)
[error] 772-772: wrong indentation: expected 6 but found 4
(indentation)
[error] 777-777: too many spaces inside brackets
(brackets)
[error] 777-777: too many spaces inside brackets
(brackets)
[error] 782-782: wrong indentation: expected 8 but found 6
(indentation)
[error] 791-791: too many spaces inside brackets
(brackets)
[error] 791-791: too many spaces inside brackets
(brackets)
[error] 793-793: wrong indentation: expected 6 but found 2
(indentation)
[error] 796-796: wrong indentation: expected 4 but found 0
(indentation)
[error] 802-802: wrong indentation: expected 4 but found 2
(indentation)
[error] 804-804: wrong indentation: expected 6 but found 4
(indentation)
[error] 809-809: wrong indentation: expected 8 but found 6
(indentation)
[warning] 809-809: too few spaces before comment
(comments)
[warning] 810-810: too few spaces before comment
(comments)
[warning] 811-811: too few spaces before comment
(comments)
[warning] 812-812: too few spaces before comment
(comments)
[warning] 813-813: too few spaces before comment
(comments)
[warning] 814-814: too few spaces before comment
(comments)
[warning] 815-815: too few spaces before comment
(comments)
[warning] 816-816: too few spaces before comment
(comments)
[warning] 817-817: too few spaces before comment
(comments)
[warning] 818-818: too few spaces before comment
(comments)
[warning] 819-819: too few spaces before comment
(comments)
[warning] 820-820: too few spaces before comment
(comments)
[warning] 821-821: too few spaces before comment
(comments)
[error] 825-825: wrong indentation: expected 6 but found 4
(indentation)
[error] 830-830: too many spaces inside brackets
(brackets)
[error] 830-830: too many spaces inside brackets
(brackets)
[error] 835-835: wrong indentation: expected 8 but found 6
(indentation)
[error] 844-844: too many spaces inside brackets
(brackets)
[error] 844-844: too many spaces inside brackets
(brackets)
[error] 846-846: wrong indentation: expected 6 but found 2
(indentation)
[error] 849-849: wrong indentation: expected 4 but found 0
(indentation)
[error] 855-855: wrong indentation: expected 4 but found 2
(indentation)
[error] 857-857: wrong indentation: expected 6 but found 4
(indentation)
[error] 862-862: wrong indentation: expected 8 but found 6
(indentation)
[warning] 862-862: too few spaces before comment
(comments)
[warning] 863-863: too few spaces before comment
(comments)
[warning] 864-864: too few spaces before comment
(comments)
[warning] 865-865: too few spaces before comment
(comments)
[warning] 866-866: too few spaces before comment
(comments)
[warning] 867-867: too few spaces before comment
(comments)
[warning] 868-868: too few spaces before comment
(comments)
[warning] 869-869: too few spaces before comment
(comments)
[warning] 870-870: too few spaces before comment
(comments)
[warning] 871-871: too few spaces before comment
(comments)
[warning] 872-872: too few spaces before comment
(comments)
[warning] 873-873: too few spaces before comment
(comments)
[warning] 874-874: too few spaces before comment
(comments)
[warning] 875-875: too few spaces before comment
(comments)
[warning] 876-876: too few spaces before comment
(comments)
[warning] 877-877: too few spaces before comment
(comments)
[warning] 878-878: too few spaces before comment
(comments)
[warning] 879-879: too few spaces before comment
(comments)
[warning] 880-880: too few spaces before comment
(comments)
[warning] 881-881: too few spaces before comment
(comments)
[error] 885-885: wrong indentation: expected 6 but found 4
(indentation)
[error] 890-890: too many spaces inside brackets
(brackets)
[error] 890-890: too many spaces inside brackets
(brackets)
[error] 895-895: wrong indentation: expected 8 but found 6
(indentation)
[error] 904-904: too many spaces inside brackets
(brackets)
[error] 904-904: too many spaces inside brackets
(brackets)
[error] 906-906: wrong indentation: expected 6 but found 2
(indentation)
[error] 909-909: wrong indentation: expected 4 but found 0
(indentation)
[error] 912-912: too many spaces after colon
(colons)
[error] 915-915: wrong indentation: expected 4 but found 2
(indentation)
[error] 917-917: wrong indentation: expected 6 but found 4
(indentation)
[error] 922-922: wrong indentation: expected 8 but found 6
(indentation)
[warning] 922-922: too few spaces before comment
(comments)
[warning] 923-923: too few spaces before comment
(comments)
[warning] 924-924: too few spaces before comment
(comments)
[warning] 925-925: too few spaces before comment
(comments)
[warning] 926-926: too few spaces before comment
(comments)
[warning] 927-927: too few spaces before comment
(comments)
[warning] 928-928: too few spaces before comment
(comments)
[warning] 929-929: too few spaces before comment
(comments)
[warning] 930-930: too few spaces before comment
(comments)
[warning] 931-931: too few spaces before comment
(comments)
[warning] 932-932: too few spaces before comment
(comments)
[warning] 933-933: too few spaces before comment
(comments)
[warning] 934-934: too few spaces before comment
(comments)
[warning] 935-935: too few spaces before comment
(comments)
[warning] 936-936: too few spaces before comment
(comments)
[warning] 937-937: too few spaces before comment
(comments)
[warning] 938-938: too few spaces before comment
(comments)
[warning] 939-939: too few spaces before comment
(comments)
[warning] 940-940: too few spaces before comment
(comments)
[warning] 941-941: too few spaces before comment
(comments)
[error] 945-945: wrong indentation: expected 6 but found 4
(indentation)
[error] 950-950: too many spaces inside brackets
(brackets)
[error] 950-950: too many spaces inside brackets
(brackets)
[error] 955-955: wrong indentation: expected 8 but found 6
(indentation)
[error] 964-964: too many spaces inside brackets
(brackets)
[error] 964-964: too many spaces inside brackets
(brackets)
[error] 966-966: wrong indentation: expected 6 but found 2
(indentation)
[error] 969-969: wrong indentation: expected 4 but found 0
(indentation)
[error] 972-972: too many spaces after colon
(colons)
[error] 975-975: wrong indentation: expected 4 but found 2
(indentation)
[error] 977-977: wrong indentation: expected 6 but found 4
(indentation)
[error] 982-982: wrong indentation: expected 8 but found 6
(indentation)
[warning] 982-982: too few spaces before comment
(comments)
[warning] 983-983: too few spaces before comment
(comments)
[warning] 984-984: too few spaces before comment
(comments)
[warning] 985-985: too few spaces before comment
(comments)
[warning] 986-986: too few spaces before comment
(comments)
[warning] 987-987: too few spaces before comment
(comments)
[warning] 988-988: too few spaces before comment
(comments)
[warning] 989-989: too few spaces before comment
(comments)
[warning] 990-990: too few spaces before comment
(comments)
[warning] 991-991: too few spaces before comment
(comments)
[warning] 992-992: too few spaces before comment
(comments)
[warning] 993-993: too few spaces before comment
(comments)
[warning] 994-994: too few spaces before comment
(comments)
[warning] 995-995: too few spaces before comment
(comments)
[warning] 996-996: too few spaces before comment
(comments)
[warning] 997-997: too few spaces before comment
(comments)
[warning] 998-998: too few spaces before comment
(comments)
[warning] 999-999: too few spaces before comment
(comments)
[warning] 1000-1000: too few spaces before comment
(comments)
[warning] 1001-1001: too few spaces before comment
(comments)
[error] 1005-1005: wrong indentation: expected 6 but found 4
(indentation)
[error] 1010-1010: too many spaces inside brackets
(brackets)
[error] 1010-1010: too many spaces inside brackets
(brackets)
[error] 1015-1015: wrong indentation: expected 8 but found 6
(indentation)
[error] 1024-1024: too many spaces inside brackets
(brackets)
[error] 1024-1024: too many spaces inside brackets
(brackets)
[error] 1026-1026: wrong indentation: expected 6 but found 2
(indentation)
[error] 1029-1029: wrong indentation: expected 4 but found 0
(indentation)
[error] 1032-1032: too many spaces after colon
(colons)
[error] 1035-1035: wrong indentation: expected 4 but found 2
(indentation)
[error] 1037-1037: wrong indentation: expected 6 but found 4
(indentation)
[error] 1042-1042: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1042-1042: too few spaces before comment
(comments)
[warning] 1043-1043: too few spaces before comment
(comments)
[warning] 1044-1044: too few spaces before comment
(comments)
[warning] 1045-1045: too few spaces before comment
(comments)
[warning] 1046-1046: too few spaces before comment
(comments)
[warning] 1047-1047: too few spaces before comment
(comments)
[warning] 1048-1048: too few spaces before comment
(comments)
[warning] 1049-1049: too few spaces before comment
(comments)
[warning] 1050-1050: too few spaces before comment
(comments)
[warning] 1051-1051: too few spaces before comment
(comments)
[warning] 1052-1052: too few spaces before comment
(comments)
[warning] 1053-1053: too few spaces before comment
(comments)
[warning] 1054-1054: too few spaces before comment
(comments)
[warning] 1055-1055: too few spaces before comment
(comments)
[warning] 1056-1056: too few spaces before comment
(comments)
[warning] 1057-1057: too few spaces before comment
(comments)
[warning] 1058-1058: too few spaces before comment
(comments)
[warning] 1059-1059: too few spaces before comment
(comments)
[warning] 1060-1060: too few spaces before comment
(comments)
[warning] 1061-1061: too few spaces before comment
(comments)
[error] 1065-1065: wrong indentation: expected 6 but found 4
(indentation)
[error] 1070-1070: too many spaces inside brackets
(brackets)
[error] 1070-1070: too many spaces inside brackets
(brackets)
[error] 1075-1075: wrong indentation: expected 8 but found 6
(indentation)
[error] 1084-1084: too many spaces inside brackets
(brackets)
[error] 1084-1084: too many spaces inside brackets
(brackets)
[error] 1086-1086: wrong indentation: expected 6 but found 2
(indentation)
[error] 1089-1089: wrong indentation: expected 4 but found 0
(indentation)
[error] 1092-1092: too many spaces after colon
(colons)
[error] 1095-1095: wrong indentation: expected 4 but found 2
(indentation)
[error] 1097-1097: wrong indentation: expected 6 but found 4
(indentation)
[error] 1102-1102: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1102-1102: too few spaces before comment
(comments)
[warning] 1103-1103: too few spaces before comment
(comments)
[warning] 1104-1104: too few spaces before comment
(comments)
[warning] 1105-1105: too few spaces before comment
(comments)
[warning] 1106-1106: too few spaces before comment
(comments)
[warning] 1107-1107: too few spaces before comment
(comments)
[warning] 1108-1108: too few spaces before comment
(comments)
[warning] 1109-1109: too few spaces before comment
(comments)
[warning] 1110-1110: too few spaces before comment
(comments)
[warning] 1111-1111: too few spaces before comment
(comments)
[warning] 1112-1112: too few spaces before comment
(comments)
[warning] 1113-1113: too few spaces before comment
(comments)
[warning] 1114-1114: too few spaces before comment
(comments)
[warning] 1115-1115: too few spaces before comment
(comments)
[warning] 1116-1116: too few spaces before comment
(comments)
[warning] 1117-1117: too few spaces before comment
(comments)
[warning] 1118-1118: too few spaces before comment
(comments)
[warning] 1119-1119: too few spaces before comment
(comments)
[warning] 1120-1120: too few spaces before comment
(comments)
[warning] 1121-1121: too few spaces before comment
(comments)
[error] 1125-1125: wrong indentation: expected 6 but found 4
(indentation)
[error] 1130-1130: too many spaces inside brackets
(brackets)
[error] 1130-1130: too many spaces inside brackets
(brackets)
[error] 1135-1135: wrong indentation: expected 8 but found 6
(indentation)
[error] 1144-1144: too many spaces inside brackets
(brackets)
[error] 1144-1144: too many spaces inside brackets
(brackets)
[error] 1146-1146: wrong indentation: expected 6 but found 2
(indentation)
[error] 1149-1149: wrong indentation: expected 4 but found 0
(indentation)
[error] 1152-1152: too many spaces after colon
(colons)
[error] 1155-1155: wrong indentation: expected 4 but found 2
(indentation)
[error] 1157-1157: wrong indentation: expected 6 but found 4
(indentation)
[error] 1162-1162: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1162-1162: too few spaces before comment
(comments)
[warning] 1163-1163: too few spaces before comment
(comments)
[warning] 1164-1164: too few spaces before comment
(comments)
[warning] 1165-1165: too few spaces before comment
(comments)
[warning] 1166-1166: too few spaces before comment
(comments)
[warning] 1167-1167: too few spaces before comment
(comments)
[warning] 1168-1168: too few spaces before comment
(comments)
[warning] 1169-1169: too few spaces before comment
(comments)
[warning] 1170-1170: too few spaces before comment
(comments)
[warning] 1171-1171: too few spaces before comment
(comments)
[warning] 1172-1172: too few spaces before comment
(comments)
[warning] 1173-1173: too few spaces before comment
(comments)
[warning] 1174-1174: too few spaces before comment
(comments)
[warning] 1175-1175: too few spaces before comment
(comments)
[warning] 1176-1176: too few spaces before comment
(comments)
[warning] 1177-1177: too few spaces before comment
(comments)
[warning] 1178-1178: too few spaces before comment
(comments)
[warning] 1179-1179: too few spaces before comment
(comments)
[warning] 1180-1180: too few spaces before comment
(comments)
[warning] 1181-1181: too few spaces before comment
(comments)
[error] 1185-1185: wrong indentation: expected 6 but found 4
(indentation)
[error] 1190-1190: too many spaces inside brackets
(brackets)
[error] 1190-1190: too many spaces inside brackets
(brackets)
[error] 1195-1195: wrong indentation: expected 8 but found 6
(indentation)
[error] 1204-1204: too many spaces inside brackets
(brackets)
[error] 1204-1204: too many spaces inside brackets
(brackets)
[error] 1206-1206: wrong indentation: expected 6 but found 2
(indentation)
[error] 1209-1209: wrong indentation: expected 4 but found 0
(indentation)
[error] 1212-1212: too many spaces after colon
(colons)
[error] 1215-1215: wrong indentation: expected 4 but found 2
(indentation)
[error] 1217-1217: wrong indentation: expected 6 but found 4
(indentation)
[error] 1222-1222: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1222-1222: too few spaces before comment
(comments)
[warning] 1223-1223: too few spaces before comment
(comments)
[warning] 1224-1224: too few spaces before comment
(comments)
[warning] 1225-1225: too few spaces before comment
(comments)
[warning] 1226-1226: too few spaces before comment
(comments)
[warning] 1227-1227: too few spaces before comment
(comments)
[warning] 1228-1228: too few spaces before comment
(comments)
[warning] 1229-1229: too few spaces before comment
(comments)
[warning] 1230-1230: too few spaces before comment
(comments)
[warning] 1231-1231: too few spaces before comment
(comments)
[warning] 1232-1232: too few spaces before comment
(comments)
[warning] 1233-1233: too few spaces before comment
(comments)
[warning] 1234-1234: too few spaces before comment
(comments)
[warning] 1235-1235: too few spaces before comment
(comments)
[warning] 1236-1236: too few spaces before comment
(comments)
[warning] 1237-1237: too few spaces before comment
(comments)
[warning] 1238-1238: too few spaces before comment
(comments)
[warning] 1239-1239: too few spaces before comment
(comments)
[warning] 1240-1240: too few spaces before comment
(comments)
[warning] 1241-1241: too few spaces before comment
(comments)
[error] 1245-1245: wrong indentation: expected 6 but found 4
(indentation)
[error] 1250-1250: too many spaces inside brackets
(brackets)
[error] 1250-1250: too many spaces inside brackets
(brackets)
[error] 1255-1255: wrong indentation: expected 8 but found 6
(indentation)
[error] 1264-1264: too many spaces inside brackets
(brackets)
[error] 1264-1264: too many spaces inside brackets
(brackets)
[error] 1266-1266: wrong indentation: expected 6 but found 2
(indentation)
[error] 1414-1414: wrong indentation: expected 4 but found 0
(indentation)
[error] 1419-1419: wrong indentation: expected 4 but found 2
(indentation)
[error] 1422-1422: wrong indentation: expected 4 but found 0
(indentation)
[error] 1427-1427: wrong indentation: expected 4 but found 2
(indentation)
[error] 1430-1430: wrong indentation: expected 4 but found 0
(indentation)
[error] 1435-1435: wrong indentation: expected 4 but found 2
(indentation)
[error] 1438-1438: wrong indentation: expected 4 but found 0
(indentation)
[error] 1443-1443: wrong indentation: expected 4 but found 2
(indentation)
[error] 1446-1446: wrong indentation: expected 4 but found 0
(indentation)
[error] 1451-1451: wrong indentation: expected 4 but found 2
(indentation)
[error] 1454-1454: wrong indentation: expected 4 but found 0
(indentation)
[error] 1459-1459: wrong indentation: expected 4 but found 2
(indentation)
[error] 1462-1462: wrong indentation: expected 4 but found 0
(indentation)
[error] 1467-1467: wrong indentation: expected 4 but found 2
(indentation)
[error] 1470-1470: wrong indentation: expected 4 but found 0
(indentation)
[error] 1475-1475: wrong indentation: expected 4 but found 2
(indentation)
[error] 1478-1478: wrong indentation: expected 4 but found 0
(indentation)
[error] 1483-1483: wrong indentation: expected 4 but found 2
(indentation)
[error] 1486-1486: wrong indentation: expected 4 but found 0
(indentation)
[error] 1491-1491: wrong indentation: expected 4 but found 2
(indentation)
[error] 1494-1494: wrong indentation: expected 4 but found 0
(indentation)
[error] 1499-1499: wrong indentation: expected 4 but found 2
(indentation)
Resources/Prototypes/Atmospherics/reactions.yml
[error] 6-6: wrong indentation: expected at least 3
(indentation)
[error] 11-11: wrong indentation: expected at least 3
(indentation)
[warning] 16-16: too few spaces before comment
(comments)
[warning] 17-17: too few spaces before comment
(comments)
[error] 18-18: wrong indentation: expected at least 3
(indentation)
[error] 24-24: wrong indentation: expected at least 3
(indentation)
[error] 115-115: wrong indentation: expected at least 3
(indentation)
[error] 126-126: wrong indentation: expected at least 3
(indentation)
[error] 134-134: wrong indentation: expected at least 3
(indentation)
[error] 146-146: wrong indentation: expected at least 3
(indentation)
[warning] 151-151: too few spaces before comment
(comments)
[error] 153-153: wrong indentation: expected at least 3
(indentation)
[error] 166-166: wrong indentation: expected at least 3
(indentation)
[error] 173-173: wrong indentation: expected at least 3
(indentation)
[error] 194-194: wrong indentation: expected at least 3
(indentation)
[error] 201-201: wrong indentation: expected at least 3
(indentation)
[error] 222-222: wrong indentation: expected at least 3
(indentation)
[error] 230-230: wrong indentation: expected at least 3
(indentation)
[error] 251-251: wrong indentation: expected at least 3
(indentation)
[error] 258-258: wrong indentation: expected at least 3
(indentation)
[error] 279-279: wrong indentation: expected at least 3
(indentation)
[error] 287-287: wrong indentation: expected at least 3
(indentation)
[error] 308-308: wrong indentation: expected at least 3
(indentation)
[error] 316-316: wrong indentation: expected at least 3
(indentation)
[error] 337-337: wrong indentation: expected at least 3
(indentation)
[error] 343-343: wrong indentation: expected at least 3
(indentation)
[error] 364-364: wrong indentation: expected at least 3
(indentation)
[error] 372-372: wrong indentation: expected at least 3
(indentation)
[error] 393-393: wrong indentation: expected at least 3
(indentation)
[error] 399-399: wrong indentation: expected at least 3
(indentation)
[error] 420-420: wrong indentation: expected at least 3
(indentation)
[error] 428-428: wrong indentation: expected at least 3
(indentation)
[error] 449-449: wrong indentation: expected at least 3
(indentation)
[error] 457-457: wrong indentation: expected at least 3
(indentation)
[error] 478-478: wrong indentation: expected at least 3
(indentation)
🪛 GitHub Actions: YAML Linter
Resources/Prototypes/_LostParadise/Entities/Structures/Machines/passive_igniter.yml
[error] 24-24: Field "toggleOnSound" not found in "Content.Server.IgnitionSource.IgniteOnToggleComponent"
⏰ Context from checks skipped due to timeout of 300000ms (2)
- GitHub Check: build (ubuntu-latest)
- GitHub Check: Test Packaging
🔇 Additional comments (44)
Content.Server/Atmos/Reactions/PlasmaFireReaction.cs (1)
14-19
: Корректная реализация проверки HyperNobliumДобавленная логика предотвращения реакции при высокой концентрации HyperNoblium реализована правильно и соответствует изменениям в других файлах реакций.
Resources/Prototypes/_LostParadise/Entities/Structures/Walls/asteroid.yml (2)
21-21
: Согласованное изменение состояния спрайтаСостояние спрайта было изменено с
rock_ore_diamond
наrock_diamond
для всех сущностей. Изменение выглядит последовательным и применено ко всем соответствующим сущностям.Also applies to: 43-43, 65-65, 87-87, 109-109, 131-131, 153-153
21-21
: Проверьте наличие спрайта для состояния rock_diamondУбедитесь, что спрайт с состоянием
rock_diamond
существует в файлах ресурсов игры.✅ Verification successful
Состояние спрайта rock_diamond подтверждено
Состояние
rock_diamond
корректно определено в файлеResources/Textures/Structures/Walls/rock.rsi/meta.json
.🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Search for sprite state definition rg -g '*.rsi' -g '*.json' "rock_diamond"Length of output: 131
Content.Server/_LostParadise/IgnitionSource/IgniteOnToggleComponent.cs (1)
1-17
: Компонент реализован корректно!Компонент хорошо документирован и следует стандартным паттернам реализации. Регистрация и контроль доступа реализованы правильно.
Content.Server/_LostParadise/IgnitionSource/IgniteOnToggleSystem.cs (1)
12-14
: Зависимости объявлены корректно!Все необходимые системные зависимости правильно внедрены через атрибут Dependency.
Resources/Prototypes/_LostParadise/Entities/Structures/Machines/passive_igniter.yml (2)
1-41
: Прототип реализован корректно!Конфигурация прототипа содержит все необходимые компоненты и корректно определяет физические и сетевые свойства устройства.
🧰 Tools
🪛 yamllint (1.35.1)
[error] 9-9: wrong indentation: expected 4 but found 2
(indentation)
[error] 41-41: wrong indentation: expected 6 but found 4
(indentation)
🪛 GitHub Actions: YAML Linter
[error] 24-24: Field "toggleOnSound" not found in "Content.Server.IgnitionSource.IgniteOnToggleComponent"
23-24
:⚠️ Potential issueИсправьте название поля в компоненте IgniteOnToggle
Поле
toggleOnSound
не существует в компонентеIgniteOnToggleComponent
. Используйте правильное название поляIgniteSound
.- type: IgniteOnToggle - toggleOnSound: WelderOn + IgniteSound: WelderOnLikely invalid or redundant comment.
🧰 Tools
🪛 GitHub Actions: YAML Linter
[error] 24-24: Field "toggleOnSound" not found in "Content.Server.IgnitionSource.IgniteOnToggleComponent"
Content.Server/Atmos/Reactions/ProtoNitrateProductionReaction.cs (1)
11-39
: Код реакции корректен и соответствует стандартамРеакция
ProtoNitrateProductionReaction
правильно обрабатывает условия и изменяет состав газовой смеси в соответствии с заданными параметрами. Проверки на отрицательные значения молей и корректная обработка тепловой емкости повышают надежность кода.Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/storage/canisters/gas_canisters.ftl (1)
30-30
: Описание корректно дополнено!Добавленная информация о свойствах фрезона улучшает понимание его эффектов.
Content.Server/Atmos/Reactions/ProtoNitrateHydrogenConversionReaction.cs (1)
20-28
:⚠️ Potential issueЛогическая ошибка в расчете и корректировке количества газов
Переменная
producedAmount
рассчитывается с учетомinitialProtoNitrate
, но далееProtoNitrate
не уменьшается, а увеличивается. Если по логике реакцииProtoNitrate
должен потребляться, а не продуцироваться, необходимо скорректировать код.Предлагаю проверить логику реакции и внести следующие изменения:
- var producedAmount = Math.Min(Atmospherics.ProtoNitrateHydrogenConversionMaxRate, Math.Min(initialHydrogen, initialProtoNitrate)); + var producedAmount = Math.Min(Atmospherics.ProtoNitrateHydrogenConversionMaxRate, initialHydrogen); ... - mixture.AdjustMoles(Gas.ProtoNitrate, producedAmount * 0.5f); + mixture.AdjustMoles(Gas.ProtoNitrate, -producedAmount); + mixture.AdjustMoles(Gas.NewGas, producedAmount * 0.5f);Где
NewGas
— газ, образующийся в результате реакции.Likely invalid or redundant comment.
Content.Server/Atmos/Reactions/ProtoNitrateBZaseActionReaction.cs (1)
23-23
: 🧹 Nitpick (assertive)Избыточная проверка на отрицательное количество BZ
Проверка
initialBZ - consumedAmount < 0
избыточна, так какconsumedAmount
уже ограничен значениемinitialBZ
.Предлагаю удалить лишнюю проверку:
- if (consumedAmount <= 0 || initialBZ - consumedAmount < 0) + if (consumedAmount <= 0)Likely invalid or redundant comment.
Content.Server/Atmos/Reactions/HyperNobliumProductionReaction.cs (1)
33-33
: Проверьте корректность расчета выделенной энергииФормула
energyReleased = nobFormed * (Atmospherics.NobliumFormationEnergy / Math.Max(initialBZ, 1))
может давать непредсказуемые результаты при малых значенияхinitialBZ
. Убедитесь, что такое поведение соответствует ожиданиям.Content.Server/Atmos/Reactions/NitriumProductionReaction.cs (1)
16-41
: Логика реакции нитрия выглядит корректнойРеализация метода
React
соответствует требованиям и правильно обрабатывает реакцию производства нитрия.Content.Server/Atmos/Reactions/BZProductionReaction.cs (1)
16-51
: Логика реакции BZ выглядит корректнойРеализация метода
React
соответствует требованиям и правильно обрабатывает реакцию производства BZ.Content.Server/Atmos/Reactions/HydrogenFireReaction.cs (1)
16-56
: Логика реакции горения водорода выглядит корректнойРеализация метода
React
соответствует требованиям и правильно обрабатывает реакцию горения водорода.Content.Shared/Atmos/Atmospherics.cs (2)
175-175
: Обновление общей численности газов до 20Константа
TotalNumberOfGases
обновлена корректно, учитывая добавление новых газов в систему.
383-396
: Проверка нумерации и добавления новых газов в перечислениеGas
Новые газы добавлены в перечисление
Gas
с правильными значениями и без конфликтов. Последовательность нумерации соблюдена.Resources/Locale/ru-RU/gases/gases.ftl (1)
10-20
: Проверка соответствия переводов новым газамПереводы для новых газов добавлены корректно и соответствуют принятым в проекте стилям. Нет повторяющихся переводов, требующих использования ссылок на существующие идентификаторы.
Resources/Locale/en-US/gases/gases.ftl (1)
10-20
: Добавление новых газов в английский файл переводаНовые газы успешно добавлены в файл перевода на английском языке. Переводы соответствуют названиям газов в системе.
Content.Server/Atmos/Reactions/ZaukerDecompositionReaction.cs (2)
13-15
: Проверка безопасности реакции выглядит корректнойПроверка на наличие HyperNoblium и температуру соответствует общему паттерну реакций.
27-30
: Необходимо проверить стехиометрию реакцииТекущие коэффициенты реакции:
- Zauker → -1.0
- Oxygen → +0.3
- Nitrogen → +0.7
Сумма продуктов (1.0) соответствует количеству расходуемого Zauker, что корректно с точки зрения сохранения массы.
Content.Server/Atmos/Reactions/NitriumDecompositionReaction.cs (2)
27-30
: Проверить баланс продуктов реакцииСтехиометрия реакции:
- Nitrium → -1.0
- Hydrogen → +1.0
- Nitrogen → +1.0
Сумма продуктов (2.0) превышает количество расходуемого Nitrium (1.0). Необходимо проверить, является ли это намеренным поведением.
19-20
: Проверить формулу расчета эффективностиЭффективность зависит от температуры и количества Nitrium. Формула использует деление на константу
NitriumDecompositionTempDivisor
, что может привести к очень малым значениям при высоких значениях делителя.✅ Verification successful
Формула расчета эффективности корректна
Расчет эффективности использует обоснованные физико-химические принципы:
- Делитель ~3000K (2985.2K) является адекватным значением для температуры термического разложения
- Ограничение минимальным значением между температурной эффективностью и количеством реагента предотвращает нефизичное поведение
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Поиск значения константы NitriumDecompositionTempDivisor rg "NitriumDecompositionTempDivisor\s*=\s*" -A 1Length of output: 268
Script:
#!/bin/bash # Search for T0C constant rg "T0C\s*=\s*" -A 1Length of output: 139
Content.Server/Atmos/Reactions/HealiumProductionReaction.cs (1)
28-31
: Проверить стехиометрический баланс реакцииТекущие коэффициенты:
- Frezon → -2.75
- BZ → -0.25
- Healium → +3.0
Сумма реагентов и продуктов не сбалансирована. Необходимо подтвердить, что это намеренное поведение.
Content.Server/Atmos/Reactions/HalonOxygenAbsorptionReaction.cs (2)
22-24
: Высокий коэффициент потребления кислорода требует вниманияРеакция потребляет кислород в соотношении 20:1 к Halon. Такой высокий коэффициент может быстро истощить запасы кислорода в атмосфере. Рекомендуется проверить баланс.
28-31
: Проверить баланс массы в реакцииСтехиометрия реакции:
- Halon → -1.0
- Oxygen → -20.0
- CarbonDioxide → +5.0
Значительная разница между входящей (-21.0) и исходящей (+5.0) массой. Необходимо подтвердить, что это намеренное поведение.
Content.Shared/Atmos/Piping/Unary/Components/SharedVentScrubberComponent.cs (1)
25-38
: Корректное добавление новых газов.Новые газы правильно добавлены в список DefaultFilterGases, сохраняя существующую структуру кода.
Content.Server/Atmos/Portable/PortableScrubberComponent.cs (1)
33-46
: Согласованное обновление фильтруемых газов.Список FilterGases корректно обновлен и соответствует изменениям в SharedVentScrubberComponent.
Content.Shared/Supermatter/Components/SupermatterComponent.cs (2)
329-341
: Корректное добавление новых газов в хранилище.Новые газы правильно инициализированы с нулевыми значениями в GasStorage.
359-371
: Проверьте баланс параметров новых газов.Некоторые значения модификаторов могут требовать дополнительного тестирования:
- Halon имеет сильный отрицательный PowerMixRatio (-2f)
- AntiNoblium имеет все нулевые модификаторы
Рекомендуется провести тестирование для подтверждения баланса этих параметров в игровых условиях.
Resources/Textures/_LostParadise/Structures/Machines/Turbine.rsi/meta.json (1)
1-17
: Файл соответствует стандартам!Метаданные RSI корректно определены с правильной структурой, лицензией и размерами спрайта.
Content.Server/Atmos/Reactions/FrezonCoolantReaction.cs (1)
18-22
: Проверка на наличие HyperNoblium реализована корректно.Добавленная проверка предотвращает реакцию при достаточном количестве HyperNoblium, что логично с точки зрения химии газов.
Resources/Textures/Structures/Storage/canister.rsi/meta.json (1)
120-185
: Новые состояния канистр добавлены корректно!Все новые состояния следуют установленному шаблону именования и включают необходимые варианты спрайтов.
Resources/Prototypes/Entities/Structures/Specific/Atmospherics/sensor.yml (1)
61-71
: Пороговые значения для новых газов установлены корректно!Классификация газов на опасные и нежелательные соответствует их химическим свойствам и потенциальному влиянию на атмосферу станции.
Content.Server/Atmos/Reactions/TritiumFireReaction.cs (1)
14-18
: Проверьте пороговое значение температурыДобавленное условие предотвращает реакцию при наличии HyperNoblium (>= 5.0f), но пороговое значение температуры (20f) кажется слишком низким для эффективного ингибирования реакции.
✅ Verification successful
Температурный порог является корректным
Пороговое значение температуры 20f является частью стандартизированного механизма ингибирования реакций с помощью HyperNoblium. Это значение последовательно используется во всех атмосферных реакциях системы, включая реакции горения плазмы, водорода и другие.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Поиск других реакций с похожими температурными условиями rg -l "minimumTemperature.*20" "Resources/Prototypes/Atmospherics/"Length of output: 67
Script:
#!/bin/bash # Поиск температурных условий в файлах реакций rg -A 2 "Temperature [<>=]" "Content.Server/Atmos/Reactions/" # Поиск использования HyperNoblium в других реакциях ast-grep --pattern 'GetMoles(Gas.HyperNoblium)'Length of output: 12182
Resources/Prototypes/Atmospherics/thresholds.yml (3)
27-31
: Подтвердите новый порог давленияУвеличение нижнего порога давления с 20 до 85 кПа является значительным изменением. Комментарий правильно объясняет причину (невозможность дышать ниже ~85 кПа из-за недостатка кислорода).
44-46
: Обновление порогов CO2Изменение верхнего порога CO2 до 0.006 с предупреждением при 0.5 хорошо документировано комментарием о незначительном удушье.
51-53
: Обновление порогов плазмыНовый порог воспламеняемости плазмы (0.005) с предупреждением при 50% от этого значения логически обоснован.
Resources/Prototypes/Atmospherics/gases.yml (1)
159-170
: 🧹 Nitpick (assertive)Проверьте значение specificHeat для HyperNoblium
Значение specificHeat для HyperNoblium (2000) значительно выше, чем у других газов. Это может привести к неожиданному поведению в тепловых расчетах.
Resources/ServerInfo/Guidebook/Engineering/Supermatter.xml (1)
29-29
: Исправление написания "Фрезон"Корректное исправление написания с "Фризон" на "Фрезон" для соответствия общепринятой терминологии.
Resources/Prototypes/Atmospherics/reactions.yml (1)
313-314
: 🧹 Nitpick (assertive)Проверьте температурный диапазон для ZaukerProduction
Экстремально высокий температурный диапазон (50000-75000) для производства Zauker может создать проблемы с балансом игры.
Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml (1)
56-66
: Корректное добавление новых газов!Новые газы правильно добавлены в
gasThresholdPrototypes
с соответствующими статусами опасности.Also applies to: 160-170
Resources/Prototypes/Reagents/gases.yml (1)
7-7
: Улучшенная цветовая схема газов!Обновленные цвета делают газы более визуально различимыми:
- Кислород:
#c4f5ff
- Азот:
#a1e1ff
- Закись азота:
#5d88c9
Also applies to: 197-197, 239-239
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml (1)
Line range hint
643-1500
: Структура новых канистр реализована корректноВсе новые канистры правильно наследуют базовые компоненты и следуют установленному шаблону реализации.
🧰 Tools
🪛 yamllint (1.35.1)
[error] 640-640: wrong indentation: expected 6 but found 2
(indentation)
[error] 643-643: wrong indentation: expected 4 but found 0
(indentation)
[error] 649-649: wrong indentation: expected 4 but found 2
(indentation)
[error] 651-651: wrong indentation: expected 6 but found 4
(indentation)
[error] 656-656: wrong indentation: expected 8 but found 6
(indentation)
[warning] 656-656: too few spaces before comment
(comments)
[warning] 657-657: too few spaces before comment
(comments)
[warning] 658-658: too few spaces before comment
(comments)
[warning] 659-659: too few spaces before comment
(comments)
[warning] 660-660: too few spaces before comment
(comments)
[warning] 661-661: too few spaces before comment
(comments)
[warning] 662-662: too few spaces before comment
(comments)
[warning] 663-663: too few spaces before comment
(comments)
[warning] 664-664: too few spaces before comment
(comments)
[warning] 665-665: too few spaces before comment
(comments)
[error] 669-669: wrong indentation: expected 6 but found 4
(indentation)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 679-679: wrong indentation: expected 8 but found 6
(indentation)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 690-690: wrong indentation: expected 6 but found 2
(indentation)
[error] 693-693: wrong indentation: expected 4 but found 0
(indentation)
[error] 699-699: wrong indentation: expected 4 but found 2
(indentation)
[error] 701-701: wrong indentation: expected 6 but found 4
(indentation)
[error] 706-706: wrong indentation: expected 8 but found 6
(indentation)
[warning] 706-706: too few spaces before comment
(comments)
[warning] 707-707: too few spaces before comment
(comments)
[warning] 708-708: too few spaces before comment
(comments)
[warning] 709-709: too few spaces before comment
(comments)
[warning] 710-710: too few spaces before comment
(comments)
[warning] 711-711: too few spaces before comment
(comments)
[warning] 712-712: too few spaces before comment
(comments)
[warning] 713-713: too few spaces before comment
(comments)
[warning] 714-714: too few spaces before comment
(comments)
[warning] 715-715: too few spaces before comment
(comments)
[warning] 716-716: too few spaces before comment
(comments)
[error] 720-720: wrong indentation: expected 6 but found 4
(indentation)
[error] 725-725: too many spaces inside brackets
(brackets)
[error] 725-725: too many spaces inside brackets
(brackets)
[error] 730-730: wrong indentation: expected 8 but found 6
(indentation)
[error] 739-739: too many spaces inside brackets
(brackets)
[error] 739-739: too many spaces inside brackets
(brackets)
[error] 741-741: wrong indentation: expected 6 but found 2
(indentation)
[error] 744-744: wrong indentation: expected 4 but found 0
(indentation)
[error] 750-750: wrong indentation: expected 4 but found 2
(indentation)
[error] 752-752: wrong indentation: expected 6 but found 4
(indentation)
[error] 757-757: wrong indentation: expected 8 but found 6
(indentation)
[warning] 757-757: too few spaces before comment
(comments)
[warning] 758-758: too few spaces before comment
(comments)
[warning] 759-759: too few spaces before comment
(comments)
[warning] 760-760: too few spaces before comment
(comments)
[warning] 761-761: too few spaces before comment
(comments)
[warning] 762-762: too few spaces before comment
(comments)
[warning] 763-763: too few spaces before comment
(comments)
[warning] 764-764: too few spaces before comment
(comments)
[warning] 765-765: too few spaces before comment
(comments)
[warning] 766-766: too few spaces before comment
(comments)
[warning] 767-767: too few spaces before comment
(comments)
[warning] 768-768: too few spaces before comment
(comments)
[error] 772-772: wrong indentation: expected 6 but found 4
(indentation)
[error] 777-777: too many spaces inside brackets
(brackets)
[error] 777-777: too many spaces inside brackets
(brackets)
[error] 782-782: wrong indentation: expected 8 but found 6
(indentation)
[error] 791-791: too many spaces inside brackets
(brackets)
[error] 791-791: too many spaces inside brackets
(brackets)
[error] 793-793: wrong indentation: expected 6 but found 2
(indentation)
[error] 796-796: wrong indentation: expected 4 but found 0
(indentation)
[error] 802-802: wrong indentation: expected 4 but found 2
(indentation)
[error] 804-804: wrong indentation: expected 6 but found 4
(indentation)
[error] 809-809: wrong indentation: expected 8 but found 6
(indentation)
[warning] 809-809: too few spaces before comment
(comments)
[warning] 810-810: too few spaces before comment
(comments)
[warning] 811-811: too few spaces before comment
(comments)
[warning] 812-812: too few spaces before comment
(comments)
[warning] 813-813: too few spaces before comment
(comments)
[warning] 814-814: too few spaces before comment
(comments)
[warning] 815-815: too few spaces before comment
(comments)
[warning] 816-816: too few spaces before comment
(comments)
[warning] 817-817: too few spaces before comment
(comments)
[warning] 818-818: too few spaces before comment
(comments)
[warning] 819-819: too few spaces before comment
(comments)
[warning] 820-820: too few spaces before comment
(comments)
[warning] 821-821: too few spaces before comment
(comments)
[error] 825-825: wrong indentation: expected 6 but found 4
(indentation)
[error] 830-830: too many spaces inside brackets
(brackets)
[error] 830-830: too many spaces inside brackets
(brackets)
[error] 835-835: wrong indentation: expected 8 but found 6
(indentation)
[error] 844-844: too many spaces inside brackets
(brackets)
[error] 844-844: too many spaces inside brackets
(brackets)
[error] 846-846: wrong indentation: expected 6 but found 2
(indentation)
[error] 849-849: wrong indentation: expected 4 but found 0
(indentation)
[error] 855-855: wrong indentation: expected 4 but found 2
(indentation)
[error] 857-857: wrong indentation: expected 6 but found 4
(indentation)
[error] 862-862: wrong indentation: expected 8 but found 6
(indentation)
[warning] 862-862: too few spaces before comment
(comments)
[warning] 863-863: too few spaces before comment
(comments)
[warning] 864-864: too few spaces before comment
(comments)
[warning] 865-865: too few spaces before comment
(comments)
[warning] 866-866: too few spaces before comment
(comments)
[warning] 867-867: too few spaces before comment
(comments)
[warning] 868-868: too few spaces before comment
(comments)
[warning] 869-869: too few spaces before comment
(comments)
[warning] 870-870: too few spaces before comment
(comments)
[warning] 871-871: too few spaces before comment
(comments)
[warning] 872-872: too few spaces before comment
(comments)
[warning] 873-873: too few spaces before comment
(comments)
[warning] 874-874: too few spaces before comment
(comments)
[warning] 875-875: too few spaces before comment
(comments)
[warning] 876-876: too few spaces before comment
(comments)
[warning] 877-877: too few spaces before comment
(comments)
[warning] 878-878: too few spaces before comment
(comments)
[warning] 879-879: too few spaces before comment
(comments)
[warning] 880-880: too few spaces before comment
(comments)
[warning] 881-881: too few spaces before comment
(comments)
[error] 885-885: wrong indentation: expected 6 but found 4
(indentation)
[error] 890-890: too many spaces inside brackets
(brackets)
[error] 890-890: too many spaces inside brackets
(brackets)
[error] 895-895: wrong indentation: expected 8 but found 6
(indentation)
[error] 904-904: too many spaces inside brackets
(brackets)
[error] 904-904: too many spaces inside brackets
(brackets)
[error] 906-906: wrong indentation: expected 6 but found 2
(indentation)
[error] 909-909: wrong indentation: expected 4 but found 0
(indentation)
[error] 912-912: too many spaces after colon
(colons)
[error] 915-915: wrong indentation: expected 4 but found 2
(indentation)
[error] 917-917: wrong indentation: expected 6 but found 4
(indentation)
[error] 922-922: wrong indentation: expected 8 but found 6
(indentation)
[warning] 922-922: too few spaces before comment
(comments)
[warning] 923-923: too few spaces before comment
(comments)
[warning] 924-924: too few spaces before comment
(comments)
[warning] 925-925: too few spaces before comment
(comments)
[warning] 926-926: too few spaces before comment
(comments)
[warning] 927-927: too few spaces before comment
(comments)
[warning] 928-928: too few spaces before comment
(comments)
[warning] 929-929: too few spaces before comment
(comments)
[warning] 930-930: too few spaces before comment
(comments)
[warning] 931-931: too few spaces before comment
(comments)
[warning] 932-932: too few spaces before comment
(comments)
[warning] 933-933: too few spaces before comment
(comments)
[warning] 934-934: too few spaces before comment
(comments)
[warning] 935-935: too few spaces before comment
(comments)
[warning] 936-936: too few spaces before comment
(comments)
[warning] 937-937: too few spaces before comment
(comments)
[warning] 938-938: too few spaces before comment
(comments)
[warning] 939-939: too few spaces before comment
(comments)
[warning] 940-940: too few spaces before comment
(comments)
[warning] 941-941: too few spaces before comment
(comments)
[error] 945-945: wrong indentation: expected 6 but found 4
(indentation)
[error] 950-950: too many spaces inside brackets
(brackets)
[error] 950-950: too many spaces inside brackets
(brackets)
[error] 955-955: wrong indentation: expected 8 but found 6
(indentation)
[error] 964-964: too many spaces inside brackets
(brackets)
[error] 964-964: too many spaces inside brackets
(brackets)
[error] 966-966: wrong indentation: expected 6 but found 2
(indentation)
[error] 969-969: wrong indentation: expected 4 but found 0
(indentation)
[error] 972-972: too many spaces after colon
(colons)
[error] 975-975: wrong indentation: expected 4 but found 2
(indentation)
[error] 977-977: wrong indentation: expected 6 but found 4
(indentation)
[error] 982-982: wrong indentation: expected 8 but found 6
(indentation)
[warning] 982-982: too few spaces before comment
(comments)
[warning] 983-983: too few spaces before comment
(comments)
[warning] 984-984: too few spaces before comment
(comments)
[warning] 985-985: too few spaces before comment
(comments)
[warning] 986-986: too few spaces before comment
(comments)
[warning] 987-987: too few spaces before comment
(comments)
[warning] 988-988: too few spaces before comment
(comments)
[warning] 989-989: too few spaces before comment
(comments)
[warning] 990-990: too few spaces before comment
(comments)
[warning] 991-991: too few spaces before comment
(comments)
[warning] 992-992: too few spaces before comment
(comments)
[warning] 993-993: too few spaces before comment
(comments)
[warning] 994-994: too few spaces before comment
(comments)
[warning] 995-995: too few spaces before comment
(comments)
[warning] 996-996: too few spaces before comment
(comments)
[warning] 997-997: too few spaces before comment
(comments)
[warning] 998-998: too few spaces before comment
(comments)
[warning] 999-999: too few spaces before comment
(comments)
[warning] 1000-1000: too few spaces before comment
(comments)
[warning] 1001-1001: too few spaces before comment
(comments)
[error] 1005-1005: wrong indentation: expected 6 but found 4
(indentation)
[error] 1010-1010: too many spaces inside brackets
(brackets)
[error] 1010-1010: too many spaces inside brackets
(brackets)
[error] 1015-1015: wrong indentation: expected 8 but found 6
(indentation)
[error] 1024-1024: too many spaces inside brackets
(brackets)
[error] 1024-1024: too many spaces inside brackets
(brackets)
[error] 1026-1026: wrong indentation: expected 6 but found 2
(indentation)
[error] 1029-1029: wrong indentation: expected 4 but found 0
(indentation)
[error] 1032-1032: too many spaces after colon
(colons)
[error] 1035-1035: wrong indentation: expected 4 but found 2
(indentation)
[error] 1037-1037: wrong indentation: expected 6 but found 4
(indentation)
[error] 1042-1042: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1042-1042: too few spaces before comment
(comments)
[warning] 1043-1043: too few spaces before comment
(comments)
[warning] 1044-1044: too few spaces before comment
(comments)
[warning] 1045-1045: too few spaces before comment
(comments)
[warning] 1046-1046: too few spaces before comment
(comments)
[warning] 1047-1047: too few spaces before comment
(comments)
[warning] 1048-1048: too few spaces before comment
(comments)
[warning] 1049-1049: too few spaces before comment
(comments)
[warning] 1050-1050: too few spaces before comment
(comments)
[warning] 1051-1051: too few spaces before comment
(comments)
[warning] 1052-1052: too few spaces before comment
(comments)
[warning] 1053-1053: too few spaces before comment
(comments)
[warning] 1054-1054: too few spaces before comment
(comments)
[warning] 1055-1055: too few spaces before comment
(comments)
[warning] 1056-1056: too few spaces before comment
(comments)
[warning] 1057-1057: too few spaces before comment
(comments)
[warning] 1058-1058: too few spaces before comment
(comments)
[warning] 1059-1059: too few spaces before comment
(comments)
[warning] 1060-1060: too few spaces before comment
(comments)
[warning] 1061-1061: too few spaces before comment
(comments)
[error] 1065-1065: wrong indentation: expected 6 but found 4
(indentation)
[error] 1070-1070: too many spaces inside brackets
(brackets)
[error] 1070-1070: too many spaces inside brackets
(brackets)
[error] 1075-1075: wrong indentation: expected 8 but found 6
(indentation)
[error] 1084-1084: too many spaces inside brackets
(brackets)
[error] 1084-1084: too many spaces inside brackets
(brackets)
[error] 1086-1086: wrong indentation: expected 6 but found 2
(indentation)
[error] 1089-1089: wrong indentation: expected 4 but found 0
(indentation)
[error] 1092-1092: too many spaces after colon
(colons)
[error] 1095-1095: wrong indentation: expected 4 but found 2
(indentation)
[error] 1097-1097: wrong indentation: expected 6 but found 4
(indentation)
[error] 1102-1102: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1102-1102: too few spaces before comment
(comments)
[warning] 1103-1103: too few spaces before comment
(comments)
[warning] 1104-1104: too few spaces before comment
(comments)
[warning] 1105-1105: too few spaces before comment
(comments)
[warning] 1106-1106: too few spaces before comment
(comments)
[warning] 1107-1107: too few spaces before comment
(comments)
[warning] 1108-1108: too few spaces before comment
(comments)
[warning] 1109-1109: too few spaces before comment
(comments)
[warning] 1110-1110: too few spaces before comment
(comments)
[warning] 1111-1111: too few spaces before comment
(comments)
[warning] 1112-1112: too few spaces before comment
(comments)
[warning] 1113-1113: too few spaces before comment
(comments)
[warning] 1114-1114: too few spaces before comment
(comments)
[warning] 1115-1115: too few spaces before comment
(comments)
[warning] 1116-1116: too few spaces before comment
(comments)
[warning] 1117-1117: too few spaces before comment
(comments)
[warning] 1118-1118: too few spaces before comment
(comments)
[warning] 1119-1119: too few spaces before comment
(comments)
[warning] 1120-1120: too few spaces before comment
(comments)
[warning] 1121-1121: too few spaces before comment
(comments)
[error] 1125-1125: wrong indentation: expected 6 but found 4
(indentation)
[error] 1130-1130: too many spaces inside brackets
(brackets)
[error] 1130-1130: too many spaces inside brackets
(brackets)
[error] 1135-1135: wrong indentation: expected 8 but found 6
(indentation)
[error] 1144-1144: too many spaces inside brackets
(brackets)
[error] 1144-1144: too many spaces inside brackets
(brackets)
[error] 1146-1146: wrong indentation: expected 6 but found 2
(indentation)
[error] 1149-1149: wrong indentation: expected 4 but found 0
(indentation)
[error] 1152-1152: too many spaces after colon
(colons)
[error] 1155-1155: wrong indentation: expected 4 but found 2
(indentation)
[error] 1157-1157: wrong indentation: expected 6 but found 4
(indentation)
[error] 1162-1162: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1162-1162: too few spaces before comment
(comments)
[warning] 1163-1163: too few spaces before comment
(comments)
[warning] 1164-1164: too few spaces before comment
(comments)
[warning] 1165-1165: too few spaces before comment
(comments)
[warning] 1166-1166: too few spaces before comment
(comments)
[warning] 1167-1167: too few spaces before comment
(comments)
[warning] 1168-1168: too few spaces before comment
(comments)
[warning] 1169-1169: too few spaces before comment
(comments)
[warning] 1170-1170: too few spaces before comment
(comments)
[warning] 1171-1171: too few spaces before comment
(comments)
[warning] 1172-1172: too few spaces before comment
(comments)
[warning] 1173-1173: too few spaces before comment
(comments)
[warning] 1174-1174: too few spaces before comment
(comments)
[warning] 1175-1175: too few spaces before comment
(comments)
[warning] 1176-1176: too few spaces before comment
(comments)
[warning] 1177-1177: too few spaces before comment
(comments)
[warning] 1178-1178: too few spaces before comment
(comments)
[warning] 1179-1179: too few spaces before comment
(comments)
[warning] 1180-1180: too few spaces before comment
(comments)
[warning] 1181-1181: too few spaces before comment
(comments)
[error] 1185-1185: wrong indentation: expected 6 but found 4
(indentation)
[error] 1190-1190: too many spaces inside brackets
(brackets)
[error] 1190-1190: too many spaces inside brackets
(brackets)
[error] 1195-1195: wrong indentation: expected 8 but found 6
(indentation)
[error] 1204-1204: too many spaces inside brackets
(brackets)
[error] 1204-1204: too many spaces inside brackets
(brackets)
[error] 1206-1206: wrong indentation: expected 6 but found 2
(indentation)
[error] 1209-1209: wrong indentation: expected 4 but found 0
(indentation)
[error] 1212-1212: too many spaces after colon
(colons)
[error] 1215-1215: wrong indentation: expected 4 but found 2
(indentation)
[error] 1217-1217: wrong indentation: expected 6 but found 4
(indentation)
[error] 1222-1222: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1222-1222: too few spaces before comment
(comments)
[warning] 1223-1223: too few spaces before comment
(comments)
[warning] 1224-1224: too few spaces before comment
(comments)
[warning] 1225-1225: too few spaces before comment
(comments)
[warning] 1226-1226: too few spaces before comment
(comments)
[warning] 1227-1227: too few spaces before comment
(comments)
[warning] 1228-1228: too few spaces before comment
(comments)
[warning] 1229-1229: too few spaces before comment
(comments)
[warning] 1230-1230: too few spaces before comment
(comments)
[warning] 1231-1231: too few spaces before comment
(comments)
[warning] 1232-1232: too few spaces before comment
(comments)
[warning] 1233-1233: too few spaces before comment
(comments)
[warning] 1234-1234: too few spaces before comment
(comments)
[warning] 1235-1235: too few spaces before comment
(comments)
[warning] 1236-1236: too few spaces before comment
(comments)
[warning] 1237-1237: too few spaces before comment
(comments)
[warning] 1238-1238: too few spaces before comment
(comments)
[warning] 1239-1239: too few spaces before comment
(comments)
[warning] 1240-1240: too few spaces before comment
(comments)
[warning] 1241-1241: too few spaces before comment
(comments)
[error] 1245-1245: wrong indentation: expected 6 but found 4
(indentation)
[error] 1250-1250: too many spaces inside brackets
(brackets)
[error] 1250-1250: too many spaces inside brackets
(brackets)
[error] 1255-1255: wrong indentation: expected 8 but found 6
(indentation)
[error] 1264-1264: too many spaces inside brackets
(brackets)
[error] 1264-1264: too many spaces inside brackets
(brackets)
[error] 1266-1266: wrong indentation: expected 6 but found 2
(indentation)
[error] 1271-1271: wrong indentation: expected 4 but found 0
(indentation)
Content.Server/_LostParadise/IgnitionSource/IgniteOnToggleSystem.cs
Outdated
Show resolved
Hide resolved
ent-BZCanister = Канистра БЗ | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Сильнодействующий галлюциноген, который также погружает слизней в стазис. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-PluoxiumCanister = Канистра плюоксиума | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится плюоксиум. Газ, насыщающий кровь большим количеством кислорода, не будучи окислителем. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-HydrogenCanister = Канистра водорода | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится водород. Горючий газ который в смеси с воздухом или кислородом может вызвать пожар. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-NitriumCanister = Канистра нитриума | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится нитриум. Газообразный стимулятор, который при вдыхании может повысить скорость и выносливость. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-HealiumCanister = Канистра хилиума | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Вызывает глубокий регенеративный сон. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-HyperNobliumCanister = Канистра гипер-ноблия | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится гипер-ноблий. Самый благородный газ из всех. Большое количество гипер-ноблия активно предотвращает возникновение реакций. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-ProtoNitrateCanister = Канистра прото-нитрата | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится прото-нитрат. Нестабильный газ, который по-разному реагирует с различными газами. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-ZaukerCanister = Канистра заукера | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится заукер. Крайне токсичный газ, его производство строго регулируется, в дополнение к сложности его производства. Быстро распадается при контакте с азотом. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-HalonCanister = Канистра галона | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится галон. Мощный подавитель огня. При высоких температурах поглащает кислород и охлаждает помещение. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-HeliumCanister = Канистра гелия | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится гелий. Инертный газ, получаемый при синтезе водорода и его производных. Можно прикрепить к порту коннектора с помощью гаечного ключа. | ||
ent-AntiNobliumCanister = Канистра анти-ноблиума | ||
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится анти-ноблиум. Мы до сих пор не знаем, что он делает, но он стоит дорого. Можно прикрепить к порту коннектора с помощью гаечного ключа. |
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.
Необходимы исправления в описаниях и структуре файла
Обнаружены следующие проблемы:
- Опечатка в слове "поглащает" (должно быть "поглощает") в описании галона
- Отсутствуют записи разбитых канистр для новых газов (по аналогии с существующими)
Предлагаемые исправления:
ent-HalonCanister = Канистра галона
- .desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится галон. Мощный подавитель огня. При высоких температурах поглащает кислород и охлаждает помещение. Можно прикрепить к порту коннектора с помощью гаечного ключа.
+ .desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится галон. Мощный подавитель огня. При высоких температурах поглощает кислород и охлаждает помещение. Можно прикрепить к порту коннектора с помощью гаечного ключа.
Также необходимо добавить записи для разбитых канистр:
+ent-BZCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-PluoxiumCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-HydrogenCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-NitriumCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-HealiumCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-HyperNobliumCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-ProtoNitrateCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-ZaukerCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-HalonCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-HeliumCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
+ent-AntiNobliumCanisterBroken = { ent-GasCanisterBrokenBase }
+ .desc = { ent-GasCanisterBrokenBase.desc }
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
ent-BZCanister = Канистра БЗ | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Сильнодействующий галлюциноген, который также погружает слизней в стазис. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-PluoxiumCanister = Канистра плюоксиума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится плюоксиум. Газ, насыщающий кровь большим количеством кислорода, не будучи окислителем. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HydrogenCanister = Канистра водорода | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится водород. Горючий газ который в смеси с воздухом или кислородом может вызвать пожар. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-NitriumCanister = Канистра нитриума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится нитриум. Газообразный стимулятор, который при вдыхании может повысить скорость и выносливость. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HealiumCanister = Канистра хилиума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Вызывает глубокий регенеративный сон. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HyperNobliumCanister = Канистра гипер-ноблия | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится гипер-ноблий. Самый благородный газ из всех. Большое количество гипер-ноблия активно предотвращает возникновение реакций. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-ProtoNitrateCanister = Канистра прото-нитрата | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится прото-нитрат. Нестабильный газ, который по-разному реагирует с различными газами. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-ZaukerCanister = Канистра заукера | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится заукер. Крайне токсичный газ, его производство строго регулируется, в дополнение к сложности его производства. Быстро распадается при контакте с азотом. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HalonCanister = Канистра галона | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится галон. Мощный подавитель огня. При высоких температурах поглащает кислород и охлаждает помещение. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HeliumCanister = Канистра гелия | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится гелий. Инертный газ, получаемый при синтезе водорода и его производных. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-AntiNobliumCanister = Канистра анти-ноблиума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится анти-ноблиум. Мы до сих пор не знаем, что он делает, но он стоит дорого. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-BZCanister = Канистра БЗ | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Сильнодействующий галлюциноген, который также погружает слизней в стазис. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-PluoxiumCanister = Канистра плюоксиума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится плюоксиум. Газ, насыщающий кровь большим количеством кислорода, не будучи окислителем. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HydrogenCanister = Канистра водорода | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится водород. Горючий газ который в смеси с воздухом или кислородом может вызвать пожар. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-NitriumCanister = Канистра нитриума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится нитриум. Газообразный стимулятор, который при вдыхании может повысить скорость и выносливость. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HealiumCanister = Канистра хилиума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Вызывает глубокий регенеративный сон. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HyperNobliumCanister = Канистра гипер-ноблия | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится гипер-ноблий. Самый благородный газ из всех. Большое количество гипер-ноблия активно предотвращает возникновение реакций. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-ProtoNitrateCanister = Канистра прото-нитрата | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится прото-нитрат. Нестабильный газ, который по-разному реагирует с различными газами. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-ZaukerCanister = Канистра заукера | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится заукер. Крайне токсичный газ, его производство строго регулируется, в дополнение к сложности его производства. Быстро распадается при контакте с азотом. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HalonCanister = Канистра галона | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится галон. Мощный подавитель огня. При высоких температурах поглощает кислород и охлаждает помещение. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-HeliumCanister = Канистра гелия | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится гелий. Инертный газ, получаемый при синтезе водорода и его производных. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-AntiNobliumCanister = Канистра анти-ноблиума | |
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится анти-ноблиум. Мы до сих пор не знаем, что он делает, но он стоит дорого. Можно прикрепить к порту коннектора с помощью гаечного ключа. | |
ent-BZCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-PluoxiumCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-HydrogenCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-NitriumCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-HealiumCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-HyperNobliumCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-ProtoNitrateCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-ZaukerCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-HalonCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-HeliumCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } | |
ent-AntiNobliumCanisterBroken = { ent-GasCanisterBrokenBase } | |
.desc = { ent-GasCanisterBrokenBase.desc } |
Content.Server/Atmos/Reactions/ProtoNitrateHydrogenConversionReaction.cs
Show resolved
Hide resolved
Content.Server/Atmos/Reactions/ProtoNitrateHydrogenConversionReaction.cs
Show resolved
Hide resolved
reagent-name-bz = бз | ||
reagent-desc-bz = Сильнодействующий галлюциноген, который также погружает слизней в стазис. | ||
reagent-name-pluoxium = плюоксиум | ||
reagent-desc-pluoxium = Газ, насыщающий кровь большим количеством кислорода, не будучи окислителем. | ||
reagent-name-nitrium = нитриум | ||
reagent-desc-nitrium = Газообразный стимулятор, который при вдыхании может повысить скорость и выносливость. | ||
reagent-name-healium = хилиум | ||
reagent-desc-healium = Вызывает глубокий регенеративный сон. | ||
reagent-name-hyper-nob = гипер-ноблий | ||
reagent-desc-hyper-nob = Самый благородный газ из всех. Большое количество гипер-ноблия активно предотвращает возникновение реакций. | ||
reagent-name-proto-nitrate = прото-нитрат | ||
reagent-desc-proto-nitrate = Нестабильный газ, который по-разному реагирует с различными газами. | ||
reagent-name-zauker = заукер | ||
reagent-desc-zauker = Крайне токсичный газ, его производство строго регулируется, в дополнение к сложности его производства. Быстро распадается при контакте с азотом. | ||
reagent-name-halon = галон | ||
reagent-desc-halon = Мощный подавитель огня. При высоких температурах поглащает кислород и охлаждает помещение. | ||
reagent-name-helium = гелий | ||
reagent-desc-helium = Инертный газ, получаемый при синтезе водорода и его производных. | ||
reagent-name-anti-nob = анти-ноблиум | ||
reagent-desc-anti-nob = Мы до сих пор не знаем, что он делает, но он стоит дорого. |
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.
🧹 Nitpick (assertive)
Проверьте согласованность описаний газов.
Описания новых газов требуют некоторых улучшений для большей согласованности:
- В описании галона есть опечатка: "поглащает" должно быть "поглощает"
- В описании заукера рекомендуется перефразировать для более естественного звучания
Предлагаемые изменения:
-reagent-desc-halon = Мощный подавитель огня. При высоких температурах поглащает кислород и охлаждает помещение.
+reagent-desc-halon = Мощный подавитель огня. При высоких температурах поглощает кислород и охлаждает помещение.
-reagent-desc-zauker = Крайне токсичный газ, его производство строго регулируется, в дополнение к сложности его производства. Быстро распадается при контакте с азотом.
+reagent-desc-zauker = Крайне токсичный газ со строго регулируемым и сложным производством. Быстро распадается при контакте с азотом.
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
reagent-name-bz = бз | |
reagent-desc-bz = Сильнодействующий галлюциноген, который также погружает слизней в стазис. | |
reagent-name-pluoxium = плюоксиум | |
reagent-desc-pluoxium = Газ, насыщающий кровь большим количеством кислорода, не будучи окислителем. | |
reagent-name-nitrium = нитриум | |
reagent-desc-nitrium = Газообразный стимулятор, который при вдыхании может повысить скорость и выносливость. | |
reagent-name-healium = хилиум | |
reagent-desc-healium = Вызывает глубокий регенеративный сон. | |
reagent-name-hyper-nob = гипер-ноблий | |
reagent-desc-hyper-nob = Самый благородный газ из всех. Большое количество гипер-ноблия активно предотвращает возникновение реакций. | |
reagent-name-proto-nitrate = прото-нитрат | |
reagent-desc-proto-nitrate = Нестабильный газ, который по-разному реагирует с различными газами. | |
reagent-name-zauker = заукер | |
reagent-desc-zauker = Крайне токсичный газ, его производство строго регулируется, в дополнение к сложности его производства. Быстро распадается при контакте с азотом. | |
reagent-name-halon = галон | |
reagent-desc-halon = Мощный подавитель огня. При высоких температурах поглащает кислород и охлаждает помещение. | |
reagent-name-helium = гелий | |
reagent-desc-helium = Инертный газ, получаемый при синтезе водорода и его производных. | |
reagent-name-anti-nob = анти-ноблиум | |
reagent-desc-anti-nob = Мы до сих пор не знаем, что он делает, но он стоит дорого. | |
reagent-name-bz = бз | |
reagent-desc-bz = Сильнодействующий галлюциноген, который также погружает слизней в стазис. | |
reagent-name-pluoxium = плюоксиум | |
reagent-desc-pluoxium = Газ, насыщающий кровь большим количеством кислорода, не будучи окислителем. | |
reagent-name-nitrium = нитриум | |
reagent-desc-nitrium = Газообразный стимулятор, который при вдыхании может повысить скорость и выносливость. | |
reagent-name-healium = хилиум | |
reagent-desc-healium = Вызывает глубокий регенеративный сон. | |
reagent-name-hyper-nob = гипер-ноблий | |
reagent-desc-hyper-nob = Самый благородный газ из всех. Большое количество гипер-ноблия активно предотвращает возникновение реакций. | |
reagent-name-proto-nitrate = прото-нитрат | |
reagent-desc-proto-nitrate = Нестабильный газ, который по-разному реагирует с различными газами. | |
reagent-name-zauker = заукер | |
reagent-desc-zauker = Крайне токсичный газ со строго регулируемым и сложным производством. Быстро распадается при контакте с азотом. | |
reagent-name-halon = галон | |
reagent-desc-halon = Мощный подавитель огня. При высоких температурах поглощает кислород и охлаждает помещение. | |
reagent-name-helium = гелий | |
reagent-desc-helium = Инертный газ, получаемый при синтезе водорода и его производных. | |
reagent-name-anti-nob = анти-ноблиум | |
reagent-desc-anti-nob = Мы до сих пор не знаем, что он делает, но он стоит дорого. |
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
Show resolved
Hide resolved
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (2)
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
(4 hunks)Resources/Prototypes/Reagents/gases.yml
(4 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
Resources/Prototypes/Reagents/gases.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml (1)
Pattern **/*.yml
: так же в прототипах запрещены любые переводы на русский. Только на английском или ссылкой на перевод.
Все добавляемые прототипы должны быть в нашей папке.
Никогда не предлагать ничего по отступам
При удалении дополнительного дополнения по типу prob:
, можно оставить оригинальную часть с - id:
.
🪛 yamllint (1.35.1)
Resources/Prototypes/Reagents/gases.yml
[error] 356-356: wrong indentation: expected 6 but found 0
(indentation)
[error] 366-366: wrong indentation: expected 8 but found 6
(indentation)
[error] 374-374: wrong indentation: expected 10 but found 8
(indentation)
[error] 384-384: wrong indentation: expected 10 but found 8
(indentation)
[error] 391-391: too many spaces inside brackets
(brackets)
[error] 391-391: too many spaces inside brackets
(brackets)
[error] 395-395: wrong indentation: expected 10 but found 8
(indentation)
[error] 405-405: wrong indentation: expected 6 but found 0
(indentation)
[error] 417-417: wrong indentation: expected 8 but found 6
(indentation)
[error] 420-420: wrong indentation: expected 10 but found 8
(indentation)
[error] 425-425: wrong indentation: expected 10 but found 8
(indentation)
[error] 430-430: wrong indentation: expected 10 but found 8
(indentation)
[error] 435-435: wrong indentation: expected 10 but found 8
(indentation)
[error] 442-442: wrong indentation: expected 6 but found 0
(indentation)
[error] 454-454: wrong indentation: expected 8 but found 6
(indentation)
[error] 464-464: wrong indentation: expected 10 but found 8
(indentation)
[error] 465-465: wrong indentation: expected 10 but found 12
(indentation)
[error] 471-471: wrong indentation: expected 10 but found 8
(indentation)
[error] 472-472: wrong indentation: expected 10 but found 12
(indentation)
[error] 478-478: wrong indentation: expected 10 but found 8
(indentation)
[error] 479-479: wrong indentation: expected 10 but found 12
(indentation)
[error] 495-495: wrong indentation: expected 6 but found 0
(indentation)
[error] 507-507: wrong indentation: expected 8 but found 6
(indentation)
[error] 509-509: wrong indentation: expected 10 but found 8
(indentation)
[error] 518-518: wrong indentation: expected 10 but found 8
(indentation)
[error] 529-529: wrong indentation: expected 6 but found 0
(indentation)
[error] 539-539: wrong indentation: expected 6 but found 0
(indentation)
[error] 549-549: wrong indentation: expected 6 but found 0
(indentation)
[error] 561-561: wrong indentation: expected 8 but found 6
(indentation)
[error] 563-563: wrong indentation: expected 10 but found 8
(indentation)
[error] 577-577: wrong indentation: expected 10 but found 8
(indentation)
[error] 589-589: wrong indentation: expected 6 but found 0
(indentation)
[error] 599-599: wrong indentation: expected 6 but found 0
(indentation)
[error] 609-609: wrong indentation: expected 6 but found 0
(indentation)
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
[warning] 130-130: too few spaces before comment
(comments)
[error] 643-643: wrong indentation: expected 4 but found 0
(indentation)
[error] 649-649: wrong indentation: expected 4 but found 2
(indentation)
[error] 651-651: wrong indentation: expected 6 but found 4
(indentation)
[error] 656-656: wrong indentation: expected 8 but found 6
(indentation)
[warning] 656-656: too few spaces before comment
(comments)
[warning] 657-657: too few spaces before comment
(comments)
[warning] 658-658: too few spaces before comment
(comments)
[warning] 659-659: too few spaces before comment
(comments)
[warning] 660-660: too few spaces before comment
(comments)
[warning] 661-661: too few spaces before comment
(comments)
[warning] 662-662: too few spaces before comment
(comments)
[warning] 663-663: too few spaces before comment
(comments)
[warning] 664-664: too few spaces before comment
(comments)
[warning] 665-665: too few spaces before comment
(comments)
[error] 669-669: wrong indentation: expected 6 but found 4
(indentation)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 679-679: wrong indentation: expected 8 but found 6
(indentation)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 690-690: wrong indentation: expected 6 but found 2
(indentation)
[error] 693-693: wrong indentation: expected 4 but found 0
(indentation)
[error] 699-699: wrong indentation: expected 4 but found 2
(indentation)
[error] 701-701: wrong indentation: expected 6 but found 4
(indentation)
[error] 706-706: wrong indentation: expected 8 but found 6
(indentation)
[warning] 706-706: too few spaces before comment
(comments)
[warning] 707-707: too few spaces before comment
(comments)
[warning] 708-708: too few spaces before comment
(comments)
[warning] 709-709: too few spaces before comment
(comments)
[warning] 710-710: too few spaces before comment
(comments)
[warning] 711-711: too few spaces before comment
(comments)
[warning] 712-712: too few spaces before comment
(comments)
[warning] 713-713: too few spaces before comment
(comments)
[warning] 714-714: too few spaces before comment
(comments)
[warning] 715-715: too few spaces before comment
(comments)
[warning] 716-716: too few spaces before comment
(comments)
[error] 720-720: wrong indentation: expected 6 but found 4
(indentation)
[error] 725-725: too many spaces inside brackets
(brackets)
[error] 725-725: too many spaces inside brackets
(brackets)
[error] 730-730: wrong indentation: expected 8 but found 6
(indentation)
[error] 739-739: too many spaces inside brackets
(brackets)
[error] 739-739: too many spaces inside brackets
(brackets)
[error] 741-741: wrong indentation: expected 6 but found 2
(indentation)
[error] 744-744: wrong indentation: expected 4 but found 0
(indentation)
[error] 750-750: wrong indentation: expected 4 but found 2
(indentation)
[error] 752-752: wrong indentation: expected 6 but found 4
(indentation)
[error] 757-757: wrong indentation: expected 8 but found 6
(indentation)
[warning] 757-757: too few spaces before comment
(comments)
[warning] 758-758: too few spaces before comment
(comments)
[warning] 759-759: too few spaces before comment
(comments)
[warning] 760-760: too few spaces before comment
(comments)
[warning] 761-761: too few spaces before comment
(comments)
[warning] 762-762: too few spaces before comment
(comments)
[warning] 763-763: too few spaces before comment
(comments)
[warning] 764-764: too few spaces before comment
(comments)
[warning] 765-765: too few spaces before comment
(comments)
[warning] 766-766: too few spaces before comment
(comments)
[warning] 767-767: too few spaces before comment
(comments)
[warning] 768-768: too few spaces before comment
(comments)
[error] 772-772: wrong indentation: expected 6 but found 4
(indentation)
[error] 777-777: too many spaces inside brackets
(brackets)
[error] 777-777: too many spaces inside brackets
(brackets)
[error] 782-782: wrong indentation: expected 8 but found 6
(indentation)
[error] 791-791: too many spaces inside brackets
(brackets)
[error] 791-791: too many spaces inside brackets
(brackets)
[error] 793-793: wrong indentation: expected 6 but found 2
(indentation)
[error] 796-796: wrong indentation: expected 4 but found 0
(indentation)
[error] 802-802: wrong indentation: expected 4 but found 2
(indentation)
[error] 804-804: wrong indentation: expected 6 but found 4
(indentation)
[error] 809-809: wrong indentation: expected 8 but found 6
(indentation)
[warning] 809-809: too few spaces before comment
(comments)
[warning] 810-810: too few spaces before comment
(comments)
[warning] 811-811: too few spaces before comment
(comments)
[warning] 812-812: too few spaces before comment
(comments)
[warning] 813-813: too few spaces before comment
(comments)
[warning] 814-814: too few spaces before comment
(comments)
[warning] 815-815: too few spaces before comment
(comments)
[warning] 816-816: too few spaces before comment
(comments)
[warning] 817-817: too few spaces before comment
(comments)
[warning] 818-818: too few spaces before comment
(comments)
[warning] 819-819: too few spaces before comment
(comments)
[warning] 820-820: too few spaces before comment
(comments)
[warning] 821-821: too few spaces before comment
(comments)
[error] 825-825: wrong indentation: expected 6 but found 4
(indentation)
[error] 830-830: too many spaces inside brackets
(brackets)
[error] 830-830: too many spaces inside brackets
(brackets)
[error] 835-835: wrong indentation: expected 8 but found 6
(indentation)
[error] 844-844: too many spaces inside brackets
(brackets)
[error] 844-844: too many spaces inside brackets
(brackets)
[error] 846-846: wrong indentation: expected 6 but found 2
(indentation)
[error] 849-849: wrong indentation: expected 4 but found 0
(indentation)
[error] 855-855: wrong indentation: expected 4 but found 2
(indentation)
[error] 857-857: wrong indentation: expected 6 but found 4
(indentation)
[error] 862-862: wrong indentation: expected 8 but found 6
(indentation)
[warning] 862-862: too few spaces before comment
(comments)
[warning] 863-863: too few spaces before comment
(comments)
[warning] 864-864: too few spaces before comment
(comments)
[warning] 865-865: too few spaces before comment
(comments)
[warning] 866-866: too few spaces before comment
(comments)
[warning] 867-867: too few spaces before comment
(comments)
[warning] 868-868: too few spaces before comment
(comments)
[warning] 869-869: too few spaces before comment
(comments)
[warning] 870-870: too few spaces before comment
(comments)
[warning] 871-871: too few spaces before comment
(comments)
[warning] 872-872: too few spaces before comment
(comments)
[warning] 873-873: too few spaces before comment
(comments)
[warning] 874-874: too few spaces before comment
(comments)
[warning] 875-875: too few spaces before comment
(comments)
[warning] 876-876: too few spaces before comment
(comments)
[warning] 877-877: too few spaces before comment
(comments)
[warning] 878-878: too few spaces before comment
(comments)
[warning] 879-879: too few spaces before comment
(comments)
[warning] 880-880: too few spaces before comment
(comments)
[warning] 881-881: too few spaces before comment
(comments)
[error] 885-885: wrong indentation: expected 6 but found 4
(indentation)
[error] 890-890: too many spaces inside brackets
(brackets)
[error] 890-890: too many spaces inside brackets
(brackets)
[error] 895-895: wrong indentation: expected 8 but found 6
(indentation)
[error] 904-904: too many spaces inside brackets
(brackets)
[error] 904-904: too many spaces inside brackets
(brackets)
[error] 906-906: wrong indentation: expected 6 but found 2
(indentation)
[error] 909-909: wrong indentation: expected 4 but found 0
(indentation)
[error] 912-912: too many spaces after colon
(colons)
[error] 915-915: wrong indentation: expected 4 but found 2
(indentation)
[error] 917-917: wrong indentation: expected 6 but found 4
(indentation)
[error] 922-922: wrong indentation: expected 8 but found 6
(indentation)
[warning] 922-922: too few spaces before comment
(comments)
[warning] 923-923: too few spaces before comment
(comments)
[warning] 924-924: too few spaces before comment
(comments)
[warning] 925-925: too few spaces before comment
(comments)
[warning] 926-926: too few spaces before comment
(comments)
[warning] 927-927: too few spaces before comment
(comments)
[warning] 928-928: too few spaces before comment
(comments)
[warning] 929-929: too few spaces before comment
(comments)
[warning] 930-930: too few spaces before comment
(comments)
[warning] 931-931: too few spaces before comment
(comments)
[warning] 932-932: too few spaces before comment
(comments)
[warning] 933-933: too few spaces before comment
(comments)
[warning] 934-934: too few spaces before comment
(comments)
[warning] 935-935: too few spaces before comment
(comments)
[warning] 936-936: too few spaces before comment
(comments)
[warning] 937-937: too few spaces before comment
(comments)
[warning] 938-938: too few spaces before comment
(comments)
[warning] 939-939: too few spaces before comment
(comments)
[warning] 940-940: too few spaces before comment
(comments)
[warning] 941-941: too few spaces before comment
(comments)
[error] 945-945: wrong indentation: expected 6 but found 4
(indentation)
[error] 950-950: too many spaces inside brackets
(brackets)
[error] 950-950: too many spaces inside brackets
(brackets)
[error] 955-955: wrong indentation: expected 8 but found 6
(indentation)
[error] 964-964: too many spaces inside brackets
(brackets)
[error] 964-964: too many spaces inside brackets
(brackets)
[error] 966-966: wrong indentation: expected 6 but found 2
(indentation)
[error] 969-969: wrong indentation: expected 4 but found 0
(indentation)
[error] 972-972: too many spaces after colon
(colons)
[error] 975-975: wrong indentation: expected 4 but found 2
(indentation)
[error] 977-977: wrong indentation: expected 6 but found 4
(indentation)
[error] 982-982: wrong indentation: expected 8 but found 6
(indentation)
[warning] 982-982: too few spaces before comment
(comments)
[warning] 983-983: too few spaces before comment
(comments)
[warning] 984-984: too few spaces before comment
(comments)
[warning] 985-985: too few spaces before comment
(comments)
[warning] 986-986: too few spaces before comment
(comments)
[warning] 987-987: too few spaces before comment
(comments)
[warning] 988-988: too few spaces before comment
(comments)
[warning] 989-989: too few spaces before comment
(comments)
[warning] 990-990: too few spaces before comment
(comments)
[warning] 991-991: too few spaces before comment
(comments)
[warning] 992-992: too few spaces before comment
(comments)
[warning] 993-993: too few spaces before comment
(comments)
[warning] 994-994: too few spaces before comment
(comments)
[warning] 995-995: too few spaces before comment
(comments)
[warning] 996-996: too few spaces before comment
(comments)
[warning] 997-997: too few spaces before comment
(comments)
[warning] 998-998: too few spaces before comment
(comments)
[warning] 999-999: too few spaces before comment
(comments)
[warning] 1000-1000: too few spaces before comment
(comments)
[warning] 1001-1001: too few spaces before comment
(comments)
[error] 1005-1005: wrong indentation: expected 6 but found 4
(indentation)
[error] 1010-1010: too many spaces inside brackets
(brackets)
[error] 1010-1010: too many spaces inside brackets
(brackets)
[error] 1015-1015: wrong indentation: expected 8 but found 6
(indentation)
[error] 1024-1024: too many spaces inside brackets
(brackets)
[error] 1024-1024: too many spaces inside brackets
(brackets)
[error] 1026-1026: wrong indentation: expected 6 but found 2
(indentation)
[error] 1029-1029: wrong indentation: expected 4 but found 0
(indentation)
[error] 1032-1032: too many spaces after colon
(colons)
[error] 1035-1035: wrong indentation: expected 4 but found 2
(indentation)
[error] 1037-1037: wrong indentation: expected 6 but found 4
(indentation)
[error] 1042-1042: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1042-1042: too few spaces before comment
(comments)
[warning] 1043-1043: too few spaces before comment
(comments)
[warning] 1044-1044: too few spaces before comment
(comments)
[warning] 1045-1045: too few spaces before comment
(comments)
[warning] 1046-1046: too few spaces before comment
(comments)
[warning] 1047-1047: too few spaces before comment
(comments)
[warning] 1048-1048: too few spaces before comment
(comments)
[warning] 1049-1049: too few spaces before comment
(comments)
[warning] 1050-1050: too few spaces before comment
(comments)
[warning] 1051-1051: too few spaces before comment
(comments)
[warning] 1052-1052: too few spaces before comment
(comments)
[warning] 1053-1053: too few spaces before comment
(comments)
[warning] 1054-1054: too few spaces before comment
(comments)
[warning] 1055-1055: too few spaces before comment
(comments)
[warning] 1056-1056: too few spaces before comment
(comments)
[warning] 1057-1057: too few spaces before comment
(comments)
[warning] 1058-1058: too few spaces before comment
(comments)
[warning] 1059-1059: too few spaces before comment
(comments)
[warning] 1060-1060: too few spaces before comment
(comments)
[warning] 1061-1061: too few spaces before comment
(comments)
[error] 1065-1065: wrong indentation: expected 6 but found 4
(indentation)
[error] 1070-1070: too many spaces inside brackets
(brackets)
[error] 1070-1070: too many spaces inside brackets
(brackets)
[error] 1075-1075: wrong indentation: expected 8 but found 6
(indentation)
[error] 1084-1084: too many spaces inside brackets
(brackets)
[error] 1084-1084: too many spaces inside brackets
(brackets)
[error] 1086-1086: wrong indentation: expected 6 but found 2
(indentation)
[error] 1089-1089: wrong indentation: expected 4 but found 0
(indentation)
[error] 1092-1092: too many spaces after colon
(colons)
[error] 1095-1095: wrong indentation: expected 4 but found 2
(indentation)
[error] 1097-1097: wrong indentation: expected 6 but found 4
(indentation)
[error] 1102-1102: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1102-1102: too few spaces before comment
(comments)
[warning] 1103-1103: too few spaces before comment
(comments)
[warning] 1104-1104: too few spaces before comment
(comments)
[warning] 1105-1105: too few spaces before comment
(comments)
[warning] 1106-1106: too few spaces before comment
(comments)
[warning] 1107-1107: too few spaces before comment
(comments)
[warning] 1108-1108: too few spaces before comment
(comments)
[warning] 1109-1109: too few spaces before comment
(comments)
[warning] 1110-1110: too few spaces before comment
(comments)
[warning] 1111-1111: too few spaces before comment
(comments)
[warning] 1112-1112: too few spaces before comment
(comments)
[warning] 1113-1113: too few spaces before comment
(comments)
[warning] 1114-1114: too few spaces before comment
(comments)
[warning] 1115-1115: too few spaces before comment
(comments)
[warning] 1116-1116: too few spaces before comment
(comments)
[warning] 1117-1117: too few spaces before comment
(comments)
[warning] 1118-1118: too few spaces before comment
(comments)
[warning] 1119-1119: too few spaces before comment
(comments)
[warning] 1120-1120: too few spaces before comment
(comments)
[warning] 1121-1121: too few spaces before comment
(comments)
[error] 1125-1125: wrong indentation: expected 6 but found 4
(indentation)
[error] 1130-1130: too many spaces inside brackets
(brackets)
[error] 1130-1130: too many spaces inside brackets
(brackets)
[error] 1135-1135: wrong indentation: expected 8 but found 6
(indentation)
[error] 1144-1144: too many spaces inside brackets
(brackets)
[error] 1144-1144: too many spaces inside brackets
(brackets)
[error] 1146-1146: wrong indentation: expected 6 but found 2
(indentation)
[error] 1149-1149: wrong indentation: expected 4 but found 0
(indentation)
[error] 1152-1152: too many spaces after colon
(colons)
[error] 1155-1155: wrong indentation: expected 4 but found 2
(indentation)
[error] 1157-1157: wrong indentation: expected 6 but found 4
(indentation)
[error] 1162-1162: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1162-1162: too few spaces before comment
(comments)
[warning] 1163-1163: too few spaces before comment
(comments)
[warning] 1164-1164: too few spaces before comment
(comments)
[warning] 1165-1165: too few spaces before comment
(comments)
[warning] 1166-1166: too few spaces before comment
(comments)
[warning] 1167-1167: too few spaces before comment
(comments)
[warning] 1168-1168: too few spaces before comment
(comments)
[warning] 1169-1169: too few spaces before comment
(comments)
[warning] 1170-1170: too few spaces before comment
(comments)
[warning] 1171-1171: too few spaces before comment
(comments)
[warning] 1172-1172: too few spaces before comment
(comments)
[warning] 1173-1173: too few spaces before comment
(comments)
[warning] 1174-1174: too few spaces before comment
(comments)
[warning] 1175-1175: too few spaces before comment
(comments)
[warning] 1176-1176: too few spaces before comment
(comments)
[warning] 1177-1177: too few spaces before comment
(comments)
[warning] 1178-1178: too few spaces before comment
(comments)
[warning] 1179-1179: too few spaces before comment
(comments)
[warning] 1180-1180: too few spaces before comment
(comments)
[warning] 1181-1181: too few spaces before comment
(comments)
[error] 1185-1185: wrong indentation: expected 6 but found 4
(indentation)
[error] 1190-1190: too many spaces inside brackets
(brackets)
[error] 1190-1190: too many spaces inside brackets
(brackets)
[error] 1195-1195: wrong indentation: expected 8 but found 6
(indentation)
[error] 1204-1204: too many spaces inside brackets
(brackets)
[error] 1204-1204: too many spaces inside brackets
(brackets)
[error] 1206-1206: wrong indentation: expected 6 but found 2
(indentation)
[error] 1209-1209: wrong indentation: expected 4 but found 0
(indentation)
[error] 1212-1212: too many spaces after colon
(colons)
[error] 1215-1215: wrong indentation: expected 4 but found 2
(indentation)
[error] 1217-1217: wrong indentation: expected 6 but found 4
(indentation)
[error] 1222-1222: wrong indentation: expected 8 but found 6
(indentation)
[warning] 1222-1222: too few spaces before comment
(comments)
[warning] 1223-1223: too few spaces before comment
(comments)
[warning] 1224-1224: too few spaces before comment
(comments)
[warning] 1225-1225: too few spaces before comment
(comments)
[warning] 1226-1226: too few spaces before comment
(comments)
[warning] 1227-1227: too few spaces before comment
(comments)
[warning] 1228-1228: too few spaces before comment
(comments)
[warning] 1229-1229: too few spaces before comment
(comments)
[warning] 1230-1230: too few spaces before comment
(comments)
[warning] 1231-1231: too few spaces before comment
(comments)
[warning] 1232-1232: too few spaces before comment
(comments)
[warning] 1233-1233: too few spaces before comment
(comments)
[warning] 1234-1234: too few spaces before comment
(comments)
[warning] 1235-1235: too few spaces before comment
(comments)
[warning] 1236-1236: too few spaces before comment
(comments)
[warning] 1237-1237: too few spaces before comment
(comments)
[warning] 1238-1238: too few spaces before comment
(comments)
[warning] 1239-1239: too few spaces before comment
(comments)
[warning] 1240-1240: too few spaces before comment
(comments)
[warning] 1241-1241: too few spaces before comment
(comments)
[error] 1245-1245: wrong indentation: expected 6 but found 4
(indentation)
[error] 1250-1250: too many spaces inside brackets
(brackets)
[error] 1250-1250: too many spaces inside brackets
(brackets)
[error] 1255-1255: wrong indentation: expected 8 but found 6
(indentation)
[error] 1264-1264: too many spaces inside brackets
(brackets)
[error] 1264-1264: too many spaces inside brackets
(brackets)
[error] 1266-1266: wrong indentation: expected 6 but found 2
(indentation)
[error] 1414-1414: wrong indentation: expected 4 but found 0
(indentation)
[error] 1417-1417: too many spaces inside brackets
(brackets)
[error] 1417-1417: too many spaces inside brackets
(brackets)
[error] 1419-1419: wrong indentation: expected 4 but found 2
(indentation)
[error] 1422-1422: wrong indentation: expected 4 but found 0
(indentation)
[error] 1425-1425: too many spaces inside brackets
(brackets)
[error] 1425-1425: too many spaces inside brackets
(brackets)
[error] 1427-1427: wrong indentation: expected 4 but found 2
(indentation)
[error] 1430-1430: wrong indentation: expected 4 but found 0
(indentation)
[error] 1433-1433: too many spaces inside brackets
(brackets)
[error] 1433-1433: too many spaces inside brackets
(brackets)
[error] 1435-1435: wrong indentation: expected 4 but found 2
(indentation)
[error] 1438-1438: wrong indentation: expected 4 but found 0
(indentation)
[error] 1441-1441: too many spaces inside brackets
(brackets)
[error] 1441-1441: too many spaces inside brackets
(brackets)
[error] 1443-1443: wrong indentation: expected 4 but found 2
(indentation)
[error] 1446-1446: wrong indentation: expected 4 but found 0
(indentation)
[error] 1449-1449: too many spaces inside brackets
(brackets)
[error] 1449-1449: too many spaces inside brackets
(brackets)
[error] 1451-1451: wrong indentation: expected 4 but found 2
(indentation)
[error] 1454-1454: wrong indentation: expected 4 but found 0
(indentation)
[error] 1457-1457: too many spaces inside brackets
(brackets)
[error] 1457-1457: too many spaces inside brackets
(brackets)
[error] 1459-1459: wrong indentation: expected 4 but found 2
(indentation)
[error] 1462-1462: wrong indentation: expected 4 but found 0
(indentation)
[error] 1465-1465: too many spaces inside brackets
(brackets)
[error] 1465-1465: too many spaces inside brackets
(brackets)
[error] 1467-1467: wrong indentation: expected 4 but found 2
(indentation)
[error] 1470-1470: wrong indentation: expected 4 but found 0
(indentation)
[error] 1473-1473: too many spaces inside brackets
(brackets)
[error] 1473-1473: too many spaces inside brackets
(brackets)
[error] 1475-1475: wrong indentation: expected 4 but found 2
(indentation)
[error] 1478-1478: wrong indentation: expected 4 but found 0
(indentation)
[error] 1481-1481: too many spaces inside brackets
(brackets)
[error] 1481-1481: too many spaces inside brackets
(brackets)
[error] 1483-1483: wrong indentation: expected 4 but found 2
(indentation)
[error] 1486-1486: wrong indentation: expected 4 but found 0
(indentation)
[error] 1489-1489: too many spaces inside brackets
(brackets)
[error] 1489-1489: too many spaces inside brackets
(brackets)
[error] 1491-1491: wrong indentation: expected 4 but found 2
(indentation)
[error] 1494-1494: wrong indentation: expected 4 but found 0
(indentation)
[error] 1497-1497: too many spaces inside brackets
(brackets)
[error] 1497-1497: too many spaces inside brackets
(brackets)
[error] 1499-1499: wrong indentation: expected 4 but found 2
(indentation)
⏰ Context from checks skipped due to timeout of 300000ms (2)
- GitHub Check: build (ubuntu-latest)
- GitHub Check: Test Packaging
🔇 Additional comments (8)
Resources/Prototypes/Reagents/gases.yml (5)
7-7
: Улучшение цветового кодирования газов!Обновление цветов для кислорода, азота и закиси азота улучшает их визуальное различие и соответствует их природным ассоциациям.
Also applies to: 193-193, 235-235
529-538
: Необходимо добавить эффекты метаболизмаСледующие газы не имеют определенных эффектов метаболизма:
- Hyper-Noblium
- Proto-Nitrate
- Halon
- Helium
- Anti-Noblium
Это может сделать их менее интересными для игрового процесса.
Хотите, чтобы я предложил базовые эффекты метаболизма для этих газов?
Also applies to: 539-548, 589-598, 599-608, 609-617
🧰 Tools
🪛 yamllint (1.35.1)
[error] 529-529: wrong indentation: expected 6 but found 0
(indentation)
549-588
: Требуется балансировка урона ZaukerТекущие значения урона для Zauker кажутся чрезмерно высокими:
- 0.75 урона разрезанием
- 0.25 урона огнем
- 0.25 урона ядом
- 0.25 кровотечения
Это может сделать газ слишком опасным даже при небольших концентрациях.
Предлагаю рассмотреть снижение значений урона или добавление механизма постепенного накопления эффекта.
🧰 Tools
🪛 yamllint (1.35.1)
[error] 549-549: wrong indentation: expected 6 but found 0
(indentation)
[error] 561-561: wrong indentation: expected 8 but found 6
(indentation)
[error] 563-563: wrong indentation: expected 10 but found 8
(indentation)
[error] 577-577: wrong indentation: expected 10 but found 8
(indentation)
356-403
: Проверить баланс эффектов снаBZ и Healium имеют эффекты принудительного сна:
- BZ: Визуальные эффекты и замедление
- Healium: Сон и лечение
Убедитесь, что:
- Эффекты не слишком сильны при низких концентрациях
- Есть достаточные контрмеры
Also applies to: 495-528
🧰 Tools
🪛 yamllint (1.35.1)
[error] 356-356: wrong indentation: expected 6 but found 0
(indentation)
[error] 366-366: wrong indentation: expected 8 but found 6
(indentation)
[error] 374-374: wrong indentation: expected 10 but found 8
(indentation)
[error] 384-384: wrong indentation: expected 10 but found 8
(indentation)
[error] 391-391: too many spaces inside brackets
(brackets)
[error] 391-391: too many spaces inside brackets
(brackets)
[error] 395-395: wrong indentation: expected 10 but found 8
(indentation)
405-441
: Отличная реализация Pluoxium и Nitrium!Pluoxium и Nitrium имеют хорошо продуманные эффекты:
- Pluoxium: Улучшенная оксигенация с фактором 8
- Nitrium: Интересное сочетание ускорения и снятия отрицательных эффектов
Also applies to: 442-494
🧰 Tools
🪛 yamllint (1.35.1)
[error] 405-405: wrong indentation: expected 6 but found 0
(indentation)
[error] 417-417: wrong indentation: expected 8 but found 6
(indentation)
[error] 420-420: wrong indentation: expected 10 but found 8
(indentation)
[error] 425-425: wrong indentation: expected 10 but found 8
(indentation)
[error] 430-430: wrong indentation: expected 10 but found 8
(indentation)
[error] 435-435: wrong indentation: expected 10 but found 8
(indentation)
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml (3)
653-666
: Конфигурация газовых смесей корректнаВсе новые канистры имеют правильные параметры:
- Объем: 1000
- Количество молей: 1871.71051
- Температура: 293.15K
Also applies to: 703-717, 754-769, 806-822, 859-882, 919-942, 979-1002, 1039-1062, 1099-1122, 1159-1182, 1219-1242
🧰 Tools
🪛 yamllint (1.35.1)
[error] 656-656: wrong indentation: expected 8 but found 6
(indentation)
[warning] 656-656: too few spaces before comment
(comments)
[warning] 657-657: too few spaces before comment
(comments)
[warning] 658-658: too few spaces before comment
(comments)
[warning] 659-659: too few spaces before comment
(comments)
[warning] 660-660: too few spaces before comment
(comments)
[warning] 661-661: too few spaces before comment
(comments)
[warning] 662-662: too few spaces before comment
(comments)
[warning] 663-663: too few spaces before comment
(comments)
[warning] 664-664: too few spaces before comment
(comments)
[warning] 665-665: too few spaces before comment
(comments)
643-692
: Структура компонентов соответствует требованиямВсе новые канистры корректно наследуются от базового класса и содержат необходимые компоненты с правильными настройками.
Also applies to: 693-743, 744-795, 796-848, 849-908, 909-968, 969-1028, 1029-1088, 1089-1148, 1149-1208, 1209-1268
🧰 Tools
🪛 yamllint (1.35.1)
[error] 643-643: wrong indentation: expected 4 but found 0
(indentation)
[error] 649-649: wrong indentation: expected 4 but found 2
(indentation)
[error] 651-651: wrong indentation: expected 6 but found 4
(indentation)
[error] 656-656: wrong indentation: expected 8 but found 6
(indentation)
[warning] 656-656: too few spaces before comment
(comments)
[warning] 657-657: too few spaces before comment
(comments)
[warning] 658-658: too few spaces before comment
(comments)
[warning] 659-659: too few spaces before comment
(comments)
[warning] 660-660: too few spaces before comment
(comments)
[warning] 661-661: too few spaces before comment
(comments)
[warning] 662-662: too few spaces before comment
(comments)
[warning] 663-663: too few spaces before comment
(comments)
[warning] 664-664: too few spaces before comment
(comments)
[warning] 665-665: too few spaces before comment
(comments)
[error] 669-669: wrong indentation: expected 6 but found 4
(indentation)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 674-674: too many spaces inside brackets
(brackets)
[error] 679-679: wrong indentation: expected 8 but found 6
(indentation)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 688-688: too many spaces inside brackets
(brackets)
[error] 690-690: wrong indentation: expected 6 but found 2
(indentation)
1414-1500
: Корректно определены сломанные состояния
- Для каждой новой канистры добавлено соответствующее сломанное состояние
- Увеличена цена базового сломанного состояния с 60 до 125
Also applies to: 1323-1323
🧰 Tools
🪛 yamllint (1.35.1)
[error] 1414-1414: wrong indentation: expected 4 but found 0
(indentation)
[error] 1417-1417: too many spaces inside brackets
(brackets)
[error] 1417-1417: too many spaces inside brackets
(brackets)
[error] 1419-1419: wrong indentation: expected 4 but found 2
(indentation)
[error] 1422-1422: wrong indentation: expected 4 but found 0
(indentation)
[error] 1425-1425: too many spaces inside brackets
(brackets)
[error] 1425-1425: too many spaces inside brackets
(brackets)
[error] 1427-1427: wrong indentation: expected 4 but found 2
(indentation)
[error] 1430-1430: wrong indentation: expected 4 but found 0
(indentation)
[error] 1433-1433: too many spaces inside brackets
(brackets)
[error] 1433-1433: too many spaces inside brackets
(brackets)
[error] 1435-1435: wrong indentation: expected 4 but found 2
(indentation)
[error] 1438-1438: wrong indentation: expected 4 but found 0
(indentation)
[error] 1441-1441: too many spaces inside brackets
(brackets)
[error] 1441-1441: too many spaces inside brackets
(brackets)
[error] 1443-1443: wrong indentation: expected 4 but found 2
(indentation)
[error] 1446-1446: wrong indentation: expected 4 but found 0
(indentation)
[error] 1449-1449: too many spaces inside brackets
(brackets)
[error] 1449-1449: too many spaces inside brackets
(brackets)
[error] 1451-1451: wrong indentation: expected 4 but found 2
(indentation)
[error] 1454-1454: wrong indentation: expected 4 but found 0
(indentation)
[error] 1457-1457: too many spaces inside brackets
(brackets)
[error] 1457-1457: too many spaces inside brackets
(brackets)
[error] 1459-1459: wrong indentation: expected 4 but found 2
(indentation)
[error] 1462-1462: wrong indentation: expected 4 but found 0
(indentation)
[error] 1465-1465: too many spaces inside brackets
(brackets)
[error] 1465-1465: too many spaces inside brackets
(brackets)
[error] 1467-1467: wrong indentation: expected 4 but found 2
(indentation)
[error] 1470-1470: wrong indentation: expected 4 but found 0
(indentation)
[error] 1473-1473: too many spaces inside brackets
(brackets)
[error] 1473-1473: too many spaces inside brackets
(brackets)
[error] 1475-1475: wrong indentation: expected 4 but found 2
(indentation)
[error] 1478-1478: wrong indentation: expected 4 but found 0
(indentation)
[error] 1481-1481: too many spaces inside brackets
(brackets)
[error] 1481-1481: too many spaces inside brackets
(brackets)
[error] 1483-1483: wrong indentation: expected 4 but found 2
(indentation)
[error] 1486-1486: wrong indentation: expected 4 but found 0
(indentation)
[error] 1489-1489: too many spaces inside brackets
(brackets)
[error] 1489-1489: too many spaces inside brackets
(brackets)
[error] 1491-1491: wrong indentation: expected 4 but found 2
(indentation)
[error] 1494-1494: wrong indentation: expected 4 but found 0
(indentation)
[error] 1497-1497: too many spaces inside brackets
(brackets)
[error] 1497-1497: too many spaces inside brackets
(brackets)
[error] 1499-1499: wrong indentation: expected 4 but found 2
(indentation)
Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml
Show resolved
Hide resolved
та впизду, надо будет - добавите |
Описание обновления:
Новые газы.
Медиа
Проверки
Изменения
🆑 Farrellka