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

Method handler

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

Source from the content-addressed store, hash-verified

32414
32415 @staticmethod
32416 def handler(fit, src, context, projectionRange, **kwargs):
32417 fit.modules.filteredItemBoost(
32418 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'),
32419 'mediumRemoteRepFittingMultiplier', src.getModifiedItemAttr('subsystemMRARFittingReduction'), **kwargs)
32420
32421
32422class Effect6899(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected