CK3 effect spawn_army = { men_at_arms = { type = (men at arms type) = (amount) } location = capital_province } Console Command

Documentation and detailed help with working examples.

effect spawn_army = { men_at_arms = { type = (men at arms type) = (amount) } location = capital_province } Command

Scripting

This command adds special soldiers to the game.

effect spawn_army = { men_at_arms = { type = (men at arms type) = (amount) } location = capital_province }

Parameters

Amount
Number

The number of soldiers you want to add.

The ID of the regiment, or type, of soldiers you want to add.

Looking for CK3 console commands?

Search our complete list!

Overview

This command generates an army that is summoned or spawned at a specified location, which is typically the capital province.

The command components are as follows:

  • effect spawn_army: This is the main part of the command that prompts the game to create an army.

  • men_at_arms = { type = (men at arms type): This section determines the type of soldiers that will be generated. Whether they are archers, light footmen, heavy infantry, etc., is determined by what is input as the men at arms type. View all types at: ck3cheats.com/regiment.

  • = (amount): This section instructs the game on how many of the specific type of soldiers will be generated. You input a numerical value to specify the number of soldiers.

  • location = capital_province: This determines where the newly formed army will be spawned. Typically, it is set to generate at the capital province.

This command can be helpful when you want to quickly reinforce your army in a specific location.

How to Open the Command Console

In CK3, cheats are executed from the command console, a text box that you type commands into.

To open the command console press the ~ (tilde) key, which is typically located under ESC (escape).

If your keyboard does not have that key, or pressing ~ does not work, try the following keys:

  • ~
  • SHIFT + 2
  • SHIFT + 3
  • ALT + 2 + 1

Type your command into the console, and then press ENTER .