(fit, ship, context, projectionRange, **kwargs)
| 41606 | |
| 41607 | @staticmethod |
| 41608 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41609 | fit.modules.filteredItemBoost( |
| 41610 | lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), 'trackingSpeed', |
| 41611 | ship.getModifiedItemAttr('shipBonusPBS2'), skill='Precursor Battleship', **kwargs) |
| 41612 | |
| 41613 | |
| 41614 | class Effect12288(BaseEffect): |
nothing calls this directly
no test coverage detected