(fit, module, context, projectionRange, **kwargs)
| 14165 | |
| 14166 | @staticmethod |
| 14167 | def handler(fit, module, context, projectionRange, **kwargs): |
| 14168 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 14169 | 'maxRange', module.getModifiedItemAttr('subsystemBonusAmarrOffensive3'), |
| 14170 | skill='Amarr Offensive Systems', **kwargs) |
| 14171 | |
| 14172 | |
| 14173 | class Effect4331(BaseEffect): |
nothing calls this directly
no test coverage detected