]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Added localization of groups and types: damage, metabolism (#27368)
authorKrasnoshchekovPavel <119816022+KrasnoshchekovPavel@users.noreply.github.com>
Sun, 28 Apr 2024 04:48:19 +0000 (07:48 +0300)
committerGitHub <noreply@github.com>
Sun, 28 Apr 2024 04:48:19 +0000 (14:48 +1000)
commit3fcbbc0732819e8dcaed1cb6d0d49538c8c13c1f
treec4a2c4f716a2d31f0b9b53c80f4e9a65b1588c0e
parentf5b8b5fbdcb4675cd29d15e2cd4112e587b03034
Added localization of groups and types: damage, metabolism (#27368)

* Added localization of groups and types: damage, metabolism (displayed in the guide book). The text for the health analyzer, weapon damage inspection is now taken from damage prototypes

* fix damage tests

* fix damage test yml

* fix damage test prototypes

* Update Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs

* Update Content.Shared/Damage/Prototypes/DamageTypePrototype.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
24 files changed:
Content.Client/Guidebook/Controls/GuideReagentEmbed.xaml.cs
Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs
Content.IntegrationTests/Tests/Damageable/DamageableTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleTestPrototypes.cs
Content.Server/Chemistry/ReagentEffectConditions/OrganType.cs
Content.Server/Chemistry/ReagentEffectConditions/ReagentThreshold.cs
Content.Server/Chemistry/ReagentEffects/AdjustReagent.cs
Content.Server/Chemistry/ReagentEffects/HealthChange.cs
Content.Shared/Body/Prototypes/MetabolismGroupPrototype.cs
Content.Shared/Body/Prototypes/MetabolizerTypePrototype.cs
Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
Content.Shared/Damage/Prototypes/DamageTypePrototype.cs
Content.Shared/Damage/Systems/DamageExamineSystem.cs
Content.Tests/Shared/DamageTest.cs
Resources/Locale/en-US/damage/damage-groups.ftl [new file with mode: 0644]
Resources/Locale/en-US/damage/damage-types.ftl [new file with mode: 0644]
Resources/Locale/en-US/guidebook/chemistry/conditions.ftl
Resources/Locale/en-US/medical/components/health-analyzer-component.ftl
Resources/Locale/en-US/metabolism/metabolism-groups.ftl [new file with mode: 0644]
Resources/Locale/en-US/metabolism/metabolizer-types.ftl [new file with mode: 0644]
Resources/Prototypes/Chemistry/metabolism_groups.yml
Resources/Prototypes/Chemistry/metabolizer_types.yml
Resources/Prototypes/Damage/groups.yml
Resources/Prototypes/Damage/types.yml