Skip to content

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 9, 2024
1 parent 8518a94 commit 5009503
Showing 1 changed file with 46 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- type: entity
parent: BaseStructureComputer
id: BaseComputerTabletop
name: computer
suffix: Tabletop
abstract: true
placement:
Expand Down Expand Up @@ -31,6 +32,7 @@
- type: entity
parent: [ BaseComputerTabletop, BaseComputerShuttle ] # Shuttle
id: BaseComputerTabletopShuttle
name: shuttle console
abstract: true
components:
- type: Sprite
Expand All @@ -51,6 +53,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerShipyard ] # Shuttle
id: ComputerTabletopShipyard
name: shipyard console
components:
- type: Sprite
drawdepth: SmallObjects
Expand All @@ -77,6 +80,7 @@
- type: entity
parent: [ BaseMothershipComputer, ComputerTabletopShipyard ]
id: BaseMothershipComputerTabletop
name: mothership console
components:
- type: Sprite
drawdepth: SmallObjects
Expand Down Expand Up @@ -104,6 +108,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerAlert ]
id: ComputerTabletopAlert
name: alerts computer
components:
- type: Sprite
layers:
Expand All @@ -123,6 +128,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerEmergencyShuttle ]
id: ComputerTabletopEmergencyShuttle
name: emergency shuttle console
components:
- type: Sprite
drawdepth: SmallObjects
Expand All @@ -140,8 +146,9 @@
state: generic_keys

- type: entity
parent: [ BaseComputerTabletopShuttle, ComputerShuttle ] # Shuttle
parent: [ ComputerShuttle, BaseComputerTabletopShuttle ] # Shuttle
id: ComputerTabletopShuttle
name: shuttle console
components:
- type: Sprite
layers:
Expand All @@ -159,8 +166,9 @@
state: generic_keys

- type: entity
parent: [ BaseComputerTabletopShuttle, ComputerShuttleSyndie ] # Shuttle
parent: [ ComputerShuttleSyndie, BaseComputerTabletopShuttle ] # Shuttle
id: ComputerTabletopShuttleSyndie
name: syndicate shuttle console
components:
- type: Sprite
layers:
Expand All @@ -178,8 +186,9 @@
state: syndie_key

- type: entity
parent: [ BaseComputerTabletopShuttle, ComputerShuttleCargo ] # Shuttle
parent: [ ComputerShuttleCargo, BaseComputerTabletopShuttle ] # Shuttle
id: ComputerTabletopShuttleCargo
name: cargo shuttle console
components:
- type: Sprite
layers:
Expand All @@ -197,8 +206,9 @@
state: generic_keys

- type: entity
parent: [ BaseComputerTabletopShuttle, ComputerShuttleSalvage ] # Shuttle
parent: [ ComputerShuttleSalvage, BaseComputerTabletopShuttle ] # Shuttle
id: ComputerTabletopShuttleSalvage
name: salvage shuttle console
components:
- type: Sprite
layers:
Expand All @@ -218,6 +228,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerIFF ]
id: ComputerTabletopIFF
name: IFF computer
components:
- type: Sprite
layers:
Expand All @@ -235,8 +246,10 @@
state: generic_keys

