(fit, ship, context, projectionRange, **kwargs)
| 3311 | |
| 3312 | @staticmethod |
| 3313 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3314 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 3315 | 'damageMultiplier', ship.getModifiedItemAttr('eliteBonusGunship2'), |
| 3316 | skill='Assault Frigates', **kwargs) |
| 3317 | |
| 3318 | |
| 3319 | class Effect1024(BaseEffect): |
nothing calls this directly
no test coverage detected