(fit, src, context, projectionRange, **kwargs)
| 17711 | |
| 17712 | @staticmethod |
| 17713 | def handler(fit, src, context, projectionRange, **kwargs): |
| 17714 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 17715 | 'armorDamageAmount', src.getModifiedItemAttr('shipBonusGC2'), |
| 17716 | skill='Gallente Cruiser', **kwargs) |
| 17717 | |
| 17718 | |
| 17719 | class Effect5126(BaseEffect): |
nothing calls this directly
no test coverage detected