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

Method handler

eos/effects.py:8246–8251  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8244
8245 @staticmethod
8246 def handler(fit, container, context, projectionRange, **kwargs):
8247 level = container.level if 'skill' in context else 1
8248 attrs = ('boosterAOEVelocityPenalty', 'boosterMissileAOECloudPenalty', 'boosterMissileVelocityPenalty')
8249 for attr in attrs:
8250 fit.boosters.filteredItemBoost(lambda booster: True, attr,
8251 container.getModifiedItemAttr('boosterAttributeModifier') * level, **kwargs)
8252
8253
8254class Effect2778(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected