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

Method handler

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

Source from the content-addressed store, hash-verified

40071
40072 @staticmethod
40073 def handler(fit, ship, context, projectionRange, **kwargs):
40074 fit.modules.filteredItemBoost(
40075 lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), 'falloff',
40076 ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs)
40077
40078
40079class Effect11764(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected