Example #1
0
 def __repr__(self):
     spec = ['sequence', 'quantity']
     return makeReprStr(self, spec)
Example #2
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'amount', 'amountActive'])
Example #3
0
 def __repr__(self):
     spec = ['activeTime', 'inactiveTime', 'quantity']
     return makeReprStr(self, spec)
Example #4
0
 def __repr__(self):
     spec = RRTypes.names(False)
     return makeReprStr(self, spec)
Example #5
0
 def __repr__(self):
     return makeReprStr(self, [
         'itemID', 'baseItemID', 'mutaplasmidID', 'mutations',
         'chargeID', 'state', 'spoolType', 'spoolAmount'])
Example #6
0
 def __repr__(self):
     spec = ['em', 'thermal', 'kinetic', 'explosive', 'total']
     return makeReprStr(self, spec)
Example #7
0
 def __repr__(self):
     spec = DmgTypes.names()
     spec.append('total')
     return makeReprStr(self, spec)
Example #8
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'state', 'sideEffects'])
Example #9
0
 def __repr__(self):
     spec = ['shield', 'armor', 'hull', 'capacitor']
     return makeReprStr(self, spec)
Example #10
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'state'])
Example #11
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'amount', 'state', 'abilities'])
Example #12
0
 def __repr__(self):
     return makeReprStr(self, [
         'itemID', 'amount', 'amountActive', 'baseItemID', 'mutaplasmidID',
         'mutations'
     ])
Example #13
0
 def __repr__(self):
     spec = ['sequence', 'quantity']
     return makeReprStr(self, spec)
Example #14
0
 def __repr__(self):
     spec = ['activeTime', 'inactiveTime', 'quantity', 'isInactivityReload']
     return makeReprStr(self, spec)