(fit, src, context, projectionRange, **kwargs)
| 33131 | |
| 33132 | @staticmethod |
| 33133 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33134 | for attr in ('overloadSelfDurationBonus', 'overloadArmorDamageAmount'): |
| 33135 | fit.modules.filteredItemBoost( |
| 33136 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), attr, |
| 33137 | src.getModifiedItemAttr('subsystemBonusAmarrOffensive3'), skill='Amarr Offensive Systems', **kwargs) |
| 33138 | |
| 33139 | |
| 33140 | class Effect6959(BaseEffect): |
nothing calls this directly
no test coverage detected