Change success rates to integers

This commit is contained in:
Asriel Camora
2024-03-18 01:37:02 -07:00
parent 7401334c2f
commit 0b9eb078b2
9 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ internal sealed class RapidSynthesis() : BaseAction(
increasesProgress: true,
defaultCPCost: 0,
defaultEfficiency: 250,
defaultSuccessRate: 0.50f
defaultSuccessRate: 50
)
{
// Rapid Synthesis Mastery Trait