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

Method handler

eos/effects.py:42775–42778  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

42773
42774 @staticmethod
42775 def handler(fit, src, context, projectionRange, **kwargs):
42776 fit.modules.filteredItemBoost(
42777 lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'damageMultiplier',
42778 src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs)
42779
42780
42781class Effect12810(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected