(fit, ship, context, projectionRange, **kwargs)
| 17815 | |
| 17816 | @staticmethod |
| 17817 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17818 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Projectile Turret'), |
| 17819 | 'falloff', ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 17820 | |
| 17821 | |
| 17822 | class Effect5133(BaseEffect): |
nothing calls this directly
no test coverage detected