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

Method handler

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

Source from the content-addressed store, hash-verified

41623
41624 @staticmethod
41625 def handler(fit, ship, context, projectionRange, **kwargs):
41626 fit.modules.filteredItemBoost(
41627 lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), 'damageMultiplierBonusMax',
41628 ship.getModifiedItemAttr('eliteBonusViolators1'), skill='Marauders', **kwargs)
41629
41630
41631class Effect12296(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected