diff --git a/Resources/Locale/en-US/store/uplink-catalog.ftl b/Resources/Locale/en-US/store/uplink-catalog.ftl index 91a9d13a3a..dfed0cff9e 100644 --- a/Resources/Locale/en-US/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/store/uplink-catalog.ftl @@ -67,7 +67,7 @@ uplink-pistol-magazine-caseless-desc = Pistol magazine with 10 catridges. Compat uplink-speedloader-magnum-name = Speedloader (.45 magnum AP) uplink-speedloader-magnu-desc = Revolver speedloader with 6 armor-piercing catridges, capable of ignoring armor entirely. Compatible with the Python. -uplink-mosin-ammo-name = ammunition box (.30 rifle) +uplink-mosin-ammo-name = Ammunition box (.30 rifle) uplink-mosin-ammo-desc = A box of cartridges for the surplus rifle. uplink-sniper-ammo-name = ammunition box (.60 antimateriel) @@ -313,11 +313,14 @@ uplink-operative-skirt-desc = A skirt given to our nuclear operatives with fine uplink-balloon-name = Syndie Balloon uplink-balloon-desc = Handed out to the bravest souls who survived the "atomic twister" ride at Syndieland. -uplink-scarf-syndie-red-name = striped syndicate red scarf +uplink-scarf-syndie-red-name = Striped syndicate red scarf uplink-scarf-syndie-red-desc = A stylish striped syndicate red scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. -uplink-scarf-syndie-green-name = striped syndicate green scarf +uplink-scarf-syndie-green-name = Striped syndicate green scarf uplink-scarf-syndie-green-desc = A stylish striped syndicate green scarf. The perfect winter accessory for those with a keen fashion sense, and those who are in the mood to steal something. uplink-syndicate-pai-name = Syndicate personal ai device uplink-syndicate-pai-desc = A Syndicate variant of the pAI with access to the Syndicate radio channel. We do not guarantee their usefulness. + +uplink-bribe-name = Lobbying Bundle +uplink-bribe-desc = A heartfelt gift that can help you sway someone's opinion. Real or counterfeit? Yes. diff --git a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml index 72635ca5ac..5877d58a17 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/briefcases.yml @@ -22,4 +22,15 @@ - id: ClothingNeckTieRed - id: ClothingHandsGlovesLatex - id: ClothingUniformJumpsuitLawyerBlack - - id: ClothingShoesBootsLaceup \ No newline at end of file + +- type: entity + id: BriefcaseSyndieLobbyingBundleFilled + name: brown briefcase + parent: BriefcaseSyndie + suffix: Filled, Spacebucks + components: + - type: StorageFill + contents: + - id: ClothingEyesGlassesSunglasses + - id: SpaceCash1000 + amount: 5 diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index ed1c5b8596..062e7c1937 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -1184,6 +1184,16 @@ components: - SurplusBundle +- type: listing + id: UplinkBribe + name: uplink-bribe-name + description: uplink-bribe-desc + productEntity: BriefcaseSyndieLobbyingBundleFilled + cost: + Telecrystal: 4 + categories: + - UplinkMisc + # Pointless - type: listing