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

Method handler

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

Source from the content-addressed store, hash-verified

40501
40502 @staticmethod
40503 def handler(fit, ship, context, projectionRange, **kwargs):
40504 fit.modules.filteredItemBoost(
40505 lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff',
40506 ship.getModifiedItemAttr('shipBonus3MF'), skill='Minmatar Frigate', **kwargs)
40507
40508
40509class Effect12050(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected