(fit, ship, context, projectionRange, **kwargs)
| 24147 | |
| 24148 | @staticmethod |
| 24149 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24150 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 24151 | 'reloadTime', ship.getModifiedItemAttr('shipBonusTacticalDestroyerCaldari2'), |
| 24152 | skill='Caldari Tactical Destroyer', **kwargs) |
| 24153 | |
| 24154 | |
| 24155 | class Effect6104(BaseEffect): |
nothing calls this directly
no test coverage detected