(fit, ship, context, projectionRange, **kwargs)
| 40122 | |
| 40123 | @staticmethod |
| 40124 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40125 | fit.modules.filteredItemBoost( |
| 40126 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff', |
| 40127 | ship.getModifiedItemAttr('shipBonusMD1'), skill='Minmatar Destroyer', **kwargs) |
| 40128 | |
| 40129 | |
| 40130 | class Effect11938(BaseEffect): |
nothing calls this directly
no test coverage detected