Example: itemAdd("tentacle_key")
: player.lib = [value] (Alters base desire levels)
player.perkPoints = [value] – Grants you unspent perk points to unlock powerful passive abilities. corruption of champions 2 console commands
Master Guide to Corruption of Champions 2 Console Commands does not have a traditional built-in developer console, but you can alter your character, stats, and items directly through your web browser's JavaScript developer console. Because the game runs as a web-based application (even when using the standalone desktop client), you can execute direct JavaScript commands to bypass grinding, edit stats, unlock gallery images, or modify your inventory.
To use these commands, you must be playing the game in a browser or through a method that allows browser-like developer tool access: Example: itemAdd("tentacle_key") : player
pc.str = 50; // Sets Strength pc.tou = 50; // Sets Toughness pc.spe = 50; // Sets Speed pc.int = 50; // Sets Intelligence pc.lib = 50; // Sets Libido pc.sens = 50; // Sets Sensitivity pc.cor = 10; // Sets Corruption level (0 to 100) Use code with caution. Unlocking Combat Powers and Magic
Spawning items requires using the internal item identification codes. Ensure you capitalization matches the game data exactly. To use these commands, you must be playing
Options.systemOptions.busts = charImages.filter(x => x.includes('fulls/')).map(str => str = str.replace(/.*?fulls\//, ''); str = str.replace(/\..*/, ''); return str; ); Use code with caution. Copied to clipboard