Skip to content

API Item list_equipped

SolWayward edited this page Dec 22, 2025 · 2 revisions

list_equipped

Endpoint: gm.item.list_equipped

Syntax

gm.item.list_equipped <hero_query>

Parameters

Parameter Type Required Description
hero_query string Yes Hero identifier (StringId or partial name match)

Examples

gm.item.list_equipped player

Output:

Equipped items for Player:

=== BATTLE EQUIPMENT ===
  Weapon0        Imperial Sword
  Weapon1        Round Shield
  Head           Chain Coif
  Body           Chainmail Hauberk
  Leg            Leather Boots
  Gloves         Leather Gloves

=== CIVILIAN EQUIPMENT ===
  Body           Fine Robe
  (No other civilian equipment)
gm.item.list_equipped lord_1_1

Notes

NOTE: Displays both battle equipment and civilian equipment sections.

NOTE: Shows item names and their quality modifiers if applicable.

TIP: Use this command to verify equipment before saving with gm.item.save_equipment.

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