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

Method handler

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

Source from the content-addressed store, hash-verified

34718
34719 @staticmethod
34720 def handler(fit, ship, context, projectionRange, **kwargs):
34721 fit.modules.filteredItemBoost(
34722 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or mod.item.requiresSkill('Capital Remote Armor Repair Systems'),
34723 'maxRange', ship.getModifiedItemAttr('shipBonusRole1'), **kwargs)
34724
34725
34726class Effect7097(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected