From a43ebc45ba05a8e6083ad21d15e259b658188a6a Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:34:42 -0500 Subject: [PATCH] return foam artifact effects (#21656) --- .../Components/FoamArtifactComponent.cs | 2 +- .../XenoArch/Effects/normal_effects.yml | 68 +++++++++---------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/FoamArtifactComponent.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/FoamArtifactComponent.cs index e455c319ca..dc6fd06839 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/FoamArtifactComponent.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/FoamArtifactComponent.cs @@ -33,7 +33,7 @@ public sealed partial class FoamArtifactComponent : Component /// How much reagent is in the foam? /// [DataField("reagentAmount"), ViewVariables(VVAccess.ReadWrite)] - public float ReagentAmount = 200; + public float ReagentAmount = 100; /// /// Minimum radius of foam spawned diff --git a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml index 2bc2abdd6b..4ec9c0778c 100644 --- a/Resources/Prototypes/XenoArch/Effects/normal_effects.yml +++ b/Resources/Prototypes/XenoArch/Effects/normal_effects.yml @@ -357,20 +357,20 @@ components: - type: RandomTeleportArtifact -#- type: artifactEffect -# id: EffectFoamGood -# targetDepth: 2 -# effectHint: artifact-effect-hint-biochemical -# components: -# - type: FoamArtifact -# reagents: -# - Dermaline -# - Arithrazine -# - Bicaridine -# - Inaprovaline -# - Kelotane -# - Dexalin -# - Omnizine +- type: artifactEffect + id: EffectFoamGood + targetDepth: 2 + effectHint: artifact-effect-hint-biochemical + components: + - type: FoamArtifact + reagents: + - Dermaline + - Arithrazine + - Bicaridine + - Inaprovaline + - Kelotane + - Dexalin + - Omnizine - type: artifactEffect id: EffectChemicalPuddleRare @@ -496,26 +496,26 @@ prob: 0.5 maxAmount: 3 -#- type: artifactEffect -# id: EffectFoamDangerous -# targetDepth: 3 -# effectHint: artifact-effect-hint-biochemical -# components: -# - type: FoamArtifact -# minFoamAmount: 20 -# maxFoamAmount: 30 -# reagents: -# - Tritium -# - Plasma -# - SulfuricAcid -# - SpaceDrugs -# - Nocturine -# - MuteToxin -# - Napalm -# - CarpoToxin -# - ChloralHydrate -# - Mold -# - Amatoxin +- type: artifactEffect + id: EffectFoamDangerous + targetDepth: 3 + effectHint: artifact-effect-hint-biochemical + components: + - type: FoamArtifact + minFoamAmount: 20 + maxFoamAmount: 30 + reagents: + - Tritium + - Plasma + - SulfuricAcid + - SpaceDrugs + - Nocturine + - MuteToxin + - Napalm + - CarpoToxin + - ChloralHydrate + - Mold + - Amatoxin - type: artifactEffect id: EffectIgnite -- 2.51.2