Skip to content

Commit

Permalink
Update Territories & Fighting Power (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
schubydoo authored May 27, 2024
1 parent 631f7c9 commit 061799a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
30 changes: 22 additions & 8 deletions PetsOptimizer/Territory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> TerritoryNames = new List<string>
Expand All @@ -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"
};
}
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 061799a

Please sign in to comment.