From 6d5586cc5c85ce27eb01c5d8507ed91d0aa5258a Mon Sep 17 00:00:00 2001 From: Bryce Allen Date: Fri, 8 Jan 2016 21:34:21 -0500 Subject: [PATCH] add real mhx item data to translate site --- bin/mktranslatesite.py | 28 +- db/mhx/items.json | 1157 +++++++++++ db/mhx/monster_carves.json | 127 +- .../monster_list.json} | 0 .../skill_list.json} | 0 .../skill_tree_list.json} | 0 ...onster-carves.py => wikia-items-carves.py} | 43 +- templates/translate/index.html | 6 +- web/translate/index.html | 6 +- web/translate/items-carve-en.html | 325 --- web/translate/items-carve-jp.html | 325 --- .../{items-gather.html => items-en.html} | 1445 +++++++++----- .../{items-usable.html => items-jp.html} | 1761 +++++++++++------ 13 files changed, 3325 insertions(+), 1898 deletions(-) create mode 100644 db/mhx/items.json rename db/{mhx_monster_list.json => mhx/monster_list.json} (100%) rename db/{mhx_skill_list.json => mhx/skill_list.json} (100%) rename db/{mhx_skill_tree_list.json => mhx/skill_tree_list.json} (100%) rename scrapers/{wikia-monster-carves.py => wikia-items-carves.py} (62%) rename web/translate/{items-gather.html => items-en.html} (72%) rename web/translate/{items-usable.html => items-jp.html} (51%) diff --git a/bin/mktranslatesite.py b/bin/mktranslatesite.py index ffa4f00..1b5265b 100755 --- a/bin/mktranslatesite.py +++ b/bin/mktranslatesite.py @@ -88,14 +88,14 @@ def _main(): db = MHDB() #strees = db.get_skill_trees() - items = db.get_items(item_types=("Tool", "Book", "Consumable", "Ammo")) - gather_items = db.get_items(item_types= - ("Bone", "Plant", "Ore", "Fish", "Bug", "Sac/Fluid", "Meat")) + #items = db.get_items(item_types=("Tool", "Book", "Consumable", "Ammo")) + #gather_items = db.get_items(item_types= + # ("Bone", "Plant", "Ore", "Fish", "Bug", "Sac/Fluid", "Meat")) #carve_items = db.get_items(item_types=("Flesh",)) - stree_path = os.path.join(_pathfix.project_path, "db", - "mhx_skill_tree_list.json") + stree_path = os.path.join(_pathfix.project_path, "db", "mhx", + "skill_tree_list.json") with open(stree_path) as f: stree_list = json.load(f) @@ -112,16 +112,20 @@ def _main(): if prefix != prev_prefix: return prefix return None - mk_html_list("items-usable.html", "Items: Usable", items, - ("icon_name", "name", "name_jp"), ("icon_name", "name"), - divider_fn=item_divider_fn) - mk_html_list("items-gather.html", "Items: Gatherable", gather_items, + items_path = os.path.join(_pathfix.project_path, "db", "mhx", + "items.json") + with open(items_path) as f: + items = json.load(f) + mk_html_list("items-en.html", "Items (en)", items, ("icon_name", "name", "name_jp"), ("icon_name", "name"), divider_fn=item_divider_fn) + mk_html_list("items-jp.html", "Items (jp)", items, + ("icon_name", "name_jp", "name"), ("name_jp",), + divider_fn=None) carves_path = os.path.join(_pathfix.project_path, "db", "mhx", - "monster_carves.json") + "monster_carves.json") with open(carves_path) as f: carves_list = json.load(f) mk_html_list("items-carve-en.html", "Items: Carve (en)", carves_list, @@ -149,8 +153,8 @@ def _main(): # ha_list, ("name_jp", "name", "section", "description"), # jplen_sort_fn, divider_fn=jplen_divider_fn) - monster_path = os.path.join(_pathfix.project_path, "db", - "mhx_monster_list.json") + monster_path = os.path.join(_pathfix.project_path, "db", "mhx", + "monster_list.json") with open(monster_path) as f: monster_list = json.load(f) diff --git a/db/mhx/items.json b/db/mhx/items.json new file mode 100644 index 0000000..365c17b --- /dev/null +++ b/db/mhx/items.json @@ -0,0 +1,1157 @@ +[ + { + "icon_name": "Liquid-Green.png", + "name_jp": "\u56de\u5fa9\u85ac", + "name": "Potion" + }, + { + "icon_name": "Liquid-Green.png", + "name_jp": "\u56de\u5fa9\u85ac\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Potion" + }, + { + "icon_name": "Liquid-Cyan.png", + "name_jp": "\u6804\u990a\u5264", + "name": "Nutrients" + }, + { + "icon_name": "Liquid-Cyan.png", + "name_jp": "\u6804\u990a\u5264\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Nutrients" + }, + { + "icon_name": "Liquid-Blue.png", + "name_jp": "\u89e3\u6bd2\u85ac", + "name": "Antidote" + }, + { + "icon_name": "Liquid-Yellow.png", + "name_jp": "\u6d3b\u529b\u5264", + "name": "Immunizer" + }, + { + "icon_name": "Liquid-Yellow.png", + "name_jp": "\u5f37\u8d70\u85ac", + "name": "Dash Juice" + }, + { + "icon_name": "Liquid-Yellow.png", + "name_jp": "\u5f37\u8d70\u85ac\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Dash Juice" + }, + { + "icon_name": "Liquid-Red.png", + "name_jp": "\u9b3c\u4eba\u85ac", + "name": "Demondrug" + }, + { + "icon_name": "Liquid-Red.png", + "name_jp": "\u9b3c\u4eba\u85ac\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Demondrug" + }, + { + "icon_name": "Sac-Red.png", + "name_jp": "\u602a\u529b\u306e\u4e38\u85ac", + "name": "Might Pill" + }, + { + "icon_name": "Liquid-Orange.png", + "name_jp": "\u786c\u5316\u85ac", + "name": "Armorskin" + }, + { + "icon_name": "Liquid-Orange.png", + "name_jp": "\u786c\u5316\u85ac\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Armorskin" + }, + { + "icon_name": "Sac-Orange.png", + "name_jp": "\u5fcd\u8010\u306e\u4e38\u85ac", + "name": "Adamant Pill" + }, + { + "icon_name": "Liquid-White.png", + "name_jp": "\u30af\u30fc\u30e9\u30fc\u30c9\u30ea\u30f3\u30af", + "name": "Cool Drink" + }, + { + "icon_name": "Liquid-Red.png", + "name_jp": "\u30db\u30c3\u30c8\u30c9\u30ea\u30f3\u30af", + "name": "Hot Drink" + }, + { + "icon_name": "Liquid-Cyan.png", + "name_jp": "\u6d88\u6563\u5264", + "name": "Cleanser" + }, + { + "icon_name": "Liquid-Orange.png", + "name_jp": "\u5343\u91cc\u773c\u306e\u85ac", + "name": "Psychoserum" + }, + { + "icon_name": "Sac-White.png", + "name_jp": "\u6f22\u65b9\u85ac", + "name": "Herbal Medicine" + }, + { + "icon_name": "Sac-Yellow.png", + "name_jp": "\u79d8\u85ac", + "name": "Max Potion" + }, + { + "icon_name": "Sac-Red.png", + "name_jp": "\u3044\u306b\u3057\u3048\u306e\u79d8\u85ac", + "name": "Ancient Potion" + }, + { + "icon_name": "Liquid-Yellow.png", + "name_jp": "\u5143\u6c17\u30c9\u30ea\u30f3\u30b3", + "name": "Energy Drink" + }, + { + "icon_name": "Sac-White.png", + "name_jp": "\u751f\u547d\u306e\u7c89\u5875", + "name": "Lifepowder" + }, + { + "icon_name": "Liquid-Red.png", + "name_jp": "\u72e9\u6280\u30c9\u30ea\u30f3\u30af", + "name": "Hunter Art Drink" + }, + { + "icon_name": "Smoke-Cyan.png", + "name_jp": "\u6d88\u81ed\u7389", + "name": "Deodorant" + }, + { + "icon_name": "Book-Grey.png", + "name_jp": "\u8abf\u5408\u66f8\u2460\u5165\u9580\u7de8", + "name": "Book of Combos 1" + }, + { + "icon_name": "Book-Grey.png", + "name_jp": "\u8abf\u5408\u66f8\u2461\u521d\u7d1a\u7de8", + "name": "Book of Combos 2" + }, + { + "icon_name": "Book-White.png", + "name_jp": "\u8abf\u5408\u66f8\u2462\u4e2d\u7d1a\u7de8", + "name": "Book of Combos 3" + }, + { + "icon_name": "Book-White.png", + "name_jp": "\u8abf\u5408\u66f8\u2463\u4e0a\u7d1a\u7de8", + "name": "Book of Combos 4" + }, + { + "icon_name": "Book-Yellow.png", + "name_jp": "\u8abf\u5408\u66f8\u2464\u9054\u4eba\u7de8", + "name": "Book of Combos 5" + }, + { + "icon_name": "Binoculars-White.png", + "name_jp": "\u53cc\u773c\u93e1", + "name": "Binoculars" + }, + { + "icon_name": "Sac-Grey.png", + "name_jp": "\u5897\u5f37\u5264", + "name": "Catalyst" + }, + { + "icon_name": "Sac-Red.png", + "name_jp": "\u7206\u85ac", + "name": "Gunpowder" + }, + { + "icon_name": "Sac-White.png", + "name_jp": "\u751f\u547d\u306e\u7c89", + "name": "Lifecrystals" + }, + { + "icon_name": "Liquid-Red.png", + "name_jp": "\u6355\u7372\u7528\u9ebb\u9154\u85ac", + "name": "Tranquilizer" + }, + { + "icon_name": "Egg-White.png", + "name_jp": "\u30e6\u30af\u30e2\u6e29\u6cc9\u305f\u307e\u3054", + "name": "Yukumo Egg" + }, + { + "icon_name": "Sac-Orange.png", + "name_jp": "\u30bf\u30f3\u30b8\u30a2\u30c1\u30c3\u30d7\u30b9", + "name": "Tanzia Chips" + }, + { + "icon_name": "Sac-Red.png", + "name_jp": "\u529b\u306e\u8b77\u7b26", + "name": "Powercharm" + }, + { + "icon_name": "Fang-Red.png", + "name_jp": "\u529b\u306e\u722a", + "name": "Powertalon" + }, + { + "icon_name": "Sac-Orange.png", + "name_jp": "\u5b88\u308a\u306e\u8b77\u7b26", + "name": "Armorcharm" + }, + { + "icon_name": "Fang-Orange.png", + "name_jp": "\u5b88\u308a\u306e\u722a", + "name": "Armortalon" + }, + { + "icon_name": "BBQSpit-Red.png", + "name_jp": "\u8089\u713c\u304d\u30bb\u30c3\u30c8", + "name": "BBQ Spit" + }, + { + "icon_name": "Meat-Red.png", + "name_jp": "\u751f\u8089", + "name": "Raw Meat" + }, + { + "icon_name": "Meat-Purple.png", + "name_jp": "\u6bd2\u751f\u8089", + "name": "Poisoned Meat" + }, + { + "icon_name": "Meat-Yellow.png", + "name_jp": "\u30b7\u30d3\u30ec\u751f\u8089", + "name": "Tinged Meat" + }, + { + "icon_name": "Meat-Cyan.png", + "name_jp": "\u7720\u308a\u751f\u8089", + "name": "Drugged Meat" + }, + { + "icon_name": "Meat-Orange.png", + "name_jp": "\u751f\u713c\u3051\u8089", + "name": "Rare Steak" + }, + { + "icon_name": "Meat-Orange.png", + "name_jp": "\u3053\u3093\u304c\u308a\u8089", + "name": "Well-done Steak" + }, + { + "icon_name": "Meat-Grey.png", + "name_jp": "\u30b3\u30b2\u8089", + "name": "Burnt Meat" + }, + { + "icon_name": "Meat-Cyan.png", + "name_jp": "\u30af\u30fc\u30e9\u30fc\u30df\u30fc\u30c8", + "name": "Chilled Meat" + }, + { + "icon_name": "Meat-Red.png", + "name_jp": "\u30db\u30c3\u30c8\u30df\u30fc\u30c8", + "name": "Hot Meat" + }, + { + "icon_name": "Meat-Pink.png", + "name_jp": "\u30e2\u30b9\u30b8\u30e3\u30fc\u30ad\u30fc", + "name": "Mosswine Jerky" + }, + { + "icon_name": "Meat-Orange.png", + "name_jp": "\u30ad\u30f3\u30b0\u30df\u30fc\u30c8", + "name": "Kingmeat" + }, + { + "icon_name": "Whetstone-Yellow.png", + "name_jp": "\u7825\u77f3", + "name": "Whetstone" + }, + { + "icon_name": "Pickaxe-Grey.png", + "name_jp": "\u30dc\u30ed\u30d4\u30c3\u30b1\u30eb", + "name": "Old Pickaxe" + }, + { + "icon_name": "Pickaxe-White.png", + "name_jp": "\u30d4\u30c3\u30b1\u30eb", + "name": "Iron Pickaxe" + }, + { + "icon_name": "Pickaxe-Yellow.png", + "name_jp": "\u30d4\u30c3\u30b1\u30eb\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Pickaxe" + }, + { + "icon_name": "Bugnet-Grey.png", + "name_jp": "\u30dc\u30ed\u866b\u3042\u307f", + "name": "Old Bug Net" + }, + { + "icon_name": "Bugnet-White.png", + "name_jp": "\u866b\u3042\u307f", + "name": "Bug Net" + }, + { + "icon_name": "Bugnet-Yellow.png", + "name_jp": "\u866b\u3042\u307f\u30b0\u30ec\u30fc\u30c8", + "name": "Mega Bug Net" + }, + { + "icon_name": "Boomerang-Yellow.png", + "name_jp": "\u30d6\u30fc\u30e1\u30e9\u30f3", + "name": "Boomerang" + }, + { + "icon_name": "Monster-Jewel-White.png", + "name_jp": "\u7d20\u6750\u7389", + "name": "Bomb Casing" + }, + { + "icon_name": "Monster-Jewel-Pink.png", + "name_jp": "\u30da\u30a4\u30f3\u30c8\u30dc\u30fc\u30eb", + "name": "Paintball" + }, + { + "icon_name": "Monster-Jewel-Yellow.png", + "name_jp": "\u9583\u5149\u7389", + "name": "Flash Bomb" + }, + { + "icon_name": "Monster-Jewel-Grey.png", + "name_jp": "\u97f3\u7206\u5f3e", + "name": "Sonic Bomb" + }, + { + "icon_name": "Monster-Jewel-Red.png", + "name_jp": "\u6355\u7372\u7528\u9ebb\u9154\u7389", + "name": "Tranq Bomb" + }, + { + "icon_name": "Smoke-White.png", + "name_jp": "\u3051\u3080\u308a\u7389", + "name": "Smoke Bomb" + }, + { + "icon_name": "Smoke-Purple.png", + "name_jp": "\u6bd2\u3051\u3080\u308a\u7389", + "name": "Poison Smoke Bomb" + }, + { + "icon_name": "Smoke-Green.png", + "name_jp": "\u30e2\u30c9\u30ea\u7389", + "name": "Farcaster" + }, + { + "icon_name": "Dung-Yellow.png", + "name_jp": "\u3053\u3084\u3057\u7389", + "name": "Dung Bomb" + }, + { + "icon_name": "Dung-Yellow.png", + "name_jp": "\u30e2\u30f3\u30b9\u30bf\u30fc\u306e\u30d5\u30f3", + "name": "Dung" + }, + { + "icon_name": "Traptool-Green.png", + "name_jp": "\u30c8\u30e9\u30c3\u30d7\u30c4\u30fc\u30eb", + "name": "Trap Tool" + }, + { + "icon_name": "Spiderweb-White.png", + "name_jp": "\u30af\u30e2\u306e\u5de3", + "name": "Spider Web" + }, + { + "icon_name": "Spiderweb-White.png", + "name_jp": "\u30cd\u30c3\u30c8", + "name": "Net" + }, + { + "icon_name": "Trap-Green.png", + "name_jp": "\u843d\u3068\u3057\u7a74", + "name": "Pitfall Trap" + }, + { + "icon_name": "Trap-Purple.png", + "name_jp": "\u30b7\u30d3\u30ec\u7f60", + "name": "Shock Trap" + }, + { + "icon_name": "Barrel-Grey.png", + "name_jp": "\u30bf\u30eb\u306e\u84cb", + "name": "Barrel Lid" + }, + { + "icon_name": "Barrel-Yellow.png", + "name_jp": "\u5c0f\u30bf\u30eb", + "name": "Small Barrel" + }, + { + "icon_name": "Barrel-Red.png", + "name_jp": "\u5927\u30bf\u30eb", + "name": "Large Barrel" + }, + { + "icon_name": "Bomb-Yellow.png", + "name_jp": "\u5c0f\u30bf\u30eb\u7206\u5f3e", + "name": "Barrel Bomb S" + }, + { + "icon_name": "Bomb-Red.png", + "name_jp": "\u5927\u30bf\u30eb\u7206\u5f3e", + "name": "Barrel Bomb L" + }, + { + "icon_name": "Bomb-Red.png", + "name_jp": "\u5927\u30bf\u30eb\u7206\u5f3e\uff27", + "name": "Barrel Bomb L+" + }, + { + "icon_name": "Bomb-Blue.png", + "name_jp": "\u6253\u4e0a\u3052\u30bf\u30eb\u7206\u5f3e", + "name": "Bounce Bomb" + }, + { + "icon_name": "Bomb-Blue.png", + "name_jp": "\u6253\u4e0a\u3052\u30bf\u30eb\u7206\u5f3e\uff27", + "name": "Bounce Bomb+" + }, + { + "icon_name": "Liquid-Red.png", + "name_jp": "\u4f1a\u5fc3\u306e\u5203\u85ac", + "name": "Affinity Blade Oil" + }, + { + "icon_name": "Liquid-Green.png", + "name_jp": "\u91cd\u6483\u306e\u5203\u85ac", + "name": "Destroyer Blade Oil" + }, + { + "icon_name": "Liquid-Cyan.png", + "name_jp": "\u6e1b\u6c17\u306e\u5203\u85ac", + "name": "Exhaust Blade Oil" + }, + { + "icon_name": "Liquid-White.png", + "name_jp": "\u5fc3\u773c\u306e\u5203\u85ac", + "name": "Mind's Eye Blade Oil" + }, + { + "icon_name": "Bait-Grey.png", + "name_jp": "\u91e3\u308a\u30df\u30df\u30ba", + "name": "Worm" + }, + { + "icon_name": "Bait-Pink.png", + "name_jp": "\u91e3\u308a\u30d5\u30a3\u30fc\u30d0\u30a8", + "name": "Mega Fishing Fly" + }, + { + "icon_name": "Bait-Blue.png", + "name_jp": "\u91e3\u308a\u30ab\u30a8\u30eb", + "name": "Frog" + }, + { + "icon_name": "Bait-Orange.png", + "name_jp": "\u30b5\u30b7\u30df\u30c0\u30f3\u30b4", + "name": "Sushifish Bait" + }, + { + "icon_name": "Bait-Red.png", + "name_jp": "\u30d0\u30af\u30c0\u30f3\u30b4", + "name": "Burst Bait" + }, + { + "icon_name": "Bait-Yellow.png", + "name_jp": "\u9ec4\u91d1\u30c0\u30f3\u30b4", + "name": "Goldenfish Bait" + }, + { + "icon_name": "Flute-Yellow.png", + "name_jp": "\u89d2\u7b1b", + "name": "Field Horn" + }, + { + "icon_name": "Flute-Green.png", + "name_jp": "\u56de\u5fa9\u7b1b", + "name": "Health Horn" + }, + { + "icon_name": "Flute-Blue.png", + "name_jp": "\u89e3\u6bd2\u7b1b", + "name": "Antidote Horn" + }, + { + "icon_name": "Flute-Red.png", + "name_jp": "\u9b3c\u4eba\u7b1b", + "name": "Demon Horn" + }, + { + "icon_name": "Flute-Orange.png", + "name_jp": "\u786c\u5316\u7b1b", + "name": "Armor Horn" + }, + { + "icon_name": "Pickaxe-Purple.png", + "name_jp": "\u30d5\u30a8\u30fc\u30eb\u30d4\u30c3\u30b1\u30eb", + "name": "Slickaxe" + }, + { + "icon_name": "Husk-Grey.png", + "name_jp": "\u30ab\u30e9\u306e\u5b9f", + "name": "Huskberry" + }, + { + "icon_name": "Webbing-Orange.png", + "name_jp": "\u30cf\u30c1\u30df\u30c4", + "name": "Honey" + }, + { + "icon_name": "Herb-Green.png", + "name_jp": "\u85ac\u8349", + "name": "Herb" + }, + { + "icon_name": "Herb-Blue.png", + "name_jp": "\u3052\u3069\u304f\u8349", + "name": "Antidote Herb" + }, + { + "icon_name": "Herb-Red.png", + "name_jp": "\u706b\u85ac\u8349", + "name": "Fire Herb" + }, + { + "icon_name": "Herb-Green.png", + "name_jp": "\u30c4\u30bf\u306e\u8449", + "name": "Ivy" + }, + { + "icon_name": "Herb-Cyan.png", + "name_jp": "\u30cd\u30e0\u30ea\u8349", + "name": "Sleep Herb" + }, + { + "icon_name": "Herb-White.png", + "name_jp": "\u30cd\u30f3\u30c1\u30e3\u30af\u8349", + "name": "Sap Plant" + }, + { + "icon_name": "Herb-Yellow.png", + "name_jp": "\u30de\u30bf\u30bf\u30d3", + "name": "Felvine" + }, + { + "icon_name": "Herb-Pink.png", + "name_jp": "\u843d\u967d\u8349\u306e\u6839", + "name": "Gloamgrass Root" + }, + { + "icon_name": "Herb-Red.png", + "name_jp": "\u30c8\u30a6\u30ac\u30e9\u30b7", + "name": "Hot Pepper" + }, + { + "icon_name": "Herb-Blue.png", + "name_jp": "\u971c\u3075\u308a\u8349", + "name": "Snow Herb" + }, + { + "icon_name": "Mushroom-Orange.png", + "name_jp": "\u7279\u7523\u30ad\u30ce\u30b3\u30ad\u30e0\u30c1", + "name": "Mushroom Kimchi" + }, + { + "icon_name": "Seed-Pink.png", + "name_jp": "\u6c37\u7d50\u6676\u30a4\u30c1\u30b4", + "name": "Frozen Berry" + }, + { + "icon_name": "Herb-Green.png", + "name_jp": "\u30ad\u30f3\u30b0\u30b5\u30dc\u30c6\u30f3", + "name": "King Cactus" + }, + { + "icon_name": "Herb-Red.png", + "name_jp": "\u30c9\u30b9\u30d3\u30b9\u30ab\u30b9", + "name": "Dosbiscus" + }, + { + "icon_name": "Herb-Yellow.png", + "name_jp": "\u30aa\u30aa\u30e2\u30ed\u30b3\u30b7", + "name": "Heftcorn" + }, + { + "icon_name": "Herb-Red.png", + "name_jp": "\u661f\u898b\u306e\u82b1", + "name": "Shooting Star Flower" + }, + { + "icon_name": "Herb-Pink.png", + "name_jp": "\u4e03\u8272\u305f\u3093\u307d\u307d", + "name": "Rainbow Dandelion" + }, + { + "icon_name": "Mushroom-Blue.png", + "name_jp": "\u30a2\u30aa\u30ad\u30ce\u30b3", + "name": "Blue Mushroom" + }, + { + "icon_name": "Mushroom-Red.png", + "name_jp": "\u30cb\u30c8\u30ed\u30c0\u30b1", + "name": "Nitroshroom" + }, + { + "icon_name": "Mushroom-Yellow.png", + "name_jp": "\u30de\u30d2\u30c0\u30b1", + "name": "Parashroom" + }, + { + "icon_name": "Mushroom-Purple.png", + "name_jp": "\u6bd2\u30c6\u30f3\u30b0\u30c0\u30b1", + "name": "Toadstool" + }, + { + "icon_name": "Mushroom-Cyan.png", + "name_jp": "\u30af\u30bf\u30d3\u30ec\u30bf\u30b1", + "name": "Mopeshroom" + }, + { + "icon_name": "Mushroom-Purple.png", + "name_jp": "\u30c9\u30ad\u30c9\u30ad\u30ce\u30b3", + "name": "Exciteshroom" + }, + { + "icon_name": "Mushroom-Red.png", + "name_jp": "\u30de\u30f3\u30c9\u30e9\u30b4\u30e9", + "name": "Dragon Toadstool" + }, + { + "icon_name": "Mushroom-Purple.png", + "name_jp": "\u6df7\u6c8c\u8338", + "name": "Chaos Mushroom" + }, + { + "icon_name": "Mushroom-Yellow.png", + "name_jp": "\u30aa\u30aa\u30de\u30d2\u30b7\u30e1\u30b8", + "name": "Bindshroom" + }, + { + "icon_name": "Mushroom-Red.png", + "name_jp": "\u30b3\u30b7\u30ab\u30b1\u30c0\u30b1", + "name": "Seatshroom" + }, + { + "icon_name": "Seed-Pink.png", + "name_jp": "\u30da\u30a4\u30f3\u30c8\u306e\u5b9f", + "name": "Paintberry" + }, + { + "icon_name": "Seed-Red.png", + "name_jp": "\u602a\u529b\u306e\u7a2e", + "name": "Might Seed" + }, + { + "icon_name": "Seed-Orange.png", + "name_jp": "\u5fcd\u8010\u306e\u7a2e", + "name": "Adamant Seed" + }, + { + "icon_name": "Seed-Blue.png", + "name_jp": "\u30a6\u30c1\u30b1\u30b7\u306e\u5b9f", + "name": "Nulberry" + }, + { + "icon_name": "Seed-Red.png", + "name_jp": "\u9f8d\u6bba\u3057\u306e\u5b9f", + "name": "Dragonfell Berry" + }, + { + "icon_name": "Seed-Grey.png", + "name_jp": "\u306f\u3058\u3051\u30af\u30eb\u30df", + "name": "Scatternut" + }, + { + "icon_name": "Seed-Grey.png", + "name_jp": "\u30cf\u30ea\u306e\u5b9f", + "name": "Needleberry" + }, + { + "icon_name": "Seed-Cyan.png", + "name_jp": "\u30c4\u30e9\u30cc\u30ad\u306e\u5b9f", + "name": "Latchberry" + }, + { + "icon_name": "Seed-Grey.png", + "name_jp": "\u30ab\u30af\u30b5\u30f3\u306e\u5b9f", + "name": "Bomberry" + }, + { + "icon_name": "Seed-Orange.png", + "name_jp": "\u30da\u30d4\u30dd\u30d1\u30f3\u30d7\u30ad\u30f3", + "name": "Bumblepumpkin" + }, + { + "icon_name": "Seed-Orange.png", + "name_jp": "\u30aa\u30aa\u7b52\u30c9\u30f3\u30b0\u30ea", + "name": "Giant Round Acorn" + }, + { + "icon_name": "Seed-Orange.png", + "name_jp": "\u30c8\u30f3\u30ac\u30ea\u30c9\u30f3\u30b0\u30ea", + "name": "Tongari Acorn" + }, + { + "icon_name": "Wood-Yellow.png", + "name_jp": "\u30e6\u30af\u30e2\u306e\u6728", + "name": "Yukumo Wood" + }, + { + "icon_name": "Ore-Grey.png", + "name_jp": "\u77f3\u3053\u308d", + "name": "Stone" + }, + { + "icon_name": "Ore-Grey.png", + "name_jp": "\u9244\u9271\u77f3", + "name": "Iron Ore" + }, + { + "icon_name": "Ore-White.png", + "name_jp": "\u5927\u5730\u306e\u7d50\u6676", + "name": "Earth Crystal" + }, + { + "icon_name": "Ore-Blue.png", + "name_jp": "\u30de\u30ab\u30e9\u30a4\u30c8\u9271\u77f3", + "name": "Machalite Ore" + }, + { + "icon_name": "Ore-Grey.png", + "name_jp": "\u5186\u76e4\u77f3", + "name": "Disk Stone" + }, + { + "icon_name": "Ore-Cyan.png", + "name_jp": "\u6c37\u7d50\u6676", + "name": "Ice Crystal" + }, + { + "icon_name": "Ore-Cyan.png", + "name_jp": "\u30d9\u30a2\u30e9\u30a4\u30c8\u77f3", + "name": "Bealite Ore" + }, + { + "icon_name": "Ore-Grey.png", + "name_jp": "\u30e9\u30a4\u30c8\u30af\u30ea\u30b9\u30bf\u30eb", + "name": "Lightcrystal" + }, + { + "icon_name": "Ore-Green.png", + "name_jp": "\u30c9\u30e9\u30b0\u30e9\u30a4\u30c8\u9271\u77f3", + "name": "Dragonite Ore" + }, + { + "icon_name": "Ore-Red.png", + "name_jp": "\u7d05\u84ee\u77f3", + "name": "Firestone" + }, + { + "icon_name": "Ore-Orange.png", + "name_jp": "\u6eb6\u5ca9\u584a", + "name": "Lava Lump" + }, + { + "icon_name": "Ore-Purple.png", + "name_jp": "\u30ab\u30d6\u30ec\u30e9\u30a4\u30c8\u9271\u77f3", + "name": "Carbalite Ore" + }, + { + "icon_name": "Ore-White.png", + "name_jp": "\u30ce\u30f4\u30a1\u30af\u30ea\u30b9\u30bf\u30eb", + "name": "Novacrystal" + }, + { + "icon_name": "Ore-Pink.png", + "name_jp": "\u30e6\u30cb\u30aa\u30f3\u9271\u77f3", + "name": "Fucium Ore" + }, + { + "icon_name": "Ore-Orange.png", + "name_jp": "\u7344\u708e\u77f3", + "name": "Firecell Stone" + }, + { + "icon_name": "Ore-Pink.png", + "name_jp": "\u8679\u8272\u9271\u77f3", + "name": "Rainbow Ore" + }, + { + "icon_name": "Jewel-Cyan.png", + "name_jp": "\u6c34\u5149\u539f\u73e0", + "name": "Aquaglow Jewel" + }, + { + "icon_name": "Jewel-White.png", + "name_jp": "\u967d\u7fd4\u539f\u73e0", + "name": "Sunspire Jewel" + }, + { + "icon_name": "Jewel-Purple.png", + "name_jp": "\u4fee\u7f85\u539f\u73e0", + "name": "Bloodrun Jewel" + }, + { + "icon_name": "Jewel-Yellow.png", + "name_jp": "\u7460\u7483\u539f\u73e0", + "name": "Lazurite Jewel" + }, + { + "icon_name": "Ore-White.png", + "name_jp": "\u93a7\u77f3", + "name": "Armor Stone" + }, + { + "icon_name": "Sphere-Blue.png", + "name_jp": "\u93a7\u7389", + "name": "Armor Sphere" + }, + { + "icon_name": "Sphere-Green.png", + "name_jp": "\u4e0a\u93a7\u7389", + "name": "Armor Sphere+" + }, + { + "icon_name": "Sphere-Orange.png", + "name_jp": "\u5c16\u93a7\u7389", + "name": "Adv Armor Sphere" + }, + { + "icon_name": "Sphere-Purple.png", + "name_jp": "\u5805\u93a7\u7389", + "name": "Hard Armor Sphere" + }, + { + "icon_name": "Sphere-Red.png", + "name_jp": "\u91cd\u93a7\u7389", + "name": "Heavy Armor Sphere" + }, + { + "icon_name": "Charm-Stone-White.png", + "name_jp": "\u306a\u305e\u306e\u304a\u5b88\u308a", + "name": "Mystery Charm" + }, + { + "icon_name": "Charm-Stone-Yellow.png", + "name_jp": "\u5149\u308b\u304a\u5b88\u308a", + "name": "Shining Charm" + }, + { + "icon_name": "Charm-Stone-Red.png", + "name_jp": "\u53e4\u3073\u305f\u304a\u5b88\u308a", + "name": "Timeworn Charm" + }, + { + "icon_name": "QuestionMark-Grey.png", + "name_jp": "\u3055\u3073\u305f\u584a", + "name": "Rustshard" + }, + { + "icon_name": "QuestionMark-Grey.png", + "name_jp": "\u592a\u53e4\u306e\u584a", + "name": "Ancient Shard" + }, + { + "icon_name": "Bug-Grey.png", + "name_jp": "\u866b\u306e\u6b7b\u9ab8", + "name": "Insect Husk" + }, + { + "icon_name": "Bug-White.png", + "name_jp": "\u4e0d\u6b7b\u866b", + "name": "Godbug" + }, + { + "icon_name": "Bug-Blue.png", + "name_jp": "\u306b\u304c\u866b", + "name": "Bitterbug" + }, + { + "icon_name": "Bug-Yellow.png", + "name_jp": "\u5149\u87f2", + "name": "Flashbug" + }, + { + "icon_name": "Bug-Yellow.png", + "name_jp": "\u96f7\u5149\u866b", + "name": "Thunderbug" + }, + { + "icon_name": "Bug-Red.png", + "name_jp": "\u30dc\u30f3\u30d0\u30c3\u30bf", + "name": "Stinkhopper" + }, + { + "icon_name": "Bug-Orange.png", + "name_jp": "\u30c4\u30c1\u30cf\u30c1\u30ce\u30b3", + "name": "Snakebee Larva" + }, + { + "icon_name": "Bug-Grey.png", + "name_jp": "\u30bb\u30c3\u30c1\u30e3\u30af\u30ed\u30a2\u30ea", + "name": "Carpenterbug" + }, + { + "icon_name": "Bug-Green.png", + "name_jp": "\u30ad\u30e9\u30d3\u30fc\u30c8\u30eb", + "name": "Killer Beetle" + }, + { + "icon_name": "Bug-Red.png", + "name_jp": "\u30c9\u30b9\u30d8\u30e9\u30af\u30ec\u30b9", + "name": "Hercudrome" + }, + { + "icon_name": "Bug-Blue.png", + "name_jp": "\u8d85\u96fb\u96f7\u5149\u866b", + "name": "Fulgurbug" + }, + { + "icon_name": "Bug-Purple.png", + "name_jp": "\u738b\u65cf\u30ab\u30ca\u30d6\u30f3", + "name": "King Scarab" + }, + { + "icon_name": "Bug-Yellow.png", + "name_jp": "\u30de\u30ec\u30b3\u30ac\u30cd", + "name": "Rare Scarab" + }, + { + "icon_name": "Bug-Pink.png", + "name_jp": "\u30cf\u30ca\u30b9\u30ba\u30e0\u30b7", + "name": "Bell Cricket" + }, + { + "icon_name": "Bug-Purple.png", + "name_jp": "\u30aa\u30aa\u30c4\u30ce\u30a2\u30b2\u30cf", + "name": "Great Hornfly" + }, + { + "icon_name": "Bug-Grey.png", + "name_jp": "\u30aa\u30aa\u30af\u30ef\u30a2\u30b2\u30cf", + "name": "Butterfly Beetle" + }, + { + "icon_name": "Bug-Red.png", + "name_jp": "\u30aa\u30aa\u30ca\u30ca\u30db\u30b7", + "name": "Great Ladybug" + }, + { + "icon_name": "Bug-Yellow.png", + "name_jp": "\u6bd2\u30af\u30e2\u30ea", + "name": "Poison Cloud" + }, + { + "icon_name": "Bug-Yellow.png", + "name_jp": "\u30aa\u30aa\u6bd2\u30af\u30e2\u30ea", + "name": "Great Poison Cloud" + }, + { + "icon_name": "Bug-Grey.png", + "name_jp": "\u8755\u9f8d\u87f2", + "name": "Dracophage Bug" + }, + { + "icon_name": "Husk-White.png", + "name_jp": "\u30ab\u30e9\u9aa8", + "name": "Bone Husk" + }, + { + "icon_name": "Bone-Yellow.png", + "name_jp": "\u7adc\u9aa8\u3010\u5c0f\u3011", + "name": "Monster Bone S" + }, + { + "icon_name": "Bone-Yellow.png", + "name_jp": "\u7adc\u9aa8\u3010\u4e2d\u3011", + "name": "Monster Bone M" + }, + { + "icon_name": "Bone-Yellow.png", + "name_jp": "\u7adc\u9aa8\u3010\u5927\u3011", + "name": "Monster Bone L" + }, + { + "icon_name": "Bone-Yellow.png", + "name_jp": "\u306a\u305e\u306e\u9aa8", + "name": "Mystery Bone" + }, + { + "icon_name": "Bone-Yellow.png", + "name_jp": "\u306a\u305e\u306e\u982d\u9aa8", + "name": "Unknown Skull" + }, + { + "icon_name": "Bone-Orange.png", + "name_jp": "\u4e0a\u7adc\u9aa8", + "name": "Monster Bone+" + }, + { + "icon_name": "Bone-Pink.png", + "name_jp": "\u5c16\u7adc\u9aa8", + "name": "Monster Keenbone" + }, + { + "icon_name": "Bone-Red.png", + "name_jp": "\u5805\u7adc\u9aa8", + "name": "Monster Hardbone" + }, + { + "icon_name": "Bone-Purple.png", + "name_jp": "\u53e4\u9f8d\u9aa8", + "name": "Elder Dragon Bone" + }, + { + "icon_name": "Bone-Blue.png", + "name_jp": "\u4e0a\u8cea\u306a\u9ce5\u7adc\u9aa8", + "name": "Avian Finebone" + }, + { + "icon_name": "Bone-White.png", + "name_jp": "\u7363\u9aa8", + "name": "Brute Bone" + }, + { + "icon_name": "Bone-White.png", + "name_jp": "\u5927\u304d\u306a\u9aa8", + "name": "Jumbo Bone" + }, + { + "icon_name": "Bone-White.png", + "name_jp": "\u5805\u7262\u306a\u9aa8", + "name": "Stoutbone" + }, + { + "icon_name": "Bone-White.png", + "name_jp": "\u3044\u306b\u3057\u3048\u306e\u9f8d\u9aa8", + "name": "Dragonbone Relic" + }, + { + "icon_name": "Bone-White.png", + "name_jp": "\u7570\u5f62\u306e\u9aa8", + "name": "Variant Bone" + }, + { + "icon_name": "Bone-White.png", + "name_jp": "\u7570\u5f62\u306e\u5805\u9aa8", + "name": "Variant Hardbone" + }, + { + "icon_name": "Fang-White.png", + "name_jp": "\u7adc\u306e\u7259", + "name": "Wyvern Fang" + }, + { + "icon_name": "Fang-White.png", + "name_jp": "\u7adc\u306e\u722a", + "name": "Wyvern Claw" + }, + { + "icon_name": "Sac-Grey.png", + "name_jp": "\u9cf4\u304d\u888b", + "name": "Screamer Sac" + }, + { + "icon_name": "Sac-Purple.png", + "name_jp": "\u6bd2\u888b", + "name": "Poison Sac" + }, + { + "icon_name": "Sac-Purple.png", + "name_jp": "\u731b\u6bd2\u888b", + "name": "Toxin Sac" + }, + { + "icon_name": "Sac-Yellow.png", + "name_jp": "\u9ebb\u75fa\u888b", + "name": "Paralysis Sac" + }, + { + "icon_name": "Sac-Yellow.png", + "name_jp": "\u5f37\u529b\u9ebb\u75fa\u888b", + "name": "Omniplegia Sac" + }, + { + "icon_name": "Sac-Blue.png", + "name_jp": "\u7761\u7720\u888b", + "name": "Sleep Sac" + }, + { + "icon_name": "Sac-Blue.png", + "name_jp": "\u660f\u7761\u888b", + "name": "Coma Sac" + }, + { + "icon_name": "Sac-Red.png", + "name_jp": "\u706b\u708e\u888b", + "name": "Flame Sac" + }, + { + "icon_name": "Sac-Red.png", + "name_jp": "\u7206\u708e\u888b", + "name": "Inferno Sac" + }, + { + "icon_name": "Sac-Yellow.png", + "name_jp": "\u96fb\u6c17\u888b", + "name": "Electro Sac" + }, + { + "icon_name": "Sac-Yellow.png", + "name_jp": "\u96fb\u6483\u888b", + "name": "Thunder Sac" + }, + { + "icon_name": "Sac-White.png", + "name_jp": "\u6c37\u7d50\u888b", + "name": "Frost Sac" + }, + { + "icon_name": "Sac-White.png", + "name_jp": "\u51cd\u7d50\u888b", + "name": "Freezer Sac" + }, + { + "icon_name": "Sac-Cyan.png", + "name_jp": "\u6c34\u888b", + "name": "Aqua Sac" + }, + { + "icon_name": "Sac-Cyan.png", + "name_jp": "\u5927\u6c34\u888b", + "name": "Torrent Sac" + }, + { + "icon_name": "Liquid-Yellow.png", + "name_jp": "\u72c2\u8d70\u30a8\u30ad\u30b9", + "name": "Dash Extract" + }, + { + "icon_name": "Liquid-White.png", + "name_jp": "\u30a2\u30eb\u30d3\u30ce\u30a8\u30ad\u30b9", + "name": "Pale Extract" + }, + { + "icon_name": "Liquid-Cyan.png", + "name_jp": "\u30e2\u30f3\u30b9\u30bf\u30fc\u306e\u4f53\u6db2", + "name": "Monster Fluid" + }, + { + "icon_name": "Liquid-Blue.png", + "name_jp": "\u30e2\u30f3\u30b9\u30bf\u30fc\u306e\u6fc3\u6c41", + "name": "Monster Broth" + } +] \ No newline at end of file diff --git a/db/mhx/monster_carves.json b/db/mhx/monster_carves.json index 7702697..57e24ed 100644 --- a/db/mhx/monster_carves.json +++ b/db/mhx/monster_carves.json @@ -259,11 +259,6 @@ "name_jp": "\u30ae\u30a2\u30ce\u30b9\u306e\u4e0a\u76ae", "name": "Giaprey Hide+" }, - { - "icon_name": "Fang-Grey.png", - "name_jp": "\u3068\u304c\u3063\u305f\u722a", - "name": "Sharp Claw" - }, { "icon_name": "Scale-Grey.png", "name_jp": "\u9ed2\u771f\u73e0", @@ -344,26 +339,6 @@ "name_jp": "\u9ce5\u7adc\u7a2e\u306e\u7259", "name": "Bird Wyvern Fang" }, - { - "icon_name": "Scale-Purple.png", - "name_jp": "\u30b8\u30e3\u30ae\u30a3\u306e\u9c57", - "name": "Jaggi Scale" - }, - { - "icon_name": "Scale-Purple.png", - "name_jp": "\u30b8\u30e3\u30ae\u30a3\u306e\u4e0a\u9c57", - "name": "Jaggi Scale+" - }, - { - "icon_name": "Hide-Purple.png", - "name_jp": "\u30b8\u30e3\u30ae\u30a3\u306e\u76ae", - "name": "Jaggi Hide" - }, - { - "icon_name": "Fang-Purple.png", - "name_jp": "\u9ce5\u7adc\u7a2e\u306e\u7259", - "name": "Bird Wyvern Fang" - }, { "icon_name": "Fang-Blue.png", "name_jp": "\u30b1\u30eb\u30d3\u306e\u89d2", @@ -499,11 +474,6 @@ "name_jp": "\u6eb6\u5ca9\u7363\u306e\u4e0a\u9c57", "name": "Uroktor Scale+" }, - { - "icon_name": "Fang-Purple.png", - "name_jp": "\u9ce5\u7adc\u7a2e\u306e\u7259", - "name": "Bird Wyvern Fang" - }, { "icon_name": "Scale-Blue.png", "name_jp": "\u30e9\u30f3\u30dd\u30b9\u306e\u9c57", @@ -544,11 +514,6 @@ "name_jp": "\u30e9\u30f3\u30b4\u30b9\u30bf\u306e\u8584\u7fbd", "name": "Vespoid Innerwing" }, - { - "icon_name": "Fang-Orange.png", - "name_jp": "\u3068\u304c\u3063\u305f\u7259", - "name": "Sharp Fang" - }, { "icon_name": "Scale-Cyan.png", "name_jp": "\u9bab\u808c\u306e\u9c57", @@ -824,26 +789,6 @@ "name_jp": "\u5927\u732a\u306e\u5927\u7259", "name": "Bulldrome Tusk+" }, - { - "icon_name": "Scale-Cyan.png", - "name_jp": "\u7802\u7adc\u306e\u9c57", - "name": "Cephalos Scale" - }, - { - "icon_name": "Scale-Cyan.png", - "name_jp": "\u7802\u7adc\u306e\u4e0a\u9c57", - "name": "Cephalos Scale+" - }, - { - "icon_name": "Carapace-Cyan.png", - "name_jp": "\u7802\u7adc\u306e\u30d2\u30ec", - "name": "Cephalos Fin" - }, - { - "icon_name": "Carapace-Cyan.png", - "name_jp": "\u7802\u7adc\u306e\u4e0a\u30d2\u30ec", - "name": "Cephalos Fin+" - }, { "icon_name": "Fang-Cyan.png", "name_jp": "\u7802\u7adc\u306e\u7259", @@ -859,11 +804,6 @@ "name_jp": "\u7adc\u982d\u6bbb", "name": "Wyvern Scalp" }, - { - "icon_name": "Scale-Grey.png", - "name_jp": "\u9ed2\u771f\u73e0", - "name": "Black Pearl" - }, { "icon_name": "Fang-Red.png", "name_jp": "\u673d\u3061\u305f\u771f\u7d05\u306e\u89d2", @@ -1409,11 +1349,6 @@ "name_jp": "\u30c9\u30b9\u30a4\u30fc\u30aa\u30b9\u306e\u982d", "name": "Iodrome Head" }, - { - "icon_name": "Monster-Jewel-Blue.png", - "name_jp": "\u9ce5\u7adc\u7389", - "name": "Bird Wyvern Gem" - }, { "icon_name": "Hide-Orange.png", "name_jp": "\u5947\u733f\u72d0\u306e\u525b\u6bdb", @@ -1679,11 +1614,6 @@ "name_jp": "\u5bd2\u6c17\u7acb\u3064\u30af\u30c1\u30d0\u30b7", "name": "Chilling Beak" }, - { - "icon_name": "Monster-Jewel-Cyan.png", - "name_jp": "\u7adc\u7389", - "name": "Wyvern Gem" - }, { "icon_name": "Shell-Yellow.png", "name_jp": "\u7370\u731b\u5316\u7d5e\u86c7\u7adc\u6bbb", @@ -2084,16 +2014,6 @@ "name_jp": "\u9280\u706b\u7adc\u306e\u5c3b\u5c3e", "name": "S.Rathalos Tail" }, - { - "icon_name": "Fang-Red.png", - "name_jp": "\u706b\u7adc\u306e\u7ffc\u722a", - "name": "Rath Wingtalon" - }, - { - "icon_name": "Carapace-Red.png", - "name_jp": "\u706b\u7adc\u306e\u5ef6\u9ac4", - "name": "Rath Medulla" - }, { "icon_name": "Liquid-Yellow.png", "name_jp": "\u706b\u7adc\u306e\u714c\u6db2", @@ -2149,21 +2069,6 @@ "name_jp": "\u96cc\u706b\u7adc\u306e\u7d05\u7389", "name": "Rathian Ruby" }, - { - "icon_name": "Fang-Red.png", - "name_jp": "\u706b\u7adc\u306e\u7ffc\u722a", - "name": "Rath Wingtalon" - }, - { - "icon_name": "Carapace-Red.png", - "name_jp": "\u706b\u7adc\u306e\u9aa8\u9ac4", - "name": "Rath Marrow" - }, - { - "icon_name": "Carapace-Red.png", - "name_jp": "\u706b\u7adc\u306e\u5ef6\u9ac4", - "name": "Rath Medulla" - }, { "icon_name": "Scale-Green.png", "name_jp": "\u7370\u731b\u5316\u96cc\u706b\u7adc\u9c57", @@ -2204,21 +2109,6 @@ "name_jp": "\u91d1\u706b\u7adc\u306e\u4e0a\u68d8", "name": "G.Rathian Spike+" }, - { - "icon_name": "Fang-Red.png", - "name_jp": "\u706b\u7adc\u306e\u7ffc\u722a", - "name": "Rath Wingtalon" - }, - { - "icon_name": "Carapace-Red.png", - "name_jp": "\u706b\u7adc\u306e\u5ef6\u9ac4", - "name": "Rath Medulla" - }, - { - "icon_name": "Liquid-Yellow.png", - "name_jp": "\u706b\u7adc\u306e\u714c\u6db2", - "name": "Rath Gleem" - }, { "icon_name": "Scale-Yellow.png", "name_jp": "\u7370\u731b\u5316\u91d1\u706b\u7adc\u9c57", @@ -2389,11 +2279,6 @@ "name_jp": "\u7370\u731b\u5316\u5343\u5203\u7adc\u9c57", "name": "Ferocious Seregios Scale" }, - { - "icon_name": "Shell-Blue.png", - "name_jp": "\u938c\u87f9\u306e\u7532\u6bbb", - "name": "Ceanataur Shell" - }, { "icon_name": "Shell-Blue.png", "name_jp": "\u938c\u87f9\u306e\u5805\u6bbb", @@ -2674,11 +2559,6 @@ "name_jp": "\u8352\u9264\u722a\u306e\u5927\u84bc\u722a", "name": "Ruinous Hook Claw Blueclaw+" }, - { - "icon_name": "Ore-Cyan.png", - "name_jp": "\u5927\u7adc\u7d50\u6676", - "name": "Large Wyvern Crystal" - }, { "icon_name": "Shell-White.png", "name_jp": "\u5d29\u7adc\u306e\u5805\u6bbb", @@ -2814,11 +2694,6 @@ "name_jp": "\u30c9\u30b9\u30e9\u30f3\u30dd\u30b9\u306e\u982d", "name": "Velocidrome Head" }, - { - "icon_name": "Monster-Jewel-Blue.png", - "name_jp": "\u9ce5\u7adc\u7389", - "name": "Bird Wyvern Gem" - }, { "icon_name": "Shell-Red.png", "name_jp": "\u8d64\u7532\u7363\u306e\u7532\u6bbb", @@ -3519,4 +3394,4 @@ "name_jp": "\u708e\u9f8d\u306e\u5b9d\u7389", "name": "Teostra Gem" } -] +] \ No newline at end of file diff --git a/db/mhx_monster_list.json b/db/mhx/monster_list.json similarity index 100% rename from db/mhx_monster_list.json rename to db/mhx/monster_list.json diff --git a/db/mhx_skill_list.json b/db/mhx/skill_list.json similarity index 100% rename from db/mhx_skill_list.json rename to db/mhx/skill_list.json diff --git a/db/mhx_skill_tree_list.json b/db/mhx/skill_tree_list.json similarity index 100% rename from db/mhx_skill_tree_list.json rename to db/mhx/skill_tree_list.json diff --git a/scrapers/wikia-monster-carves.py b/scrapers/wikia-items-carves.py similarity index 62% rename from scrapers/wikia-monster-carves.py rename to scrapers/wikia-items-carves.py index fb8c0e4..c46e971 100755 --- a/scrapers/wikia-monster-carves.py +++ b/scrapers/wikia-items-carves.py @@ -12,13 +12,17 @@ import _pathfix _BASE_URL = "http://monsterhunter.wikia.com/wiki/" -_PAGE = "MHX:_Monster_Material_List" +_PAGES = { + "monster-carves": "MHX:_Monster_Material_List", + "items": "MHX:_Item_List", +} _CIRCLE = u"\u26ab" def extract_names_and_icons(tree): - carves = [] + items = [] + names_jp = set() tables = tree.xpath( '//*[@id="mw-content-text"]/table[contains(@class, "linetable")]' ) @@ -35,12 +39,16 @@ def extract_names_and_icons(tree): if icon_name == "Wiki": continue name, name_jp = [t.strip() for t in cells[1].xpath("./text()")] - carves.append(dict( + if name_jp in names_jp: + # duplicate + continue + names_jp.add(name_jp) + items.append(dict( name=name, name_jp=name_jp, icon_name=_translate_icon_name(icon_name)) ) - return carves + return items _SHAPE_MAP = { @@ -49,6 +57,13 @@ _SHAPE_MAP = { "Claw": "Fang", "Ball": "Monster-Jewel", "Medicine": "Liquid", + "BBQ": "BBQSpit", + "Armor Sphere": "Sphere", + "Blade Oil": "Liquid", + "Charm": "Charm-Stone", + "Horn": "Flute", + "Trap Tool": "Traptool", + "Question Mark": "QuestionMark", } _COLOR_MAP = { "Dark Purple": "Purple", @@ -74,14 +89,18 @@ def _translate_icon_name(s): def _main(): tmp_path = os.path.join(_pathfix.project_path, "tmp") - fpath = os.path.join(tmp_path, "wikia-monster-carves.html") - parser = etree.HTMLParser() - urllib.urlretrieve(_BASE_URL + _PAGE, fpath) - with open(fpath) as f: - tree = etree.parse(f, parser) - carves = extract_names_and_icons(tree) - #print json.dumps(weapon_list, indent=2) - print json.dumps(carves, indent=2) + outdir = os.path.join(_pathfix.project_path, "db", "mhx") + for name, page in _PAGES.iteritems(): + fpath = os.path.join(tmp_path, "wikia-%s.html" % name) + opath = os.path.join(outdir, name.replace("-", "_") + ".json") + parser = etree.HTMLParser() + urllib.urlretrieve(_BASE_URL + page, fpath) + with open(fpath) as f: + tree = etree.parse(f, parser) + data = extract_names_and_icons(tree) + #print json.dumps(weapon_list, indent=2) + with open(opath, "w") as f: + json.dump(data, fp=f, indent=2) if __name__ == '__main__': diff --git a/templates/translate/index.html b/templates/translate/index.html index bcf6227..e923f29 100644 --- a/templates/translate/index.html +++ b/templates/translate/index.html @@ -29,11 +29,7 @@
  • Usable -
  • -
  • - Gatherable + href="items-en.html">Items (Usable, Gatherable)
  • Usable -
  • -
  • - Gatherable + href="items-en.html">Items (Usable, Gatherable)
  • - -
    - - - Cephalos Fin
    - - -
    砂竜のヒレ
    - - - - -
    - -
    - - - Cephalos Fin+
    - - -
    砂竜の上ヒレ
    -
    - - -
    @@ -1365,58 +1339,6 @@ -
    - -
    - - - Rath Marrow
    - - -
    火竜の骨髄
    -
    - - - -
    - -
    - - - Rath Medulla
    - - -
    火竜の延髄
    -
    - - - -
    - -
    - - - Rath Medulla
    - - -
    火竜の延髄
    -
    - - - -
    - -
    - - - Rath Medulla
    - - -
    火竜の延髄
    -
    - - -
    @@ -2666,19 +2588,6 @@ -
    - -
    - - - Sharp Claw
    - - -
    とがった爪
    -
    - - -
    @@ -2718,19 +2627,6 @@ -
    - -
    - - - Sharp Fang
    - - -
    とがった牙
    -
    - - -
    @@ -2757,32 +2653,6 @@ -
    - -
    - - - Bird Wyvern Fang
    - - -
    鳥竜種の牙
    -
    - - - -
    - -
    - - - Bird Wyvern Fang
    - - -
    鳥竜種の牙
    -
    - - -
    @@ -3017,45 +2887,6 @@ -
    - -
    - - - Rath Wingtalon
    - - -
    火竜の翼爪
    -
    - - - -
    - -
    - - - Rath Wingtalon
    - - -
    火竜の翼爪
    -
    - - - -
    - -
    - - - Rath Wingtalon
    - - -
    火竜の翼爪
    -
    - - -
    @@ -4435,19 +4266,6 @@ -
    - -
    - - - Jaggi Hide
    - - -
    ジャギィの皮
    -
    - - -
    @@ -5333,19 +5151,6 @@ -
    - -
    - - - Rath Gleem
    - - -
    火竜の煌液
    -
    - - -
    @@ -5400,32 +5205,6 @@ -
    - -
    - - - Bird Wyvern Gem
    - - -
    鳥竜玉
    -
    - - - -
    - -
    - - - Bird Wyvern Gem
    - - -
    鳥竜玉
    -
    - - -
    @@ -5491,19 +5270,6 @@ -
    - -
    - - - Wyvern Gem
    - - -
    竜玉
    -
    - - -
    @@ -5726,19 +5492,6 @@ -
    - -
    - - - Large Wyvern Crystal
    - - -
    大竜結晶
    -
    - - -
    @@ -6027,32 +5780,6 @@ -
    - -
    - - - Cephalos Scale
    - - -
    砂竜の鱗
    -
    - - - -
    - -
    - - - Cephalos Scale+
    - - -
    砂竜の上鱗
    -
    - - -
    @@ -6365,19 +6092,6 @@ -
    - -
    - - - Black Pearl
    - - -
    黒真珠
    -
    - - -
    @@ -6703,32 +6417,6 @@ -
    - -
    - - - Jaggi Scale
    - - -
    ジャギィの鱗
    -
    - - - -
    - -
    - - - Jaggi Scale+
    - - -
    ジャギィの上鱗
    -
    - - -
    @@ -7653,19 +7341,6 @@ -
    - -
    - - - Ceanataur Shell
    - - -
    鎌蟹の甲殻
    -
    - - -
    diff --git a/web/translate/items-carve-jp.html b/web/translate/items-carve-jp.html index d16e6ef..a5ba29c 100644 --- a/web/translate/items-carve-jp.html +++ b/web/translate/items-carve-jp.html @@ -63,32 +63,6 @@ -
    - -
    - - - とがった爪
    - - -
    Sharp Claw
    -
    - - - -
    - -
    - - - とがった牙
    - - -
    Sharp Fang
    -
    - - -
    @@ -713,32 +687,6 @@ -
    - -
    - - - ジャギィの上鱗
    - - -
    Jaggi Scale+
    -
    - - - -
    - -
    - - - ジャギィの皮
    - - -
    Jaggi Hide
    -
    - - -
    @@ -765,19 +713,6 @@ -
    - -
    - - - ジャギィの鱗
    - - -
    Jaggi Scale
    -
    - - -
    @@ -1623,19 +1558,6 @@ -
    - -
    - - - 大竜結晶
    - - -
    Large Wyvern Crystal
    -
    - - -
    @@ -3794,58 +3716,6 @@ -
    - -
    - - - 火竜の延髄
    - - -
    Rath Medulla
    -
    - - - -
    - -
    - - - 火竜の延髄
    - - -
    Rath Medulla
    -
    - - - -
    - -
    - - - 火竜の延髄
    - - -
    Rath Medulla
    -
    - - - -
    - -
    - - - 火竜の煌液
    - - -
    Rath Gleem
    -
    - - -
    @@ -3911,45 +3781,6 @@ -
    - -
    - - - 火竜の翼爪
    - - -
    Rath Wingtalon
    -
    - - - -
    - -
    - - - 火竜の翼爪
    - - -
    Rath Wingtalon
    -
    - - - -
    - -
    - - - 火竜の翼爪
    - - -
    Rath Wingtalon
    -
    - - -
    @@ -3989,19 +3820,6 @@ -
    - -
    - - - 火竜の骨髄
    - - -
    Rath Marrow
    -
    - - -
    @@ -5666,19 +5484,6 @@ -
    - -
    - - - 砂竜のヒレ
    - - -
    Cephalos Fin
    -
    - - -
    @@ -5692,32 +5497,6 @@ -
    - -
    - - - 砂竜の上ヒレ
    - - -
    Cephalos Fin+
    -
    - - - -
    - -
    - - - 砂竜の上鱗
    - - -
    Cephalos Scale+
    -
    - - -
    @@ -5770,19 +5549,6 @@ -
    - -
    - - - 砂竜の鱗
    - - -
    Cephalos Scale
    -
    - - -
    @@ -5978,19 +5744,6 @@ -
    - -
    - - - 竜玉
    - - -
    Wyvern Gem
    -
    - - -
    @@ -7564,19 +7317,6 @@ -
    - -
    - - - 鎌蟹の甲殻
    - - -
    Ceanataur Shell
    -
    - - -
    @@ -8760,58 +8500,6 @@ -
    - -
    - - - 鳥竜玉
    - - -
    Bird Wyvern Gem
    -
    - - - -
    - -
    - - - 鳥竜玉
    - - -
    Bird Wyvern Gem
    -
    - - - -
    - -
    - - - 鳥竜種の牙
    - - -
    Bird Wyvern Fang
    -
    - - - -
    - -
    - - - 鳥竜種の牙
    - - -
    Bird Wyvern Fang
    -
    - - -
    @@ -9020,19 +8708,6 @@ -
    - -
    - - - 黒真珠
    - - -
    Black Pearl
    -
    - - -
    diff --git a/web/translate/items-gather.html b/web/translate/items-en.html similarity index 72% rename from web/translate/items-gather.html rename to web/translate/items-en.html index 8161499..44d5446 100644 --- a/web/translate/items-gather.html +++ b/web/translate/items-en.html @@ -36,7 +36,11 @@ Menu
    -
    Items: Gatherable
    +
    + jp +
    +
    Items (en)
    @@ -45,982 +49,1006 @@ -
    Bone
    +
    BBQSpit
    -
    +
    - Avian Finebone
    + BBQ Spit
    -
    上質な鳥竜骨
    +
    肉焼きセット
    +
    Bait
    -
    +
    - Avian Stoutbone
    + Frog
    -
    堅牢な鳥竜骨
    +
    釣りカエル
    -
    +
    - Dragonbone Artifact
    + Worm
    -
    いにしえの巨龍骨
    +
    釣りミミズ
    -
    +
    - Monster Slogbone
    + Sushifish Bait
    -
    重竜骨
    +
    サシミダンゴ
    -
    +
    - Monster Bone+
    + Mega Fishing Fly
    -
    上竜骨
    +
    釣りフィーバエ
    -
    +
    - Monster Keenbone
    + Burst Bait
    -
    尖竜骨
    +
    バクダンゴ
    -
    +
    - Elder Dragon Bone
    + Goldenfish Bait
    -
    古龍骨
    +
    黄金ダンゴ
    +
    Barrel
    -
    +
    - Lrg ElderDragon Bone
    + Barrel Lid
    -
    太古龍骨
    +
    タルの蓋
    -
    +
    - Monster Hardbone
    + Large Barrel
    -
    堅竜骨
    +
    大タル
    -
    +
    - Brute Bone
    + Small Barrel
    -
    獣骨
    +
    小タル
    +
    Binoculars
    -
    +
    - Dragonbone Relic
    + Binoculars
    -
    いにしえの龍骨
    +
    双眼鏡
    +
    Bomb
    -
    +
    - Jumbo Bone
    + Bounce Bomb
    -
    大きな骨
    +
    打上げタル爆弾
    -
    +
    - Massive Bone
    + Bounce Bomb+
    -
    重厚な骨
    +
    打上げタル爆弾G
    -
    +
    - Stoutbone
    + Barrel Bomb L
    -
    堅牢な骨
    +
    大タル爆弾
    -
    +
    - Monster Bone L
    + Barrel Bomb L+
    -
    竜骨【大】
    +
    大タル爆弾G
    -
    +
    - Monster Bone M
    + Barrel Bomb S
    -
    竜骨【中】
    +
    小タル爆弾
    +
    Bone
    -
    +
    - Monster Bone S
    + Avian Finebone
    -
    竜骨【小】
    +
    上質な鳥竜骨
    -
    +
    - Mystery Bone
    + Monster Bone+
    -
    なぞの骨
    +
    上竜骨
    -
    +
    - Unknown Skull
    + Monster Keenbone
    -
    なぞの頭骨
    +
    尖竜骨
    -
    Bug
    -
    +
    - Bitterbug
    + Elder Dragon Bone
    -
    にが虫
    +
    古龍骨
    -
    +
    - Fulgurbug
    + Monster Hardbone
    -
    超電雷光虫
    +
    堅竜骨
    -
    +
    - Divine Rhino
    + Brute Bone
    -
    ゴッドカブト
    +
    獣骨
    -
    +
    - Royal Rhino
    + Dragonbone Relic
    -
    ロイヤルカブト
    +
    いにしえの龍骨
    -
    +
    - Giant Stag
    + Jumbo Bone
    -
    オオクワガタ
    +
    大きな骨
    -
    +
    - Darner Dragonfly
    + Stoutbone
    -
    ギンヤンマ
    +
    堅牢な骨
    -
    +
    - Killer Beetle
    + Variant Bone
    -
    キラビートル
    +
    異形の骨
    -
    +
    - Butterfly Beetle
    + Variant Hardbone
    -
    オオクワアゲハ
    +
    異形の堅骨
    -
    +
    - Flea
    + Monster Bone L
    -
    ノミ
    +
    竜骨【大】
    -
    +
    - Insect Husk
    + Monster Bone M
    -
    虫の死骸
    +
    竜骨【中】
    -
    +
    - Emperor Hopper
    + Monster Bone S
    -
    皇帝バッタ
    +
    竜骨【小】
    -
    +
    - Snakebee Larva
    + Mystery Bone
    -
    ツチハチノコ
    +
    なぞの骨
    -
    +
    - Glueglopper
    + Unknown Skull
    -
    のりこねバッタ
    +
    なぞの頭骨
    +
    Book
    -
    +
    - Elder Bfly Beetle
    + Book of Combos 1
    -
    ドスクワアゲハ
    +
    調合書①入門編
    -
    +
    - Hercudrome
    + Book of Combos 2
    -
    ドスヘラクレス
    +
    調合書②初級編
    -
    +
    - Stinkhopper
    + Book of Combos 3
    -
    ボンバッタ
    +
    調合書③中級編
    -
    +
    - Common Butterfly
    + Book of Combos 4
    -
    モンシロチョウ
    +
    調合書④上級編
    -
    +
    - Flutterfly
    + Book of Combos 5
    -
    マボロシチョウ
    +
    調合書⑤達人編
    +
    Boomerang
    -
    +
    - Godbug
    + Boomerang
    -
    不死虫
    +
    ブーメラン
    +
    Bug
    -
    +
    - Flashbug
    + Bitterbug
    -
    光蟲
    +
    にが虫
    -
    +
    - Great Hornfly
    + Fulgurbug
    -
    オオツノアゲハ
    +
    超電雷光虫
    -
    +
    - Rare Scarab
    + Killer Beetle
    -
    マレコガネ
    +
    キラビートル
    -
    +
    - Thunderbug
    + Butterfly Beetle
    -
    雷光虫
    +
    オオクワアゲハ
    -
    Charm
    -
    +
    - Enduring Charm
    + Carpenterbug
    -
    風化したお守り
    +
    セッチャクロアリ
    -
    +
    - Graven Charm
    + Dracophage Bug
    -
    刻まれたお守り
    +
    蝕龍蟲
    -
    +
    - Mystery Charm
    + Insect Husk
    -
    なぞのお守り
    +
    虫の死骸
    -
    +
    - Distorted Charm
    + Snakebee Larva
    -
    歪んだお守り
    +
    ツチハチノコ
    -
    +
    - Timeworn Charm
    + Bell Cricket
    -
    古びたお守り
    +
    ハナスズムシ
    -
    +
    - Shining Charm
    + Great Hornfly
    -
    光るお守り
    +
    オオツノアゲハ
    +
    + + + +
    + +
    + + + King Scarab
    + + +
    王族カナブン
    -
    Fish
    -
    +
    - Speartuna
    + Great Ladybug
    -
    カジキマグロ
    +
    オオナナホシ
    -
    +
    - Blue Cutthroat
    + Hercudrome
    -
    イチノタチウオ
    +
    ドスヘラクレス
    -
    +
    - Blue Marlin
    + Stinkhopper
    -
    カジキ
    +
    ボンバッタ
    -
    +
    - Sleepyfish
    + Godbug
    -
    眠魚
    +
    不死虫
    -
    +
    - Coinperch M
    + Flashbug
    -
    ゼニマス
    +
    光蟲
    -
    +
    - Burst Arowana
    + Great Poison Cloud
    -
    ハレツアロワナ
    +
    オオ毒クモリ
    -
    +
    - Live Bombfish
    + Poison Cloud
    -
    バクダン活魚
    +
    毒クモリ
    -
    +
    - Wanchovy
    + Rare Scarab
    -
    シンドイワシ
    +
    マレコガネ
    -
    +
    - Ancient Fish
    + Thunderbug
    -
    古代魚
    +
    雷光虫
    +
    Bugnet
    -
    +
    - Coinperch S
    + Old Bug Net
    -
    コゼニマス
    +
    ボロ虫あみ
    -
    +
    - Horse Mackerel
    + Bug Net
    -
    アジ
    +
    虫あみ
    -
    +
    - Pin Tuna
    + Mega Bug Net
    -
    ハリマグロ
    +
    虫あみグレート
    +
    Charm
    -
    +
    - Popfish
    + Timeworn Charm
    -
    はじけイワシ
    +
    古びたお守り
    -
    +
    - Scatterfish
    + Mystery Charm
    -
    カクサンデメキン
    +
    なぞのお守り
    -
    +
    - Gastronome Tuna
    + Shining Charm
    -
    ドス大食いマグロ
    +
    光るお守り
    +
    Dung
    -
    +
    - Glutton Tuna
    + Dung
    -
    大食いマグロ
    +
    モンスターのフン
    -
    +
    - Pop-eyed Goldfish
    + Dung Bomb
    -
    デメキン
    +
    こやし玉
    +
    Egg
    -
    +
    - Sushifish
    + Yukumo Egg
    -
    サシミウオ
    +
    ユクモ温泉たまご
    +
    Fang
    -
    +
    - Bomb Arowana
    + Armortalon
    -
    バクレツアロワナ
    +
    守りの爪
    -
    +
    - Cathangeafish
    + Powertalon
    -
    竜仙魚
    +
    力の爪
    -
    +
    - Cathangeafish Fry
    + Wyvern Claw
    -
    竜仙幼魚
    +
    竜の爪
    -
    +
    - Dundorma Tuna
    + Wyvern Fang
    -
    ドンドルマグロ
    +
    竜の牙
    +
    Flute
    -
    +
    - Silverfish
    + Antidote Horn
    -
    白金魚
    +
    解毒笛
    -
    +
    - Coinperch L
    + Health Horn
    -
    ドスゼニマス
    +
    回復笛
    -
    +
    - Goldenfish
    + Armor Horn
    -
    黄金魚
    +
    硬化笛
    -
    +
    - Small Goldenfish
    + Demon Horn
    -
    小金魚
    +
    鬼人笛
    -
    +
    - Whetfish
    + Field Horn
    -
    キレアジ
    +
    角笛
    @@ -1039,6 +1067,19 @@ +
    + +
    + + + Snow Herb
    + + +
    霜ふり草
    +
    + + +
    @@ -1080,171 +1121,184 @@
    -
    +
    - Cathangea
    + King Cactus
    -
    竜仙花
    +
    キングサボテン
    -
    +
    - Fire Herb
    + Gloamgrass Root
    -
    火薬草
    +
    落陽草の根
    -
    +
    - Hot Pepper
    + Rainbow Dandelion
    -
    トウガラシ
    +
    七色たんぽぽ
    -
    +
    - Gloamgrass Bud
    + Dosbiscus
    -
    落陽草の花
    +
    ドスビスカス
    -
    +
    - Sap Plant
    + Fire Herb
    -
    ネンチャク草
    +
    火薬草
    -
    +
    - Felvine
    + Hot Pepper
    -
    マタタビ
    +
    トウガラシ
    -
    +
    - Gloamgrass Root
    + Shooting Star Flower
    -
    落陽草の根
    +
    星見の花
    -
    Husk
    -
    +
    - Huskberry
    + Sap Plant
    -
    カラの実
    +
    ネンチャク草
    -
    +
    - Bone Husk
    + Felvine
    -
    カラ骨
    +
    マタタビ
    -
    Jewel
    -
    +
    - Aquaglow Jewel
    + Heftcorn
    -
    水光原珠
    +
    オオモロコシ
    +
    Husk
    -
    +
    - Adamant Orb
    + Huskberry
    -
    金剛原珠
    +
    カラの実
    -
    +
    - Bloodrun Jewel
    + Bone Husk
    -
    修羅原珠
    +
    カラ骨
    +
    Jewel
    -
    +
    - Sovereign Orb
    + Aquaglow Jewel
    -
    明王原珠
    +
    水光原珠
    +
    + + + +
    + +
    + + + Bloodrun Jewel
    + + +
    修羅原珠
    @@ -1276,6 +1330,19 @@
    Liquid
    +
    + +
    + + + Antidote
    + + +
    解毒薬
    +
    + + +
    @@ -1291,13 +1358,39 @@
    -
    +
    - Monster Essence
    + Cleanser
    -
    モンスターの特濃
    +
    消散剤
    +
    + + + +
    + +
    + + + Exhaust Blade Oil
    + + +
    減気の刃薬
    +
    + + + +
    + +
    + + + Mega Nutrients
    + + +
    栄養剤グレート
    @@ -1315,6 +1408,201 @@ +
    + +
    + + + Nutrients
    + + +
    栄養剤
    +
    + + + +
    + +
    + + + Destroyer Blade Oil
    + + +
    重撃の刃薬
    +
    + + + +
    + +
    + + + Mega Potion
    + + +
    回復薬グレート
    +
    + + + +
    + +
    + + + Potion
    + + +
    回復薬
    +
    + + + +
    + +
    + + + Armorskin
    + + +
    硬化薬
    +
    + + + +
    + +
    + + + Mega Armorskin
    + + +
    硬化薬グレート
    +
    + + + +
    + +
    + + + Psychoserum
    + + +
    千里眼の薬
    +
    + + + +
    + +
    + + + Affinity Blade Oil
    + + +
    会心の刃薬
    +
    + + + +
    + +
    + + + Demondrug
    + + +
    鬼人薬
    +
    + + + +
    + +
    + + + Hot Drink
    + + +
    ホットドリンク
    +
    + + + +
    + +
    + + + Hunter Art Drink
    + + +
    狩技ドリンク
    +
    + + + +
    + +
    + + + Mega Demondrug
    + + +
    鬼人薬グレート
    +
    + + + +
    + +
    + + + Tranquilizer
    + + +
    捕獲用麻酔薬
    +
    + + + +
    + +
    + + + Cool Drink
    + + +
    クーラードリンク
    +
    + + + +
    + +
    + + + Mind's Eye Blade Oil
    + + +
    心眼の刃薬
    +
    + + +
    @@ -1340,671 +1628,698 @@
    -
    Meat
    -
    +
    - Chilled Meat
    + Dash Juice
    -
    クーラーミート
    +
    強走薬
    -
    +
    - Drugged Meat
    + Energy Drink
    -
    眠り生肉
    +
    元気ドリンコ
    -
    +
    - Burnt Meat
    + Immunizer
    -
    コゲ肉
    +
    活力剤
    -
    +
    - Rare Steak
    + Mega Dash Juice
    -
    生焼け肉
    +
    強走薬グレート
    +
    Meat
    -
    +
    - Well-done Steak
    + Chilled Meat
    -
    こんがり肉
    +
    クーラーミート
    -
    +
    - Mosswine Jerky
    + Drugged Meat
    -
    モスジャーキー
    +
    眠り生肉
    -
    +
    - Poisoned Meat
    + Burnt Meat
    -
    毒生肉
    +
    コゲ肉
    -
    +
    - Hot Meat
    + Kingmeat
    -
    ホットミート
    +
    キングミート
    -
    +
    - Raw Meat
    + Rare Steak
    -
    生肉
    +
    生焼け肉
    -
    +
    - Tinged Meat
    + Well-done Steak
    -
    シビレ生肉
    +
    こんがり肉
    -
    Mushroom
    -
    +
    - Blue Mushroom
    + Mosswine Jerky
    -
    アオキノコ
    +
    モスジャーキー
    -
    +
    - Mopeshroom
    + Poisoned Meat
    -
    クタビレタケ
    +
    毒生肉
    -
    +
    - Ripened Mushroom
    + Hot Meat
    -
    熟成キノコ
    +
    ホットミート
    -
    +
    - Exciteshroom
    + Raw Meat
    -
    ドキドキノコ
    +
    生肉
    -
    +
    - Toadstool
    + Tinged Meat
    -
    毒テングダケ
    +
    シビレ生肉
    +
    Monster
    -
    +
    - Dragon Toadstool
    + Sonic Bomb
    -
    マンドラゴラ
    +
    音爆弾
    -
    +
    - Nitroshroom
    + Paintball
    -
    ニトロダケ
    +
    ペイントボール
    -
    +
    - Choice Mushroom
    + Tranq Bomb
    -
    厳選キノコ
    +
    捕獲用麻酔玉
    -
    +
    - Unique Mushroom
    + Bomb Casing
    -
    特産キノコ
    +
    素材玉
    -
    +
    - Parashroom
    + Flash Bomb
    -
    マヒダケ
    +
    閃光玉
    +
    + + +
    Mushroom
    + +
    + +
    + + + Blue Mushroom
    + + +
    アオキノコ
    -
    Nectar
    -
    +
    - Great Elder Hornfly
    + Mopeshroom
    -
    ドスツノアゲハ
    +
    クタビレタケ
    -
    Ore
    -
    +
    - Machalite Ore
    + Mushroom Kimchi
    -
    マカライト鉱石
    +
    特産キノコキムチ
    -
    +
    - Purecrystal
    + Chaos Mushroom
    -
    ピュアクリスタル
    +
    混沌茸
    -
    +
    - Gossamite Ore
    + Exciteshroom
    -
    レビテライト鉱石
    +
    ドキドキノコ
    -
    +
    - Ice Crystal
    + Toadstool
    -
    氷結晶
    +
    毒テングダケ
    +
    + + + +
    + +
    + + + Dragon Toadstool
    + + +
    マンドラゴラ
    -
    +
    - Yoldspar Ore
    + Nitroshroom
    -
    フルクライト鉱石
    +
    ニトロダケ
    -
    +
    - Dragonite Ore
    + Seatshroom
    -
    ドラグライト鉱石
    +
    コシカケダケ
    -
    +
    - Iron Ore
    + Bindshroom
    -
    鉄鉱石
    +
    オオマヒシメジ
    -
    +
    - Lightcrystal
    + Parashroom
    -
    ライトクリスタル
    +
    マヒダケ
    +
    Ore
    -
    +
    - Stone
    + Machalite Ore
    -
    石ころ
    +
    マカライト鉱石
    -
    +
    - Firecell Stone
    + Bealite Ore
    -
    獄炎石
    +
    ベアライト石
    -
    +
    - Fucium Ore
    + Ice Crystal
    -
    ユニオン鉱石
    +
    氷結晶
    -
    +
    - Carbalite Ore
    + Dragonite Ore
    -
    カブレライト鉱石
    +
    ドラグライト鉱石
    -
    +
    - Cosmicite Ore
    + Disk Stone
    -
    コスモライト鉱石
    +
    円盤石
    -
    +
    - Allfire Stone
    + Iron Ore
    -
    真紅蓮石
    +
    鉄鉱石
    -
    +
    - Eltalite Ore
    + Lightcrystal
    -
    エルトライト鉱石
    +
    ライトクリスタル
    -
    +
    - Firestone
    + Stone
    -
    紅蓮石
    +
    石ころ
    -
    +
    - Armor Stone
    + Firecell Stone
    -
    鎧石
    +
    獄炎石
    -
    +
    - Earth Crystal
    + Lava Lump
    -
    大地の結晶
    +
    溶岩塊
    -
    +
    - Heavenly Crystal
    + Fucium Ore
    -
    天空の結晶
    +
    ユニオン鉱石
    -
    +
    - Meldspar Ore
    + Rainbow Ore
    -
    メランジェ鉱石
    +
    虹色鉱石
    -
    +
    - Meteor Crystal
    + Carbalite Ore
    -
    星石の結晶
    +
    カブレライト鉱石
    -
    +
    - Novacrystal
    + Firestone
    -
    ノヴァクリスタル
    +
    紅蓮石
    -
    QuestionMark
    -
    +
    - Ancient Fragment
    + Armor Stone
    -
    太古の破片
    +
    鎧石
    -
    +
    - Ancient Shard
    + Earth Crystal
    -
    太古の塊
    +
    大地の結晶
    -
    +
    - Battered Armor
    + Novacrystal
    -
    傷ついた防具
    +
    ノヴァクリスタル
    +
    Pickaxe
    -
    +
    - Battered Weapon
    + Old Pickaxe
    -
    傷ついた武器
    +
    ボロピッケル
    -
    +
    - Beshackled Armor
    + Slickaxe
    -
    封じられし防具
    +
    フエールピッケル
    -
    +
    - Beshackled Weapon
    + Iron Pickaxe
    -
    封じられし武器
    +
    ピッケル
    -
    +
    - Champion's Armor
    + Mega Pickaxe
    -
    英雄の防具
    +
    ピッケルグレート
    +
    QuestionMark
    - Champion's Weapon
    + Ancient Shard
    -
    英雄の武器
    +
    太古の塊
    @@ -2014,206 +2329,206 @@
    - Distorted Fragment
    + Rustshard
    -
    歪んだ破片
    +
    さびた塊
    +
    Sac
    -
    +
    - Rusted Fragment
    + Coma Sac
    -
    さびた破片
    +
    昏睡袋
    -
    +
    - Rustshard
    + Sleep Sac
    -
    さびた塊
    +
    睡眠袋
    -
    +
    - Seasoned Armor
    + Aqua Sac
    -
    歴戦の防具
    +
    水袋
    -
    +
    - Seasoned Weapon
    + Torrent Sac
    -
    歴戦の武器
    +
    大水袋
    -
    +
    - Venerable Armor
    + Catalyst
    -
    栄光の防具
    +
    増強剤
    -
    +
    - Venerable Weapon
    + Screamer Sac
    -
    栄光の武器
    +
    鳴き袋
    -
    Sac
    -
    +
    - Coma Sac
    + Adamant Pill
    -
    昏睡袋
    +
    忍耐の丸薬
    -
    +
    - Sleep Sac
    + Armorcharm
    -
    睡眠袋
    +
    守りの護符
    -
    +
    - Aqua Sac
    + Tanzia Chips
    -
    水袋
    +
    タンジアチップス
    -
    +
    - Flood Sac
    + Poison Sac
    -
    特大水袋
    +
    毒袋
    -
    +
    - Torrent Sac
    + Toxin Sac
    -
    大水袋
    +
    猛毒袋
    -
    +
    - Screamer Sac
    + Ancient Potion
    -
    鳴き袋
    +
    いにしえの秘薬
    -
    +
    - Deadly Poison Sac
    + Flame Sac
    -
    劇烈毒袋
    +
    火炎袋
    -
    +
    - Poison Sac
    + Gunpowder
    -
    毒袋
    +
    爆薬
    -
    +
    - Toxin Sac
    + Inferno Sac
    -
    猛毒袋
    +
    爆炎袋
    @@ -2223,10 +2538,10 @@
    - Cathangea Elixir
    + Might Pill
    -
    竜仙丹
    +
    怪力の丸薬
    @@ -2236,36 +2551,36 @@
    - Conflagrant Sac
    + Powercharm
    -
    業炎袋
    +
    力の護符
    -
    +
    - Flame Sac
    + Freezer Sac
    -
    火炎袋
    +
    凍結袋
    -
    +
    - Inferno Sac
    + Frost Sac
    -
    爆炎袋
    +
    氷結袋
    @@ -2275,10 +2590,10 @@
    - Cryo Sac
    + Herbal Medicine
    -
    瞬間凍結袋
    +
    漢方薬
    @@ -2288,10 +2603,10 @@
    - Freezer Sac
    + Lifecrystals
    -
    凍結袋
    +
    生命の粉
    @@ -2301,10 +2616,10 @@
    - Frost Sac
    + Lifepowder
    -
    氷結袋
    +
    生命の粉塵
    @@ -2327,10 +2642,10 @@
    - Lightning Sac
    + Max Potion
    -
    雷電袋
    +
    秘薬
    @@ -2466,6 +2781,32 @@ +
    + +
    + + + Giant Round Acorn
    + + +
    オオ筒ドングリ
    +
    + + + +
    + +
    + + + Tongari Acorn
    + + +
    トンガリドングリ
    +
    + + +
    @@ -2517,43 +2858,70 @@
    +
    Smoke
    -
    +
    - Cathangea Seed
    + Deodorant
    -
    竜仙花の種
    +
    消臭玉
    -
    Sphere
    -
    +
    - Armor Sphere
    + Farcaster
    -
    鎧玉
    +
    モドリ玉
    +
    + + + +
    + +
    + + + Poison Smoke Bomb
    + + +
    毒けむり玉
    +
    + + + +
    + +
    + + + Smoke Bomb
    + + +
    けむり玉
    +
    Sphere
    -
    +
    - True Armor Sphere
    + Armor Sphere
    -
    真鎧玉
    +
    鎧玉
    @@ -2609,96 +2977,113 @@
    +
    Spiderweb
    -
    +
    - Divine Armor Sphere
    + Net
    -
    天鎧玉
    +
    ネット
    -
    +
    - Strong Armor Sphere
    + Spider Web
    -
    剛鎧玉
    +
    クモの巣
    -
    Webbing
    +
    Trap
    -
    +
    - Honey
    + Pitfall Trap
    -
    ハチミツ
    +
    落とし穴
    -
    Whetstone
    -
    +
    + + + Shock Trap
    + + +
    シビレ罠
    +
    + + +
    Traptool
    + +
    + +
    - Abrasive
    + Trap Tool
    -
    研磨材
    +
    トラップツール
    +
    Webbing
    -
    +
    - Awesome Abrasive
    + Honey
    -
    最高級研磨材
    +
    ハチミツ
    +
    Whetstone
    -
    +
    - Quality Abrasive
    + Whetstone
    -
    高級研磨材
    +
    砥石
    +
    Wood
    -
    +
    - Ultimate Abrasive
    + Yukumo Wood
    -
    極上研磨材
    +
    ユクモの木
    diff --git a/web/translate/items-usable.html b/web/translate/items-jp.html similarity index 51% rename from web/translate/items-usable.html rename to web/translate/items-jp.html index 7574eee..8d2232b 100644 --- a/web/translate/items-usable.html +++ b/web/translate/items-jp.html @@ -36,7 +36,11 @@ Menu
    -
    Items: Usable
    +
    + en +
    +
    Items (jp)
    @@ -45,1980 +49,1966 @@ -
    Ammo
    -
    +
    - Exhaust S Lv1
    + いにしえの秘薬
    -
    LV1 減気弾
    +
    Ancient Potion
    -
    +
    - Exhaust S Lv2
    + いにしえの龍骨
    -
    LV2 減気弾
    +
    Dragonbone Relic
    -
    +
    - Freeze S
    + けむり玉
    -
    氷結弾
    +
    Smoke Bomb
    -
    +
    - Sleep S Lv1
    + げどく草
    -
    LV1 睡眠弾
    +
    Antidote Herb
    -
    +
    - Sleep S Lv2
    + こやし玉
    -
    LV2 睡眠弾
    +
    Dung Bomb
    -
    +
    - Water S
    + こんがり肉
    -
    水冷弾
    +
    Well-done Steak
    -
    +
    - Recover S Lv1
    + さびた塊
    -
    LV1 回復弾
    +
    Rustshard
    -
    +
    - Recover S Lv2
    + なぞのお守り
    -
    LV2 回復弾
    +
    Mystery Charm
    -
    +
    - Armor S
    + なぞの頭骨
    -
    硬化弾
    +
    Unknown Skull
    -
    +
    - Blast S
    + なぞの骨
    -
    爆破弾
    +
    Mystery Bone
    -
    +
    - Paint S
    + にが虫
    -
    ペイント弾
    +
    Bitterbug
    -
    +
    - Poison S Lv1
    + はじけクルミ
    -
    LV1 毒弾
    +
    Scatternut
    -
    +
    - Poison S Lv2
    + アオキノコ
    -
    LV2 毒弾
    +
    Blue Mushroom
    -
    +
    - Demon S
    + アルビノエキス
    -
    鬼人弾
    +
    Pale Extract
    -
    +
    - Dragon S
    + ウチケシの実
    -
    滅龍弾
    +
    Nulberry
    -
    +
    - Flaming S
    + オオクワアゲハ
    -
    火炎弾
    +
    Butterfly Beetle
    -
    +
    - Tranq S
    + オオツノアゲハ
    -
    捕獲用麻酔弾
    +
    Great Hornfly
    -
    +
    - WyvernFire
    + オオナナホシ
    -
    竜撃弾
    +
    Great Ladybug
    -
    +
    - Clust S Lv1
    + オオマヒシメジ
    -
    LV1 拡散弾
    +
    Bindshroom
    -
    +
    - Clust S Lv2
    + オオモロコシ
    -
    LV2 拡散弾
    +
    Heftcorn
    -
    +
    - Clust S Lv3
    + オオ毒クモリ
    -
    LV3 拡散弾
    +
    Great Poison Cloud
    -
    +
    - Crag S Lv1
    + オオ筒ドングリ
    -
    LV1 徹甲榴弾
    +
    Giant Round Acorn
    -
    +
    - Crag S Lv2
    + カクサンの実
    -
    LV2 徹甲榴弾
    +
    Bomberry
    -
    +
    - Crag S Lv3
    + カブレライト鉱石
    -
    LV3 徹甲榴弾
    +
    Carbalite Ore
    -
    +
    - Normal S Lv1
    + カラの実
    -
    LV1 通常弾
    +
    Huskberry
    -
    +
    - Normal S Lv2
    + カラ骨
    -
    LV2 通常弾
    +
    Bone Husk
    -
    +
    - Normal S Lv3
    + キラビートル
    -
    LV3 通常弾
    +
    Killer Beetle
    -
    +
    - Pellet S Lv1
    + キングサボテン
    -
    LV1 散弾
    +
    King Cactus
    -
    +
    - Pellet S Lv2
    + キングミート
    -
    LV2 散弾
    +
    Kingmeat
    -
    +
    - Pellet S Lv3
    + クタビレタケ
    -
    LV3 散弾
    +
    Mopeshroom
    -
    +
    - Pierce S Lv1
    + クモの巣
    -
    LV1 貫通弾
    +
    Spider Web
    -
    +
    - Pierce S Lv2
    + クーラードリンク
    -
    LV2 貫通弾
    +
    Cool Drink
    -
    +
    - Pierce S Lv3
    + クーラーミート
    -
    LV3 貫通弾
    +
    Chilled Meat
    -
    +
    - Slicing S
    + コゲ肉
    -
    斬裂弾
    +
    Burnt Meat
    -
    +
    - Garrison Bllsta Ammo
    + コシカケダケ
    -
    要塞防衛式弩砲弾
    +
    Seatshroom
    -
    +
    - Para S Lv1
    + サシミダンゴ
    -
    LV1 麻痺弾
    +
    Sushifish Bait
    -
    +
    - Para S Lv2
    + シビレ生肉
    -
    LV2 麻痺弾
    +
    Tinged Meat
    -
    +
    - Thunder S
    + シビレ罠
    -
    電撃弾
    +
    Shock Trap
    -
    BBQSpit
    -
    +
    - BBQ Spit
    + セッチャクロアリ
    -
    肉焼きセット
    +
    Carpenterbug
    -
    Barrel
    -
    +
    - Bounce Bomb
    + タルの蓋
    -
    打上げタル爆弾
    +
    Barrel Lid
    -
    +
    - Bounce Bomb+
    + タンジアチップス
    -
    打上げタル爆弾G
    +
    Tanzia Chips
    -
    +
    - JUMP Barrel Bomb
    + ツタの葉
    -
    JUMPタル爆弾
    +
    Ivy
    -
    +
    - Felvine Bomb
    + ツチハチノコ
    -
    マタタビ爆弾
    +
    Snakebee Larva
    -
    +
    - Barrel Bomb L
    + ツラヌキの実
    -
    大タル爆弾
    +
    Latchberry
    -
    +
    - Barrel Bomb L+
    + トウガラシ
    -
    大タル爆弾G
    +
    Hot Pepper
    -
    +
    - Barrel Bomb S
    + トラップツール
    -
    小タル爆弾
    +
    Trap Tool
    -
    +
    - Barrel Bomb S+
    + トンガリドングリ
    -
    小タル爆弾G
    +
    Tongari Acorn
    -
    +
    - Large Barrel
    + ドキドキノコ
    -
    大タル
    +
    Exciteshroom
    -
    +
    - Small Barrel
    + ドスビスカス
    -
    小タル
    +
    Dosbiscus
    -
    Binoculars
    -
    +
    - Binoculars
    + ドスヘラクレス
    -
    双眼鏡
    +
    Hercudrome
    -
    Bomb
    -
    +
    - Sonic Bomb
    + ドラグライト鉱石
    -
    音爆弾
    +
    Dragonite Ore
    -
    +
    - Paintball
    + ニトロダケ
    -
    ペイントボール
    +
    Nitroshroom
    -
    +
    - Tranq Bomb
    + ネット
    -
    捕獲用麻酔玉
    +
    Net
    -
    +
    - Bomb Casing
    + ネムリ草
    -
    素材玉
    +
    Sleep Herb
    -
    +
    - Flash Bomb
    + ネンチャク草
    -
    閃光玉
    +
    Sap Plant
    -
    Book
    -
    +
    - Organizer Guide
    + ノヴァクリスタル
    -
    収納上手・技の書
    +
    Novacrystal
    -
    +
    - Book of Combos 1
    + ハチミツ
    -
    調合書①入門編
    +
    Honey
    -
    +
    - Book of Combos 2
    + ハナスズムシ
    -
    調合書②初級編
    +
    Bell Cricket
    -
    +
    - Pack Rat Guide
    + ハリの実
    -
    収納上手・力の書
    +
    Needleberry
    -
    +
    - Akantor
    + バクダンゴ
    -
    アカムトルムの書
    +
    Burst Bait
    -
    +
    - Amphibians
    + ピッケル
    -
    両生種の書
    +
    Iron Pickaxe
    -
    +
    - Bird Wyverns Vol 1
    + ピッケルグレート
    -
    鳥竜種の書【1巻】
    +
    Mega Pickaxe
    -
    +
    - Bird Wyverns Vol 2
    + フエールピッケル
    -
    鳥竜種の書【2巻】
    +
    Slickaxe
    -
    +
    - Bird Wyverns Vol 3
    + ブーメラン
    -
    鳥竜種の書【3巻】
    +
    Boomerang
    -
    +
    - Book of Combos 3
    + ベアライト石
    -
    調合書③中級編
    +
    Bealite Ore
    -
    +
    - Book of Combos 4
    + ペイントの実
    -
    調合書④上級編
    +
    Paintberry
    -
    +
    - Brachydios
    + ペイントボール
    -
    ブラキディオスの書
    +
    Paintball
    -
    +
    - Carapaceons Vol 1
    + ペピポパンプキン
    -
    甲殻種の書【1巻】
    +
    Bumblepumpkin
    -
    +
    - Carapaceons Vol 2
    + ホットドリンク
    -
    甲殻種の書【2巻】
    +
    Hot Drink
    -
    +
    - Dah'ren Mohran
    + ホットミート
    -
    ダレン・モーランの書
    +
    Hot Meat
    -
    +
    - Dalamadur
    + ボロピッケル
    -
    ダラ・アマデュラの書
    +
    Old Pickaxe
    -
    +
    - Deviljho
    + ボロ虫あみ
    -
    イビルジョーの書
    +
    Old Bug Net
    -
    +
    - Elder Dragons
    + ボンバッタ
    -
    古龍種の書
    +
    Stinkhopper
    -
    +
    - Fanged Beasts Vol 1
    + マカライト鉱石
    -
    牙獣種の書【1巻】
    +
    Machalite Ore
    -
    +
    - Fanged Beasts Vol 2
    + マタタビ
    -
    牙獣種の書【2巻】
    +
    Felvine
    -
    +
    - Fanged Beasts Vol 3
    + マヒダケ
    -
    牙獣種の書【3巻】
    +
    Parashroom
    -
    +
    - Fanged Beasts Vol 4
    + マレコガネ
    -
    牙獣種の書【4巻】
    +
    Rare Scarab
    -
    +
    - Fanged Wyverns Vol 1
    + マンドラゴラ
    -
    牙竜種の書【1巻】
    +
    Dragon Toadstool
    -
    +
    - Fanged Wyverns Vol 2
    + モスジャーキー
    -
    牙竜種の書【2巻】
    +
    Mosswine Jerky
    -
    +
    - Fatalis
    + モドリ玉
    -
    ミラボレアスの書
    +
    Farcaster
    -
    +
    - Flying Wyverns Vol 1
    + モンスターのフン
    -
    飛竜種の書【1巻】
    +
    Dung
    -
    +
    - Flying Wyverns Vol 2
    + モンスターの体液
    -
    飛竜種の書【2巻】
    +
    Monster Fluid
    -
    +
    - Flying Wyverns Vol 3
    + モンスターの濃汁
    -
    飛竜種の書【3巻】
    +
    Monster Broth
    -
    +
    - Flying Wyverns Vol 4
    + ユクモの木
    -
    飛竜種の書【4巻】
    +
    Yukumo Wood
    -
    +
    - Flying Wyverns Vol 5
    + ユクモ温泉たまご
    -
    飛竜種の書【5巻】
    +
    Yukumo Egg
    -
    +
    - Flying Wyverns Vol 6
    + ユニオン鉱石
    -
    飛竜種の書【6巻】
    +
    Fucium Ore
    -
    +
    - Flying Wyverns Vol 7
    + ライトクリスタル
    -
    飛竜種の書【7巻】
    +
    Lightcrystal
    -
    +
    - Flying Wyverns Vol 8
    + 七色たんぽぽ
    -
    飛竜種の書【8巻】
    +
    Rainbow Dandelion
    -
    +
    - Gogmazios
    + 上竜骨
    -
    ゴグマジオスの書
    +
    Monster Bone+
    -
    +
    - Gore Magala
    + 上質な鳥竜骨
    -
    ゴア・マガラの書
    +
    Avian Finebone
    -
    +
    - Herbivores Vol 1
    + 上鎧玉
    -
    草食種の書【1巻】
    +
    Armor Sphere+
    -
    +
    - Herbivores Vol 2
    + 不死虫
    -
    草食種の書【2巻】
    +
    Godbug
    -
    +
    - Herbivores Vol 3
    + 会心の刃薬
    -
    草食種の書【3巻】
    +
    Affinity Blade Oil
    -
    +
    - Kirin
    + 修羅原珠
    -
    キリンの書
    +
    Bloodrun Jewel
    -
    +
    - Kushala Daora
    + 元気ドリンコ
    -
    クシャルダオラの書
    +
    Energy Drink
    -
    +
    - Lynians
    + 光るお守り
    -
    獣人種の書
    +
    Shining Charm
    -
    +
    - Neopterons Vol 1
    + 光蟲
    -
    甲虫種の書【1巻】
    +
    Flashbug
    -
    +
    - Neopterons Vol 2
    + 円盤石
    -
    甲虫種の書【2巻】
    +
    Disk Stone
    -
    +
    - Neopterons Vol 3
    + 凍結袋
    -
    甲虫種の書【3巻】
    +
    Freezer Sac
    -
    +
    - Nerscylla
    + 力の爪
    -
    ネルスキュラの書
    +
    Powertalon
    -
    +
    - Oroshi Kirin
    + 力の護符
    -
    キリン亜種の書
    +
    Powercharm
    -
    +
    - Piscine Wyverns Vol1
    + 千里眼の薬
    -
    魚竜種の書【1巻】
    +
    Psychoserum
    -
    +
    - Piscine Wyverns Vol2
    + 双眼鏡
    -
    魚竜種の書【2巻】
    +
    Binoculars
    -
    +
    - Rajang
    + 古びたお守り
    -
    ラージャンの書
    +
    Timeworn Charm
    -
    +
    - Seltas Queen
    + 古龍骨
    -
    ゲネル・セルタスの書
    +
    Elder Dragon Bone
    -
    +
    - Seregios
    + 回復笛
    -
    セルレギオスの書
    +
    Health Horn
    -
    +
    - Shagaru Magala
    + 回復薬
    -
    シャガルマガラの書
    +
    Potion
    -
    +
    - Snake Wyverns Vol 1
    + 回復薬グレート
    -
    蛇竜種の書【1巻】
    +
    Mega Potion
    -
    +
    - Snake Wyverns Vol 2
    + 堅牢な骨
    -
    蛇竜種の書【2巻】
    +
    Stoutbone
    -
    +
    - Temnocerans
    + 堅竜骨
    -
    鋏角種の書
    +
    Monster Hardbone
    -
    +
    - Teostra
    + 堅鎧玉
    -
    テオ・テスカトルの書
    +
    Hard Armor Sphere
    -
    +
    - Tetsucabra
    + 増強剤
    -
    テツカブラの書
    +
    Catalyst
    -
    +
    - Ukanlos
    + 大きな骨
    -
    ウカムルバスの書
    +
    Jumbo Bone
    -
    +
    - Zamtrios
    + 大タル
    -
    ザボアザギルの書
    +
    Large Barrel
    -
    +
    - Book of Combos 5
    + 大タル爆弾
    -
    調合書⑤達人編
    +
    Barrel Bomb L
    -
    Boomerang
    -
    +
    - Boomerang
    + 大タル爆弾G
    -
    ブーメラン
    +
    Barrel Bomb L+
    -
    Bugnet
    -
    +
    - Old Bug Net
    + 大地の結晶
    -
    ボロ虫あみ
    +
    Earth Crystal
    -
    +
    - Bug Net
    + 大水袋
    -
    虫あみ
    +
    Torrent Sac
    -
    +
    - Mega Bug Net
    + 太古の塊
    -
    虫あみグレート
    +
    Ancient Shard
    -
    Coin
    -
    +
    - Dense Marcoal
    + 守りの爪
    -
    高密度滅龍炭
    +
    Armortalon
    -
    Dung
    -
    +
    - Dung
    + 守りの護符
    -
    モンスターのフン
    +
    Armorcharm
    -
    +
    - Dung Bomb
    + 小タル
    -
    こやし玉
    +
    Small Barrel
    -
    Fang
    -
    +
    - Armortalon
    + 小タル爆弾
    -
    守りの爪
    +
    Barrel Bomb S
    -
    +
    - Powertalon
    + 尖竜骨
    -
    力の爪
    +
    Monster Keenbone
    -
    Flute
    -
    +
    - Antidote Horn
    + 尖鎧玉
    -
    解毒笛
    +
    Adv Armor Sphere
    -
    +
    - Health Horn
    + 強力麻痺袋
    -
    回復笛
    +
    Omniplegia Sac
    -
    +
    - Armor Horn
    + 強走薬
    -
    硬化笛
    +
    Dash Juice
    -
    +
    - Demon Horn
    + 強走薬グレート
    -
    鬼人笛
    +
    Mega Dash Juice
    -
    +
    - Field Horn
    + 心眼の刃薬
    -
    角笛
    +
    Mind's Eye Blade Oil
    -
    Knife
    -
    +
    - Sleep Knife
    + 忍耐の丸薬
    -
    眠り投げナイフ
    +
    Adamant Pill
    -
    +
    - Poison Knife
    + 忍耐の種
    -
    毒投げナイフ
    +
    Adamant Seed
    -
    +
    - Tranq Knife
    + 怪力の丸薬
    -
    捕獲用麻酔ナイフ
    +
    Might Pill
    -
    +
    - Throwing Knife
    + 怪力の種
    -
    投げナイフ
    +
    Might Seed
    -
    +
    - Paralysis Knife
    + 打上げタル爆弾
    -
    麻痺投げナイフ
    +
    Bounce Bomb
    -
    Liquid
    -
    +
    - Antidote
    + 打上げタル爆弾G
    -
    解毒薬
    +
    Bounce Bomb+
    -
    +
    - Cleanser
    + 捕獲用麻酔玉
    -
    消散剤
    +
    Tranq Bomb
    -
    +
    - Mega Nutrients
    + 捕獲用麻酔薬
    -
    栄養剤グレート
    +
    Tranquilizer
    -
    +
    - Nutrients
    + 昏睡袋
    -
    栄養剤
    +
    Coma Sac
    -
    +
    - Mega Potion
    + 星見の花
    -
    回復薬グレート
    +
    Shooting Star Flower
    -
    +
    - Potion
    + 栄養剤
    -
    回復薬
    +
    Nutrients
    -
    +
    - Armorskin
    + 栄養剤グレート
    -
    硬化薬
    +
    Mega Nutrients
    -
    +
    - Mega Armorskin
    + 毒けむり玉
    -
    硬化薬グレート
    +
    Poison Smoke Bomb
    -
    +
    - Psychoserum
    + 毒クモリ
    -
    千里眼の薬
    +
    Poison Cloud
    -
    +
    - Demondrug
    + 毒テングダケ
    -
    鬼人薬
    +
    Toadstool
    -
    +
    - Hot Drink
    + 毒生肉
    -
    ホットドリンク
    +
    Poisoned Meat
    -
    +
    - Mega Demondrug
    + 毒袋
    -
    鬼人薬グレート
    +
    Poison Sac
    -
    +
    - Tranquilizer
    + 水光原珠
    -
    捕獲用麻酔薬
    +
    Aquaglow Jewel
    -
    +
    - Cool Drink
    + 水袋
    -
    クーラードリンク
    +
    Aqua Sac
    -
    +
    - Dash Juice
    + 氷結晶
    -
    強走薬
    +
    Ice Crystal
    -
    +
    - Energy Drink
    + 氷結晶イチゴ
    -
    元気ドリンコ
    +
    Frozen Berry
    -
    +
    - Immunizer
    + 氷結袋
    -
    活力剤
    +
    Frost Sac
    @@ -2028,117 +2018,114 @@
    - Mega Dash Juice
    + 活力剤
    -
    強走薬グレート
    +
    Immunizer
    -
    Pickaxe
    -
    +
    - Old Pickaxe
    + 消散剤
    -
    ボロピッケル
    +
    Cleanser
    -
    +
    - Iron Pickaxe
    + 消臭玉
    -
    ピッケル
    +
    Deodorant
    -
    +
    - Mega Pickaxe
    + 混沌茸
    -
    ピッケルグレート
    +
    Chaos Mushroom
    -
    QuestionMark
    -
    +
    - Garbage
    + 減気の刃薬
    -
    もえないゴミ
    +
    Exhaust Blade Oil
    -
    Sac
    -
    +
    - Catalyst
    + 溶岩塊
    -
    増強剤
    +
    Lava Lump
    -
    +
    - Adamant Pill
    + 漢方薬
    -
    忍耐の丸薬
    +
    Herbal Medicine
    -
    +
    - Armorcharm
    + 火炎袋
    -
    守りの護符
    +
    Flame Sac
    -
    +
    - Disposable Earplugs
    + 火薬草
    -
    応急耳栓
    +
    Fire Herb
    @@ -2148,10 +2135,10 @@
    - Ancient Potion
    + 爆炎袋
    -
    いにしえの秘薬
    +
    Inferno Sac
    @@ -2161,62 +2148,114 @@
    - Gunpowder
    + 爆薬
    -
    爆薬
    +
    Gunpowder
    -
    +
    - Might Pill
    + 特産キノコキムチ
    -
    怪力の丸薬
    +
    Mushroom Kimchi
    -
    +
    - Powercharm
    + 狂走エキス
    -
    力の護符
    +
    Dash Extract
    -
    +
    - Dust of Life
    + 狩技ドリンク
    -
    生命の大粉塵
    +
    Hunter Art Drink
    -
    +
    + + + 猛毒袋
    + + +
    Toxin Sac
    +
    + + + +
    + +
    - Herbal Medicine
    + 獄炎石
    -
    漢方薬
    +
    Firecell Stone
    +
    + + + +
    + +
    + + + 獣骨
    + + +
    Brute Bone
    +
    + + + +
    + +
    + + + 王族カナブン
    + + +
    King Scarab
    +
    + + + +
    + +
    + + + 瑠璃原珠
    + + +
    Lazurite Jewel
    @@ -2226,10 +2265,10 @@
    - Lifecrystals
    + 生命の粉
    -
    生命の粉
    +
    Lifecrystals
    @@ -2239,171 +2278,777 @@
    - Lifepowder
    + 生命の粉塵
    -
    生命の粉塵
    +
    Lifepowder
    -
    +
    - Max Potion
    + 生焼け肉
    -
    秘薬
    +
    Rare Steak
    -
    Smoke
    -
    +
    - Deodorant
    + 生肉
    -
    消臭玉
    +
    Raw Meat
    -
    +
    - Farcaster
    + 異形の堅骨
    -
    モドリ玉
    +
    Variant Hardbone
    -
    +
    - Poison Smoke Bomb
    + 異形の骨
    -
    毒けむり玉
    +
    Variant Bone
    -
    +
    - Smoke Bomb
    + 眠り生肉
    -
    けむり玉
    +
    Drugged Meat
    -
    +
    - Portable Steam Bomb
    + 睡眠袋
    -
    万能湯けむり玉
    +
    Sleep Sac
    -
    Spider
    -
    +
    - Net
    + 石ころ
    -
    ネット
    +
    Stone
    -
    +
    - Spider Web
    + 砥石
    -
    クモの巣
    +
    Whetstone
    -
    Trap
    -
    +
    - Pitfall Trap
    + 硬化笛
    -
    落とし穴
    +
    Armor Horn
    -
    +
    - Shock Trap
    + 硬化薬
    -
    シビレ罠
    +
    Armorskin
    -
    Traptool
    -
    +
    + + + 硬化薬グレート
    + + +
    Mega Armorskin
    +
    + + + +
    + +
    + + + 秘薬
    + + +
    Max Potion
    +
    + + + +
    + +
    + + + 竜の爪
    + + +
    Wyvern Claw
    +
    + + + +
    + +
    + + + 竜の牙
    + + +
    Wyvern Fang
    +
    + + + +
    + +
    + + + 竜骨【中】
    + + +
    Monster Bone M
    +
    + + + +
    + +
    + + + 竜骨【大】
    + + +
    Monster Bone L
    +
    + + + +
    + +
    + + + 竜骨【小】
    + + +
    Monster Bone S
    +
    + + + +
    + +
    + + + 紅蓮石
    + + +
    Firestone
    +
    + + + +
    + +
    + + + 素材玉
    + + +
    Bomb Casing
    +
    + + + +
    + +
    + + + 肉焼きセット
    + + +
    BBQ Spit
    +
    + + + +
    + +
    + + + 落とし穴
    + + +
    Pitfall Trap
    +
    + + + +
    + +
    + + + 落陽草の根
    + + +
    Gloamgrass Root
    +
    + + + +
    + +
    + + + 薬草
    + + +
    Herb
    +
    + + + +
    + +
    + + + 虫あみ
    + + +
    Bug Net
    +
    + + + +
    + +
    + + + 虫あみグレート
    + + +
    Mega Bug Net
    +
    + + + +
    + +
    + + + 虫の死骸
    + + +
    Insect Husk
    +
    + + + +
    + +
    + + + 虹色鉱石
    + + +
    Rainbow Ore
    +
    + + + +
    + +
    + + + 蝕龍蟲
    + + +
    Dracophage Bug
    +
    + + + +
    + +
    + + + 角笛
    + + +
    Field Horn
    +
    + + + +
    + +
    + + + 解毒笛
    + + +
    Antidote Horn
    +
    + + + +
    + +
    + + + 解毒薬
    + + +
    Antidote
    +
    + + + +
    + +
    + + + 調合書①入門編
    + + +
    Book of Combos 1
    +
    + + + +
    + +
    + + + 調合書②初級編
    + + +
    Book of Combos 2
    +
    + + + +
    + +
    + + + 調合書③中級編
    + + +
    Book of Combos 3
    +
    + + + +
    + +
    + + + 調合書④上級編
    + + +
    Book of Combos 4
    +
    + + + +
    + +
    + + + 調合書⑤達人編
    + + +
    Book of Combos 5
    +
    + + + +
    + +
    + + + 超電雷光虫
    + + +
    Fulgurbug
    +
    + + + +
    + +
    + + + 重撃の刃薬
    + + +
    Destroyer Blade Oil
    +
    + + + +
    + +
    + + + 重鎧玉
    + + +
    Heavy Armor Sphere
    +
    + + + +
    + +
    + + + 釣りカエル
    + + +
    Frog
    +
    + + + +
    + +
    + + + 釣りフィーバエ
    + + +
    Mega Fishing Fly
    +
    + + + +
    + +
    + + + 釣りミミズ
    + + +
    Worm
    +
    + + + +
    + +
    + + + 鉄鉱石
    + + +
    Iron Ore
    +
    + + + +
    + +
    + + + 鎧玉
    + + +
    Armor Sphere
    +
    + + + +
    + +
    + + + 鎧石
    + + +
    Armor Stone
    +
    + + + +
    + +
    + + + 閃光玉
    + + +
    Flash Bomb
    +
    + + + +
    + +
    + + + 陽翔原珠
    + + +
    Sunspire Jewel
    +
    + + + +
    + +
    + + + 雷光虫
    + + +
    Thunderbug
    +
    + + + +
    + +
    + + + 電撃袋
    + + +
    Thunder Sac
    +
    + + + +
    + +
    + + + 電気袋
    + + +
    Electro Sac
    +
    + + + +
    + +
    + + + 霜ふり草
    + + +
    Snow Herb
    +
    + + + +
    + +
    + + + 音爆弾
    + + +
    Sonic Bomb
    +
    + + + +
    + +
    + + + 鬼人笛
    + + +
    Demon Horn
    +
    + + + +
    + +
    + + + 鬼人薬
    + + +
    Demondrug
    +
    + + + +
    + +
    + + + 鬼人薬グレート
    + + +
    Mega Demondrug
    +
    + + + +
    + +
    + + + 鳴き袋
    + + +
    Screamer Sac
    +
    + + + +
    + +
    + + + 麻痺袋
    + + +
    Paralysis Sac
    +
    + + + +
    + +
    - Trap Tool
    + 黄金ダンゴ
    -
    トラップツール
    +
    Goldenfish Bait
    -
    Whetstone
    -
    +
    - Whetstone
    + 龍殺しの実
    -
    砥石
    +
    Dragonfell Berry