(fit, ship, context, projectionRange, **kwargs)
| 40501 | |
| 40502 | @staticmethod |
| 40503 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40504 | fit.modules.filteredItemBoost( |
| 40505 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff', |
| 40506 | ship.getModifiedItemAttr('shipBonus3MF'), skill='Minmatar Frigate', **kwargs) |
| 40507 | |
| 40508 | |
| 40509 | class Effect12050(BaseEffect): |
nothing calls this directly
no test coverage detected