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

Method handler

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

Source from the content-addressed store, hash-verified

32910
32911 @staticmethod
32912 def handler(fit, src, context, projectionRange, **kwargs):
32913 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'),
32914 'overloadSelfDurationBonus', src.getModifiedItemAttr('subsystemBonusAmarrDefensive3'),
32915 skill='Amarr Defensive Systems', **kwargs)
32916 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'),
32917 'overloadArmorDamageAmount', src.getModifiedItemAttr('subsystemBonusAmarrDefensive3'),
32918 skill='Amarr Defensive Systems', **kwargs)
32919
32920
32921class Effect6944(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected