historical/toontown-classic.git/toontown/coghq/LawOffice_Spec_Tier0_a.py

43 lines
1.1 KiB
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
from toontown.coghq.SpecImports import *
GlobalEntities = {
1000: {
'type': 'levelMgr',
'name': 'LevelMgr',
'comment': '',
'parentEntId': 0,
'cogLevel': 0,
'farPlaneDistance': 1500,
'modelFilename': 'phase_10/models/lawbotHQ/LawbotCourtroom3',
'wantDoors': 1},
1001: {
'type': 'editMgr',
'name': 'EditMgr',
'parentEntId': 0,
'insertEntity': None,
'removeEntity': None,
'requestNewEntity': None,
'requestSave': None},
0: {
'type': 'zone',
'name': 'UberZone',
'comment': '',
'parentEntId': 0,
'scale': 1,
'description': '',
'visibility': []},
100000: {
'type': 'laserField',
'name': '<unnamed>',
'comment': '',
'parentEntId': 0,
'pos': Point3(68.7225, -27.4154, 71),
'hpr': Vec3(0, 0, 0),
'scale': Vec3(1, 1, 1),
'laserFactor': 3,
'modelPath': 0}}
Scenario0 = {}
levelSpec = {
'globalEntities': GlobalEntities,
'scenarios': [
Scenario0]}