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

Method handler

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

Source from the content-addressed store, hash-verified

42009
42010 @staticmethod
42011 def handler(fit, ship, context, projectionRange, **kwargs):
42012 fit.drones.filteredItemBoost(
42013 lambda drone: drone.item.requiresSkill('Drones'), 'trackingSpeed',
42014 ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs)
42015
42016
42017class Effect12566(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected