Replace string data fields with LocId where relevant (#20883)

This commit is contained in:
DrSmugleaf
2023-10-10 20:06:24 -07:00
committed by GitHub
parent ef233cf0fe
commit 9bcf67753a
69 changed files with 265 additions and 286 deletions

View File

@@ -94,7 +94,7 @@
- type: WiresPanel
- type: ActivatableUIRequiresPanel
- type: Wires
LayoutId: Borg
layoutId: Borg
- type: NameIdentifier
group: Silicon
- type: ContainerContainer

View File

@@ -61,7 +61,7 @@
toggleAction: ActionAGhostShowStationRecords
- type: SolarControlConsole # look ma i AM the computer!
- type: CommunicationsConsole
title: communicationsconsole-announcement-title-centcom
title: comms-console-announcement-title-centcom
color: "#228b22"
- type: RadarConsole
- type: CargoOrderConsole

View File

@@ -164,8 +164,8 @@
- type: WiresVisuals
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-dawinstrument
LayoutId: DawInstrument
boardName: wires-board-name-dawinstrument
layoutId: DawInstrument
- type: Machine
board: DawInstrumentMachineCircuitboard
- type: Instrument

View File

@@ -54,8 +54,8 @@
- type: Clickable
- type: WiresPanel
- type: Wires #we just want the panel
BoardName: wires-board-name-mech
LayoutId: Mech
boardName: wires-board-name-mech
layoutId: Mech
- type: Fixtures
fixtures:
fix1:

View File

@@ -17,8 +17,8 @@
- type: Machine
board: BoozeDispenserMachineCircuitboard
- type: Wires
BoardName: wires-board-name-booze
LayoutId: BoozeDispenser
boardName: wires-board-name-booze
layoutId: BoozeDispenser
- type: GuideHelp
guides:
- Bartender

View File

@@ -26,8 +26,8 @@
- type: Machine
board: ChemDispenserMachineCircuitboard
- type: Wires
BoardName: wires-board-name-chemdispenser
LayoutId: ChemDispenser
boardName: wires-board-name-chemdispenser
layoutId: ChemDispenser
- type: UpgradePowerDraw
powerDrawMultiplier: 0.75
scaling: Exponential

View File

@@ -17,8 +17,8 @@
- type: Machine
board: SodaDispenserMachineCircuitboard
- type: Wires
BoardName: wires-board-name-soda
LayoutId: SodaDispenser
boardName: wires-board-name-soda
layoutId: SodaDispenser
- type: GuideHelp
guides:
- Bartender

View File

@@ -207,7 +207,7 @@
- type: AccessReader
access: [["Command"]]
- type: Wires
LayoutId: AirlockCommand
layoutId: AirlockCommand
- type: entity
parent: AirlockCommand
@@ -273,7 +273,7 @@
- type: AccessReader
access: [["Security"]]
- type: Wires
LayoutId: AirlockSecurity
layoutId: AirlockSecurity
- type: entity
parent: AirlockSecurity
@@ -283,7 +283,7 @@
- type: AccessReader
access: [["Detective"]]
- type: Wires
LayoutId: AirlockSecurity
layoutId: AirlockSecurity
- type: entity
parent: AirlockSecurity
@@ -293,7 +293,7 @@
- type: AccessReader
access: [["Brig"]]
- type: Wires
LayoutId: AirlockSecurity
layoutId: AirlockSecurity
- type: entity
parent: AirlockSecurity
@@ -303,7 +303,7 @@
- type: AccessReader
access: [["Armory"]]
- type: Wires
LayoutId: AirlockArmory
layoutId: AirlockArmory
- type: entity
parent: AirlockSecurity

View File

@@ -76,8 +76,8 @@
- type: WiresPanel
- type: WiresPanelSecurity
- type: Wires
BoardName: wires-board-name-airlock
LayoutId: Airlock
boardName: wires-board-name-airlock
layoutId: Airlock
- type: DoorSignalControl
- type: DeviceNetwork
deviceNetId: Wireless
@@ -134,7 +134,7 @@
price: 150
- type: Tag
tags:
- Airlock
- Airlock
# This tag is used to nagivate the Airlock construction graph. It's needed because the construction graph is shared between Airlock, AirlockGlass, and HighSecDoor
placement:
mode: SnapgridCenter

View File

@@ -70,8 +70,8 @@
- type: WiresPanelSecurity
securityLevel: maxSecurity
- type: Wires
BoardName: wires-board-name-highsec
LayoutId: HighSec
boardName: wires-board-name-highsec
layoutId: HighSec
alwaysRandomize: true
- type: UserInterface
interfaces:
@@ -100,4 +100,4 @@
- type: Tag
tags:
- HighSecDoor
# This tag is used to nagivate the Airlock construction graph. It's needed because this construction graph is shared between Airlock, AirlockGlass, and HighSecDoor
# This tag is used to nagivate the Airlock construction graph. It's needed because this construction graph is shared between Airlock, AirlockGlass, and HighSecDoor

View File

@@ -43,7 +43,7 @@
- state: panel_open
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Wires
LayoutId: Docking
layoutId: Docking
- type: Door
bumpOpen: false
closeTimeTwo: 0.4

View File

@@ -84,8 +84,8 @@
- type: WiresVisuals
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-firelock
LayoutId: Firelock
boardName: wires-board-name-firelock
layoutId: Firelock
- type: UserInterface
interfaces:
- key: enum.WiresUiKey.Key

View File

@@ -118,8 +118,8 @@
usesApcPower: true
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-windoor
LayoutId: Airlock
boardName: wires-board-name-windoor
layoutId: Airlock
- type: UserInterface
interfaces:
- key: enum.WiresUiKey.Key

View File

@@ -87,8 +87,8 @@
- PlushieHampter
- type: WiresPanel
- type: Wires
LayoutId: Arcade
BoardName: wires-board-name-arcade
layoutId: Arcade
boardName: wires-board-name-arcade
- type: ActivatableUI
key: enum.SpaceVillainArcadeUiKey.Key
- type: ActivatableUIRequiresPower
@@ -129,8 +129,8 @@
- type: ActivatableUIRequiresPower
- type: WiresPanel
- type: Wires
LayoutId: Arcade
BoardName: wires-board-name-arcade
layoutId: Arcade
boardName: wires-board-name-arcade
- type: UserInterface
interfaces:
- key: enum.BlockGameUiKey.Key

View File

@@ -51,8 +51,8 @@
- type: WiresVisuals
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-cryopod
LayoutId: CryoPod
boardName: wires-board-name-cryopod
layoutId: CryoPod
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic

View File

@@ -38,8 +38,8 @@
- type: Appearance
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-vessel
LayoutId: Vessel
boardName: wires-board-name-vessel
layoutId: Vessel
- type: AmbientSound
enabled: false
range: 3
@@ -175,8 +175,8 @@
- type: WiresPanel
- type: WiresVisuals
- type: Wires
BoardName: wires-board-name-ape
LayoutId: Ape
boardName: wires-board-name-ape
layoutId: Ape
- type: GenericVisualizer
visuals:
enum.PowerDeviceVisuals.Powered:
@@ -264,8 +264,8 @@
doAfterDelay: 5
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-anomalygenerator
LayoutId: AnomalyGenerator
boardName: wires-board-name-anomalygenerator
layoutId: AnomalyGenerator
- type: Destructible
thresholds:
- trigger:

View File

@@ -13,7 +13,7 @@
- key: enum.WiresUiKey.Key
type: WiresBoundUserInterface
- type: Wires
LayoutId: Defusable
layoutId: Defusable
alwaysRandomize: true
- type: Defusable
- type: Rotatable
@@ -56,7 +56,7 @@
description: A bomb for dummies, manual not included.
components:
- type: Wires
LayoutId: Defusable
layoutId: Defusable
alwaysRandomize: true
- type: Sprite
sprite: Structures/Machines/bomb.rsi

View File

@@ -61,8 +61,8 @@
# Machine / Construction stuff
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-chemmaster
LayoutId: chem_master
boardName: wires-board-name-chemmaster
layoutId: chem_master
- type: Machine
board: ChemMasterMachineCircuitboard
- type: ContainerContainer

View File

@@ -61,8 +61,8 @@
- Biomass
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-cloningpod
LayoutId: CloningPod
boardName: wires-board-name-cloningpod
layoutId: CloningPod
- type: ApcPowerReceiver
powerLoad: 200 #Receives most of its power from the console
- type: Appearance

View File

@@ -96,8 +96,8 @@
board: FatExtractorMachineCircuitboard
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-fatextractor
LayoutId: FatExtractor
boardName: wires-board-name-fatextractor
layoutId: FatExtractor
- type: Appearance
- type: Speech
speechVerb: Robotic

View File

@@ -121,8 +121,8 @@
max: 1
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-minigravitygenerator
LayoutId: MiniGravityGenerator
boardName: wires-board-name-minigravitygenerator
layoutId: MiniGravityGenerator
- type: Machine
board: MiniGravityGeneratorCircuitboard
- type: ApcPowerReceiver

View File

@@ -31,8 +31,8 @@
acts: ["Destruction"]
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-autolathe
LayoutId: Autolathe
boardName: wires-board-name-autolathe
layoutId: Autolathe
- type: ActivatableUI
key: enum.LatheUiKey.Key
- type: ActivatableUIRequiresPower
@@ -187,8 +187,8 @@
- type: Machine
board: ProtolatheMachineCircuitboard
- type: Wires
BoardName: wires-board-name-protolathe
LayoutId: Protolathe
boardName: wires-board-name-protolathe
layoutId: Protolathe
- type: MaterialStorage
whitelist:
tags:

View File

@@ -59,8 +59,8 @@
board: MaterialReclaimerMachineCircuitboard
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-reclaimer
LayoutId: Reclaimer
boardName: wires-board-name-reclaimer
layoutId: Reclaimer
- type: MaterialReclaimer
whitelist:
components:

View File

@@ -78,8 +78,8 @@
board: MedicalScannerMachineCircuitboard
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-medicalscanner
LayoutId: MedicalScanner
boardName: wires-board-name-medicalscanner
layoutId: MedicalScanner
- type: Appearance
- type: Climbable
- type: ApcPowerReceiver

View File

@@ -24,7 +24,7 @@
- type: ExtensionCableReceiver
- type: WiresPanel
- type: Wires
LayoutId: rndserver
layoutId: rndserver
- type: WiresVisuals
- type: Machine
board: ResearchAndDevelopmentServerMachineCircuitboard

View File

@@ -49,8 +49,8 @@
board: TelecomServerCircuitboard
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-telecomserver
LayoutId: TelecomServer
boardName: wires-board-name-telecomserver
layoutId: TelecomServer
- type: Transform
anchored: true
- type: Pullable

View File

@@ -64,8 +64,8 @@
type: WiresBoundUserInterface
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-vendingmachine
LayoutId: Vending
boardName: wires-board-name-vendingmachine
layoutId: Vending
- type: Anchorable
- type: TypingIndicator
proto: robot

View File

@@ -241,8 +241,8 @@
key: enum.ThermomachineUiKey.Key
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-thermomachine
LayoutId: Thermomachine
boardName: wires-board-name-thermomachine
layoutId: Thermomachine
- type: WiresVisuals
- type: NodeContainer
nodes:

View File

@@ -23,8 +23,8 @@
type: WiresBoundUserInterface
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-pa
LayoutId: ParticleAccelerator
boardName: wires-board-name-pa
layoutId: ParticleAccelerator
# Unfinished

View File

@@ -43,8 +43,8 @@
# Construction, interaction
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-generator
LayoutId: Generator
boardName: wires-board-name-generator
layoutId: Generator
- type: UserInterface
interfaces:
- key: enum.GeneratorComponentUiKey.Key

View File

@@ -91,8 +91,8 @@
- type: WallMount
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-apc
LayoutId: APC
boardName: wires-board-name-apc
layoutId: APC
- type: WiresVisuals
- type: Damageable
damageContainer: Inorganic

View File

@@ -213,7 +213,7 @@
- machine_board
- entity_storage
- type: Wires
LayoutId: borgcharger
layoutId: borgcharger
- type: WiresPanel
- type: WiresVisuals
- type: Machine

View File

@@ -63,8 +63,8 @@
castShadows: false
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-smes
LayoutId: SMES
boardName: wires-board-name-smes
layoutId: SMES
- type: Machine
board: SMESMachineCircuitboard
- type: StationInfiniteBatteryTarget

View File

@@ -87,8 +87,8 @@
totalIntensity: 200
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-substation
LayoutId: Substation
boardName: wires-board-name-substation
layoutId: Substation
- type: Machine
board: SubstationMachineCircuitboard
- type: StationInfiniteBatteryTarget

View File

@@ -59,8 +59,8 @@
type: WiresBoundUserInterface
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-airalarm
LayoutId: AirAlarm
boardName: wires-board-name-airalarm
layoutId: AirAlarm
- type: AccessReader
access: [["Atmospherics"]]
- type: ContainerFill

View File

@@ -66,8 +66,8 @@
type: WiresBoundUserInterface
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-firealarm
LayoutId: FireAlarm
boardName: wires-board-name-firealarm
layoutId: FireAlarm
- type: Sprite
sprite: Structures/Wallmounts/air_monitors.rsi
layers:

View File

@@ -50,8 +50,8 @@
anchored: true
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-intercom
LayoutId: Intercom
boardName: wires-board-name-intercom
layoutId: Intercom
- type: ActivatableUIRequiresPower
- type: ActivatableUI
key: enum.IntercomUiKey.Key

View File

@@ -23,7 +23,7 @@
- type: WiresPanel
- type: Wires
alwaysRandomize: true
LayoutId: SurveillanceCamera
layoutId: SurveillanceCamera
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic

View File

@@ -79,8 +79,8 @@
board: HydroponicsTrayMachineCircuitboard
- type: WiresPanel
- type: Wires
BoardName: wires-board-name-hydroponicstray
LayoutId: HydroponicsTray
boardName: wires-board-name-hydroponicstray
layoutId: HydroponicsTray
- type: AmbientSound
volume: -9
range: 5