(fit, src, context, projectionRange, **kwargs)
| 35685 | |
| 35686 | @staticmethod |
| 35687 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35688 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Precursor Weapon'), 'speed', |
| 35689 | src.getModifiedItemAttr('shipBonusDreadnoughtPC3'), skill='Precursor Dreadnought', **kwargs) |
| 35690 | |
| 35691 | |
| 35692 | class Effect7242(BaseEffect): |
nothing calls this directly
no test coverage detected