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

Method handler

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

Source from the content-addressed store, hash-verified

41194
41195 @staticmethod
41196 def handler(fit, ship, context, projectionRange, **kwargs):
41197 fit.modules.filteredItemBoost(
41198 lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), 'falloff',
41199 ship.getModifiedItemAttr('ShipBonusMC3'), skill='Minmatar Cruiser', **kwargs)
41200
41201
41202class Effect12214(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected