(fit, ship, context, projectionRange, **kwargs)
| 19659 | |
| 19660 | @staticmethod |
| 19661 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19662 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Projectile Turret'), |
| 19663 | 'falloff', ship.getModifiedItemAttr('shipBonusMBC2'), skill='Minmatar Battlecruiser', **kwargs) |
| 19664 | |
| 19665 | |
| 19666 | class Effect5364(BaseEffect): |
nothing calls this directly
no test coverage detected