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

Method handler

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

Source from the content-addressed store, hash-verified

34670
34671 @staticmethod
34672 def handler(fit, ship, context, projectionRange, **kwargs):
34673 fit.modules.filteredItemBoost(
34674 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or mod.item.requiresSkill('Capital Remote Armor Repair Systems'),
34675 'capacitorNeed', ship.getModifiedItemAttr('shipBonusRole2'), **kwargs)
34676
34677
34678class Effect7093(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected