(fit, ship, context, projectionRange, **kwargs)
| 10164 | |
| 10165 | @staticmethod |
| 10166 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10167 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Sensor Dampener', |
| 10168 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusGF'), skill='Gallente Frigate', **kwargs) |
| 10169 | |
| 10170 | |
| 10171 | class Effect3367(BaseEffect): |
nothing calls this directly
no test coverage detected