-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/XanderG2/valheim-stats
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Valheim Stats Material Calculator | ||
=== | ||
|
||
Valheim material calculator for *most* builds and tools/weapons/armour in the game. | ||
All data is pulled from the [valheim wiki](https://valheim.fandom.com). | ||
|
||
--- | ||
|
||
## Files & Folders | ||
gui.py allows you to visualise the data using python. This should run without any external libraries installed. | ||
process.py collects data based on the input of line 79. | ||
processSetPages.py does the same as above but for pages that contain sets of items in a table, not individual items. | ||
combine.py combines all of the json files in daata/ into one. | ||
data/ folder contains all of the data collected from the wiki in json files, in different categories and all. | ||
index.html redirects to | ||
website/index.html contains nothing basically, it all gets overwritten by | ||
website/script.js displays the data as a "shopping list". | ||
website/style.css contains the css stylings for the website. | ||
|
||
--- | ||
|
||
## Purpose | ||
I wanted to test my JavaScript skills whilst having fun, and i thought no | ||
better way than to make a tool for one of my favourite games! | ||
|
||
enjoy :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters