diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 0026c6bf7a..076966619f 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -140,6 +140,9 @@ uplink-meds-bundle-desc = All you need to get your comrades back in the fight: m uplink-ammo-bundle-name = Ammo Bundle uplink-ammo-bundle-desc = Reloading! Contains 4 magazines for the C-20r, 4 drums for the Bulldog, and 2 ammo boxes for the L6 SAW. +uplink-sniper-bundle-name = Sniper Bundle +uplink-sniper-bundle-desc = An inconspicuous briefcase that contains a hristov, 30 spare bullets and a convenient disguise + uplink-c20r-bundle-name = C-20r Bundle uplink-c20r-bundle-desc = Old faithful: The classic C-20r Submachine Gun, bundled with three magazines. diff --git a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml index 9c14dcf779..9cbb795b6f 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml @@ -8,3 +8,18 @@ contents: - id: Paper amount: 3 + +- type: entity + id: BriefcaseSyndieSniperBundleFilled + name: brown briefcase + parent: BriefcaseSyndie + suffix: Filled + components: + - type: StorageFill + contents: + - id: WeaponSniperHristov + - id: MagazineBoxAntiMateriel + - id: ClothingNeckTieRed + - id: ClothingHandsGlovesLatex + - id: ClothingUniformJumpsuitLawyerBlack + - id: ClothingShoesBootsLaceup diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index fb1ce68029..40801848b6 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -582,6 +582,17 @@ components: - SurplusBundle +- type: listing + id: UplinkSniperBundle + name: uplink-sniper-bundle-name + description: uplink-sniper-bundle-desc + icon: { sprite: /Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi, state: base } + productEntity: BriefcaseSyndieSniperBundleFilled + cost: + Telecrystal: 6 + categories: + - UplinkBundles + - type: listing id: UplinkC20RBundle name: uplink-c20r-bundle-name @@ -1013,7 +1024,7 @@ description: uplink-cyberpen-desc productEntity: CyberPen cost: - Telecrystal: 3 + Telecrystal: 1 categories: - UplinkMisc diff --git a/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml b/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml index 66b049f89b..f8d8aa0edd 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/briefcases.yml @@ -23,3 +23,29 @@ state: icon - type: Item sprite: Objects/Storage/Briefcases/briefcase_brown.rsi + +- type: entity + parent: BaseStorageItem + abstract: true + id: BriefcaseSyndieBase + description: Useful for carrying items in your hands. + components: + - type: Item + size: 80 + - type: Storage + capacity: 80 + - type: Tag + tags: + - Briefcase + +- type: entity + name: brown briefcase + parent: BriefcaseSyndieBase + id: BriefcaseSyndie + description: A handy briefcase. + components: + - type: Sprite + sprite: Objects/Storage/Briefcases/briefcase_brown.rsi + state: icon + - type: Item + sprite: Objects/Storage/Briefcases/briefcase_brown.rsi