Skip to content

Commit

Permalink
Merge pull request #189 from Fansana/secret-doors
Browse files Browse the repository at this point in the history
Add Secret Doors
  • Loading branch information
Fansana committed Sep 13, 2024
2 parents cfd1e2f + fd3bf9a commit 03823d8
Show file tree
Hide file tree
Showing 27 changed files with 749 additions and 0 deletions.
109 changes: 109 additions & 0 deletions Resources/Prototypes/_NF/Entities/Structures/Doors/secret_door.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
#reinforced secret door
- type: entity
id: ReinforcedSecretDoorAssembly
name: secret reinforced door assembly
parent: BaseSecretDoorAssembly
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_reinforced.rsi
state: assembly
- type: Construction
graph: ReinforcedSecretDoorGraph
node: assembly

- type: entity
id: SolidReinforcedSecretDoor
name: reinforced wall
parent: BaseSecretDoor
components:
- type: Construction
graph: ReinforcedSecretDoorGraph
node: ReinforcedSecretDoorNode
containers:
- battery-container
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_reinforced.rsi

#wood secret door
- type: entity
id: WoodSecretDoorAssembly
name: secret wood door assembly
parent: BaseSecretDoorAssembly
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_wood.rsi
state: assembly
- type: Construction
graph: WoodSecretDoorGraph
node: assembly
placement:
mode: SnapgridCenter

- type: entity
id: WoodSecretDoor
name: wood wall
parent: BaseSecretDoor
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_wood.rsi
- type: Construction
graph: WoodSecretDoorGraph
node: WoodSecretDoorNode
containers:
- battery-container

#uranium secret door
- type: entity
id: UraniumSecretDoorAssembly
name: secret uranium door assembly
parent: BaseSecretDoorAssembly
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_uranium.rsi
state: assembly
- type: Construction
graph: UraniumSecretDoorGraph
node: assembly
placement:
mode: SnapgridCenter

- type: entity
id: UraniumSecretDoor
name: uranium wall
parent: BaseSecretDoor
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_uranium.rsi
- type: Construction
graph: UraniumSecretDoorGraph
node: UraniumSecretDoorNode
containers:
- battery-container

#shuttle secret door
- type: entity
id: ShuttleSecretDoorAssembly
name: secret shuttle door assembly
parent: BaseSecretDoorAssembly
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_shuttle.rsi
state: assembly
- type: Construction
graph: ShuttleSecretDoorGraph
node: assembly
placement:
mode: SnapgridCenter

- type: entity
id: ShuttleSecretDoor
name: shuttle wall
parent: BaseSecretDoor
components:
- type: Sprite
sprite: _NF/Structures/Doors/secret_door_shuttle.rsi
- type: Construction
graph: ShuttleSecretDoorGraph
node: ShuttleSecretDoorNode
containers:
- battery-container
Loading

0 comments on commit 03823d8

Please sign in to comment.