(fit, ship, context, projectionRange, **kwargs)
| 34933 | |
| 34934 | @staticmethod |
| 34935 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34936 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), |
| 34937 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusPBC1'), |
| 34938 | skill='Precursor Battlecruiser', **kwargs) |
| 34939 | |
| 34940 | |
| 34941 | class Effect7156(BaseEffect): |
nothing calls this directly
no test coverage detected