-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModHelperData.cs
More file actions
13 lines (10 loc) · 1.12 KB
/
Copy pathModHelperData.cs
File metadata and controls
13 lines (10 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace ArtifactAndPerkEnabler;
public static class ModHelperData
{
public const string WorksOnVersion = "55.2";
public const string Version = "1.0.1";
public const string Name = "ArtifactAndPerkEnabler";
public const string Description = "Allows you to turn on perks from social seasons and artifacts from rogue legends in any game mode. The mod only work if you are flagged to keep unflagged people from messing with social seasons. The artifacts also only work if you have purchased the DLC as otherwise you could get most of the crazy interactions without purchasing it. Also keep in mind a lot of the artifacts do nothing in game modes besides rogue legends like abundant choices so just ignore those.It also now has A toggle all perks and toggke all artifacts button. Thanks to RubbyBTD For the idea to add the toggle all buttons. Keep in mind that you must exit the settings menu and re-enter it to see that they were all enabled, and enabling all of them at once will cause an insane amount of lag.";
public const string RepoOwner = "RedBlooN-YT";
public const string RepoName = "ArtifactAndPerkEnabler";
}