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

Method handler

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

Source from the content-addressed store, hash-verified

33185
33186 @staticmethod
33187 def handler(fit, src, context, projectionRange, **kwargs):
33188 fit.modules.filteredItemBoost(
33189 lambda mod: mod.item.requiresSkill('Shield Emission Systems') or mod.item.requiresSkill('Remote Armor Repair Systems'),
33190 'overloadSelfDurationBonus', src.getModifiedItemAttr('subsystemBonusMinmatarOffensive3'),
33191 skill='Minmatar Offensive Systems', **kwargs)
33192 fit.modules.filteredItemBoost(
33193 lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'overloadShieldBonus',
33194 src.getModifiedItemAttr('subsystemBonusMinmatarOffensive3'), skill='Minmatar Offensive Systems', **kwargs)
33195 fit.modules.filteredItemBoost(
33196 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'overloadArmorDamageAmount',
33197 src.getModifiedItemAttr('subsystemBonusMinmatarOffensive3'), skill='Minmatar Offensive Systems', **kwargs)
33198
33199
33200class Effect6962(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected