(fit, ship, context, projectionRange, **kwargs)
| 1551 | |
| 1552 | @staticmethod |
| 1553 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1554 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 1555 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonus2AF'), |
| 1556 | skill='Amarr Frigate', **kwargs) |
| 1557 | |
| 1558 | |
| 1559 | class Effect512(BaseEffect): |
nothing calls this directly
no test coverage detected