hackclub / bag

A Slack based RPG system!
https://bag.hackclub.com
8 stars 2 forks source link

Support different recipes taking different amounts of time to run #24

Closed rivques closed 5 months ago

rivques commented 6 months ago

Pulled from the crafting-time-seconds fields at bag-manifest/recipes.yaml

rivques commented 6 months ago

Now that I have #26, I should be able to work on this somewhat easily.

rivques commented 5 months ago

reopening, something in the updater isn't working in prod for some reason

rivques commented 5 months ago

It works! The issue was that the prod GRPC server wasn't running an updated enough version of the schema. to update:

  1. get creds to the google cloud project.
  2. install gcloud cli.
  3. run gcloud init and sign in
  4. run gcp_update.sh

also, to update economy values, use rivques/bag-economy-solver-tool, then upload the processed items.yaml and recipes.yaml to bag-manifest.