Class TechnologyDatabaseComponent
Inheritance
System.Object
TechnologyDatabaseComponent
Namespace: Content.Shared.Research.Components
Assembly: Content.Shared.dll
Syntax
public sealed class TechnologyDatabaseComponent : Component
Fields
| Improve this Doc View SourceCurrentTechnologyCards
Declaration
public List<string> CurrentTechnologyCards
Field Value
Type | Description |
---|---|
List<System.String> |
MainDiscipline
A main discipline that locks out other discipline technology past a certain tier.
Declaration
public string? MainDiscipline
Field Value
Type | Description |
---|---|
System.Nullable<System.String> |
SupportedDisciplines
Which research disciplines are able to be unlocked
Declaration
public List<string> SupportedDisciplines
Field Value
Type | Description |
---|---|
List<System.String> |
UnlockedRecipes
The ids of all the lathe recipes which have been unlocked. This is maintained alongside the TechnologyIds
Declaration
public List<string> UnlockedRecipes
Field Value
Type | Description |
---|---|
List<System.String> |
UnlockedTechnologies
The ids of all the technologies which have been unlocked.
Declaration
public List<string> UnlockedTechnologies
Field Value
Type | Description |
---|---|
List<System.String> |