(fit, src, context, projectionRange, **kwargs)
| 29583 | |
| 29584 | @staticmethod |
| 29585 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29586 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Energy Turret'), 'damageMultiplier', |
| 29587 | src.getModifiedItemAttr('shipBonusTitanA1'), skill='Amarr Titan', **kwargs) |
| 29588 | |
| 29589 | |
| 29590 | class Effect6635(BaseEffect): |
nothing calls this directly
no test coverage detected