From 43db40c487e8815f782b4925a117f66be2dba53f Mon Sep 17 00:00:00 2001 From: Alpaccalypse <21291379+Alpaccalypse@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:10:16 +0000 Subject: [PATCH] Added distinct ad and bye chatter to Dr. Gibb vending (#34182) * Added distinct ad and bye chatter to Dr. Gibb vending * Correcting revert mistake * Changed ad pack names to better match naming convention --- .../Locale/en-US/advertisements/vending/gibb.ftl | 12 ++++++++++++ .../Catalog/VendingMachines/advertisements.yml | 6 ++++++ .../Prototypes/Catalog/VendingMachines/goodbyes.yml | 6 ++++++ .../Structures/Machines/vending_machines.yml | 4 ++-- 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 Resources/Locale/en-US/advertisements/vending/gibb.ftl diff --git a/Resources/Locale/en-US/advertisements/vending/gibb.ftl b/Resources/Locale/en-US/advertisements/vending/gibb.ftl new file mode 100644 index 0000000000..b4360d8e4a --- /dev/null +++ b/Resources/Locale/en-US/advertisements/vending/gibb.ftl @@ -0,0 +1,12 @@ +advertisement-gibb-1 = Delicious! +advertisement-gibb-2 = Recommended by at least one doctor! +advertisement-gibb-3 = Over 1 million drinks sold! +advertisement-gibb-4 = Dr. Gibb, what's the worst that could happen? +advertisement-gibb-5 = Dr. Gibb, the flavor explosion! +advertisement-gibb-6 = Trust me, I'm a doctor! +advertisement-gibb-7 = The best sugar infusion in the galaxy! +advertisement-gibb-8 = Space Cola can get Gibbed! +thankyou-gibb-1 = The Dr. is in... your belly! +thankyou-gibb-2 = Prognosis: flavor! +thankyou-gibb-3 = Enjoy the 42 flavors! +thankyou-gibb-4 = Enjoy the syrupy goodness! diff --git a/Resources/Prototypes/Catalog/VendingMachines/advertisements.yml b/Resources/Prototypes/Catalog/VendingMachines/advertisements.yml index 46edd7bafe..6dc004dd1b 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/advertisements.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/advertisements.yml @@ -82,6 +82,12 @@ prefix: advertisement-cola- count: 8 +- type: localizedDataset + id: DrGibbAds + values: + prefix: advertisement-gibb- + count: 8 + - type: localizedDataset id: CondimentVendAds values: diff --git a/Resources/Prototypes/Catalog/VendingMachines/goodbyes.yml b/Resources/Prototypes/Catalog/VendingMachines/goodbyes.yml index fd4e53acaa..47da3b3dc6 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/goodbyes.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/goodbyes.yml @@ -40,6 +40,12 @@ prefix: thankyou-cola- count: 4 +- type: localizedDataset + id: DrGibbGoodbyes + values: + prefix: thankyou-gibb- + count: 4 + - type: localizedDataset id: DiscountDansGoodbyes values: diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index e047614ac2..108693242c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -669,9 +669,9 @@ ejectDelay: 1.9 initialStockQuality: 0.33 - type: Advertise - pack: RobustSoftdrinksAds + pack: DrGibbAds - type: SpeakOnUIClosed - pack: GenericVendGoodbyes + pack: DrGibbGoodbyes - type: Speech - type: Sprite sprite: Structures/Machines/VendingMachines/gib.rsi