From a91f3c87934412a520b67145885723c1b20f639d Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:17:17 +0300 Subject: [PATCH] safe zones --- .../_CP14/Procedural/Demiplane/enter_room.yml | 22 +++++++++---------- .../Procedural/Demiplane/required_layers.yml | 11 +++++++--- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/Resources/Prototypes/_CP14/Procedural/Demiplane/enter_room.yml b/Resources/Prototypes/_CP14/Procedural/Demiplane/enter_room.yml index 5832d29398..a32b554cca 100644 --- a/Resources/Prototypes/_CP14/Procedural/Demiplane/enter_room.yml +++ b/Resources/Prototypes/_CP14/Procedural/Demiplane/enter_room.yml @@ -1,17 +1,17 @@ - type: Tag id: CP14DemiplanEnterRoom -#- type: entity -# id: CP14DemiplanEnterRoomMarker -# categories: [ ForkFiltered ] -# parent: BaseRoomMarker -# name: Demiplan enter room marker -# components: -# - type: RoomFill -# clearExisting: true -# roomWhitelist: -# tags: -# - CP14DemiplanEnterRoom +- type: entity + id: CP14DemiplanEnterRoomMarker + categories: [ ForkFiltered ] + parent: BaseRoomMarker + name: Demiplan enter room marker + components: + - type: RoomFill + clearExisting: true + roomWhitelist: + tags: + - CP14DemiplanEnterRoom # 7x7 - type: dungeonRoom diff --git a/Resources/Prototypes/_CP14/Procedural/Demiplane/required_layers.yml b/Resources/Prototypes/_CP14/Procedural/Demiplane/required_layers.yml index bbac89043c..250ea54bb6 100644 --- a/Resources/Prototypes/_CP14/Procedural/Demiplane/required_layers.yml +++ b/Resources/Prototypes/_CP14/Procedural/Demiplane/required_layers.yml @@ -1,11 +1,16 @@ - type: dungeonConfig id: DemiplaneConnections layers: + #- !type:OreDunGen + # entity: CP14DemiplaneEntryPointMarker + # count: 1 + # minGroupSize: 4 + # maxGroupSize: 4 - !type:OreDunGen - entity: CP14DemiplaneEntryPointMarker + entity: CP14DemiplanEnterRoomMarker count: 1 - minGroupSize: 4 - maxGroupSize: 4 + minGroupSize: 1 + maxGroupSize: 1 - !type:OreDunGen entity: CP14DemiplanePassway count: 2