(fit, ship, context, projectionRange, **kwargs)
| 39376 | |
| 39377 | @staticmethod |
| 39378 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39379 | fit.modules.filteredItemBoost( |
| 39380 | lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 39381 | ship.getModifiedItemAttr('eliteBonusGunship2'), skill='Assault Frigates', **kwargs) |
| 39382 | |
| 39383 | |
| 39384 | class Effect11445(BaseEffect): |
nothing calls this directly
no test coverage detected