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

Method handler

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

Source from the content-addressed store, hash-verified

37267
37268 @staticmethod
37269 def handler(fit, ship, context, projectionRange, **kwargs):
37270 fit.modules.filteredItemBoost(
37271 lambda mod: mod.item.requiresSkill('Large Projectile Turret'),
37272 'falloff', ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs)
37273
37274
37275class Effect8157(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected