(fit, ship, context, projectionRange, **kwargs)
| 43559 | |
| 43560 | @staticmethod |
| 43561 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 43562 | fit.modules.filteredItemBoost( |
| 43563 | lambda mod: mod.item.group.name == 'Projectile Weapon', 'reloadTime', |
| 43564 | ship.getModifiedItemAttr('angelCartelProjectileReloadingSpeed'), **kwargs) |
| 43565 | |
| 43566 | |
| 43567 | class Effect12890(BaseEffect): |
nothing calls this directly
no test coverage detected