- type: entity
parent: ComputerTabletopIFF
parent: [ ComputerTabletopIFF, ComputerIFFSyndicate ]
id: ComputerTabletopIFFSyndicate
name: IFF computer
suffix: Syndicate, Tabletop
components:
- type: Sprite
layers:
Expand All @@ -256,6 +269,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerPowerMonitoring ]
id: ComputerTabletopPowerMonitoring
name: power monitoring computer
components:
- type: Sprite
layers:
Expand All @@ -275,6 +289,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerMedicalRecords ]
id: ComputerTabletopMedicalRecords
name: medical records computer
components:
- type: Sprite
layers:
Expand All @@ -294,6 +309,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerCriminalRecords ]
id: ComputerTabletopCriminalRecords
name: criminal records computer
components:
- type: Sprite
layers:
Expand All @@ -313,6 +329,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerStationRecords ]
id: ComputerTabletopStationRecords
name: station records computer
components:
- type: Sprite
layers:
Expand All @@ -332,6 +349,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerCrewMonitoring ]
id: ComputerTabletopCrewMonitoring
name: crew monitoring console
components:
- type: Sprite
layers:
Expand All @@ -351,6 +369,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerResearchAndDevelopment ]
id: ComputerTabletopResearchAndDevelopment
name: R&D computer
components:
- type: Sprite
layers:
Expand All @@ -370,6 +389,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerAnalysisConsole ]
id: ComputerTabletopAnalysisConsole
name: analysis console
components:
- type: Sprite
layers:
Expand All @@ -389,6 +409,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerId ]
id: ComputerTabletopId
name: ID card computer
components:
- type: Sprite
layers:
Expand All @@ -408,6 +429,7 @@
- type: entity
parent: [ BaseComputerTabletop, computerBodyScanner ]
id: ComputerTabletopBodyScanner
name: body scanner computer
components:
- type: Sprite
drawdepth: SmallObjects
Expand All @@ -427,6 +449,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerComms ]
id: ComputerTabletopComms
name: communications computer
components:
- type: Sprite
layers:
Expand All @@ -446,6 +469,7 @@
- type: entity
parent: ComputerTabletopComms
id: SyndicateComputerTabletopComms
name: syndicate communications computer
components:
- type: Sprite
layers:
Expand All @@ -465,6 +489,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerSolarControl ]
id: ComputerTabletopSolarControl
name: solar control computer
components:
- type: Sprite
layers:
Expand All @@ -484,6 +509,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerRadar ]
id: ComputerTabletopRadar
name: mass scanner computer
components:
- type: Sprite
layers:
Expand All @@ -503,6 +529,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerCargoShuttle ]
id: ComputerTabletopCargoShuttle
name: cargo shuttle computer
components:
- type: Sprite
layers:
Expand All @@ -522,6 +549,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerCargoOrders ]
id: ComputerTabletopCargoOrders
name: cargo request computer
components:
- type: Sprite
layers:
Expand All @@ -541,6 +569,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerCargoBounty ]
id: ComputerTabletopCargoBounty
name: cargo bounty computer
components:
- type: Sprite
layers:
Expand All @@ -560,6 +589,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerCloningConsole ]
id: ComputerTabletopCloningConsole
name: cloning console computer
components:
- type: Sprite
layers:
Expand All @@ -579,6 +609,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerSalvageExpedition ]
id: ComputerTabletopSalvageExpedition
name: salvage expeditions computer
components:
- type: Sprite
layers:
Expand All @@ -598,6 +629,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerSurveillanceCameraMonitor ]
id: ComputerTabletopSurveillanceCameraMonitor
name: camera monitor
components:
- type: Sprite
layers:
Expand All @@ -617,6 +649,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerSurveillanceWirelessCameraMonitor ]
id: ComputerTabletopSurveillanceWirelessCameraMonitor
name: wireless camera monitor
components:
- type: Sprite
layers:
Expand All @@ -636,6 +669,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerPalletConsole ]
id: ComputerTabletopPalletConsole
name: cargo sale computer
components:
- type: Sprite
layers:
Expand All @@ -655,6 +689,7 @@
- type: entity
parent: [ BaseComputerTabletop, ComputerMassMedia ]
id: ComputerTabletopMassMedia
name: mass-media console
components:
- type: Sprite
layers:
Expand All @@ -674,6 +709,7 @@
- type: entity
parent: [ BaseComputerTabletop, ]
id: ComputerTabletopSensorMonitoring
name: sensor monitoring computer
# Putting this as "DO NOT MAP" until the performance issues are fixed.
# And it's more fleshed out.
suffix: Tabletop, TESTING, DO NOT MAP
Expand All @@ -698,6 +734,7 @@
- type: entity
parent: [ ComputerShipyardSecurity, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardSecurity
name: security shipyard console
components:
- type: Sprite
layers:
Expand All @@ -717,6 +754,7 @@
- type: entity
parent: [ ComputerShipyardBlackMarket, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardBlackMarket
name: black market shipyard console
components:
- type: Sprite
layers:
Expand All @@ -736,6 +774,7 @@
- type: entity
parent: [ ComputerShipyardExpedition, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardExpedition
name: expedition shipyard console
components:
- type: Sprite
layers:
Expand All @@ -755,6 +794,7 @@
- type: entity
parent: [ ComputerShipyardScrap, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardScrap
name: scrapyard console
components:
- type: Sprite
layers:
Expand All @@ -774,6 +814,7 @@
- type: entity
parent: [ ComputerPalletConsoleNFNormalMarket, BaseComputerTabletop ]
id: ComputerTabletopPalletConsoleNFNormalMarket
name: cargo sale computer
suffix: Normal, Tabletop
components:
- type: Sprite
Expand Down

0 comments on commit 5009503

Please sign in to comment.