CoC2.player.tail.type = TailType.DEMONIC CoC2.player.wings.type = WingType.BAT_LIKE
pc.addPower(POWERS.PowerName) : Adds a specific power to your character. Example : pc.addPower(POWERS.FireBolt, POWERS.Heal) . : Perks can be added similarly to powers: perks : Lists all available perks. pc.createPerk(PERKS.PerkName) : Grants the specified perk. Example : pc.createPerk(PERKS.Veteran) . corruption of champions 2 console commands
: pc.credits += 10000; — Adds 10,000 credits to your current total. | Command | Effect | | :--- |
| Command | Effect | | :--- | :--- | | kill | Instantly defeats all enemies in the current encounter. | | godmode | Toggles invincibility (takes no damage, no fatigue loss). | | oneshot | Toggles one-hit-kill mode. | — Adds 10
Example : pc.addItem(ITEMS.itemName) allows for immediate acquisition of any item in the game's database.
: Press F12 or Ctrl + Shift + I (Windows/Linux) or Cmd + Option + I (Mac) to open the console.