diff --git a/Resources/Locale/en-US/reagents/meta/chemicals.ftl b/Resources/Locale/en-US/reagents/meta/chemicals.ftl index 976c122f8a..94851adc0d 100644 --- a/Resources/Locale/en-US/reagents/meta/chemicals.ftl +++ b/Resources/Locale/en-US/reagents/meta/chemicals.ftl @@ -9,3 +9,6 @@ reagent-desc-sodium-carbonate = A white, odorless, water-soluble salt that yield reagent-name-artifexium = artifexium reagent-desc-artifexium = A lavender mixture of microscopic artifact fragments and a strong acid. It has the ability to activate artifacts. + +reagent-name-sodium-polyacrylate = Sodium Polyacrylate +reagent-desc-sodium-polyacrylate = A super-absorbent polymer with assorted industrial uses. diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml index fcd738f0db..2809388353 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/randompill.yml @@ -36,6 +36,7 @@ - NorepinephricAcid - Pax - Tricordrazine + - SodiumPolyacrylate - quantity: 20 weight: 5 reagents: diff --git a/Resources/Prototypes/Reagents/chemicals.yml b/Resources/Prototypes/Reagents/chemicals.yml index 814d9c5c29..794d287435 100644 --- a/Resources/Prototypes/Reagents/chemicals.yml +++ b/Resources/Prototypes/Reagents/chemicals.yml @@ -80,3 +80,21 @@ conditions: - !type:ReagentThreshold min: 5 + +- type: reagent + id: SodiumPolyacrylate + name: reagent-name-sodium-polyacrylate + desc: reagent-desc-sodium-polyacrylate + flavor: bitter + physicalDesc: reagent-physical-desc-grainy + color: "#F0F0F0" + metabolisms: + Poison: + effects: + - !type:SatiateThirst + factor: -5 # This is basically industrial dessicant + - !type:PopupMessage + visualType: MediumCaution + type: Local + messages: [ "generic-reagent-effect-parched" ] + probability: 0.1 diff --git a/Resources/Prototypes/Recipes/Reactions/chemicals.yml b/Resources/Prototypes/Recipes/Reactions/chemicals.yml index 3aba1c613c..b5c2308f1e 100644 --- a/Resources/Prototypes/Recipes/Reactions/chemicals.yml +++ b/Resources/Prototypes/Recipes/Reactions/chemicals.yml @@ -386,3 +386,16 @@ amount: 1 products: SodiumCarbonate: 4 + +- type: reaction + id: SodiumPolyacrylate + impact: Medium + reactants: + Oxygen: + amount: 2 + Sodium: + amount: 1 + Nitrogen: + amount: 1 + products: + SodiumPolyacrylate: 4