Change success rates to integers
This commit is contained in:
@@ -5,7 +5,7 @@ internal sealed class RapidSynthesis() : BaseAction(
|
||||
increasesProgress: true,
|
||||
defaultCPCost: 0,
|
||||
defaultEfficiency: 250,
|
||||
defaultSuccessRate: 0.50f
|
||||
defaultSuccessRate: 50
|
||||
)
|
||||
{
|
||||
// Rapid Synthesis Mastery Trait
|
||||
|
||||
Reference in New Issue
Block a user