Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neooblaster/silver-world
Silver-World Assistant (user-script)
https://github.com/neooblaster/silver-world
Last synced: 21 days ago
JSON representation
Silver-World Assistant (user-script)
- Host: GitHub
- URL: https://github.com/neooblaster/silver-world
- Owner: neooblaster
- Created: 2023-07-22T11:32:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T16:38:37.000Z (over 1 year ago)
- Last Synced: 2024-11-09T08:18:05.761Z (3 months ago)
- Language: JavaScript
- Size: 403 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Silver-World Assistant
## Summary
## Introduction
## Feature List
## Installation
1. Install Chrome Extension [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=fr)
2. Install User Script [silver-world-assistant.user.js](https://github.com/neooblaster/Silver-World/raw/main/silver-world-assistant.user.js)### Chrome Tampermonkey
## Development Section
### Identifiers
#### Map ID
> ID is defined by the name of the JPEG filename.
| Map ID | Name | Portals |
|----------------|----------|-------------|
| 6437a3b1a12b1 | Tutoria | A-2 |#### Objects List
> ID is defined by the name of the GIF filename.
| Gif ID | Item | Description |
|--------|------|-------------|
| obj4 | Petite potion de mana | +30 mana point |
| obj32 | Potion moyenne de mana | +50 mana point |#### Spells List
> ID is defined by the name of the GIF filename.
| Gif ID | Spell | Description |
|--------|-------|-------------|
| mag2 | Sort de soin moyen | +60 hit point |#### Monster ID
> ID is defined by the name of the GIF filename.
| Gif ID | Monster |
|-----------|---------|
| monster1 | Blob |
| monster4 | |
| monster5 | Abeille Tueuse |
| monster6 | |
| monster7 | Scorpion |
| monster7 | |
| monster16 | Pseudo-Dragon |### Development Environment
#### TamperMonkey
- Settings for external cache
- Open chrome dev console and in ``network`` check `disable cache` to force resource reloading
- ``#!watch`` for **LESS** to check in real time modifications#### Python
Run the following command line in the root of the project folder
> python -m http.server
Resources are available at ``http://localhost:8000/``.
#### Git