(fit, ship, context, projectionRange, **kwargs)
| 17323 | |
| 17324 | @staticmethod |
| 17325 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17326 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Target Painting'), |
| 17327 | 'maxRange', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 17328 | |
| 17329 | |
| 17330 | class Effect5067(BaseEffect): |
nothing calls this directly
no test coverage detected