Corruption - Of Champions 2 Console Commands //top\\

pc.addPower(POWERS.FireBolt, POWERS.Heal); — Adds specific abilities to the player.

player.lib = [value] – Sets your Libido stat (controls lust generation and specific perks). corruption of champions 2 console commands

Spawning items requires internal item identification codes. Use these functions to manipulate your bags. Use these functions to manipulate your bags

companion1.addExp(9999999); companion2.addExp(9999999); companion1.addItem(new ITEMS.ITEMNAME(x)); | Action | Command | Notes | |

player.lowerBody.type = [type_id] – Changes your legs/lower body to match a specific race (e.g., centaur, taur, naga, human).

player.str = [value] – Sets your Strength stat (determines physical damage).

| Action | Command | Notes | | :--- | :--- | :--- | | | CoC2Main.gameSaveManager.saveGameToDisk() | This command forces an immediate manual save. | | List all loaded flags | console.log(CoC2Main.game.flags) | Prints every flag name and its current value to the console for easy reference. | | Heal your party | CoC2Main.game.party.healAll() | Fully restores HP for your entire party. | | Restore resources | CoC2Main.game.party.refreshAll() | Replenishes any spendable resources (like mana or stamina). | | Log object information | console.log(CoC2Main.game.player) | This command will print the entire player object to the console, revealing every variable attached to your character (stats, body parts, flags, etc.). |