Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration + Various items to fix missing prototypes in maps #108

Merged
merged 8 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ent-CrateMedicalDefib = Defibrillator crate

ent-CrateMedicalSupplies = Medical supplies crate
.desc = Basic medical supplies.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
ClothingMaskGas: 3
ClothingOuterWinterSci: 2
ClothingNeckScarfStripedPurple: 3
ClothingHeadTinfoil: 2 # Nyanotrasen - Tinfoil hats for Epistemics
Original file line number Diff line number Diff line change
@@ -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
# ----
36 changes: 36 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,39 @@ ScienceTechFab: Protolathe
ScienceTechFabCircuitboard: ProtolatheMachineCircuitboard
ServiceTechFab: Autolathe
ServiceTechFabCircuitboard: AutolatheMachineCircuitboard

# 2023-10-05 (Rebase related migrations)
FoodMothTomatoSauce: null
LockerEpistemicsFilled: LockerScienceFilled
LockerMystagogueFilled: LockerResearchDirectorFilled
HyperlinkBookAlerts: BookRandom
HyperlinkBookAtmos: BookAtmosDistro
HyperlinkBookBartending: BookBartendersManual
HyperlinkBookBotany: BookLeafLoversSecret
HyperlinkBookChemistry: BookChemicalCompendium
HyperlinkBookCooking: BookChefGaming
HyperlinkBookGlimmer: BookScientistsGuidebook
HyperlinkBookHacking: BookEngineersHandbook
HyperlinkBookMedical: BookMedicalReferenceBook
HyperlinkBookPower: BookEngineersHandbook
HyperlinkBookProcedure: BookRandom
HyperlinkBookShuttle: BookRandom
HyperlinkBookSpaceLaw: BookSecurity
HyperlinkBookSupernanny: BookHowToSurvive
SpawnPointCataloguer: SpawnPointLibrarian
SpawnPointCyborg: SpawnPointBorg
SpawnPointMedicalCyborg: SpawnPointBorg
SpawnPointEpistemologist: SpawnPointScientist
SpawnPointMystagogue: SpawnPointResearchDirector
SpawnPointSalvageTechnician: SpawnPointSalvageSpecialist
SpawnPointValet: SpawnPointServiceWorker
VendingMachineEpiDrobe: VendingMachineSciDrobe
PlushieMoffRandom: PlushieMothRandom
PlushieMoffbar: PlushieMothBartender
PlushieMoffsician: PlushieMothMusician
PlushieMoff: PlushieMoth
ArachneWeb: SpiderWeb
PowerCellBluespace: PowerCellHigh
CrateMedicalDefib: CrateMedical
LeftLegSpider: null
RightLegSpider: null
Loading