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

Method handler

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

Source from the content-addressed store, hash-verified

33131
33132 @staticmethod
33133 def handler(fit, src, context, projectionRange, **kwargs):
33134 for attr in ('overloadSelfDurationBonus', 'overloadArmorDamageAmount'):
33135 fit.modules.filteredItemBoost(
33136 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), attr,
33137 src.getModifiedItemAttr('subsystemBonusAmarrOffensive3'), skill='Amarr Offensive Systems', **kwargs)
33138
33139
33140class Effect6959(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected