(fit, ship, context, projectionRange, **kwargs)
| 38713 | |
| 38714 | @staticmethod |
| 38715 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38716 | fit.modules.filteredItemBoost( |
| 38717 | lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition', |
| 38718 | ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente3'), skill='Gallente Destroyer', **kwargs) |
| 38719 | |
| 38720 | |
| 38721 | class Effect11391(BaseEffect): |
nothing calls this directly
no test coverage detected