(fit, ship, context, projectionRange, **kwargs)
| 2990 | |
| 2991 | @staticmethod |
| 2992 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2993 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 2994 | 'shieldBonus', ship.getModifiedItemAttr('eliteBonusGunship2'), |
| 2995 | skill='Assault Frigates', **kwargs) |
| 2996 | |
| 2997 | |
| 2998 | class Effect1001(BaseEffect): |
nothing calls this directly
no test coverage detected