]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
return foam artifact effects (#21656)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Wed, 15 Nov 2023 01:34:42 +0000 (20:34 -0500)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2023 01:34:42 +0000 (18:34 -0700)
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/FoamArtifactComponent.cs
Resources/Prototypes/XenoArch/Effects/normal_effects.yml

index e455c319ca1d93eb3a3396436c30ccae2ffdf5e5..dc6fd0683953a477198154024c857f72e2ba8032 100644 (file)
@@ -33,7 +33,7 @@ public sealed partial class FoamArtifactComponent : Component
     /// How much reagent is in the foam?
     /// </summary>
     [DataField("reagentAmount"), ViewVariables(VVAccess.ReadWrite)]
-    public float ReagentAmount = 200;
+    public float ReagentAmount = 100;
 
     /// <summary>
     /// Minimum radius of foam spawned
index 2bc2abdd6bf5c2f0caece516ed669ee22914de78..4ec9c0778c82b37f350dce62a1aa55bf53c81936 100644 (file)
   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
       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