File information

Last updated

Original upload

Created by

WhiteCamellia

Uploaded by

WhiteCamellia

Virus scan

Safe to use

Tags for this mod

About this mod

Adds the Mauser C96 pistol in 4 different colours. Uses Johnny's Malorian 3516 animations.

Requirements
Permissions and credits
Changelogs

Description:
Adds the Mauser C96 "Red Nine" in 4 different colours. Based on Johnny's Malorian 3516. I've made a few changes to the weapon's stats which are listed below. If you'd like, you can make changes to the weapons stats yourself. With notepad, open "StatGroups.C96_Stats.yaml" found at "Cyberpunk 2077\r6\tweaks\WhiteCamellia\Standalone C96". Here you'll find all the records for the stat changes applied to each variant, along with more details about each stat. Look for the "statType" you wish to edit and change the "value" to whatever you want.

Stat Changes:
  • Increased reload speed
  • Increased aim-down-sight speed
  • Removed quick melee ammo cost
  • Decreased weight
  • Increased firerate (also lowering the damage per shot)
  • Uses the DR-5 Nova sounds (This change is in each variant's "Item.xxx.yaml", rather than "StatGroups.C96_Stats.yaml".)
How to Obtain:
 - Can be bought from my Atelier Store 

- Item Codes
Spoiler:  
Show

Game.AddToInventory("Items.Camellia_C96_Default",1)
Game.AddToInventory("Items.Camellia_C96_Black",1)
Game.AddToInventory("Items.Camellia_C96_Silver",1)
Game.AddToInventory("Items.Camellia_C96_Gold",1)

TIP: You can add _[Rarity] to the end of the code to get a specific rarity/tier, like this:
Game.AddToInventory("Items.Camellia_C96_Default_Legendary",1)

Rarities:
Tier 1: _Common
Tier 2: _Uncommon
Tier 3: _Rare
Tier 4: _Epic
Tier 5: _Legendary
 
- Crafting Codes
Spoiler:  
Show

Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_C96_Default")
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_C96_Black")
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_C96_Silver")
Game.GetScriptableSystemsContainer():Get("CraftingSystem"):GetPlayerCraftBook():AddRecipe("Items.Camellia_C96_Gold")

Credits:
Mauser C96 model from Andriy Shekh on Sketchfab