(fit, src, context, projectionRange, **kwargs)
| 27719 | |
| 27720 | @staticmethod |
| 27721 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27722 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'damageMultiplier', |
| 27723 | src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs) |
| 27724 | |
| 27725 | |
| 27726 | class Effect6510(BaseEffect): |
nothing calls this directly
no test coverage detected