(fit, src, context, projectionRange, **kwargs)
| 35652 | |
| 35653 | @staticmethod |
| 35654 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35655 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Precursor Weapon'), 'damageMultiplier', |
| 35656 | src.getModifiedItemAttr('shipBonusDreadnoughtPC1'), skill='Precursor Dreadnought', **kwargs) |
| 35657 | |
| 35658 | |
| 35659 | class Effect7239(BaseEffect): |
nothing calls this directly
no test coverage detected