(fit, ship, context, projectionRange, **kwargs)
| 39150 | |
| 39151 | @staticmethod |
| 39152 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39153 | fit.modules.filteredItemBoost( |
| 39154 | lambda mod: mod.item.group.name == 'Armor Plate', 'massAddition', |
| 39155 | ship.getModifiedItemAttr('shipBonusGC3'), skill='Gallente Cruiser', **kwargs) |
| 39156 | |
| 39157 | |
| 39158 | class Effect11419(BaseEffect): |
nothing calls this directly
no test coverage detected