Skip to content

Commit

Permalink
Merge pull request #322 from VividPups/Hypo
Browse files Browse the repository at this point in the history
Cryptobiolin Uplink Injector
  • Loading branch information
FoxxoTrystan authored Nov 7, 2024
2 parents 64d6737 + 97b0434 commit 46c6618
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Resources/Locale/en-US/Floof/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
@@ -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.
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.
17 changes: 16 additions & 1 deletion Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 14 additions & 1 deletion Resources/Prototypes/Floof/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -7,4 +9,15 @@
Telecrystal: 1
categories:
- UplinkPointless



# 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
19 changes: 19 additions & 0 deletions Resources/Prototypes/Floof/Entities/Objects/Tools/uplink.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 46c6618

Please sign in to comment.