(fit, ship, context, projectionRange, **kwargs)
| 41640 | |
| 41641 | @staticmethod |
| 41642 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41643 | fit.modules.filteredItemBoost( |
| 41644 | lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'capacitorNeed', |
| 41645 | ship.getModifiedItemAttr('shipBonusABC3'), skill='Amarr Battlecruiser', **kwargs) |
| 41646 | |
| 41647 | |
| 41648 | class Effect12329(BaseEffect): |
nothing calls this directly
no test coverage detected