Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Jun 29, 2024
1 parent 4cad7e0 commit ce4d21f
Show file tree
Hide file tree
Showing 27 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1225,11 +1225,11 @@

#Airtight hatch

- type: entity
parent: AirlockHatch
id: AirlockHatchSyndicate
suffix: Syndicate, Locked
components:
- type: ContainerFill
containers:
board: [ DoorElectronicsSyndicateAgent ]
#- type: entity edited by Sunrise, look _Sunrise/Entityes/Structures/Doors/
# parent: AirlockHatch
# id: AirlockHatchSyndicate
# suffix: Syndicate, Locked
# components:
# - type: ContainerFill
# containers:
# board: [ DoorElectronicsSyndicateAgent ]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: entity
id: AirlockHatchMaint
id: AirlockHatchMaintenance
parent: HighSecDoor
name: Maintenance Hatch
description: Protects maintenance tunnels.
Expand All @@ -12,14 +12,14 @@
time: 10

- type: entity
id: AirlockHatchCentcomm
id: AirlockHatch
parent: HighSecDoor
name: CentCom Hatch
name: Hatch
description: Keeps the bad out and keeps the good in.
placement:
mode: SnapgridCenter
components:
- type: Sprite
sprite: _Sunrise/Structures/Doors/Airlocks/Hatches/centcom_hatch.rsi
sprite: _Sunrise/Structures/Doors/Airlocks/Hatches/hatch.rsi
- type: Weldable
time: 10
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#Hatches
- type: entity
parent: AirlockHatchCentcomm
parent: AirlockHatch
id: AirlockHatchCentcommLocked
name: CentCom Hatch
suffix: CentCom, Locked
Expand All @@ -37,15 +37,15 @@

- type: entity
parent: AirlockHatchMaint
id: AirlockHatchMaintLocked
id: AirlockHatchMaintenanceLocked
name: Maintenance Hatch
suffix: Maint, Locked
components:
- type: AccessReader
access: [["Maintenance"]]

- type: entity
parent: AirlockHatchCentcomm
parent: AirlockHatch
id: AirlockHatchSyndicateLocked
name: Syndicate Hatch
suffix: Syndicate, Locked
Expand Down

0 comments on commit ce4d21f

Please sign in to comment.