From c20bc3d0bf636a4c81825b79517208f8e9692358 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 7 Dec 2022 15:42:36 +0100 Subject: [PATCH] update payouts for Orthrus in U14.1 --- EDPlayerJournal/Thargoid.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EDPlayerJournal/Thargoid.cs b/EDPlayerJournal/Thargoid.cs index 5627b60..d4f4ea5 100644 --- a/EDPlayerJournal/Thargoid.cs +++ b/EDPlayerJournal/Thargoid.cs @@ -26,6 +26,8 @@ public class Thargoid { { 80000, ThargoidVessel.Scout }, { 8000000, ThargoidVessel.Cyclops }, { 24000000, ThargoidVessel.Basilisk }, + // In Update 14.1 the payout for Orthrus has been rebalanced. + { 30000000, ThargoidVessel.Orthrus }, { 40000000, ThargoidVessel.Medusa }, { 50000000, ThargoidVessel.Orthrus }, { 60000000, ThargoidVessel.Hydra },