(fit, module, context, projectionRange, **kwargs)
| 13695 | |
| 13696 | @staticmethod |
| 13697 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13698 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 13699 | 'capacitorNeed', module.getModifiedItemAttr('subsystemBonusAmarrOffensive2'), |
| 13700 | skill='Amarr Offensive Systems', **kwargs) |
| 13701 | |
| 13702 | |
| 13703 | class Effect4216(BaseEffect): |
nothing calls this directly
no test coverage detected