예제 #1
0
파일: cycles.py 프로젝트: pyfa-org/Pyfa
 def __repr__(self):
     spec = ['sequence', 'quantity']
     return makeReprStr(self, spec)
예제 #2
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'amount', 'amountActive'])
예제 #3
0
파일: cycles.py 프로젝트: pyfa-org/Pyfa
 def __repr__(self):
     spec = ['activeTime', 'inactiveTime', 'quantity']
     return makeReprStr(self, spec)
예제 #4
0
파일: stats.py 프로젝트: bsmr/pyfa-org-Pyfa
 def __repr__(self):
     spec = RRTypes.names(False)
     return makeReprStr(self, spec)
예제 #5
0
 def __repr__(self):
     return makeReprStr(self, [
         'itemID', 'baseItemID', 'mutaplasmidID', 'mutations',
         'chargeID', 'state', 'spoolType', 'spoolAmount'])
예제 #6
0
파일: stats.py 프로젝트: mikpim01/Pyfa
 def __repr__(self):
     spec = ['em', 'thermal', 'kinetic', 'explosive', 'total']
     return makeReprStr(self, spec)
예제 #7
0
파일: stats.py 프로젝트: bsmr/pyfa-org-Pyfa
 def __repr__(self):
     spec = DmgTypes.names()
     spec.append('total')
     return makeReprStr(self, spec)
예제 #8
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'state', 'sideEffects'])
예제 #9
0
 def __repr__(self):
     spec = ['shield', 'armor', 'hull', 'capacitor']
     return makeReprStr(self, spec)
예제 #10
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'state'])
예제 #11
0
 def __repr__(self):
     return makeReprStr(self, ['itemID', 'amount', 'state', 'abilities'])
예제 #12
0
파일: helpers.py 프로젝트: TheMule71/Pyfa
 def __repr__(self):
     return makeReprStr(self, [
         'itemID', 'amount', 'amountActive', 'baseItemID', 'mutaplasmidID',
         'mutations'
     ])
예제 #13
0
 def __repr__(self):
     spec = ['sequence', 'quantity']
     return makeReprStr(self, spec)
예제 #14
0
 def __repr__(self):
     spec = ['activeTime', 'inactiveTime', 'quantity', 'isInactivityReload']
     return makeReprStr(self, spec)