(fit, ship, context, projectionRange, **kwargs)
| 36700 | |
| 36701 | @staticmethod |
| 36702 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36703 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 36704 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusAB2'), |
| 36705 | skill='Amarr Battleship', **kwargs) |
| 36706 | |
| 36707 | |
| 36708 | class Effect8108(BaseEffect): |
nothing calls this directly
no test coverage detected