diff --git a/Content.Shared/Research/TechnologyPrototype.cs b/Content.Shared/Research/TechnologyPrototype.cs index bd41e2016e..38c51f9aad 100644 --- a/Content.Shared/Research/TechnologyPrototype.cs +++ b/Content.Shared/Research/TechnologyPrototype.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; @@ -68,9 +68,9 @@ namespace Content.Shared.Research serializer.DataField(ref _id, "id", string.Empty); serializer.DataField(ref _description, "description", string.Empty); serializer.DataField(ref _icon, "icon", SpriteSpecifier.Invalid); - serializer.DataField(ref _requiredPoints, "requiredpoints", 0); - serializer.DataField(ref _requiredTechnologies, "requiredtechnologies", new List()); - serializer.DataField(ref _unlockedRecipes, "unlockedrecipes", new List()); + serializer.DataField(ref _requiredPoints, "requiredPoints", 0); + serializer.DataField(ref _requiredTechnologies, "requiredTechnologies", new List()); + serializer.DataField(ref _unlockedRecipes, "unlockedRecipes", new List()); } } } diff --git a/Resources/Prototypes/Catalog/Technologies/technologies.yml b/Resources/Prototypes/Catalog/Technologies/technologies.yml index 594f1c8116..21963bc49b 100644 --- a/Resources/Prototypes/Catalog/Technologies/technologies.yml +++ b/Resources/Prototypes/Catalog/Technologies/technologies.yml @@ -1,4 +1,4 @@ -# In order to make this list somewhat organized, please place new technologies underneath their overarching "base" technology. +# In order to make this list somewhat organized, please place new technologies underneath their overarching "base" technology. # The technology tree is using this layout - https://tgstation13.org/wiki//images/thumb/f/f4/ResearchTree.png/800px-ResearchTree.png # Base Technology @@ -8,7 +8,7 @@ id: BasicResearch description: Nanotransen basic research technologies. icon: Constructible/Power/server.rsi/server-on.png - requiredpoints: 250 + requiredPoints: 250 # Biological Technology Tree @@ -17,8 +17,8 @@ id: BiologicalTechnology description: Investigations into the natural world. icon: Constructible/Misc/potted_plants.rsi/applebush.png - requiredpoints: 1000 - requiredtechnologies: + requiredPoints: 1000 + requiredTechnologies: - BasicResearch # Data Theory Technology Tree @@ -28,8 +28,8 @@ id: DataTheory description: Just like regular data, but in space! icon: Constructible/Power/computers.rsi/computer-datatheory.png - requiredpoints: 1000 - requiredtechnologies: + requiredPoints: 1000 + requiredTechnologies: - BasicResearch # Industrial Engineering Technology Tree @@ -39,8 +39,8 @@ id: IndustrialEngineering description: A refresher course on modern engineering technology. icon: Constructible/Power/protolathe.rsi/protolathe.png - requiredpoints: 1000 - requiredtechnologies: + requiredPoints: 1000 + requiredTechnologies: - BasicResearch - type: technology @@ -48,10 +48,10 @@ id: Sheets description: Print those sheets! icon: Objects/Materials/sheet_metal.png - requiredpoints: 250 - requiredtechnologies: + requiredPoints: 250 + requiredTechnologies: - IndustrialEngineering - unlockedrecipes: + unlockedRecipes: - MetalStack - GlassStack @@ -62,8 +62,8 @@ id: ElectromagneticTheory description: Try not to fry yourself. icon: Constructible/Power/apc.rsi/apcewires.png - requiredpoints: 1000 - requiredtechnologies: + requiredPoints: 1000 + requiredTechnologies: - BasicResearch # Bluespace Theory Technology Tree @@ -73,6 +73,6 @@ id: BluespaceTheory description: An experimental course on the mysterious technology known as bluespace. icon: Objects/Misc/hand_tele.png - requiredpoints: 1000 - requiredtechnologies: + requiredPoints: 1000 + requiredTechnologies: - BasicResearch