From 95e84e6927c7247e117c25bd14462b615ee9c84a Mon Sep 17 00:00:00 2001 From: Fluffiest Floofers Date: Thu, 5 Oct 2023 21:15:13 +0200 Subject: [PATCH] Spider legs and salvage lore --- .../Catalog/Fills/Paper/salvage_lore.yml | 79 +++++++++++++++++++ Resources/migration.yml | 3 + 2 files changed, 82 insertions(+) create mode 100644 Resources/Prototypes/Nyanotrasen/Catalog/Fills/Paper/salvage_lore.yml diff --git a/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Paper/salvage_lore.yml b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Paper/salvage_lore.yml new file mode 100644 index 00000000000..f37c3bbdb3e --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Catalog/Fills/Paper/salvage_lore.yml @@ -0,0 +1,79 @@ +- type: entity + name: Salvage Lore Paper Gaming Spawner + id: SalvageLorePaperGamingSpawner + parent: MarkerBase + components: + - type: Sprite + layers: + - state: red + - sprite: Objects/Misc/bureaucracy.rsi + state: paper_words + - type: RandomSpawner + prototypes: + - PaperWrittenSalvageLoreGaming1 + - PaperWrittenSalvageLoreGaming2 + - PaperWrittenSalvageLoreGaming3 + - PaperWrittenSalvageLoreGaming4 + offset: 0.1 + +- type: entity + id: PaperWrittenSalvageLoreGaming1 + noSpawn: true # keep this from spamming spawn sheet + suffix: "Salvage: Lore: Gaming 1" + parent: Paper + components: + - type: Paper + content: | + Can't stay for the game. + Engineering want me to keep a close eye on the singularity SMESes. + Leaving this so you know what's up. + Sorry. + - Alexander +- type: entity + id: PaperWrittenSalvageLoreGaming2 + noSpawn: true # keep this from spamming spawn sheet + suffix: "Salvage: Lore: Gaming 2" + parent: Paper + components: + - type: Paper + content: | + Johny Clowe + Class: Druid + Alignment: Neutral Good + Str: 1,294,139 + Dex: 4,102,103 + Con: 9,522,913 + Int: 528,491 + Wis: 1 + Cha: 1 + Where's the age? + Why are those ability scores so ridiculous? + What even are you trying to do here, Leah? - Your Friendly DM +- type: entity + id: PaperWrittenSalvageLoreGaming3 + noSpawn: true # keep this from spamming spawn sheet + suffix: "Salvage: Lore: Gaming 3" + parent: Paper + components: + - type: Paper + content: | + THE GIANT SPACE FLY FROM SPACE + Session 1: They should have just learned what's going on with the world and the Giant Space Fly. + Session 2: They should know to ask the Wizard's Court about seismic distortions. + Session 3: On their way to underground lair. + Session 4: Just ran into the Architect Of Flies. + Oh dear goodness they just started randomly killing everybody +- type: entity + id: PaperWrittenSalvageLoreGaming4 + noSpawn: true # keep this from spamming spawn sheet + suffix: "Salvage: Lore: Gaming 4" + parent: Paper + components: + - type: Paper + content: | + Won't be able to come to the meet, chemist blew up the hospital again. + Fifth time this shift. + It's amazing. + But not in a good way. + Cheers, - Arielle +# ---- diff --git a/Resources/migration.yml b/Resources/migration.yml index fa6636d3214..21f93bb1d11 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -141,3 +141,6 @@ PlushieMoffsician: PlushieMothMusician PlushieMoff: PlushieMoth ArachneWeb: SpiderWeb PowerCellBluespace: PowerCellHigh +CrateMedicalDefib: CrateMedical +LeftLegSpider: null +RightLegSpider: null