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

Method handler

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

Source from the content-addressed store, hash-verified

24374
24375 @staticmethod
24376 def handler(fit, ship, context, projectionRange, **kwargs):
24377 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'),
24378 'speed', ship.getModifiedItemAttr('shipBonusTacticalDestroyerGallente1'),
24379 skill='Gallente Tactical Destroyer', **kwargs)
24380
24381
24382class Effect6150(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected