(fit, ship, context, projectionRange, **kwargs)
| 39531 | |
| 39532 | @staticmethod |
| 39533 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39534 | fit.modules.filteredItemBoost( |
| 39535 | lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 39536 | ship.getModifiedItemAttr('shipBonusMC'), skill='Minmatar Cruiser', **kwargs) |
| 39537 | |
| 39538 | |
| 39539 | class Effect11516(BaseEffect): |
nothing calls this directly
no test coverage detected