(fit, ship, context, projectionRange, **kwargs)
| 3007 | |
| 3008 | @staticmethod |
| 3009 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3010 | fit.ship.boostItemAttr('rechargeRate', ship.getModifiedItemAttr('eliteBonusGunship2'), |
| 3011 | skill='Assault Frigates', **kwargs) |
| 3012 | |
| 3013 | |
| 3014 | class Effect1003(BaseEffect): |
nothing calls this directly
no test coverage detected