(fit, src, context, projectionRange, **kwargs)
| 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 | |
| 14383 | class Effect4377(BaseEffect): |
nothing calls this directly
no test coverage detected