add mhx location data, WIP palico skills scraper

This commit is contained in:
Bryce Allen
2016-01-07 22:36:23 -05:00
parent 43c9e6c79c
commit 45cf2c8d5f
2 changed files with 203 additions and 0 deletions

90
db/mhx/locations.json Normal file
View File

@@ -0,0 +1,90 @@
[
{
"name": "Forest and Hills",
"name_jp": "森丘"
},
{
"name": "Swamp",
"name_jp": "沼地"
},
{
"name": "Snowy Mountains",
"name_jp": "雪山"
},
{
"name": "Volcano",
"name_jp": "火山"
},
{
"name": "Deserted Island",
"name_jp": "孤島"
},
{
"name": "Misty Peaks",
"name_jp": "渓流"
},
{
"name": "Sacred Mountain",
"name_jp": "霊峰"
},
{
"name": "Ancestral Steppe",
"name_jp": "遺跡平原"
},
{
"name": "Sunken Hollow",
"name_jp": "地下洞窟"
},
{
"name": "Primal Forest",
"name_jp": "原生林"
},
{
"name": "Frozen Seaway",
"name_jp": "氷海"
},
{
"name": "Volcanic Hollow",
"name_jp": "地底火山"
},
{
"name": "Sanctuary",
"name_jp": "禁足地"
},
{
"name": "Dunes",
"name_jp": "旧砂漠"
},
{
"name": "Ancient Forest",
"name_jp": "古代森"
},
{
"name": "Wyvern Graveyard",
"name_jp": "竜ノ墓場"
},
{
"name": "Tower 3",
"name_jp": "塔の秘竟"
},
{
"name": "Ingle Isle",
"name_jp": "溶岩島"
},
{
"name": "Polar Field",
"name_jp": "極圏"
},
{
"name": "Arena",
"name_jp": "闘技場"
},
{
"name": "Slayground",
"name_jp": "立体闘技場"
},
{
"name": "Moat Arena",
"name_jp": "水上闘技場"
}
]