(fit, ship, context, projectionRange, **kwargs)
| 34549 | |
| 34550 | @staticmethod |
| 34551 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34552 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), |
| 34553 | 'speed', ship.getModifiedItemAttr('shipBonusPBS1'), skill='Precursor Battleship', **kwargs) |
| 34554 | |
| 34555 | |
| 34556 | class Effect7080(BaseEffect): |
nothing calls this directly
no test coverage detected