diff --git a/PetsOptimizer/Territory.cs b/PetsOptimizer/Territory.cs index a9316b0..56a05b2 100644 --- a/PetsOptimizer/Territory.cs +++ b/PetsOptimizer/Territory.cs @@ -121,16 +121,23 @@ public double GetTotalForagePower() 100, 250, 600, - 1100, - 1750, + 900, + 1250, + 2000, 3000, - 5000, - 10000, + 4500, + 6500, + 9000, + 13250, + 17000, 25000, - 40000, - 100000, - 175000, - 300000 + 45000, + 75000, + 110000, + 200000, + 400000, + 850000, + 1500000 }; public static readonly IReadOnlyList TerritoryNames = new List @@ -152,5 +159,12 @@ public double GetTotalForagePower() "Nebulon Mantle", "Starfield Skies", "Shores of Eternity", + "Molten Bay", + "Smokey Lake", + "Wurm Catacombs", + "Spirit Fields", + "Bamboo Forest", + "Lullaby Airways", + "Dharma Mesa" }; } \ No newline at end of file diff --git a/Readme.md b/Readme.md index f60d6f5..9d60046 100644 --- a/Readme.md +++ b/Readme.md @@ -68,6 +68,13 @@ The territories can be referenced below: ('Nebulon Mantle', 15) ('Starfield Skies', 16) ('Shores of Eternity', 17) +('Molten Bay', 18) +('Smokey Lake', 19) +('Wurm Catacombs', 20) +('Spirit Fields', 21) +('Bamboo Forest', 22) +('Lullaby Airways', 23) +('Dharma Mesa', 24) ``` This list is one based, so to prioritize the first territory (`Grasslands`), use `1`, etc.