Class CargoBountyPrototype
This is a prototype for a cargo bounty, a set of items that must be sold together in a labeled container in order to receive a monetary reward.
Inheritance
System.Object
CargoBountyPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Cargo.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class CargoBountyPrototype : object, IPrototype
Fields
| Improve this Doc View SourceDescription
A description for flava purposes.
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
Entries
The entries that must be satisfied for the cargo bounty to be complete.
Declaration
public List<CargoBountyItemEntry> Entries
Field Value
Type | Description |
---|---|
List<Content.Shared.Cargo.Prototypes.CargoBountyItemEntry> |
Reward
The monetary reward for completing the bounty
Declaration
public int Reward
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype