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

Method handler

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

Source from the content-addressed store, hash-verified

38679
38680 @staticmethod
38681 def handler(fit, ship, context, projectionRange, **kwargs):
38682 fit.modules.filteredItemBoost(
38683 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'damageMultiplier',
38684 ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente1'), skill='Gallente Destroyer', **kwargs)
38685
38686
38687class Effect11388(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected