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

Method handler

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

Source from the content-addressed store, hash-verified

24706
24707 @staticmethod
24708 def handler(fit, ship, context, projectionRange, **kwargs):
24709 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
24710 'trackingSpeed', ship.getModifiedItemAttr('shipBonusMBC2'),
24711 skill='Minmatar Battlecruiser', **kwargs)
24712
24713
24714class Effect6184(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected