Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderG2 committed Apr 14, 2024
2 parents 173d1c9 + 9493064 commit 8d05670
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.md
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 :)
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Valheim Material Calculator By Xander | Home</title>
<title>Valheim Material Calculator By Xander</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down

0 comments on commit 8d05670

Please sign in to comment.