(fit, src, context, projectionRange, **kwargs)
| 28032 | |
| 28033 | @staticmethod |
| 28034 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28035 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 28036 | src.getModifiedItemAttr('shipBonusForceAuxiliaryG2'), skill='Gallente Carrier', **kwargs) |
| 28037 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Capital Repair Systems'), 'armorDamageAmount', |
| 28038 | src.getModifiedItemAttr('shipBonusForceAuxiliaryG2'), skill='Gallente Carrier', **kwargs) |
| 28039 | |
| 28040 | |
| 28041 | class Effect6551(BaseEffect): |
nothing calls this directly
no test coverage detected