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

Guidebook and books #16

Closed
wants to merge 10 commits into from
Closed
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
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# alert_procedure.yml
guide-entry-alertprocedure = Alert Procedure
guide-entry-commonalerts = Common Alerts
guide-entry-specificalerts = Specific Alerts
guide-entry-centcommalerts = Central Command Alerts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# server.yml
# guide-entry-server = Server Information
guide-entry-standardoperatingprocedure = Standard Operating Procedure
guide-entry-gettingstarted = Getting Started
guide-entry-serverdifferences = Server Differences
guide-entry-inworldinfo = In World Information
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# species_categories.yml
guide-entry-species = Species
guide-entry-species-wizden-species = Wizard's Den Species
guide-entry-species-nyano-species = Nyanotrasen Species
guide-entry-species-delta-species = Delta-V Species
guide-entry-species-simplestation-species = ParkStation Species

# species_specific.yml
# wizden-species
guide-entry-species-arachnid = Arachnid
guide-entry-species-diona = Diona
guide-entry-species-dwarf = Dwarf
guide-entry-species-human = Human
guide-entry-species-moth = Moth
guide-entry-species-reptilian = Reptilian
guide-entry-species-skeleton = Skeleton
guide-entry-species-slime = Slime
guide-entry-species-vox = Vox

# nyano-species
guide-entry-species-arachne = Arachne
guide-entry-species-felinid = Felinid
guide-entry-species-moff = Moth
guide-entry-species-oni = Oni

# delta-species
guide-entry-species-harpy = Harpy
guide-entry-species-vulpkanin = Vulpkanin

# parkstation-species
guide-entry-species-ipc = IPC
guide-entry-species-plasmaman = Plasmaman
guide-entry-species-shadowkin = Shadowkin
1 change: 1 addition & 0 deletions Resources/Prototypes/Guidebook/ss14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
text: "/ServerInfo/Guidebook/SpaceStation14.xml"
children:
- Controls
- GettingStarted # Parkstation-guidebook
- Jobs
- Survival
- Chemicals
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,231 @@
- type: entity
parent: BaseItem
id: BaseBook
suffix: GuidebookBook
abstract: true
components:
- type: Sprite
sprite: Objects/Misc/books.rsi
- type: Tag
tags:
- Book
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/book_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/book_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/book_drop.ogg

# - type: entity
# parent: BaseBook
# id: BookSpaceLaw
# suffix: GuidebookBook
# name: Space Law
# description: A big book of laws for space courts.
# components:
# - type: Sprite
# layers:
# - state: book_space_law
# - type: GuideHelp
# openOnActivation: true
# guides:
# - SpaceLaw

# - type: entity
# parent: BaseBook
# id: BookSupernanny
# name: Book of Unsanctioned Space Punishments
# description: The ravings of a madman.
# components:
# - type: Sprite
# layers:
# - state: book_space_law

- type: entity
parent: BaseBook
id: BookGlimmer
name: A Layman's Guide to the Mind
description: A guide on psionics.
components:
- type: Sprite
sprite: SimpleStation14/Objects/Misc/books.rsi
layers:
- state: book_psionics
- type: GuideHelp
openOnActivation: true
guides:
- Technologies
- AnomalousResearch
- Xenoarchaeology
# - Psionics
# - AltarsGolemancy

- type: entity
parent: BaseBook
id: BookChemistry
name: The Cook Book
description: The Chemist's guide to "cooking!"
components:
- type: Sprite
layers:
- state: book_chemistry
- type: GuideHelp
openOnActivation: true
guides:
- Chemist

- type: entity
parent: BaseBook
id: BookBartending
name: Mixology 101
description: This book mostly goes over which sodas taste good with which booze.
components:
- type: Sprite
layers:
- state: book_bar
- type: GuideHelp
openOnActivation: true
guides:
- Bartender

- type: entity
parent: BaseBook
id: BookCooking
name: Cooking Al Dente
description: The only thing heavier than the weight of all that monkey genocide.
components:
- type: Sprite
layers:
- state: book_cooking
- type: GuideHelp
openOnActivation: true
guides:
- Chef

- type: entity
parent: BaseBook
id: BookBotany
name: Botanical Field Guide
description: The most SFW guide on breeding you'll ever find.
components:
- type: Sprite
layers:
- state: book_hydroponics_pod_people
- type: GuideHelp
openOnActivation: true
guides:
- Botany

- type: entity
parent: BaseBook
id: BookShuttle
name: Building Upwards!
description: May not be the sharpest tool in the shed, but it's sure the densest!
components:
- type: Sprite
layers:
- state: book_engineering
- type: GuideHelp
openOnActivation: true
guides:
- Construction

- type: entity
parent: BaseBook
id: BookAlerts
name: What to do When Things are Blowing Up
description: Procedure for when and why each alert should be put in effect, and what to do.
components:
- type: Sprite
layers:
- state: book_nuclear
- type: GuideHelp
openOnActivation: true
guides:
- CommonAlerts
- SpecificAlerts
- CentCommAlerts

- type: entity
parent: BaseBook
id: BookProcedure
name: Standard Operating Procedure
description: A guide to normal station function.
components:
- type: Sprite
layers:
- state: book_particle_accelerator
- type: GuideHelp
openOnActivation: true
guides:
- StandardOperatingProcedure

