MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:41452–41456  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

41450
41451 @staticmethod
41452 def handler(fit, ship, context, projectionRange, **kwargs):
41453 fit.drones.filteredItemBoost(
41454 lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'),
41455 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusCommandShips4'),
41456 skill='Command Ships', **kwargs)
41457
41458
41459class Effect12267(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected