Skip to content

Commit

Permalink
Genaric radio implants are no longer syndicate branded (#2159)
Browse files Browse the repository at this point in the history
* First commit

* Minor fix

* Requested changes

* grammar
  • Loading branch information
beck-thompson authored Nov 17, 2024
1 parent 4046b13 commit 15c8f47
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 20 deletions.
3 changes: 0 additions & 3 deletions Resources/Locale/en-US/deltav/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ uplink-syndicate-radio-implanter-desc = A cranial implant that lets you talk on
uplink-syndicate-radio-implanter-bundle-name = Syndicate Radio Implanter Bundle
uplink-syndicate-radio-implanter-bundle-desc = Two implanters for the price of one and a half! Share one with your Syndicate friend.
uplink-generic-radio-implanter-name = Generic Radio Implanter
uplink-generic-radio-implanter-desc = A cranial implant with a bluespace compartment for a single encryption key (not included). Put in a key of your choice, and you can talk using it like you would with any headset.
uplink-doorjack-name = Airlock Access Override
uplink-doorjack-desc = A specialized cryptographic sequencer, designed solely to doorjack NanoTrasen's updated airlocks. Does not tamper with anything else.
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_medical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
cost: 500
category: Medical
group: market

- type: cargoProduct
id: RadioImplantCrate
icon:
sprite: Objects/Specific/Medical/implanter.rsi
state: implanter0
product: CrateGenericRadioImplants
cost: 1500
category: Medical
group: market
10 changes: 10 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/medical.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
id: CrateGenericRadioImplants
parent: CrateMedical
name: radio implant crate
description: Communicate without having a pesky headset on your ear.
components:
- type: StorageFill
contents:
- id: GenericRadioImplanter
amount: 3
15 changes: 0 additions & 15 deletions Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,6 @@
categories:
- UplinkImplants


- type: listing
id: UplinkGenericRadioImplanter
name: uplink-generic-radio-implanter-name
description: uplink-generic-radio-implanter-desc
icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: crypt_rusted }
productEntity: GenericRadioImplanter
discountCategory: usualDiscounts
discountDownTo:
Telecrystal: 1
cost:
Telecrystal: 2
categories:
- UplinkImplants

- type: listing
id: UplinkDoorjack
name: uplink-doorjack-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
implant: BionicSyrinxImplant

- type: entity
parent: BaseImplantOnlyImplanterSyndi
parent: BaseImplantOnlyImplanter
id: GenericRadioImplanter
suffix: generic radio
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
parent: StorageImplant
id: RadioImplant
name: generic radio implant
description: This implant contains a radio augmentation with a bluespace compartment for an encryption key. It allows its user to communicate on the key's channels.
description: This implant contains a radio augmentation with a hidden compartment for an encryption key. It allows its user to communicate on the key's channels.
components:
- type: SubdermalImplant
implantAction: ActionOpenRadioImplant
Expand Down

0 comments on commit 15c8f47

Please sign in to comment.