(fit, ship, context, projectionRange, **kwargs)
| 38396 | |
| 38397 | @staticmethod |
| 38398 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38399 | fit.modules.filteredItemBoost( |
| 38400 | lambda mod: mod.item.requiresSkill('Medium Energy Turret'), 'damageMultiplier', |
| 38401 | ship.getModifiedItemAttr('shipBonusABC3'), skill='Amarr Battlecruiser', **kwargs) |
| 38402 | |
| 38403 | |
| 38404 | class Effect11064(BaseEffect): |
nothing calls this directly
no test coverage detected