Class ReagentEffectsEntry
Inheritance
System.Object
ReagentEffectsEntry
Namespace: Content.Shared.Chemistry.Reagent
Assembly: Content.Shared.dll
Syntax
public sealed class ReagentEffectsEntry : object
Fields
| Improve this Doc View SourceEffects
A list of effects to apply when these reagents are metabolized.
Declaration
public ReagentEffect[] Effects
Field Value
Type | Description |
---|---|
ReagentEffect[] |
MetabolismRate
Amount of reagent to metabolize, per metabolism cycle.
Declaration
public FixedPoint2 MetabolismRate
Field Value
Type | Description |
---|---|
FixedPoint2 |
Methods
| Improve this Doc View SourceMakeGuideEntry(IPrototypeManager, IEntitySystemManager)
Declaration
public ReagentEffectsGuideEntry MakeGuideEntry(IPrototypeManager prototype, IEntitySystemManager entSys)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.Prototypes.IPrototypeManager | prototype | |
IEntitySystemManager | entSys |
Returns
Type | Description |
---|---|
ReagentEffectsGuideEntry |