Important
This project is no longer being maintained.
You can freely use my data for your own projects if you wish, although the data is also outdated.
You can also host the site yourself with the setup instructions below.
Gravity Assist is a tool for Infinite Lagrange, a game by NetEase.
Infinite Lagrange is a space-themed multiplayer RTS where players can build fleets and attack other players.
Feel free to use my data, which can be found in /server/api/data/ships.ts.
To quickly convert the data to JSON, you can copy the array object and run JSON.stringify(<data>) in your browser console.
Each ship follows the data structures in their type declarations in /utils/ships.ts.
If you wish to run the site locally:
-
Ensure Node.js is installed.
-
Create a
.envfile in the root of the project: (optional maybe? idk try it out)
NUXT_BASE64_SERVICE_ACCOUNT= # wrap the value in ''
NUXT_BASE_URL=- Install dependencies and run locally:
npm install
npm run dev- The site should be running on http://localhost:3000.