(fit, src, context, projectionRange, **kwargs)
| 40450 | |
| 40451 | @staticmethod |
| 40452 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40453 | fit.modules.filteredItemBoost( |
| 40454 | lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), 'maxRange', |
| 40455 | src.getModifiedItemAttr('eliteBonusGunship2'), skill='Assault Frigates', **kwargs) |
| 40456 | |
| 40457 | |
| 40458 | class Effect11999(BaseEffect): |
nothing calls this directly
no test coverage detected