@@ -2741,7 +2741,7 @@ def _ParentID(self):
27412741 retValue = _CGetField (self ._CollectionID , self ._ModID , self ._RecordID , 40 , 0 , 0 , 0 , 0 , 0 , 0 , 0 )
27422742 if (retValue ): return retValue
27432743 return 0
2744-
2744+
27452745 @property
27462746 def bsb (self ):
27472747 """Returns tesfile block and sub-block indices for cells in this group.
@@ -3858,11 +3858,11 @@ def create_entry(self):
38583858# count = CBashGeneric_LIST(4, c_short)
38593859# unused2 = CBashUINT8ARRAY_LIST(5, 2)
38603860# exportattrs = copyattrs = ['level', 'listId', 'count']
3861- #
3861+ #
38623862# def mergeFilter(self,modSet):
38633863# """Filter out items that don't come from specified modSet."""
38643864# self.entries = [entry for entry in self.entries if entry.listId[0] in modSet]
3865- #
3865+ #
38663866# chanceNone = CBashGeneric(5, c_ubyte)
38673867# flags = CBashGeneric(6, c_ubyte)
38683868# script = CBashJunk(7) #Doesn't actually exist, but is here so that LVLC,LVLI,LVLN can be processed similarly
@@ -5283,7 +5283,6 @@ def create_sound(self):
52835283 'weatherType' , 'boltRed' , 'boltGreen' , 'boltBlue' , 'sounds_list' ] #'modt_p',
52845284
52855285#Helper functions
5286- # removed 'LVSP'
52875286validTypes = set (['GMST' ,'GLOB' ,'CLAS' ,'FACT' ,'HAIR' ,'EYES' ,'RACE' ,
52885287 'SOUN' ,'SKIL' ,'MGEF' ,'SCPT' ,'LTEX' ,'ENCH' ,'SPEL' ,
52895288 'BSGN' ,'ACTI' ,'APPA' ,'ARMO' ,'BOOK' ,'CLOT' ,'CONT' ,
@@ -5292,9 +5291,8 @@ def create_sound(self):
52925291 'SLGM' ,'KEYM' ,'ALCH' ,'SBSP' ,'SGST' ,'LVLI' ,'WTHR' ,
52935292 'CLMT' ,'REGN' ,'WRLD' ,'CELL' ,'ACHR' ,'ACRE' ,'REFR' ,
52945293 'PGRD' ,'LAND' ,'ROAD' ,'DIAL' ,'INFO' ,'QUST' ,'IDLE' ,
5295- 'PACK' ,'CSTY' ,'LSCR' ,'ANIO' ,'WATR' ,'EFSH' ])
5294+ 'PACK' ,'CSTY' ,'LSCR' ,'LVSP' , ' ANIO' ,'WATR' ,'EFSH' ])
52965295
5297- # removed 'LVSP'
52985296aggregateTypes = set (['GMST' ,'GLOB' ,'CLAS' ,'FACT' ,'HAIR' ,'EYES' ,'RACE' ,
52995297 'SOUN' ,'SKIL' ,'MGEF' ,'SCPT' ,'LTEX' ,'ENCH' ,'SPEL' ,
53005298 'BSGN' ,'ACTI' ,'APPA' ,'ARMO' ,'BOOK' ,'CLOT' ,'CONT' ,
@@ -5303,7 +5301,7 @@ def create_sound(self):
53035301 'SLGM' ,'KEYM' ,'ALCH' ,'SBSP' ,'SGST' ,'LVLI' ,'WTHR' ,
53045302 'CLMT' ,'REGN' ,'WRLD' ,'CELLS' ,'ACHRS' ,'ACRES' ,'REFRS' ,
53055303 'PGRDS' ,'LANDS' ,'ROADS' ,'DIAL' ,'INFOS' ,'QUST' ,'IDLE' ,
5306- 'PACK' ,'CSTY' ,'LSCR' ,'ANIO' ,'WATR' ,'EFSH' ])
5304+ 'PACK' ,'CSTY' ,'LSCR' ,'LVSP' , ' ANIO' ,'WATR' ,'EFSH' ])
53075305
53085306pickupables = set (['APPA' ,'ARMO' ,'BOOK' ,'CLOT' ,'INGR' ,'LIGH' ,'MISC' ,
53095307 'WEAP' ,'AMMO' ,'SLGM' ,'KEYM' ,'ALCH' ,'SGST' ])
@@ -5413,7 +5411,6 @@ def CleanMasters2(self):
54135411 if not formId : continue
54145412 if formId [0 ] != self .GName :
54155413 masters .add (formId [0 ])
5416- # removed 'LVSP'
54175414 if type in ('LVLI' ,'LVLC' ,'LVLN' ):
54185415 for entry in record .entries :
54195416 formMaster = entry .listId [0 ]
@@ -5890,7 +5887,6 @@ def ROADS(self):
58905887 return roads
58915888
58925889 @property
5893- # removed 'LVSP'
58945890 def tops (self ):
58955891 return dict ((("GMST" , self .GMST ),("GLOB" , self .GLOB ),("CLAS" , self .CLAS ),("FACT" , self .FACT ),
58965892 ("HAIR" , self .HAIR ),("EYES" , self .EYES ),("RACE" , self .RACE ),("SOUN" , self .SOUN ),
@@ -5908,7 +5904,6 @@ def tops(self):
59085904 ("ANIO" , self .ANIO ),("WATR" , self .WATR ),("EFSH" , self .EFSH )))
59095905
59105906 @property
5911- # removed 'LVSP'
59125907 def aggregates (self ):
59135908 return dict ((("GMST" , self .GMST ),("GLOB" , self .GLOB ),("CLAS" , self .CLAS ),("FACT" , self .FACT ),
59145909 ("HAIR" , self .HAIR ),("EYES" , self .EYES ),("RACE" , self .RACE ),("SOUN" , self .SOUN ),
0 commit comments