ToonTownRewritten/toontown/toonbase/AprilToonsGlobals.py
Joey Z d2aee47725 april-fools: Fix merge issues and a bunch of clean up
Conflicts:
	toontown/ai/DistributedAprilToonsMgr.py
	toontown/ai/DistributedAprilToonsMgrAI.py
	toontown/estate/Estate.py
	toontown/toon/DistributedToon.py
	toontown/toon/DistributedToonAI.py
	toontown/toonbase/AprilToonsGlobals.py
2014-04-06 16:42:13 -04:00

11 lines
524 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
EventSirMaxBirthday = 5 # To be used on the 6th, Sir Max's Birthday
# Constants
RandomCheesyList = [1, 1, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 11, 11]
RandomCheesyMinTime = 3
RandomCheesyMaxTime = 60