Class SeedExtractorComponent
Inheritance
System.Object
SeedExtractorComponent
Namespace: Content.Server.Botany.Components
Assembly: Content.Server.dll
Syntax
public sealed class SeedExtractorComponent : Component
Fields
| Improve this Doc View SourceBaseMaxSeeds
The maximum amount of seed packets dropped with no machine upgrades.
Declaration
public int BaseMaxSeeds
Field Value
Type | Description |
---|---|
System.Int32 |
BaseMinSeeds
The minimum amount of seed packets dropped with no machine upgrades.
Declaration
public int BaseMinSeeds
Field Value
Type | Description |
---|---|
System.Int32 |
MachinePartSeedAmount
Machine part whose rating modifies the amount of seed packets dropped.
Declaration
public string MachinePartSeedAmount
Field Value
Type | Description |
---|---|
System.String |
PartRatingSeedAmountMultiplier
How much the machine part quality affects the amount of seeds outputted. Going up a tier will multiply the seed output by this amount.
Declaration
public float PartRatingSeedAmountMultiplier
Field Value
Type | Description |
---|---|
System.Single |
SeedAmountMultiplier
Modifier to the amount of seeds outputted, set on RefreshPartsEvent.
Declaration
public float SeedAmountMultiplier
Field Value
Type | Description |
---|---|
System.Single |