mhx: update hunter arts, weapon sharpness

This commit is contained in:
Bryce Allen
2016-02-06 12:09:24 -06:00
parent 6257f2509e
commit ec8e52b99d
10 changed files with 89939 additions and 38522 deletions

View File

@@ -40,10 +40,10 @@
}
.sharpness-bar {
border: 1px #d3d3d3 solid;
min-width: 92px;
border: 1px #a9a9a9 solid;
min-width: 82px;
height: 10px;
background-color: #d3d3d3;
background-color: #a9a9a9;
float: left;
clear: both;
}
@@ -248,6 +248,9 @@
match_count += 1;
set_sharpness_titles(data);
data["arc_type"] = null;
data["sharpness_plus2"] = null;
data["sharpness_width"] = 1;
data["bug_type"] = null;
set_bow_values(data);
set_horn_melodies_title(data);
data["wtype_short"] = WEAPON_TYPE_ABBR[data["wtype"]];