-
Notifications
You must be signed in to change notification settings - Fork 1
/
ModHelperData.cs
16 lines (13 loc) · 918 Bytes
/
ModHelperData.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace PathsPlusPlus;
internal static class ModHelperData
{
public const string WorksOnVersion = "45.2";
public const string Version = "1.1.8";
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 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 RepoName = "paths-plus-plus";
}