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

Method handler

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

Source from the content-addressed store, hash-verified

34933
34934 @staticmethod
34935 def handler(fit, ship, context, projectionRange, **kwargs):
34936 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'),
34937 'damageMultiplier', ship.getModifiedItemAttr('shipBonusPBC1'),
34938 skill='Precursor Battlecruiser', **kwargs)
34939
34940
34941class Effect7156(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected