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

Method handler

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

Source from the content-addressed store, hash-verified

43396
43397 @staticmethod
43398 def handler(fit, src, context, projectionRange, **kwargs):
43399 for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'):
43400 fit.modules.filteredItemBoost(
43401 lambda mod: mod.item.requiresSkill('Armored Command'), attrName,
43402 src.getModifiedItemAttr('shipBonusCommandCarrierArmorCommand'),
43403 skill='Command Carriers', **kwargs)
43404
43405
43406class Effect12877(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected