(fit, src, context, projectionRange, **kwargs)
| 17695 | |
| 17696 | @staticmethod |
| 17697 | def handler(fit, src, context, projectionRange, **kwargs): |
| 17698 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 17699 | 'armorDamageAmount', src.getModifiedItemAttr('shipBonusAC2'), skill='Amarr Cruiser', **kwargs) |
| 17700 | |
| 17701 | |
| 17702 | class Effect5125(BaseEffect): |
nothing calls this directly
no test coverage detected