Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptobiolin Uplink Injector #322

Merged
merged 5 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ uplink-syndicate-martyr-module-desc = Turn your emagged borg friend into a walki
uplink-singularity-beacon-name = Singularity Beacon
uplink-singularity-beacon-desc = A device that attracts singularities. Has to be anchored and powered. Causes singularities to grow when consumed.

# 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.

VividPups marked this conversation as resolved.
Show resolved Hide resolved
# Implants
uplink-storage-implanter-name = Storage Implanter
uplink-storage-implanter-desc = Hide goodies inside of yourself with new bluespace technology!
Expand Down
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

Loading