CoC2.player.perks.add(PerkType.LEATHERSKIN)
CoC2.player.removePerk(PerkType.CORRUPTION_GROWTH)
You’ll see a > prompt. That’s where the magic happens.
CoC2.player.str = 50 // Sets Strength to 50
CoC2.player.cor = 100 // Max corruption
CoC2.player.level = 10
CoC2.player.XP = 10000
CoC2.player.refreshHp() // Fully heal
CoC2.player.refreshMana() // Fully restore mana
Final word: Console commands are a scalpel, not a sledgehammer. Use them to enhance your experience, not bypass it entirely. And always keep a clean backup save. corruption of champions 2 console commands
Would you like a list of common item/perk IDs for CoC2 as a follow-up? You’ll see a > prompt
Corruption of Champions 2 (CoC2) is a popular roguelike RPG that offers a rich experience with extensive character customization and a vast array of gameplay mechanics. For players looking to enhance their experience or simply experiment with different scenarios, console commands can be a useful tool. These commands can be used to adjust game settings, manipulate character stats, and more. Here’s a guide on how to use console commands in Corruption of Champions 2 and some examples of commands you might find useful: Final word: Console commands are a scalpel, not
Open console and paste this for a quick boost (adjust numbers as needed):
CoC2.player.level = 15;
CoC2.player.XP = 500000;
CoC2.player.gems = 25000;
CoC2.player.refreshHp();
CoC2.player.refreshMana();
console.log("Cheat applied – you powerful beast.");