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

Method handler

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

Source from the content-addressed store, hash-verified

43198
43199 @staticmethod
43200 def handler(fit, src, context, projectionRange, **kwargs):
43201 fit.modules.filteredItemBoost(
43202 lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'damageMultiplier',
43203 src.getModifiedItemAttr('shipBonusGD2'), skill='Gallente Destroyer', **kwargs)
43204
43205
43206class Effect12844(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected