Show / Hide Table of Contents

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 Source

BaseMaxSeeds

The maximum amount of seed packets dropped with no machine upgrades.

Declaration
public int BaseMaxSeeds
Field Value
Type Description
System.Int32
| Improve this Doc View Source

BaseMinSeeds

The minimum amount of seed packets dropped with no machine upgrades.

Declaration
public int BaseMinSeeds
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MachinePartSeedAmount

Machine part whose rating modifies the amount of seed packets dropped.

Declaration
public string MachinePartSeedAmount
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

SeedAmountMultiplier

Modifier to the amount of seeds outputted, set on RefreshPartsEvent.

Declaration
public float SeedAmountMultiplier
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