Skip to content

API Item remove_equipped

SolWayward edited this page Dec 22, 2025 · 2 revisions

remove_equipped

Endpoint: gm.item.remove_equipped

Syntax

gm.item.remove_equipped <hero_query>

Parameters

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

Examples

gm.item.remove_equipped player

Output:

Removed 5 equipped items from Player (battle and civilian equipment cleared).
gm.item.remove_equipped lord_1_1

Notes

WARNING: This permanently DELETES all equipped items from both battle and civilian equipment sets. They are NOT moved to inventory.

WARNING: Use gm.item.unequip_all if you want to keep the items in inventory instead.

TIP: This is useful for completely resetting a hero's equipment before applying a new loadout.

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