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

Method handler

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

Source from the content-addressed store, hash-verified

32973
32974 @staticmethod
32975 def handler(fit, src, context, projectionRange, **kwargs):
32976 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'),
32977 'overloadArmorDamageAmount', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive3'),
32978 skill='Minmatar Defensive Systems', **kwargs)
32979 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'),
32980 'overloadShieldBonus', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive3'),
32981 skill='Minmatar Defensive Systems', **kwargs)
32982 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems') or mod.item.requiresSkill('Shield Operation'),
32983 'overloadSelfDurationBonus', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive3'),
32984 skill='Minmatar Defensive Systems', **kwargs)
32985
32986
32987class Effect6947(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected