Skip to content

API Query Item item_info

SolWayward edited this page Dec 22, 2025 · 2 revisions

gm.query.item_info

Endpoint: gm.query.item_info

Syntax

gm.query.item_info <itemId>

Description

Display detailed information about a specific item by its ID. Shows comprehensive stats including type, value, weight, tier, and specific attributes based on item category (weapon stats, armor values, or mount statistics).

Parameters

Parameter Type Required Description
itemId string Yes Item StringId (exact match)

Examples

Get detailed weapon information:

gm.query.item_info imperial_bow_5

Get detailed armor information:

gm.query.item_info battanian_noble_armor

Get mount information:

gm.query.item_info warhorse

Output

Success: Displays detailed information including:

  • Item ID
  • Item Name
  • Item Type
  • Gold Value
  • Weight
  • Tier Level
  • Type Flags (weapon, armor, civilian, combat, etc.)

For Weapons:

  • Weapon Class
  • Damage (Swing and Thrust)
  • Speed (Swing and Thrust)
  • Handling

For Armor:

  • Head Armor Value
  • Body Armor Value
  • Leg Armor Value
  • Arm Armor Value

For Mounts:

  • Charge Damage
  • Speed
  • Maneuver
  • Hit Points

Example output for weapon:

Item Information:
ID: imperial_bow_5
Name: Imperial Bow
Type: Bow
Value: 15000
Weight: 1.2
Tier: 5
Types: weapon, ranged, bow, combat
Weapon Class: Bow
Damage: 85 (Swing), 0 (Thrust)
Speed: 95 (Swing), 0 (Thrust)
Handling: 80

Example output for armor:

Item Information:
ID: battanian_noble_armor
Name: Battanian Noble Armor
Type: BodyArmor
Value: 25000
Weight: 18.5
Tier: 5
Types: armor, body, bodyarmor, combat
Body Armor: 52
Arm Armor: 12

Notes

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

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

TIP: This command is useful for comparing specific stats between similar items.

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