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

Method handler

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

Source from the content-addressed store, hash-verified

41429
41430 @staticmethod
41431 def handler(fit, ship, context, projectionRange, **kwargs):
41432 fit.drones.filteredItemBoost(
41433 lambda drone: (
41434 drone.item.requiresSkill('Light Drone Operation')
41435 or drone.item.requiresSkill('Medium Drone Operation')
41436 or drone.item.requiresSkill('Heavy Drone Operation')),
41437 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusCommandShips2'),
41438 skill='Command Ships', **kwargs)
41439
41440
41441class Effect12253(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected