(fit, src, context, projectionRange, **kwargs)
| 26255 | |
| 26256 | @staticmethod |
| 26257 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26258 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 26259 | 'falloffEffectiveness', src.getModifiedItemAttr('shipBonusAC2'), |
| 26260 | skill='Amarr Cruiser', **kwargs) |
| 26261 | |
| 26262 | |
| 26263 | class Effect6373(BaseEffect): |
nothing calls this directly
no test coverage detected