(fit, ship, context, projectionRange, **kwargs)
| 1573 | |
| 1574 | @staticmethod |
| 1575 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1576 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 1577 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusGF'), |
| 1578 | skill='Gallente Frigate', **kwargs) |
| 1579 | |
| 1580 | |
| 1581 | class Effect514(BaseEffect): |
nothing calls this directly
no test coverage detected