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

Method handler

eos/effects.py:39169–39172  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

39167
39168 @staticmethod
39169 def handler(fit, container, context, projectionRange, **kwargs):
39170 fit.drones.filteredItemBoost(
39171 lambda drone: drone.item.requiresSkill('Drones'), 'trackingSpeed',
39172 container.getModifiedItemAttr('shipBonusGB2'), skill='Gallente Battleship', **kwargs)
39173
39174
39175class Effect11420(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected