Add space glue (#16355)
This commit is contained in:
@@ -80,6 +80,13 @@ namespace Content.Shared.Chemistry.Reagent
|
||||
[DataField("slippery")]
|
||||
public bool Slippery = false;
|
||||
|
||||
/// <summary>
|
||||
/// How much reagent slows entities down if it's part of a puddle.
|
||||
/// 0 - no slowdown; 1 - can't move.
|
||||
/// </summary>
|
||||
[DataField("viscosity")]
|
||||
public float Viscosity = 0;
|
||||
|
||||
[DataField("metabolisms", serverOnly: true, customTypeSerializer: typeof(PrototypeIdDictionarySerializer<ReagentEffectsEntry, MetabolismGroupPrototype>))]
|
||||
public Dictionary<string, ReagentEffectsEntry>? Metabolisms = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user