(fit, ship, context, projectionRange, **kwargs)
| 41519 | |
| 41520 | @staticmethod |
| 41521 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41522 | fit.modules.filteredItemBoost( |
| 41523 | lambda mod: mod.item.group.name == 'Armor Plate', 'armorHPBonusAdd', |
| 41524 | ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs) |
| 41525 | |
| 41526 | |
| 41527 | class Effect12279(BaseEffect): |
nothing calls this directly
no test coverage detected