diff --git a/Resources/Locale/en-US/_CP14/reagents/meta/basic-effect-reagent.ftl b/Resources/Locale/en-US/_CP14/reagents/meta/basic-effect-reagent.ftl index f58b7b4825..255228c112 100644 --- a/Resources/Locale/en-US/_CP14/reagents/meta/basic-effect-reagent.ftl +++ b/Resources/Locale/en-US/_CP14/reagents/meta/basic-effect-reagent.ftl @@ -44,4 +44,7 @@ cp14-reagent-name-basic-heal-mana = Liquid mana solution cp14-reagent-desc-basic-heal-mana = A substance that causes a rapid regeneration of magical energy in the body. cp14-reagent-name-basic-damage-mana = Antimagic solution -cp14-reagent-desc-basic-damage-mana = A substance that rapidly drains all magical energy from the body. \ No newline at end of file +cp14-reagent-desc-basic-damage-mana = A substance that rapidly drains all magical energy from the body. + +cp14-reagent-name-basic-unstable = Unstable solution +cp14-reagent-desc-basic-unstable = When cooled, immediately converts all reagents into a chemical cloud, the size of which depends on the amount of unstable solution in it. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_CP14/reagents/meta/basic-effect-reagent.ftl b/Resources/Locale/ru-RU/_CP14/reagents/meta/basic-effect-reagent.ftl index f9c917337a..bfa21a5b0a 100644 --- a/Resources/Locale/ru-RU/_CP14/reagents/meta/basic-effect-reagent.ftl +++ b/Resources/Locale/ru-RU/_CP14/reagents/meta/basic-effect-reagent.ftl @@ -44,4 +44,7 @@ cp14-reagent-name-basic-heal-mana = Раствор жидкой маны cp14-reagent-desc-basic-heal-mana = Вещество, вызывающее бурную регенерацию магической энергии в организме. cp14-reagent-name-basic-damage-mana = Раствор антимагии -cp14-reagent-desc-basic-damage-mana = Вещество, стремительно выжигающее всю магическую энергию из организма. \ No newline at end of file +cp14-reagent-desc-basic-damage-mana = Вещество, стремительно выжигающее всю магическую энергию из организма. + +cp14-reagent-name-basic-unstable = Нестабильный раствор +cp14-reagent-desc-basic-unstable = При остывании, немедленно преобразует все реагенты в химическое облако, размер которого зависит от количества нестабильного вещества. \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Reagents/basic-effects.yml b/Resources/Prototypes/_CP14/Reagents/basic-effects.yml index c65bf44ac0..764beb2473 100644 --- a/Resources/Prototypes/_CP14/Reagents/basic-effects.yml +++ b/Resources/Prototypes/_CP14/Reagents/basic-effects.yml @@ -36,13 +36,29 @@ color: "#633223" physicalDesc: cp14-reagent-physical-desc-ferrous metabolisms: - Medicine: + Poison: effects: - !type:HealthChange damage: groups: Brute: 3 +- type: reagent + id: CP14BasicEffectHealPoison + name: cp14-reagent-name-basic-heal-poison + desc: cp14-reagent-desc-basic-heal-poison + group: CP14BasicEffect + flavor: CP14Bitterly + color: "#82ba3d" + physicalDesc: cp14-reagent-physical-desc-viscous + metabolisms: + Medicine: + effects: + - !type:HealthChange + damage: + types: + Poison: -10 + - type: reagent id: CP14BasicEffectDamagePoison name: cp14-reagent-name-basic-damage-poison @@ -59,22 +75,6 @@ types: Poison: 10 -- type: reagent - id: CP14BasicEffectHealPoison - name: cp14-reagent-name-basic-heal-poison - desc: cp14-reagent-desc-basic-heal-poison - group: CP14BasicEffect - flavor: CP14Bitterly - color: "#82ba3d" - physicalDesc: cp14-reagent-physical-desc-viscous - metabolisms: - Poison: - effects: - - !type:HealthChange - damage: - types: - Poison: -10 - - type: reagent id: CP14BasicEffectSatiateHunger name: cp14-reagent-name-basic-satiate-hunger @@ -112,7 +112,7 @@ color: "#a3511a" physicalDesc: cp14-reagent-physical-desc-sparkling metabolisms: - Poison: + Medicine: effects: - !type:HealthChange damage: @@ -163,6 +163,22 @@ - !type:CP14ManaChange manaDelta: -10 +- type: reagent + id: CP14BasicEffectUnstable + name: cp14-reagent-name-basic-unstable + desc: cp14-reagent-desc-basic-unstable + group: CP14BasicEffect + flavor: CP14Vomit + color: "#fa7d00" + physicalDesc: cp14-reagent-physical-desc-viscous + metabolisms: + Poison: + effects: + - !type:HealthChange + damage: + types: + Poison: 2.5 + # USELESS # Things that don't directly affect gameplay. @@ -239,4 +255,5 @@ metabolisms: Food: effects: - - !type:Jitter \ No newline at end of file + - !type:Jitter + \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/chromium_slime.yml b/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/chromium_slime.yml index 527883478b..f820c4c891 100644 --- a/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/chromium_slime.yml +++ b/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/chromium_slime.yml @@ -34,4 +34,16 @@ CP14BasicEffectHealMana: CP14BasicEffectDamageMana # #CP14BasicEffectRainbow: - #CP14BasicEffectEmoteCough: \ No newline at end of file + #CP14BasicEffectEmoteCough: + +# Simple brewing + +- type: reaction + id: CP14ChromiumBrewing + minTemp: 500 + priority: 2 + reactants: + CP14ChromiumSlime: + amount: 1 + products: + CP14BasicEffectUnstable: 1 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/general.yml b/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/general.yml index e00fa66138..b776efdc4b 100644 --- a/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/general.yml +++ b/Resources/Prototypes/_CP14/Recipes/Reactions/Alchemy/general.yml @@ -10,3 +10,16 @@ prototypeId: CP14Mist sound: path: /Audio/Effects/smoke.ogg + +- type: reaction + id: CP14UnstableCooling + maxTemp: 300 + reactants: + CP14BasicEffectUnstable: + amount: 1 + effects: + - !type:AreaReactionEffect + duration: 20 + prototypeId: CP14Mist + sound: + path: /Audio/Effects/smoke.ogg