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

Method handler

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

Source from the content-addressed store, hash-verified

1592
1593 @staticmethod
1594 def handler(fit, ship, context, projectionRange, **kwargs):
1595 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'),
1596 'damageMultiplier', ship.getModifiedItemAttr('shipBonusAF'),
1597 skill='Amarr Frigate', **kwargs)
1598
1599
1600class Effect516(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected