dm94 / stiletto-web

Web with different utilities for the game Last Oasis

Home Page:https://stiletto.deeme.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub package.json version Discord Crowdin Website


Stiletto Web

Web with different utilities for the game Last Oasis, but is not affiliated with Donkey Crew It is created with JS (react), HTML, CSS (bootstrap) and PHP API You can see this website in operation here: www.stiletto.live

Working

  • Crafting Calculator: See the list of objects and calculate what it costs to do it in different amounts and share it
  • Linking the web with discord
  • Create clans, edit clans and link them to a discord server
  • See the list of walkers of that clan, collected by the discord bot
  • Managing clan people
  • Sharing maps
  • Trading system
  • Auction Timers
  • Section where to create a list of allies, enemies or NAP
  • System to make the web multi-language
  • PWA: Now you can have the website as an application on your mobile phone.
  • Light and dark design: Two different designs for you to choose the one you like best

JSONs

The website uses several json files to read the game data so that it is always up to date. These files can also be used for other projects.

items_min.json : Here are all the recipes and items in the game including some information such as the cost of learning some recipes or the damage done by some ammunition. Over time I will add more information

maps.min.json : List of current game maps

colors.min.json : Cost of colours

markers.min.json : All markers allowed on the interactive map

Environmental variables

  • REACT_APP_PUBLIC_URL=https://www.stiletto.live
  • REACT_APP_RESOURCES_URL= URL API ADDRESS FOR ICONS AND MAPS
  • REACT_APP_API_URL= URL API
  • REACT_APP_DISCORD_CLIENT_ID= DISCORD CLIENT ID
  • REACT_APP_PLAUSIBLE_URL=PLAUSIBLE URL

Generate maps

Library: gdal2tiles-leaflet

Command to generate it: python gdal2tiles.py -l -p raster -z 0-5 -w none <image> <folder>

API

stiletto-node-api

Old version: Stiletto-PHP-API

About

Web with different utilities for the game Last Oasis

https://stiletto.deeme.dev/

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 0.9%Language:CSS 0.7%