diff options
| author | historia <[not public]> | 2026-06-17 21:13:07 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-17 21:13:07 -0400 |
| commit | ec2e94e3463654a6288464a4c070b48ef9bf7368 (patch) | |
| tree | 3c5df0f9a6a5968fa4c725a7d331825883ae798c /data/help/equipment.yaml | |
| parent | eef5ddaa94f8cff6010d092c30fed53d2be01524 (diff) | |
| download | thehouseoficarus-ec2e94e3463654a6288464a4c070b48ef9bf7368.tar.gz | |
feat: smithing added, item/object interaction reworked. recipes and menus refactored.
Diffstat (limited to 'data/help/equipment.yaml')
| -rw-r--r-- | data/help/equipment.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/data/help/equipment.yaml b/data/help/equipment.yaml index 1a4b229..3c0d70c 100644 --- a/data/help/equipment.yaml +++ b/data/help/equipment.yaml @@ -1,10 +1,13 @@ name: "equipment" category: "Items" description: | - View your equipped items. + View or change your equipped items. - Usage: equipment, eq + Usage: equip View equipped items + equip <item> Equip an item from inventory + equip all Auto-equip best items per slot + eq, equipment Same as equip + wear, wield Same as equip - Shows what you have equipped in each slot (main hand, head, torso, etc.). - Use "wear <item>" or "wield <item>" to equip items from your inventory. + Shows what you have in each slot (main hand, head, torso, etc.). Use "remove <item>" to unequip. |
