Skip to content

Instantly share code, notes, and snippets.

@leshikus
Last active February 22, 2026 18:45
Show Gist options
  • Select an option

  • Save leshikus/e63350729d4c5d28c74d7aa5d49e9a37 to your computer and use it in GitHub Desktop.

Select an option

Save leshikus/e63350729d4c5d28c74d7aa5d49e9a37 to your computer and use it in GitHub Desktop.
Simple item sorting utilitities
# dump clothes to a stockpile
multicmd item dump -t armor -c cloth; item dump -t pants -c cloth; item dump -t gloves -c cloth; item dump -t shoes -c cloth
multicmd item dump -t armor -c yarn; item dump -t pants -c yarn; item dump -t gloves -c yarn; item dump -t shoes -c yarn
multicmd item dump -t armor -c silk; item dump -t pants -c silk; item dump -t gloves -c silk; item dump -t shoes -c silk
multicmd item dump -t armor -c plant; item dump -t pants -c plant; item dump -t gloves -c plant; item dump -t shoes -c plant
multicmd item dump -t armor -c silk; item dump -t pants -c leather; item dump -t gloves -c leather; item dump -t shoes -c leather
autodump
# dump unusable large clothes to the depot
multicmd item dump -t armor large; item dump -t pants large; item dump -t gloves large; item dump -t shoes large
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment