d2aee47725
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
11 lines
524 B
Python
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
|