-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ff8f52
commit 0cf877f
Showing
4 changed files
with
20 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
namespace MoreDegrees; | ||
|
||
public static class ModHelperData | ||
{ | ||
{ | ||
public const string WorksOnVersion = "34.3"; | ||
public const string Name = "MoreDegrees"; | ||
public const string Description = "Adds infinite paragon degrees. The coefficients used in the equation to determine the amount of sacrifices needed per degree are able to be changed in mod settings. Modded paragons should be compatible. Engineer paragon sentries are currently unaffected by degrees above 100. The max degree paragons can be set to is able to be changed in settings. Insanely high degrees cause damage to become negative, this is a flaw within btd6 that I can't fix."; | ||
public const string Version = "1.0.0"; | ||
public const string Version = "1.1.0"; | ||
public const string RepoOwner = "GrahamKraker"; | ||
public const string RepoName = "MoreDegrees"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters