(fit, src, context, projectionRange, **kwargs)
| 26238 | |
| 26239 | @staticmethod |
| 26240 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26241 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 26242 | 'falloffEffectiveness', src.getModifiedItemAttr('shipBonusGC'), |
| 26243 | skill='Gallente Cruiser', **kwargs) |
| 26244 | |
| 26245 | |
| 26246 | class Effect6372(BaseEffect): |
nothing calls this directly
no test coverage detected