mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
22 lines
642 B
Python
22 lines
642 B
Python
|
from toontown.coghq.SpecImports import *
|
||
|
GlobalEntities = {1000: {'type': 'levelMgr',
|
||
|
'name': 'LevelMgr',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'modelFilename': 'phase_10/models/cogHQ/EndVault.bam'},
|
||
|
0: {'type': 'zone',
|
||
|
'name': 'UberZone',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'scale': 1,
|
||
|
'description': '',
|
||
|
'visibility': []},
|
||
|
10000: {'type': 'cogdoBoardroomGameSettings',
|
||
|
'name': '<unnamed>',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'TimerScale': 0.5028702719683693}}
|
||
|
Scenario0 = {}
|
||
|
levelSpec = {'globalEntities': GlobalEntities,
|
||
|
'scenarios': [Scenario0]}
|