(fit, src, context, projectionRange, **kwargs)
| 33149 | |
| 33150 | @staticmethod |
| 33151 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33152 | for attr in ('overloadSelfDurationBonus', 'overloadArmorDamageAmount'): |
| 33153 | fit.modules.filteredItemBoost( |
| 33154 | lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), attr, |
| 33155 | src.getModifiedItemAttr('subsystemBonusGallenteOffensive3'), skill='Gallente Offensive Systems', **kwargs) |
| 33156 | |
| 33157 | |
| 33158 | class Effect6960(BaseEffect): |
nothing calls this directly
no test coverage detected