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