# constants.py - Shared constants across all apps Round_FirstTask = 20 Round_Per_Gen = 16 TIME_PER_ROUND = 6 TIME_TO_SHOWBUTTON = 30 TIME_JOINTTASK_STG1 = 60 TIME_JOINTTASK_STG2 = 20 EndowmentL = 15 EndowmentH = 30 MULTIPLIER = 1.5 ConvertRate = 0.10 FamilyName = [ "Apple", "Watermelon", "Orange", "Papaya", "Mango", "Pineapple", "Coconut", "Cherry", "Banana", "Kiwi", "Raspberry", "Pear" ] DEFAULT_GROUP_REASONS = ["Moral", "Immoral", "Lucky", "Unlucky"]