(fit, ship, context, projectionRange, **kwargs)
| 34632 | |
| 34633 | @staticmethod |
| 34634 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34635 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Precursor Weapon'), |
| 34636 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusPF1'), skill='Precursor Frigate', **kwargs) |
| 34637 | |
| 34638 | |
| 34639 | class Effect7091(BaseEffect): |
nothing calls this directly
no test coverage detected