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.