Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Add Tape to Mail
Browse files Browse the repository at this point in the history
  • Loading branch information
NEirotoXiN committed Jun 6, 2024
1 parent 9e182e4 commit 5bad73b
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,120 @@
- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxAsshole
id: MailBoombox
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBox

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack1
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeSpaceOddity
- id: BaseBoomBoxTapeSpaceAsshole
- id: BaseBoomBoxTapeStarman
- id: BaseBoomBoxTapeTheChain

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack2
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeCantSmile
- id: BaseBoomBoxTapeUnderStars
- id: BaseBoomBoxTapeComingHome
- id: BaseBoomBoxTapeSignals

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack3
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeDemonKittyRag
- id: BaseBoomBoxTapeKissTheSky
- id: BaseBoomBoxTapeRetrograde
- id: BaseBoomBoxTapeThisAintNoPlaceForNoHero

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack4
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeMrKittyAfterDark
- id: BaseBoomBoxTapeTobyFoxHopesAndDreams
- id: BaseBoomBoxTapeTobyFoxMegalovania
- id: BaseBoomBoxTapeTobyFoxUndertale

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack5
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeImagineDragonEnemy
- id: BaseBoomBoxTapeKDAVillian
- id: BaseBoomBoxTapeRamseyGoodbye
- id: BaseBoomBoxTapeSamuelKimGunsForHire

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack6
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeSigridEverybodyKnows
- id: BaseBoomBoxTapeTitoTarantulaAfterDark
- id: BaseBoomBoxTapeTheOffspringTheKids
- id: BaseBoomBoxTapeMichaelHolborn

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack7
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeDavidRawlings
- id: BaseBoomBoxTapeKavinskynightcall
- id: BaseBoomBoxTapeHIFIBeacon
- id: BaseBoomBoxTapeHIFIBlink

- type: entity
noSpawn: true
parent: BaseMail
id: MailBoomboxPack8
suffix: Boombox
components:
- type: Mail
isFragile: true
contents:
- id: BaseBoomBoxTapeHIFIFail
- id: BaseBoomBoxTapeHIFIRekka
12 changes: 10 additions & 2 deletions Resources/Prototypes/Nyanotrasen/mailDeliveries.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: mailDeliveryPool
id: RandomMailDeliveryPool
everyone:
MailAlcohol: 0.5
MailAlcohol: 0.5
MailSake: 0.5
MailBible: 1
MailBikeHorn: 0.5
Expand Down Expand Up @@ -45,7 +45,15 @@
MailVagueThreat: 0.4
# This is mainly for Glacier.
MailWinterCoat: 1.5
MailBoomboxAsshole: 1.5
MailBoombox: 1.5
MailBoomboxPack1: 0.5
MailBoomboxPack2: 0.5
MailBoomboxPack3: 0.5
MailBoomboxPack4: 0.5
MailBoomboxPack5: 0.5
MailBoomboxPack6: 0.5
MailBoomboxPack7: 0.5
MailBoomboxPack8: 0.5

# Department and job-specific mail can have slightly higher weights,
# since they'll be merged with the everyone pool.
Expand Down

0 comments on commit 5bad73b

Please sign in to comment.