Corruption Of Champions 2 Console Commands !full! Jun 2026

: Some versions may respond to Ctrl + Shift + J .

For example, to get a large stack of a healing potion, you might use pc.addItem(new ITEMS.HealthPotion(99)); . The internal item names can be found in the game’s source code or by inspecting the game’s objects.

To execute commands in CoC2, you must use the standard developer tools for your browser or the standalone launcher: corruption of champions 2 console commands

// Set Strength pc.str = 50; // Set Toughness pc.tou = 50; // Set Agility pc.spe = 50; // Set Intelligence pc.int = 50; // Set Willpower pc.wis = 50; // Set Libido pc.lib = 50; // Set Sensitivity pc.sens = 50; Use code with caution. Modifying Character Corruption and Purity

player.inventory.addItem(items.HAIR_DYE_BLACK, 1) (Spawns black hair dye). : Some versions may respond to Ctrl + Shift + J

// Change skin type (e.g., 0 = human, 1 = fur, 2 = scales) pc.skin.type = 0; // Change hair length pc.hair.length = 15; // Adjust feminine chest size (values correspond to cup sizes) pc.breastRows[0].breastRating = 5; Use code with caution.

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. To execute commands in CoC2, you must use

: Using specific JavaScript commands, players can reset the states of world characters—like the priestess Miko or the villager Mai—effectively "erasing" previous outcomes to forge a new path.

If you need to reset a quest that has gone wrong, you can directly edit the quests array in your save file. This is easier to do with a save editor than through the console. The array contains entries for each quest; removing an entry resets that quest. See the Fenoxo forums for detailed examples on how to find and count the right bracket.

| Command | Effect | | :--- | :--- | | help | Lists all available console commands. | | clear | Clears the console screen. | | exit or close | Closes the console (Esc also works). | | save [name] | Quick-saves with a custom name (e.g., save godmode ). | | load [name] | Loads a quick-save. |