rename glaive to hunter
Glaive and Scythe can no longer be distinguished from the bounty claims you get.
This commit is contained in:
parent
4c75515a70
commit
204d6b8914
@ -8,7 +8,8 @@ public enum ThargoidVessel {
|
||||
Basilisk = 4,
|
||||
Medusa = 5,
|
||||
Hydra = 6,
|
||||
Glaive = 7,
|
||||
// Includes Glaive and Scythe
|
||||
Hunter = 7,
|
||||
/// <summary>
|
||||
/// Thargoid drone
|
||||
/// </summary>
|
||||
@ -24,7 +25,7 @@ public class Thargoid {
|
||||
{ 65000, ThargoidVessel.Scout },
|
||||
{ 75000, ThargoidVessel.Scout },
|
||||
// New in Update 15
|
||||
{ 4500000, ThargoidVessel.Glaive },
|
||||
{ 4500000, ThargoidVessel.Hunter },
|
||||
{ 6500000, ThargoidVessel.Cyclops },
|
||||
{ 20000000, ThargoidVessel.Basilisk },
|
||||
//{ 25000000, ThargoidVessel.Orthrus },
|
||||
@ -54,7 +55,7 @@ public class Thargoid {
|
||||
{ ThargoidVessel.Basilisk, "Basilisk" },
|
||||
{ ThargoidVessel.Medusa, "Medusa" },
|
||||
{ ThargoidVessel.Hydra, "Hydra" },
|
||||
{ ThargoidVessel.Glaive, "Glaive" },
|
||||
{ ThargoidVessel.Hunter, "Hunter" },
|
||||
};
|
||||
|
||||
public static ThargoidVessel GetVesselByPayout(ulong payout) {
|
||||
|
Loading…
Reference in New Issue
Block a user