(fit, ship, context, projectionRange, **kwargs)
| 41194 | |
| 41195 | @staticmethod |
| 41196 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41197 | fit.modules.filteredItemBoost( |
| 41198 | lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), 'falloff', |
| 41199 | ship.getModifiedItemAttr('ShipBonusMC3'), skill='Minmatar Cruiser', **kwargs) |
| 41200 | |
| 41201 | |
| 41202 | class Effect12214(BaseEffect): |
nothing calls this directly
no test coverage detected