dummy commit
This commit is contained in:
parent
cecbf94850
commit
fbadd591db
7 changed files with 12 additions and 20 deletions
4
craft.js
4
craft.js
|
@ -98,11 +98,11 @@ class Craft{
|
|||
if( sorted[0] == 1 && sorted[1] == 1) {
|
||||
matmult = 1;
|
||||
} else if( sorted[0] == 1 && sorted[1] == 2) {
|
||||
matmult = 1.079;
|
||||
matmult = 1.10;
|
||||
}else if( sorted[0] == 1 && sorted[1] == 3) {
|
||||
matmult = 1.15;
|
||||
}else if( sorted[0] == 2 && sorted[1] == 2) {
|
||||
matmult = 1.24;
|
||||
matmult = 1.25;
|
||||
}else if( sorted[0] == 2 && sorted[1] == 3) {
|
||||
matmult = 1.3;
|
||||
}else if( sorted[0] == 3 && sorted[1] == 3) {
|
||||
|
|
|
@ -24,11 +24,11 @@
|
|||
</img>
|
||||
<div class = "tooltiptext center">WynnBuilder</div>
|
||||
</a>
|
||||
<!--a href = "./crafter.html" class = "nomarginp iconlink tooltip">
|
||||
<a href = "./crafter.html" class = "nomarginp iconlink tooltip">
|
||||
<img src = "/media/icons/crafter.png" class = "left linkoptions headericon">
|
||||
</img>
|
||||
<div class = "tooltiptext center">WynnCrafter</div>
|
||||
</a-->
|
||||
</a>
|
||||
<a href = "./items.html" class = "nomarginp iconlink tooltip">
|
||||
<img src = "/media/icons/searcher.png" class = "left linkoptions headericon">
|
||||
</img>
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
"""
|
||||
|
||||
NOTE!!!!!!!
|
||||
|
||||
DEMON TIDE 1.20 IS HARD CODED!
|
||||
|
||||
AMBIVALENCE IS REMOVED!
|
||||
|
||||
"""
|
||||
|
||||
import json
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,18 +3,18 @@ import requests
|
|||
|
||||
#Nothing to ingreds.json
|
||||
|
||||
'''arr = []
|
||||
arr = []
|
||||
for i in range(4):
|
||||
response = requests.get("https://api.wynncraft.com/v2/ingredient/search/tier/" + str(i))
|
||||
arr.append(response.json())
|
||||
|
||||
with open("ingreds.json", "w") as outfile:
|
||||
outfile.write(json.dumps(arr))'''
|
||||
outfile.write(json.dumps(arr))
|
||||
|
||||
|
||||
|
||||
with open("ingreds_compress.json", "w") as infile:
|
||||
'''with open("ingreds_compress.json", "w") as infile:
|
||||
data = json.loads(infile.read())
|
||||
|
||||
with open("ingreds_clean.json", "w") as outfile:
|
||||
json.dump(data, outfile,indent = 2) #needs further cleaning
|
||||
json.dump(data, outfile,indent = 2) #needs further cleaning'''
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,11 +25,11 @@
|
|||
</img>
|
||||
<div class = "tooltiptext center">WynnBuilder</div>
|
||||
</a>
|
||||
<!--a href = "./crafter.html" class = "nomarginp iconlink tooltip">
|
||||
<a href = "./crafter.html" class = "nomarginp iconlink tooltip">
|
||||
<img src = "/media/icons/crafter.png" class = "left linkoptions headericon">
|
||||
</img>
|
||||
<div class = "tooltiptext center">WynnCrafter</div>
|
||||
</a-->
|
||||
</a>
|
||||
<a href = "./items.html" class = "nomarginp iconlink tooltip">
|
||||
<img src = "/media/icons/searcher.png" class = "left linkoptions headericon">
|
||||
</img>
|
||||
|
|
Loading…
Reference in a new issue