-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModHelperData.cs
More file actions
17 lines (14 loc) · 977 Bytes
/
Copy pathModHelperData.cs
File metadata and controls
17 lines (14 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
namespace PathsPlusPlus;
internal static class ModHelperData
{
public const string WorksOnVersion = "55.2";
public const string Version = "1.2.3";
public const string Name = "Paths++";
public const string Description = "A helper mod allowing additional upgrade paths and tiers to be made for towers.\n\n" +
"Toggle 'Balanced Mode' to switch from being still only able to get up to max upgrades in any one path and 2 in another, " +
"vs getting all vanilla upgrades you normally can as well as any/all available Paths++ upgrades.\n\n" +
"Toggling off Balanced Mode can also function well with Ultimate Crosspathing (assuming the Mod Creators were keeping it in mind while coding).";
public const string RepoOwner = "doombubbles";
public const string PrevRepoName = "paths-plus-plus";
public const string RepoName = "PathsPlusPlus";
}