(fit, ship, context, projectionRange, **kwargs)
| 38696 | |
| 38697 | @staticmethod |
| 38698 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38699 | fit.modules.filteredItemBoost( |
| 38700 | lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount', |
| 38701 | ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente2'), skill='Gallente Destroyer', **kwargs) |
| 38702 | |
| 38703 | |
| 38704 | class Effect11390(BaseEffect): |
nothing calls this directly
no test coverage detected