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

Method handler

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

Source from the content-addressed store, hash-verified

39603
39604 @staticmethod
39605 def handler(fit, ship, context, projectionRange, **kwargs):
39606 fit.drones.filteredItemBoost(
39607 lambda drone: drone.item.requiresSkill('Drones'),
39608 'speedFactor', ship.getModifiedItemAttr('shipBonusAT3'), **kwargs)
39609
39610
39611class Effect11528(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected