(fit, ship, context, projectionRange, **kwargs)
| 1697 | |
| 1698 | @staticmethod |
| 1699 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1700 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 1701 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 1702 | |
| 1703 | |
| 1704 | class Effect549(BaseEffect): |
nothing calls this directly
no test coverage detected