mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
10 lines
447 B
Python
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
|