(fit, src, context, projectionRange, **kwargs)
| 27702 | |
| 27703 | @staticmethod |
| 27704 | def handler(fit, src, context, projectionRange, **kwargs): |
| 27705 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Repair Systems'), 'duration', |
| 27706 | src.getModifiedItemAttr('shipBonusDreadnoughtG3'), skill='Gallente Dreadnought', **kwargs) |
| 27707 | |
| 27708 | |
| 27709 | class Effect6509(BaseEffect): |
nothing calls this directly
no test coverage detected