(fit, src, context, projectionRange, **kwargs)
| 32872 | |
| 32873 | @staticmethod |
| 32874 | def handler(fit, src, context, projectionRange, **kwargs): |
| 32875 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Tactical Shield Manipulation'), |
| 32876 | 'overloadHardeningBonus', src.getModifiedItemAttr('subsystemBonusCaldariDefensive2'), |
| 32877 | skill='Caldari Defensive Systems', **kwargs) |
| 32878 | |
| 32879 | |
| 32880 | class Effect6942(BaseEffect): |
nothing calls this directly
no test coverage detected