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

Method handler

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

Source from the content-addressed store, hash-verified

2886
2887 @staticmethod
2888 def handler(fit, ship, context, projectionRange, **kwargs):
2889 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'),
2890 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMC2'),
2891 skill='Minmatar Cruiser', **kwargs)
2892
2893
2894class Effect980(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected