We need 2 min of your time!
Tell us what matters to you—and help make our stories, data, workshops, and civic resources more useful for you and your city—in this short survey.
I can provide the precise code or file pathway for your exact setup.
Press or Ctrl + Shift + J (Windows) / Cmd + Option + J (Mac) to open the Developer Tools panel. Click on the Console tab at the top of the developer pane. For Standalone Desktop Client Players
In CoC2, the console is accessed primarily through the browser’s developer tools (typically ) or by running the local game file through a browser. This interface allows for direct manipulation of the game’s logic:
Use these commands to alter status effects, hunger, and fluid levels quickly. : player.fatigue = 0 Set HP to Max : player.HP = player.maxHP() Set Lust : player.lust = [value] Troubleshooting Console Errors corruption of champions 2 console commands
Because CoC2 runs as a web-based application under the hood, the console commands are actually JavaScript snippets that interface directly with the game's global variables.
| Command | Effect | |---------|--------| | stat.adjustStat("statname", value) | Increase a stat (e.g., "str" , "cun" , "lib" , "cor" ). | | stat.setStat("statname", value) | Set stat directly. | | stat.levelUp() | Gain one level. | | stat.setLevel(x) | Set level to x. | | stat.addXP(x) | Add XP. | | pc.refreshStats() | Recalculate HP, fatigue, etc. |
: Initiates a scene change or exploration of certain environments related to...ahem... character interactions. I can provide the precise code or file
: For players primarily interested in the visual elements, specific JavaScript snippets can be used to bypass months of gameplay.
setEarType("[ear_type]") – Modifies your ear shape to match specific animal lineages. Quest and Progression Flags
Example for spawning a specific shield: pc.inventory.addItem(ITEMS.BRAWN_SHIELD); . For Standalone Desktop Client Players In CoC2, the
Press F12 or Ctrl + Shift + I (Windows) / Cmd + Option + I (Mac) while the game window is active.
Press the key or the Backquote (`) key on your keyboard. If those do not work, try pressing Ctrl + ~ or Shift + ~ . Steam Version
If you have the downloaded version, follow these steps to open the developer console: