(fit, ship, context, projectionRange, **kwargs)
| 38968 | |
| 38969 | @staticmethod |
| 38970 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38971 | fit.modules.filteredItemBoost( |
| 38972 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'capacitorNeed', |
| 38973 | ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr3'), skill='Amarr Destroyer', **kwargs) |
| 38974 | |
| 38975 | |
| 38976 | class Effect11407(BaseEffect): |
nothing calls this directly
no test coverage detected