(fit, src, context, projectionRange, **kwargs)
| 27612 | |
| 27613 | @staticmethod |
| 27614 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27615 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Energy Turret'), 'capacitorNeed', |
| 27616 | src.getModifiedItemAttr('shipBonusDreadnoughtA3'), skill='Amarr Dreadnought', **kwargs) |
| 27617 | |
| 27618 | |
| 27619 | class Effect6504(BaseEffect): |
nothing calls this directly
no test coverage detected