(fit, ship, context, projectionRange, **kwargs)
| 23184 | |
| 23185 | @staticmethod |
| 23186 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23187 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 23188 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 23189 | |
| 23190 | |
| 23191 | class Effect5957(BaseEffect): |
nothing calls this directly
no test coverage detected