(fit, src, context, projectionRange, **kwargs)
| 27577 | |
| 27578 | @staticmethod |
| 27579 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27580 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Energy Turret'), 'damageMultiplier', |
| 27581 | src.getModifiedItemAttr('shipBonusDreadnoughtA1'), skill='Amarr Dreadnought', **kwargs) |
| 27582 | |
| 27583 | |
| 27584 | class Effect6502(BaseEffect): |
nothing calls this directly
no test coverage detected