return foam artifact effects (#21656)

This commit is contained in:
Nemanja
2023-11-14 20:34:42 -05:00
committed by GitHub
parent 619f1fdc60
commit a43ebc45ba
2 changed files with 35 additions and 35 deletions

View 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

View File

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