From 0d666b47f4dbb6b18aa7111c8f03b301df6a859c Mon Sep 17 00:00:00 2001 From: Eagle0600 Date: Sun, 20 Oct 2024 14:31:11 +1000 Subject: [PATCH 1/4] Spectre: Replaced the BaseAdvancedPen in the bridge with the captain's pen. --- Resources/Maps/_NF/Shuttles/spectre.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Maps/_NF/Shuttles/spectre.yml b/Resources/Maps/_NF/Shuttles/spectre.yml index 7c72835dafb..d914f9e33f1 100644 --- a/Resources/Maps/_NF/Shuttles/spectre.yml +++ b/Resources/Maps/_NF/Shuttles/spectre.yml @@ -2106,14 +2106,6 @@ entities: - type: Transform pos: -9.5,0.5 parent: 3 -- proto: BaseAdvancedPen - entities: - - uid: 1032 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.2843938,24.057287 - parent: 3 - proto: Bed entities: - uid: 876 @@ -6036,6 +6028,14 @@ entities: rot: -1.5707963267948966 rad pos: 1.7531438,23.885412 parent: 3 +- proto: PenCap + entities: + - uid: 1032 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.2843938,24.057287 + parent: 3 - proto: PortableScrubber entities: - uid: 77 From 1cd15315e02bdf899f59fe0039585252e57a2511 Mon Sep 17 00:00:00 2001 From: Eagle0600 Date: Sun, 20 Oct 2024 14:32:30 +1000 Subject: [PATCH 2/4] Spectre: Repriced the spectre based on new value on initilisation. The previous price was an 85-90% markup. --- Resources/Prototypes/_NF/Shipyard/spectre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Shipyard/spectre.yml b/Resources/Prototypes/_NF/Shipyard/spectre.yml index 6221dffb172..ec9f66b75eb 100644 --- a/Resources/Prototypes/_NF/Shipyard/spectre.yml +++ b/Resources/Prototypes/_NF/Shipyard/spectre.yml @@ -12,7 +12,7 @@ id: Spectre name: NR Spectre description: A large, attractive but dated vessel with a pure focus on research and development. It is capable of generating anomalies. - price: 185000 + price: 113,500 # ~98700 + 15% category: Large group: Shipyard shuttlePath: /Maps/_NF/Shuttles/spectre.yml From 9865d4052dcd41ba77abd1a69cda4666d8107675 Mon Sep 17 00:00:00 2001 From: Eagle0600 Date: Sun, 20 Oct 2024 14:50:20 +1000 Subject: [PATCH 3/4] Spectre: Fixed misformatted shipyard entry. --- Resources/Prototypes/_NF/Shipyard/spectre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Shipyard/spectre.yml b/Resources/Prototypes/_NF/Shipyard/spectre.yml index ec9f66b75eb..332abe3b603 100644 --- a/Resources/Prototypes/_NF/Shipyard/spectre.yml +++ b/Resources/Prototypes/_NF/Shipyard/spectre.yml @@ -12,7 +12,7 @@ id: Spectre name: NR Spectre description: A large, attractive but dated vessel with a pure focus on research and development. It is capable of generating anomalies. - price: 113,500 # ~98700 + 15% + price: 113500 # ~98700 + 15% category: Large group: Shipyard shuttlePath: /Maps/_NF/Shuttles/spectre.yml From afecab61c50dd99f3696e3754cf6464bab613376 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Sun, 20 Oct 2024 08:29:52 +0300 Subject: [PATCH 4/4] Update spectre.yml --- Resources/Prototypes/_NF/Shipyard/spectre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Shipyard/spectre.yml b/Resources/Prototypes/_NF/Shipyard/spectre.yml index 332abe3b603..53c93c7ee22 100644 --- a/Resources/Prototypes/_NF/Shipyard/spectre.yml +++ b/Resources/Prototypes/_NF/Shipyard/spectre.yml @@ -12,7 +12,7 @@ id: Spectre name: NR Spectre description: A large, attractive but dated vessel with a pure focus on research and development. It is capable of generating anomalies. - price: 113500 # ~98700 + 15% + price: 185000 # Anomaly spawner category: Large group: Shipyard shuttlePath: /Maps/_NF/Shuttles/spectre.yml