6 grenades based on various quickhacks
Suicide Grenade
Cyberpsychosis Grenade
System Collapse Grenade
Pumpkin Bomb (Combines the Overheat and Contagion quickhacks)
Cripple Grenade (Combines the Cripple Movement and Weapon Glitch quickhacks)
Recon X Grenade (Combines the Memory Wipe and Sonic Shock quickhacks)
Sticky versions included
Notes:
Most of these are overpowered and were made just for fun without balancing in mind
Pumpkin Bomb

System Collapse Grenade

Cyberpsychosis Grenade - Causes enemies to fight each other, when there's no enemies left, they commit suicide

Suicide Grenade - Uploads the music of Ice Spice into enemy cyberware forcing them to end their own suffering

Cripple Grenade - Stops enemy movement, jams and destroys their primary weapons forcing them to use their secondary

Recon X Grenade - Enemies won't notice you for a while and prevents them from communicating

Spawn with CET or use my Atelier
Game.AddToInventory("Items.Quickhack_Grenade_Suicide", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Cyberpsychosis", 1)
Game.AddToInventory("Items.Quickhack_Grenade_SystemCollapse", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Cripple", 1)
Game.AddToInventory("Items.Quickhack_Grenade_ReconX", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Pumpkin", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Suicide_Sticky", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Cyberpsychosis_Sticky", 1)
Game.AddToInventory("Items.Quickhack_Grenade_SystemCollapse_Sticky", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Cripple_Sticky", 1)
Game.AddToInventory("Items.Quickhack_Grenade_ReconX_Sticky", 1)
Game.AddToInventory("Items.Quickhack_Grenade_Pumpkin_Sticky", 1)
Sources:
https://sketchfab.com/3d-models/spiderman-green-goblin-pumpkin-bomb-78b7a78ad3f3482d90946ed11c251674
https://sketchfab.com/3d-models/sci-fi-bio-hazard-grenade-game-ready-242c25ad988a42518d021ab654a63a84
https://sketchfab.com/3d-models/cyber-frag-grenade-5d38fc47b9e24a4f8084d7995dfceeea
https://sketchfab.com/3d-models/depleted-uranium-grenade-05c5b48d9fbd400c8fa6a91a57211915
https://sketchfab.com/3d-models/impact-grenade-f3d4cb6705734e19a3c7c86863c00d27
https://sketchfab.com/3d-models/sci-fi-grenade-50-followers-celebration-b7a3e1f822fe469b91e4549977dee49c
Tools used:
3DS MAX 2021 - Importing, Rigging and Exporting 3D meshes
Blender 3.6 - Additional mesh editing and texture mapping
Noesis - Importing and Exporting meshes to Cyberpunk 2077 format
Noesis script for 3DS Max - Importing .mesh files to 3DS MAX
Wolvenkit - Extracting and editing various game files (basically the backbone to Cyberpunk 2077 modding)
Adobe Photoshop CS6 - Editing textures
Notepad++ - Editing .yaml files
Thank You to all the people who helped create these tools