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: 72px;
height: 10px;
background-color: #d3d3d3;
border: 1px #a9a9a9 solid;
min-width: 90px;
height: 7px;
background-color: #a9a9a9;
float: left;
clear: both;
}
@@ -244,6 +244,7 @@
$.each(WEAPON_LIST, function(i, weapon_data) {
if (weapon_predicate(state, weapon_data)) {
weapon_data["id"] = i;
weapon_data["sharpness_width"] = 2;
match_count += 1;
set_sharpness_titles(weapon_data);
set_bow_values(weapon_data);