(fit, module, context, projectionRange, **kwargs)
| 12235 | |
| 12236 | @staticmethod |
| 12237 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12238 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 12239 | 'armorDamageAmount', module.getModifiedItemAttr('subsystemBonusGallenteDefensive'), |
| 12240 | skill='Gallente Defensive Systems', **kwargs) |
| 12241 | |
| 12242 | |
| 12243 | class Effect3962(BaseEffect): |
nothing calls this directly
no test coverage detected