- type: entity
parent: BaseBook
id: BookPower
name: Commanding Power
description: A guide to powering the station. Sadly, nothing to do with increasing self confidence...
components:
- type: Sprite
layers:
- state: book_engineering2
- type: GuideHelp
openOnActivation: true
guides:
- Power

- type: entity
parent: BaseBook
id: BookMedical
name: The Hippocratic Oath and You
description: "There's a concerning number of times that this book refers to it as the 'Hippocratic Suggestion...'"
components:
- type: Sprite
layers:
- state: book_infections
- type: GuideHelp
openOnActivation: true
guides:
- Medical

- type: entity
parent: BaseBook
id: BookHacking
name: Guide to Hacking
description: For emergency use only.
components:
- type: Sprite
layers:
- state: book_hacking
- type: GuideHelp
openOnActivation: true
guides:
- AccessConfigurator # Placeholder

- type: entity
parent: BaseBook
id: BookAtmos
name: How to Make Gas Hot
description: A guide on Atmospherics. Make sure to grab the thrilling sequal; What to do When Gas Hot.
components:
- type: Sprite
layers:
- state: book_engineering2
- type: GuideHelp
openOnActivation: true
guides:
- Atmospherics

- type: entity
parent: BaseBook
id: BookEngineering
name: The Engineer's Guide to the Station
description: A guide on Engineering. A combination of various other engineering books and more!
components:
- type: Sprite
layers:
- state: book_engineering2
- type: GuideHelp
openOnActivation: true
guides:
- Engineering
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# - type: guideEntry
# id: Server
# name: guide-entry-server
# text: "/ServerInfo/SimpleStation14/Guidebook/AlertProcedure/Server.xml"
# children:
# - AlertProcedure

- type: guideEntry
id: StandardOperatingProcedure
name: guide-entry-standardoperatingprocedure
text: "/ServerInfo/SimpleStation14/Guidebook/AlertProcedure/StandardOperatingProcedure.xml"

- type: guideEntry
id: AlertProcedure
name: guide-entry-alertprocedure
text: "/ServerInfo/SimpleStation14/Guidebook/AlertProcedure/AlertProcedure.xml"
children:
- CommonAlerts
- SpecificAlerts
- CentCommAlerts

- type: guideEntry
id: CommonAlerts
name: guide-entry-commonalerts
text: "/ServerInfo/SimpleStation14/Guidebook/AlertProcedure/CommonAlerts.xml"

- type: guideEntry
id: SpecificAlerts
name: guide-entry-specificalerts
text: "/ServerInfo/SimpleStation14/Guidebook/AlertProcedure/SpecificAlerts.xml"

- type: guideEntry
id: CentCommAlerts
name: guide-entry-centcommalerts
text: "/ServerInfo/SimpleStation14/Guidebook/AlertProcedure/CentCommAlerts.xml"
21 changes: 21 additions & 0 deletions Resources/Prototypes/SimpleStation14/Guidebook/server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- type: guideEntry
id: GettingStarted
name: guide-entry-gettingstarted
text: "/ServerInfo/SimpleStation14/Guidebook/Server/GettingStarted.xml"
children:
- Controls
- Parkstation

- type: guideEntry
id: Parkstation
name: guide-entry-serverdifferences
text: "/ServerInfo/SimpleStation14/Guidebook/Server/Parkstation.xml"

- type: guideEntry
id: InWorldInfo
name: guide-entry-inworldinfo
text: "/ServerInfo/SimpleStation14/Guidebook/Server/InWorldInfo.xml"
children:
- AlertProcedure
- StandardOperatingProcedure
- Species
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
- type: guideEntry
id: Species
name: guide-entry-species
text: "/ServerInfo/SimpleStation14/Guidebook/Species/Species.xml"
children:
- WizdenSpecies
- NyanoSpecies
- DeltaSpecies
- SimpleStationSpecies


- type: guideEntry
id: WizdenSpecies
name: guide-entry-species-wizden-species
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies.xml"
children:
- SpeciesArachnid
- SpeciesDiona
- SpeciesDwarf
- SpeciesHuman
- SpeciesMoth
- SpeciesReptilian
- SpeciesSlime
- SpeciesSkeleton
- SpeciesVox

- type: guideEntry
id: NyanoSpecies
name: guide-entry-species-nyano-species
text: "/ServerInfo/SimpleStation14/Guidebook/Species/NyanoSpecies.xml"
children:
- SpeciesArachne
- SpeciesFelinid
- SpeciesMoff
- SpeciesOni

- type: guideEntry
id: DeltaSpecies
name: guide-entry-species-delta-species
text: "/ServerInfo/SimpleStation14/Guidebook/Species/DeltaSpecies.xml"
children:
- SpeciesHarpy
- SpeciesVulpkanin

- type: guideEntry
id: SimpleStationSpecies
name: guide-entry-species-simplestation-species
text: "/ServerInfo/SimpleStation14/Guidebook/Species/SimpleStationSpecies.xml"
children:
- SpeciesIPC
- SpeciesPlasmaman
- SpeciesShadowkin
Loading
Loading