Skip to content

Commit

Permalink
Gorlex Girlfriends Mail (DeltaV-Station#2463)
Browse files Browse the repository at this point in the history
* Gorlex Girlfriends Mail

* Yaml Fix

* Requested Changes
  • Loading branch information
Unkn0wnGh0st333 authored Dec 19, 2024
1 parent 7c89e13 commit b35c4dd
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/deltav/paper/book-salvage.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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 197th 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 her 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.
11 changes: 10 additions & 1 deletion Resources/Locale/en-US/deltav/paper/paper-misc.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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 scenes 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,
14 changes: 13 additions & 1 deletion Resources/Prototypes/DeltaV/Catalog/Fills/Paper/manuals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,16 @@
suffix: Lunchbox, Unhealthy
components:
- type: Paper
content: book-text-lunchbox-unhealthy
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
40 changes: 40 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,43 @@
color: "#2c5491"
- type: Paper
content: book-text-vulpkanin

- type: entity
parent: BaseItem
id: BookGorlexGirlfriends
name: Gorlex Girlfriends
description: Issue 197 - Starring Operative November
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Resources/Prototypes/DeltaV/Mail/mailDeliveries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit b35c4dd

Please sign in to comment.