(fit, ship, context, projectionRange, **kwargs)
| 41589 | |
| 41590 | @staticmethod |
| 41591 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41592 | fit.modules.filteredItemBoost( |
| 41593 | lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), 'maxRange', |
| 41594 | ship.getModifiedItemAttr('shipBonusPBS1'), skill='Precursor Battleship', **kwargs) |
| 41595 | |
| 41596 | |
| 41597 | class Effect12287(BaseEffect): |
nothing calls this directly
no test coverage detected