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

Method handler

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

Source from the content-addressed store, hash-verified

33149
33150 @staticmethod
33151 def handler(fit, src, context, projectionRange, **kwargs):
33152 for attr in ('overloadSelfDurationBonus', 'overloadArmorDamageAmount'):
33153 fit.modules.filteredItemBoost(
33154 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), attr,
33155 src.getModifiedItemAttr('subsystemBonusGallenteOffensive3'), skill='Gallente Offensive Systems', **kwargs)
33156
33157
33158class Effect6960(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected