(fit, src, context, projectionRange, **kwargs)
| 17594 | |
| 17595 | @staticmethod |
| 17596 | def handler(fit, src, context, projectionRange, **kwargs): |
| 17597 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), |
| 17598 | 'armorDamageAmount', src.getModifiedItemAttr('shipBonus2AF'), skill='Amarr Frigate', **kwargs) |
| 17599 | |
| 17600 | |
| 17601 | class Effect5111(BaseEffect): |
nothing calls this directly
no test coverage detected