(fit, src, context, projectionRange, **kwargs)
| 30992 | |
| 30993 | @staticmethod |
| 30994 | def handler(fit, src, context, projectionRange, **kwargs): |
| 30995 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 30996 | 'falloffEffectiveness', |
| 30997 | src.getModifiedItemAttr('eliteBonusLogistics1'), |
| 30998 | skill='Logistics Cruisers', **kwargs) |
| 30999 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 31000 | 'maxRange', |
| 31001 | src.getModifiedItemAttr('eliteBonusLogistics1'), |
| 31002 | skill='Logistics Cruisers', **kwargs) |
| 31003 | |
| 31004 | |
| 31005 | class Effect6722(BaseEffect): |
nothing calls this directly
no test coverage detected