mhx: update hunter arts, weapon sharpness
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user