mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
100 lines
3.3 KiB
Python
100 lines
3.3 KiB
Python
|
from toontown.coghq.SpecImports import *
|
||
|
GlobalEntities = {1000: {'type': 'levelMgr',
|
||
|
'name': 'LevelMgr',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'cogLevel': 0,
|
||
|
'farPlaneDistance': 1500,
|
||
|
'modelFilename': 'phase_10/models/cashbotHQ/ZONE10a',
|
||
|
'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': []},
|
||
|
10009: {'type': 'healBarrel',
|
||
|
'name': '<unnamed>',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'pos': Point3(63.9741363525, -10.9343223572, 9.97696113586),
|
||
|
'hpr': Vec3(270.0, 0.0, 0.0),
|
||
|
'scale': Vec3(1.0, 1.0, 1.0),
|
||
|
'rewardPerGrab': 8,
|
||
|
'rewardPerGrabMax': 0},
|
||
|
10010: {'type': 'healBarrel',
|
||
|
'name': 'copy of <unnamed>',
|
||
|
'comment': '',
|
||
|
'parentEntId': 10009,
|
||
|
'pos': Point3(0.0, 0.0, 4.13999986649),
|
||
|
'hpr': Vec3(349.358764648, 0.0, 0.0),
|
||
|
'scale': Vec3(1.0, 1.0, 1.0),
|
||
|
'rewardPerGrab': 8,
|
||
|
'rewardPerGrabMax': 0},
|
||
|
10000: {'type': 'nodepath',
|
||
|
'name': 'mixers',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'pos': Point3(-19.2397289276, 0.0, 5.53999996185),
|
||
|
'hpr': Vec3(0.0, 0.0, 0.0),
|
||
|
'scale': Vec3(0.758001744747, 0.758001744747, 0.758001744747)},
|
||
|
10004: {'type': 'paintMixer',
|
||
|
'name': 'mixer0',
|
||
|
'comment': '',
|
||
|
'parentEntId': 10000,
|
||
|
'pos': Point3(0.0, 10.0, 0.0),
|
||
|
'hpr': Vec3(0.0, 0.0, 0.0),
|
||
|
'scale': Vec3(1.0, 1.0, 1.0),
|
||
|
'floorName': 'PaintMixerFloorCollision',
|
||
|
'modelPath': 'phase_9/models/cogHQ/PaintMixer',
|
||
|
'modelScale': Vec3(1.0, 1.0, 1.0),
|
||
|
'motion': 'easeInOut',
|
||
|
'offset': Point3(20.0, 20.0, 0.0),
|
||
|
'period': 8.0,
|
||
|
'phaseShift': 0.0,
|
||
|
'shaftScale': 1,
|
||
|
'waitPercent': 0.1},
|
||
|
10005: {'type': 'paintMixer',
|
||
|
'name': 'mixer1',
|
||
|
'comment': '',
|
||
|
'parentEntId': 10000,
|
||
|
'pos': Point3(29.0, 10.0, 0.0),
|
||
|
'hpr': Vec3(0.0, 0.0, 0.0),
|
||
|
'scale': Vec3(1.0, 1.0, 1.0),
|
||
|
'floorName': 'PaintMixerFloorCollision',
|
||
|
'modelPath': 'phase_9/models/cogHQ/PaintMixer',
|
||
|
'modelScale': Vec3(1.0, 1.0, 1.0),
|
||
|
'motion': 'easeInOut',
|
||
|
'offset': Point3(0.0, -20.0, 0.0),
|
||
|
'period': 8.0,
|
||
|
'phaseShift': 0.5,
|
||
|
'shaftScale': 1,
|
||
|
'waitPercent': 0.1},
|
||
|
10006: {'type': 'paintMixer',
|
||
|
'name': 'mixer2',
|
||
|
'comment': '',
|
||
|
'parentEntId': 10000,
|
||
|
'pos': Point3(58.0, -8.94072246552, 0.0),
|
||
|
'hpr': Vec3(0.0, 0.0, 0.0),
|
||
|
'scale': Vec3(1.0, 1.0, 1.0),
|
||
|
'floorName': 'PaintMixerFloorCollision',
|
||
|
'modelPath': 'phase_9/models/cogHQ/PaintMixer',
|
||
|
'modelScale': Vec3(1.0, 1.0, 1.0),
|
||
|
'motion': 'easeInOut',
|
||
|
'offset': Point3(-20.0, -20.0, 0.0),
|
||
|
'period': 8.0,
|
||
|
'phaseShift': 0.5,
|
||
|
'shaftScale': 1,
|
||
|
'waitPercent': 0.1}}
|
||
|
Scenario0 = {}
|
||
|
levelSpec = {'globalEntities': GlobalEntities,
|
||
|
'scenarios': [Scenario0]}
|