Welcome to the repository for the Overlooting database project. This fan-made website aims to provide a clean, fast, and user-friendly interface to browse, filter, and search for the various Items, Equipment, and Stats found in the game.
The site is hosted on GitHub Pages and is publicly available at:
https://plantim.github.io/overlooting-wiki/items.html
- Comprehensive Databases: Browse through all in-game Items.
- Multi-language Support: The website is available in multiple languages, using official in-game data (10 languages).
- Advanced Filtering:
- Instant Search: Find any item by its name
- Tiered Stat Display: Easily compare an item's statistics across its three main tiers or quality levels
This is a static website built with performance and simplicity in mind.
- HTML5
- CSS3 with Tailwind CSS and the DaisyUI component framework.
- Vanilla JavaScript (ES6+): No frameworks, just pure JavaScript to handle the data fetching, filtering, and dynamic rendering logic.
The project is organized with a clean and scalable structure to facilitate maintenance and future updates.
. ├── index.html # Placeholder, minimalist page (redirects to main content) └── items.html # The site's main content page | └── assets/ # Contains all static assets ├── css/ # Stylesheets ├── js/ # JavaScript logic for each page └── data/ # All JSON game data ├── translations.json # Language translation strings ├── tres_data_levels.json # Tiered data levels/stat information └── ui_strings.json # Site-specific UI text strings ├── game/ # Assets extracted from the game (images/sprites) │ ├── items/ # Item icons and sprites │ └── sets/ # Set icons and data └── ui/ # Site-specific UI elements (favicons, logos...) | └── README.md # This file
For any questions, suggestions, or bug reports, please feel free to contact me on Discord.
- Discord:
Plantim
- Game Developers: All game data, images, and sprites are the property of Posing Possums, the developers of Overlooting. This is an unofficial, fan-made project created for the community, by Plantim.
- Community: Thank you to the player community for their invaluable feedback and suggestions.