add mhx weapon search, hammer data only

This commit is contained in:
Bryce Allen
2015-12-26 12:12:48 -06:00
parent ca374fc036
commit 1d649ea8b7
8 changed files with 15703 additions and 3 deletions

View File

@@ -246,6 +246,7 @@
data["wtype_short"] =
WEAPON_TYPE_ABBR[data["wtype"]];
data["ELEMENT_ABBR"] = ELEMENT_ABBR;
data["url"] = null;
var html = template_row.render(data);
$("#weapon_table").append(html);
var setup = get_calculating_palico_setup(data);