(fit, src, context, projectionRange, **kwargs)
| 3438 | |
| 3439 | @staticmethod |
| 3440 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3441 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'maxRange', |
| 3442 | src.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 3443 | |
| 3444 | |
| 3445 | class Effect1047(BaseEffect): |
nothing calls this directly
no test coverage detected