예제 #1
0
 def getCalcForDrone(id):
     cthc = ChanceToHitCalculator(id)
     cthc.setDrone(id)
     return Memoized(cthc.calculate)
예제 #2
0
 def getCalcForDrone(id):
     cthc = ChanceToHitCalculator(id)
     cthc.setDrone(id)
     return Memoized(cthc.calculate)
예제 #3
0
 def getChanceToHitCalculator(self, module):
     cthc = ChanceToHitCalculator(eve.session.shipid)
     cthc.setModule(module)
     return Memoized(cthc.calculate)
예제 #4
0
 def getChanceToHitCalculator(self, module):
     cthc = ChanceToHitCalculator(eve.session.shipid)
     cthc.setModule(module)
     return Memoized(cthc.calculate)