From 7deb43d4fedca7337756a4d144da8082de5dc09b Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 20 Jan 2025 06:40:06 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=B4=D1=83?= =?UTF-8?q?=D0=B1=D0=BB=D0=B5=D0=B9=20=D0=BA=D0=BE=D1=81=D0=BC=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=BA=D0=B0=D1=86=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototypes/Entities/Stations/base.yml | 30 ++++++++++++++----- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Stations/base.yml b/Resources/Prototypes/Entities/Stations/base.yml index 9cbae465fb..6054509b56 100644 --- a/Resources/Prototypes/Entities/Stations/base.yml +++ b/Resources/Prototypes/Entities/Stations/base.yml @@ -72,12 +72,11 @@ - /Maps/_Sunrise/Nonstations/telecom_satelite.yml ruins: !type:GridSpawnGroup hide: false # Sunrise-Edit - nameGrid: false - minCount: 10 - maxCount: 15 + nameGrid: true + minCount: 3 + maxCount: 6 stationGrid: false paths: - - /Maps/Ruins/abandoned_outpost.yml - /Maps/Ruins/chunked_tcomms.yml - /Maps/Ruins/biodome_satellite.yml - /Maps/Ruins/derelict.yml @@ -88,14 +87,31 @@ - /Maps/Ruins/whiteship_ancient.yml - /Maps/Ruins/whiteship_bluespacejumper.yml - /Maps/Ruins/wrecklaimer.yml + abandoned: !type:GridSpawnGroup + minimumDistance: 500 + maximumDistance: 550 + hide: false + nameGrid: false + stationGrid: false + minCount: 5 + maxCount: 5 + paths: + - /Maps/Ruins/abandoned_outpost.yml - /Maps/_Sunrise/Ruins/abandoned_mining_outpost.yml - /Maps/_Sunrise/Ruins/abandoned_satelite.yml - - /Maps/_Sunrise/Ruins/victory_mine.yml - /Maps/_Sunrise/Ruins/abandoned_lab.yml - /Maps/_Sunrise/Ruins/abandoned_syndi_lab.yml + victory_mine: !type:GridSpawnGroup + minimumDistance: 1000 + maximumDistance: 1050 + hide: false + nameGrid: false + stationGrid: false + paths: + - /Maps/_Sunrise/Ruins/victory_mine.yml vgroid: !type:DungeonSpawnGroup - minimumDistance: 300 - maximumDistance: 350 + minimumDistance: 1000 + maximumDistance: 1050 nameDataset: NamesBorer stationGrid: false addComponents: From 57b8d14fcb543e5a77a565f243c518ff10658036 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 20 Jan 2025 06:43:40 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=B0=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D0=B3=20=D1=80=D0=BE=D0=BB=D0=B5=D0=B9=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=94=D0=9E=20=D0=B8=20=D0=BA=D1=83=D0=BB=D1=8C?= =?UTF-8?q?=D1=82=D0=B0=20=D0=BF=D0=BB=D0=BE=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Sunrise/AssaultOps/mind_roles.yml | 5 ++++- Resources/Prototypes/_Sunrise/FleshCult/mind_roles.yml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Sunrise/AssaultOps/mind_roles.yml b/Resources/Prototypes/_Sunrise/AssaultOps/mind_roles.yml index 03b0916ab0..bbfcfe8e4a 100644 --- a/Resources/Prototypes/_Sunrise/AssaultOps/mind_roles.yml +++ b/Resources/Prototypes/_Sunrise/AssaultOps/mind_roles.yml @@ -4,8 +4,9 @@ name: Assault Operative Role components: - type: MindRole - exclusiveAntag: true antagPrototype: AssaultOperative + exclusiveAntag: true + roleType: TeamAntagonist - type: AssaultOpsRole - type: entity @@ -15,3 +16,5 @@ components: - type: MindRole antagPrototype: AssaultCommander + exclusiveAntag: true + roleType: TeamAntagonist diff --git a/Resources/Prototypes/_Sunrise/FleshCult/mind_roles.yml b/Resources/Prototypes/_Sunrise/FleshCult/mind_roles.yml index 3652fbcd7f..f356451f03 100644 --- a/Resources/Prototypes/_Sunrise/FleshCult/mind_roles.yml +++ b/Resources/Prototypes/_Sunrise/FleshCult/mind_roles.yml @@ -7,6 +7,7 @@ - type: MindRole antagPrototype: FleshCultist exclusiveAntag: true + roleType: TeamAntagonist - type: FleshCultistRole - type: entity @@ -18,4 +19,5 @@ - type: MindRole antagPrototype: FleshCultistLeader exclusiveAntag: true + roleType: TeamAntagonist - type: FleshCultistRole From 23a3cc509efe05ec5779de20b5028d4c0ee1c0ed Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Mon, 20 Jan 2025 06:44:38 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=B2=D0=B0=D0=BC=D0=BF=D0=B8=D1=80=20?= =?UTF-8?q?=D0=B2=D1=81=D0=B5=20=D1=82=D0=B0=D0=BA=D0=B8=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Prototypes/_Sunrise/Roles/MindRoles/mind_roles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Sunrise/Roles/MindRoles/mind_roles.yml b/Resources/Prototypes/_Sunrise/Roles/MindRoles/mind_roles.yml index e95773a7ee..ab33a1d963 100644 --- a/Resources/Prototypes/_Sunrise/Roles/MindRoles/mind_roles.yml +++ b/Resources/Prototypes/_Sunrise/Roles/MindRoles/mind_roles.yml @@ -61,5 +61,5 @@ - type: MindRole antagPrototype: Vampire exclusiveAntag: true - roleType: TeamAntagonist + roleType: SoloAntagonist - type: VampireRole