(fit, ship, context, projectionRange, **kwargs)
| 41485 | |
| 41486 | @staticmethod |
| 41487 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41488 | fit.modules.filteredItemBoost( |
| 41489 | lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition', |
| 41490 | ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs) |
| 41491 | |
| 41492 | |
| 41493 | class Effect12276(BaseEffect): |
nothing calls this directly
no test coverage detected