Skip to content

5. Shop

Jason Ho edited this page Aug 4, 2022 · 1 revision

Shop allows you to heal and also regenerate energy

View shop

Look at available shop items

JSON structure

{
    "action": "view_shop"
}

Buy

Buy an item from the shop

JSON structure

{
    "action": "buy",
    "item": "xxx"
}

Clone this wiki locally