(fit, src, context, projectionRange, **kwargs)
| 39825 | |
| 39826 | @staticmethod |
| 39827 | def handler(fit, src, context, projectionRange, **kwargs): |
| 39828 | fit.modules.filteredItemBoost( |
| 39829 | lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'falloff', |
| 39830 | src.getModifiedItemAttr('shipBonusDreadnoughtM2'), skill='Minmatar Dreadnought', **kwargs) |
| 39831 | |
| 39832 | |
| 39833 | class Effect11705(BaseEffect): |
nothing calls this directly
no test coverage detected