(fit, module, context, projectionRange, **kwargs)
| 13157 | |
| 13158 | @staticmethod |
| 13159 | def handler(fit, module, context, projectionRange, **kwargs): |
| 13160 | fit.modules.filteredItemMultiply( |
| 13161 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems') or |
| 13162 | mod.item.requiresSkill('Capital Remote Armor Repair Systems'), |
| 13163 | 'armorDamageAmount', module.getModifiedItemAttr('armorDamageAmountMultiplierRemote'), |
| 13164 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13165 | |
| 13166 | |
| 13167 | class Effect4089(BaseEffect): |
nothing calls this directly
no test coverage detected