add updated values post 14.02 for thargoid kills
This commit is contained in:
parent
3a968a7c55
commit
785efad4c0
@ -14,14 +14,24 @@ public class Thargoid {
|
|||||||
public static string ThargoidFaction = Factions.Thargoid;
|
public static string ThargoidFaction = Factions.Thargoid;
|
||||||
|
|
||||||
public static Dictionary<ulong, ThargoidVessel> VesselPayout { get; } = new() {
|
public static Dictionary<ulong, ThargoidVessel> VesselPayout { get; } = new() {
|
||||||
|
// Up to date values ever since 14.02
|
||||||
|
{ 65000, ThargoidVessel.Scout },
|
||||||
|
{ 75000, ThargoidVessel.Scout },
|
||||||
|
{ 6500000, ThargoidVessel.Cyclops },
|
||||||
|
{ 20000000, ThargoidVessel.Basilisk },
|
||||||
|
{ 25000000, ThargoidVessel.Orthrus },
|
||||||
|
{ 34000000, ThargoidVessel.Medusa },
|
||||||
|
{ 50000000, ThargoidVessel.Hydra },
|
||||||
|
// These are the old values pre Update 14.02
|
||||||
{ 80000, ThargoidVessel.Scout },
|
{ 80000, ThargoidVessel.Scout },
|
||||||
{ 8000000, ThargoidVessel.Cyclops },
|
{ 8000000, ThargoidVessel.Cyclops },
|
||||||
{ 24000000, ThargoidVessel.Basilisk },
|
{ 24000000, ThargoidVessel.Basilisk },
|
||||||
// In Update 14.1 the payout for Orthrus has been rebalanced.
|
// In Update 14.1 the payout for Orthrus has been rebalanced.
|
||||||
{ 30000000, ThargoidVessel.Orthrus },
|
{ 30000000, ThargoidVessel.Orthrus },
|
||||||
{ 40000000, ThargoidVessel.Medusa },
|
{ 40000000, ThargoidVessel.Medusa },
|
||||||
// This used to be the old payout value for Orthrus
|
// This used to be the old payout value for Orthrus, it now conflicts
|
||||||
{ 50000000, ThargoidVessel.Orthrus },
|
// with Post Update 14.02 Hydra values
|
||||||
|
//{ 50000000, ThargoidVessel.Orthrus },
|
||||||
{ 60000000, ThargoidVessel.Hydra },
|
{ 60000000, ThargoidVessel.Hydra },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user