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

Method handler

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

Source from the content-addressed store, hash-verified

14372
14373 @staticmethod
14374 def handler(fit, src, context, projectionRange, **kwargs):
14375 for attrName in ('buffDuration', 'warfareBuff1Value', 'warfareBuff2Value', 'warfareBuff3Value', 'warfareBuff4Value'):
14376 fit.modules.filteredItemBoost(lambda mod: (mod.item.requiresSkill('Skirmish Command') or
14377 mod.item.requiresSkill('Armored Command') or
14378 mod.item.requiresSkill('Information Command')),
14379 attrName, src.getModifiedItemAttr('subsystemBonusAmarrOffensive'),
14380 skill='Amarr Offensive Systems', **kwargs)
14381
14382
14383class Effect4377(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected