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

Method handler

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

Source from the content-addressed store, hash-verified

29290
29291 @staticmethod
29292 def handler(fit, src, context, projectionRange, **kwargs):
29293 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'armorHPBonusAdd',
29294 src.getModifiedItemAttr('shipBonusRole2'), **kwargs)
29295 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Upgrades'), 'capacityBonus',
29296 src.getModifiedItemAttr('shipBonusRole2'), **kwargs)
29297
29298
29299class Effect6615(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected