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

Method handler

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

Source from the content-addressed store, hash-verified

38447
38448 @staticmethod
38449 def handler(fit, src, context, projectionRange, **kwargs):
38450 for attr in ('maxRange', 'falloff'):
38451 fit.modules.filteredItemBoost(
38452 lambda mod: mod.item.requiresSkill('Medium Energy Turret'), attr,
38453 src.getModifiedItemAttr('roleBonusCBC2'), **kwargs)
38454
38455
38456class Effect11068(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected