Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_Omu/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ uplink-bloodred-headphones-desc = Looks stylish, and synergizes with the Shredde
uplink-hobbyist-spellbook-name = Hobbyist Spell Book
uplink-hobbyist-spellbook-desc = A book given out by the Wizard Federation to get avid fanatics to finally shut up. Contains the spells: Spark, Cure Wounds, Conjure Peel, Abracaweh, and Lessest Magic Missile.
uplink-xeno-compatibility-implanter-name = Xeno Compatibility Implanter
uplink-xeno-compatibility-implanter-desc = An implant that allows the user to make use of xenomorph organs.
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
- MedicalVehiclesAdvanced
- MedicalBoards
- Janitor
- Genetics
#- Genetics # Omu, this pack is currently empty
- MedicalCloning
# Einstein Engines Packs
- Translators # Language
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
- ExperimentalScienceGoob
- MechBoardsScience
- Pinpointers
- Genetics
#- Genetics # Omu, this pack is currently empty
- XenobioPack
- XenobagHoldingPack
# Einstein Engines Packs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: latheRecipePack
id: Genetics # thats bait
recipes:
- XenoCompatibilityImplanter
#- type: latheRecipePack
# id: Genetics # thats bait
# recipes:
# - XenoCompatibilityImplanter # Omu, convert this into an antag item instead.
18 changes: 9 additions & 9 deletions Resources/Prototypes/_Goobstation/Recipes/Lathes/medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@
Plasma: 100
Silver: 50

- type: latheRecipe
id: XenoCompatibilityImplanter
result: XenoCompatibilityImplanter
completetime: 8
materials:
Steel: 500
Glass: 750
Plasma: 1500
Silver: 300
#- type: latheRecipe # Omu, convert this into an antag item instead.
# id: XenoCompatibilityImplanter
# result: XenoCompatibilityImplanter
# completetime: 8
# materials:
# Steel: 500
# Glass: 750
# Plasma: 1500
# Silver: 300

- type: latheRecipe
id: MedicalPatchBasic
Expand Down
28 changes: 14 additions & 14 deletions Resources/Prototypes/_Goobstation/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,20 @@
technologyPrerequisites:
- AdvancedAnomalyResearch

- type: technology
id: XenoBiology # :trollface:
name: research-technology-xeno-biology
icon:
sprite: _White/Mobs/Aliens/Xenomorphs/drone.rsi
state: xenomorph
discipline: Experimental
tier: 2
cost: 15000
recipeUnlocks:
- XenoCompatibilityImplanter
position: -5,0
technologyPrerequisites:
- ExperimentalScience
#- type: technology # Omu, convert this into an antag item instead.
# id: XenoBiology # :trollface:
# name: research-technology-xeno-biology
# icon:
# sprite: _White/Mobs/Aliens/Xenomorphs/drone.rsi
# state: xenomorph
# discipline: Experimental
# tier: 2
# cost: 15000
# recipeUnlocks:
# - XenoCompatibilityImplanter
# position: -5,0
# technologyPrerequisites:
# - ExperimentalScience

- type: technology
id: XenobagHolding
Expand Down
19 changes: 17 additions & 2 deletions Resources/Prototypes/_Omu/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
Telecrystal: 125
categories:
- UplinkDisruption

- type: listing
id: UplinkSwordfish
name: uplink-swordfish-name
Expand Down Expand Up @@ -154,7 +154,7 @@
Telecrystal: 3
categories:
- UplinkWearables

- type: listing
id: UplinkHobbyistSpellBook
name: uplink-hobbyist-spellbook-name
Expand All @@ -170,3 +170,18 @@
whitelist:
- Chaplain
- Librarian

- type: listing
id: UplinkXenoCompatibilityImplanterSyndi
name: uplink-xeno-compatibility-implanter-name
description: uplink-xeno-compatibility-implanter-desc
icon: { sprite: /Textures/Objects/Specific/Medical/syndi_implanter.rsi, state: implanter0 }
productEntity: XenoCompatibilityImplanterSyndi
cost:
Telecrystal: 20
categories:
- UplinkJob
conditions:
- !type:BuyerDepartmentCondition
whitelist:
- Science
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
components:
- type: Implanter
implant: BluespaceLifelineImplant100TC

- type: entity
parent: BaseImplantOnlyImplanterSyndi
id: XenoCompatibilityImplanterSyndi
suffix: Xeno Compatibility
components:
- type: Implanter
implant: XenoCompatibilityImplant
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
parent: BaseItem
parent: [BaseItem, BaseMajorContraband] # Omu, make it contra.
id: BaseXenomorphOrgan
abstract: true
components:
Expand Down
Loading