(fit, ship, context, projectionRange, **kwargs)
| 36502 | |
| 36503 | @staticmethod |
| 36504 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36505 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Plate', |
| 36506 | 'massAddition', ship.getModifiedItemAttr('eliteBonusInterdictors1'), |
| 36507 | skill='Interdictors', **kwargs) |
| 36508 | |
| 36509 | |
| 36510 | class Effect8096(BaseEffect): |
nothing calls this directly
no test coverage detected