diff --git a/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl b/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl index c80a39fb314..5be7cb53fd7 100644 --- a/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/Floof/store/uplink-catalog.ftl @@ -1,3 +1,7 @@ # Pointless uplink-coder-socks-valid-name = Blood-red Coder Socks -uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war. \ No newline at end of file +uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war. + +# Floof station +uplink-Cryptobiolininjector-name = Cryptobiolin injector +uplink-Cryptobiolininjector-desc = Made by SESWC. This item is prefilled with 20u of Cryptobiolin to help you get rid of those pesky psionic weirdo's. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index ca7e37dde37..b813789c5e9 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1778,4 +1778,19 @@ conditions: - !type:ListingLimitedStockCondition stock: 1 - + + + +# Floof +# Looks like it wont show up if it isnt in this folder, Probably why the socks arent showing up either. + +- type: listing + id: UplinkCryoinjector + name: uplink-Cryptobiolininjector-name + description: uplink-Cryptobiolininjector-desc + icon: { sprite: Objects/Specific/Medical/medipen.rsi, state: penacid } + productEntity: CryptobiolinInjector + cost: + Telecrystal: 2 + categories: + - UplinkUtility diff --git a/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml b/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml index 741be24908f..2dca5050e41 100644 --- a/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Floof/Catalog/uplink_catalog.yml @@ -1,3 +1,5 @@ +# Looks like it wont show up if it isnt in based folder. Put it in here as a back up save until its fix + - type: listing id: UplinkSocksCoderValid name: uplink-coder-socks-valid-name @@ -7,4 +9,15 @@ Telecrystal: 1 categories: - UplinkPointless - \ No newline at end of file + + +# type: listing + # id: UplinkCryoinjector + #name: uplink-Cryptobiolininjector-name + #description: uplink-Cryptobiolininjector-desc + #icon: { sprite: Objects/Specific/Medical/medipen.rsi, state: arithpen } + #productEntity: CryptobiolinInjector + #cost: + # Telecrystal: 2 + #categories: + #- UplinkUtility diff --git a/Resources/Prototypes/Floof/Entities/Objects/Tools/uplink.yml b/Resources/Prototypes/Floof/Entities/Objects/Tools/uplink.yml new file mode 100644 index 00000000000..2464c42669f --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Objects/Tools/uplink.yml @@ -0,0 +1,19 @@ +- type: entity + name: Cryptobiolin injector + id: CryptobiolinInjector + parent: ChemicalMedipen + description: Made by SESWC. This item is prefilled with 20u of Cryptobiolin to help you get rid of those pesky psionic weirdo's. + components: + - type: Sprite + sprite: Objects/Specific/Medical/medipen.rsi + layers: + - state: penacid + map: ["enum.SolutionContainerLayers.Fill"] + - type: SolutionContainerManager + solutions: + pen: + maxVol: 20 + reagents: + - ReagentId: Cryptobiolin + Quantity: 20 +