Skip to content

API Query Troop troop_info

SolWayward edited this page Dec 22, 2025 · 2 revisions

gm.query.troop_info

Endpoint: gm.query.troop_info

Syntax

gm.query.troop_info <troopId>

Description

Display detailed information about a specific troop by its ID. Shows comprehensive troop information including tier, level, culture, formation, equipment, and upgrade paths.

Parameters

Parameter Type Required Description
troopId string Yes Troop StringId (exact match)

Examples

Get detailed troop information:

gm.query.troop_info imperial_legionary
gm.query.troop_info battanian_fian_champion
gm.query.troop_info vlandian_knight

Get information on low-tier troops:

gm.query.troop_info imperial_recruit
gm.query.troop_info vlandian_recruit

Get bandit troop information:

gm.query.troop_info looter
gm.query.troop_info forest_bandit

Output

Success: Displays comprehensive troop information including:

  • Troop ID
  • Troop Name
  • Category (e.g., Regular, Noble/Elite, Bandit)
  • Tier Level
  • Troop Level
  • Culture
  • Occupation
  • Formation Class
  • Type Flags (all applicable types)
  • Equipment List (weapons, armor, shields, etc.)
  • Upgrade Paths (available upgrades)

Example output:

Troop Information:
ID: imperial_legionary
Name: Imperial Legionary
Category: Regular
Tier: 4
Level: 25
Culture: Empire
Occupation: Soldier
Formation: Infantry
Types: Infantry, Regular, Shield, Empire, Tier4
Equipment: Imperial Spatha, Imperial Oval Shield, Imperial Scale Armor, Imperial Helmet, Imperial Boots
Upgrades: Imperial Elite Melee Soldier, Imperial Veteran Infantryman

Example for elite troop:

Troop Information:
ID: battanian_fian_champion
Name: Battanian Fian Champion
Category: Noble/Elite
Tier: 6
Level: 32
Culture: Battania
Occupation: Soldier
Formation: Ranged
Types: Ranged, Noble, Bow, Battania, Tier6
Equipment: Highland Longbow, Battanian Noble Arrows, Highland Noble Armor, Battanian Forest Boots
Upgrades: None (Max Tier)

Notes

TIP: Use gm.query.troop to find the exact StringId before using this command.

NOTE: The StringId must be an exact match. Use query commands to locate troops if you're unsure of the exact ID.

TIP: Check upgrade paths to plan troop progression and training strategies.

TIP: The equipment list helps evaluate troop effectiveness and combat role.

Related Commands

Last Updated: 2025-12-16

Quick Links

🏠 Home | Quick Reference | Syntax Guide


Hero Commands
Clan Commands
Kingdom Commands
Settlement Commands
Item Commands
Troop Commands
Caravan Commands
Bandit Commands
Query Commands

Clone this wiki locally