/// 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
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