Class SpeciesPrototype
Inheritance
System.Object
SpeciesPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Assembly: Content.Shared.dll
Syntax
public sealed class SpeciesPrototype : object, IPrototype
Fields
|
Improve this Doc
View Source
MaxAge
Characters cannot be older than this. Only used for restrictions...
although imagine if ghosts could age people WYCI...
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinAge
Characters younger than this are too young to be hired by Nanotrasen.
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OldAge
Characters older than this appear old. Characters in between young and old age appear middle aged.
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
YoungAge
Characters younger than this appear young.
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
DefaultHumanSkinTone
Default human skin tone for this species. This applies for human skin tones.
See HumanSkinTone(Int32) for the valid range of skin tones.
Declaration
public int DefaultHumanSkinTone { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DefaultSkinTone
Default skin tone for this species. This applies for non-human skin tones.
Declaration
public Color DefaultSkinTone { get; }
Property Value
|
Improve this Doc
View Source
Descriptor
Descriptor. Unused...? This is intended
for an eventual integration into IdentitySystem
(i.e., young human person, young lizard person, etc.)
Declaration
public string Descriptor { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DollPrototype
Prototype used by the species for the dress-up doll in various menus.
Declaration
public string DollPrototype { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FemaleFirstNames
Declaration
public string FemaleFirstNames { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ID
Prototype ID of the species.
Declaration
public string ID { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastNames
Declaration
public string LastNames { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MaleFirstNames
Declaration
public string MaleFirstNames { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MarkingPoints
The limit of body markings that you can place on this species.
Declaration
public string MarkingPoints { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
User visible name of the species.
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Naming
Declaration
public SpeciesNaming Naming { get; }
Property Value
|
Improve this Doc
View Source
Prototype
Humanoid species variant used by this entity.
Declaration
public string Prototype { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RoundStart
Whether the species is available "at round start" (In the character editor)
Declaration
public bool RoundStart { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Sexes
Declaration
public List<Sex> Sexes { get; }
Property Value
Type |
Description |
List<Sex> |
|
|
Improve this Doc
View Source
SkinColoration
Method of skin coloration used by the species.
Declaration
public HumanoidSkinColor SkinColoration { get; }
Property Value
|
Improve this Doc
View Source
SpriteSet
Declaration
public string SpriteSet { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Robust.Shared.Prototypes.IPrototype