(fit, ship, context, projectionRange, **kwargs)
| 36485 | |
| 36486 | @staticmethod |
| 36487 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36488 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 36489 | 'speed', ship.getModifiedItemAttr('shipBonusGD1'), |
| 36490 | skill='Gallente Destroyer', **kwargs) |
| 36491 | |
| 36492 | |
| 36493 | class Effect8095(BaseEffect): |
nothing calls this directly
no test coverage detected