mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 16:57:54 +00:00
166 lines
4.2 KiB
Python
166 lines
4.2 KiB
Python
|
from SpecImports import *
|
||
|
from toontown.toonbase import ToontownGlobals
|
||
|
CogParent = 10000
|
||
|
LowerCogParent = 10003
|
||
|
BattleParent = 10002
|
||
|
LowerBattleParent = 10005
|
||
|
FrontCogParent = 10013
|
||
|
CenterCogParent = 10040
|
||
|
BattleCellId = 0
|
||
|
LowerBattleCellId = 1
|
||
|
FrontBattleCellId = 2
|
||
|
CenterBattleCellId = 3
|
||
|
BattleCells = {BattleCellId: {'parentEntId': BattleParent,
|
||
|
'pos': Point3(0, 0, 0)},
|
||
|
LowerBattleCellId: {'parentEntId': LowerBattleParent,
|
||
|
'pos': Point3(0, 0, 0)},
|
||
|
FrontBattleCellId: {'parentEntId': FrontCogParent,
|
||
|
'pos': Point3(0, 0, 0)},
|
||
|
CenterBattleCellId: {'parentEntId': CenterCogParent,
|
||
|
'pos': Point3(0, 0, 0)}}
|
||
|
CogData = [{'parentEntId': CogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': BattleCellId,
|
||
|
'pos': Point3(-6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': CogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': BattleCellId,
|
||
|
'pos': Point3(-2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': CogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': BattleCellId,
|
||
|
'pos': Point3(2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': CogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': BattleCellId,
|
||
|
'pos': Point3(6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': LowerCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': LowerBattleCellId,
|
||
|
'pos': Point3(-6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': LowerCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': LowerBattleCellId,
|
||
|
'pos': Point3(-2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': LowerCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': LowerBattleCellId,
|
||
|
'pos': Point3(2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': LowerCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': LowerBattleCellId,
|
||
|
'pos': Point3(6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': FrontCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': FrontBattleCellId,
|
||
|
'pos': Point3(-6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': FrontCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': FrontBattleCellId,
|
||
|
'pos': Point3(-2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': FrontCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': FrontBattleCellId,
|
||
|
'pos': Point3(2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': FrontCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': FrontBattleCellId,
|
||
|
'pos': Point3(6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': CenterCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': CenterBattleCellId,
|
||
|
'pos': Point3(-6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0},
|
||
|
{'parentEntId': CenterCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': CenterBattleCellId,
|
||
|
'pos': Point3(-2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': CenterCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintSkelecogLevel,
|
||
|
'battleCell': CenterBattleCellId,
|
||
|
'pos': Point3(2, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 1},
|
||
|
{'parentEntId': CenterCogParent,
|
||
|
'boss': 0,
|
||
|
'level': ToontownGlobals.CashbotMintCogLevel,
|
||
|
'battleCell': CenterBattleCellId,
|
||
|
'pos': Point3(6, 0, 0),
|
||
|
'h': 180,
|
||
|
'behavior': 'stand',
|
||
|
'path': None,
|
||
|
'skeleton': 0}]
|
||
|
ReserveCogData = []
|