(fit, src, context, projectionRange, **kwargs)
| 12253 | |
| 12254 | @staticmethod |
| 12255 | def handler(fit, src, context, projectionRange, **kwargs): |
| 12256 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), |
| 12257 | 'armorDamageAmount', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive'), |
| 12258 | skill='Minmatar Defensive Systems', **kwargs) |
| 12259 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 12260 | 'shieldBonus', src.getModifiedItemAttr('subsystemBonusMinmatarDefensive'), |
| 12261 | skill='Minmatar Defensive Systems', **kwargs) |
| 12262 | |
| 12263 | |
| 12264 | class Effect3964(BaseEffect): |
nothing calls this directly
no test coverage detected