(fit, src, context, projectionRange, **kwargs)
| 38573 | |
| 38574 | @staticmethod |
| 38575 | def handler(fit, src, context, projectionRange, **kwargs): |
| 38576 | fit.modules.filteredItemBoost( |
| 38577 | lambda mod: mod.item.requiresSkill('Capital Shield Operation'), 'shieldBonus', |
| 38578 | src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs) |
| 38579 | fit.modules.filteredItemBoost( |
| 38580 | lambda mod: mod.item.requiresSkill('Capital Repair Systems'), 'armorDamageAmount', |
| 38581 | src.getModifiedItemAttr('shipBonusDreadnoughtM1'), skill='Minmatar Dreadnought', **kwargs) |
| 38582 | |
| 38583 | |
| 38584 | class Effect11374(BaseEffect): |
nothing calls this directly
no test coverage detected