]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace metabolism groups with metabolism stages (#42172)
authorpathetic meowmeow <uhhadd@gmail.com>
Fri, 23 Jan 2026 01:50:33 +0000 (20:50 -0500)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 01:50:33 +0000 (01:50 +0000)
commitff1af35afba1c494efff277acb6c7d79865ad403
treed3df8adeeab300d143ebaa73eee69d611e600559
parentf3db27da10d88c550ba170b987a00979eb8b8ba5
Replace metabolism groups with metabolism stages (#42172)

* Replace metabolism groups with metabolism stages

* return to return

* killed

* yaml linted

* yaml linted again

* margarine

* bugfixes and balancing tweaks
59 files changed:
Content.Client/Body/Systems/MetabolizerSystem.cs [deleted file]
Content.Client/Guidebook/Controls/GuideReagentEmbed.xaml.cs
Content.Client/Medical/Cryogenics/CryoPodWindow.xaml.cs
Content.Server/Body/Components/MetabolizerComponent.cs [deleted file]
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/Chemistry/Commands/DumpReagentGuideText.cs
Content.Server/EntityConditions/Conditions/MetabolizerTypesEntityConditionSystem.cs [deleted file]
Content.Server/GuideGenerator/ReagentEntry.cs
Content.Shared/Anomaly/Components/InnerBodyAnomalyComponent.cs
Content.Shared/Bed/BedSystem.cs
Content.Shared/Body/Components/BloodstreamComponent.cs
Content.Shared/Body/Components/StomachComponent.cs
Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs [deleted file]
Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs [deleted file]
Content.Shared/Body/Systems/LungSystem.cs
Content.Shared/Body/Systems/SharedMetabolizerSystem.cs [deleted file]
Content.Shared/Body/Systems/StomachSystem.cs
Content.Shared/Chemistry/Reagent/ReagentMetabolismsSerializer.cs [new file with mode: 0644]
Content.Shared/Chemistry/Reagent/ReagentPrototype.cs
Content.Shared/EntityConditions/Conditions/Body/MetabolizerTypeEntityConditionSystem.cs [moved from Content.Shared/EntityConditions/Conditions/Body/MetabolizerTypeEntityCondition.cs with 58% similarity]
Content.Shared/EntityEffects/Effects/Solution/AdjustReagentsByGroupEntityEffectSystem.cs [deleted file]
Content.Shared/Metabolism/MetabolismStagePrototype.cs [new file with mode: 0644]
Content.Shared/Metabolism/MetabolizerComponent.cs [new file with mode: 0644]
Content.Shared/Metabolism/MetabolizerSystem.cs [moved from Content.Server/Body/Systems/MetabolizerSystem.cs with 55% similarity]
Content.Shared/Metabolism/MetabolizerTypePrototype.cs [new file with mode: 0644]
Content.Shared/Nutrition/EntitySystems/IngestionSystem.API.cs
Content.Shared/Nutrition/EntitySystems/IngestionSystem.cs
Content.Shared/Nutrition/IngestionEvents.cs
Resources/Locale/en-US/guidebook/chemistry/core.ftl
Resources/Locale/en-US/metabolism/metabolism-groups.ftl [deleted file]
Resources/Locale/en-US/metabolism/metabolism-stages.ftl [new file with mode: 0644]
Resources/Locale/en-US/nutrition/components/ingestion-system.ftl
Resources/Prototypes/Body/Species/diona.yml
Resources/Prototypes/Body/Species/slime.yml
Resources/Prototypes/Body/base_organs.yml
Resources/Prototypes/Chemistry/metabolism_groups.yml [deleted file]
Resources/Prototypes/Chemistry/metabolism_stages.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Mobs/NPCs/behonker.yml
Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Resources/Prototypes/Reagents/Consumable/Drink/base_drink.yml
Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml
Resources/Prototypes/Reagents/Consumable/Drink/juice.yml
Resources/Prototypes/Reagents/Consumable/Drink/soda.yml
Resources/Prototypes/Reagents/Consumable/Food/condiments.yml
Resources/Prototypes/Reagents/Consumable/Food/food.yml
Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml
Resources/Prototypes/Reagents/biological.yml
Resources/Prototypes/Reagents/botany.yml
Resources/Prototypes/Reagents/chemicals.yml
Resources/Prototypes/Reagents/cleaning.yml
Resources/Prototypes/Reagents/elements.yml
Resources/Prototypes/Reagents/fun.yml
Resources/Prototypes/Reagents/gases.yml
Resources/Prototypes/Reagents/medicine.yml
Resources/Prototypes/Reagents/narcotics.yml
Resources/Prototypes/Reagents/pyrotechnic.yml
Resources/Prototypes/Reagents/toxins.yml