democratizedspace / dspace

Free, open source space exploration idle game. Build your home base on earth, gather resources, and launch into orbit.
https://democratized.space
BSD Zero Clause License
4 stars 2 forks source link

a way to deprecate/hide legacy items #33

Open futuroptimist opened 1 year ago

futuroptimist commented 1 year ago

example:

    {
        "id": "15",
        "name": "3D printing kit",
        "description": "A kit that contains all the parts you need to get started with 3D printing. Everything is fully assembled.",
        "image": "/assets/amazing1.jpg"
    },

This has been replaced entirely by

    {
        "id": "0",
        "name": "Real Printer 1",
        "description": "A basic cheap printer that is easy to use and has a large community of users.",
        "image": "/assets/3dprinter.jpg",
        "price": "200 dUSD"
    },