diff --git a/Resources/Locale/en-US/deltav/paper/book-salvage.ftl b/Resources/Locale/en-US/deltav/paper/book-salvage.ftl index 1daf8bd3db0..524113e7402 100644 --- a/Resources/Locale/en-US/deltav/paper/book-salvage.ftl +++ b/Resources/Locale/en-US/deltav/paper/book-salvage.ftl @@ -50,3 +50,9 @@ book-text-vulpkanin = Vulpkanin for Dummies, an Exhaustive Guide How to Kiss: Kiss Don't Underestimate Them: Vulpkanin may look cute and cuddly, but they can be fierce fighters when provoked. Treat them with respect and avoid unnecessary conflict. + +book-text-gorlexgirlfriend = It's the 197 version of the infamous Gorlex Girlfriends magazine. This issue includes several pictures and interviews of multiple agents working in the syndicate alongside actors who work on the Syndicate TV show "Nukies". The best part by far was about Operative November who is the star of this edition, with their picture being on the cover. + + Most of the magazine is either Syndicate propaganda or advertisements for Syndicate-branded items like soda or merch from the show. At least there are some coupons on the back for them. + + On the last page is an ad for the Gorlex Girlfriends dating app... and the Gorlex Girlfriends Hotline. diff --git a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl b/Resources/Locale/en-US/deltav/paper/paper-misc.ftl index 69b0d09c0b1..3fc6f487f42 100644 --- a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl +++ b/Resources/Locale/en-US/deltav/paper/paper-misc.ftl @@ -9,4 +9,13 @@ book-text-lunchbox-healthy = Hello Honey! book-text-lunchbox-unhealthy = Hello Honey! I've packed you something fun for this shift! I hope you enjoy it!! Love you so so much, - - Mum. \ No newline at end of file + - Mum. +book-text-subscription-notice = [head=2]Greetings loyal subscriber,[/head] + + We hope you enjoy this months edition of Gorlex Girlfriends™ sponsored by the Syndicate. + + With this months issue we will be heading behind the seens with some of our famous actors working on the amazing "[color=#780606]Nukies[/color]" TV show and maybe show some teasers for next season. Read up on the personal interview with beloved Operative November as she explains the troubles of fake blood getting in her hair! + + All that and more waiting for you inside! + + Signing off, diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml index fcb93c1c918..0ef5b634ea1 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml @@ -23,4 +23,17 @@ suffix: Lunchbox, Unhealthy components: - type: Paper - content: book-text-lunchbox-unhealthy \ No newline at end of file + content: book-text-lunchbox-unhealthy + +- type: entity + parent: Paper + id: PaperWrittenSubscriptionNotice + name: "subscription notice" + description: "Thank you for your purchase" + components: + - type: Paper + content: book-text-subscription-notice + stampedBy: + - stampedColor: "#850000" + stampedName: stamp-component-stamped-name-syndicate + stampState: "paper_stamp-syndicate" diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml index 012f46ae10e..b13bdab139a 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml @@ -44,3 +44,43 @@ color: "#2c5491" - type: Paper content: book-text-vulpkanin + +- type: entity + parent: BaseItem + id: BookGorlexGirlfriends + name: Gorlex Girlfriends - Issue 197 + description: + components: + - type: Sprite + sprite: DeltaV/Objects/Misc/gorlex_magazine.rsi + state: icon + - type: Paper + contentSize: 12000 + content: book-text-gorlexgirlfriend + stampedBy: + - stampedColor: "#850000" + stampedName: stamp-component-stamped-name-syndicate + - type: ActivatableUI + key: enum.PaperUiKey.Key + requiresComplex: false + - type: UserInterface + interfaces: + enum.PaperUiKey.Key: + type: PaperBoundUserInterface + - type: Tag + tags: + - Book + - type: PaperVisuals + backgroundImagePath: "/Textures/Interface/Paper/paper_background_book.svg.96dpi.png" + backgroundPatchMargin: 23.0, 16.0, 14.0, 15.0 + contentMargin: 20.0, 20.0, 20.0, 20.0 + - type: MeleeWeapon + soundHit: + collection: Punch + damage: + types: + Blunt: 1 + - type: DamageOtherOnHit + damage: + types: + Blunt: 1 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml index 9bb228637a3..09b3a8ae88f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml @@ -1741,3 +1741,13 @@ - type: Mail contents: - id: ClothingBeltFoamSheathFilled + +- type: entity + parent: BaseMail + id: MailGorlexGirlfriends + suffix: Gorlex Girlfriends + components: + - type: Mail + contents: + - id: PaperWrittenSubscriptionNotice + - id: BookGorlexGirlfriends diff --git a/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml b/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml index d7cd57d75bf..c8593060b70 100644 --- a/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml +++ b/Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml @@ -66,6 +66,7 @@ MailFoamSabre: 0.1 # Mainly for Glacier MailWinterCoat: 1.5 + MailGorlexGirlfriends: 0.5 # Department and job-specific mail can have slightly higher weights, # since they'll be merged with the everyone pool. diff --git a/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/icon.png new file mode 100644 index 00000000000..45e7840d963 Binary files /dev/null and b/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/icon.png differ diff --git a/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json new file mode 100644 index 00000000000..88970154f86 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Done by Kr8art on github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +}