(fit, ship, context, projectionRange, **kwargs)
| 34565 | |
| 34566 | @staticmethod |
| 34567 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34568 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), |
| 34569 | 'damageMultiplier', ship.getModifiedItemAttr('shipBonusPBS2'), skill='Precursor Battleship', **kwargs) |
| 34570 | |
| 34571 | |
| 34572 | class Effect7085(BaseEffect): |
nothing calls this directly
no test coverage detected