(fit, ship, context, projectionRange, **kwargs)
| 34599 | |
| 34600 | @staticmethod |
| 34601 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 34602 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Precursor Weapon'), |
| 34603 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusPC2'), skill='Precursor Cruiser', **kwargs) |
| 34604 | |
| 34605 | |
| 34606 | class Effect7087(BaseEffect): |
nothing calls this directly
no test coverage detected