(fit, module, context, projectionRange, **kwargs)
| 13229 | |
| 13230 | @staticmethod |
| 13231 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13232 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 13233 | 'damageMultiplier', module.getModifiedItemAttr('subsystemBonusAmarrOffensive'), |
| 13234 | skill='Amarr Offensive Systems', **kwargs) |
| 13235 | |
| 13236 | |
| 13237 | class Effect4104(BaseEffect): |
nothing calls this directly
no test coverage detected