Skip to content

Commit

Permalink
Remove invalid mail types
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Sep 29, 2023
1 parent e9599a7 commit 0d144d2
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
prob: 0.10
- id: BookGnominomicon
prob: 0.2
- id: BookSalvageEpistemics1
prob: 0.025
# - id: BookSalvageEpistemics1
# prob: 0.025

- type: entity
noSpawn: true
Expand Down Expand Up @@ -318,17 +318,18 @@
- id: UniformSchoolgirlRed
orGroup: Color

- type: entity
noSpawn: true
parent: BaseMail
id: MailCosplayWizard
suffix: cosplay-wizard
components:
- type: Mail
contents:
- id: ClothingOuterWizardFake
- id: ClothingHeadHatWizardFake
- id: ClothingShoesWizardFake
#- type: entity
# noSpawn: true
# parent: BaseMail
# id: MailCosplayWizard
# suffix: cosplay-wizard
# components:
# - type: Mail
# contents:
# - id: ClothingOuterWizardFake
# - id: ClothingHeadHatWizardFake
# - id: ClothingShoesWizardFake
# We dont have these?

- type: entity
noSpawn: true
Expand Down Expand Up @@ -592,14 +593,14 @@
orGroup: Plushie
- id: PlushieSnake
orGroup: Plushie
- id: PlushieMoffRandom
- id: PlushieMothRandom
orGroup: Plushie
- id: PlushieMoff
- id: PlushieMoth
orGroup: Plushie
- id: PlushieMoffsician
- id: PlushieMothMusician
prob: 0.5
orGroup: Plushie
- id: PlushieMoffbar
- id: PlushieMothBartender
prob: 0.5
orGroup: Plushie

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
- type: entity
noSpawn: true
parent: BaseMail
id: MailEpistemologyBluespace
suffix: bluespace
components:
- type: Mail
contents:
- id: MaterialBluespace1
#- type: entity
# noSpawn: true
# parent: BaseMail
# id: MailEpistemologyBluespace
# suffix: bluespace
# components:
# - type: Mail
# contents:
# - id: MaterialBluespace1
# Awaiting bluespace to be implemented

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,17 @@
contents:
- id: SheetPlasma1

- type: entity
noSpawn: true
parent: BaseMail
id: MailMedicalSpaceacillin
suffix: spaceacillin
components:
- type: Mail
contents:
- id: SyringeSpaceacillin
maxAmount: 3
#- type: entity
# noSpawn: true
# parent: BaseMail
# id: MailMedicalSpaceacillin
# suffix: spaceacillin
# components:
# - type: Mail
# contents:
# - id: SyringeSpaceacillin
# maxAmount: 3
# Awaiting diseases

- type: entity
noSpawn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@
- id: Handcuffs
maxAmount: 2

- type: entity
noSpawn: true
parent: BaseMail
id: MailSecuritySpaceLaw
suffix: spacelaw
components:
- type: Mail
contents:
- id: HyperlinkBookSpaceLaw
#- type: entity
# noSpawn: true
# parent: BaseMail
# id: MailSecuritySpaceLaw
# suffix: spacelaw
# components:
# - type: Mail
# contents:
# - id: HyperlinkBookSpaceLaw
# Will we ever readd hyperlinks books? Who knows!

- type: entity
noSpawn: true
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Nyanotrasen/mailDeliveries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MailCosplayMaid: 0.5
MailCosplayNurse: 0.5
MailCosplaySchoolgirl: 0.5
MailCosplayWizard: 0.5
#MailCosplayWizard: 0.5
MailCrayon: 1
MailFigurine: 1
MailFishingCap: 0.5
Expand Down Expand Up @@ -55,7 +55,7 @@
MailMedicalEmergencyPens: 3
MailMedicalMedicinePills: 2
MailMedicalSheetPlasma: 1
MailMedicalSpaceacillin: 1
# MailMedicalSpaceacillin: 1
MailMedicalStabilizers: 2
Engineering:
MailAMEGuide: 1
Expand All @@ -67,10 +67,10 @@
MailSecurityDonuts: 3
MailSecurityFlashlight: 2
MailSecurityNonlethalsKit: 2
MailSecuritySpaceLaw: 1
#MailSecuritySpaceLaw: 1
Epistemology:
MailBooks: 1
MailEpistemologyBluespace: 1
# MailEpistemologyBluespace: 1
MailEpistemologyIngotGold: 2
MailEpistemologyResearchDisk: 1
MailEpistemologyTinfoilHat: 1
Expand Down

0 comments on commit 0d144d2

Please sign in to comment.