From 0fc9e28637b912963652a2c342015a0cda3ef6bd Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Tue, 6 May 2025 08:29:09 +0300 Subject: [PATCH] Demiplane maps aftertest tweaks (#1256) * admin info panel in demiplane map * fix core chasm destruction * dimensit resource, more resources in demiplanes * more fixes --- .../CP14DemiplaneMapWindow.xaml | 40 ++++++---- .../CP14DemiplaneMapWindow.xaml.cs | 20 +++++ .../CP14StationDemiplaneMapSystem.cs | 10 ++- .../CP14DemiplaneNavigationMapComponent.cs | 10 +++ .../Maps/_CP14/Dungeon/artifact_room.yml | 2 +- .../_CP14/Entities/Effects/sky_lightning.yml | 6 +- .../_CP14/Entities/Objects/Materials/misc.yml | 31 +++++++- .../Entities/Objects/Tools/demiplane_keys.yml | 73 ++++++++---------- .../Specific/Demiplanes/round_end.yml | 19 +++-- .../Entities/Structures/Walls/natural.yml | 7 +- .../Demiplane/Locations/cave_ice.yml | 2 +- .../Demiplane/Locations/island_snow.yml | 2 +- .../Demiplane/Locations/leaf_maze.yml | 2 +- .../Demiplane/Locations/wastelands.yml | 2 +- .../Demiplane/Modifiers/Danger/misc.yml | 6 +- .../Demiplane/Modifiers/Danger/mobs.yml | 41 +--------- .../Modifiers/GhostRoleDanger/misc.yml | 32 ++++++++ .../Demiplane/Modifiers/Reward/crystals.yml | 2 +- .../Demiplane/Modifiers/Reward/herbals.yml | 14 ++-- .../Demiplane/Modifiers/Reward/misc.yml | 14 ++-- .../Demiplane/Modifiers/Reward/ores.yml | 24 +++--- .../Dungeon/demiplan_rift_core.rsi/coord.png | Bin 0 -> 3202 bytes .../Dungeon/demiplan_rift_core.rsi/core.png | Bin 543 -> 0 bytes .../Dungeon/demiplan_rift_core.rsi/core1.png | Bin 0 -> 363 bytes .../Dungeon/demiplan_rift_core.rsi/core2.png | Bin 0 -> 436 bytes .../Dungeon/demiplan_rift_core.rsi/core3.png | Bin 0 -> 393 bytes .../Dungeon/demiplan_rift_core.rsi/core4.png | Bin 0 -> 370 bytes .../Dungeon/demiplan_rift_core.rsi/meta.json | 28 ++++++- 28 files changed, 237 insertions(+), 150 deletions(-) create mode 100644 Resources/Prototypes/_CP14/Procedural/Demiplane/Modifiers/GhostRoleDanger/misc.yml create mode 100644 Resources/Textures/_CP14/Structures/Dungeon/demiplan_rift_core.rsi/coord.png delete mode 100644 Resources/Textures/_CP14/Structures/Dungeon/demiplan_rift_core.rsi/core.png create mode 100644 Resources/Textures/_CP14/Structures/Dungeon/demiplan_rift_core.rsi/core1.png create mode 100644 Resources/Textures/_CP14/Structures/Dungeon/demiplan_rift_core.rsi/core2.png create mode 100644 Resources/Textures/_CP14/Structures/Dungeon/demiplan_rift_core.rsi/core3.png create mode 100644 Resources/Textures/_CP14/Structures/Dungeon/demiplan_rift_core.rsi/core4.png diff --git a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml b/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml index 59dac30aa9..2c41f04803 100644 --- a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml +++ b/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml @@ -6,11 +6,10 @@ xmlns:nodeTree="clr-namespace:Content.Client._CP14.UserInterface.Systems.NodeTree" xmlns:demiplaneTraveling="clr-namespace:Content.Client._CP14.DemiplaneTraveling" Title="{Loc 'cp14-demiplane-map-title'}" - MinSize="1200 850" - SetSize="1200 850"> + MinSize="1000 650" + SetSize="1800 950"> - @@ -20,9 +19,10 @@ - - + + @@ -30,25 +30,30 @@ - + - + - + -