|
@@ -19,13 +19,6 @@ class LevelMgr(Entity):
|
|
|
attribs = (
|
|
attribs = (
|
|
|
('name', 'LevelMgr', 'const'),
|
|
('name', 'LevelMgr', 'const'),
|
|
|
('parentEntId', 0, 'const'),
|
|
('parentEntId', 0, 'const'),
|
|
|
- ('cogLevel', 0, 'int', {'min':0, 'max':11}),
|
|
|
|
|
- ('cogTrack', 'c', 'choice', {'choiceSet':('sellbot','cashbot',
|
|
|
|
|
- 'lawbot','bossbot',),
|
|
|
|
|
- 'valueDict':{'sellbot':'s',
|
|
|
|
|
- 'cashbot':'m',
|
|
|
|
|
- 'lawbot':'l',
|
|
|
|
|
- 'bossbot':'c'}}),
|
|
|
|
|
('modelFilename', '', 'const'),
|
|
('modelFilename', '', 'const'),
|
|
|
('ouchMultiplier', 1, 'int', {'min':1}),
|
|
('ouchMultiplier', 1, 'int', {'min':1}),
|
|
|
)
|
|
)
|