Skip to content

Commit

Permalink
Migration + Various items to fix missing prototypes in maps (#108)
Browse files Browse the repository at this point in the history
* woo migrating stuff for mappers

* a

* Medical Cyborg and ArachneWeb

* PowerCellBluespace to PowerCellHigh

* Spider legs and salvage lore

* unused

* Actually I might do the medicalborg

* revert
  • Loading branch information
FluffiestFloof authored Oct 6, 2023
1 parent b95c19b commit b516193
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 2 deletions.
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

0 comments on commit b516193

Please sign in to comment.