-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Fluffy-Frontier/FluffySTG …
…into upstream-mirror-1880
- Loading branch information
Showing
173 changed files
with
1,265 additions
and
980 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,6 +1,6 @@ | ||
/// Lower excess value for APC arcing, 5% chance to arc | ||
#define APC_ARC_LOWERLIMIT 2500000 | ||
#define APC_ARC_LOWERLIMIT 4 MEGA WATTS | ||
/// Moderate excess value for APC arcing, 10% chance to arc | ||
#define APC_ARC_MEDIUMLIMIT 5000000 | ||
#define APC_ARC_MEDIUMLIMIT 6 MEGA WATTS | ||
/// Upper excess value for for APC arcing, 15% chance to arc | ||
#define APC_ARC_UPPERLIMIT 7500000 | ||
#define APC_ARC_UPPERLIMIT 8.5 MEGA WATTS |
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
Oops, something went wrong.