(fit, ship, context, projectionRange, **kwargs)
| 42180 | |
| 42181 | @staticmethod |
| 42182 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42183 | fit.modules.filteredItemBoost( |
| 42184 | lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition', |
| 42185 | ship.getModifiedItemAttr('shipBonusGB3'), skill='Gallente Battleship', **kwargs) |
| 42186 | |
| 42187 | |
| 42188 | class Effect12591(BaseEffect): |
nothing calls this directly
no test coverage detected