(fit, ship, context, projectionRange, **kwargs)
| 40348 | |
| 40349 | @staticmethod |
| 40350 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40351 | fit.modules.filteredItemBoost( |
| 40352 | lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition', |
| 40353 | ship.getModifiedItemAttr('shipBonusATF3'), **kwargs) |
| 40354 | |
| 40355 | |
| 40356 | class Effect11993(BaseEffect): |
nothing calls this directly
no test coverage detected