(fit, ship, context, projectionRange, **kwargs)
| 38413 | |
| 38414 | @staticmethod |
| 38415 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38416 | fit.modules.filteredItemBoost( |
| 38417 | lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'maxRange', |
| 38418 | ship.getModifiedItemAttr('shipBonusABC1'), skill='Amarr Battlecruiser', **kwargs) |
| 38419 | |
| 38420 | |
| 38421 | class Effect11065(BaseEffect): |
nothing calls this directly
no test coverage detected