(fit, src, context, projectionRange, **kwargs)
| 32854 | |
| 32855 | @staticmethod |
| 32856 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32857 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'overloadHardeningBonus', |
| 32858 | src.getModifiedItemAttr('subsystemBonusGallenteDefensive2'), skill='Gallente Defensive Systems', **kwargs) |
| 32859 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Hull Upgrades'), 'overloadSelfDurationBonus', |
| 32860 | src.getModifiedItemAttr('subsystemBonusGallenteDefensive2'), skill='Gallente Defensive Systems', **kwargs) |
| 32861 | |
| 32862 | |
| 32863 | class Effect6941(BaseEffect): |
nothing calls this directly
no test coverage detected