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

Method handler

eos/effects.py:35804–35809  ·  view source on GitHub ↗
(fit, implant, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

35802
35803 @staticmethod
35804 def handler(fit, implant, context, projectionRange, **kwargs):
35805 for attr in ('duration', 'capacitorNeed'):
35806 fit.modules.filteredItemBoost(
35807 lambda mod: mod.item.requiresSkill('Shield Emission Systems')
35808 or mod.item.requiresSkill('Remote Armor Repair Systems'),
35809 attr, implant.getModifiedItemAttr('remoteRepDurationCapBonus'), **kwargs)
35810
35811
35812class Effect8020(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected