(fit, ship, context, projectionRange, **kwargs)
| 38378 | |
| 38379 | @staticmethod |
| 38380 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38381 | for attr in ('maxRange', 'falloff'): |
| 38382 | fit.modules.filteredItemBoost( |
| 38383 | lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), attr, |
| 38384 | ship.getModifiedItemAttr('roleBonusCBC2'), **kwargs) |
| 38385 | |
| 38386 | |
| 38387 | class Effect11063(BaseEffect): |
nothing calls this directly
no test coverage detected