add more weapon types

This commit is contained in:
Bryce Allen
2015-12-26 15:19:14 -06:00
parent 1d649ea8b7
commit 018c9f840c
3 changed files with 134436 additions and 3443 deletions

View File

@@ -190,8 +190,6 @@
return false;
}
console.log("check " + weapon_data["name"]);
if (final_only && weapon_data["final"] != 1) {
return false;
}
@@ -242,12 +240,6 @@
$.each(WEAPON_LIST, function(i, weapon_data) {
if (weapon_predicate(state, weapon_data)) {
weapon_data["id"] = i;
weapon_data["awaken"] = null;
weapon_data["element_2"] = "";
weapon_data["element_2_attack"] = "";
weapon_data["phial"] = "";
weapon_data["shelling_type"] = "";
weapon_data["horn_notes"] = "";
match_count += 1;
set_sharpness_titles(weapon_data);
set_horn_melodies_title(weapon_data);