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

Method handler

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

Source from the content-addressed store, hash-verified

1715
1716 @staticmethod
1717 def handler(fit, ship, context, projectionRange, **kwargs):
1718 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'),
1719 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMB'),
1720 skill='Minmatar Battleship', **kwargs)
1721
1722
1723class Effect550(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected