Poodletooth-iLand/toontown/toonbase/AprilToonsGlobals.py
2015-03-03 17:10:12 -05:00

10 lines
447 B
Python

# Events
EventRandomDialogue = 1 # Scrambles the dialogue SFX of toons
EventRandomEffects = 2 # Random cheesy effects (non-poof) are applied to the toon at random intervals
EventEstateGravity = 3 # Enables low gravity in estates
EventGlobalGravity = 4 # Enables low gravity everywhere
# Constants
RandomCheesyList = [1, 1, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 11, 11]
RandomCheesyMinTime = 3
RandomCheesyMaxTime = 60