(fit, ship, context, projectionRange, **kwargs)
| 1529 | |
| 1530 | @staticmethod |
| 1531 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 1532 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 1533 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 1534 | |
| 1535 | |
| 1536 | class Effect511(BaseEffect): |
nothing calls this directly
no test coverage detected