(fit, src, context, projectionRange, **kwargs)
| 17559 | |
| 17560 | @staticmethod |
| 17561 | def handler(fit, src, context, projectionRange, **kwargs): |
| 17562 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 17563 | 'armorDamageAmount', src.getModifiedItemAttr('shipBonusGF2'), |
| 17564 | skill='Gallente Frigate', **kwargs) |
| 17565 | |
| 17566 | |
| 17567 | class Effect5109(BaseEffect): |
nothing calls this directly
no test coverage detected