-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration + Various items to fix missing prototypes in maps (#108)
* 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
1 parent
b95c19b
commit b516193
Showing
4 changed files
with
116 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
Resources/Locale/en-US/prototypes/catalog/fills/crates/medical-crates.ftl
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
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
79 changes: 79 additions & 0 deletions
79
Resources/Prototypes/Nyanotrasen/Catalog/Fills/Paper/salvage_lore.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,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 | ||
# ---- |
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