(fit, src, context, projectionRange, **kwargs)
| 29859 | |
| 29860 | @staticmethod |
| 29861 | def handler(fit, src, context, projectionRange, **kwargs): |
| 29862 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Energy Turret'), 'capacitorNeed', |
| 29863 | src.getModifiedItemAttr('shipBonusTitanA2'), skill='Amarr Titan', **kwargs) |
| 29864 | |
| 29865 | |
| 29866 | class Effect6654(BaseEffect): |
nothing calls this directly
no test coverage detected