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

@@ -227,6 +227,14 @@ function set_sharpness_titles(weapon_data) {
weapon_data["sharpness_all_title"] =
weapon_data["sharpness_title"] + " ("
+ weapon_data["sharpness_plus_title"] + ")";
if (weapon_data["sharpness_plus2"]) {
weapon_data["sharpness_plus2_title"] =
weapon_data["sharpness_plus2"].join(",");
weapon_data["sharpness_all_title"] =
weapon_data["sharpness_title"] + "; "
+ weapon_data["sharpness_plus_title"] + "; "
+ weapon_data["sharpness_plus2_title"];
}
} else {
// gunner weapons have no sharpness
weapon_data["sharpness_title"] = "";