anomaly guidebook entries (#13567)

Closes https://github.com/space-wizards/space-station-14/issues/13542
This commit is contained in:
Nemanja
2023-01-19 06:00:16 -05:00
committed by GitHub
parent 2f169a29b7
commit ab5d49c82b
10 changed files with 127 additions and 4 deletions

View File

@@ -17,3 +17,6 @@
- key: enum.AnomalyScannerUiKey.Key
type: AnomalyScannerBoundUserInterface
- type: AnomalyScanner
- type: GuideHelp
guides:
- ScannersAndVessels

View File

@@ -76,6 +76,9 @@
sound:
path: /Audio/Effects/metalbreak.ogg
- !type:ExplodeBehavior
- type: GuideHelp
guides:
- ScannersAndVessels
- type: entity
id: MachineAPE
@@ -135,6 +138,9 @@
baseFireBurstDelayMax: 6
- type: ApcPowerReceiver
powerLoad: 100
- type: GuideHelp
guides:
- APE
- type: Gun
fireRate: 10 #just has to be fast enough to keep up with upgrades
showExamineText: false
@@ -240,3 +246,6 @@
- type: WiresVisuals
- type: StaticPrice
price: 5000
- type: GuideHelp
guides:
- AnomalousResearch

View File

@@ -38,6 +38,9 @@
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Appearance
- type: GuideHelp
guides:
- AnomalousResearch
- type: EmitSoundOnSpawn
sound:
path: /Audio/Effects/teleport_arrival.ogg

View File

@@ -1,11 +1,30 @@
- type: guideEntry
id: Science
name: guide-entry-science
text: "/Server Info/Guidebook/Science.xml"
text: "/Server Info/Guidebook/Science/Science.xml"
children:
- AnomalousResearch
- MachineUpgrading
- type: guideEntry
id: AnomalousResearch
name: guide-entry-anomalous-research
text: "/Server Info/Guidebook/Science/AnomalousResearch.xml"
children:
- APE
- ScannersAndVessels
- type: guideEntry
id: ScannersAndVessels
name: guide-entry-scanners-and-vessels
text: "/Server Info/Guidebook/Science/ScannersAndVessels.xml"
- type: guideEntry
id: APE
name: guide-entry-ape
text: "/Server Info/Guidebook/Science/APE.xml"
- type: guideEntry
id: MachineUpgrading
name: guide-entry-machine-upgrading
text: "/Server Info/Guidebook/MachineUpgrading.xml"
text: "/Server Info/Guidebook/Science/MachineUpgrading.xml"