return foam artifact effects (#21656)
This commit is contained in:
@@ -33,7 +33,7 @@ public sealed partial class FoamArtifactComponent : Component
|
|||||||
/// How much reagent is in the foam?
|
/// How much reagent is in the foam?
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("reagentAmount"), ViewVariables(VVAccess.ReadWrite)]
|
[DataField("reagentAmount"), ViewVariables(VVAccess.ReadWrite)]
|
||||||
public float ReagentAmount = 200;
|
public float ReagentAmount = 100;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Minimum radius of foam spawned
|
/// Minimum radius of foam spawned
|
||||||
|
|||||||
@@ -357,20 +357,20 @@
|
|||||||
components:
|
components:
|
||||||
- type: RandomTeleportArtifact
|
- type: RandomTeleportArtifact
|
||||||
|
|
||||||
#- type: artifactEffect
|
- type: artifactEffect
|
||||||
# id: EffectFoamGood
|
id: EffectFoamGood
|
||||||
# targetDepth: 2
|
targetDepth: 2
|
||||||
# effectHint: artifact-effect-hint-biochemical
|
effectHint: artifact-effect-hint-biochemical
|
||||||
# components:
|
components:
|
||||||
# - type: FoamArtifact
|
- type: FoamArtifact
|
||||||
# reagents:
|
reagents:
|
||||||
# - Dermaline
|
- Dermaline
|
||||||
# - Arithrazine
|
- Arithrazine
|
||||||
# - Bicaridine
|
- Bicaridine
|
||||||
# - Inaprovaline
|
- Inaprovaline
|
||||||
# - Kelotane
|
- Kelotane
|
||||||
# - Dexalin
|
- Dexalin
|
||||||
# - Omnizine
|
- Omnizine
|
||||||
|
|
||||||
- type: artifactEffect
|
- type: artifactEffect
|
||||||
id: EffectChemicalPuddleRare
|
id: EffectChemicalPuddleRare
|
||||||
@@ -496,26 +496,26 @@
|
|||||||
prob: 0.5
|
prob: 0.5
|
||||||
maxAmount: 3
|
maxAmount: 3
|
||||||
|
|
||||||
#- type: artifactEffect
|
- type: artifactEffect
|
||||||
# id: EffectFoamDangerous
|
id: EffectFoamDangerous
|
||||||
# targetDepth: 3
|
targetDepth: 3
|
||||||
# effectHint: artifact-effect-hint-biochemical
|
effectHint: artifact-effect-hint-biochemical
|
||||||
# components:
|
components:
|
||||||
# - type: FoamArtifact
|
- type: FoamArtifact
|
||||||
# minFoamAmount: 20
|
minFoamAmount: 20
|
||||||
# maxFoamAmount: 30
|
maxFoamAmount: 30
|
||||||
# reagents:
|
reagents:
|
||||||
# - Tritium
|
- Tritium
|
||||||
# - Plasma
|
- Plasma
|
||||||
# - SulfuricAcid
|
- SulfuricAcid
|
||||||
# - SpaceDrugs
|
- SpaceDrugs
|
||||||
# - Nocturine
|
- Nocturine
|
||||||
# - MuteToxin
|
- MuteToxin
|
||||||
# - Napalm
|
- Napalm
|
||||||
# - CarpoToxin
|
- CarpoToxin
|
||||||
# - ChloralHydrate
|
- ChloralHydrate
|
||||||
# - Mold
|
- Mold
|
||||||
# - Amatoxin
|
- Amatoxin
|
||||||
|
|
||||||
- type: artifactEffect
|
- type: artifactEffect
|
||||||
id: EffectIgnite
|
id: EffectIgnite
|
||||||
|
|||||||
Reference in New Issue
Block a user