# Decay constants for prize distribution
sharp_decay = 0.74   # for 2nd
sharper_decay = 0.72 # for 3rd
soft_decay = 0.81   # for 4th-5th
mid_decay = 0.87      # for 6th-20th 
slow_decay = 0.92    # for 6th and on in nofloor.py Í

# Decay constants for nofloor_decay.py
sharp_decay_nofloor = 0.75   # for 2nd (nofloor)
sharper_decay_nofloor = 0.78 # for 3rd (nofloor)
soft_decay_nofloor = 0.80    # for 4th-5th (nofloor)
mid_decay_nofloor = 0.84    # for 6th-20th (nofloor)
slow_decay_nofloor = 0.95    # for bottom half in nofloor_decay.py