(fit, module, context, projectionRange, **kwargs)
| 12217 | |
| 12218 | @staticmethod |
| 12219 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12220 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 12221 | 'armorDamageAmount', module.getModifiedItemAttr('subsystemBonusAmarrDefensive'), |
| 12222 | skill='Amarr Defensive Systems', **kwargs) |
| 12223 | |
| 12224 | |
| 12225 | class Effect3961(BaseEffect): |
nothing calls this directly
no test coverage detected