-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0a20f9
commit 1ed4c1b
Showing
2 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
167 changes: 167 additions & 0 deletions
167
Resources/Prototypes/DeltaV/Entities/Objects/Specific/Mail/mail.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
- type: entity | ||
noSpawn: true | ||
parent: BaseMail | ||
id: MailBooksAll # See Resources/Prototypes/Nyanotrasen/Entities/Markers/Spawners/Random/books.yml | ||
suffix: books | ||
components: | ||
- type: Mail | ||
contents: | ||
# Author Books | ||
- id: BookNarsieLegend | ||
prob: 0.02 | ||
orGroup: bookauthor | ||
- id: BookTruth | ||
prob: 0.02 | ||
orGroup: bookauthor | ||
- id: BookWorld | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookIanAntarctica | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookSlothClownSSS | ||
prob: 0.04 | ||
orGroup: bookauthor | ||
- id: BookSlothClownPranks | ||
prob: 0.04 | ||
orGroup: bookauthor | ||
- id: BookSlothClownMMD | ||
prob: 0.04 | ||
orGroup: bookauthor | ||
- id: BookStruck | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookSun | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookPossum | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookCafe | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookFeather | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookIanLostWolfPup | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookIanRanch | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookIanOcean | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookIanMountain | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookIanCity | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookIanArctic | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookIanDesert | ||
prob: 0.05 | ||
orGroup: bookauthor | ||
- id: BookNames | ||
prob: 0.08 | ||
orGroup: bookauthor | ||
- id: BookEarth | ||
prob: 0.08 | ||
orGroup: bookauthor | ||
- id: BookTemple | ||
prob: 0.09 | ||
orGroup: bookauthor | ||
- id: BookAurora | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookWatched | ||
prob: 0.04 | ||
orGroup: bookauthor | ||
- id: BookMedicalOfficer | ||
prob: 0.06 | ||
orGroup: bookauthor | ||
- id: BookMorgue | ||
prob: 0.06 | ||
orGroup: bookauthor | ||
- id: BookRufus | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookMap | ||
prob: 0.08 | ||
orGroup: bookauthor | ||
- id: BookJourney | ||
prob: 0.1 | ||
orGroup: bookauthor | ||
- id: BookInspiration | ||
prob: 0.09 | ||
orGroup: bookauthor | ||
- id: BookRandom # The "spawn nothing" in the 'orGroup' | ||
prob: 0.3 | ||
orGroup: bookauthor | ||
# id: Guidebook Books | ||
- id: BookSpaceEncyclopedia | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookTheBookOfControl | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookBartendersManual | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookChefGaming | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookLeafLoversSecret | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookEngineersHandbook | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookScientistsGuidebook | ||
prob: 0.15 | ||
orGroup: bookguide | ||
- id: BookSecurity | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookHowToKeepStationClean | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookHowToRockAndStone | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookMedicalReferenceBook | ||
prob: 0.2 | ||
orGroup: bookguide | ||
- id: BookHowToSurvive | ||
prob: 0.3 | ||
orGroup: bookguide | ||
- id: BookChemicalCompendium | ||
prob: 0.15 | ||
orGroup: bookguide | ||
- id: BookRandom # The "spawn nothing" in the 'orGroup' | ||
prob: 0.5 | ||
orGroup: bookguide | ||
# Other Books | ||
- id: BookEscalation | ||
prob: 0.2 | ||
orGroup: bookother | ||
- id: BookEscalationSecurity | ||
prob: 0.15 | ||
orGroup: bookother | ||
- id: BookAtmosDistro | ||
prob: 0.1 | ||
orGroup: bookother | ||
- id: BookAtmosWaste | ||
prob: 0.1 | ||
orGroup: bookother | ||
- id: BookAtmosAirAlarms | ||
prob: 0.1 | ||
orGroup: bookother | ||
- id: BookAtmosVentsMore | ||
prob: 0.1 | ||
orGroup: bookother | ||
- id: BookRandom # The "spawn nothing" in the 'orGroup' | ||
prob: 0.7 | ||
orGroup: bookother |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters