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

Method handler

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

Source from the content-addressed store, hash-verified

32952
32953 @staticmethod
32954 def handler(fit, src, context, projectionRange, **kwargs):
32955 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'),
32956 'overloadShieldBonus', src.getModifiedItemAttr('subsystemBonusCaldariDefensive3'),
32957 skill='Caldari Defensive Systems', **kwargs)
32958 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'),
32959 'overloadSelfDurationBonus', src.getModifiedItemAttr('subsystemBonusCaldariDefensive3'),
32960 skill='Caldari Defensive Systems', **kwargs)
32961
32962
32963class Effect6946(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected