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

Method handler

eos/effects.py:30994–31002  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

30992
30993 @staticmethod
30994 def handler(fit, src, context, projectionRange, **kwargs):
30995 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'),
30996 'falloffEffectiveness',
30997 src.getModifiedItemAttr('eliteBonusLogistics1'),
30998 skill='Logistics Cruisers', **kwargs)
30999 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'),
31000 'maxRange',
31001 src.getModifiedItemAttr('eliteBonusLogistics1'),
31002 skill='Logistics Cruisers', **kwargs)
31003
31004
31005class Effect6722(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected