diff --git a/Resources/Locale/en-US/Floof/research/technologies.ftl b/Resources/Locale/en-US/Floof/research/technologies.ftl new file mode 100644 index 00000000000..a2935165685 --- /dev/null +++ b/Resources/Locale/en-US/Floof/research/technologies.ftl @@ -0,0 +1 @@ +research-technology-mini-hypo = Advanced Medical Injector diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index f2cd600d5b1..f8edcc2b077 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -953,6 +953,7 @@ - ClothingEyesHudMedical # Nyano - ChemicalPayload # Nyano - SyringeCryostasis + - HypoMini # Floof - type: Machine board: MedicalTechFabCircuitboard - type: StealTarget diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/medical.yml b/Resources/Prototypes/Floof/Recipes/Lathes/medical.yml new file mode 100644 index 00000000000..c4cb83c1796 --- /dev/null +++ b/Resources/Prototypes/Floof/Recipes/Lathes/medical.yml @@ -0,0 +1,8 @@ +- type: latheRecipe + id: HypoMini + result: HypoMini + completetime: 40 + materials: + PlasmaGlass: 500 + Plasteel: 500 + Silver: 500 diff --git a/Resources/Prototypes/Floof/Research/civilianservices.yml b/Resources/Prototypes/Floof/Research/civilianservices.yml new file mode 100644 index 00000000000..3e4df874d16 --- /dev/null +++ b/Resources/Prototypes/Floof/Research/civilianservices.yml @@ -0,0 +1,11 @@ +- type: technology + id: MiniHypo + name: research-technology-mini-hypo + icon: + sprite: Floof/Objects/Specific/Medical/hypomini.rsi + state: hypo + discipline: CivilianServices + tier: 3 + cost: 15000 + recipeUnlocks: + - HypoMini