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

Method handler

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

Source from the content-addressed store, hash-verified

43436
43437 @staticmethod
43438 def handler(fit, src, context, projectionRange, **kwargs):
43439 for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'):
43440 fit.modules.filteredItemBoost(
43441 lambda mod: mod.item.requiresSkill('Skirmish Command'), attrName,
43442 src.getModifiedItemAttr('shipBonusCommandCarrierSkirmishCommand'),
43443 skill='Command Carriers', **kwargs)
43444
43445
43446class Effect12880(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected