Skip to content

Commit

Permalink
Fixed parenting
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhardSteinhauer committed Jan 9, 2024
1 parent fdab1e0 commit 0d666ac
Showing 1 changed file with 27 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
name: shipyard console
components:
- type: Sprite
drawdepth: SmallObjects
layers:
- map: ["computerLayerBody"]
sprite: _NF/Structures/Machines/computer_tabletop.rsi
Expand All @@ -65,18 +66,24 @@
state: generic_keyboard_tabletop
- map: ["computerLayerScreen"]
sprite: _NF/Structures/Machines/computers.rsi
state: generic
state: shipyard
- map: ["computerLayerKeys"]
sprite: _NF/Structures/Machines/computers.rsi
state: generic_keys
state: telesci_key
- type: Fixtures
fixtures:
fix1:
density: 500
mask:
- TabletopMachineMask

- type: entity
parent: [ ComputerTabletopShipyard, BaseMothershipComputer ]
parent: [ BaseMothershipComputer, ComputerTabletopShipyard ]
id: BaseMothershipComputerTabletop
name: mothership console
description: Used on motherships to purchase and sell ships without returning to a station.
components:
- type: Sprite
drawdepth: SmallObjects
layers:
- map: ["computerLayerBody"]
sprite: _NF/Structures/Machines/computer_tabletop.rsi
Expand All @@ -86,10 +93,16 @@
state: generic_keyboard_tabletop
- map: ["computerLayerScreen"]
sprite: _NF/Structures/Machines/computers.rsi
state: generic
state: shipyard
- map: ["computerLayerKeys"]
sprite: _NF/Structures/Machines/computers.rsi
state: generic_keys
state: telesci_key
- type: Fixtures
fixtures:
fix1:
density: 500
mask:
- TabletopMachineMask

# Computers: Base Game
- type: entity
Expand Down Expand Up @@ -718,7 +731,7 @@
# Computers: Frontier

- type: entity
parent: [ ComputerTabletopShipyard, ComputerShipyardSecurity ]
parent: [ ComputerShipyardSecurity, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardSecurity
name: security shipyard console
components:
Expand All @@ -738,7 +751,7 @@
state: telesci_key

- type: entity
parent: [ ComputerTabletopShipyard, ComputerShipyardBlackMarket ]
parent: [ ComputerShipyardBlackMarket, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardBlackMarket
name: black market shipyard console
components:
Expand All @@ -758,7 +771,7 @@
state: blackmarket_key

- type: entity
parent: [ ComputerTabletopShipyard, ComputerShipyardExpedition ]
parent: [ ComputerShipyardExpedition, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardExpedition
name: expedition shipyard console
components:
Expand All @@ -778,7 +791,7 @@
state: blackmarket_key

- type: entity
parent: [ ComputerTabletopShipyard, ComputerShipyardScrap ]
parent: [ ComputerShipyardScrap, ComputerTabletopShipyard ]
id: ComputerTabletopShipyardScrap
name: scrapyard console
components:
Expand All @@ -798,7 +811,7 @@
state: blackmarket_key

- type: entity
parent: [ BaseComputerTabletop, ComputerPalletConsoleNFNormalMarket ]
parent: [ ComputerPalletConsoleNFNormalMarket, BaseComputerTabletop ]
id: ComputerTabletopPalletConsoleNFNormalMarket
name: cargo sale computer
suffix: Normal, Tabletop
Expand All @@ -819,16 +832,16 @@
state: tech_key

- type: entity
parent: [ ComputerTabletopPalletConsoleNFNormalMarket, ComputerPalletConsoleNFHighMarket]
parent: [ ComputerPalletConsoleNFHighMarket, ComputerTabletopPalletConsoleNFNormalMarket ]
id: ComputerTabletopPalletConsoleNFHighMarket
suffix: High, Tabletop

- type: entity
parent: [ ComputerTabletopPalletConsoleNFNormalMarket, ComputerPalletConsoleNFLowMarket ]
parent: [ ComputerPalletConsoleNFLowMarket, ComputerTabletopPalletConsoleNFNormalMarket ]
id: ComputerTabletopPalletConsoleNFLowMarket
suffix: Low, Tabletop

- type: entity
parent: [ ComputerTabletopPalletConsoleNFNormalMarket, ComputerPalletConsoleNFVeryLowMarket ]
parent: [ ComputerPalletConsoleNFVeryLowMarket, ComputerTabletopPalletConsoleNFNormalMarket ]
id: ComputerTabletopPalletConsoleNFVeryLowMarket
suffix: VeryLow, Tabletop

0 comments on commit 0d666ac

Please sign in to comment.