(fit, src, context, projectionRange, **kwargs)
| 3454 | |
| 3455 | @staticmethod |
| 3456 | def handler(fit, src, context, projectionRange, **kwargs): |
| 3457 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'maxRange', |
| 3458 | src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 3459 | |
| 3460 | |
| 3461 | class Effect1048(BaseEffect): |
nothing calls this directly
no test coverage detected