Skip to content

Commit

Permalink
da
Browse files Browse the repository at this point in the history
  • Loading branch information
NEirotoXiN committed Dec 14, 2024
2 parents a11c47a + 1604172 commit c659997
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
spawned:
- id: FoodMeatDragon
amount: 2
- id: HeadSkeleton # Corvax
amount: 1
- id: WeaponCrusher # Corvax
amount: 1
prob: 0.6
- id: MobRandomCargoCorpse # Corvax
amount: 1
prob: 0.25
- type: InteractionPopup
successChance: 0.25 # It's no goose, but you better smell like carp.
interactSuccessString: petting-success-dragon
Expand Down
87 changes: 87 additions & 0 deletions Resources/Prototypes/_NF/Mail/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2165,3 +2165,90 @@
- type: Mail
contents:
- id: FoodBoxDonut

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailBoomBox
suffix: boombox
components:
- type: Mail
contents:
- id: BaseBoomBox
- id: BaseBoomBoxTapeSpaceAsshole
prob: 0.5

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailBoomBoxTapePack1
suffix: boombox
components:
- type: Mail
contents:
- id: BaseBoomBoxTapeSpaceOddity
- id: BaseBoomBoxTapeSpaceAsshole
- id: BaseBoomBoxTapeStarman
- id: BaseBoomBoxTapeTheChain
- id: BaseBoomBoxTapeSigridEverybodyKnows
prob: 0.5

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailBoomBoxTapePack2
suffix: boombox
components:
- type: Mail
contents:
- id: BaseBoomBoxTapeCantSmile
- id: BaseBoomBoxTapeUnderStars
- id: BaseBoomBoxTapeComingHome
- id: BaseBoomBoxTapeSignals
- id: BaseBoomBoxTapeSigridEverybodyKnows
prob: 0.5

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailBoomBoxTapePack3
suffix: boombox
components:
- type: Mail
contents:
- id: BaseBoomBoxTapeDemonKittyRag
- id: BaseBoomBoxTapeKissTheSky
- id: BaseBoomBoxTapeRetrograde
- id: BaseBoomBoxTapeThisAintNoPlaceForNoHero
- id: BaseBoomBoxTapeSigridEverybodyKnows
prob: 0.5

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailBoomBoxTapePack4
suffix: boombox
components:
- type: Mail
contents:
- id: BaseBoomBoxTapeMrKittyAfterDark
- id: BaseBoomBoxTapeTobyFoxHopesAndDreams
- id: BaseBoomBoxTapeTobyFoxMegalovania
- id: BaseBoomBoxTapeTobyFoxUndertale
- id: BaseBoomBoxTapeSigridEverybodyKnows
prob: 0.5

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailBoomBoxTapePack5
suffix: boombox
components:
- type: Mail
contents:
- id: BaseBoomBoxTapeImagineDragonEnemy
- id: BaseBoomBoxTapeKDAVillian
- id: BaseBoomBoxTapeRamseyGoodbye
- id: BaseBoomBoxTapeSamuelKimGunsForHire
- id: BaseBoomBoxTapeSigridEverybodyKnows
prob: 0.5
6 changes: 6 additions & 0 deletions Resources/Prototypes/_NF/Mail/mailDeliveries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
MailNFThrongler: 0.1
MailNFUnicycle: 0.5
MailNFVulpCannon: 0.1
MailBoomBox: 1.0 # Corvax
MailBoomBoxTapePack1: 0.5 # Corvax
MailBoomBoxTapePack2: 0.5 # Corvax
MailBoomBoxTapePack3: 0.5 # Corvax
MailBoomBoxTapePack4: 0.5 # Corvax
MailBoomBoxTapePack5: 0.5 # Corvax
# Useful
MailNFATV: 0.9
MailNFSkeletonMotorcycle: 0.1 # Shares a pool with MailNFATV as a rare variant
Expand Down

0 comments on commit c659997

Please sign in to comment.