From 1c9147698fa719631a8286a747fa5a592ae50602 Mon Sep 17 00:00:00 2001 From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:59:12 -0700 Subject: [PATCH] Mirror 26427: Make the Chest Rig Purchasable in Uplink (#448) ## Mirror of PR #26427: [make chest rig purchasable in uplink](https://github.com/space-wizards/space-station-14/pull/26427) from space-wizards [space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14) ###### `4b286039906159cd4e77ead99004c9495442c515` PR opened by Dutch-VanDerLinde at 2024-03-25 13:50:34 UTC - merged at 2024-03-26 04:05:35 UTC --- PR changed 2 files with 13 additions and 0 deletions. The PR had the following labels: - No C# ---

Original Body

> > > > ## About the PR > title > > ## Why / Balance > useful for syndies to hold their gear, or for loneops incase they wanna buy a reinforcement a chest rig > > ## Media > ![image](https://github.com/space-wizards/space-station-14/assets/45323883/6ab44250-d92b-4d41-b9de-78e434406e8e) > > - [X] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase > > **Changelog** > :cl: > - add: The chest rig is now available for purchase in the syndicate uplink. >
--------- Signed-off-by: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com> Co-authored-by: SimpleStation14 Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> --- Resources/Locale/en-US/store/uplink-catalog.ftl | 3 +++ Resources/Prototypes/Catalog/uplink_catalog.yml | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 4836a57d6b1..592cf59d2fe 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -109,6 +109,9 @@ uplink-holoclown-kit-desc = A joint venture between Cybersun and Honk.co. Contai uplink-holster-name = Shoulder Holster uplink-holster-desc = A deep shoulder holster capable of holding many types of ballistics. +uplink-chest-rig-name = Chest Rig +uplink-chest-rig-desc = Explosion-resistant tactical webbing used for holding traitor goods. + uplink-emag-name = Emag uplink-emag-desc = The business card of the syndicate, this sequencer is able to break open airlocks and tamper with a variety of station devices. Recharges automatically. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 0a3556ca36a..63a748e082d 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1241,6 +1241,16 @@ # Armor +- type: listing + id: UplinkChestRig + name: uplink-chest-rig-name + description: uplink-chest-rig-desc + productEntity: ClothingBeltMilitaryWebbing + cost: + Telecrystal: 1 + categories: + - UplinkArmor + - type: listing id: UplinkChameleon name: uplink-chameleon-name