(fit, ship, context, projectionRange, **kwargs)
| 6441 | |
| 6442 | @staticmethod |
| 6443 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6444 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Shield Booster', 'maxRange', |
| 6445 | ship.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6446 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Ancillary Remote Shield Booster', 'maxRange', |
| 6447 | ship.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6448 | |
| 6449 | |
| 6450 | class Effect2135(BaseEffect): |
nothing calls this directly
no test coverage detected