33 lines
708 B
TOML
33 lines
708 B
TOML
|
#.
|
||
|
#Settings for the dash effect
|
||
|
[dash]
|
||
|
#.
|
||
|
#Enable dash from the Effect of Estrogen
|
||
|
dashEnabled = true
|
||
|
#.
|
||
|
#The multiplier for the dash delta movement
|
||
|
#Range: 0 ~ 100
|
||
|
dashDeltaModifier = 2
|
||
|
#.
|
||
|
#Settings for the estrogen patches
|
||
|
[patch]
|
||
|
#.
|
||
|
#The level of girlpower you get from Estrogen Patches
|
||
|
#Range: 1 ~ 255
|
||
|
patchGirlPowerAmount = 1
|
||
|
#.
|
||
|
#Enable the estrogen patches to drain
|
||
|
patchDrain = true
|
||
|
#.
|
||
|
#The amount of ticks it takes for the estrogen patches to drain a millibucket
|
||
|
#Range: > 0
|
||
|
patchDrainAmount = 72
|
||
|
#.
|
||
|
#Settings for the centrifuge
|
||
|
[centrifuge]
|
||
|
#.
|
||
|
#Minimum speed required for the centrifuge to work
|
||
|
#[@cui:RequiresReload:both]
|
||
|
#Range: 0.0 ~ 256.0
|
||
|
centrifugeSpeedRequired = 256.0
|